@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 16px;
}
body {
	font-family: 'open_sanslight';
	font-size: 16px;
	color: #444;
}
h1, h2, h3, p, li {
	cursor: default;
}
h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
h2 {
	font-size: 21px;
	margin-top: 30px;
	text-transform: uppercase;
}
h3 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}
nav, nav a, nav a:visited, nav a:hover {
	color: #fff;
	font-weight: normal;
}
a {
	color: #444;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #5070C7
}
ul, ol {
	padding: 0;
}
img {
	max-width: 100%;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.contentWrapper {
	background: #fff;
	padding: 25px 30px;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.row {
	position: relative;
}
/* bootstrap entkraften*/
.nav>li>a {
	padding: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
.small, small {
	font-size: 100%;
}
#map-holder {
		background: #104da1;
		min-height: 440px;
	}
@media (min-width: 992px) {
	#map-holder {
		position: absolute;
		right: 0;
	}
}
@media (min-width: 769px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
header {
	background: url('../images/header-bg.jpg') no-repeat top center;
}
#logo {
	width: 392px;
	height: 200px;
	background-size: 100%;
	margin-right: 0;
	display: block;
	margin: 0px auto;
}
#logo img {
	margin-top: 25px;
}
/*Navigation*/
.navbar {
	border: 0;
	background: #5070C7;
	min-height: 5px;
}
.navbar-toggle {
	background-color: #404040;
	width: 40px;
	height: 40px;
	padding: 9px 8px;
	position: absolute;
	right: 15px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle:hover .icon-bar {
	background-color: #5070C7;
}
.navbar-collapse {
	padding: 0;
}
.menu .wrapper {
	position: relative;
}
.navbar {
	margin: 0;
	font-weight: 300;
}
.menu .navbar-nav li:hover, .menu .navbar-nav li:focus {
	background-color: #fff;
}
.menu .navbar-nav li:hover a, .menu .navbar-nav li:hover span, .menu .navbar-nav li:focus a {
	color: #444;
}
.menu .navbar-nav li a, .menu .navbar-nav li span {
	font-size: 1.125rem;
	line-height: 53px;
	height: 54px;
	padding: 0 15px;
}
.menu .navbar-nav li span {
	padding: 15px;
}
.menu .navbar-nav ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	background: #fff;
	padding: 50px;
	padding-top: 40px;
	z-index: 999;
	width: 1170px;
}
.menu .navbar-nav ul li a, .menu .navbar-nav ul li span {
	line-height: normal;
	height: auto;
	color: #fff;
	padding: 2px 0;
	text-align: left;
}
.menu .navbar-nav ul li a:active {
	text-decoration: underline;
}
.menu .dropdown-menu {
	border: none;
	box-shadow: none;
}
.parent .dropdown-toggle {
	float: right;
}

.navbar-header {
		padding: 0 15px;
	}
	#menu {
		border-bottom: 2px solid #fff;
	}
@media (min-width: 768px) {	
	.navbar {
		border-radius: 0;
	}
	.nav.menu {		
		position: relative;
		width: 465px;
		margin: auto;
		height: 50px;
		
	}
	.menu > li {
		float: left;
	}
	.menu > li {
		display: block;
		padding: 10px 15px;
		position: relative;
		border-right: 1px solid rgba(255,255,255,0.2);
		margin-top: 5px;
	}
	.isIE8 .menu > li {
		border-right: 1px solid #7d95d5;
	}
	.menu > li:last-child {
		border-right: 0;
	}
	.menu > li.parent {
		padding-bottom: 0;
	}
	.menu > li.parent > a {
		padding-bottom: 38px;
	}
	.menu > li:hover > a,  .menu > li:focus > a {
		text-decoration: underline;
	}
	.menu > li.active > a {
		text-decoration: underline;
	}
	.menu > li ul {
		display: none;
		position: absolute;
		left: -35%;
		padding: 20px 20px 10px;
		background-color: #104da1;
		z-index: 99999;
		min-width: 230px;
	}
	.menu > li ul .arrow-down {
		width: 0px;
		height: 0px;
		-webkit-transform:rotate(360deg);
		border-style: solid;
		border-width: 25px 25px 0 25px;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
	}
	.menu > li:hover ul {
		display: block;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	.menu > li ul li {
		list-style: none;		
	}
	.menu > li ul li a::before {
		content: "\f105";
		display: inline-block;
		font: normal normal normal 13px/1 FontAwesome;
		font-size: inherit;
		margin-right: 15px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		transform: translate(0, 0);
		color: inherit;
	}
	.menu > li ul li a {
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		padding: 8px 0;
		display: block
	}
	.menu li ul li:hover a,  .menu li ul li:focus a,  .menu li ul li.active a {
		color: #5070C7;
	}
	.menu .fa {
		display: none;
	}
}
@media (max-width: 1125px) and (min-width: 992px) {
	.menu > li {
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.menu .navbar-nav li.open ul {
		display: block;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-header {
		float: none;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: none;
		margin: 0;
	}
	.menu .navbar-nav ul {
		padding: 0;
		color: #fff;
		width: 100%;
		list-style: none;
		position: relative;
		top: 0;
		left: 0;
	}
	.parent i {
		position: absolute;
		top: 9px;
		right: 10px;
		padding-top: 3px;
		padding-right: 10px;
		cursor: pointer;
	}
	.menu .nav-child {
		display: none;
		background-color: #104da1;
	}
	.menu .nav-child li {
		padding: 0px;
		list-style: none;
		border-top: 1px solid #555;
	}
	.menu .nav-child li a {
		color: #fff;
		display: block;
		width: 100%;
		padding: 10px;
	}	
	.menu .navbar-nav ul li:hover a, .menu .navbar-nav ul li:hover span, .menu .navbar-nav ul li:focus a {
		color: #5070C7;
	}
	#mainMenue {
		position: absolute;
		width: 100%;
		background: #444;
		z-index: 9999;
		left: 0;
		box-shadow: none;
		margin: 0;
	}
	.menu > li {
		text-align: center;
		border-bottom: 1px solid #555;
		padding: 13px 15px;
	}
	.menu li:last-child {
		border-bottom: 0;
	}
	.menu li.parent {
		padding: 0;
	}
	.menu li.parent a {
		display: block;
		padding: 10px;
	}
	nav, nav a, nav a:visited {
		color: #fff;
	}
	.menu li span  {
		display: inline-block;
	}
	.menu > li:hover > a,  .menu > li:focus > a,  .menu > li.active > a {
		border-bottom: 0;
		color: #5070C7;
	}.menu > li li:hover  a,  .menu > lili :focus > a,  .menu > li li.active > a {
		color: #5070C7;
	}
	.arrow-down {
		display: none !important;
	}
}
/*SLider*/
#slider {
	width: 100%;
	position: relative;
	z-index: -1;
}

/*Kontakt Balken */
#information {
	position: relative;
	top: -30px;
	z-index: 99;
}
#information .moduletable_kon {
	background-color: #5070C7;
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
	text-align: center;
	padding: 19px 0;
}
#information .moduletable_kon p {
	margin-bottom: 0;
}
#information .moduletable_kon span {
	padding: 0 15px;
}
#information .moduletable_kon span i {
	padding-right: 10px;
}
#information .moduletable_kon a {
	color: #fff;
}
#information .moduletable_kon a:hover,
#information .moduletable_kon a:focus {
	text-decoration: underline;
}
/* Content */
#kontaktBox {
	margin-top: 30px;
}
main {
	padding: 0px 0 0;
}
.item-page {
	padding: 0 5%;
}
main .item-page ul li {
	list-style: none;
}
main .item-page ul li::before, main .infoBox ul li::before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 13px/1 FontAwesome;
	font-size: inherit;
	margin-right: 15px;
	margin-left: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	transform: translate(0, 0);
	color: inherit;
}
main .item-page ul ul {
	padding-left: 15px;
}
/* Bluebox */
#blueBox {
	background: url('../images/bg-blue.jpg') repeat-y top center;
	padding: 140px 0 130px;
	color: #fff;
	text-align: center;
	margin-top: 130px;
	position: relative;
}
#blueBox .wrapper {
	position: relative;
	z-index: 99;
}
#blueBox a {
	color: #fff;
	text-decoration: underline;
}
#blueBox a:hover, #blueBox a:focus {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
#blueBox .watermark {
	position: absolute;
	left: 0;
}
#blueBox .watermark.top {
	top: -285px;
}
#blueBox .watermark.bottom {
	top: 0;
	z-index: 1;
	opacity: 0.5;
}
/*Kontakt und ANfahrt*/
#kontaktBox {
	position: relative;
	background: #fff;
	z-index: 99;
}
#kontaktBox .kon-txt {
	padding: 110px 0 130px 15px;
}
#kontaktBox .row {
	position: inherit;
}
/*footer*/
footer {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: #404040;
	position: relative;
	z-index: 99;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:focus {
	text-decoration: underline;
	color: #fff;
}
footer .col-xs-12:nth-child(2) {
	text-align: center;
}
footer .col-xs-12:last-child {
	text-align: right;
}
/* Tablet */
@media (max-width: 991px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 20px;
	}
	.nav {
		padding-right: 0;
	}
	.navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}
	h1, h2 {
		margin-top: 0;
	}
	#logo {
		width: 280px;
		height: 215px;
		margin: 0 auto;
		padding-top: 10px;
	}
	#logo img {
		margin-top: 40px;
	}
	#blueBox, #kontaktBox .kon-txt {
		padding: 80px 0 70px;
	}
	main {
		padding: 50px 0 0;
	}
	#blueBox {
		margin-top: 70px;
	}
	#blueBox h2 {
		margin-top: 20px;
	}
	#blueBox .watermark {
		display: none;
	}
	#blueBox .left {
		margin-bottom: 40px;
	}
	#kontaktBox .kon-txt {
		text-align: center;
	}
	#map-holder {
		min-height: 310px;
	}
}
@media (max-width: 768px) {	
	#logo {
		width: 280px;
		height: 215px;
		margin: 0 auto;
		padding-top: 10px;
	}
	#logo img {
		margin-top: 40px;
	}
	footer, footer .col-xs-12:last-child {
		text-align: center;
	}
	footer .col-xs-12 {
		padding: 5px 0;
	}
}
@media (max-width: 740px) {
	#information {
		top: 20px
	}
	#information .moduletable_kon span {
		display: block;
		padding: 5px 0;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 24px;
		margin-top: 20px;
	}
	h3 {
		font-size: 16px;
	}
	main, #blueBox, #kontaktBox .kon-txt {
		padding: 30px 0 20px;
	}
	main {
		padding-bottom: 0;
	}
	#blueBox {
		margin-top: 30px;
	}
	#map-holder {
		min-height: 210px;
	}
}

@media (max-width: 440px) {
	#logo {
		width: 210px;
		height: 145px;
		margin: 0 0 0 15px;
	}
	#logo img {
		margin-top: 24px;
	}
	.navbar-toggle {
		margin-top: 35px
	}
	
}
@media (max-width: 319px) {
	#logo {
		height: 210px;
	}
	#logo img {
		margin-top: 90px;
	}
}