/*
	BLAU:       #396eb3;
	MITTELBLAU: #819cc7;
	HELLBLAU:   #e6e8f4;
	GELB:       #e0c703;
*/

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

body 
{
	font-size: 110%;
	color: #396eb3;
	font-family: 'Oranienbaum', serif;
	font-weight: 300;
	line-height: 1.5;
}

h1, h2, h3
{
	font-size: 2.1em;
	font-weight: 300;
	line-height: 1.1;
}

h3
{
	font-size: 1.3em;
}

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

strong
{
	font-weight: bold;
}

.text p a, .flexItem a, #form a
{
	text-decoration: none;
	color: #e0c703; 
	transition: all 0.2s;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.2;
}

.text p a:before, .flexItem a:before, #form a:before
{
	content: "→";
	position: absolute;
	left: 0;
	top: -1px;
}

.text p a:hover, .flexItem a:hover, #form a:hover
{
	color: #819cc7;
}

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

#logo
{
	max-width: 325px;
}

#header
{
	padding: 25px 0px;
}

#headerBar
{
	width: 100%;
	background-color: #396eb3;
	color: #819cc7;
	padding: 5px 0px;
	text-align: right;
	margin-bottom: 40px;
	position: relative;
}

#pageWrap
{
	max-width: 1000px;
	display: block;
	margin: auto;
	padding: 0px 30px;
	display: flex;
	flex-wrap: wrap;
}

#navCol
{
	width: 190px;
}

#navigation
{
	margin-top: 10px;
}

#navigation ul 
{
	border-top: 1px solid #396eb3;
}

#navigation ul li ul
{
	border-top: 0px;
}

#navigation ul li
{
	list-style: none;
}

#navigation ul li.active a
{
	background-color: #e6e8f4;
}

#navigation ul li a
{
	color: #396eb3;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #396eb3;
	padding: 6px 10px;
	transition: all 0.2s;
	position: relative;
}

#navigation ul li a:hover
{
	color: #e0c703;
}

#navigation ul li.active a:hover
{
	color: #396eb3;
}

#navigation ul li ul li a:before
{
	content: "→";
	position: absolute;
	left: 10px;
	top: 5px;
}

#navigation ul li ul li a
{
	padding-left: 35px;
}

#navigation ul li ul li ul li a:before
{
	display: none;
}

#navigation ul li ul li ul li a
{
	font-size: 0.9em;
}

#navigation ul li ul li ul li.active
{
	font-style: italic;
}

#navigation ul li ul li ul
{
	display: none;
}

#navigation ul li ul li.active ul
{
	display: block;
}

#mainCol
{
	padding: 0px 100px;
	width: calc(100% - 190px);
}

#slideshow
{
	position: relative;
	margin-top: 20px;
}

#muschel
{
	position: absolute;
	right: -3%;
	bottom: -10%;
	z-index: 1000;
	width: 25%;
}

.slide
{
	width: 100%;
}

.text
{
	margin: 40px 0px;
}

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

.flex
{
	display: flex;
	margin-left: -20px;
}

.flex img
{
	width: 100%;
	margin-bottom: 1em;
}

.flexItem
{
	width: 50%;
	margin-left: 20px;
	position: relative;
	padding-bottom: 2.5em;
}

.flexItem a, .flexItem p a
{
	position: absolute;
	bottom: 0;
}

#footer
{
	border-top: 1px solid #819cc7;
	font-size: 0.8em;
	line-height: 1.4;
	padding: 20px 0px;
}

#footerList
{
	text-align: center;
	margin-top: 5px;
}

#footerList li
{
	display: inline-block;
}

#footerList li:after
{
	content: "|";
	color: #819cc7;
	margin: 0px 7px 0px 10px;
}

#footerList li:last-child:after
{
	display: none;
}

#footer a, #cookieNotice a
{
	color: #819cc7;
	text-decoration: none;
}

#cookieNotice
{
	font-size: 0.8em;
	padding: 20px 0px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-top: 1px solid #819cc7;
}

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

#accepted
{
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-top: 0.8em;
}

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

.text ul li:before
{
	content: "→";
	position: absolute;
	left: 0;
	top: -1px;
}

#drdsgvo_map_1
{
	padding-bottom: 63%;
	margin-top: 20px;
}

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

#form
{
	padding-top: 60px;
	margin-top: -60px;
	max-width: 700px;
}

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: 'Oranienbaum', serif;
   	color: #396eb3;
   	border-radius: 0px;
}

label 
{
	font-weight: 500;
	margin-bottom: 0.2em;
	display: block;
	font-weight: bold;
}

input, textarea
{
	font-weight: 300;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid #396eb3;
	padding: 0.7em;
	transition: box-shadow 0.3s;
}

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

input:focus, textarea:focus
{
	border-color: #396eb3;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

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

button
{
	margin-top: 1em;
	color: #fff;
	width: auto;
	background-color: #396eb3;
	padding: 0.5em 0.8em;
	cursor: pointer;
	transition: all 0.2s;
}

button:hover
{
	background-color: #819cc7;
}

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

.checkbox label 
{
	font-weight: 300;
	cursor: pointer;
	font-weight: normal;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.5em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingabe.";
	font-weight: 800;
	color: red;
	display: block;
	margin-bottom: 0.5em;
}

.alert.alert-danger ul
{
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.6;
}

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

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

@media all and (max-width: 500px){
	h1, h2
	{
		font-size: 1.5em;
	}

	h3
	{
		font-size: 1.2em;
	}

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

	.flexItem
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}

	.flexItem img
	{
		/*max-width: 100%;
		width: auto;
		display: block;*/
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 650px){
	#navCol
	{
		position: fixed;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 2000;
		top: 135px;
		max-height: calc(100% - 135px);
		overflow: auto;
		display: none;
	}

	#navigation ul li a
	{
		padding-left: 30px;
	}

	#navigation ul li ul li a:before
	{
		content: "→";
		position: absolute;
		left: 30px;
		top: 5px;
	}

	#navigation ul li ul li a
	{
		padding-left: 55px;
	}

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

	#headerBar
	{
		width: 100%;
		position: fixed;
		top: 109px;
		left: 0px;
		z-index: 100000;
	}

	#pageWrap
	{
		display: block;
		padding-top: 170px;
	}

	#mainCol
	{
		width: 100%;
		padding: 0px!important;
	}

	#navOpener
	{
		width: 18px;
		height: 13px;
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}

	#navOpener:after
	{
		content: "Menü";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 10px;
	}

	.line
	{
		width: 100%;
		height: 2px;
		background-color: #819cc7;
		position: absolute;
		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);
	}

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

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

@media all and (max-width: 850px){
	#mainCol
	{
		padding: 0px 50px;
	}
}