/*
	DUNKELBLAU: #0a5795;
	HELLBLAU:   #0b7694;
	GRAU:       #e0e0e0;
*/

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

body 
{
	font-size: 100%;
	color: #727272;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

#backgroundImage
{
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	background-position: center;
	z-index: -100;
}

#header
{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1000;
}

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

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

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	padding: 70px 30px;
	font-size: 1.1em;
}

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

#navigation ul li:last-child
{
	padding-right: 0;
}

#navigation ul li a
{
	color: #0b7694;
	text-decoration: none;
}

#opener
{
	width: 100%;
	height: 100vh;
	min-height: 440px;
	position: relative;
}

#opener.subpage
{
	height: 70vh;
}

#openerTitle
{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

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

p.text-center
{
	display: block;
	margin: auto;
}

h1, h2, h3
{
	line-height: 1.3;
}

h1
{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 3.3em;
	background-color: rgba(11, 118, 148, 0.7);
	padding: 0.5em 1em;
	box-decoration-break: clone;
	border: 5px solid #fff;
}

h2, h3
{
	font-size: 2.8em;
	font-weight: 500;
	color: #0b7694;
}

h3
{
	font-size: 1.8em;
	margin-bottom: 0.8em;
}

#content
{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 80px 0px;
}

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

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

.text
{
	margin: 80px 0;
}

p
{
	max-width: 850px;
}

.text-center p
{
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

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

.flexItem
{
	width: calc(100% - 320px);
	padding-left: 60px;
}

.flexItem.image
{
	width: 320px;
	padding-left: 0;
}

.flexItem img
{
	width: 100%;
}

#footer
{
	background-color: rgba(11, 118, 148, 0.8);
	color: #fff;
	text-align: center;
	padding: 40px 0px;
}

#footerLogo
{
	width: 130px;
}

#footerList
{
	margin: 20px 0px;
}

#footerList li
{
	display: inline-block;
	margin: 0px 20px;
}

#footerList a
{
	color: #fff;
	text-decoration: none;
}

#footerList a:hover
{
	text-decoration: underline;
}

.copy
{
	font-size: 0.9em;
}

#scroll
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #0b7694;
	text-transform: uppercase;
	bottom: 80px;
	font-weight: 500;
}

#scroll:after
{
	content: "";
	width: 3px;
	height: 80px;
	background-color: #0b7694;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -80px;
}

strong
{
	font-weight: 500;
}

.text ul
{
	margin: 0em 0 1em 0em;
}

.text ul li
{
	list-style-type: circle;
}

.text a
{
	color: #0b7694;
	transition: all 0.2s;
}

.text a:hover
{
	color: #0a5795;
}

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

.button
{
	display: inline-block;
	border: 3px solid #0b7694;
	text-decoration: none;
	font-weight: 500;
	padding: 1em 1.3em;
	line-height: 1.4;
}

.button:hover
{
	color: #fff!important;
	background-color: #0b7694;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #0b7694;
	color: #fff;
	padding: 2em 0;
	font-size: 0.9em;
}

#cookieSpace
{
	height: 4em;
	position: absolute;
	z-index: -100;
}

#cookieNotice a
{
	color: #fff;
}

#cookieNotice .button
{
	border-color: #fff;
	cursor: pointer;
	transition: all 0.2s;
}

#cookieNotice .button:hover
{
	background-color: #fff;
	color: #0b7694!important;
}

#accepted
{
	float: right;
	margin-top: 1em;
}

#cookieSpace
{
	height: 4em;
	position: absolute;
	z-index: -100;
}

#map
{
	width: 100%;
	padding-bottom: 38%;
}

@media all and (max-width: 500px){
	#footerLogo
	{
		width: 100px;
	}

	#footerList li
	{
		display: block;
		margin-bottom: 5px;
	}

	#footerList li:last-child
	{
		margin-bottom: -3px;
	}

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

@media all and (max-width: 600px){
	.flex
	{
		flex-direction: column-reverse;
	}

	.flexItem
	{
		width: 100%;
		padding-left: 0;
	}

	.flexItem.image
	{
		width: 100%;
		margin-top: 30px;
	}

	#cookieNotice
	{
		padding: 1.5em 0;
	}

	#cookieSpace
	{
		height: 3em;
	}

	#map
	{
		padding-bottom: 69%;
	}

	#opener.subpage
	{
		height: 100vh;
	}
}

@media all and (max-width: 700px){
	#navigation 
	{
		display: none;
		background-color: #0b7694;
		position: absolute;
		width: 100%;
		right: 0;
		top: 125px;
	}

	#navigation ul
	{
		padding: 20px 0px;
	}

	#navigation ul li
	{
		display: block;
		padding: 5px 30px!important;
	}

	#navigation ul li a
	{
		color: #fff;
	}

	#navOpener
	{
		position: absolute;
		width: 30px;
		height: 22px;
		right: 30px;
		top: 50px;
		cursor: pointer;
	}

	#navOpener:before
	{
		content: "MENÜ";
		font-size: 0.9em;
		position: absolute;
		font-weight: 300;
		top: 50%;
		transform: translateY(-50%);
		color: #0b7694;
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #0b7694;
		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: 120px;
	}

	h1
	{
		font-size: 1.7em;
	}

	h2
	{
		font-size: 1.7em;
	}

	h3
	{
		font-size: 1.3em;
	}

	#content
	{
		padding: 50px 0px;
	}

	.text
	{
		margin: 50px 0px; 
	}

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

	#scroll
	{
		bottom: 50px;
	}

	#scroll:after
	{
		height: 50px;
		bottom: -50px;
	}
}

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

@media all and (min-width: 601px) and (max-width: 920px){
	.flexItem
	{
		width: calc(100% - 230px);
		padding-left: 40px;
	}

	.flexItem.image
	{
		width: 230px;
	}
}

@media all and (min-width: 701px) and (max-width: 920px){
	h1
	{
		font-size: 2.5em;
	}

	h2
	{
		font-size: 2.3em;
	}

	h3
	{
		font-size: 1.5em;
	}

	#navigation ul li
	{
		padding: 60px 25px;
		font-size: 1.1em;
	}
}