/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


* {
	font-family: 'Open Sans', sans-serif;
	padding:0;
	margin:0;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	color: #005286;
}
a:visited {
	color: #005286;
}
nav a {
	font-weight: 400;
	color: #FFF;
}
footer a:visited {
	color: #FFF;
}
nav a:visited {
	color: #FFF;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
}
p.small {
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
html, body {
	height:100%;
}
html {
	background: url(../img/ui/pattern.png) fixed, url(../img/ui/hintergrund.jpg) 50% 50% fixed no-repeat;
	-moz-background-size: auto, cover;
	background-size: auto, cover;
}
body {
	overflow-y: scroll;
	overflow-x: auto;
	width: 100%;
	text-align: center;
}
section.content {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 12px;
}
section#textArea {
	padding-right:12px;
	float:left;
	width:500px;
	display:inline;
}
section#imageArea {
	padding-left:12px;
	float:right;
	width:464px;
	display:inline;
}
article {
	background-color: #FFF;
	margin-bottom: 0px;
	margin-top: 12px;
	padding: 12px;
	clear: both;
}
.imgL {
	float: left;
	margin-right: 12px;
}
.imgR {
	float: right;
	margin-left: 12px;
	margin-right: 12px;
}
#bild {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.65em;
	text-align: center;
	padding: 2px;
	color: #FFF;
	background-color: #005286;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/* CSS Regeln f&uuml;r die &uuml;berschriften */

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 32px;
	font-weight: 400;
	color: #FFF;
	background-color: #005286;
	margin-bottom: 0px;
	margin-top: 12px;
	padding: 10px;
}
h2 {
	font-size: 22px;
	font-weight: 400;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005286;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	color: #005286;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 16px;
	font-weight: 600;
}
h5 {
	font-size: 12px;
	font-weight: 600;
}
/* CSS Regeln f&uuml;r den Seitenfu&szlig; */

footer {
	background-color: #005286;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-top: 12px;
}
footer p {
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	color: #FFF;
}
footer a {
	font-size: 16px;
	line-height: 20px;
	padding-right: 10px;
	font-weight: 400;
	color: #FFF;
}
/* CSS Regeln f&uuml;r die Navigation */

nav {
	background-color: #005286;
	height: 35px;
	margin-bottom: 12px;
	line-height: 35px;
}
nav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	list-style:none;
}
nav li {
	float:left;
	width:111px;
	text-align:center;
}
nav li a {
	display:block;
	font-size: 16px;
	height:100%;
	background:url(../img/ui/nav_bg.jpg) repeat 0 0;
	padding-right: 7px;
	padding-left: 7px;
	color: #FFF;
}
nav li a:hover {
	background-position:-450px 0;
	color: #000;
	font-size: 17px;
}
nav li a.active {
	color: #005286;
	background-color: #FFF;
	background-image: none;
}
/* CSS Regeln f&uuml;r Ken Burns Effekt */

.peKenBurns .peKb_slides {
	padding: 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#005286;
}
.peKenBurns .peKb_slides .peKb_caption h1 {
	font-family: Open Sans;
	font-size: 12px;
	color: #FEFEFE;
}
.peKenBurns .peKb_slides .peKb_caption .peKb_real {
	padding: 8px;
}
.peKenBurns .peKb_slides .peKb_caption {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.rahmen_schwarz {
	border: 1px solid #000;
}
.rahmen_blau {
	border: 1px solid #005286;
}
ul.liste {
	margin-left:18px;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 12px;
	margin-top: 6px;
}
table.systeme {
	font-size:10px;
	color: #FFF;
	background-color: #005286;
	padding: 6px;
	float: left;
}
table.systeme .spalteA {
	width: 100px;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.systeme .spalteB {
	width: 310px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 12px;
}
table.systeme .noBorder {
	border-bottom-style:none;
}






.swiper-container {
	width: 975px;
	height:120px;
	color:#fff;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #005286;
	border-bottom-color: #005286;
	border-left-color: #005286;
	border-right-width: 1px;
	border-right-color: #005286;
}

.swiper-slide img{
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #005286;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #005286;
	border-bottom-color: #005286;
	border-left-color: #005286;
}



.swiper-slide .title {
	font-style:italic;
	font-size:42px;
	margin-top:80px;
	margin-bottom:0;
	line-height:45px;
}



.t_hinweis {
  background-color: #CD5C5C;
  text-align: center;
  margin-left: 36px;
  margin-right: 36px;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 16px;
}

.t_hinweis h3 {
  color: black;
  padding-bottom: 16px;
}
.t_hinweis p {
  font-weight: bold;
}