@import url("https://fonts.verwaltungsportal.de/import/?family=Barlow:400,400i,600,600i");

body {
    font-family: "Barlow", sans-serif;
    color: #252525;
    background: #fafafa;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #8c2323;
}

#content a,
a:hover,
a:focus {
    color: #8c2323;
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

@media (min-width: 1200px) {

    .row,
    .compact,
    ._op-container .container {
        max-width: 1440px;
        width: 100%;
    }
}

.over {
    overflow: hidden;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
    outline: 3px solid #B42D2D !important;
}

.static {
    position: static;
}

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

@media (min-width: 992px) {
    #logo {
        padding: 30px;
        position: absolute;
        top: -50px;
        transition: padding 300ms linear;
        z-index: 1004;
    }

    .is-sticky #logo {
        padding: 20px;
    }

    #logo img {
        transition: max-width 300ms linear;
    }

    .is-sticky #logo img {
        max-width: 240px;
    }
}

#logo img {
    display: block;
}

@media (max-width: 991px) {
    #logo img {
        max-width: 140px;
        width: 100%;
    }
}

/* ----------------------------------------------- search ----------------------------------------------- */

form[id^="search"] {
    height: 50px;
    background: #9ad1d4;
    display: inline-block;
    position: relative;
}

@media (min-width: 992px) {
    form[id^="search"] {
        height: 100px;
    }
}

form [id^="search_input"] {
    color: rgba(1, 72, 99, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 75px;
    height: 50px;
    width: 100%;
}

@media (min-width: 768px) {
    form [id^="search_input"] {
        padding-left: 20px;
        line-height: 100px;
        height: 100px;
    }
}

form [id^="search_submit"] {
    width: 70px;
    background: #9ad1d4 url('../img/lupe-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

@media (min-width: 992px) {
    form [id^="search_submit"] {
        line-height: 100px;
    }
}

form [id^="search_input"]:hover,
form [id^="search_input"]:focus,
form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    background-color: #ffffff;
}

[id^="search_input"]::-ms-input-placeholder {
    color: rgba(1, 72, 99, 0.7) !important;
}

[id^="search_input"]::-webkit-input-placeholder {
    color: rgba(1, 72, 99, 0.7) !important;
}

[id^="search_input"]::-moz-placeholder {
    opacity: 1;
}

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    .is-sticky .horizontally {
        position: relative !important;
    }

    .horizontally {
        background: #014863;
    }

    #burgerButton {
        font-size: 0;
        border: none !important;
        position: relative;
        z-index: 1002;
        display: block;
        width: 46px;
        height: 40px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #ffffff;
        padding: 3px;
    }

    #burgerButton:before,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #014863;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 2px;
        -webkit-transition: transform 200ms linear, opacity 200ms linear;
        -moz-transition: transform 200ms linear, opacity 200ms linear;
        -ms-transition: transform 200ms linear, opacity 200ms linear;
        -o-transition: transform 200ms linear, opacity 200ms linear;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #burgerButton[aria-expanded="true"]:before {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 10px;
    }

    #burgerButton:before {
        top: 18px;
    }

    #burgerButton:after {
        top: 26px;
    }

    #burgerButton:before,
    #burgerButton:after {
        content: "";
        display: block;
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .navbar-collapse {
        top: 0;
        background: #014863;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }

    .navbar-collapse.collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        background-color: #ffffff;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    .navbar-collapse.in:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    .horizontally {
        background: #014863;
    }

    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-wrap: wrap;
    }

    nav.horizontally .navbar-nav>li {
        flex-grow: 1;
    }

    nav.horizontally li[class*="toplevel"]>ul {
        position: absolute !important;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        margin: 0;
        padding: 10px 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: 60vh;
        overflow: visible;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        background: #ffffff;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        /* column-gap: 15px; */
        row-gap: 30px;
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        height: auto;
        overflow: visible;
    }

    nav.horizontally li[class*="toplevel"]>ul .mCustomScrollBox {
        max-height: 45vh !important;
    }

    /* .navbar-nav .open>ul.dropdown-menu {
        position: absolute !important;
    } */

    nav.horizontally li[class*="secondlevel"] {
        float: none;
        break-inside: avoid;
        display: block;
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        position: relative;
    }

    nav.horizontally li[class*="secondlevel"]:not(:first-child, :nth-child(2), :nth-child(7), :last-child) {
        border-left: 1px solid #b3b3b3;
        padding-left: 15px;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
        z-index: 1003;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }

    .nav li[class*="toplevel"].open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    #mCSB_1_scrollbar_vertical {
        left: 50%;
        margin-left: calc(962px/2);
    }

    /* Pseudo */

    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        height: 25px;
        left: 0;
        right: 0;
        top: -25px;
    }

    nav.horizontally .dropdown-menu {
        min-width: auto !important;
        display: block !important;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2::after {
        content: "";
        position: absolute;
        display: block;
        right: 10px;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 1px;
        border-right: 2px solid rgba(0, 0, 0, 0.3);
        border-bottom: 2px solid rgba(0, 0, 0, 0.3);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border 300ms linear;
        -moz-transition: border 300ms linear;
        -ms-transition: border 300ms linear;
        -o-transition: border 300ms linear;
        transition: border 300ms linear;
    }
}

@media (min-width: 1200px) {

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        max-width: 1200px;
        padding-top: 55px;
        padding-bottom: 50px;
    }

    #mCSB_1_scrollbar_vertical {
        margin-left: calc(1170px/2);
    }
}

@media (min-width: 9999px) {
    nav.horizontally li[class*="toplevel"]>ul {
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        width: 100% !important;
    }
}

nav.horizontally li[class$="_end"],
nav.horizontally li[class$="_start"] {
    display: none !important;
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 10px 35px 15px 35px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 13px 20px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
    }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li:hover>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus,
.navbar-nav>li[class$="_over"]>a,
.navbar-nav>li[class$="_over"]>a:hover,
.navbar-nav>li[class$="_over"]>a:focus {
    color: #014863;
    background-color: #9ad1d4;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

@media (max-width: 991px) {

    .navbar-default li[class*="toplevel"]>.dropdown-menu,
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        display: block;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
    color: #252525;
    text-align: left;
    padding: 8px 35px 8px 15px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    hyphens: auto;
}

@media (min-width: 992px) {

    .navbar-default li[class*="secondlevel"]>a,
    .navbar-default li[class*="thirdlevel"]>a {
        max-width: 86%;
    }
}

.navbar-default li[class*="secondlevel"]>a {
    font-weight: 600;
}

.navbar-default li[class*="thirdlevel"]>a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-default li[class*="secondlevel"]>a {
        padding: 10px 0 10px;
    }

    .navbar-default li[class*="thirdlevel"]>a {
        padding: 5px 0 5px 0;
    }
}

@media (max-width: 991px) {

    .navbar-default li[class*="secondlevel"]>a,
    .navbar-default li[class*="thirdlevel"]>a {
        color: #ffffff;
    }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav li[class*="secondlevel"]:hover>a,
.navbar-nav li[class*="secondlevel"]>a:hover,
.navbar-nav li[class*="secondlevel"]>a:focus,
.navbar-nav li[class*="secondlevel"].open>a,
.navbar-nav li[class*="secondlevel"].open>a:hover,
.navbar-nav li[class*="secondlevel"].open>a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus,
.navbar-nav li[class*="thirdlevel"]>a:hover,
.navbar-nav li[class*="thirdlevel"]>a:focus,
.navbar-nav li[class*="thirdlevel"].open>a,
.navbar-nav li[class*="thirdlevel"].open>a:hover,
.navbar-nav li[class*="thirdlevel"].open>a:focus,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus {
    color: #014863;
}

@media (max-width: 991px) {

    .navbar-nav li[class*="secondlevel"]:hover>a,
    .navbar-nav li[class*="secondlevel"]>a:hover,
    .navbar-nav li[class*="secondlevel"]>a:focus,
    .navbar-nav li[class*="secondlevel"].open>a,
    .navbar-nav li[class*="secondlevel"].open>a:hover,
    .navbar-nav li[class*="secondlevel"].open>a:focus,
    .navbar-nav li[class*="secondlevel"][class$="_over"]>a,
    .navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
    .navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus,
    .navbar-nav li[class*="thirdlevel"]>a:hover,
    .navbar-nav li[class*="thirdlevel"]>a:focus,
    .navbar-nav li[class*="thirdlevel"].open>a,
    .navbar-nav li[class*="thirdlevel"].open>a:hover,
    .navbar-nav li[class*="thirdlevel"].open>a:focus,
    .navbar-nav li[class*="thirdlevel"][class$="_over"]>a,
    .navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover,
    .navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus {
        color: #014863;
        background-color: #ffffff;
    }
}

/* ----------------------------------------------- banner ----------------------------------------------- */

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #slider {
        max-height: 525px;
    }

    #headerpic a.nivo-prevNav {
        left: 65px;
    }

    #headerpic a.nivo-nextNav {
        right: 65px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    border-top: 3px solid #ffffff;
}

.slider-wrapper,
#slider {
    height: 100%;
}

.slider-mask {
    display: block;
    background: url('../img/slider-mask.png') bottom right no-repeat;
}

@media (max-width: 991px) {
    .slider-mask {
        background-size: contain;
    }
}

@media (max-width: 991px) {

    .theme-nivo .nivo-controlNav,
    .theme-default .nivo-controlNav {
        bottom: 20px !important;
    }
}

@media (min-width: 992px) {

    .theme-nivo .nivo-controlNav,
    .theme-default .nivo-controlNav {
        bottom: 60px !important;
    }
}

/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar {
    padding: 6px 0;
    background: #ffffff;
}

/* ----------------------------------------------- optionsBox ----------------------------------------------- */

#optionsBox {
    background: #ffffff;
}

@media (min-width: 576px) {
    #optionsBox {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}

#optionsBox span {
    color: #252525;
    font-weight: 600;
    margin-right: 22px;
}

@media (max-width: 575px) {
    #optionsBox span {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
}

@media (min-width: 992px) {
    #optionsBox>*+* {
        margin-left: 25px;
    }
}

/* ----------------------------------------------- styler ----------------------------------------------- */

@media (min-width: 992px) {

    #style,
    #easyLanguage {
        display: flex;
        align-items: center;
        align-content: center;
    }

    #style button {
        font-size: 18px;
        background: #014863;
        padding: 0;
        border: none;
        color: #ffffff;
        width: 35px;
        height: 35px;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        position: relative;
        line-height: 1;
        transition: background 300ms linear;
    }

    #style button+button {
        margin-left: 10px;
    }

    #style button:focus,
    #style button:hover {
        background: #8c2323;
    }

    #style button:focus-visible {
        outline: 2px auto;
    }
}

/* ----------------------------------------------- contrast ----------------------------------------------- */

@media (min-width: 576px) {
    #contrast_style {
        display: flex;
        align-items: center;
        align-content: center;
    }
}

#contrast_style button {
    color: #ffffff;
    padding: 0;
    border: none !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-weight: 400;
    text-align: center;
    background: #014863;
    position: relative;
    z-index: 1;
    font-size: 0;
    transition: background 300ms linear;
}

#contrast_style button:hover,
#contrast_style button:focus {
    background: #8c2323;
}

#contrast_style *:not(span)+* {
    margin-left: 10px;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border: 2px solid #ffffff;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, #000000, #000000 50%, #ffffff 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, #ffffff, #ffffff 50%, #000000 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #8c2323;
}

/* ------------------------------------------------ kontraste ----------------------------------------------- */

.contrast_dark #scrollTopBtn::after,
.contrast_dark .firstFooter .tab .tabHeadline::before,
.contrast_dark #quicktabs .tab::before,
.contrast_dark #logo img {
    background-color: #ffffff !important;
}

.contrast_dark #contrast_style button,
.contrast_dark #style button {
    border: 1px solid #ffffff !important;
}

.contrast_dark .firstFooter::before {
    background-color: #000000 !important;
}

.contrast_light #contrast_style button,
.contrast_light #style button {
    border: 1px solid #000000 !important;
}

.contrast_light #contrast_style button::after {
    border-color: #000000 !important;
}

/* ----------------------------------------------- links ----------------------------------------------- */

#links {
    padding-top: clamp(14px, 6vw, 120px);
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    #links {
        padding-top: 120px;
        padding-bottom: 25px;
    }
}

.linkHeadline {
    font-size: 1.875rem;
    font-weight: 600;
    color: #014863;
}

#links a {
    font-size: 1rem;
    font-weight: 600;
    color: #014863;
    padding: 14px 15px;
    background: #9ad1d4;
    margin: 5px 0;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
}

#links a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

#links a:hover,
#links a:focus {
    color: #ebf6f6;
    text-decoration: none;
    background: #014863;
}

#links a:hover img,
#links a:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(20%) saturate(2455%) hue-rotate(170deg) brightness(105%) contrast(92%);
}

@media (max-width: 991px) {
    #links a+a {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    #links a+a {
        margin-left: 10px;
    }

    #links .linkHeadline {
        font-size: 2.1875rem;
        padding-right: 50px;
    }

    #links p {
        display: inline-flex;
    }
}

/* ------------------------------------------------ quicktabs ----------------------------------------------- */

#quicktabs {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    #quicktabs>.row>*+* {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    #quicktabs {
        padding-bottom: 0;
    }

    #quickkBoxx #links>.row {
        position: relative;
    }

    #quickkBoxx #links>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        top: -120px;
        left: -240px;
        width: 431px;
        height: 370px;
        background: url('../img/slider-mask-blue.png') center no-repeat;
        z-index: -1;
    }
}

#quicktabs .tab {
    hyphens: auto;
    font-weight: 600;
    font-size: 1.25rem;
    position: relative;
    background: #ffffff;
    color: #252525;
    line-height: 1.3;
    padding: clamp(20px, 2vw, 50px) clamp(20px, 2vw, 30px) clamp(20px, 2vw, 50px) 85px;
    transition: background 300ms linear, box-shadow 300ms linear;
}

@media (min-width: 992px) {
    #quicktabs .tab {
        font-size: 1.4375rem;
    }
}

#quicktabs .tab a {
    color: #252525;
}

#quicktabs .tab:hover {
    z-index: 2;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#quicktabs .tab:focus-within {
    z-index: 2;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#quicktabs .tab::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
}

#quicktabs .tab1::before {
    width: 40px;
    height: 40px;
    background: url("../img/icon-telefon.png") center no-repeat;
}

#quicktabs .tab2::before {
    width: 42px;
    height: 37px;
    background: url("../img/icon-bekanntmachungen.png") center no-repeat;
}

#quicktabs .tab3::before {
    width: 37px;
    height: 37px;
    background: url("../img/icon-leistungen.png") center no-repeat;
}

/* ------------------------------------------------ content ----------------------------------------------- */

#content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    #content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/* ----------------------------------------------- @1nw news + events -------------------------------------------- */

#news {
    padding-top: 30px;
    padding-bottom: 30px;
}

#events {
    padding-top: 35px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    #news {
        padding-top: 90px;
        padding-bottom: 30px;
        position: relative;
    }

    #news>.row::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: -140px;
        left: -152px;
        width: 300px;
        height: 300px;
        background: url('../img/deko-news-top.png') center no-repeat;
    }

    #events {
        padding-top: 35px;
        padding-bottom: 75px;
        position: relative;
    }

    #events>.row::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -30px;
        right: -246px;
        width: 337px;
        height: 352px;
        background: url('../img/deko-news-bottom.png') center no-repeat;
    }
}

#events .tab,
#news .tab {
    overflow: hidden;
    padding: 30px;
    color: #ffffff;
    background: #014863;
}

#events .tab a,
#news .tab a {
    color: #ffffff;
    text-decoration: underline;
}

#events .tabHeadline,
#news .tabHeadline {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
}

@media (min-width: 768px) {

    #events .tabHeadline,
    #news .tabHeadline {
        margin: 0 0 25px 0;
        font-size: 1.875rem;
    }
}

@media (min-width: 1200px) {

    #events .tabHeadline,
    #news .tabHeadline {
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }
}

#events .tabHeadline::after,
#news .tabHeadline::after {
    display: none;
}

@media (min-width: 576px) {

    #events .tab_link_entries,
    #news .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#events .tab,
#events .tab_link,
#events .tab_link>div,
#news .tab,
#news .tab_link,
#news .tab_link>div {
    height: 100%;
    min-height: 100%;
}

#events .tab_link_entry,
#news .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 195px 30px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 576px) and (max-width: 767px) {

    #events .tab_link_entry,
    #news .tab_link_entry {
        width: calc(50% - 15px);
    }

    #events .tab_link_entry:nth-child(2n+1),
    #news .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }

    #events .tab_link_entry:nth-child(2n+2),
    #news .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {

    #events .tab_link_entry+.tab_link_entry,
    #news .tab_link_entry+.tab_link_entry {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {

    #events .tab_link_entry,
    #news .tab_link_entry {
        width: calc(33.33% - 20px);
    }

    #events .tab_link_entry+.tab_link_entry,
    #news .tab_link_entry+.tab_link_entry {
        margin-left: 30px;
    }
}

@media (min-width: 576px) {

    #events .tab_link_entry:nth-child(2),
    #news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 991px) {

    #events .tab_link,
    #news .tab_link {
        margin-top: 30px;
    }
}

#events .tab_preview_picture,
#news .tab_preview_picture {
    background: #ffffff;
}

#events .tab_link_entry::before,
#events .tab_link_entry .tab_preview_picture,
#news .tab_link_entry::before,
#news .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: 0;
    left: -1px;
    right: 0;
    height: 159px;
    overflow: hidden;
}

#events .tab_link_entry::before {
    content: "";
    background: #f6f6f6 url("../img/platzhalter-aktuelles-veranstaltungen.jpg") center / cover no-repeat;
}

#news .tab_link_entry::before {
    content: "";
    background: #f6f6f6 url("../img/platzhalter-aktuelles-veranstaltungen.jpg") center / cover no-repeat;
}

#events .tab_preview_picture img,
#news .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#events .tab_link_date,
#news .tab_date {
    font-size: 1rem;
    font-weight: 400;
    position: absolute;
    left: -1px;
    top: 145px;
    z-index: 1;
    display: inline-block;
    padding: 6px 20px;
    background: #014863;
    color: #ffffff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#events .tab_link_title a,
#news .tab_link_title a {
    color: #1f1f1f;
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.375rem;
    display: block;
    margin-bottom: 8px;
}

#events .tab_link_entries+div,
#events .tab_link_entries .tab_spacer,
#events .tab_link_entry>div:nth-last-child(2),
#news .tab_link_entries+div,
#news .tab_link_entries .tab_spacer,
#news .tab_link_entry>div:nth-last-child(2) {
    display: none;
}

.contrast_dark_font #events .tab_link_title a,
.contrast_light_font #events .tab_link_title a,
.contrast_dark_font #news .tab_link_title a,
.contrast_light_font #news .tab_link_title a {
    filter: unset !important;
}

/* ------------------------------------------- button design ------------------------------------------- */

#events .buttonStyle a,
#news .buttonStyle a {
    color: #1f1f1f;
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 3px;
    background: #ebf6f6;
    margin-top: 15px;
    -webkit-transition: background 300ms linear, color 300ms linear;
    -moz-transition: background 300ms linear, color 300ms linear;
    -ms-transition: background 300ms linear, color 300ms linear;
    -o-transition: background 300ms linear, color 300ms linear;
    transition: background 300ms linear, color 300ms linear;
}

@media (min-width: 768px) {

    #events .buttonStyle a+a,
    #news .buttonStyle a+a {
        margin-left: 12px;
    }
}

#events .buttonStyle a:hover,
#events .buttonStyle a:focus,
#news .buttonStyle a:hover,
#news .buttonStyle a:focus {
    color: #014863;
    background: #ffffff;
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #014863;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
}

h1,
.h1,
.legacy_h1 {
    font-size: 1.7rem;
}

@media (min-width: 768px) {

    h1,
    .h1,
    .legacy_h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2,
.legacy_h2 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {

    h2,
    .h2,
    .legacy_h2 {
        font-size: 2.1875rem;
    }
}

h3,
.h3,
.legacy_h3 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {

    h3,
    .h3,
    .legacy_h3 {
        font-size: 1.875rem;
    }
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
    font-size: 1.5rem;
}

h5,
.h5,
.legacy_h5 {
    font-size: 1.4rem;
}

h6,
.h6,
.legacy_h6 {
    font-size: 1.3rem;
}

#newslinks,
#newsmandate {
    border: 1px solid #014863;
}

/* ----------------------------------------------- firstFooter ----------------------------------------------- */

.firstFooter {
    background: #f4f4f4;
    padding-top: 90px;
    padding-bottom: 60px;
    color: #333333;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .firstFooter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .firstFooter>.row>*+* {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 2px solid #f4f4f4;
    }
}

@media (min-width: 1200px) {
    .firstFooter {
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .firstFooter>.row {
        position: relative;
    }

    .firstFooter>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        top: -92px;
        left: -240px;
        width: 431px;
        height: 370px;
        background: url('../img/slider-mask-blue.png') center no-repeat;
    }
}

.firstFooter .tab a {
    text-decoration: underline;
}

.firstFooter .tab .tabHeadline {
    font-size: 1.5rem;
    position: relative;
    padding-top: 70px;
    margin-bottom: 20px;
}

.firstFooter .tab .tabHeadline::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
}

.firstFooter .tab1 .tabHeadline::before {
    width: 33px;
    height: 38px;
    background: url('../img/icon-kontakt.png') center no-repeat;
}

.firstFooter .tab2 .tabHeadline::before {
    width: 33px;
    height: 34px;
    background: url('../img/icon-uhrzeit.png') center no-repeat;
}

.firstFooter .tab2 {
    line-height: 1.7;
}

/* ----------------------------------------------- tabsBox ----------------------------------------------- */

.tabsBox>*+* {
    margin-top: 25px;
}

.tabsBox .tabIcon {
    padding-left: 50px;
    position: relative;
}

.tabIcon1 {
    padding-left: 0px !important;
    padding-top: 70px;
}

.tabsBox .tabIcon .tabHeadline {
    font-size: 1.5rem;
    position: relative;
    padding-top: 0;
    margin-bottom: 5px;
}

.tabsBox .tabIcon::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

.tabsBox .tabIcon1::before {
    width: 33px;
    height: 37px;
    top: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='33px' height='37px'%3E%3Cimage x='0px' y='0px' width='33px' height='37px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAlCAMAAAD7q3BLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAk1BMVEUBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGP///8CbfpaAAAAL3RSTlMAOAymLdhh98QLoPFUKdXQI1z0mAicWyXTKFfzCgeU9mDNRe+lkPlo+MC66IDgfllxaf0AAAABYktHRDCu3C3kAAAAB3RJTUUH6AgWDSwOpZClNwAAANpJREFUOMvtkckSgkAMREcWEVzY3ZBFAVEQ+///zkAhgspcuFn2ZZKeV5lMwtibJowvQYQo8ABJBiBLw8BUAWaAMh24VzVgvmCLOaCp34DlCtANCgwdWC0/AdMCbKcOHRuwzLd7xyVz3aZrwl2nC2yo8HbXMXZbenLzyvceNXfoFT1Q296+SfwACKOPxqIQCPwqMo4DQ6rGd6TPnWIg+T5oIQHiE0txzgaHnF2QEqFzFnX9XYLW10gfQeRRpZxDpPWZ/omxRHFrVLREa5U10dGT6Fn3sqN7TfStB4pJPBjTNEPZAAAAAElFTkSuQmCC' /%3E%3C/svg%3E");
}

.tabsBox .tabIcon2::before {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px'%3E%3Cimage x='0px' y='0px' width='30px' height='30px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABuVBMVEUBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGP///9I75tjAAAAkXRSTlMAfsrRzmuBbNPNdszSxHg5/BuwlBP2UZ+si3rfBqGySiha2QUfZkvzD6Ye1wSE7RLe+zUpXkT170W+TfAzVuImAtrDJEndz0eNpzbspYO8aNZGFv7lZ5epkw7ghuuxWx3VnAg9+uSYs+a21DQ66SVY2ND3dDLxLXDGQi7oLxjcHFk/apFSabrHOIfIjix9rZUDKU65uQAAAAFiS0dEkpYE7yAAAAAHdElNRQfoCBYNLB/PIIXFAAABi0lEQVQ4y43UZ1PCQBAG4BOwIdjF3gVBVKSoWMHeRQV7x4qIvRfsvb7/2CTCOKi5ZL/s3s4zN7d3kxASJpGyIQsnlIhAMCIpKgrRcjZioKAoJWK5HIf4BH6ViCQuJ6dAxa9SkfZdKJDOrzKQmcUV2cjhV7lAHlfko6CQVxXFQ80VGhRraUPq2FSih6SUX5Wh3MBcRAWMJsqFmQELqaxCtZXQQomaWqCunopIA/uIjTY6IvYmoLmFCIUFaBVEhLShXYTqADpFsC6gW1gZetAkYjMV0CuC9QFhIlg/4BBW2gFgUJgNNcIpgtlccA6HNEZGx9Sm8V/MPAFM/iytU9zH7JqeCWWzc8C8O7BYWMTS8soqCy2hzO0B1rxcuW6Eb4MZyru5he3fhxsDdnaZvLcP38F36xD6PzOofMDR8ckUTs8CnV1I/456rmNOYoT/ItiQ/6cIufQzzn9lp+3FROG1nnGKm9tzVt5hjueG3Y579gqq2tM65Q+8ionHp+fgX/KF+mavmrd3j0z68fkFzwN0p3+5aWgAAAAASUVORK5CYII=' /%3E%3C/svg%3E");
}

.tabsBox .tabIcon3::before {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='32px'%3E%3Cimage x='0px' y='0px' width='28px' height='32px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAmCAMAAAB9PwLlAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB9VBMVEUBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGP///9oWxhzAAAApXRSTlMAAzJniqCinYVeJJPq2nkTFJv+1ayRkLDb9HwHQujTaBt03yv76VsBBG7z8UPCGCX3Pjz6sggRye8hDuTGCod3PRXFju4cEM0qMGIZ+HpgddDrIIjhf4vRDwa4nlPXSK4sLeOcrykFSU031sfDeOdMgKXP4rWGY9RA7AlSwEVd4H2DwVn52DQiVVG9MQs1tx31YRY/0rsoyHEM8Lwzjdlp/WXycG0dbpZBAAAAAWJLR0Smt7AblQAAAAd0SU1FB+gIFg0sLHDw5NMAAAIeSURBVDjLfZP5QxJBFMcHC8urbKE4MkxKQYkyFtNKM0sQMQ3LCqzM0gzL8upQyqw8urRLS8vs/v6fzbKzy+wivB/mvffdzxxv5i0hKTPkbNpszN2yNS+fbGj5BYVQrGjb9rTvxTsEQDCZd+4qsFgpY7Pv1gIlewBHqTJxb5kTMO3jgbz9KK9wcYK7sgqeA6m8AvAe1G17yITqw0riE+GvSTvZkVrUHZXDY8dR38DknLITjSfZdk1WnJLD02gOyFrQn6y1JSSnrSLCkm87g1JZaWiBs73jbASd52ThPLrc1F2QHbWLuBSlLtaNy+woNlyh7irs7BA913qT/jpuMKUP/XQT4KauigFUsegWPAYSR7NLRwziNoui0vRK3NEBsSHcVeJ7GCYjsGgBwyjG1FeLoCONoMB4gKSIMLHjvoZ4gHKugax0jYd4pHkNUZjg0kn0EB/EBCc9xhMuK5ZqSYiY4rSn08+4bArV9L67YSSZ7Dle0HEGs22ZiDk00tHtRC4n8q00D7yU/CvgtSqOwpwizHgjB/3wvGXaAm2goAL0CoizO5hD5yJT/XinAC4vxpRHfd+FDx9Z/EndIwwsqUlgGfg8r63ji01TwUIfPcDK6uJXVYk6MB7UTPF5k33u+SbZEImtQRzUX8/39WWB/fuRmAWY2egOE6EJakb8WAN+ksw2Qlf59TsLQNqBP/FsAPkLRygrQP6t12QHyIAm+w/FZ6iNRqmDPAAAAABJRU5ErkJggg==' /%3E%3C/svg%3E");
}

/* ----------------------------------------------- scrollTopBtn ----------------------------------------------- */

#scrollTopBtn {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #014863;
    position: relative;
    padding-right: 35px;
}

#scrollTopBtn::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px'%3E%3Cimage x='0px' y='0px' width='18px' height='18px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGMBSGP///+GTkacAAAACXRSTlMAD8nkwSSgrTKPNz2HAAAAAWJLR0QKaND0VgAAAAd0SU1FB+gHBA0cJ0AkA20AAABLSURBVAjXY2AAAkEGKGBUEoCyhGYqQoWUXYwggkKmacGKEKGANFawoJApQxoDSBAoBGSBBIFCQBZIUDwAzGItBOtOg9lBEasDRAAAe+QL9Qvk7I0AAAAASUVORK5CYII=' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

/* ----------------------------------------------- lastFooter ----------------------------------------------- */

.lastFooter {
    border-top: 4px solid #9ad1d4;
    background-color: #ffffff;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #252525;
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    text-align: left;
    font-size: 0.8125rem;
    color: #252525;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

#vernetzt span {
    color: #252525;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    max-width: 250px;
}

/* ----------------------------------------------- innerfooter ----------------------------------------------- */

@media (max-width: 767px) {
    #innerfooter {
        border-top: 2px solid #9ad1d4;
        padding-top: 15px;
        margin-top: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #252525;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 0.9375rem;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #8c2323;
}

#innerfooter li+li::before {
    content: "•";
    margin: 0 15px;
}

@media (min-width: 1200px) {
    #innerfooter li+li::before {
        margin: 0 25px;
    }
}

@media (max-width: 767px) {
    #innerfooter li {
        display: block;
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    #innerfooter li+li::before {
        display: none;
    }
}