@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'roboto_condensedlight';
    src: url(/font/robotocondensed-light-webfont.woff2) format('woff2'),
         url(/font/robotocondensed-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url(/font/robotocondensed-bold-webfont.woff2) format('woff2'),
         url(/font/robotocondensed-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

* {box-sizing: border-box;}

body {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto !important;
	float: none !important;
	padding: 0;
	top: 0;
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;	
    word-break: keep-all;
	color: #333333;
	background:#fff;
}

/* GLOBAL */

p {
	margin:5px 0;
	line-height:22px;
	padding-bottom:10px;
}

a {
	text-decoration:none;
	color:inherit;
	transition: color .5s ease;
}

strong {
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
}

span.bold {	
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
}

mt30 {margin-top:30px;}

.onlyprint {visibility: hidden;}

/* HEADER */

header {
	position:relative;
	width:auto;
	max-width:900px;
	height:70px;
	margin: 0 auto 20px auto;
}

header h1 {
	margin:45px 0 0 160px;
	padding-top:17px;
	padding-bottom:15px;
	font-size:20px;
	color:#fff;
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
}

header p {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	margin-left:160px;
}

header img {
	position:absolute;
	z-index:5;
	margin-top:-20px;
}

nav {
	position:absolute;
	right:0;
	bottom:-13px;
}

nav ul {list-style:none;}

nav ul li {
	display:block;
	float:left;
	padding-right: 23px;
}

nav ul li a {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 19px;
	text-transform:uppercase;
	transition: all .25s ease;
}

nav ul li:hover a{color:#004b94;}

nav ul li.aktiv a {
	color:#004b94;
	border-bottom:solid 3px;
	padding-bottom:3px;
}

.toggleMobile {display: none;}

#mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

#mobileMenu ul li {
	display:block;
	background-color: #c0c7e0;
	color: #004b94;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #e7eaf3;
}

/* SPACER */
#headspacer {
	width:auto;
	height:300px;
	background-color:#004b94;
	position:relative;
	margin-top: -300px;
	z-index:-100;
}

#headstreifen {
	width:auto;
	height:40px;
	background-color:#9fadd0;
	position:relative;
	margin-top: -40px;
	z-index:-80;
}

.container {
	position:relative;
	z-index:0;
	width:auto;
	overflow:hidden;
}

.width {
	margin: 0 auto;
	width:900px;
}

#slider_content1 {
	line-height: 25px;
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	width:350px;
	position:absolute;
	top:25%;
	z-index:11;
	opacity:0.9;
	display:block;
}

#slider_content1 p {
	margin:0 0 30px 0;
	color:#000;
	background-color:#e7eaf3;
	padding:10px 15px;
	border-radius: 5px;
	font-size:16px;
	line-height:20px;
}

/* SPACER */

#spacer {
	width:auto;
	height:50px;
	background-color:#004b94;
	position:relative;
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	color:#fff;
	font-size: 22px;
	margin-top:-5px;
}

#spacer p {
	position:absolute;
	margin-top:14px;
}

main {
		background:#e7eaf3;
	padding-bottom: 80px;
}

/* 3 COLUMNS */
#boxcontent {
	width:auto;
	max-width:900px;
	margin:0 auto;
}

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

#boxcontent article {
	font-size:18px;
	line-height: 1.3em;
	padding:70px 0 45px 0;
}

#boxcontent article h3 {
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	font-size:20px;
	margin-bottom:10px;
}

#boxcontent article p {
	line-height:22px;
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
}

#boxcontent article.one {
	width:250px;
	float:left;
}

#boxcontent article.one img {float:left;}

#boxcontent article.one h3 {padding-left:75px;}

#boxcontent article.one p {padding-left:75px;}

#boxcontent article.two {
	width:600px;
	float:left;
	margin-right:45px;
}

#boxcontent article.three {
	width:900px;
	margin: 0 auto;
}

#boxcontent article.three section {
	position:relative;
	padding-bottom:40px;
	width:290px;
	float:left;
}

#boxcontent article.three section p {
	font-family: 'roboto_condensedbold', sans-serif;
	font-weight: normal;
	margin-top:-10px;
	text-align:center;
	color:#333333;
}

#boxcontent article.map {
	width:auto;
	margin-top:-50px;
	margin-bottom:10px;
}

/* ------------------------------------------
  MAPS
--------------------------------------------- */

.maps{
    width: 100%;
    height: 450px;
	margin: 0;
	padding: 0;
    position: relative;
}

.frame{
    width: 100%;
    height: 100%;
}

.bar{
    width: 100%;
    height: 70%;    
	position: absolute;
    bottom: 0;
    left: 0;
}

.bar p {
	margin-top: 250px;	
	padding-left: 5%;
	font-size: 12px;
}

#map {
    height: 500px;
    width: 100%;
}

/* FOOTER */

footer {
	position: relative;
	clear: both;
	width: auto;
	min-height: 560px;
	background: #333333;
}

footer a.totop {
	position: absolute;
	right: 0;
	margin: -23px 10% 0 0;
	float: right;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

footer a:hover.totop {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

#copyright {
	background: #1D1D1D;
	min-height:70px;
	padding: 10px 15px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

#copyright .wrapper {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	padding: 25px 15px;
	color: #5e5e5e;
	font-size:16px;
	position:relative;
}

#copyright .wrapper .social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#copyright .wrapper .social ul li {
	display: inline;
	margin: 0 10px;
}

#copyright .wrapper .social ul li a {
	color: #5e5e5e;
	text-decoration: none;
}

#copyright .wrapper .social ul li.aktiv a {
	color: #fff;
}

#copyright .wrapper .social ul li:hover a {
	color: #fff;
}

#copyright .wrapper a {color: #ABABAB;}

footer a:hover,
#copyright .wrapper a:hover, 
#copyright .wrapper li.aktiv a {
	color: #fff;
}

footer .wrapper {
	line-height:25px;
	margin: 0 auto;
	padding-top:30px;
	width:auto;
	max-width:900px;
	font-size:16px;
}

footer .wrapper .column {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	color:#ababab;
	float:left;
	width:280px;
	margin-right:20px;
}

footer .wrapper .column.midlist ul li {
	display:block;
	width:auto;
	padding:0 0 10px 0;
	margin-left: -40px;
	margin-bottom:10px;
	border-bottom: 1px solid #444444;
}

footer .wrapper .column.midlist ul li a:hover {color:#fff;}

footer .wrapper .column.rightlist ul li {
	display:block;
	width:auto;
	margin-bottom:15px;
	margin-left: -40px;
}

footer .wrapper .column.rightlist ul li a span {
	margin-left:95px;
	display:block;
}

footer .wrapper .column.rightlist ul li a img {
	transition: border .25s ease;
	float:left;
	border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover {border-color: #5e5e5e;}

footer .wrapper .column h4 {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

/* MISC */

.clear {clear:both;}

.hidden {
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 915px) {

	/* HEADER */
	header	{
		position:relative;
		width:auto;
		max-width:900px;
		height:70px;
		margin: 0 auto 20px auto;
	}

	header h1 {
		margin:45px 0 0 185px;
		padding-top:17px;
		padding-bottom:15px;
		font-size:20px;
		color:#fff;
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
	}

	header p {
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
		font-size:18px;
		color: #333333;
		margin-left:185px;
	}

	header img	{
		position:absolute;
		z-index:5;
		margin-top:-20px;
		margin-left: 25px;
	}

	nav	{
		position:absolute;
		right:0;
	}

	nav ul {list-style:none;}

	nav ul li {
		display:block;
		float:left;
		padding-right: 23px;
	}

	nav ul li a	{
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
		text-transform:uppercase;
		transition: all .25s ease;
	}

	nav ul li:hover a {color:#004b94;}

	nav ul li.aktiv a {
		color:#004b94;
		border-bottom:solid 3px;
	}

	.toggleMobile {display: none;}

	#mobileMenu	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
	}

	#mobileMenu ul li	{
		display:block;
		background-color: #c0c7e0;
		color: #004b94;
		padding: 12px 0;
		letter-spacing: 0.1em;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px solid #e7eaf3;
	}


	/* SPACER */
	#headspacer	{
		width:auto;
		height:300px;
		background-color:#004b94;
		position:relative;
		margin-top: -300px;
		z-index:-100;
	}

	#headstreifen	{
		width:auto;
		height:40px;
		background-color:#9fadd0;
		position:relative;
		margin-top: -40px;
		z-index:-80;
	}

	.container	{
		position:relative;
		z-index:0;
		width:auto;
		overflow:hidden;
	}

	.width	{
		margin: 0 auto;
		width:900px;
	}

	#slider_content1	{
		line-height: 25px;
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
		width:350px;
		position:absolute;
		top:25%;
		z-index:11;
		opacity:0.9;
		display:block;
		margin-left: 25px;
	}

	#slider_content1 p	{
		margin:0 0 30px 0;
		color:#000;
		background-color:#e7eaf3;
		padding:10px 15px;
		border-radius: 5px;
		font-size:16px;
		line-height:20px;
	}

	/* SPACER */

	#spacer	{
		width:auto;
		height:50px;
		background-color:#004b94;
		position:relative;
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
		color:#fff;
		font-size:18px;
		margin-top:-5px;
	}

	#spacer p {margin-left: 25px;}


	/* 3 COLUMNS */

	#boxcontent	{
		width:auto;
		max-width:900px;
		margin:0 auto;
	}

	#boxcontent article	{
		font-size:18px;
		padding:70px 0 45px 0;
		margin-left: 25px;
	}

	#boxcontent article h3 {
		font-family: 'roboto_condensedbold', sans-serif;
		font-weight: normal;
		font-size:20px;
		margin-bottom:10px;
	}

	#boxcontent article p {
		line-height:22px;
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
	}

	#boxcontent article.one	{
		width:250px;
		float:left;
	}

	#boxcontent article.one img	{
		float:left;
	}

	#boxcontent article.one h3 {
		padding-left:75px;
	}

	#boxcontent article.one p {
		padding-left:75px;
	}

	#boxcontent article.two	{
		width:500px;
		float:left;
		margin-right:45px;
	}

	#boxcontent article.three {
		width:900px;
		margin: 0 auto;
	}

	#boxcontent article.three section {
		position:relative;
		padding-bottom:40px;
		width:290px;
		float:left;
		margin-left: 5px;
	}

	#boxcontent article.three section p	{
		font-family: 'roboto_condensedbold', sans-serif;
		font-weight: normal;
		margin-top:-10px;
		text-align:center;
		color:#333333;
	}
	
	#boxcontent article.map	{
		width:auto;
		margin-top:-50px;
		margin-left:  -5px;
		margin-bottom:10px;
	}

	#googleMap {
		width:510px;
		height:350px;
	}

	footer section#copyright div.wrapper {
		margin-left: 25px;
		margin-right: 25px;
	}


	footer section.wrapper {margin-left: 25px;}

	footer .wrapper .column	{width: 270px;}
}

@media (max-width:890px) {
	
	#boxcontent article.one {display : none;}

	footer .wrapper .column	{width: 250px;}
	
	article.three div.center {
		width:650px;
		margin: 0 auto;
		overflow: hidden;
	}
}

@media (max-width: 850px) {

	header img {
		position:absolute;
		z-index:5;
		margin-top:-20px;
		margin-left: 25px;
	}

	#mobileMenu {
		display: block;
		z-index: 99;
	}

	.toggleMobile {
		position: absolute;
		right: 0;	
		margin-right: 25px;
		display: block;
		width: 40px;
		height: 36px;
		cursor: pointer;
		z-index: 999;
	}

	.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
		display: block;
		position: absolute;
		width: 40px;
		height: 8px;
		left: 0;
		background: #e7eaf3;
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggleMobile span.menu1 {top: 0;}

	.toggleMobile span.menu2 {top: 14px;}

	.toggleMobile span.menu3 {top: 28px;}

	.toggleMobile.active span.menu1	{
		top: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggleMobile.active span.menu2	{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggleMobile.active span.menu3	{
		opacity: 0;
		-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	header nav	{display:none;}

	footer .wrapper .column {width: 220px;}

}

@media (max-width: 768px) {
	
	header {height:70px;}

	#mobileMenu ul {
		width: 100%;
		margin: 96px 0 0 0;
		padding: 0;
		text-align: center;
		color: #333333;
	}	
	
	#mobileMenu ul li a{color: #333333;}
	
	#mobileMenu ul li.aktiv a {
		color: #004b94;
		border-bottom: solid 3px #004b94;
	}	
	
	#mobileMenu ul li:hover a {
		color: #004b94;
	}
	
	header img {
		position:absolute;
		z-index:5;
		margin-top:-20px;
		margin-left: 25px;
	}

	#boxcontent {
		margin-right:30px;
		width:auto;
		overflow:hidden;
	}

	#boxcontent article.one {display:none;}

	footer {
		padding-bottom:70px;
		height: auto;
	}
	
	#copyright .wrapper {
	padding: 15px 15px;

}

	footer .wrapper {
		width: 550px;
		margin: 0 auto;
	}

	footer .wrapper .column {
		margin-top:30px;
		float:none;
		width: auto;
	}

	footer .wrapper .column.rightlist ul li {margin-bottom:35px;}

	#boxcontent article.three {
		width:auto;
		margin: 0 auto;
	}

	#boxcontent article.three section {
		position:relative;
		padding-bottom:40px;
		width:290px;
		float:left;
		margin-left: 5px;
	}

	#boxcontent article.three section p {
		font-family: 'roboto_condensedbold', sans-serif;
		font-weight: normal;
		margin-top:-10px;
		text-align:center;
		color:#333333;
	}

	article.three div.center {
		width:auto;
		margin: 0 auto;
		overflow: hidden;
	}

}
@media (max-width: 600px) {

	#boxcontent article.three section.picture a {
		display: block;
	}

	article.three div.center {
		width:auto;
		margin: 0 auto;
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	header {
		margin-top: 15px;
		height: 140px;
		margin-left:0px;
	}       

	header img {
		top:15px;
		margin-top:0;
		left:25px;		
	}

	header h1 {
		display : block;
		width : 150px;
		padding-top : 40px;
		margin-top:0px;
		margin-left : 185px;
		line-height : 35px;
		font-size: 20px;
	}

	#headstreifen {	
		height:50px;
		margin-bottom:60px;
	}

	section.container {
		display: none;
	}

	#spacer {
		display:none;
	}

	footer .wrapper {
		width:auto;
	}

	footer .wrapper .column {
		margin: 0 auto 15px auto;
		max-width:300px;
	}

	footer p {
		margin-left:25px;
	}

	#boxcontent {
		margin-top:-60px;
		margin-left:25px;
	}

	#boxcontent article.two {
		width:auto;
		margin-left:20px;
		margin-right:20px;
	}

	#boxcontent article.one {
		display:none;
	}

	header h1 {
		font-size:30px;
	}

	header p {
		font-size:18px;
	}

	header img {
		margin-left: 10px;
		float:left;
	}

	article.three div.center {
		width:auto;
		margin: 0 auto;
		overflow: hidden;
	}


}

@media (max-width: 400px) {

	header h1 {
		display: block;
		width: 80px;
		margin:45px 0 0 190px;
		padding-top:58px;
		padding-bottom:15px;
		font-size:21px;
		line-height: 27px;
		color:#fff;
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
	}

	header p {
		font-size: 16px;
	}
	
	article.three div.center {
		width:auto;
		margin: 0 auto;
		overflow: hidden;
	}
}

@media (max-width: 320px) {

	header h1 {		
		display: block;
		width: 80px;
		margin:45px 0 0 190px;
		padding-top:62px;
		padding-bottom:15px;
		font-size:17px;
		line-height: 25px;
		color:#fff;
		font-family: 'roboto_condensedlight', sans-serif;
		font-weight: normal;
	}

	header p {
		font-size: 13px;
	}

	article.three div.center {
		width:auto;
		margin: 0 auto;
		overflow: hidden;
	}
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}