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

body {
    font-family: "Poppins", sans-serif;
    color: #030303;
    background: #ffffff;
    font-weight: 400;
    font-size: 1.125rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #951c05;
}

a:hover,
a:focus {
    color: #951c05;
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

/* --------------------------------------------- quicklinks ---------------------------------------------- */

#quickLinks a {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

#quickLinks li+li {
    margin-left: 10px;
}

#quickLinks li {
    position: relative;
    transition: transform 300ms linear;
}

#quickLinks li>a {
    padding: 12px;
    margin-top: 20px;
    transition: margin-top 300ms linear
}

.is-sticky #quickLinks li>a {
    margin-top: 10px;
}

#quickLinks li:is(:hover, :focus) {
    transform: translateY(-10px);
}

#quickLinks li:nth-child(4n+1) {
    background-color: #951c05;
}

#quickLinks li:nth-child(4n+2) {
    background-color: #c34000;
}

#quickLinks li:nth-child(4n+3) {
    background-color: #243469;
}

#quickLinks li:nth-child(4n+4) {
    background-color: #eab617;
}

#quickLinks li:nth-child(4n+4)>a {
    color: #030303;
}

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

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

/* burgerbutton */

nav#menu .navbar>#burgerButton {
    font-size: 13px;
    color: #030303;
    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;
    }
}

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

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

.navbar:focus-within #burgerButtonInner {
    opacity: 0;
}

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

.navbar:focus-within #burgerButtonInner2 {
    transform: rotate(-45deg) translate(2px, -4px);
}

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

.navbar:focus-within #burgerButton:after {
    transform: rotate(45deg) translate(-10px, -10px);
}

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

.navbar:focus-within #burgerButtonInner2,
.navbar:focus-within #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: #030303;
    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: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        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;
        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;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1005;
        box-shadow: 0 0 8px 0 rgba(84, 73, 73, 0.1);
    }

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

    .navbar-default {
        width: auto;
        margin-left: 35px;
        padding: 10px 0;
        transition: padding 300ms linear
    }

    .is-sticky .navbar-default {
        padding: 0;
    }

    .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(255, 255, 255, 0.96);
        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: #030303;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px 15px 15px;
    position: relative;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .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 {
    color: #951c05;
}

/* -------------------------------------- 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;
        background: rgba(248, 229, 229, 0.5);
    }
}

@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: #030303;
    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;
    }
}

/* ------------------------------------------ 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: #951c05;
}

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

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

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

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

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

#bannerOverlay {
    font-size: clamp(1.25px, 2vw, 1.875rem);
}

#bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

@media (min-width: 576px) {
    #bannerOverlay {
        padding-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        z-index: 60;
        color: #ffffff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        font-weight: 400;
        line-height: 1.3;
    }

    #bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
        color: #ffffff;
    }
}

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

.slider-mask {
    display: none;
}

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

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

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

.nivo-directionNav {
    height: 40px;
    pointer-events: none;
    width: 100%;
    position: absolute;
    z-index: 7;
    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;
    }
}

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

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

.theme-default .nivo-directionNav a.nivo-nextNav {
    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 #fff;
    width: 12px;
    height: 12px;
    color: #fff;
}

#headerpic .theme-nivo .nivo-controlNav li.slick-active button {
    background-color: #fff !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: #f4f4f4;
    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(3, 3, 3, 0.3);
}

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;
    }
}

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

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;
    right: 0;
    font-size: 0;
    transition: background 200ms linear;
}

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

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

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

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

#searchArea .emergencyNumber {
    position: relative;
}

#searchArea .emergencyNumber p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #951c05;
    font-size: 9.375rem;
    text-shadow: 6px 6px 10px rgba(3, 3, 3, 0.3);
    transform: translateY(60px);
    font-weight: 900;
}

#searchArea .emergencyNumber p::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background-image: url("../img/telefon-icon.png");
    transform: translateY(50px);
    width: 94px;
    height: 130px;
}

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

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

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

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

#bgRight .tab {
    margin-bottom: 30px;
}

#bgRight .tabHeadline {
    color: #030303;
    font-size: clamp(22px, 3vw, 1.875rem);
    font-weight: 600;
}

#bgRight .tabContentGreen {
    color: #ffffff;
    background-color: #c34000;
    padding: 20px 14px;
    font-size: 1rem;
}

#bgRight .tabContentGreen :is(b, strong) {
    font-size: 1.25rem;
}

#bgRight .tabContentGreen a {
    color: #ffffff;
}

/* ------------------------------------------ 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: #951c05;
    font-family: "Poppins", sans-serif;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(2.2rem, 5vw, 2.8125rem);
}

h2,
.h2,
.legacy_h2,
#events .eventHeader :is(b, strong) {
    font-size: clamp(2rem, 4vw, 2.5rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
}

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;
}


/* ------------------------------------------------ events ----------------------------------------------- */

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

@media (max-width: 767px) {
    #events {
        padding-bottom: 60px;
    }
}

#events .eventHeader {
    margin-bottom: 40px;
}

#events .eventHeader a {
    color: #fff;
    background: #951c05;
    padding: 8px 34px 8px 8px;
    float: right;
    border: 2px #951c05 solid;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

#events .eventHeader a::after {
    content: "";
    background: url("../img/icon-arrow-right.png");
    width: 18px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

#events .eventHeader a:is(:hover, :focus) {
    text-decoration: none;
    background: transparent;
}

@media (min-width: 992px) {

    #events .eventHeader,
    footer .footerContact {
        margin-bottom: 70px;
    }
}

footer .footerContact,
#events .eventHeader :is(b, strong) {
    font-weight: 700;
    position: relative;
}

#events .eventHeader :is(b, strong)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 80px;
    height: 2px;
    background: #fff;
}

#events .tabContent :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 400;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #004261;
    font-size: 2.1875rem;
}

#events strong,
#events b {
    color: #ffffff !important;
}

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

#events .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 80px 30px 30px 30px;
    box-shadow: 0px 0px 20px 10px rgba(37, 37, 37, 0.1);
    border: none !important;
    z-index: 1;
}

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

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

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

#events .tab_link_title a {
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 20px;
    color: #030303;
}

#events .tab_link_entry::before,
#events .tab_link_entry .tab_preview_picture {
    display: none;
}

#events .tab_preview_picture {
    background: #ffffff;
}

#events .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 370px;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

#events .tab_link_date {
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: inline-block;
    padding: 8px 40px;
    background: #951c05;
    color: #fff;
}

#events .vorschau {
    color: #252525;
    opacity: 1 !important;
}

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

/* ----------------------------------------------- counter ----------------------------------------------- */

#counter {
    font-weight: 700;
    background-color: #951c05;
    margin-top: 20px;
}

#counter :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 400;
}

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

address {
    font-style: normal;
}

footer {
    background: #fff;
    padding-top: 40px;
    color: #030303;
    font-size: 1rem;
}

footer>.row {
    padding-bottom: 40px;
}

footer .footerContact:is(h1, h2, h3, h4, h5, h6) {
    color: #030303;
}

footer .footerContact:is(h1, h2, h3, h4, h5, h6)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 80px;
    height: 3px;
    background: #030303;
}

@media (max-width: 991px) {
    footer>.row>div+div::before {
        background: rgba(135, 119, 119, 0.15);
        content: "";
        height: 1px;
        width: 100%;
        display: block;
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    footer>.row>div+div:nth-child(2):before {
        display: none;
    }

    footer>.row>div+div::before {
        margin: 35px 0;
    }
}

footer>.row>div:last-child>div+div {
    margin-top: 30px;
}

footer a {
    color: #951c05;
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: #951c05;
}

.iframemapstab, .iframemapstab *:not(.cleaner, span) {
    height: 100%;
    width: 100%;
}

#innerfooter {
    background-color: #f4f4f4;
}

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

#vernetzt {
    text-align: right;
    color: #030303;
    line-height: 1.3;
    margin: 30px auto 0 auto;
    font-weight: 400;
    text-decoration: none;
    font-size: 0.875rem;
}

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

#vernetzt b {
    font-weight: 600;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    display: block;
    margin-left: 12px;
}

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

#innerfooter {
    color: #030303;
    font-size: 1rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    #innerfooter {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.footer_list ul {
    padding: 0;
}

.footer_list li {
    display: inline-block;
}

#innerfooter p {
    display: inline-block;
}

#innerfooter p {
    flex-grow: 1;
}

#innerfooter p span>span {
    text-transform: uppercase;
}

#innerfooter a {
    color: #030303;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

#innerfooter a:is(:hover, :focus) {
    color: #951c05;
    text-decoration: underline;
}

#innerfooter li+li {
    margin-left: 15px;
}

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