@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: 500; src: url('fonts/open-sans-v40-latin-500.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'); }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { min-height: 100.01%; }
body { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 100%; color: #000; margin: 0;  background-color: #435ea5; }

a, a:link, a:visited { color: #00c; text-decoration: none; font-weight: 500; }
a:hover, a:active, a:focus { color: #c00; text-decoration: underline; }

section  { background-color: #fff; }
.container { max-width: 1060px; margin: 0 auto; padding: 20px 0; }
.flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.box70 { flex: 0 1 auto; width: 70%; }
.box30 { flex: 0 1 auto; width: 26%; }

header { background: linear-gradient(to bottom, #435ea5 0%,#ffffff 25%,#ffffff 100%); }
header .container { padding: 60px 0 20px 0; }
header p { margin: 0 0 15px 0; line-height: 1.1em; }
footer { background: linear-gradient(to bottom, #fff 0%,#fff 45%,#435ea5 100%); }
footer .container { padding: 0 0 40px 0; }
footer p { margin: 0; }

nav { margin: 0 0 50px 0; background-color: #fff; z-index: 1030; }
nav .container { padding: 0; }
a.toggleMenu { display: none; }
.nav { display: flex; list-style: none; z-index: 1030; background-color: #cad2e5; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav a { text-decoration: none; padding: 10px 0; border-right: 1px solid #000; color: #000; font-size: 1.1em; font-weight: 500; transition: background-color 0.5s ease-out; border-bottom: 5px solid #000087; }
nav li:last-child a { border-right: 0; }
.nav li a.ac, .nav li a:hover { text-decoration: none; background-color: #fff278; border-color: #ffce3c;  }
.nav li { flex: 1 1 auto; position: relative; text-align: center; }
.nav > li > a { display: block; }

.kontaktbox { max-width: 400px; margin: 0 0 50px 0; padding: 15px; border: 1px solid #000087; color: #000; background-color: #eaf0f5;}
.kontaktbox p { margin: 0 0 10px 0; }

table { border: 0; margin: 0; }
td { padding: 0 10px 5px 0; line-height: 1.5em; }

h1, h2, h3, h4 { font-weight: 500; margin: 0 0 20px 0; color: #444; line-height: 1.2em; }
h1 { font-size: 1.6em; margin: 0 0 40px 0; padding: 0 0 5px 0; border-bottom: 1px solid #000087; }
h2 { font-size: 1.6em; margin: 0 0 40px 0; padding: 0 0 5px 0; border-bottom: 1px solid #000087; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
p { margin: 0 0 30px 0; font-size: 1em; line-height: 1.5em; }

.nah { margin: 0 0 10px 0; }
.clear { clear: both; }
.big { font-size: 1.8em; }
.big2 { font-size: 1.4em; }
strong, b { font-weight: 700; }
img { max-width: 100%; border: 0; }
ul.tx { list-style-image: url(bilder/pfeil2.gif); margin: 0 0 30px 30px; padding: 0; font-size: 1em; line-height: 1.5em; }
ul.tx li { margin-bottom: 10px; }
ul.tx li ul  { margin: 10px 0 20px 30px; }
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; }

@media only screen and (max-width: 1070px) {
.container { max-width: 98%; }
nav .container { width: 100%; padding: 0; text-align: right; }
.active { display: block; }
a.toggleMenu { text-align: right; position: relative; line-height: 0.5em; }
a.toggleMenu span.bars { float: none; display: inline-block; position: relative; top: 3px; }
a.toggleMenu span.bars span { display: block; width: 40px; height: 4px; margin: 0 0 5px 0; border-radius: 6px; background: #000087; transition-property: opacity, transform; transition: 1s; -o-transition: 1s; -moz-transition: 1s; -webkit-transition: 1s; }
a.toggleMenu span.bars.aktiv span:nth-child(1) { transform: translateY(9px) rotate(-45deg); }
a.toggleMenu span.bars.aktiv span:nth-child(2) { opacity: 0; }
a.toggleMenu span.bars.aktiv span:nth-child(3) { transform: translateY(-9px) rotate(45deg); }
.nav { flex-direction: column; position: static; }
.nav > li { width: 100%; text-align: left; }
.nav a {  padding: 15px 20px; }
.nav li a { background-color: #cad2e5; border-right: 0; }
.flex { flex-direction: column; }
.box70, .box30 { width: 100%;  }
section .box30 { order: 2; }
section .box70 { order: 1; margin: 0 0 30px 0; }
}
@media handheld, only screen and (max-width: 600px) {
body { word-wrap: break-word; }
}