html, body{
	margin: 0;
	padding: 0;
	font-family: "Albert Sans", serif;
}
/*Headerbereich--------------------------------------------------------------------------------------------------------------------------*/
.headwrapper{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.headertopstripe{
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
	width: min(90vw, 70rem);
}
.headertop{
	font-size: 1.4rem;
	font-weight: 200;
}
.linkwrapper{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 1.8rem;
}
.link{
	font-size: 1.4rem;
	font-weight: 200;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}
.link:hover{
	border-bottom: 1px solid black;
	cursor: pointer;
}
.bgpicwrapper{
	width: 100%;
	height: 70lvh;
	background-image: url(bilder/start.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.headermidtextwrapper{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.8rem;
	background-color: rgba(255,255,255,0.7);
	padding: 2rem;
	width: 40%;
	animation: 1.6s slidein ease-in-out;
}
.midtext{
	margin: 0;
}
.bold{
	font-weight: bold;
}
@keyframes slidein{
	0%{opacity: 0; transform: translateX(-200px);}
	100%{opacity: 1; transform: translateX(0);}
}
.section{
	padding-top: 8rem;
	padding-bottom: 8rem;
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.sec{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	width: min(90vw, 70rem);
}
.sectionheader{
	margin: 0;
	font-size: 1.8rem;
	font-weight: 500;
}
.topstripedes{
	height: 5rem;
	border-right: 1px solid #494A46;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateY(-50%);
	opacity: .33;
}

/*impressum--------------------------------------------------------------------------------------------------------------------------------*/

.sec2innerbox{
	justify-content: flex-start;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	width: min(90vw, 70rem);
	gap: .6rem;
}


/*footer--------------------------------------------------------------------------------------------------------------------------------*/
.secf{
	flex-direction: column;
}
.footer{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.footerinnerbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: flex-start;
	padding-bottom: 1rem;
	border-bottom: 1px solid grey;
}
.conttext{
	margin: 0;
	font-size: 1.2rem;
}
.footertext{
	text-align: center;
	margin: 0;
}
.footerend{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #090;
	gap: .2rem;
	color: white;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #afafaf;
}

@media only screen and (max-width: 1200px) {
	.sec1botstripe{
		bottom: 0;
	}
}
@media only screen and (max-width: 1000px) {
	.midtext{
		font-size: 1.2rem;
	}
	.link{
		font-size: 1.2rem;
	}
	.headertop{
		font-size: 1.2rem;
	}
	.headermidtextwrapper{
		width: auto;
	}
	.sec1boxtext{
		font-size: .8rem;
	}
	.sec1bottext{
		font-size: .8rem;
	}
	.sec1botstripe{
		width: 100%;
	}
	.innercarousel{
		flex-direction: column;
		gap: 1rem;
	}
	.carpic{
		width: 80%;
		transform: translate(0);
	}
	.carouseltextdiv{
		display: flex;
		justify-content: center;
		justify-items: center;
		align-items: center;
		flex-direction: column;
		padding: 0;
		text-align: center;
	}
	.sec2textshow{
		margin: 0 auto;
	}
	.sec2text{
		width: 100%;
		font-size: 0.8rem;
	}

	.sec3boxtext{
		width: 100%;
		font-size: 0.8rem;
	}
	.sec3picwrapper{
		gap: 0.15rem;
	}
	.colstripe{
		gap: 0.15rem;
	}
}
@media only screen and (max-width: 800px) {
	.footerinnerbox{
		flex-direction: column;
		text-align: center;
		align-items: center;
		gap: 1rem;
	}
}
@media only screen and (max-width: 700px) {
	.sec1{
		flex-direction: column;
		gap: 1rem;
	}
	.sec1leftbox{
		width: 100%;
		height: auto;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.sec1rightbox{
		height: 10rem;
		width: 90%;
		background-position-y: 90%;
	}
	.sec1boxtext{
		width: 100%;
	}
	.sec1botstripe{
		flex-direction: column;
		box-shadow: none;
		position: initial;
		gap: 2rem;
	}
	.cartext{
		font-size: .8rem;
	}
	.carheader{
		font-size: 1rem;
	}
	.sectionheader{
		text-align: center;
	}
	.section{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
@media only screen and (max-width: 600px) {
	.headertop{
		font-weight: 500;
		margin: 0;
	}
	.link{
		margin: 0;
	}
	.headertopstripe{
		flex-direction: column;
		gap: 1rem;
	}
	.sec3picwrapper{
		gap: 0.1rem;
	}
	.colstripe{
		gap: 0.1rem;
	}
	.sendbutton{
		font-size: .8rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

