@charset "UTF-8";
/* CSS Document */
html{
	background-color:black;
}

*{
	box-sizing: border-box;
	scroll-padding-top: 75px;
	margin:0;
	padding:0;
	/*outline: 0.5px solid rgb(90, 222, 255);*/

}
body{
	overflow-x: hidden;
	background-color: black;
}
main{
	width:100%;
	min-height:80vh;
	overflow-x: hidden;

}
.firstS{
	padding-top: 95px;
	min-height:100vh;
}
section{
	padding: 20px 10px 40px 10px;
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
}
#Home{
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 75vh;
	padding-top: 120px;
	width: 100%;
}
.home-box{
	display: flex;
	gap: 30px;
}
.headline{
	max-width: 400px;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: center;
}
.CTA-button{
	height:50px;
	padding: 0 18px 0 18px;
	border: rgba(255, 255, 255, 1) solid 1px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: none;
	width: max-content;
	font-size: 20px;
	font-weight: 400;
}
.CTA-button:hover{
	background-color: white;
	color:black;
	transform: scale(1.1);
	transition: 0.3s;
}
.trailer-box{
	max-height: 600px;
	max-width: 600px;
}
#brand-trailer{
	border: rgba(255, 255, 255, 0.5) solid 0.5px;
	border-radius: 20px;
}
video{
	height: 100%;
	width: 100%;
	display: block;
}
#Agentur{
	padding:50px 10px 0 10px;
	background-image: linear-gradient(white, rgb(214, 214, 214));
	z-index: 2;
}
.socialproof{
	padding: 40px 10px 0px 10px;
	background-color: white;
}
.client-logo-box {
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
}
.client-logo-box figure{
	height:120px;
	overflow-y: hidden;
}
.client-logo-box figure img{
	display:block;
	max-height:120px;
	max-width:120px;
}
.client-logo-box figure figcaption{
	width:120px;
	height:120px;
	opacity: 0;
	position:relative;
	top:-120px;
	left:0;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	display: grid;
	place-content: center;
	text-align: left;
	transition:0.6s;
	backdrop-filter: blur(10px);
}
.client-logo-box figure figcaption:hover{
	opacity: 1;
}
.centerTrust{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.trustpilot-box{
	padding-bottom:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.trustpilot-box figure img{
	max-width: 450px;
	display: block;
	border-radius: 15px;
	min-width: 100px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
}
#Kontakt{
	display:flex;
	flex-flow: row;
	align-items:center;
	justify-content: center;
	padding: 60px 20px 30px 20px;
	background-color: white;
}
/*background-image: linear-gradient(to bottom right, #E2D06D, #D7A651, #CEB841);*/
.kontakt-box{
	margin-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: max-content;
	margin-bottom: 20px;
}
.kontakt-box img{
	display:block;
	margin-right:8px;
	max-height: 32px;
	width: auto;
}
#Kontakt a:hover img{
	transform: scale(1.3);
	transition: 0.3s;
}
.kontaktInfo{
	display: flex;
	height:32px;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.kontaktInfo:nth-child(3){
	margin-bottom: 40px;
}
.googleScheduler{
	background-color: white;
	border-radius: 20px;
	width:850px;
	height:650px;
	overflow-y: hidden;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
}
.agentur-box{
	margin-top:-50px;
	display: flex;
	justify-content: center;
	left:-5%;
}
.agentur-box figure{
	margin: 0 -3.5%;
	display:flex;
	max-width: 350px;
	flex-direction: column-reverse;
}
.agentur-box figure img{
	display: block;
}
.agentur-box figcaption{
	width:70%;
	text-align: left;
	position:relative;
	top:75%;
	left:20%;
}
.agentur-box p {
	margin-bottom: 8px;
}
.rechtlicheUnterseiten{
	width:100%;
	max-width: 800px;
}
@media (max-width: 1080px){
	.agentur-box{
		width:100%
	}
	.agentur-box figure{
		max-width: 270px;
	}
	#Kontakt{
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.kontakt-box{
		margin-right: 0px;
	}
	.googleScheduler{
		width:100%;
		height: 600px;
	}
}
@media (max-width: 680px){
	.home-box{
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}
	#Home{
		max-height: max-content;
	}
	.headline{
		max-width: 100%;
		display: flex;
		align-items: left;
		flex-direction: column;
		justify-content: center;
	}
	.trailer-box{
		max-height: auto;
		max-width: 80%;
	}
	.agentur-box{
		margin-top:-20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		left:0;
	}
	.agentur-box figure{
		margin-top: 30px;
		background-image: linear-gradient(white, black);
		min-width:100%;
		max-width:100%;
		display:flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
		position:relative;
	}
	.agentur-box figure img{
		display: block;
		max-width:60%;
	}
	.agentur-box figcaption{
		padding:0;
		margin-bottom: 10%;
		width:100%;
		filter: drop-shadow(1px 1px 10px black);
		position:absolute;
		top:60%;
	}
	.agentur-box figcaption a{
		white-space: nowrap;
	}
	#Agentur{
		background-image: linear-gradient(white, white);
		padding:10px 0px 0px 0px;
	}
	#Agentur h1{
		padding-left: 10px;
	}

}
@media (max-width:600px){
	.googleScheduler{
		height:1000px
	}
}
@media (max-width: 480px) {
	.trustpilot-box figure img{
		max-width: 100%;
	}
	#Kontakt{
		padding:0px;
	}
	.kontakt-box{
		padding: 40px 20px 0px 20px;
	}
	.googleScheduler{
		width:100%
	}
	.client-logo-box{
		gap:5px;
		justify-content: space-evenly;
	}
}
@media (max-width:350px){
	.client-logo-box figure{
		width:40%;
		max-height:auto;
	}
	.client-logo-box figure img{
		height:auto;
		width:100%;
	}
	.client-logo-box figure figcaption{
		width:100%;
		height:100%;
	}
}