:root 
{
	--theme: #22b94e;
	--lighttheme: #4eff82;
	--darktheme: #108231;
	--light: #f0f2f7;
	--grey: #ececec;
	--dark: #1b1e28;
}

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

body 
{
	font-size: 1.05em;
	color: var(--dark);
	font-family: 'Montserrat';
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
}

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

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

h1, h2, h3
{
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.25;
	font-size: 3.2em;
	font-weight: 700;
}

h1
{
	display: inline;
	line-height: 1.6;
	color: #fff;
	background-color: var(--theme);
	padding: 0.04em 0.22em 0.035em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

h2
{
	font-size: 2.2em;
}

h3
{
	font-size: 1.35em;
}

h2 + h3, p + h3
{
	margin-top: 1.5em;
}

.text.big p, .text.big ul, .big p
{
	font-size: 1.3em;
}

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

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

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

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

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

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

#navigation ul
{
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 45px 0px;
	position: relative;
}

#navigation ul li ul
{
	position: absolute;
	font-size: 0.85em;
	left: -20px;
	top: 75%;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	background-color: var(--light);
	padding: 16px 20px 10px 20px;
	display: none;
	border: 4px solid #fff;
	min-width: calc(100% + 40px);
}

#navigation ul li:hover ul
{
	display: block;
}

#navigation ul li ul li
{
	display: block;
	margin-left: 0;
	padding: 0;
	margin-bottom: 5px;
}

#navigation ul li.active ul li a
{
	color: var(--dark);
	font-weight: 300;
}

#navigation ul li.active ul li a:hover
{
	color: var(--theme);
}

#navigation ul li.active ul li.active a
{
	color: var(--theme);
	font-weight: 500;
}

#navigation ul li a
{
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
	white-space: nowrap;
}

#navigation ul li.active a
{
	font-weight: 700;
	color: var(--theme);
}

#navigation ul li a:hover
{
	color: var(--theme);
}

#logo
{
	position: absolute;
	height: 100%;
	padding: 15px 0px;
}

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

#contactList
{
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#contactList li
{
	display: inline-block;
	margin-left: 25px;
	padding: 7px 0px;
}

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

.contactLink:hover
{
	opacity: 0.7;
}

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

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

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

strong
{
	font-weight: 700;
}

#openerImg
{
	padding-bottom: 41%;
	background-size: cover;
	background-position: center;
}

#header + .colored
{
	margin-top: -120px;
	padding-top: 165px;
}

.colored + .withImg
{
	position: relative;
	margin-top: -150px;
}

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

.text
{
	margin: 100px 0px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background-color: var(--theme);
	font-weight: 500;
	padding: 0.71em 1.25em 0.7em 1.25em;
	transition: all 0.2s;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a
{
	margin-right: 1em;
	margin-bottom: 1em;
}

.text.withButton p, .text .buttonArea p, .buttonArea p
{
	margin-bottom: -1em;
}

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

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

.buttonArea
{
	margin-top: 30px;
}

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

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

.benefit
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.tick
{
	width: 85px;
	height: 45px;
	position: relative;
	z-index: 10;
	background-image: url(tick.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.benefitInner
{
	margin-left: -40px;
	padding: 30px 40px 30px 60px;
	width: calc(100% - 45px);
	border: 4px solid var(--light);
}

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

.service
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	border: 4px solid #fff;
	border-top: none;
}

.serviceContent
{
	padding: 30px 40px;
}

.serviceImg
{
	width: calc(100% + 8px);
	margin-left: -4px;
	padding-bottom: 58%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.serviceTitle
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px 40px;
	z-index: 100;
}

.serviceTitle h3
{
	color: #fff;
}

.serviceImg:after, .dividerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.35);
}

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

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

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.45em;
	height: 0.45em;
	left: 0;
	top: 0.61em;
	border-radius: 100px;
	background-color: var(--theme);
}

.twoCols ul, .twoCols p
{
	column-count: 2;
	column-gap: 40px;
}

.twoCols ul li
{
	break-inside: avoid;
}

h2 + .twoCols
{
	margin-top: 1em;
}

.dividerImg
{
	padding: 100px 0px;
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center;
}

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

.dividerImg h2, .dividerImg h3
{
	color: #fff;
}

.dividerImg:after
{
	background-color: rgba(0,0,0,0.45);
}

.quote .big + p
{
	margin-top: 1em;
	color: var(--theme);
}

.quote
{
	position: relative;
	padding: 40px 0px 0px 40px
}

.quote:before
{
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: url(quote.svg);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0.2;
}

.contactButton
{
	background-size: 1em;
	background-position: left 1.2em center;
	padding-left: 2.8em!important;
	background-repeat: no-repeat;
}

#contactPhone
{
	background-image: url(phone.svg);
	background-size: 0.9em;
}

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

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

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

#copy
{
	padding: 20px 0px;
	background-color: var(--theme);
	font-size: 0.85em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#copy span
{
	position: absolute;
	font-weight: 500;
}

#footerList
{
	text-align: right;
}

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

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

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

#footer strong
{
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#socialFlex
{
	display: flex;
	align-items: center;
	padding: 29px 0px;
	margin-bottom: 50px;
	position: relative;
}

#socialFlex:after
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	background-color: #fff;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	opacity: 0.3;
}

.socialLink
{
	display: block;
	width: 1.7em;
	height: 1.7em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 25px;
	transition: all 0.2s;
}

.socialLink:hover
{
	opacity: 0.7;
}

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

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

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

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

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

#cookieBox
{
	padding: 33px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
}

#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.7em;
	cursor: pointer;
	display: block;
	margin-top: 0.3em;
}

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

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

#cookieBox strong
{
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#footer .text
{
	margin: 0;
}

#footer .text .wrap
{
	padding: 0;
}

.inline
{
	width: 100%;
	position: relative;
	z-index: 10;
}

.withImg + .colored
{
	position: relative;
	margin-top: -110px;
}

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

.colored + .withDivider
{
	display: none;
}

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

.galleryItem
{
	width: calc(33.3% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: zoom-in;
}

.galleryImg
{
	padding-bottom: 70%;
	background-size: cover;
	background-position: center;
}

.accordeonOpener
{
	display: inline-block;
	line-height: 1.5;
	text-align: left;
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background-color: var(--theme);
	font-weight: 500;
	padding: 0.71em 1.25em 0.7em 1.25em;
	transition: all 0.2s;
	cursor: pointer;
	background-image: url(plus.svg);
	background-size: 0.6em;
	background-position: left 1.25em center;
	background-repeat: no-repeat;
	padding-left: 2.85em;
}

.accordeonOpener.active
{
	background-image: url(minus.svg);
}

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

.accordeonContent
{
	padding: 30px 40px;
	border: 4px solid var(--light);
	margin-top: -4px;
	display: none;
}

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

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

#form
{
	padding-top: 170px;
	margin-top: -230px;
}

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

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

form label
{
	font-family: 'Montserrat';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0.05em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

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

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

input[type = "text"], input[type = "email"], textarea, select
{
	border: 2px solid var(--light);
	padding: 0.55em 1.2em;
	background-color: #fff;
}

input:focus, textarea:focus, select:focus
{
	border-color: var(--theme);
	outline: 2px solid var(--theme);
}

select
{
	cursor: pointer;
	background-image: url(down.svg);
	background-size: 0.55em;
	background-repeat: no-repeat;
	background-position: center right 1.2em;
}

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

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

.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.5em;
	margin-left: 40px;
}

.checkbox label
{
	font-family: 'Montserrat';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.6;
}

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

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

button
{
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background-color: var(--theme);
	font-weight: 500;
	padding: 0.71em 1.25em 0.7em 1.25em;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.35em;
}

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

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

	.galleryItem
	{
		width: calc(100% - 10px);
	}
}

@media all and (max-width: 640px){
	.contactLink span
	{
		display: none;
	}
}

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

	h2
	{
		font-size: 1.3em!important;
	}

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

	.text.big p, .text.big ul, .big p
	{
		font-size: 1em!important;
	}

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

	.benefit, .service
	{
		width: calc(100% - 40px);
	}

	.twoCols ul, .twoCols p
	{
		column-count: 1;
	}

	.dividerImg
	{
		padding: 50px 0px!important;
	}

	#footerList
	{
		text-align: left;
	}

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

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

	.quote:before
	{
		width: 60px!important;
	}

	.quote
	{
		padding: 20px 0px 0px 20px!important;
	}

	#openerImg
	{
		padding-bottom: 55%!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 1150px){
	#navigation
	{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		border-bottom: 1px solid var(--light);
		max-height: calc(100vh - 45px);
		overflow: auto;
	}

	#navigation ul li
	{
		display: block;
		margin-left: 0;
		padding: 0;
		margin-bottom: 2px;
	}

	#navigation ul
	{
		padding: 80px 40px 10px;
	}

	#navigation ul li ul
	{
		position: relative;
		display: block;
		min-width: auto;
		left: 0;
		top: 0;
		padding: 0;
		border: none;
		background-color: #fff;
		text-align: right;
		margin: 3px 0px 10px;
	}

	#navigation ul li ul li
	{
		margin-bottom: 3px;
	}

	#navigation ul li ul li a:after
	{
		content: "-";
		margin-left: 5px;
	}

	#header .wrap
	{
		height: 85px;
	}

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

	#logo
	{
		padding: 10px 0px;
	}

	#contact
	{
		font-size: 0.8em;
	}

	#contactList li
	{
		margin-left: 20px;
		padding: 5px 0px;
	}

	.contactLink
	{
		padding-left: 1.6em;
	}

	#header
	{
		top: -34px;
	}

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2.5px;
		background-color: var(--dark);
		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;
	}

	#navOpener, #logo
	{
		z-index: 1500;
	}

	.text
	{
		margin: 50px 0px;
	}

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

	.buttonArea
	{
		margin-top: 25px;
	}

	.colored
	{
		padding: 50px 0px;
	}

	#header + .colored
	{
		margin-top: -90px;
		padding-top: 120px;
	}

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

	.colored + .withImg:before
	{
		height: 75px;
	}

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

	.tick 
	{
		width: 50px;
		height: 35px;
	}

	.benefitInner
	{
		margin-left: -20px;
		padding: 30px 40px 30px 40px;
		width: calc(100% - 25px);
	}

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

	.dividerImg
	{
		padding: 75px 0px;
	}

	.quote:before
	{
		width: 80px;
	}

	.quote
	{
		padding: 30px 0px 0px 30px;
	}

	#footer
	{
		padding: 0px 0px 40px 0px;
	}

	#copy
	{
		padding: 15px 0px;
	}

	#socialFlex
	{
		padding: 25px 0px;
		margin-bottom: 39px;
	}

	.socialLink
	{
		width: 1.6em;
		height: 1.6em;
		margin-left: 20px;
	}

	h1
	{
		font-size: 2.5em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.2em;
	}

	.text.big p, .text.big ul, .big p
	{
		font-size: 1.2em;
	}

	#openerImg
	{
		padding-bottom: 45%;
	}

	.withImg + .colored
	{
		position: relative;
		margin-top: -60px;
	}

	.withImg + .colored:before
	{
		height: 75px;
	}

	.gallery
	{
		margin-top: -10px;
	}

	#form
	{
		padding-top: 120px;
		margin-top: -140px;
	}
}

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