:root 
{
	--red: #e41c0f;
	--orange: #ee7309;
	--violett: #3d4084;
	--blue: #1e8eb1;
	--light: #e6eef3;
	--mid: #001117;
	--dark: #000000;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.1em;
	color: #fff;
	font-family: 'Wix';
	font-weight: 300;
	line-height: 1.65;
	overflow-x: hidden;
	background-color: var(--dark);
}

::selection 
{
	background-color: var(--blue);
 	color: #fff;
}

::-moz-selection 
{
  	background-color: var(--blue);
 	color: #fff;
}

h1, h2, h3
{
	font-family: 'Eras';
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-size: 2.2em;
}

h1 strong
{
	font-size: 1.8em;
	line-height: 1.15;
}

h2
{
	font-size: 2.4em;
}

h3
{
	font-size: 1.5em;
}

h2 + p, h2 + ul
{
	margin-top: 0.6em;
}

h3 + p, h3 + ul
{
	margin-top: 0.2em;
}

p + p, ul + p
{
	margin-top: 1em;
}

.wrap
{
	max-width: 1000px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#header .wrap
{
	max-width: 1200px;
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s;
	box-shadow: 0px 0px 60px rgba(0,0,0,0);
}

#header.scrolled
{
	background-color: var(--dark);
	box-shadow: 0px 0px 60px rgba(0,0,0,0.65);
}

#contact
{
	background-color: var(--blue);
	font-size: 0.85em;
	color: #fff;
}

#contact .wrap
{
	display: flex;
	justify-content: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#contact span
{
	font-weight: 700;
}

.contactLink
{
	color: #fff;
	text-decoration: none;
	margin-left: 2em;
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.7em;
	transition: all 0.2s;
}

.contactLink:hover
{
	opacity: 0.7;
}

#phone
{
	background-image: url(phone.svg);
}

#email
{
	background-image: url(email.svg);
}

#navigation ul
{
	text-align: right;
	font-family: 'Eras';
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-right: 85px;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 65px 0px;
	position: relative;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li
{
	padding: 45px 0px 40px;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	position: relative;
}

#navigation ul li a:after
{
	content: "";
	position: absolute;
	width: 0%;
	opacity: 0;
	height: 2.5px;
	background-color: var(--orange);
	left: 0;
	top: 112%;
	transition: all 0.2s;
}

#navigation ul li.active a:after, #navigation ul li a:hover:after
{
	opacity: 1;
	width: 100%;
}

#navigation ul li.active a
{
	font-weight: 700;
}

#logo
{
	position: absolute;
	height: 100%;
	padding: 20px 0px;
	transition: all 0.2s;
}

#header.scrolled #logo
{
	padding: 15px 0px;
}

#opener
{
	position: relative;
	width: 100%;
	height: 100vh;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 300;
	/*background: linear-gradient(45deg,rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 90%);*/
	background: linear-gradient(45deg,rgba(0,17,23,0.1) 0%, rgba(0,17,23,0.85) 80%);
}

.openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
	z-index: 500;
}

.text
{
	margin: 100px 0px;
}

.withButton
{
	margin-top: -70px;
}

.buttonArea
{
	margin-top: 30px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--blue);
	border-bottom: none!important;
	font-family: 'Eras';
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0.91em 1.2em 0.55em;
	transition: all 0.2s;
	border-radius: 0.3em;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	background-color: var(--orange);
}

.colored
{
	padding: 100px 0px;
	background-color: var(--mid);
}

.boxes
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -40px;
}

.box
{
	color: #fff;
	text-decoration: none;
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.65);
	position: relative;
	transition: all 0.2s;
	padding-bottom: 50px;
	border-radius: 1em;
	overflow: hidden;
}

div.box
{
	padding-bottom: 5px!important;
}

a.box:hover
{
	transform: scale(1.02);
	box-shadow: 0px 0px 60px rgba(0,0,0,0.85);
	background-color: var(--blue);
}

.text.colored p a
{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.text.colored p a:hover
{
	color: var(--orange);
	border-bottom: 1px solid var(--orange);
}

.boxContent
{
	padding: 40px 40px 30px;
}

.boxImg
{
	padding-bottom: 65%;
	background-size: cover;
	background-position: center;
}

.colored + .colored
{
	padding-top: 0;
	margin-top: -150px;
}

.more
{
	position: absolute;
	width: 45px;
	height: 45px;
	background-color: var(--orange);
	right: 0px;
	bottom: 0px;
	border-radius: 1em 0em 1em;
	background-image: url(right.svg);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
}

.tick
{
	width: 35px;
	height: 35px;
	border-radius: 1em 0px 1em 0px;
	background-color: var(--orange);
	background-image: url(tick.svg);
	background-size: 35%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.benefits
{
	margin-top: -50px;
}

.benefit
{
	padding: 40px 40px 30px;
	box-shadow: 0px 0px 60px rgba(0,17,23,0.9);
	position: relative;
	border-radius: 1em;
	background-color: var(--mid);
}

.colored + .withBenefits .benefit
{
	box-shadow: 0px 0px 60px rgba(0,0,0,0.65);
}

.benefit + .benefit
{
	margin-top: 40px;
}

.dividerImg
{
	padding: 100px 0px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dividerImg .wrap
{
	z-index: 500;
}

.dividerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: var(--mid);
	opacity: 0.85;
}

.accordeons
{
	margin-top: -65px;
}

.accordeonOpener
{
	display: inline-block;
	line-height: 1.3;
	text-align: left;
	color: #fff!important;
	background-color: var(--blue);
	border-bottom: none!important;
	font-family: 'Eras';
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0.91em 1.2em 0.55em;
	padding-left: calc(1.23em + 35px);
	transition: all 0.2s;
	border-radius: 0.3em;
	position: relative;
	z-index: 100;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.accordeonOpener:before
{
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	left: 0;
	top: 0;
	background-color: var(--orange);
	background-image: url(plus.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0em 0px 1em 0px;
	transition: all 0.2s;
}

.accordeonOpener:hover:before
{
	background-color: var(--mid);
}

.accordeonOpener.active:before
{
	background-color: var(--mid);
	background-image: url(minus.svg);
}

.accordeonOpener:hover, .accordeonOpener.active
{
	background-color: var(--orange);
}

.accordeonContent
{
	padding: 30px 40px 30px;
	box-shadow: 0px 0px 60px rgba(0,17,23,0.9);
	position: relative;
	border-radius: 1em;
	margin-top: 10px;
	display: none;
	background-color: var(--mid)
}

.accordeon + .accordeon
{
	margin-top: 25px;
}

.accordeonOpener.active + .accordeonContent
{
	display: block;
}

#headerHeight
{
	position: absolute;
	z-index: -1;
	height: 160px;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--orange);
	border-bottom: 1px solid var(--orange);
}

#whatsapp
{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 1000px;
	background-image: url(whatsapp.svg);
	background-size: 50%;
	right: 40px;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	background-color: #25d366;
	transition: all 0.2s;
	z-index: 1000;
	background-position: center;
	background-repeat: no-repeat;
}

#header.scrolled #whatsapp
{
	top: 50%;
}

#whatsapp:hover
{
	background-color: #075e54;
}

#footer
{
	font-size: 0.85em;
	color: #fff;
	padding: 40px 0px;
	background-color: var(--mid);
}

#footerList
{
	text-align: right;
}

#footerList li
{
	display: inline-block;
	margin-left: 40px;
}

#copy
{
	position: absolute;
	font-weight: 700;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}

#footer a:hover
{
	border-bottom: 1px solid #fff;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.7);
	z-index: 999999999;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: var(--mid);
	border-radius: 1em;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.65);
}

#cookieBoxInner
{
	position: relative;
	z-index: 100;
}

#acceptWrap
{
	text-align: center;
}

#cookieCheckboxes
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.8em;
	cursor: pointer;
	display: block;
	margin-top: 0.3em;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
}

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

#down
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 800;
	background-color: var(--orange);
	background-image: url(down.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 1em 0 0 0;
}

.divider
{
	width: 50%;
	height: 3px;
	background-color: var(--orange);
}

.rezensionen
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-top: -50px;
}

.rezension
{
	width: calc(33.3% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 30px 40px;
	border-radius: 1em;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.65);
	font-size: 0.85em;
	background-color: var(--mid);
	position: relative;
	z-index: 120;
}

.rezension strong:after
{
	content: "";
	display: block;
	width: 100%;
	height: 1em;
	background-image: url(stars.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 1em;
	margin-bottom: -0.6em;
}

.withRezensionen + .colored
{
	position: relative;
	margin-top: -120px;
}

.withRezensionen + .colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: var(--mid);
	left: 0;
	bottom: 100%;
	z-index: -10;
}

.colored + .dividerImg
{
	margin-top: -100px;
}

.dividerImg + .colored
{
	margin-top: 0px!important;
}

.colored + .withBenefits
{
	padding-bottom: 100px;
	background-color: var(--mid);
	margin-top: -150px;
}

#form
{
	padding-top: 190px;
	margin-top: -250px;
}

form
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

form div
{
	width: 50%;
	padding-left: 40px;
}

form label
{
	font-family: 'Wix';
	color: #fff;
	font-weight: 700;
	display: block;
	margin-bottom: 0.2em;
}

input[type = "text"], input[type = "email"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0.3em;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Wix';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.5em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid #fff;
	padding: 0.5em 1.2em 0.52em 1.2em;
	background-color: #fff;
}

input:focus, textarea:focus
{
	border-color: var(--orange);
	outline: 1px solid var(--orange);
}

textarea
{
	height: 12em;
	resize: none;
	margin-bottom: 1.25em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-weight: 700;
	color: red;
	display: block;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red;
}

.checkbox
{
	position: relative;
	padding-left: 1.6em;
	margin-left: 40px;
}

.checkbox label
{
	font-family: 'Wix';
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.57em;
	cursor: pointer;
}

#yform-formular-nachricht, #yform-formular-accept, .alert
{
	width: 100%;
}

button
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--blue);
	border-bottom: none!important;
	font-family: 'Eras';
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0.91em 1.2em 0.55em;
	transition: all 0.2s;
	border-radius: 0.3em;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.5em;
}

button:hover
{
	background-color: var(--orange);
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.2em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	left: 0;
	top: 0.65em;
	background-color: var(--blue);
	border-radius: 0.1em;
}

@media all and (max-width: 450px){
	#cookieBox
	{
		padding: 19px 25px 25px 25px;
	}
}

@media all and (max-width: 700px){
	#contact span
	{
		display: none;
	}

	.contactLink
	{
		margin-left: 1.5em;
		white-space: nowrap;
	}

	#email
	{
		margin-left: 0;
	}
}

@media all and (max-width: 750px){
	h1, h2
	{
		font-size: 1.4em!important;
	}

	h1 strong
	{
		font-size: 1.5em!important;
		line-height: 1.25;
	}

	h3
	{
		font-size: 1.2em!important;
	}

	h1, h2, h3
	{
		line-height: 1.3;
	}

	.box
	{
		width: calc(100% - 40px);
	}

	#copy
	{
		position: relative;
		display: block;
		margin-bottom: 3px;
	}

	#footerList
	{
		text-align: left;
	}

	#footerList li
	{
		display: block;
		margin-left: 0;
		margin-top: 2px;
	}

	#down
	{
		width: 40px!important;
		height: 40px!important;
	}

	.rezension
	{
		width: calc(100% - 20px);
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 1050px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: var(--dark);
		box-shadow: 0px 0px 60px rgba(0,0,0,0.65);
		z-index: 1000;
		max-height: 100%;
		overflow: auto;
	}

	#contact
	{
		position: relative;
	}

	#logo, #navOpener, #contact
	{
		z-index: 1200;
	}

	#navigation ul li, #header.scrolled #navigation ul li
	{
		display: block;
		margin-left: 0;
		padding: 0;
		margin-bottom: 18px;
	}

	#navigation ul li a:after
	{
		top: 105%;
	}

	#navigation ul
	{
		padding: 118px 40px 2px;
	}

	#header .wrap
	{
		height: 85px;
	}

	#navOpener
	{
		position: absolute;
		width: 26px;
		height: 20px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
		width: 50%;
		right: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#navOpener.active .line:nth-child(3)
	{
		width: 0;
	}

	#header #contact .wrap
	{
		height: auto;
	}

	#logo, #header.scrolled #logo
	{
		padding: 15px 0px;
	}

	#opener
	{
		min-height: 370px;
	}

	#openerContent
	{
		bottom: 60px;
	}

	.text
	{
		margin: 60px 0px;
	}

	.withButton
	{
		margin-top: -30px;
	}

	.colored
	{
		padding: 60px 0px;
	}

	.colored + .colored
	{
		padding-top: 0;
		margin-top: -80px;
	}

	.benefits
	{
		margin-top: -20px;
	}

	.dividerImg
	{
		padding: 60px 0px;
	}

	#footer
	{
		padding: 30px 0px;
	}

	.accordeons
	{
		margin-top: -35px;
	}

	.rezensionen
	{
		margin-top: -20px;
	}

	h1, h2
	{
		font-size: 1.8em;
	}

	h1 strong
	{
		font-size: 1.6em;
	}

	h3
	{
		font-size: 1.35em;
	}

	#whatsapp
	{
		top: 50%;
		z-index: 1200;
		right: 95px;
		width: 38px;
		height: 38px;
	}

	#down
	{
		width: 45px;
		height: 45px;
	}

	.withRezensionen + .colored
	{
		margin-top: -80px;
	}

	.withRezensionen + .colored:before
	{
		height: 60px;
	}

	.colored + .dividerImg
	{
		margin-top: -60px;
	}

	.colored + .withBenefits
	{
		padding-bottom: 60px;
		margin-top: -80px;
	}

	#form
	{
		padding-top: 155px;
		margin-top: -180px;
	}
}

@media all and (min-width: 1051px){
	#navigation
	{
		display: block!important;
	}
}