:root 
{
	--dunkelblau: #00719e;
	--hellblau: #129CC3;
	--hellgrau: #c2c2c2;
	--grau: #707070;
}

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

body 
{
	font-size: 100%;
	color: var(--grau);
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	line-height: 1.5;
}

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

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

h1, h2, h3
{
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	font-size: 2.8em;
	color: var(--hellblau);
	line-height: 1.2;
}

h2
{
	font-size: 1.6em;
}

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

h3
{
	font-size: 1.3em;
}

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

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

.bigHeading
{
	color: #fff;
	display: inline-block;
	font-size: 3.6em;
	line-height: 1.2;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
}

.smallHeading span
{
	background-color: #fff;
	display: inline-block;
	color: var(--hellblau);
	padding: 0.2em 0.8em;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
}

.smallHeading
{
	margin-bottom: 0.6em;
}

#opener
{
	width: 100%;
	height: 55vh;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 114px;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.15;
}

#openerContent
{
	position: absolute;
	width: 100%;
	bottom: 40px;
	text-align: right;
	z-index: 10;
}

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

.wrap
{
	max-width: 920px;
	display: block;
	margin: auto;
	padding: 0px 30px;
	position: relative;
	z-index: 40;
}

#header
{
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
}

#logo
{
	position: absolute;
	height: 100%;
	left: 30px;
	padding: 24px 0px;
}

#navigation
{
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.05em;
}

#navigation ul 
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 30px;
	padding: 45px 0px;
	opacity: 0.7;
	transition: all 0.3s;
	position: relative;
}

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

#navigation ul li ul
{
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 100;
	padding: 0px 20px 16px;
	left: -20px;
	top: calc(100% - 35px);
}

#navigation ul li ul li
{
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	white-space: nowrap;
}

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

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

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

#navigation ul li a
{
	text-decoration: none;
	color: var(--hellblau);
}

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

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

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

.text 
{
	margin: 60px 0px;
}

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

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

.text p a, #cookieNotice a, .text ul a, #form a
{
	color: var(--hellblau);
	transition: all 0.3s;
}

.text p a:hover, #cookieNotice a:hover, .button:hover, .text ul a:hover, #form a:hover, button:hover
{
	opacity: 0.8;
}

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

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

#footerList
{
	text-align: right;
}

#footerList a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

#footerList a:hover
{
	opacity: 0.6;
}

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

#cookieNotice
{
	position: fixed;
	width: 100%;
	background-color: #fff;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 20px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

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

#cookieNotice strong
{
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.05em;
	font-weight: 500;
	color: var(--hellblau);
}

#accepted, #accepted_auswahl
{
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	color: var(--hellblau);
	transition: all 0.3s;
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.05em;
}

#accepted:hover, #accepted_auswahl:hover
{
	opacity: 0.7;
}

#accepted
{
	font-size: 1.15em;
}

#acceptWrap
{
	text-align: right;
}

#accepted_auswahl
{
	color: #a6a6a6;
	font-weight: 300;
	margin-bottom: 3px;
}

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

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

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

.youtube
{
	width: 100%;
	/*max-width: 600px;*/
	display: block;
	margin: auto;
	border: none;
}

#newsTicker
{
	background-color: var(--hellblau);
	padding: 16.5px 0px 17px;
	color: #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 114px;
	left: 0;
	z-index: 90;
	overflow-x: hidden;
}

#tickerTitle
{
	background-color: var(--dunkelblau);
	color: #fff;
	position: absolute;
	padding: 15.5px 30px;
	top: 0;
	left: 0;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	z-index: 10;
	font-size: 1.05em;
}

#tickerTitle:after
{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: var(--dunkelblau);
	right: -20px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.marquee
{
	margin-top: -1px;
}

.imgFlex
{
	display: flex;
	margin-left: -30px;
	align-items: center;
}

.imgFlex img
{
	width: 100%;
}

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

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

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

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

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

.divider
{
	width: 100%;
	height: 1px;
	background-color: var(--hellgrau);
	position: relative;
}

.divider:after
{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-image: url(icon.svg);
	background-color: #fff;
	background-size: 65%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}

.download
{
	background-image: url(download.svg);
	background-size: auto 27%;
	background-position: left 1.3em center;
	background-repeat: no-repeat;
	padding-left: 3em!important;
}

.overview
{
	display: flex;
	margin-left: -30px;
	margin-bottom: -30px;
	color: #fff;
	flex-wrap: wrap;
}

.overviewItem
{
	width: calc(33.3% - 30px);
	padding: 40px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: var(--hellblau);
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.05em;
	line-height: 1.4;
}

.overviewItem:hover
{
	opacity: 0.7;
	transform: translateY(-0.25em);
	box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
}

#form
{
	padding-top: 200px;
	margin-top: -200px;
	max-width: 650px;
	position: relative;
	z-index: -10;
}

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

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

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

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid var(--hellgrau);
	padding: 0.7em;
	transition: box-shadow 0.3s;
}

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

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

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

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

.alert.alert-danger ul
{
	margin: 0em 0em 2em;
	line-height: 1.6;
}

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

.text ul li
{
	line-height: 1.6;
}

.alert.alert-danger ul li:before
{
	content: "";
	width: 0.5em;
	height: 0.5em;
	background-color: red!important;
	position: absolute;
	left: 0px;
	top: 0.5em;
}

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

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

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

.button, button
{
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.05em;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: var(--hellblau);
	line-height: 1.2;
	cursor: pointer;
	transition: all 0.3s;
	padding: 1em 1.5em;
	width: auto;
	font-weight: 500;
}

button
{
	margin-top: 1em;
}

#newsTicker a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

#newsTicker a:hover
{
	opacity: 0.7;
}

.jumper
{
	padding-top: 160px;
	margin-top: -220px;
}

#kontakt_home + .text, #kontakt_fh + .text, #kontakt_de + .text, #kontakt_denl + .text
{
	position: relative;
	z-index: 50;
}

strong
{
	font-weight: 600;
}

#blog
{
	column-count: 2;
  	column-gap: 30px;
  	-moz-column-count: 2;
  	-moz-column-gap: 30px;
  	-webkit-column-count: 2;
  	-webkit-column-gap: 30px;
  	margin-bottom: -20px;
}

.blogPost
{
	margin-bottom: 30px;
	padding: 30px;
	display: inline-block;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	z-index: 10;
}

.more
{
	position: relative;
	margin: 30px -30px -30px;
	width: calc(100% + 60px);
	display: block;
	background-color: var(--hellblau);
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	transition: all 0.3s;
	font-weight: 400;
	padding: 15px 30px;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.05em;
	font-weight: 500;
}

.more:hover 
{
	opacity: 0.7;
}

.easyPaginateNav
{
	margin-top: 30px;
	text-align: center;
}

.disabled
{
	display: none;
}

.easyPaginateNav a
{
	color: var(--grau);
	text-decoration: none;
	margin: 0em 0.5em;
}

.easyPaginateNav a.current
{
	font-weight: 600;
	color: var(--hellblau);
}

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

.person
{
	width: calc(25% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 30px 30px 25px;
	position: relative;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
	text-align: center;
}

.person h3
{
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.person img
{
	width: calc(100% + 60px);
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 1.1em;
}

.person h3 + p
{
	margin-top: 0;
}

#contact
{
	position: relative;
	padding: 60px 0px;
	background-size: cover;
	background-position: center;
}

#contact h2, #contact h3
{
	color: #fff;
}

#contact:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.25;
}

.contactLink
{
	position: relative;
	color: #fff;
	line-height: 1.3;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	text-decoration: none;
	margin-top: 1.6em;
	display: inline-block;
	padding-left: 3em;
}

.contactLink:before
{
	content: "";
	position: absolute;
	width: 2.3em;
	height: 2.3em;
	background-color: var(--hellblau);
	top: 50%;
	left: 0;
	border-radius: 2em;
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.contactLink:hover:before
{
	transform: translateY(-50%) scale(1.1);
}

#contactform:before
{
	background-image: url(form.svg);
}

#phone:before
{
	background-image: url(phone.png);
}

#mail:before
{
	background-image: url(mail.png);
}

.inline
{
	max-width: 100%;
	margin-bottom: -6px;
}

.dividerImg
{
	height: 58vh;
	background-size: cover;
	background-position: center;
	min-height: 200px;
}

.author
{
	margin: 1em 0 2em;
	font-size: 0.8em;
}

@media all and (max-width: 400px){
	.person
	{
		width: 100%;
	}
}

@media all and (max-width: 550px){
	#tickerTitle
	{
		position: absolute;
		top: 0;
		transform: translate(0, 0);
		height: auto;
		padding: 0;
		width: 100%;
		text-align: center;
		padding: 4.5px 0px 6px;
		font-size: 0.9em;
	}

	#tickerTitle:after
	{
		content: "";
		width: 12px;
		height: 12px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
		top: auto;
		bottom: -6px;
		z-index: -10;
	}

	#newsTicker
	{
		padding: 28px 18px 14px;
	}

	.marquee
	{
		margin-top: 15px;
	}

	#blog
	{
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

	.dividerImg
	{
		height: 35vh;
		min-height: 180px;
	}
}

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

	.imgFlex .imgFlexItem:nth-child(1), .imgFlex .imgFlexItem:nth-child(2)
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

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

@media all and (min-width: 401px) and (max-width: 640px){
	.person
	{
		width: calc(50% - 30px);
	}
}

@media all and (min-width: 641px) and (max-width: 800px){
	.person
	{
		width: calc(33.3% - 30px);
	}
}

@media all and (max-width: 650px){
	.smallHeading
	{
		font-size: 0.8em;
	}

	.bigHeading
	{
		font-size: 1.8em;
	}

	h1
	{
		font-size: 1.75em;
	}

	h2
	{
		font-size: 1.3em;
	}

	h3
	{
		font-size: 1.2em;
	}

	.contactLink
	{
		font-size: 1em;
		margin-top: 1.5em;
	}

	.text
	{
		margin: 40px 0px;
	}

	#contact
	{
		padding: 40px 0px;
	}

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

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

	#openerContent
	{
		bottom: 20px;
	}

	#opener
	{
		height: 40vh;
	}

	#footer
	{
		padding: 20px 0px;
	}

	.divider:after
	{
		width: 50px;
		height: 50px;
	}

	.overview
	{
		margin-left: -20px;
		margin-bottom: -20px;
	}

	.overviewItem
	{
		width: calc(100% - 20px);
		padding: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.jumper
	{
		padding-top: 150px;
		margin-top: -190px;
	}

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

@media all and (max-width: 780px){
	#copy
	{
		position: relative;
	}
	
	#footerList
	{
		text-align: left;
		margin-top: 5px;
	}

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

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

@media all and (max-width: 1150px){
	#navigation
	{
		display: none;
		background-color: #fff;
		position: fixed;
		top: 85px;
		width: 100%;
		left: 0;
		z-index: 100000000000000;
		max-height: calc(100% - 85px);
		overflow-y: auto;
	}

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

	#navigation ul
	{
		text-align: right;
		padding: 0px 0px 20px 0px;
	}

	#navigation ul li ul
	{
		position: relative;
		display: block;
		text-align: right;
		widows: 100%;
		padding: 0;
		left: 0;
		font-size: 0.9em;
		padding-bottom: 0.5em;
	}

	#navigation ul li ul li
	{
		text-align: right;
		padding: 0;
		white-space: normal;
	}

	#header
	{
		z-index: 1000;
	}

	#header .wrap
	{
		height: 85px;
	}

	#newsTicker
	{
		top: 85px;
	}

	#opener
	{
		margin-top: 85px;
		min-height: 200px;
	}

	#logo
	{
		padding: 15px 0px;
	}

	#navOpener
	{
		position: absolute;
		right: 30px;
		top: 31px;
		width: 32px;
		height: 24px;
		cursor: pointer;
		z-index: 1000;
	}

	.line
	{
		width: 100%;
		height: 3px;
		background-color: var(--hellblau);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.3s;
	}

	#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: 0;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#header:after, #header:before
	{
		display: none;
	}
}

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

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