html, body {
    max-width: 100vw;
    margin: 0;
    padding: 0;

}
body{
	overflow-x:hidden;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: white;
	text-decoration: none;
}
.headpic{
	position: absolute;
	width: 100vw;
	height: 70vh;
	background-image: url(bilder/start.jpg);
	background-size: cover;
	background-position: center;
	background-position-y: 55%;
}
.logo{
	position: absolute;
	width: 15rem;
	top: 100px;
	left: 100px;
}
.linkbox{
	position: absolute;
	top: 100px;
	right: 100px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 2.5rem;
}
.link{
	color: white;
	font-size: min(4vw,2rem);
}
.link:hover{
	cursor: pointer;
}
.abstand{
	width: 100vw;
	height: 70vh;
}
/*Section 1 -------------------------------------------------------------------------------*/
.sec1wrapper{
	width: min(95vw,120rem);
	margin: 0 auto;
	height: 30vh;
	display: flex;
	justify-items: center;
	justify-content: space-around;
	gap: 6rem;
	align-items: center;
}
.header{
	font-weight: 300;
	font-size: min(5vw,4rem);
}
.buttontop{
	width: min(30vw,30rem);
	min-width: 18rem;
	height: 3rem;
	background-color: #B6C1C3;
	transform: translateY(40px);
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 1rem;
	color: white;
	font-size: min(3vw,1.7rem);
}
.arrow{
	width: min(5vw,4rem);
}
/*Section 2 -------------------------------------------------------------------------------*/
.sec2wrapper{
	width: 100vw;
	background-color: #B6C1C3;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap:5rem;
}
.textwrapper{
	width: min(90vw,35rem);
}
.sec2header{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: min(8vw,4rem);
}
.sec2text{
	font-size: min(5vw,2rem);
	color: #6A7775;
}
.higlight{
	color: #000000;
}
.imagewrapper{
	width: 60rem;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 2rem;
}
.sec2pic{
	width: min(80vw,25rem);
	margin-bottom: 6rem;
}
.space{
	height: 10rem;
}
/*Section 3 -------------------------------------------------------------------------------*/
.sec3wrapper{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}
.sec3header{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: min(8vw,4rem);
}
.containerwrapper{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 5rem;
}
.container{
	font-weight: bold;
	height: 30rem;
	width: 25rem;
	background-color: #B6C1C3;
	display: flex;
	justify-items: center;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.contpic{
	width: 25rem;
}
.containerdesc{
	font-weight: 100;
	margin: 0;
	font-size: 1.5rem;
	text-align: center;
}
.containerunderliner{
	font-size: 1.5rem;
}
.higlight2{
	font-weight: 100;
	color: #6A7775;
}
/*Section 4 -------------------------------------------------------------------------------*/
.sec4wrapper{
	margin-top: 6rem;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
	width: 100vw;
	background-color: #B6C1C3;
}
.sec4pic{
	height: 100%;
}
.sec4textwrapper{
	margin-left: min(2vw,10rem);
}
.sec4header{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: min(8vw,4rem);
}
li{
	font-size: min(6vw,2rem);
	color: #6A7775;
}
.sec4underliner{
	font-size:  min(4.5vw,1.8rem);
	font-weight: bold;
}
/*Section 5 -------------------------------------------------------------------------------*/
.sec5wrapper{
	margin-top: 6rem;
	width: 100vw;
	display: flex;
	justify-content: space-around;
	justify-items: center;
	align-items: center;
	gap: 4rem;
}
.kontakttextwrapper{
	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.sec5header{
	font-weight: 300;
	font-size: min(8vw,4rem);
	margin: 0;
}
.kontakttext{
	font-size: min(6vw,2rem);
	color: #6A7775;
}
.kontaktinputwrapper{
	gap: 0.5rem;
	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-weight: bold;
  opacity: 1; /* Firefox */
}
.inp{
	font-size: min(4vw,1rem);
	padding-left: 0.8rem;
	border: none;
	width: min(90vw,40rem);
	height: 4.1rem;
	background-color: #B6C1C3;
}
.texa{
	font-size: min(4vw,1.2rem);
	padding-top: 1rem;
	padding-left: 0.8rem;
	height: 12rem;
	width: min(90vw,40rem);
	border: none;
	background-color: #B6C1C3;
	resize: none;
}
.buttonkont{
	width: 14rem;
	height: 3rem;
	font-size: 1.8rem;
	color: white;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	background-color: #B6C1C3;
	margin-left: auto;
}
.buttonkont:hover{
	cursor: pointer;
}
/*Footer -------------------------------------------------------------------------*/
.footer{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	margin-top: 6rem;
	width: 100vw;
	background-color: #6A7775;
}
.footerimpdat{
	font-size: 1.2rem;
	color: white;
}
.footerunderliner{
	text-align: center;
	font-size: 0.8rem;
	color: white;
}


@media only screen and (max-width: 1650px){
	.sec2wrapper{
		flex-direction: column;
	}
	.sec2header{
		text-align: center;
	}
}
@media only screen and (max-width: 1600px){
	.sec4wrapper{
		flex-direction: column;
	}
	#sec4pic{
		display: none;
	}
	.sec4pic{
		background-image: url(bilder/sec41.jpg);
		background-size: cover;
		background-position-y: 5%;
		width: 100vw;
		height: 40vw;
		overflow: hidden;
	}
	.sec4header{
		text-align: center;
	}
}
@media only screen and (max-width: 1450px){
	.containerwrapper{
		flex-direction: column;
	}
}
@media only screen and (max-width: 1400px){
	.sec5wrapper{
		flex-direction: column;
	}
	.buttonkont{
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1000px){
	.sec1wrapper{
		flex-direction: column;
		justify-content: center;
		gap: 0.5rem;
	}
	.header{
		text-align: center;
		margin: 0;
		font-size: min(7vw,3rem);
	}
	.buttontop{
		font-size: 1.4rem;
		transform: translateY(0px);
	}
	.arrow{
		width: 3rem;
	}
	.logo{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.linkbox{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top: 10px;
	}
}
@media only screen and (max-width: 950px){
	.imagewrapper{
		flex-direction: column;
	}
	#sec2pic{
		display: none;
	}
	.sec2wrapper{
		gap: 0;
	}
	.space{
		display: none;
	}
	.imagewrapper{
		width: 100vw;
	}
}
@media only screen and (max-width: 600px){
	.kontakttextwrapper{
		width: 90vw;
	}
}
@media only screen and (max-width: 500px){
	.contpic{
		width: 20rem;
	}
	.container{
		width: 20rem;
		height: 25rem;
	}
}