:root 
{
	--theme: #86C232;
	--darktheme: #61892F;
	--lighttheme: #b8fa5c;
	--light: #edffd4;
	/*--dark: #232929;*/
	--dark: #171a1a;
}

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

body 
{
	font-size: 1.2em;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	background-color: var(--dark);
}

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

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

h1, h2, h3
{
	font-weight: 700;
	line-height: 1.3;
	font-size: 4em;
}

h1
{
	line-height: 1.25;
}

h2, h3
{
	line-height: 1.3;
	text-transform: none;
}

h2
{
	font-size: 2.8em;
}

h3
{
	font-size: 2em;
	font-weight: 500;
}

h4
{
	display: inline;
	background-color: var(--theme);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 1.1em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	padding: 0.15em 0.4em 0.1em;
}

h4 + h1
{
	margin-top: 20px;
}

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

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

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

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

#pattern
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -10;
	background-image: url(pattern.jpg);
	background-size: cover;
	background-position: center;
	/*opacity: 0.45;*/
	opacity: 0.3;
}

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

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

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
	transition: all 0.4s;
}

#header.hidden
{
	top: -150px;
}

#header + .text
{
	padding-top: 80px;
}

#navigation ul
{
	text-align: right;
}

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

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

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

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

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

.text
{
	margin: 100px 0px;
}

strong
{
	font-weight: 700;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.45;
	font-weight: 500;
	color: #fff!important;
	border: 2px solid var(--theme)!important;
	text-decoration: none;
	padding: 0.65em 1.5em;
	transition: all 0.2s;
	position: relative;
	font-size: 1.15em;
	text-align: center;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	transform: scale(1.05);
}

.text.withButton p a:before, .text .buttonArea p a:before, .buttonArea p a:before, #accepted:before
{
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: var(--theme);
	opacity: 0;
	transition: all 0.2s;
}

.text.withButton p a:hover:before, .text .buttonArea p a:hover:before, .buttonArea p a:hover:before, #accepted:hover:before
{
	opacity: 0.5;
	width: 100%;
}

.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;
	margin-right: -1em;
}

.buttonArea
{
	margin-top: 40px;
}

.buttonArea p
{
	position: relative;
	z-index: 10;
}

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

.colored
{
	padding: 100px 0px;
	position: relative;
	background-color: rgba(0,0,0,0.4);
}

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

.imgBox
{
	padding: 50px 60px;
	background-color: rgba(0,0,0,0.8);
	max-width: 750px;
	position: relative;
	z-index: 100;
	margin-top: -150px;
}

.imgBoxWrap
{
	display: flex;
	justify-content: flex-end;
}

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

.itemFlex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -60px;
	margin-top: -60px;
	justify-content: center;
}

.flexItem
{
	width: calc(50% - 60px);
	margin-left: 60px;
	margin-top: 60px;
}

.flexItemImg
{
	padding-bottom: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.flexItemContent h3
{
	margin-top: -24px;
	margin-left: -20px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

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

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

.dividerImg
{
	width: 100%;
	height: 75vh;
	max-height: 850px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
}

#socialMedia
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -25px;
	margin-top: 20px;
}

.socialLink
{
	width: 2.4em;
	height: 2.4em;
	border-radius: 100px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 25px;
	transition: all 0.2s;
	border: 2px solid var(--theme);
}

.socialLink:hover
{
	background-color: var(--darktheme);
	transform: scale(1.1);
}

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

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

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

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

.imgFlex
{
	display: flex;
}

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

.imgFlex .inline
{
	display: none;
}

.imgFlex.right .imgFlexItem:nth-child(2)
{
	display: flex;
	justify-content: flex-end;
}

.imgFlexItem
{
	width: 50%;
	position: relative;
	background-color: rgba(0,0,0,0.4);
}

.imgFlexItem .fancybox
{
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center;
	cursor: zoom-in;
}

.imgFlexGallery, .galleryItem
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.galleryImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.textBox
{
	padding: 150px 60px;
	max-width: 620px;
	width: 100%;
}

.withImgFlex + .withImgFlex
{
	margin-top: -100px;
}

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

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

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

#copy
{
	padding: 16px 0px;
	background-color: rgba(0,0,0,0.6);
	font-size: 0.85em;
	color: #fff;
	text-align: center;
	border-top: 1px solid var(--theme);
	text-transform: uppercase;
}

#footerFlex
{
	display: flex;
	justify-content: center;
}

.footerFlexItem
{
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.5);
}

#footerFlex .footerFlexItem:nth-child(1)
{
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

#footerLogo
{
	width: 95px;
	margin-top: 5px;
}

.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(--theme);
	border-bottom: 1px solid var(--theme);
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.5);
	z-index: 500000;
	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: rgba(0,0,0,0.7);
	border: 2px solid var(--theme);
}

#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: 48.5%;
	transform: translateY(-50%);
}

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

.jumper
{
	padding-top: 1px;
	margin-top: -100px;
}

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

#form
{
	padding-top: 50px;
	margin-top: -105px;
}

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

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

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

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: 'Roboto';
   	line-height: 1.6;
   	color: #fff;
   	font-weight: 400;
   	background-color: transparent;
}

input, textarea, select
{
	color: #fff;
	margin-bottom: 1.4em;
	transition: border-color 0.2s;
}

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

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

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

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

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

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

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

button
{
	display: inline-block;
	line-height: 1.45;
	font-weight: 500;
	color: #fff!important;
	border: 2px solid var(--theme)!important;
	text-decoration: none;
	padding: 0.65em 1.5em;
	transition: all 0.2s;
	position: relative;
	font-size: 1.15em;
	text-align: center;
	margin-left: 40px;
	margin-top: 1.15em;
	width: auto;
	cursor: pointer;
}

button:hover
{
	transform: scale(1.05);
}

button:before
{
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: var(--theme);
	opacity: 0;
	transition: all 0.2s;
}

button:hover:before
{
	opacity: 0.5;
	width: 100%;
}

.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.62em;
	background-color: var(--theme);
}

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

.youtubeItem
{
	width: calc(33.3% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.youtubeImg
{
	padding-bottom: 52%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.youtubePlay
{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 1000px;
	cursor: pointer;
	background-color: var(--theme);
	background-image: url(play.svg);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
}

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

.white
{
	background-color: #fff;
	margin: 0!important;
}

.white + .withImgFlex
{
	margin-top: 0!important;
}

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

.person
{
	width: calc(25% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

.person:hover .personContent
{
	opacity: 0;
}

.personVideo
{
	width: 100%;
	margin-bottom: -10px;
}

.personContent
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all 0.2s;
	z-index: 100;
	padding: 40px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	line-height: 1.5;
}

.personContent h3
{
	font-size: 1.6em;
}

.personContent h3 + p
{
	margin-top: 0.2em;
}

.withPersons
{
	margin: 0!important;
}

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

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

@media all and (max-width: 550px){
	.youtubeItem
	{
		width: calc(100% - 10px)!important;
	}

	.person
	{
		width: calc(100% - 10px)!important;
	}
}

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

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

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

	.personContent h3
	{
		font-size: 1.25em!important;
	}

	h4
	{
		font-size: 1em!important;
	}

	h4 + h1
	{
		margin-top: 12px!important;
	}

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

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

	#socialMedia
	{
		margin-left: -20px;
	}

	.dividerImg
	{
		height: 55vh!important;
	}

	.imgBox
	{
		margin-top: -60px!important;
	}

	video + .imgBoxWrap .imgBox
	{
		margin-top: 0!important;
	}

	.flexItem
	{
		width: calc(100% - 40px)!important;
	}

	.flexItemContent h3
	{
		margin-top: -15px;
	}

	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%!important;
	}

	.imgFlex .inline
	{
		display: block;
		margin-bottom: 0!important;
	}

	.imgFlexGallery
	{
		position: relative;
		padding-bottom: 65%;
	}

	.textBox
	{
		padding: 60px 40px!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

	.youtubeItem
	{
		width: calc(50% - 10px);
	}
}

@media all and (max-width: 850px){
	#footerFlex
	{
		display: block;
		margin-top: -15px!important;
	}

	.footerFlexItem
	{
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		text-align: center;
		margin-top: 20px;
	}

	#footerLogo
	{
		width: 65px!important;
	}
}

@media all and (max-width: 900px){
	.person
	{
		width: calc(50% - 10px);
	}
}

@media all and (max-width: 1150px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: var(--dark);
		max-height: 100vh;
		overflow: auto;
	}

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

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

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

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2.5px;
		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
	{
		top: 0!important;
	}

	#header .wrap
	{
		height: 90px;
	}

	#logo
	{
		padding: 25px 0px;
	}

	h1
	{
		font-size: 3em;
	}

	h2
	{
		font-size: 2.2em;
	}

	h3
	{
		font-size: 1.7em;
	}

	.personContent h3
	{
		font-size: 1.5em;
	}

	h4
	{
		font-size: 1.1em;
	}

	h4 + h1
	{
		margin-top: 15px;
	}

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

	.text
	{
		margin: 60px 0px;
	}

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

	.buttonArea
	{
		margin-top: 30px;
	}

	.imgBox
	{
		padding: 30px 40px;
		margin-top: -90px;
	}

	.textBox
	{
		padding: 120px 40px;
	}

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

	.colored
	{
		padding: 60px 0px;
	}

	.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
	{
		font-size: 1em;
	}

	#footer
	{
		padding: 60px 0px;
	}

	.dividerImg
	{
		height: 65vh;
		min-height: 260px;
	}

	#header + .text
	{
		padding-top: 60px;
	}

	.itemFlex
	{
		width: calc(100% + 40px);
		margin-left: -40px;
		margin-top: -60px;
	}

	.flexItem
	{
		width: calc(50% - 40px);
		margin-left: 40px;
		margin-top: 60px;
	}

	#copy
	{
		padding: 15px 0px;
	}

	.jumper
	{
		padding-top: 40px;
		margin-top: -100px;
	}

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

	#form
	{
		padding-top: 90px;
		margin-top: -115px;
	}

	.youtubePlay
	{
		width: 50px;
		height: 50px;
	}
}

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

@media all and (min-width: 1400px){
	.textBox
	{
		padding: 200px 60px;
	}
}