:root 
{
	--theme: #98b934;
	--darktheme: #345c04;
	--light: #edf5d5;
	--dark: #121311;
}

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

body 
{
	font-size: 1.2em;
	color: var(--dark);
	font-family: 'Onest';
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

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

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

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

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

h1, h2, h3
{
	line-height: 1.15;
	font-weight: 900;
	font-size: 4.5em;
	text-transform: uppercase;
}

h2, h3
{
	font-size: 3em;
	line-height: 1.25;
	color: var(--theme);
	text-transform: none;
}

h3
{
	font-size: 1.5em;
}

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

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

h1 + p
{
	font-weight: 500;
	margin-top: 0.5em;
}

h2 + h3, p + h3, ul + h3
{
	margin-top: 30px;
}

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

#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: #fff;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.1);
}

#navigation ul
{
	text-align: right;
	font-weight: 500;
}

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

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

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

#header.scrolled #navigation ul li a
{
	color: var(--dark);
}

#navigation ul li a:after
{
	content: "";
	position: absolute;
	width: 0%;
	opacity: 0;
	height: 3px;
	background-color: var(--theme);
	left: 0;
	top: 110%;
	transition: all 0.2s;
	border-radius: 100px;
}

#kontaktButton:after
{
	display: none!important;
}

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

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

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

#opener
{
	padding: 235px 0px 115px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg,rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%);
}

#openerContent
{
	position: relative;
	z-index: 100;
	text-shadow: 0px 0px 1em rgba(0,0,0,0.8);
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted, #kontaktButton
{
	display: inline-block;
	line-height: 1.3;
	color: #fff!important;
	border-bottom: none!important;
	background-color: var(--theme);
	text-decoration: none;
	padding: 0.69em 1.2em 0.65em 1.2em;
	text-shadow: 0px 0px 0.5em rgba(0,0,0,0.9);
	transition: all 0.2s;
	text-align: center;
	border-radius: 0.3em;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.15);
}

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

.dividerImg .buttonArea p a
{
	border-bottom: none!important;
}

.buttonArea
{
	margin-top: 30px;
}

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

strong
{
	font-weight: 700;
}

.text
{
	margin: 100px 0px;
}

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

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

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

.service
{
	padding: 30px 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.15);
	border-radius: 0.3em;
}

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

.twoText
{
	display: flex;
	margin-left: -40px;
}

.twoTextItem
{
	width: 50%;
	margin-left: 40px;
}

.sticky
{
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 230px;
}

.dividerImg
{
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 100px 0px;
	color: #fff;
	text-shadow: 0px 0px 1em rgba(0,0,0,0.8);
}

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

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

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

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

.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;
	display: flex;
}

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

.tick
{
	width: 40px;
	height: 40px;
	background-image: url(tick.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--darktheme);
	display: block;
	border-radius: 1000px;
	margin-top: -3px;
}

.divider
{
	width: 50%;
	height: 6px;
	background-color: var(--theme);
	border-radius: 0px 100px 100px 0px;
}

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

.galleryItem
{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: zoom-in;
	border-radius: 0.3em;
	overflow: hidden;
}

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

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

.text.colored ul li:before
{
	background-color: rgba(255,255,255,0.7);
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	left: 0;
	top: 0.59em;
	background-color: var(--darktheme);
}

.contentBox
{
	padding: 30px 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.15);
	border-radius: 0.3em;
}

.contentBox .buttonArea
{
	margin-bottom: 10px;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	text-decoration: none;
	border-bottom: 1px solid var(--theme);
	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);
}

.dividerImg p a, .dividerImg ul a, .colored p a, .colored ul a
{
	color: #fff!important;
	border-bottom: 1px solid #fff!important;
	text-decoration: none;
}

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

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

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

form label
{
	font-family: 'Onest';
	color: var(--theme);
	font-weight: 700;
	display: block;
	margin-bottom: 0.1em;
}

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: 'Onest';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 400;
   	background-color: transparent;
}

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

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid rgba(0,0,0,0.2);
	padding: 0.65em 1.2em 0.6em;
	background-color: #fff;
}

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

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;
}

.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: 'Onest';
	color: var(--dark);
	font-weight: 400;
	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;
	color: #fff!important;
	border-bottom: none!important;
	background-color: var(--theme);
	text-decoration: none;
	padding: 0.69em 1.2em 0.65em 1.2em;
	text-shadow: 0px 0px 0.5em rgba(0,0,0,0.9);
	transition: all 0.2s;
	text-align: center;
	border-radius: 0.3em;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.15);
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.1em;
}

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

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

.accordeonOpener
{
	font-weight: 700;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
}

.accordeonOpener:before
{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(plus.svg);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--darktheme);
	display: block;
	border-radius: 1000px;
	left: 0;
	top: -5px;
	transition: all 0.2s;
}

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

.accordeonOpener.active:before
{
	background-color: var(--theme);
	transform: rotate(-45deg);
}

.accordeonContent
{
	display: none;
	padding: 30px 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.15);
	border-radius: 0.3em;
	margin-top: 25px;
}

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

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

#footer
{
	padding: 30px 0px;
	color: #fff;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.85)
}

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

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

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

#footerList
{
	text-align: right;
}

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

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

#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;
	border-radius: 0.3em;
}

#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.25em;
}

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

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

.pageSection
{
	position: relative;
	top: -140px;
}

#ueberUns, #impressionen
{
	top: -240px;
}

#whatsapp
{
	position: fixed;
	width: 68px;
	height: 68px;
	border-radius: 1000px;
	right: 40px;
	bottom: 40px;
	z-index: 600;
	background-color: var(--theme);
	background-image: url(whatsapp.svg);
	background-size: 48%;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
	transition: all 0.2s;
}

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

#social
{
	background-color: var(--theme);
	color: #fff;
	padding: 42px 0px 40px;
}

#social h3
{
	color: #fff;
}

#socialFlex
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.socialLink
{
	display: block;
	width: 2em;
	height: 2em;
	background-color: #fff;
	border-radius: 1000px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 20px;
	transition: all 0.2s;
}

#socialLinks
{
	display: flex;
}

.socialLink:hover
{
	background-color: rgba(255,255,255,0.8);
}

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

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

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

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

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

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

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

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

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

	.twoText
	{
		display: block;
		margin-left: 0;
	}

	.twoTextItem
	{
		width: 100%;
		margin-left: 0;
	}

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

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

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

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

	#footerList
	{
		text-align: left;
	}

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

	.benefits
	{
		margin-bottom: -30px;
	}

	.benefit
	{
		margin-bottom: 30px;
	}

	#socialFlex
	{
		display: block;
		text-align: center;
	}

	#socialLinks
	{
		justify-content: center;
		margin-top: 15px;
		margin-left: -15px;
	}
}

@media all and (max-width: 1120px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 1000;
		background-color: #fff;
		border-bottom: 1px solid var(--light);
		max-height: 100%;
		overflow: auto;
	}

	#navigation ul
	{
		padding: 72px 40px 16px;
	}

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

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

	#kontaktButton
	{
		margin-top: 8px;
	}

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

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

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

	#navOpener.active .line, #header.scrolled .line
	{
		background-color: var(--dark);
	}

	#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 .wrap
	{
		height: 80px;
	}

	#logo, #header.scrolled #logo
	{
		padding: 10px 0px;
		height: 160%;
	}

	#opener
	{
		padding: 175px 0px 60px;
	}

	.text
	{
		margin: 60px 0px;
	}

	.colored
	{
		padding: 60px 0px;
	}

	.dividerImg
	{
		padding: 60px 0px;
	}

	.divider
	{
		height: 5px;
	}

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

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

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

	.benefits, .accordeons, .gallery
	{
		margin-top: -20px;
	}

	#footer
	{
		padding: 25px 0px;
	}

	#social
	{
		padding: 32px 0px 30px;
	}

	.socialLink
	{
		width: 1.8em;
		height: 1.8em;
		margin-left: 15px;
	}

	h1
	{
		font-size: 3.6em;
	}

	h2
	{
		font-size: 2.2em;
	}

	h3
	{
		font-size: 1.3em;
	}

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

	.sticky
	{
		top: 140px;
	}

	h2 + h3, p + h3, ul + h3
	{
		margin-top: 25px;
	}

	#form
	{
		padding-top: 150px;
		margin-top: -185px;
	}

	.pageSection
	{
		top: -80px;
	}

	#ueberUns, #impressionen
	{
		top: -140px;
	}

	#whatsapp
	{
		width: 60px;
		height: 60px;
	}
}

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