:root 
{
	--theme: #b7e259;
	--darktheme: #87b210;
	--light: #f1f4e9;
	--dark: #1e1e54;
}

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

body 
{
	font-size: 1.15em;
	color: var(--dark);
	font-family: 'IBM Plex Sans';
	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
{
	font-weight: 900;
	line-height: 1.4;
	font-size: 3.2em;
}

h1
{
	color: #fff;
	background-color: var(--theme);
	display: inline;
	line-height: 1.7;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0.03em 0.3em 0.05em;
	border-radius: 0.25rem;
}

h2
{
	font-size: 2.5em;
	line-height: 1.35;
}

h3
{
	font-size: 1.6em;
}

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

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

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

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

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
}

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

#navigation ul
{
	text-align: right;
}

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

#navigation ul li ul
{
	position: absolute;
	text-align: left;
	font-size: 0.85em;
	background-color: var(--dark);
	border-radius: 0.25em;
	padding: 14px 20px 13px;
	top: 80%;
	display: none;
}

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


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

#navigation ul li ul li a
{
	color: #fff;
}

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

#navigation ul li a:hover
{
	opacity: 1;
}

#navigation ul li.active a
{
	opacity: 1;
	font-weight: 900;
}

#navigation ul li.active ul li a
{
	font-weight: 300;
	opacity: 0.6;
}

#navigation ul li.active ul li a:hover
{
	opacity: 1;
}

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

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

#opener
{
	padding-bottom: 39%;
	background-size: cover;
	background-position: center;
	position: relative;
}

#opener:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: linear-gradient(90deg,rgba(30,30,84,0.8) 0%, rgba(0,0,0,0.1) 100%);
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 95%;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 120;
	right: 0;
	bottom: -80px;
}

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

.text
{
	margin: 100px 0px;
}

strong
{
	font-weight: 700;
}

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

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

.services
{
	margin-top: -150px;
}

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

.service
{
	position: relative;
	padding-left: 85px;
}

.service:before
{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 1000px;
	background-color: var(--theme);
	background-image: url(tick.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	top: -8px;
	left: 0;
}

.inline
{
	width: 100%;
	margin-bottom: -10px!important;
	border-radius: 0.25em;
}

.imgContainer
{
	padding-right: 250px;
}

.boxContainer
{
	padding-left: 250px;
	margin-top: -100px;
}

.contentBox
{
	padding: 50px 60px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
	border-radius: 0.25em;
	background-color: #fff;
	position: relative;
	z-index: 000;
}

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

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

.rezension
{
	width: calc(33.3% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 25px 25px 18px;
	background-color: #fff;
	border-radius: 0.25em;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
}

.rezension strong
{
	font-size: 0.85em;
	display: block;
}

.rezension strong:before
{
	content: "";
	position: relative;
	display: block;
	width: 100px;
	height: 3px;
	background-color: var(--theme);
	margin-bottom: 0.3em;
}

.stars
{
	display: block;
	width: 100%;
	height: 0.85em;
	background-image: url(stars.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 0.8em;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
	padding: 0.7em 1.3em;
	background-color: var(--theme);
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s;
	border-radius: 0.25em;
}

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

.text.withButton p a.contactLink:first-child
{
	margin-top: 0;
}

.contactLink
{
	margin-top: 1em;
	margin-right: 0.95em;
	background-size: auto 1em;
	background-position: left 1.3em center;
	background-repeat: no-repeat;
	padding-left: 3.3em!important;
}

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

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

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

.buttonArea
{
	margin-top: 30px;
}

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

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

#footerList 
{
	text-align: right;
}

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

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

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

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--dark);
	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);
}

#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(6px);
	backdrop-filter: blur(6px);
}

#cookieBox
{
	padding: 31px 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.25em;
}

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

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

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

#subpageOpener
{
	padding-top: 105px;
	margin-bottom: -10px;
}

.map
{
	width: 100%;
	padding-bottom: 50%;
	border-radius: 0.25em;
	background-color: var(--light);
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#drdsgvo_map_1, #drdsgvo_map_2, #drdsgvo_map_3
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

#formBox
{
	padding: 50px 60px 60px 60px;
	background-color: #fff;
	border-radius: 0.25em;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
}

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

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

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

form label
{
	font-family: 'IBM Plex Sans';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0.05em;
}

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

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

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

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

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

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: 'IBM Plex Sans';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

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

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

button
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
	padding: 0.7em 1.3em;
	background-color: var(--theme);
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s;
	border-radius: 0.25em;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.25em;
}

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

.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(--theme);
	border-radius: 0.13em;
}

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

.galleryItem
{
	width: calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
}

.galleryImg
{
	padding-bottom: 125%;
	background-size: cover;
	background-position: center;
	cursor: zoom-in;
	border-radius: 0.25em;
}

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

@media all and (max-width: 550px){
	.galleryItem
	{
		width: calc(50% - 20px);
	}
}

@media all and (max-width: 700px){
	#opener
	{
		padding-bottom: 65%!important;
	}

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

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

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

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

	#opener:after
	{
		height: 75%!important;
	}

	.service + .service
	{
		margin-top: 25px!important;
	}

	.service
	{
		padding-left: 66px!important;
	}

	.service:before
	{
		width: 45px!important;
		height: 45px!important;
		top: -8px!important;
	}

	.imgContainer
	{
		padding-right: 40px!important;
	}

	.boxContainer
	{
		padding-left: 40px!important;
		margin-top: -40px!important;
	}

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

	#footerList 
	{
		text-align: left;
	}

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

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 750px){
	.rezension
	{
		width: calc(100% - 20px);
	}

	.rezensionen
	{
		margin-top: -75px!important;
	}

	.map
	{
		padding-bottom: 65%!important;
	}
}

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

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

	#navigation ul
	{
		padding: 0px 40px 12px;
	}

	#navigation ul li ul
	{
		position: relative;
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		text-align: right;
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
	}

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

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

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

	#navOpener
	{
		position: absolute;
		width: 29px;
		height: 22px;
		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;
	}

	#header .wrap
	{
		height: 85px;
	}

	#logo
	{
		padding: 15px 0px;
	}

	h1
	{
		font-size: 2.2em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.4em;
	}

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

	#opener
	{
		padding-bottom: 45%;
	}

	.text
	{
		margin: 50px 0px;
	}

	.colored
	{
		padding: 50px 0px;
	}

	#openerContent
	{
		bottom: 55px;
	}

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

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

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

	.service
	{
		position: relative;
		padding-left: 70px;
	}

	.service:before
	{
		width: 50px;
		height: 50px;
		top: -7px;
	}

	.contentBox
	{
		padding: 30px 40px;
	}

	.boxContainer
	{
		margin-top: -50px;
		padding-left: 200px;
	}

	.imgContainer
	{
		padding-right: 200px;
	}

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

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

	#footer
	{
		padding: 28px 0px 30px;
	}

	#opener:after
	{
		height: 85%;
		bottom: -40px;
	}

	#subpageOpener
	{
		padding-top: 53px;
		margin-bottom: -8px;
	}

	.map
	{
		padding-bottom: 50%;
	}

	.colored + #footer
	{
		margin-top: -50px;
	}

	#formBox
	{
		padding: 30px 40px 40px 40px;
	}

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

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

@media all and (min-width: 1500px){
	#opener
	{
		padding-bottom: 36%;
	}
}