@import url('https://fonts.verwaltungsportal.de/import/?family=Work+Sans:400,600,700,400i,600i,700i');

body {
    font-family: "Work Sans", sans-serif;
    color: #444;
    background: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
}

a {
    color: #b80024;
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
    min-height: 110px;
    width: auto;
    padding-top: 20px;
    max-width: unset;
}

@media (max-width: 991px) {
    #logo img {
        padding-top: 0;
        min-height: unset;
        max-width: 210px;
        width: 100%;
    }
}

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

@media (min-width: 992px) {
    #style {
        display: inline-block;
        flex-shrink: 0;
        line-height: 1;
    }

    #style button {
        color: #444;
        background: transparent;
        border: none;
        padding: 0;
        font-size: 1rem;
        display: inline-block;
    }

    #style button:hover,
    #style button:focus {
        color: #b80024;
    }

    #style button+button {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #444;
    }
}

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

nav {
    background: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
}

/* burgerbutton */

nav#menu .navbar>#burgerButton {
    font-size: 13px;
    color: #b80024;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 1002;
    display: inline-block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    padding: 8px 0 0 0;
    border-radius: 4px;
    float: none;
    border: none !important;
    background: #ffffff;
}

@media (max-width: 991px) {
    nav#menu .navbar>#burgerButton {
        position: fixed;
        top: 22px;
        right: 15px;
        margin-top: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    }
}

#burgerButtonInner {
    margin-bottom: 26px;
    display: inline-block;
}

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

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

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

#burgerButtonInner2, #burgerButton:after {
    transition: transform 200ms linear, opacity 200ms linear;
}

#burgerButtonInner2 {
    top: 26px;
}

#burgerButton:after {
    top: 36px;
}

#burgerButtonInner2, #burgerButton:after {
    content: "";
    display: block;
    position: absolute;
    color: #fff;
    background: #305a80;
    border-radius: 2px;
    width: 38px;
    height: 3px;
    left: 5px;
    font-size: 0;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 30px 0;
        top: 0;
        background: #000;
        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;
        transition: left 300ms linear, opacity 300ms linear;
    }

    .navbar-collapse[aria-expanded="true"], .navbar-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-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        transition: width 300ms linear, opacity 300ms linear;
    }

    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner2, #burgerButton[aria-expanded="true"]:after {
        background: #ffffff;
    }
}

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

    .navbar-collapse.collapse.in:after, .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav {
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1005;
        -webkit-box-shadow: 0 0 8px 0 rgba(84, 73, 73, 0.1);
        box-shadow: 0 0 8px 0 rgba(84, 73, 73, 0.1);
    }

    nav>.row {
        padding-top: 0;
        padding-bottom: 0;
    }

    nav#menu {
        border-top: 7px #b80024 solid;
    }

    nav>.row, nav>.row>div {
        position: static;
    }

    .navbar-default {
        width: auto;
        margin-left: 35px;
    }

    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0;
        display: block;
        padding: 10px 25px;
        overflow-y: auto;
        position: relative;
        column-count: 4;
        column-gap: 30px;
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-default li[class*="toplevel"] {
        float: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: table !important;
    }

    .navbar-nav::after, .navbar-nav::before {
        display: none;
    }

    #myNavbar {
        max-height: 70vh;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #myNavbar.navbar-collapse {
        pointer-events: none;
        position: absolute;
        z-index: 1002;
        top: 50%;
        right: 0;
        opacity: 0;
        width: 100vw;
        background: rgba(0, 0, 0, 0.8);
        height: auto !important;
        overflow-y: auto !important;
        box-shadow: 0 8px 8px 0 rgba(84, 73, 73, 0.1);
        transition: opacity 300ms linear, top 300ms linear;
    }

    #burgerButton[aria-expanded="true"]+#myNavbar {
        pointer-events: auto;
        opacity: 1;
        top: 100%;
    }

    #myNavbar:focus-within {
        pointer-events: auto;
        opacity: 1;
        top: 100%;
    }

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

@media (min-width: 1200px) {
    .navbar-default {
        margin-left: 52px;
    }

    .navbar-default .navbar-nav {
        max-width: 1200px;
        padding-top: 25px;
        padding-bottom: 45px;
    }

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

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

.navbar-default li[class*="toplevel"]>a {
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px 15px 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 10px 40px 15px 15px;
        hyphens: auto;
    }

    .navbar-default li[class*="toplevel"] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    nav.horizontally li[class*="toplevel"]>a.dropdown-toggle {
        padding-right: 35px;
    }
}

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

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

.navbar-default li[class*="toplevel"]:hover>a:after,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class$="_over"]>a,
.navbar-default li[class*="toplevel"][class$="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class$="_over"]>a:focus {
    text-decoration: underline;
}

/* -------------------------------------- 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,
    .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: #fff;
    font-weight: 400;
    text-align: left;
    padding: 8px 35px 8px 15px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

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

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

@media (max-width: 991px) {

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

/* ------------------------------------------ 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 {
    text-decoration: underline;
}

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

#headerpic {
    background-color: #000;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    #headerpic {
        margin-top: 70px;
    }
}

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

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

    body.index #slider {
        max-height: 630px;
    }
}

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

.slider-mask {
    display: none;
}

@media (min-width: 576px) {
    .slider-mask {
        display: block;
        background: linear-gradient(to top, rgba(43, 43, 43), rgba(255, 255, 255, 0) 80%);
    }
}

@media (min-width: 992px) {
    .slider-mask {
        background: linear-gradient(to top, rgba(43, 43, 43), rgba(255, 255, 255, 0) 60%);
    }
}

#banner-texts-teaser {
    z-index: 7;
    position: absolute;
    bottom: 80px;
    left: 0;
    max-width: 770px;
    min-width: 200px;
    padding: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    line-height: 1.4;
    right: 0;
}

@media (min-width: 1200px) {
    #banner-texts-teaser {
        bottom: 140px;
        left: 17%;
    }
}

@media (min-width: 1300px) {
    #banner-texts-teaser {
        bottom: 140px;
        left: 19%;
    }
}

#banner-texts-teaser-title,
#banner-texts-teaser-text {
    font-weight: 600;
    font-size: 1.5rem;
}

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

.nivo-directionNav {
    height: 40px;
    pointer-events: none;
    width: 100%;
    position: absolute;
    z-index: 51;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .nivo-directionNav {
        max-width: 992px;
        bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .nivo-directionNav {
        max-width: 1200px;
    }
}

#headerpic .theme-nivo .nivo-directionNav a {
    pointer-events: auto;
    background: #b80024 url('../img/banner-arrows.png') top 10px center / 18px auto no-repeat;
    width: 40px;
    height: 40px;
}

#slider+.nivo-controlNav {
    pointer-events: none;
}

#slider+.nivo-controlNav a {
    pointer-events: auto;
}

.theme-nivo .nivo-directionNav a.nivo-nextNav {
    -webkit-transform: scale(-1);
    transform: scaleX(-1)
}

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

@media (min-width: 576px) {
    #headerpic .theme-nivo .nivo-controlNav {
        bottom: 65px;
    }
}

@media (min-width: 992px) {
    #headerpic .theme-nivo .nivo-controlNav {
        bottom: 78px;
    }
}

#headerpic .theme-nivo .nivo-controlNav button {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 12px;
    height: 12px;
    padding: 0;
    color: #fff;
}

#headerpic .theme-nivo .nivo-controlNav li.slick-active button {
    background-color: #ffffff !important;
    color: #000;
}

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

@media (min-width: 576px) {
    #searchArea {
        position: relative;
        z-index: 54;
        margin-top: -50px;
    }
}

@media (max-width: 991px) {
    body:not(.index) #searchArea {
        display: none;
    }
}

#searchBox {
    background: #ffffff;
    padding: 25px 0;
    position: relative;
}

@media (min-width: 576px) {
    #searchBox {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    #searchBox {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#searchBox::after {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    left: 60px;
    right: 60px;
    top: 50%;
    bottom: 0;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

form[id*="search"] {
    display: block;
    position: relative;
}

@media (min-width: 576px) {
    form[id*="search"] {
        height: 50px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    form[id*="search"] {
        margin-bottom: 15px;
    }

    nav form[id*="search"] {
        margin-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    form[id*="search"] {
        max-width: 370px;
        border-right: 1px solid rgba(68, 68, 68, 0.1);
    }
}

input[id*="search_input"] {
    color: #444;
    background-color: #ffffff;
    font-size: 18px;
    font-style: normal;
    padding: 0;
    border: 0;
    line-height: 50px;
    padding-right: 10px;
    padding-left: 50px;
    height: 50px;
    width: 100%;
    font-weight: 600;
}

input[id*="search_submit"] {
    height: 100%;
    width: 50px;
    background: url('../img/lupe-icon.png') center / 18px 18px no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 50px;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    transition: background 200ms linear;
}

input[id*="search_submit"]:hover,
input[id*="search_submit"]:focus {
    background-size: 24px 24px;
    background-color: #f7f0ed;
}

input[id*="search_input"]:-ms-input-placeholder {
    color: #444;
    opacity: 1;
}

input[id*="search_input"]::-ms-input-placeholder {
    color: #444;
    opacity: 1;
}

input[id*="search_input"]::placeholder {
    color: #444;
    opacity: 1;
}

.importantLinks {
    color: #444444;
    font-weight: 600;
    font-size: 1.125rem;
}

.importantLinks a {
    font-size: 1rem;
    border-radius: 2px;
    display: inline-block;
    color: #444;
    background: #ffffff;
    padding: 2px 6px;
    font-weight: 400;
    border: 1px solid #b80024;
    text-decoration: none;
    margin-left: 50px;
    -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;
}

.importantLinks a:is(:hover, :focus) {
    text-decoration: none;
    color: #b80024;
    background: url('../img/icon-flamme.png') center bottom no-repeat;
}

@media (min-width: 992px) {
    .importantLinks a+a {
        margin-left: 4px;
    }
}

@media (max-width: 991px) {
    .importantLinks a {
        margin: 5px;
    }
}

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

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

@media (min-width: 768px) {
    #content {
        padding-bottom: 60px;
    }
}

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

    body.index #content h1 {
        margin-bottom: 60px;
    }
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 700;
    line-height: 1;
    color: #305a80;
    font-family: "Work Sans", serif;
}

h1, .h1, .legacy_h1 {
    font-size: clamp(2.5rem, 10vw, 2.5rem);
}

h2, .h2, .legacy_h2 {
    font-size: clamp(2.2rem, 9vw, 2.3rem);
}

h3, .h3, .legacy_h3 {
    font-size: clamp(1.9rem, 8vw, 2.1rem);
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: clamp(1.7rem, 7vw, 2rem);
}

h5, .h5, .legacy_h5 {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
}

h6, .h6, .legacy_h6 {
    font-size: clamp(1.3rem, 5vw, 1.6rem);
}

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



/* ----------------------------------------------- news  -------------------------------------------- */

#news {
    margin-bottom: 60px;
}

#news .tab {
    border-radius: 3px;
    background-color: #305a80;
    overflow: hidden;
    padding: 30px;
    color: #ffffff;
    background-position: top 20px right 20px;
    background-repeat: no-repeat;
}

#news .tabHeadline {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.875rem;
}

@media (min-width: 768px) {
    #news .tabHeadline {
        margin: 0 0 25px 0;
    }
}

@media (min-width: 1200px) {
    #news .tabHeadline {
        hyphens: manual;
    }
}

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

#news .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
}

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

@media (min-width: 576px) {
    #news .tab_link_entries {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#news {
    padding-top: 30px;
}

#news .tab {
    background-image: url('../img/zeitung-icon.png');
}

#news .tab a {
    color: #fff;
    text-decoration: underline;
}

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

#news .tab_link_entry {
    background: #ffffff;
    border-radius: 3px;
    padding: 160px 30px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    #news .tab_link_entry {
        width: calc(50% - 15px);
    }

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

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

@media (min-width: 768px) {
    #news .tab_link_entry {
        width: calc(33.33% - 20px);
    }

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

@media (min-width: 576px) {
    #news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #news .tab_link {
        margin-top: 30px;
    }
}

#news .tab_preview_picture {
    background: #ffffff;
}

#news .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#news .tab_link_title a::before {
    content: "";
    background: #666666 url("../img/placeholder.jpg") center / cover no-repeat;
}

#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;
    transform: translateX(-50%) translateY(-50%);
}

#news .tab_date {
    font-size: 0.75rem;
    font-weight: 400;
    position: absolute;
    left: -1px;
    top: 105px;
    z-index: 1;
    display: inline-block;
    padding: 6px 20px;
    background: #b80024;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#news .tab_link_title a {
    color: #0c5c82;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
}

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

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

#news .buttonStyle a {
    background: #b80024;
    border-radius: 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 300ms linear, color 300ms linear, border 300ms linear;
}

@media (min-width: 768px) {
    #news .buttonStyle a+a {
        margin-left: 12px;
    }
}

#news .buttonStyle a::after {
    bottom: 1px;
    content: "\00BB";
    margin-left: 4px;
    position: relative;
}

#news .buttonStyle a:hover,
#news .buttonStyle a:focus {
    text-decoration: underline;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
    position: relative;
    color: #ffffff;
    font-size: 0.9375rem;
}

footer a,
footer a:hover {
    color: #ffffff;
}

.footerTab a {
    text-decoration: underline;
}

#footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 40px;
}

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

@media (min-width: 576px) {
    #footer>.row>*+*:nth-child(2) {
        margin-top: 0;
    }
}

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

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footerHeadline {
    color: #ffffff;
    font-size: 1.25rem;
    text-transform: uppercase;
}

#innerfooter ul {
    padding: 0;
    line-height: 1.7;
}

@media (min-width: 992px) {
    #innerfooter ul {
        margin-bottom: -10px;
    }
}

#innerfooter a {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
}

#innerfooter li::before {
    content: "\0007C";
    color: #ffffff;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}

footer iframe,
#footer .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
}

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

#vernetzt {
    text-align: right;
    font-size: 0.8125rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
    z-index: 1;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 18px;
}

/* --------------------------------------------- footer2 -------------------------------------------- */

#footer2 {
    padding: 15px 0;
    background: #b80024;
}

#scrollTopBtn {
    position: relative;
    text-decoration: none;
    padding: 4px 15px 3px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 15px;
    z-index: 1;
}

#scrollTopBtn:hover,
#scrollTopBtn:focus {
    background: rgba(0, 0, 0, 0.2);
}

#scrollTopBtn::after {
    content: "\00BB";
    position: relative;
    bottom: 1px;
    display: inline-block;
    margin-left: 4px;
    transform: rotate(-90deg);
}

@media (min-width: 576px) {
    #scrollTopBtn::after {
        margin-left: 15px;
    }
}