:root 
{
	--theme: #1c6bb3;
	--darktheme: #ea7636;
	--light: #f0f2f5;
	--grey: #e5e5e5;
	--dark: #122034;
}

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

body 
{
	font-size: 1.15em;
	color: var(--dark);
	font-family: 'Albert Sans';
	font-weight: 300;
	line-height: 1.65;
	overflow-x: hidden;
}

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

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

h1, h2, h3
{
	font-family: 'Bebas Neue';
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 7.2em;
}

h1
{
	line-height: 0.93;
}

h2, h3
{
	font-size: 4.2em;
	line-height: 1.1;
	color: var(--theme);
}

h3
{
	font-size: 2.6em;
}

h4
{
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.3;
	font-size: 0.85em;
	margin-bottom: 1.5em;
	display: inline-block;
	background-color: var(--darktheme);
	padding: 0.2em 0.38em 0.18em;
}

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

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

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

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

.text p, .text ul, .serviceFlex, .logoFlex, form, .imgFlex
{
	max-width: 800px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s;
}

#header.scrolled
{
	background-color: var(--dark);
}

#navigation ul
{
	text-align: right;
}

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

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

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

#navigation ul li a:before
{
	content: "";
	position: absolute;
	width: 0px;
	opacity: 0;
	height: 4px;
	background-color: var(--darktheme);
	left: 0;
	top: 115%;
	transition: all 0.2s;
}

#navigation ul li.active a:before, #navigation ul li a:hover:before
{
	opacity: 1;
	width: 20px;
}

#navigation ul li ul
{
	position: absolute;
	font-size: 0.85em;
	background-color: var(--dark);
	text-align: left;
	left: -20px;
	top: 70%;
	padding: 15px 20px 8px;
	display: none;
	background-color: var(--dark);
	margin: 5px 0px 0px;
}

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

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

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

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

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

#navigation ul li.active ul li a:before
{
	width: 0;
	opacity: 0;
}

#navigation ul li.active ul li.active a:before, #navigation ul li.active ul li a:hover:before
{
	width: 20px;
	opacity: 1;
}

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

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

#opener
{
	position: relative;
	width: 100%;
	height: 100vh;
}

.openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 500;
	background: linear-gradient(180deg,rgba(18,32,52,0.95) 0%, rgba(18,32,52,0.2) 50%);
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
	z-index: 800;
	color: #fff;
}

.text
{
	margin: 100px 0px;
}

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

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

#opener + .colored
{
	margin-top: 0;
}

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

strong
{
	font-weight: 500;
}

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

.service
{
	width: calc(33.3% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.service:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg,rgba(18,32,52,0.1) 50%, rgba(18,32,52,0.8) 100%);
}

.serviceImg
{
	padding-bottom: 125%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}

.service:hover .serviceImg
{
	transform: scale(1.1);
}

.service:hover .serviceImg.noImg
{
	transform: scale(1);
}

.serviceContent
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 33px 40px;
	z-index: 100;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--theme);
	padding: 0.78em 1.4em 0.75em;
	font-weight: 300;
	text-decoration: none;
	font-weight: 500;
	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(--darktheme);
}

.text.big.withButton p a
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--darktheme);
	padding: 1em 1.5em 0.96em;
	font-weight: 300;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s;
	border-bottom: none!important;
	display: block;
}

.text.big.withButton p a:hover
{
	background-color: var(--theme);
}

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

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

.buttonArea
{
	margin-top: 30px;
}

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

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

#footerLogo
{
	max-width: 280px;
	display: block;
	margin: auto;
	margin-bottom: 95px;
	margin-top: -126px;
}

#footerFlex
{
	display: flex;
	justify-content: space-between;
}

.footerFlexItem
{
	width: 25%;
	text-align: center;
}

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

#footer h4
{
	background-color: #fff;
	color: var(--dark);
	margin-bottom: 1em;
}

#copy
{
	padding: 25px 0px;
	background-color: var(--theme);
	color: #fff;
	font-size: 0.85em;
}

#footerList
{
	text-align: right;
}

#footerList:before
{
	content: "|";
	margin-left: 40px;
}

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

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

#copy span
{
	font-weight: 500;
}

#socialLinks
{
	display: flex;
	justify-content: center;
	margin-left: -20px;
	margin-top: 0.4em;
}

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

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

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

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

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--darktheme);
	border-bottom: 1px solid var(--darktheme);
	text-decoration: none;
	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.3);
	z-index: 500000;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
}

#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.8em;
	cursor: pointer;
	display: block;
	margin-top: 0.2em;
}

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

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

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

.serviceFlexItem
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.check
{
	width: 50px;
	height: 50px;
	background-image: url(check.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.serviceInner
{
	width: calc(100% - 50px);
	padding-left: 20px;
	font-weight: 500;
	line-height: 1.4;
}

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

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

.logoFlex
{
	display: flex;
	flex-wrap: wrap;
}

.logo
{
	width: 25%;
	border: 1px solid #fff;
	margin-left: -1px;
	margin-bottom: -1px;
}

.logoImg
{
	padding-bottom: 100%;
	position: relative;
}

.logoSrc
{
	position: absolute;
	width: 70%;
	height: 70%;
	background-size: contain;
	background-position: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

.grey + .withFlex
{
	padding-bottom: 100px;
	background-color: var(--light);
	margin-top: -150px;
}

.withServices + .grey
{
	margin-top: -100px;
}

.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);
	border-radius: 100px;
}

#form
{
	padding-top: 160px;
	margin-top: -215px;
	width: calc(100% + 40px);
}

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

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

form label
{
	font-family: 'Albert Sans';
	color: var(--dark);
	font-weight: 500;
	display: block;
	margin-bottom: 0em;
}

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

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

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

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

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

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

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-weight: 500;
	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: 'Albert Sans';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

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

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

.formmediafile
{
	margin-bottom: 0.6em;
}

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

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

.numberItem
{
	position: relative;
}

.number
{
	background-color: var(--theme);
	color: #fff;
	width: 1.4em;
	height: 1.4em;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.1em;
	position: absolute;
	top: -0.2em;
	left: 0;
	padding-left: 0!important;
}

.numberItem h3
{
	padding-left: 1.8em;
}

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

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

.imgFlexItem
{
	margin-left: 40px;
}

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 160px;
}

.imgFlex .imgFlexItem:nth-child(2)
{
	width: calc(100% - 260px);
}

.imgFlex .inline
{
	border-radius: 1000px;
}

.imgTitle
{
	color: var(--dark);
	font-size: 0.85em;
	margin-top: 0.9em;
	text-align: center;
	text-decoration: none;
}

.textBox
{
	padding-top: 35px;
}

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

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

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

.teamFlexImg
{
	padding-bottom: 125%;
	background-size: cover;
	background-position: top center;
	margin-bottom: 20px;
	background-color: var(--light);
}

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

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

@media all and (max-width: 600px){
	.imgFlex
	{
		display: block;
		margin-left: 0;
	}

	.imgFlexItem
	{
		width: 100%!important;
		margin-left: 0;
	}

	.imgFlex .inline
	{
		width: 120px!important;
		display: block;
		margin: auto;
	}
}

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

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

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

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

	.serviceContent
	{
		font-size: 1em!important;
	}

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

	#footerFlex
	{
		margin-bottom: -30px!important;
	}

	.footerFlexItem
	{
		width: 100%!important;
		margin-bottom: 30px!important;
	}

	.socialLink
	{
		width: 1.8em;
		height: 1.8em;
	}

	#footer
	{
		margin-top: 80px!important;
	}

	#footerLogo
	{
		max-width: 180px!important;
		margin-top: -77px!important;
	}

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

	#copy span
	{
		display: block;
		margin-bottom: 7px;
	}

	#footerList
	{
		text-align: center;
	}

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

	#footerList:before
	{
		display: none;
	}

	.serviceFlex
	{
		margin-bottom: -25px;
		width: 100%;
		margin-left: 0!important;
	}

	.serviceFlexItem
	{
		width: calc(100% - 20px);
		margin-bottom: 25px;
		margin-left: 0!important;
	}

	.check
	{
		width: 40px!important;
		height: 40px!important;
	}

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

	.logo
	{
		width: 33.3%;
	}

	.checkbox input
	{
		top: 0.56em!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 880px){
	.serviceFlex, form, .imgFlex
	{
		max-width: 100%;
	}

	.teamFlexItem
	{
		width: calc(50% - 40px);
	}
}

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

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

	#navigation ul li ul
	{
		display: block;
		position: relative;
		left: 0;
		top: 0;
		padding: 0;
		text-align: right;
	}

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

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

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

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		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 .wrap
	{
		height: 90px;
	}

	#logo, #header.scrolled #logo
	{
		padding: 15px 0px;
	}

	#openerContent
	{
		bottom: 60px;
	}

	#opener
	{
		min-height: 380px;
	}

	.text
	{
		margin: 60px 0px;
	}

	.colored
	{
		padding: 60px 0px;
	}

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

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

	h1
	{
		font-size: 5em;
		line-height: 1;
	}

	h2
	{
		font-size: 3.4em;
	}

	h3
	{
		font-size: 2.2em;
	}

	h4
	{
		margin-bottom: 1.2em;
	}

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

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

	.serviceContent
	{
		padding: 20px 25px;
		font-size: 1.2em;
	}

	#footer
	{
		padding: 60px 0px;
	}

	#footer
	{
		margin-top: 85px;
	}

	#footerLogo
	{
		max-width: 220px;
		margin-bottom: 60px;
		margin-top: -80px;
	}

	#copy
	{
		padding: 20px 0px;
	}

	.footerFlexItem
	{
		width: 50%;
		text-align: center;
		margin-bottom: 40px;
	}

	#footerFlex
	{
		flex-wrap: wrap;
		margin-bottom: -40px;
	}

	.check
	{
		width: 45px;
		height: 45px;
	}

	.serviceInner
	{
		width: calc(100% - 45px);
		padding-left: 15px;
	}

	.withFlex
	{
		margin-top: -25px;
	}

	.grey
	{
		padding: 60px 0px;
	}

	.grey
	{
		padding: 60px 0px;
	}

	.grey +.withFlex
	{
		padding-bottom: 60px;
		margin-top: -85px;
	}

	.withServices + .grey
	{
		margin-top: -60px;
	}

	.checkbox input
	{
		top: 0.78em;
	}

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

	.imgFlex .imgFlexItem:nth-child(1)
	{
		width: 130px;
	}

	.imgFlex .imgFlexItem:nth-child(2)
	{
		width: calc(100% - 130px);
	}

	.imgFlex
	{
		margin-top: -35px;
	}

	.textBox
	{
		padding-top: 16px;
	}

	.teamFlex
	{

		margin-top: -35px;
	}

	.teamFlexImg
	{
		margin-bottom: 15px;
	}
}

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