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

body {
	background:#062A48;
	margin:0;
	padding:0;
	overflow-x: hidden;
}
a img {
	border:0 solid;
}
p {
	margin:0;
	padding:0;
}

.c_main {
	width:100%;
	/*float:left;*/
	margin:0;
	padding:0;
	z-index:1;
}
.c_top_main {
	width:100%;
	position: relative; 
	background: #fff;
	z-index:100;
}
.top_main {
	/*width:1200px;*/
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.c_logo {
	/*max-width: 100%;*/
	height: 124px;
}
.logo {
	/*float:left;
	margin: 21px 0 0 124px;
	width:300px;
	height:103px;*/
	width: 300px;
	position: absolute;
	top: 20px;
	left: 0;
}

.logo a{display: block;}

/*.logo {
	float:left;
	margin: 21px 0 0 124px;
	margin-left: 50px;
	width:300px;
	height:103px;
}*/
.claim {
	font: 500 25px/120% 'Ubuntu', "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	/*width: 670px;	
	width: 770px;
	height: 91px;
	margin: 33px 0 0 0;
	float:left;*/
	color: #0772AB;
	letter-spacing:0.1em;
	position: absolute;
	right: 20px;
	top: 40px;
}

.claim span {
	font: 500 18px/120% 'Ubuntu', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	letter-spacing:0.1em;
	text-align:right;
	padding-top:8px;
}

@media only screen and (max-width: 768px) {
	
.c_logo {
	/*max-width: 100%;
	min-height: 220px;*/
	position: relative;
}
.logo {
	position: relative;
	display: block;
	text-align:center;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
.claim {
	display: none;
}

.claim span {
	font-size: 1em;
	letter-spacing:0em;}
}

.main {
	max-width:1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


.c_video {
	position:relative;
	max-width: 1200px;
	margin:0 auto;
}
.video {
	padding-bottom: 3em;
}

.video img{
	display: block;
	height: auto;
	max-width: 100%;
	text-align: center;
	margin:0 auto;
}


.c_content {
	background:#EDEFF1;
	width: 100%;
	max-width:920px;
	max-width: 1200px;
	padding: 0;
	/*padding-bottom: 20px;*/
	border-top: 1px solid #fff;
	float:left;
	position:relative;
	margin-top: 2px;
}


.c_inhalt {
	background: #edeff1 none repeat scroll 0 0;
	padding: 20px 140px 60px 140px;
	max-width: 100%;
}



@media screen and (max-width: 768px) {
.c_inhalt {
	padding: 5px;
	padding-bottom: 20px;
	max-width: 95%;
	margin: 0 5px;
}
}



h1 {
	font: 500 35px/120% 'Ubuntu', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#147EB7;
	padding:0;
	margin: 1em 0;	
	/*margin-left: 140px;
	letter-spacing:0.1em;*/
	text-align:center;
}
@media screen and (max-width: 768px) {
h1  {
	margin: 0.5em;
	font-size: 1.5em;
  }
}



.icon_boxes {
	font: 300 15px/150% 'Ubuntu', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center !important;
}

@media screen and (max-width: 768px) {
.icon_boxes {
	text-align:center !important;
	line-height: 1.4em;
}
}


.c_footer {
	position: relative;
	z-index:100;
	
	
	margin: 0 auto;
}

.footer {
	max-width:920px;
	position: relative;
	padding: 10px 140px;
	background:#fff;
	/*height:698px;
	background:#fff;*/
	z-index: 1;
	text-align: center;	
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
.footer {
	padding: 10px;
}
}



/*KONTAKT UND IMPRESSUM INDEX*/
.kontakt {
	position: relative;
	color: #fff;
	/*float: right;*/
	font: 500 16px/180% "Ubuntu", "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*height: 195px;*/
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
	background:#0A3B62;
	padding: 1em 1em 3em 1em;
	padding: 1em;
	line-height: 1.2em;
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
.kontakt {
	padding: 1em;
	padding-bottom: 2.5em;
	width: auto;
}
}
.kontakt .kontakttitel {
	font: 500 24px/120% 'Ubuntu', "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 27px 0;
}

@media screen and (max-width: 768px) {
.kontakt .kontakttitel {
	font: 500 16px/120% 'Ubuntu', "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 27px 0;
}

}
.impressum {
	/*float:right;
	width: 100%;
	text-align:right;*/
	position: absolute;
	bottom: 15px;
	right: 15px;
	font: 11px/182% Arial, Helvetica, sans-serif;
	color: #fff;
	background:#0A3B62;
	padding:0;
	/*height:43px;*/
}

@media screen and (max-width: 768px) {
.impressum {
	position: absolute;
	bottom: 15px;
	left: 15px;

}
}
.impressum a {
	color: #fff;
	text-decoration: none;
}
.impressum a:hover {
	text-decoration: underline;
}

