@import url("https://fonts.verwaltungsportal.de/import/?family=Libre+Franklin:400,400i,500,500i,700,700i");

body {
    font-family: "Libre Franklin", sans-serif;
    color: #191919;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #45594a;
}

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

b, strong {
    font-weight: 700;
}

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

#topbar {
    padding: 10px 0;
    background: #bed7b5;
}

/* ------------------------------------------- optionbar ------------------------------------------- */

#optionbar {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
}

@media (max-width: 991px) {
    #optionbar {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    #optionbar {
        justify-content: end;
    }
}

#optionbar h2 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #2f333f;
    margin-bottom: 0;
}

#optionbar button {
    color: #444444;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family: "Libre Franklin", sans-serif;
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin-left: 8px;
}

#style button {
    font-size: 17px;
}

#contrast_style button::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 150ms linear;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #ea5b0c;
    border: none;
    filter: unset;
}

#optionbar button:is(:hover, :focus) {
    color: #45594a;
}

/* ------------------------------------------- suche ------------------------------------------- */

form[id^="search"] {
    display: inline-flex;
}

form [id^="search_input"] {
    color: #444444;
    font-size: 1rem;
    font-style: normal;
    background: transparent;
    padding: 3px 15px;
    border: 0;
    width: 100%;
}

form [id^="search_submit"] {
    min-width: 40px;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    background: #bed7b5 url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2345594a"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>') center no-repeat;
}

form [id^="search_submit"]:is(:hover, :focus) {
    background: #ffffff url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2345594a"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>') center no-repeat;
}

form [id^="search_input"]::placeholder {
    color: #444444 !important;
    opacity: 1 !important;
    font-style: normal !important;
}

@media (max-width: 991px) {
    form [id^="search_input"] {
        padding: 3px 15px 3px 0;
    }
}

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

#logo {
    display: inline-block;
    margin: 12px 0;
}

#logo .btgrid>.row {
    align-items: end;
    align-content: end;
}

#logo img {
    display: block;
}

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

    #logo .btgrid>.row {
        row-gap: 12px;
    }
}

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

nav {
    background-color: #ffffff;
    border-bottom: 5px solid #96bc9e;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #ffffff !important;
        -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);
    }

    #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
        background-color: #96bc9e;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        -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"] #burgerButtonInner2 {
        opacity: 0;
    }

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

    #burgerButton:after {
        top: 32px;
        content: "";
        display: block;
    }

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

    .navbar-collapse {
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 120;
        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[aria-expanded="true"], .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 111;
    }

    .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);
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }

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

@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) {
    .navbar, .navbar>div#myNavbar, .navbar>div#myNavbar>ul, .navbar>div#myNavbar>ul>li {
        height: 100% !important;
    }

    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;
        padding-left: 60px;
        flex-wrap: wrap;
    }

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

    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }

    .navbar-default .open>.dropdown-menu,
    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

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

    .navbar-default .nav .open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }
}

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

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

.navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #96bc9e;
    left: 0;
    margin: auto;
    right: 0;
}

@media (max-width: 991px) {
    nav.horizontally .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }
}

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

    .navbar-default .navbar-nav>li>a::after {
        bottom: -5px;
    }
}

@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: #45594a;
    background-color: transparent;
}

.navbar-nav>li:focus-within>a {
    color: #45594a;
    background-color: transparent;
}

.navbar-nav>li:hover>a::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after,
.navbar-nav>li:nth-child(3n+1):hover>a::after,
.navbar-nav>li:nth-child(3n+1)>a:hover::after,
.navbar-nav>li:nth-child(3n+1)>a:focus::after,
.navbar-nav>li:nth-child(3n+1).open>a::after,
.navbar-nav>li:nth-child(3n+1).open>a:hover::after,
.navbar-nav>li:nth-child(3n+1).open>a:focus::after,
.navbar-nav>li:nth-child(3n+1)[class$="_over"]>a::after,
.navbar-nav>li:nth-child(3n+1)[class$="_over"]>a:hover::after,
.navbar-nav>li:nth-child(3n+1)[class$="_over"]>a:focus::after,
.navbar-nav>li:nth-child(3n+3):hover>a::after,
.navbar-nav>li:nth-child(3n+3)>a:hover::after,
.navbar-nav>li:nth-child(3n+3)>a:focus::after,
.navbar-nav>li:nth-child(3n+3).open>a::after,
.navbar-nav>li:nth-child(3n+3).open>a:hover::after,
.navbar-nav>li:nth-child(3n+3).open>a:focus::after,
.navbar-nav>li:nth-child(3n+3)[class$="_over"]>a::after,
.navbar-nav>li:nth-child(3n+3)[class$="_over"]>a:hover::after,
.navbar-nav>li:nth-child(3n+3)[class$="_over"]>a:focus::after {
    background: #cbe2cd;
}

.navbar-nav>li:focus-within>a::after,
.navbar-nav>li:nth-child(3n+1):focus-within>a::after,
.navbar-nav>li:nth-child(3n+3):focus-within>a::after {
    background: #cbe2cd;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    padding: 10px 0;
    background-color: #cbe2cd;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin: -10px 0 0 10px;
    }

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

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

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    background-color: transparent;
    color: #191919;
    font-weight: 400;
    text-align: left;
    padding: 8px 30px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li+li+li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li+li+li>a {
    border-top: 2px solid #bdd4c0;
}

@media(max-width:991px) {
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

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

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
    color: #191919;
    background-color: #96bc9e;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    color: #191919;
    background-color: #96bc9e;
}

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

#slider {
    overflow: hidden;
    max-height: 300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#headerpic {
    position: relative;
}

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

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

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

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

.slider-mask {
    display: none;
}

/* ----------------------------------------------- tickerWrapper ----------------------------------------------- */

#tickerWrapper {
    background: #ffffff;
    padding: 18px 0;
}

.newsticker,
.newsticker a {
    color: #45594a
}

.newsticker-position {
    margin: 0;
}

/* --------------------------------------------- teaser -------------------------------------------- */

#teaser {
    background: #cbe2cd;
}

#teaser .tabHeadline {
    font-size: 1.625rem;
    margin-bottom: 15px;
    color: #191919;
}

#teaser>.row>div:nth-child(2) {
    background: #bed7b5;
}

#teaser>.row>div:nth-child(3) {
    background: #96bc9e;
}

#teaser>.row>div:nth-child(1), #teaser>.row>div:nth-child(2), #teaser>.row>div:nth-child(3) {
    padding: 25px 15px;
}

@media (min-width: 768px) {
    #teaser>.row {
        max-width: 1920px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #teaser>.row>div:nth-child(1) {
        background: url('../img/icon-leistungen.png') top 25px left 30px no-repeat;
    }

    #teaser>.row>div:nth-child(2) {
        background: url('../img/icon-termine.png') top 25px left 30px no-repeat #bed7b5;
    }

    #teaser>.row>div:nth-child(3) {
        background: url('../img/icon-sprechzeit.png') top 25px left 30px no-repeat #96bc9e;
    }

    #teaser>.row>div:nth-child(1),
    #teaser>.row>div:nth-child(2) {
        padding: 30px 30px 40px 140px;
    }

    #teaser>.row>div:nth-child(3) {
        padding: 30px 170px 40px 140px;
    }
}

/* --------------------------------------------- buttonStyle -------------------------------------------- */

.buttonStyle a:not([href*="mailto"]) {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    background: #45594a;
    border-radius: 4px;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.buttonStyle a:not([href*="mailto"]):hover,
.buttonStyle a:not([href*="mailto"]):focus {
    background: #191919;
}

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

body:not(.index) #content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    body:not(.index) #content {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

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

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

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

@media (min-width: 992px) {
    h1, .h1, .legacy_h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    h1, .h1, .legacy_h1 {
        font-size: 3.125rem;
    }
}

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

@media (min-width: 992px) {
    h2, .h2, .legacy_h2 {
        font-size: 35.2px;
    }
}

@media (min-width: 1200px) {
    h2, .h2, .legacy_h2 {
        font-size: 2.8125rem;
    }
}

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

@media (min-width: 992px) {
    h3, .h3, .legacy_h3 {
        font-size: 2rem;
    }
}

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

@media (min-width: 992px) {
    h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
        font-size: 1.7rem;
    }
}

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

@media (min-width: 992px) {
    h5, .h5, .legacy_h5 {
        font-size: 1.5rem;
    }
}

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

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

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

footer {
    background-color: #96bc9e;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #191919;
}

@media (max-width: 767px) {
    #innerfooter {
        border-bottom: 1px solid rgba(25, 25, 25, 0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #191919;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #191919;
    text-decoration: underline;
}

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

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

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

#vernetzt {
    text-align: right;
    font-size: 0.9375rem;
    color: #191919;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
}

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

#vernetzt span {
    color: #191919;
}

#vernetzt span span {
    display: block;
}

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

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

.contrast_light_font form [id^="search_input"],
.contrast_light_font #logo img {
    background-color: #ffffff !important;
}

.contrast_light_font #teaser>.row>div:nth-child(2),
.contrast_light_font #teaser>.row>div:nth-child(3) {
    background-color: #000 !important;
}