html, body{
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}
a{
	color: white;
}
a:hover{
	color: #8f8f8f;
}
a:visited{
	color: #8f8f8f;
}
.headerwrapper{
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}
.linkwrapper{
	display: flex;
	justify-content: flex-end;
	justify-items: center;
	align-items: center;
	gap: min(3vw,4rem);
	background-color: white;
}
.link{
	color: #1E3054;
	font-size: clamp(.8rem,3vw,1rem);
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 500;
}
.link:hover{
	cursor: pointer;
	color: #0E2044;
	text-decoration: underline;
}
.topper{
	text-transform: uppercase;
	color: #1E3054;
	font-size: 1rem;
	font-weight: 500;
}
.landingdiv{
	width: 100%;
	height: max(30rem, 78lvh);
	background-image: url(bilder/start.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.colum{
	flex-direction: column;
}
.logo{
	width: 10rem;
}
.kontaktus{
	background-color: rgba(30, 48, 84, 0.9);
	color: white;
	padding: 1rem;
	font-size: clamp(.7rem,3vw,1rem);
}
.headtextbox{
	padding: 2rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(30, 48, 84, 0.9);
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	color: white;
	transform: translateY(50%);
}
.header{
	margin: 0;
	font-weight: 500;
	font-size: clamp(1rem, 3.5vw, 2em);	
}
.stripe{
	width: 50%;
	border-bottom: 2px solid white;
}
.underliner{
	font-size: clamp(.6rem,3vw,1rem);
	margin: 0;
}
/*Allgemein---------------------------------------------------------------------------*/
.innerboard{
	height: 100%;
	width: min(67rem, 90vw);
	position: relative;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: flex-start;
}
.linknav{
	align-items: center;
}
.section{
	margin-top: 6rem;
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}
.sectionheader{
	text-transform: uppercase;
	font-weight: normal;
	color: #1e3054;
	font-size: clamp(1rem,5vw,2rem);
	margin: 0;
}
.reverse{
	flex-direction: row-reverse;
}
.betweenheader{
	margin-bottom: 7rem;
}
/*Section1 ---------------------------------------------------------------------------*/
.section1{
	margin-top: 10rem;
}
.sec1picbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.innersec1{
	gap: 2rem;
}
.sec1pics{
	width: 33%;
}
.sec1text{
	margin: 0;
	font-size: 1rem;
}
.kontaktbutton{
	background-color: #1e3054;
	border: 1px solid #1e3054;
	padding: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	color: white;
	font-weight: bold;
	transition: 0.6s all linear;
}
.kontaktbutton:hover{
	cursor: pointer;
	color: black;
	border: 1px solid black;
	box-shadow: inset 300px 0px white ;
}
/*Section2 ---------------------------------------------------------------------------*/
.top{
	background-color: #1E3054;
}
.bot{
	background-color: #293B5F;
}
.section2{
	margin: 0;
}
.sec2pics{
	height: 22rem;
}
.sec2box{
	height: 22rem;
	width: 55%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
}
.sec2boxheader{
	color: white;
	text-transform: uppercase;
}
ul{
	padding-left: 1rem;
	color: #CBB492;
}
.sec2boxtext{
	color: white;
}
.toppic{
	transform: translateY(-20%);
}
.botpic{
	transform: translateY(20%);
}
/*Section3 ---------------------------------------------------------------------------*/
.section3{
	margin-top: 8rem;
}
.sec3header{
	width: 100%;
	text-align: center;
}
.sec3underliner{
	width: 100%;
	text-align: center;
}
.contactboard{
	margin-top: 2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}
.topinputwrapper{
	width: 99.6%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;

}
.input{
	padding-left: 3%;
	width: 44%;
	height: 3rem;
	font-size: clamp(1rem,4vw,1.2rem);

}
.long{
	width: 96%;
}
.textarea{
	padding-top: 1rem;
	padding-left: 3%;
	font-size: clamp(1rem,4vw,1.2rem);
	width: 96.2%;
	height: 10rem;
}
.sendbutton{
	margin: 0 auto;
	background-color: #1E3054;
	padding: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	color: white;
	transform: translateY(-50%);
	transition: 0.6s all linear;
	border: 1px solid #1E3054;
}
.sendbutton:hover{
	cursor: pointer;
	color: black;
	border: 1px solid black;
	box-shadow: inset 300px 0px white;
}
/*Section4 ---------------------------------------------------------------------------*/
.section4{
	background-image: url(bilder/kunden.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.sec4header{
	font-size: clamp(1.5rem,6vw,3rem);
	font-weight: normal;
	color: white;
	width: 100%;
	text-align: center;
}
.sec4boxwrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.sec4box{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	gap: 2rem;
}
.quotes{
	width: 3rem;
}
.review{
	text-align: center;
	color: white;
}
.reviewname{
	color: #CBB492;
}
/*foooter------------------------------------------------------------------------*/
.footer{
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: .3rem;
	width: 100%;
	background-color: #1E3054;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.innerfooter{
	align-items: center;
}
.creator{
	color: white;
	font-size: clamp(.6rem,3vw,1rem);
}
.dutybox{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 2rem;
	font-size: clamp(.8rem,3vw,1rem);
}




.animnow{
	animation: fadeinrl 1s forwards;
}
@keyframes fadeinrl{
	0%{transform: translateX(-200px);opacity: 0}
	100%{transform: translateX(0px); opacity: 1}
}
.comein{
	animation: headinbox 3s forwards;
}
.comein2{
	animation: headin 2s forwards;
}
.comein3{
	animation: headin 1s forwards;
}
@keyframes headin{
	0%{transform: translateX(-200px);opacity: 0}
	100%{transform: translateX(0px); opacity: 1}
}
@keyframes headinbox{
	0%{transform: translateX(-200px) translateY(50%);opacity: 0}
	100%{transform: translateX(0px) translateY(50%); opacity: 1}
}



@media only screen and (max-width: 920px) {
	.mobiletop{
		flex-direction: column;
		align-items: center;
	}
	.mobilebot{
		flex-direction: column;
		align-items: center;
	}
	.botpic{
		margin-top: 2rem;
		transform: translateY(0);
	}
	.sec2boxheader{
		font-size: 1rem;
		width: 100%;
		text-align: center;
	}
	.sec2box{
		font-size: 1rem;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.sec2boxtext{
		font-size: 1rem;
	}
	.sec4boxwrapper{
		flex-direction: column;
	}
	.innerfooter{
		flex-direction: column;
	}
	ul{
		width: 100%;
		text-align: center;
		list-style: none;
	}
}
@media only screen and (max-width: 800px) {
	.topper{
		display: none;
	}
	.linknav{
		justify-content: center;
	}
}
@media only screen and (max-width: 670px) {
	.section3{
		margin-top: 4rem;
	}
	.sec4box{
		gap: 0rem;
	}
	.sec4boxwrapper{
		gap: 3rem;
	}
	.logo{
		width: 8rem;
	}
	.innersec1{
		align-items: center;
	}
	.sectionheader{
		width: 100%;
		text-align: center;
	}
	.hchange{
		align-items: center;
		flex-direction: column-reverse;
		justify-content: flex-end;
		gap: 4rem;
	}
	.headtextbox{
		left: 0;
		right: 0;
	}
	.kontaktbutton{
		background-color: #1e3054;
		border: 1px solid #1e3054;
		padding: .6rem;
		padding-left: 2rem;
		padding-right: 2rem;
		color: white;
		font-weight: bold;
		font-size: .8rem;
		transition: 0.6s all linear;
	}
	.sec1text{
		text-align: center;
	}
	.topbox{
		margin-bottom: 1rem;
	}
	ul {
	  list-style: none;
	}
	.betweenheader{
		margin-top: 5rem;
	}

}