*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
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: #000;
    font: 300 22px 'Signika Negative', Arial, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 1em;
}

h2,
h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 1em;
}

h4,
h5,
h6 {
    font-size: 1em;
    line-height: 1;
    margin: 0 0 1em;
}

h5 {
    margin-bottom: .2em;
}

h6 {
    font-weight: normal;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

strong{
  font-weight: bold;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

/*- Layout -*/

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-container {
    padding-bottom: 60px;
    padding-top: 15px;
}

.home-page .page-container {
    padding-bottom: 45px;
}

.home-page .page-frame {
    background: url(../images/bg.png) no-repeat top / cover;
}

.content-frame {
    margin-bottom: 65px;
    padding: 34px 0;
    position: relative;
}

.content-frame::after {
    background: url(../images/bg.png) no-repeat top / cover;
    bottom: 0;
    content: '';
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}
.content-frame.ohnebg::after {
    background: none;   
}

.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.page-top-bar+.page-frame,
.page-top-bar+.page-container {
    margin-top: 118px;
}

.page-bottom-bar {
    background: #efefef
}

/*- Page Header -*/

.page-header {
    align-items: flex-end;
    display: flex;
    height: 118px;
    justify-content: space-between;
    padding-bottom: 23px;
    position: relative;
    z-index: 1
}

.header-logo {
    margin: 0 0 -40px;
    position: relative;
}

.header-icons {
    display: flex;
}

.header-icons a {
    margin-left: 18px;
}

.slogan {
    color: #e30613;
    font-weight: bold;
    margin-bottom: 60px;
}

.home-page .slogan {
    margin-bottom: 0;
}

/*- Navigation -*/

.nav-main {
    display: flex;
    font-size: 22px;
    margin-right: 70px;
}

.nav-main>li {
    margin: 0 20px;
    position: relative;
}

.nav-main>li>a {
    color: #1d1d1b;
    display: block;
    text-decoration: none;
    user-select: none
}

.nav-main>li.active>a,
.active .nav-main__expand {
    color: #1d1d1b;
    font-weight: bold;
}

.is-open .nav-main__expand {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #fff;
    font-weight: bold;
}

.nav-main>li.is-open {
    z-index: 2
}

.nav-main__expand {
    cursor: pointer;
    position: relative;
    z-index: 1
}

.nav-main__submenu {
    background: #005C9A;
    left: -25px;
    padding: 115px 20px 25px 25px;
    position: absolute;
    top: -67px;
    width: 290px;
    opacity: 0.9;
}

.nav-main__submenu a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.nav-main__submenu a:hover {
    color: #fff;
}
.nav-main__submenu .active {
   font-weight: bold;
}

/*- Layout Grid -*/

.sidecol-contacts {
    /*padding-top: 235px;*/
}
.startseite-button {
    margin-bottom: 188px;
    max-width: 162px;
}

.content-row {
    margin-bottom: 40px;
}

.content-frame .content-row {
    margin-bottom: 0;
}

/*- Components -*/

.modal-box {
    border: 2px solid #005593;
    font-size: 29px;
    font-weight: bold;
    margin: 0 auto 75px;
    max-width: 900px;
    padding: 25px 50px 25px 60px;
    position: relative;
}

.modal-box p {
    line-height: 1.2;
    margin: 0;
}

.modal-box__icon {
    left: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.list-unordered {
    margin: 0 0 30px;
}

.list-unordered li {
    margin: 0 0 .2em;
    padding: 0 0 0 25px;
    position: relative;
}

.cms_item ul  li:before, .accordeon-wrap ul  li:before {
    content: "\35";
    font: 20px/1 ElegantIcons;
    list-style-position: outside;
    margin-left: 20px;
}

/*.cms_item ul {
  list-style-position: outside;
}*/

.cms_item ul  li, .accordeon-wrap ul  li {
  display:flex;
}

       /*

.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}*/
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

.feature-item {
    margin-bottom: 24px;
    overflow: hidden;
}

.feature-item__pic {
    position: relative;
}

.feature-item__pic img {
    width: 100%;
}

.feature-item__pic::before {
    background: rgba(0, 86, 148, .7);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s All;
    z-index: 1
}

.feature-item--red .feature-item__pic::before {
    background: rgba(227, 46, 19, .7);
}

.feature-item__pic:hover::before {
    opacity: 0
}

.feature-item--nohover .feature-item__pic:hover::before {
    opacity: 1
}

.feature-item__headline {
    color: #fff;
    font-size: 29px;
    left: 30px;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 1;
}

.feature-item__pic:hover .feature-item__headline {
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    color: #000;
    font-size: 18px;
    height: 35px;
    left: 0;
    line-height: 35px;
    padding-left: 30px;
    right: 0;
    top: auto;
}

.feature-item--nohover .feature-item__pic:hover .feature-item__headline {
    background: inherit;
    color: #fff;
    font-size: 29px;
    line-height: 1.3;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 1;
}

.feature-item__headline-link {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-item__headline-link:first-child {
    margin-top: 20px;
}

.feature-item__headline-link a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.counter-up {
    display: flex;
    justify-content: space-between;
}

.counter-up-item {
    flex: 0 1 230px;
    font-weight: bold;
    padding: 32px 60px 0 0;
    position: relative
}

.counter-up-item__number {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 25px;
}

.counter-up-item__heading {
    font-size: 21px;
}

.counter-up-item__pic {
    position: absolute;
    right: 0;
    top: 0;
}

.accordeon {
    color: #1d1d1b;
    margin: 0 auto 150px;
    max-width: 1095px
}

.accordeon-row {
    border-bottom: 1px solid #000;
}

.accordeon-headline {
    align-items: center;
    border-bottom: 1px solid #000;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    font-weight: 300;
    justify-content: space-between;
    margin: 0 0 -1px;
    padding: 20px 0 20px 60px;
    position: relative;
}

.accordeon-headline span {
    font-size: 22px;
    padding-left: 15px;
    white-space: nowrap;
}

.accordeon-headline::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s All;
    width: 22px
}

.accordeon-row.is-open .accordeon-headline::after {
    margin-left: 10px;
    margin-top: -20px;
    transform: rotate(90deg);
}

.accordeon-wrap {
    padding: 25px 0 40px
}

.accordeon-wrap .col-md-8{
  padding-right: 40px
}

/*- Page Footer -*/

.page-footer {
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}

.footer-logo {
    left: 20px;
    position: absolute;
    top: -35px;
}

.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    padding-left: 110px;
}

.footer-contacts li {
    flex: 0 0 auto;
    margin-right: 20px;
}

.footer-soclinks {
    display: flex;
    justify-content: flex-end;
}

.nav-footer ul {
    display: flex;
}

.nav-footer li {
    font-size: 14px;
}

.nav-footer li:after {
    color: #999;
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    width: 100%;
}



.is-visible {
    display: block !important;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 20px;
    margin-top: -10px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-label {
    display: none;
    font-size: 14px;
    margin: 0 10px 0 0;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-box {
    display: block;
    height: 20px;
    position: relative;
    width: 30px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 30px;
}

.hamburger-inner::before {
    content: "";
    top: 8px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 16px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.legende{
  font-size:18px;
  margin-top: 7px
}

.row-detailseite {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--bs-gutter-y);/*
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: -8px;
    margin-right: -8px*/
}
.row-detailseite .row {
    margin-left: 0px !important;
    margin-right: 0px !important
}
.col-md-8 a.pdf  {
    clear:both;
    padding-top: 10px
}
.cms_item a.pdf, .text a.pdf, .col-md-8 a.pdf  {
    background: none;
    padding:0;
}
.cms_item a, .text a, .col-md-8 a{
    text-decoration: underline
}
.cms_item a.pdf::before, .text a.pdf::before, .col-md-8 a.pdf::before {
  content: "\e059";
    font: 20px/1 ElegantIcons;
    padding-right: 5px;
    text-decoration: none
}
.nav-main__submenu{
  display:none
}

.dsg .cms_item ul li {
    display: block;
}



