:root 
{
	--green: #a9b770;
	--lightgreen: #c3ce84;
	--ultralight: #eff2e4;
	--darkgreen: #8d9654;
	--dark: #181912;
	--grey: #e6ead3;
}

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

body 
{
	font-size: 1.2em;
	color: var(--dark);
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	line-height: 1.85;
	overflow-x: hidden;
	background-color: var(--ultralight);
}

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

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

h1, h2, h3
{
	font-family: 'Amatic SC', cursive;
	text-transform: uppercase;
	line-height: 1.3;
	color: var(--green);
	font-weight: 700;
}

h1
{
	font-size: 3.3em;
	color: #fff;
	display: inline;
	background-color: var(--green);
	line-height: 1;
	padding: 0.1em 0.4em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
}

h1 span
{
	position: relative;
	z-index: 100;
}

h2
{
	font-size: 3em;
	line-height: 1.2;
}

.dividerImg h2
{
	display: inline;
	background-color: var(--green);
	line-height: 1;
	padding: 0.1em 0.4em;
	color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
}

h3
{
	font-size: 2.7em;
	line-height: 1.2;
}

.serviceFlex h3
{
	font-size: 2.2em;
	hyphens: auto;
}

.text.big p, .text.big ul, .quote, .cursive
{
	font-size: 1.4em;
}

.author
{
	text-align: right;
	margin-top: 1em;
	margin-bottom: -4px;
}

#sub
{
	font-weight: 500;
	color: #fff;
	margin-top: 1.2em;
	line-height: 1.6;
	font-family: 'Bad Script', cursive;
	font-size: 1.3em;
	padding-left: 28px;
}
 
h2 + p, h2 + ul, h3 + p, h3 + ul, p + p, ul + p
{
	margin-top: 1em;
}

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

.wrap.bigWrap, .easyPaginateNav
{
	max-width: 1200px;
	position: relative;
}

#header .wrap, #opener .wrap
{
	max-width: 1450px;
}

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

#opener .wrap
{
	padding-right: 60px;
}

.quote
{
	font-family: 'Bad Script', cursive;
	border-left: 10px solid var(--green);
	padding-left: 30px;
	line-height: 1.8;
}

.cursive, .author
{
	font-family: 'Bad Script', cursive;
	line-height: 1.8;
}

.white
{
	padding: 80px 0px;
	background-color: #fff;
}

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: var(--green);
}

#header .wrap
{
	height: 115px;
}

#navigation
{
	background-color: var(--lightgreen);
	position: absolute;
	right: 0px;
	top: 100%;
	text-align: right;
	display: none;
}

#navigationInner
{
	padding: 25px 40px 22px;
	max-height: calc(100vh - 115px);
	overflow: auto;
}

#navigation:before
{
	content: "";
	position: absolute;
	right: 44px;
	width: 16px;
	height: 16px;
	top: -8px;
	transform: rotate(-45deg);
	background-color: var(--lightgreen);
}

#navigation ul li
{
	list-style: none;
	margin-bottom: 2px;
	text-transform: uppercase;
}

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

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

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

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

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

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

#navOpener:before
{
	content: "Menü";
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	width: 95px;
	top: 50%;
	transform: translateY(-50%);
	right: -26px;
	display: flex;
	justify-content: center;
	padding-top: 13px;
	font-size: 0.85em;
	padding-right: 38px;
	font-weight: 500;
}

.line
{
	position: absolute;
	width: 100%;
	height: 2.5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: all 0.2s;
}

#navOpener .line:nth-child(1)
{
	top: 0;
}

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

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

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

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

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

#language
{
	position: absolute;
	padding-left: 2.1em;
	top: 51%;
	transform: translateY(-50%);
	right: 146px;
	text-decoration: none;
	font-size: 0.9em;
	background-image: url(language.svg);
	background-size: auto 78%;
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}

#language a
{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s;
	font-weight: 500;
}

#languageDivider
{
	margin: 0px 6px;
	position: relative;
	top: -1px;
}

#language a:hover
{
	opacity: 1;
}

#language a.current
{
	font-weight: 500;
	opacity: 1;
}

#blog
{
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	right: 301px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9em;
	text-transform: uppercase;
}

#language:after, #blog:after
{
	content: "|";
	position: relative;
	font-weight: 500;
	top: -1px;
	margin-left: 21px;
}

#opener
{
	width: 100%;
	height: 80vh;
	max-height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

#wolke
{
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	z-index: 50;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: rgba(0,0,0,0.2);
}

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

.text
{
	margin: 80px 0px;
}

.intro
{
	margin-bottom: -40px;
}

.text-center
{
	text-align: center;
}

.divider
{
	width: 100%;
	height: 55px;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.inline
{
	width: 100%;
	margin-bottom: -9px!important;
}

.imgFlex
{
	display: flex;
}

.imgFlex.right
{
	flex-direction: row-reverse;
}

.imgFlex .inline
{
	border-right: 10px solid var(--ultralight);
	border-bottom: 10px solid var(--ultralight);
}

.imgFlex.right .inline
{
	border-right: none;
	border-left: 10px solid var(--ultralight);
	border-bottom: 10px solid var(--ultralight);
}

.imgFlexItem
{
	width: 50%;
}

.textBox
{
	padding: 55px 60px;
	position: relative;
	margin-top: 60px;
}

.textBox:before
{
	content: "";
	position: absolute;
	width: 160%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -10;
	background-color: var(--green);
	opacity: 0.2;
}

.right .textBox:before
{
	left: 0;
	right: auto;
}

.textBox .buttonArea
{
	padding-bottom: 5px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	background-color: var(--green);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	padding: 0.6em 1.2em 0.5em 1.2em;
	transition: all 0.2s;
	border-bottom: none!important;
}

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

.buttonArea
{
	margin-top: 30px;
}

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

.withBigButton
{
	margin-top: -40px;
}

.text.withBigButton p a
{
	display: block;
	font-family: 'Amatic SC', cursive;
	text-transform: uppercase;
	line-height: 1.15;
	font-size: 2.2em;
	text-align: center;
	font-weight: 700;
	text-align: center;
	padding: 0.85em 1.2em;
	background-color: var(--green);
	color: #fff;
	text-decoration: none!important;
	transition: all 0.2s;
}

.text.withBigButton p a:hover
{
	background-color: var(--darkgreen);
	color: #fff;
}

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

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

.text.cursive ul li:before
{
	top: 0.56em;
}

.bigTextBox
{
	margin-top: 35px;
}

.dividerImg
{
	display: flex;
	align-items: center;
	padding: 180px 0px;
	position: relative;
}

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

#footer
{
	background-color: var(--green);
	padding: 30px 0px 29px;
	text-align: center;
	font-size: 0.85em;
	color: #fff;
}

#copy
{
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	position: absolute;
}

#footerList
{
	text-align: right;
}

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

#footerList li:before
{
	content: "|";
	margin-right: 24px;
}

#footerList li:first-child:before
{
	display: none;
}

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

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

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

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

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.85);
	z-index: 500000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85em;
}

#cookieBox
{
	padding: 35px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	background-color: #fff;
	max-width: 480px;
	overflow: auto;
	border-bottom: 5px solid var(--green);
	display: block;
	margin: auto;
}

#acceptWrap
{
	text-align: center;
}

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

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

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

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

strong
{
	font-weight: 500;
}

#socialMedia
{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: var(--green);
	border-top: 1px solid var(--ultralight);
	border-left: 1px solid var(--ultralight);
}

.social
{
	width: 45px;
	height: 45px;
	display: block;
	border-bottom: 1px solid var(--ultralight);
	transition: all 0.2s;
	background-size: 38%;
	background-position: center;
	background-repeat: no-repeat;
}

.social:hover
{
	background-color: rgba(255,255,255,0.2);
}

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

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

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

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

#partners
{
	background-color: #fff;
	padding: 40px 0px;
}

#partnerFlex
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left: -40px;
	margin-bottom: -40px;
}

.partner
{
	height: 50px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.partner img
{
	height: 100%;
}

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

.serviceFlexItem
{
	width: calc(33.3% - 40px);
	margin-left: 40px;
	background-color: #fff;
	min-height: 100%;
}

.serviceFlexContent
{
	padding: 20px 25px;
}

.serviceFlex .buttonArea
{
	margin-top: 18px;
	padding-bottom: 5px;
}

video
{
	width: 100%;
}

.buttonArea p, .withButton p
{	
	display: block;
	margin-bottom: -1em;
	margin-left: -1em;
}

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

.whatsapp, .contact, .telegram
{
	background-image: url(whatsapp.svg);
	background-size: 1.2em;
	background-position: center left 1.2em;
	background-repeat: no-repeat;
	padding-left: 3em!important;
}

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

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

#form
{
	padding-top: 160px;
	margin-top: -160px;
}

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

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

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

form label
{
	font-family: 'Heebo', sans-serif;
	color: var(--green);
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.2em;
}

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

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

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid var(--grey);
	padding: 0.5em 1.2em;
}

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

textarea
{
	height: 10em;
	resize: none;
	margin-bottom: 1em;
}

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

#ru .alert.alert-danger ul:before
{
	content: "ПРОИЗОШЛИ СЛЕДУЮЩИЕ ОШИБКИ. ПОЖАЛУЙСТА ПРОВЕРЬТЕ СВОИ ЗАПИСИ.";
}

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

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

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

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

.checkbox label
{
	font-family: 'Heebo', sans-serif;
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
}

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

button
{
	display: inline-block;
	width: auto;
	cursor: pointer;
	background-color: var(--green);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	padding: 0.6em 1.2em 0.5em 1.2em;
	transition: all 0.2s;
	border-bottom: none!important;
	margin-top: 0.95em;
	margin-left: 40px;
}

button:hover
{
	background-color: var(--darkgreen);
	color: #fff;
}

.quotes
{
	height: 40px;
	width: 100%;
	background-image: url(quote.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px 0px 26px;
}

.blogFlex
{
	display: flex;
}

.blogFlex .blogFlexItem:nth-child(1)
{
	width: 280px;
}

.blogFlex .blogFlexItem:nth-child(2)
{
	width: calc(100% - 280px);
	padding-left: 40px;
}

#blogPosts
{
	padding: 1px 0px;
	background-color: #fff;
}

.easyPaginateNav
{
	padding: 0px 40px;
	display: block;
	margin: auto;
	margin-bottom: 60px;
	margin-top: -0.5em;
}

.disabled
{
	display: none!important;
}

.easyPaginateNav a
{
	margin-right: 1.5em;
	margin-top: 0.5em;
	display: inline-block;
	color: var(--lightgreen);
	transition: all 0.2s;
	text-decoration: none;
}

.easyPaginateNav a:hover
{
	color: var(--green);
}

.easyPaginateNav a.current
{
	color: var(--green);
	font-weight: 500;
}

.easyPaginateNav a.next, .easyPaginateNav a.last
{
	position: relative;
	top: -2px;
}

#blogPosition
{
	padding-top: 115px;
	margin-top: -115px;
}

u
{
	text-decoration: none;
	font-family: 'Bad Script', cursive;
	font-size: 0.95em;
}

.white + #footer
{
	margin-top: -80px;
}

.youtube
{
	width: 100%;
	border: none;
}

@media all and (max-width: 420px){
	.textBox
	{
		padding: 20px 25px!important;
	}

	#logo
	{
		padding: 18px 0px;
	}

	#socialMedia
	{
		padding: 20px 25px!important;
	}

	#socialTitle
	{
		margin-bottom: 12px!important;
	}

	#cookieBox
	{
		padding: 20px 25px 25px!important;
	}
}

@media all and (max-width: 450px){
	#footerList li
	{
		display: block;
		margin-left: 0;
		margin-top: 2px;
	}

	#footerList li:before
	{
		display: none;
	}
}

@media all and (max-width: 600px){
	.serviceFlexItem
	{
		width: calc(100% - 40px)!important;
	}

	.quotes
	{
		margin: 14px 0px 22px;
	}
}

@media all and (max-width: 620px){
	#copy
	{
		position: relative;
		display: block;
		margin-bottom: 2px;
	}

	#footerList 
	{
		text-align: center;
	}
}

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

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

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

	.serviceFlex h3
	{
		font-size: 1.65em!important;
	}

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

	#sub
	{
		font-size: 1.1em!important;
		padding-left: 17px!important;
	}

	.text.withBigButton p a, #socialTitle
	{
		font-size: 1.6em!important;
	}

	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%;
	}

	.textBox
	{
		margin-top: -2px!important;
	}

	.imgFlex .inline
	{
		border: none!important;
	}

	.textBox:before
	{
		width: 100%!important;
	}

	.divider
	{
		height: 45px!important;
	}

	#opener
	{
		height: 65vh!important;
		min-height: 350px!important;
	}

	.quote
	{
		border-left: 6px solid var(--green);
		padding-left: 20px;
		line-height: 1.7;
	}

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

	#navOpener:before, #blog
	{
		display: none;
	}

	#language a.current
	{
		display: none;
	}

	#language a
	{
		opacity: 1;
		font-weight: 500;
	}

	#languageDivider
	{
		display: none;
	}

	#language
	{
		right: 85px;
	}

	#language:after
	{
		margin-left: 12px;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 9em;
	}

	.quotes
	{
		height: 30px!important;
	}

	.blogFlex
	{
		display: block;
	}

	.blogFlex .blogFlexItem:nth-child(1)
	{
		width: 100%!important;
	}

	.blogFlex .blogFlexItem:nth-child(2)
	{
		width: 100%!important;
		padding-left: 0;
		margin-top: 30px;
	}
}

@media all and (max-width: 800px){
	.serviceFlex
	{
		flex-wrap: wrap;
		margin-bottom: -40px;
	}

	.serviceFlexItem
	{
		width: calc(50% - 40px);
		margin-bottom: 40px;
	}

	#wolke
	{
		width: 180%!important;
	}
}

@media all and (max-width: 900px){
	#header .wrap
	{
		height: 90px;
	}

	#blogPosition
	{
		padding-top: 90px;
		margin-top: -90px;
	}

	#navigationInner
	{
		max-height: calc(100vh - 90px);
	}

	#opener
	{
		height: 70vh;
		min-height: 380px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.buttonArea
	{
		margin-top: 20px;
	}

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

	.textBox
	{
		padding: 35px 40px;
		margin-top: 40px;
	}

	.white
	{
		padding: 40px 0px;
	}

	.divider
	{
		height: 50px;
	}

	#footer, #partners
	{
		padding: 25px 0px;
	}

	#footer
	{
		padding: 20px 0px 19px;
	}

	#partnerFlex
	{
		margin-left: -25px;
		margin-bottom: -25px;
	}

	.partner
	{
		margin-bottom: 25px;
		margin-left: 25px;
	}

	h1
	{
		font-size: 3em;
	}

	h2
	{
		font-size: 2.6em;
	}

	h3
	{
		font-size: 2.3em;
	}

	.serviceFlex h3
	{
		font-size: 1.8em;
	}

	.text.big p, .text.big ul, .quote, .cursive
	{
		font-size: 1.25em;
	}

	#sub
	{
		font-size: 1.2em;
		padding-left: 25px;
	}

	.text.withBigButton p a
	{
		font-size: 1.8em;
	}

	body
	{
		font-size: 1.15em;
	}

	.dividerImg
	{
		padding: 120px 0px;
	}

	.partner
	{
		height: 40px;
	}

	.social
	{
		width: 40px;
		height: 40px;
	}

	#wolke
	{
		width: 120%;
	}

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

	.quotes
	{
		height: 35px;
	}

	.blogFlex .blogFlexItem:nth-child(1)
	{
		width: 220px;
	}

	.blogFlex .blogFlexItem:nth-child(2)
	{
		width: calc(100% - 220px);
	}

	.easyPaginateNav
	{
		margin-bottom: 40px;
	}

	.easyPaginateNav a
	{
		margin-right: 1em;
	}

	.white + #footer
	{
		margin-top: -40px;
	}

	#openerContent
	{
		bottom: 28%;
	}
}