body {
	/*background-image: url("books.jpg");*/
	background-position: center center;
	background-size: cover;
	/*background-color: #efefef;*/
	background-color: #fff;
	color: #2b2b2b;
	font-family: 'Cardo', serif;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #d3d3d3 #ededed;
  }
  *::-webkit-scrollbar {
	width: 4px;
  }
  *::-webkit-scrollbar-track {
	background: #ededed;
  }
  *::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
	border-radius: 20px;
  }

a {
	color: #990000;
	/*text-decoration: none;*/
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
   }

.main {
	background: #fff;
	width: 40%;
	height: 70vh;
	margin: 0 auto;
	/*-webkit-box-shadow: -5px 8px 48px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 8px 48px -13px rgba(0,0,0,0.75);
	box-shadow: -5px 8px 48px -13px rgba(0,0,0,0.75);*/
	padding: 10vh 10vw;
	margin: 5vh auto;
}

.grid-container-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1px 1px;
  grid-template-areas: ". .";
  height: 100%;
  position: relative;
}

.left-top-bottom {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1px 1px;
	grid-template-areas: "." ".";
}

.vert-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#outer-left {
	height: 100%;
	padding-right: 30px;
}

#outer-right {
	height: 100%;
	overflow: auto;
	padding-left: 30px;
	direction: rtl;
}

.item_direction {
    direction:ltr;
  }

.left-bottom {
	margin-top: 20px;
}

.main-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}

.spacer {
	height: 8vh;
}

.spacer-spez {
	height: 10vh;
}

img {
	text-align: center;
	height: 90px;
	width: auto;
	margin: auto;
	border: 4px solid #2b2b2b;

}

.kessler-fin-img {
	border: none;
	height: 80px;
}

.signature-img {
	border: none;
	text-align: initial;
	left: 0;
	margin: -120px 0;
	float: left;
}

.scrolldown-img {
	border: none;
	text-align: initial;
	margin: -20px 0;
	float: left;
}

.round-img {
	border-radius: 50%;
}

h5 {
	font-weight: 400;
	margin: 5px 0;
}

.button {
	border: 2px solid #990000;
	padding: 10px;
	display:table;
	margin: 40px 0 0;
	float: left;
}

/* Style all font awesome icons */
.fa {
	padding: 0;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
	opacity: 0.7;
  }

@media (max-width: 1000px) {
	* {
		scrollbar-width: auto;
		scrollbar-color: auto;
	}
	  *::-webkit-scrollbar-thumb {
		all:unset;
	}
	.main {
		height: initial;
		width: 60%;
	}
	.grid-container-outer {
		text-align: center;
		display: block;
	}
	.left-top-bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 1px 1px;
		grid-template-areas: ". .";
	}
	.vert-center {
	  position: relative;
	  top: initial;
	  -ms-transform: none;
	  transform: none;
	}
	.kessler-fin-img {
		height: 90px;
		padding: 4px 0;
	}
	#outer-left {
		padding-right: 0;
	}
	#outer-right {
		padding-left: 0;
		text-align: left;
	}
	.spacer {
		height: 8vh;
	}
	.spacer-spez {
		display: none;
	}
	.scrolldown-img {
		display: none;
	}
	.left-bottom {
		margin-top: 0;
	}
}

@media (max-width: 552px) {
	.left-top-bottom {
		display: block;
	}
	.spacer {
		height: 2vh;
	}
	.left-bottom {
		margin-top: 20px;
	}
}

@media (max-width: 420px) {
	.main {
		width: 80%;
		margin: 0;
		padding: 10% 10%;
	}
	body {
		margin: 0;
		background-image: none;
		background-color: #fff;
	}
}