@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 400; src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2'); }

* { margin: 0; padding: 0; }
html { min-height: 100.01%; }
body { font-family: 'Open Sans', Verdana, Geneva, sans-serif; font-size: 100%; color: #000; background-color: #e5f0f6; }

a, a:link, a:visited { color: #0a5a8f; text-decoration: none; }
a:hover, a:active, a:focus { color: #3070a5; text-decoration: underline; }

#center { max-width: 1000px; text-align: left; background-color: #e5f0f6; margin: 0px auto; }
header { line-height: 0.6em; }
.linksbox { float: left; width: 38%; margin: 0 5% 0 0; }
.rechtsbox { float: right; width: 57%; padding: 20px 0 0 0; }
.rechtsbox2 { float: right; width: 57%; margin: -50px 0 0 0; text-align: right; }
.rechtsbox2 p { font-family: 'Oswald', sans-serif; font-size: 1.2em; line-height: 1.3em; color: #104770; margin: -10px 0 0 0; }
.rechtsbox2 p.big { font-size: 2.8em; line-height: 1.2em; font-weight: 500; text-transform: uppercase; margin: 0 0 20px 0; }

nav { padding: 0; margin: 0; }
.container { background-color: #025287; }
a.toggleMenu { display: none; float: right; padding: 10px 5px 5px 0; }
a.toggleMenu:hover { }
.nav { list-style: none; background: #025287; }
.nav:before, .nav:after { content: " ";  display: table; }
.nav:after { clear: both; }
.nav ul { list-style: none; width: 200px; }
.nav a { text-decoration: none; padding: 10px 25px; font-size: 1em; line-height: 20px; color: #fff; border-right: 1px solid #fff; transition: background-color 0.5s ease-out; }
.nav a:hover { background: #116196; text-decoration: none; }
.nav li { position: relative; }
.nav > li { float: left; }
.nav > li > .parent { background-image: url(bilder/downArrow.png); background-repeat: no-repeat; background-position: 95% 50%; }
.nav > li > a { display: block; }
.nav li ul { position: absolute; left: -9999px; }
.nav > li.hover > ul { left: 0; }
.nav li li.hover ul { left: 100%; top: 0; }
.nav li li a { display: block; position: relative; z-index: 100; background: #025287; padding: 10px; border-top: 1px solid #fff; border-right: 0; }
.nav a.ac { background-color: #116196; text-decoration: none; }

section { padding: 40px 2%; background-color: #fff; }
article { float: left; width: 70%; }
aside { float: right; width: 25%; }

.box50 { width: 48%; float: left; }
.box60 { width: 58%; float: left; }
.box40 { width: 38%; float: left; }
.links { margin: 0 4% 0 0; }

.navlist { list-style: none; background-color: #e0f0f9; margin-bottom: 40px; border: 1px dotted #78a0c0; max-width: 300px; }
.navlist li  { list-style: none; }
.navlist li a { display: block; padding: 12px 0 12px 10px; text-decoration: none; font-weight: normal; line-height: 1em; font-size: 1em; border-bottom: 1px solid #fff; color: #3070a5; }
.navlist li:last-child a { border-bottom: 0; }
.navlist li a.ak { color: #fff; background-color: #78a0c0; }
.navlist li a:hover { color: #fff; background-color: #78a0c0; text-decoration: none; }

footer { background-color: #104770; }
.fuss { margin: 0 auto; max-width: 840px; padding: 20px 20px 20px 100px; color: #ddd; background-image: url(bilder/sterne.png); background-repeat: no-repeat; background-position: left center; }
footer a, footer a:link, footer a:active, footer a:visited { color: #ddd; text-decoration: none; }
footer a:hover, footer a:focus { color: #fff; text-decoration: none; }

img { border: 0; padding: 0; margin: 0; max-width: 100%; }
.nah { margin: 0 0 10px 0; }
.null { margin: 0; }
.clear { clear: both; }
.clear2 { display: none; }
.klein { font-size: 0.87em; }
strong, b { font-weight: 700; }

h1, h2, h3, h4 { margin: 0 0 20px 0; font-family: 'Oswald', sans-serif; line-height: 1.2em; font-weight: 400; color: #104770; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
p { margin: 0 0 30px 0; line-height: 1.5em; font-size: 1em; }
.bild { float: right; margin: 0 0 20px 2%; font-size: 0.87em; }
.bild2 { float: left; margin: 0 2% 20px 0; font-size: 0.87em; }

ul.tx { list-style-image: url(bilder/pfeil.gif); margin: 0 0 30px 40px; padding: 0; line-height: 1.5em; font-size: 1em; }
ul.tx li { margin-bottom: 5px; }
ol { margin: 0 0 30px 30px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol.lower-latin { list-style-type: lower-latin; margin: 0 0 30px 40px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol.lower-latin li { margin-bottom: 10px; }
ol.lower-latin ul { list-style-type: disc; margin: 10px 0 10px 40px; }

.box { background-color: #e0f0f9; padding: 10px; margin: 0 0 30px 0; border: 1px dotted #78a0c0; max-width: 280px; }

@media only screen and (max-width: 1030px) {
#center { width: 98%; }
.active { display: block; }
.nav { border-top: 0; padding: 0; }
.nav > li { float: none; }
.nav li a { border-top: 1px solid #fff; border-right: 0; padding: 20px; }
.nav > li > .parent { background-position: 95% 50%; }
.nav li li .parent { background-image: url(bilder/downArrow.png); background-repeat: no-repeat; background-position: 97% 50%; }
.nav ul { display: block; width: 100%; }
.nav li li:first-child { display: block; }
.nav li li a { padding: 20px 0 20px 40px; }
.nav > li.hover > ul , .nav li li.hover ul { position: static; }
.linksbox { width: 33%; }
.rechtsbox { width: 62%; }
.rechtsbox img { max-width: 300px; }
.rechtsbox2 { width: 62%; margin: -50px 0 0 0; text-align: right; }
.rechtsbox2 p { font-size: 1.1em; margin: -10px 0 10px 0; }
.rechtsbox2 p.big { font-size: 2.4em; }
.fuss { max-width: 80%; }
}
@media only screen and (max-width: 880px) {
.linksbox { width: 35%; }
.rechtsbox { width: 60%; padding: 10px 0 0 0; }
.rechtsbox img { max-width: 100%; }
.rechtsbox2 { float: none; width: 100%; margin: 0; }
article { float: none; width: 100%; padding: 0 0 20px 0; }
aside { float: none; width: 100%; padding: 0 0 20px 0; }
.box50, .box40, .box60 { width: 100%; float: none; }
.links { margin: 0; }
.clear2 { display: block; clear: both; }
}
@media only screen and (max-width: 760px) {
.linksbox { width: 45%; }
.rechtsbox { width: 50%; }
}
@media only screen and (max-width: 460px) {
.linksbox { float: left; width: 38%; margin: 0 5% 0 0; }
.rechtsbox { float: right; width: 57%; padding: 20px 0 0 0; }
.rechtsbox2 p.big { font-size: 2em; }
.bild, .bild2 { float: none; margin: 0 0 20px 0; }
}
@media only screen and (max-width: 370px) {
.rechtsbox p.big { margin: 0 0 20px 0; }
}