:root 
{
	--theme: #008628;
	--lighttheme: #0dbf3b;
	--darktheme: #015b18;
	--light: #f0f2f0;
	--dark: #161615;
}

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

body 
{
	font-size: 1.15em;
	color: var(--dark);
	font-family: 'Be Vietnam Pro';
	font-weight: 300;
	line-height: 1.75;
	overflow-x: hidden;
}

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

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

body#arab
{
	text-align: right!important;
	font-weight: 300!important;
}

h1, h2, h3
{
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2em;
}

h2, h3
{
	font-weight: 500;
	font-size: 2em;
	line-height: 1.45;
}

h3
{
	font-size: 1.6em;
}

h2 strong, h3 strong
{
	font-weight: 700;
}

#arab h1, #arab h2, #arab h3
{
	font-weight: 300;
}

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

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

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

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

.wrap.bigWrap
{
	max-width: 1400px;
}

#header .wrap
{
	height: 280px;
}

#logo
{
	position: absolute;
	height: calc(100% - 100px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

img.inline, video.inline
{
	border-radius: 0.3em;
}

video
{
	border: none;
}

#languages
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-radius: 100px;
	box-shadow: 0px 0px 80px rgba(0,0,0,0.15);
	max-width: 165px;
	margin: auto;
	margin-bottom: 100px;
	position: sticky;
	position: -webkit-sticky;
	top: 40px;
	z-index: 1000;
	background-color: #fff;
}

.language
{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	background-size: cover;
	background-position: left center;
}

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

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

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

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

.text
{
	margin: 100px 0px;
}

strong
{
	font-weight: 500;
}

#arab strong
{
	font-weight: 300;
}

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

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

#arab .text ul li
{
	padding-right: 1.2em;
	padding-left: 0;
}

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

#arab .text ul li:before
{
	left: auto;
	right: 0;
}

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

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

.fancybox-skin
{
	background-color: transparent;
}

.videoContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.3em;
	overflow: hidden;
}

.videoContainer:after
{
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 1000px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	background-image: url(play.svg);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	transition: all 0.2s;
}

.flex-images .videoContainer:after
{
	width: 60px;
	height: 60px;
}

.fancybox.video img
{
	cursor: default;
}

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

.colored + .withImg:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	background: linear-gradient(180deg,rgba(240, 242, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

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

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

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

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

#footerLogo
{
	width: 160px;
	margin-bottom: -10px;
}

#footerFlex .footerFlexItem:nth-child(1)
{
	padding-right: 40px;
}

#footerFlex .footerFlexItem:nth-child(2)
{
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.3);
}

#copy
{
	padding: 25px 0px;
	background-color: var(--dark);
	border-top: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	font-size: 0.85em;
}

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

#arab #copy span
{
	right: 40px;
}

#footerList
{
	text-align: right;
}

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

#arab #footerList li
{
	margin-left: auto;
	margin-right: 40px;
}

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

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

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background-color: var(--dark);
	color: #fff!important;
	border-bottom: none!important;
	transition: all 0.2s;
	padding: 0.75em 1.4em 0.7em 1.4em;
	border-radius: 1000px;
}

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

.buttonArea
{
	margin-top: 30px;
}

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

#formBox
{
	padding: 50px 60px 60px 60px;
	box-shadow: 0px 0px 80px rgba(0,0,0,0.15);
	border-radius: 0.3em;
}

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

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

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

form label
{
	font-family: 'Be Vietnam Pro';
	color: var(--dark);
	font-weight: 500;
	display: block;
	margin-bottom: 0.05em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#arab form label
{
	font-weight: 300;
}

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: 'Be Vietnam Pro';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	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.5em 1.2em;
	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
{
	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.6em;
	margin-left: 40px;
}

#arab .checkbox
{
	padding-left: auto;
	padding-right: 1.6em;
}

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

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

#arab .checkbox input
{
	right: 0;
	left: auto;
}

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

button
{
	display: inline-block;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background-color: var(--dark);
	color: #fff!important;
	border-bottom: none!important;
	transition: all 0.2s;
	padding: 0.75em 1.4em 0.7em 1.4em;
	border-radius: 1000px;
	width: auto;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 1.35em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

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

#videoOverlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1500;
	display: none;
	justify-content: center;
	align-items: center;
}

#videoContainer
{
	width: 100%;
}

#videoBg
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.6);
}

#video
{
	max-width: 100%;
	max-height: calc(100vh - 80px);
	object-fit: contain;
	border-radius: 0.3em;
	display: block;
	margin: auto;
	position: relative;
	z-index: 1000;
}

#videoClose
{
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	top: 0;
	right: 40px;
	z-index: 1500;
	background-image: url(close.svg);
	background-color: var(--dark);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
}

.withBigVideo
{
	margin-top: -170px;
}

.accordeonOpener
{
	display: block;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
	padding-right: 40px;
}

#arab .accordeonOpener
{
	padding-left: 40px;
	padding-right: 0;
}

.accordeonContent
{
	display: none;
	margin-top: 1em;
}

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

.accordeon
{
	padding: 25px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.18);
}

.accordeons
{
	border-top: 1px solid rgba(0,0,0,0.18);
	position: relative;
	z-index: 800;
}

.accordeonOpener:after
{
	content: "+";
	position: absolute;
	top: -17px;
	right: 0;
	font-size: 2em;
	font-weight: 300;
}

#arab .accordeonOpener:after
{
	left: 0!important;
	right: auto!important;
}

.accordeonOpener.active:after
{
	content: "-";
	top: -17px;
	right: 0;
}

#socialMedia
{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1500;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0.5em 0 0 0.5em;
	overflow-x: hidden;
}

.socialLink
{
	display: block;
	width: 45px;
	height: 45px;
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--dark);
	transition: all 0.2s;
}

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

#socialMedia .socialLink:nth-child(2)
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

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

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

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

#arab #footerList
{
	text-align: left!important;
}

@media all and (max-width: 700px){
	.videoContainer:after
	{
		width: 60px!important;
		height: 60px!important;
	}

	.flex-images .videoContainer:after
	{
		width: 45px!important;
		height: 45px!important;
	}

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

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

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

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

	#copy span, #arab #copy span
	{
		display: block;
		text-align: center!important;
		position: relative;
		margin-bottom: 5px;
		right: auto!important;
	}

	#footerList, #arab #footerList
	{
		text-align: center!important;
	}

	#footerList li
	{
		display: block;
		margin-left: 0;
		margin-right: 0!important;
		margin-top: 1px;
	}

	#copy
	{
		padding: 23px 0px!important;
	}

	#footerFlex
	{
		display: block;
		text-align: center;
		margin-bottom: -10px;
	}

	#footerFlex .footerFlexItem:nth-child(1)
	{
		padding-right: 0;
	}

	#footerFlex .footerFlexItem:nth-child(2)
	{
		padding-left: 0;
		border-left: none;
		margin-top: 30px;
	}

	#footerLogo
	{
		width: 125px!important;
	}

	.withBigVideo
	{
		margin-top: -20px!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

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

	#logo
	{
		height: calc(100% - 60px);
	}

	#languages
	{
		padding: 10px;
		max-width: 125px;
		margin: auto;
		margin-bottom: 60px;
	}

	.language
	{
		width: 28px;
		height: 28px;
	}

	.text
	{
		margin: 60px 0px;
	}

	.colored
	{
		padding: 60px 0px;
	}

	#footer
	{
		padding: 60px 0px;
	}

	#copy
	{
		padding: 20px 0px;
	}

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

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

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

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

	.videoContainer:after
	{
		width: 70px;
		height: 70px;
	}

	.flex-images .videoContainer:after
	{
		width: 50px;
		height: 50px;
	}

	h1
	{
		font-size: 1.5em;
	}

	h2
	{
		font-size: 1.5em;
	}

	h3
	{
		font-size: 1.3em;
	}

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

	#footerLogo
	{
		width: 140px;
	}

	.withBigVideo
	{
		margin-top: -115px;
	}

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

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