/*=== Setup ===*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
    font: .95em Open Sans, Arial, Helvetica, Sans-Serif;
}

a {
    color: #013888;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    text-decoration: underline
}

input,
select,
textarea {
    border: #999999 1px solid;
    font-size: 13px;
    padding: 2px
}

li {
    list-style: none
}

h1,
h2 {
    color: #013888;
    font: 36px AllerLightRegular, Arial, Helvetica, sans-serif;
    margin: 0 0 40px
}

.datenschutz h1, .datenschutz h2 {                                                      
  margin: 0 0 10px;
}

h3 {
    color: #013888;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 .5em
}

h4,
h5,
h6 {
    font-size: 1em;
    margin: 0 0 .5em
}

p {
    line-height: 1.5em;
    padding: 0 0 1.5em
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-container {
    margin: 0 auto;
    max-width: 1037px;
    padding: 25px;
}

.page-header {
    background: #c5c7c8;
    display: flex;
    height: 250px;
    justify-content: space-between;
    margin-bottom: 13px;
    position: relative;
}

.header-logo {
    background: #fff;
    flex: 0 0 110px;
    order: 2;
    position: relative;
    text-align: right;
}

.header-logo img {
    display: inline-block;
}

.header-logo::before {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.header-logo::after {
    background: #c5c7c8;
    bottom: 0;
    content: '';
    height: 24px;
    left: 24px;
    position: absolute;
    right: 0;
}

.page-title {
    margin-right: 13px;
    width: 300px;
}

.nav1 {
    font-size: 16px;
    padding: 25px 10px 0 25px;
    width: 565px
}

.nav1 li {
    margin: 0 0 1px
}

.nav1 li a {
    color: #ffffff;
    display: block;
    height: 26px;
    line-height: 26px
}

.nav1 li a:hover,
.nav1 li.active a {
    color: #013888;
    font-weight: bold;
    text-decoration: none
}

.nav1 li ul {
    display: none;
}

.nav2 {
    font-size: 16px;
    margin: 0 0 1em
}

.nav2 li {
    margin: 0 0 2px
}

.nav2 li a {
    color: #929294;
    display: block;
    height: 25px;
    line-height: 25px
}

.nav2 li a:hover,
.nav2 li.active a {
    color: #464646;
    text-decoration: none
}

.page-columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.left-col {
    background: #f6f6f6;
    display: flex;
    flex: 0 0 265px;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.center-col {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 25px;
}

.right-col {
    background: #f6f6f6;
    flex: 0 0 86px;
}

.list1 {
    margin: 0 0 1em
}

.list1 li,.datenschutz li {
    line-height: 1.5em;
    margin: 0 0 .3em;
    padding: 0 0 0 30px;
    position: relative;
}

.list1 li::before,.datenschutz li::before{
    background: #013888;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 21px;
}

.list2 {
    color: #929294;
    font-size: .85em;
}

.list2 li {
    margin: 0 0 .2em
}

.list2 a {
    color: #929294
}

.list2 li a:hover {
    color: #333333
}

.page-footer {
    background: #9c9e9f;
    color: #fff;
    display: flex;
    font-size: .85em;
    justify-content: space-between;
    line-height: 25px;
    padding: 0 150px 0 25px;
    position: relative;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
}

.page-footer a:hover {
    text-decoration: underline;
}

.page-footer::before {
    background: #fff;
    bottom: 0;
    content: '';
    position: absolute;
    right: 86px;
    top: 0;
    width: 24px;
}

.page-footer::after {
    background: #013888;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
}

.nav-footer,
.footer-copyright {
    flex: 1 1 auto;
}

.footer-copyright {
    text-align: right;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.menu-label {
    font-size: 14px;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
    visibility: hidden;
}

.noscroll {
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    left: 43px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 47px;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    z-index: 10;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #013888;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 35px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}