:root 
{
	--blau: #00abf7;
	--dunkelblau: #0086c2;
	--hellblau: #c2e8ff;
	--gruen: #c2dd00;
	--dark: #13252b;
	--grau: #aabbc1;
}

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

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

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

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

h1, h2, h3
{
	font-family: 'Maven Pro', sans-serif;
	color: var(--blau);
	font-size: 3.4em;
	line-height: 1.35;
}

h2
{
	font-size: 2.2em;
	color: var(--gruen);
}

h3
{
	font-size: 1.8em;
	line-height: 1.3;
}

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

h2 + p
{
	margin-top: 0.8em;
}

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

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

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

#header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	transition: all 0.2s;
	box-shadow: 0px 0px 30px rgba(0,0,0,0);
}

#header.sticky
{
	position: sticky;
	position: -webkit-sticky;
	background-color: #fff;
}

#header.scrolled
{
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.08);
}

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

#navigation
{
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	padding: 50px 0px;
	margin-left: 10px;
	line-height: 1.4;
	transition: all 0.2s;
}

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

#navigation ul li a
{
	color: var(--blau);
	text-decoration: none;
	transition: all 0.2s;
	position: relative;
	display: block;
	background-color: transparent;
	padding: 0.6em 1.3em 0.65em;
	border-radius: 0px 0.6rem 0.6rem 0.6rem;
}

#navigation ul li.active a, #navigation ul li a:hover
{
	color: #fff;
	background-color: var(--blau);
}

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

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

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

#ecke, #eckeMobile
{
	position: absolute;
	width: calc(100% + 4px);
	left: -2px;
	bottom: -2px;
	z-index: 20;
}

#eckeMobile
{
	display: none;
}

.text
{
	margin: 60px 0px;
}

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

strong
{
	font-weight: 600;
}

#moeweContainer
{
	position: relative;
}

#moewe
{
	position: absolute;
	width: 35%;
	max-width: 600px;
	z-index: -10;
	right: 0;
	top: 60px;
	opacity: 0.4;
}

.dividerLine
{
	width: 120px;
	height: 6px;
	background-color: var(--gruen);
	border-radius: 0.6rem;
}

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

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	left: 0;
	top: 0.58em;
	background-image: url(point.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.inline
{
	width: 100%;
	margin-bottom: -9px;
	border-radius: 0px 0.6rem 0.6rem 0.6rem;
}

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

.imgFlexItem
{
	width: 50%;
	margin-left: 40px;
}

.textBox
{
	position: relative;
	padding: 33px 40px 40px; 
	background-color: #fff;
	z-index: 10;
	margin-top: 60px;
	margin-left: -100px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.065);
	border-radius: 0px 0.6rem 0.6rem 0.6rem;
}

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

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

.text.withButton p a, .text .buttonArea p a
{
	display: inline-block;
	padding: 0.6em 1.3em 0.65em;
	border-radius: 0px 0.6rem 0.6rem 0.6rem;
	background-color: var(--blau);
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	border: none!important;
}

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

.buttonArea
{
	margin-top: 30px;
}

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

.colored + .withButton
{
	padding-bottom: 80px;
	background-color: var(--blau);
	margin-top: -110px;
}

.colored + .withButton p a, #pageEnd .withButton p a
{
	background-color: var(--dunkelblau)!important;
}

.colored + .withButton p a:hover, #pageEnd .withButton p a:hover
{
	background-color: #0072a6!important;
}

#pageEnd
{
	padding: 80px 0px;
	background-color: var(--blau);
	color: #fff;
}

#pageEnd .text:first-child
{
	margin-top: 0;
}

#pageEnd .text:last-child
{
	margin-bottom: 0;
}

#footer
{
	background-color: var(--hellblau);
	padding: 35px 0px 34.5px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
}

#copy
{
	font-weight: 500;
	color: var(--dunkelblau);
	position: absolute;
}

#footerList
{
	text-align: right;
}

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

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

#footerList li a:hover
{
	color: var(--dunkelblau);
	border-bottom: 1px solid var(--dunkelblau);
}

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

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

#cookieNotice a
{
	color: var(--dunkelblau);
	border-bottom: 1px dashed var(--dunkelblau);
	text-decoration: none;
	transition: all 0.2s;
}

#cookieNotice a:hover
{
	color: #0072a6;
	border-bottom: 1px solid #0072a6;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--hellblau);
	padding: 20px 0px;
	font-size: 0.85em;
	border-top: 2px solid var(--blau);
}

#cookieSpace
{
	position: absolute;
	height: 40px;
	z-index: -10;
}

#accepted
{
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: var(--dunkelblau);
	cursor: pointer;
	float: right;
	transition: all 0.2s;
}

#accepted:hover
{
	color: #0072a6;
}

#cookieCheckboxes
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.8em;
	padding-left: 1.3em;
	cursor: pointer;
}

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

#form
{
	max-width: 750px;
	position: relative;
	padding-top: 170px;
	margin-top: -170px;
}

form label
{
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: var(--blau);
	display: block;
	margin-bottom: 0.3em;
}

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: 'Assistant', sans-serif;
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
}

input, textarea
{
	color: var(--grau);
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid rgba(0,0,0,0.15);
	padding: 0.45em 1em;
	border-radius: 0px 0.6rem 0.6rem 0.6rem;
}

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

input:focus, textarea:focus
{
	border-color: var(--blau);
}

textarea
{
	height: 11em;
	resize: none;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: #ed1539;
	display: block;
	margin-bottom: 0.3em;
}

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

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

.alert.alert-danger ul li:before
{
	background-image: url(pointRed.svg);
}

.checkbox
{
	position: relative;
	padding-left: 1.3em;
}

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

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

button
{
	display: inline-block;
	padding: 0.6em 1.3em 0.65em;
	border-radius: 0px 0.6rem 0.6rem 0.6rem;
	background-color: var(--blau);
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	border: none!important;
	cursor: pointer;
	width: auto;
	margin-top: 1.1em;
}

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

@media all and (max-width: 580px){
	body
	{
		font-size: 1.1em;
	}

	h1
	{
		font-size: 1.8em!important;
		line-height: 1.3;
	}

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

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

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

	#navigation ul
	{
		padding-bottom: 12px!important;
	}

	.dividerLine
	{
		width: 80px!important;
	}

	.imgFlex
	{
		display: block;
		margin-left: 0;
	}

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

	.textBox
	{
		margin-left: 0!important;
		margin-top: 20px!important;
		padding: 0!important;
		box-shadow: none;
	}

	textarea
	{
		height: 9em;
	}
}

@media all and (max-width: 620px){
	#ecke
	{
		display: none;
	}

	#eckeMobile
	{
		display: block;
	}

	#opener
	{
		height: 52vh!important;
		min-height: 270px!important;
	}
}

@media all and (max-width: 710px){
	#copy
	{
		position: relative;
		display: block;
		text-align: center;
	}

	#footerList
	{
		text-align: center;
	}

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

	#footer
	{
		padding: 26px 0px 28px!important;
	}
}

@media all and (max-width: 880px){
	#navigation
	{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: #fff;
		width: 100%;
		padding: 0px 40px;
		max-height: calc(100% - 90px);
		overflow: auto;
		border-bottom: 3px solid var(--blau);
	}

	#navigation ul
	{
		padding-top: 95px;
		padding-bottom: 15px;
	}

	#navigation ul li
	{
		display: block;
		text-align: center;
	}

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

	#logo
	{
		z-index: 1000;
	}

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--blau);
		left: 50%;
		transform: translateX(-50%);
		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);
	}

	#header .wrap
	{
		height: 90px;
	}

	#logo
	{
		padding: 20px 0px;
	}

	h1
	{
		font-size: 2.6em;
	}

	h2
	{
		font-size: 1.6em;
	}

	h3
	{
		font-size: 1.4em;
	}

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

	.text
	{
		margin: 40px 0px;
	}

	.buttonArea
	{
		margin-top: 25px;
	}

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

	#pageEnd, .colored
	{
		padding: 50px 0px;
	}

	.colored + .withButton
	{
		padding-bottom: 50px;
		margin-top: -65px;
	}

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

	.dividerLine
	{
		width: 90px;
		height: 5px;
	}

	#moewe
	{
		width: 45%;
		max-width: 600px;
		min-width: 200px;
		top: 40px;
	}

	.textBox
	{
		margin-top: 40px;
		margin-left: -80px;
	}

	#opener
	{
		height: 60vh;
		min-height: 330px;
	}

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

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