@import url('https://fonts.verwaltungsportal.de/css/?family=Raleway:300,400,500,600,700,300i,400i,500i,600i,700i');

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #e6e2de;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-color: #c74600 #ffffff;
}

body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #56524a;
    background: #ffffff;
    font-size: clamp(1rem, 2vw, 1.25rem);
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #c74600;
}

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

#content a,
b,
strong {
    font-weight: 600;
}

/* ------------------------------------------ contact ------------------------------------------- */

#topbar {
    background-color: #184e77;
    color: #ffffff;
    font-size: 1rem;
    padding: 12px 0;
}

@media (min-width: 992px) {
    #topbar {
        padding: 23px 0;
    }

    .contact {
        padding: 6px 0;
    }
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
    box-shadow: 0px 11px 13px 0px rgba(45, 45, 45, 0.1);
}

@media (min-width: 992px) {
    #logo {
        position: absolute;
        top: -134px;
        z-index: 55;
    }

    .is-sticky #logo {
        display: none;
    }
}

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

/* #region ---------------------------------- navigation ---------------------------------------- */

nav.horizontally {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.sticky-wrapper {
    z-index: 1000;
}

/* 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;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

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

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

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

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

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

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

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

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

    .dropdown-toggle-button-wrapper {
        top: 5px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 6px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

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

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li:is(.open, :hover)>ul,
    nav.horizontally .navbar-nav li.open:focus-within>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #56524a;
    font-weight: 500;
    text-align: left;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 300ms linear, color 300ms linear, padding 150ms linear;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"] {
        border-bottom: 1px solid rgba(255, 255, 225, 0.5);
    }
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 48px 10px;
        text-align: center;
    }

    .is-sticky nav.horizontally a[class*="toplevel"] {
        padding: 25px 10px;
    }

    .navbar-default .navbar-nav>li+li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    nav.horizontally a[class*="toplevel"]::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        width: 75%;
        height: 50%;
        border: 1px solid #ce1719;
        margin: 0 auto;
        opacity: 0;
        transition: opacity 300ms;
    }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #ce1719;
    background-color: transparent;
}

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open>a::before,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
    opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    padding: 10px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

nav.horizontally [class*="toplevel"]>ul {
    background: #184e77;
}

nav.horizontally [class*="secondlevel"]>ul {
    margin: 0;
    background: #f6f6f6;
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding: 18px 0;
    }

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 14px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 12px 20px;
        border-color: transparent transparent #184e77 transparent;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 14px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::after {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::after {
        height: 14px;
        left: 0;
        right: 0;
        top: -14px;
    }

    nav.horizontally [class*="secondlevel"]>ul::after {
        width: 14px;
        top: 0;
        bottom: 0;
        left: -14px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    font-weight: 500;
    text-align: left;
    padding: 10px 35px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media(min-width:992px) {
    nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
        padding-left: 25px;
        padding-right: 25px;
    }
}

nav.horizontally a[class*="secondlevel"] {
    color: #ffffff;
}

nav.horizontally a[class*="thirdlevel"] {
    color: #56524a;
}

/* secondlevel + thirdlevel over */

nav.horizontally li[class*="secondlevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="secondlevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="secondlevel"].open>a,
nav.horizontally li[class*="secondlevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="secondlevel"][class*="_over"]>a,
nav.horizontally li[class*="secondlevel"][class*="_over"]>a:is(:hover, :focus) {
    background: #ffffff;
    color: #ce1719;
}

nav.horizontally li[class*="thirdlevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="thirdlevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="thirdlevel"].open>a,
nav.horizontally li[class*="thirdlevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="thirdlevel"][class*="_over"]>a,
nav.horizontally li[class*="thirdlevel"][class*="_over"]>a:is(:hover, :focus) {
    background: #ffffff;
    color: #ce1719;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* #region ------------------------------------ banner ------------------------------------------ */

#slider {
    max-height: clamp(300px, 46vw, 450px);

    position: relative;
}

@media (min-width: 992px) {
    body.index #slider {
        max-height: clamp(450px, 62vw, 600px);
    }
}

#headerpic {
    padding: 0;
    position: relative;
    background-color: #f9f9f9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.slider-mask {
    display: none;
}

#bannertab {
    position: relative;
}

@media (min-width: 992px) {
    #bannertab {
        position: absolute;
        width: 100%;
        z-index: 55;
        bottom: 16px;
    }
}

#bannertab>.row {
    width: 100%;
    max-width: 100%;
}

#bannerOverlay {
    background-color: rgba(255, 255, 255, 0.85);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    color: #56524a;
    padding: 30px 30px;
    font-weight: 400;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    #bannerOverlay {
        padding: 30px 16vw 30px 85px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
        margin-left: -60px;
    }
}

.bannerHeadline {
    margin: 0 0 10px 0;
    color: #ce1719;
}

@media (max-width: 767px) {
    .bannerHeadline.h1 {
        font-size: clamp(1.75rem, 2vw, 2.375rem);
    }
}

#bannerOverlay a {
    color: #ce1719;
    text-decoration: underline;
}

#bannerOverlay a:is(:hover, :focus) {
    color: #ce1719;
}

@media (min-width: 992px) {
    .no-padding {
        padding-right: 0;
        padding-left: 0;
    }
}

/* #endregion --------------------------------- banner ------------------------------------------ */

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

.searchMobil {
    padding: 10px 35px;
    background: #184e77;
}

form[id^="search"] {
    min-height: 36px;
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 18px;
}

@media (max-width: 575px) {
    form[id^="search"] {
        display: inline-block;
    }
}

form [id^="search_input"] {
    font-size: 1rem;
    color: #56524a;
    font-style: italic;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: 14px;
    padding-right: 54px;
    min-height: 36px;
    width: 100%;
    display: block;
    border-radius: 18px;
}

form [id^="search_submit"] {
    background: #ffffff url('../img/lupe-icon.png') center / auto no-repeat;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #184e77;
    transition: background 200ms linear;
}

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

[id^="search_input"]::-ms-input-placeholder {
    color: #56524a !important;
}

[id^="search_input"]::-webkit-input-placeholder {
    color: #56524a !important;
}

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

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

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

#content {
    text-align: left;
    padding-bottom: clamp(30px, 4vw, 60px);
    padding-top: clamp(30px, 4vw, 60px);
}

.newsticker a,
#tickerWrapper {
    color: #ce1719;
}

#tickerWrapper {
    padding-top: 20px;
}

.newsticker {
    border-top: 1px solid #dbe2e1;
    border-bottom: 1px solid #dbe2e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ----------------------------------------------- @6nw news -------------------------------------------- */

#nw6 {
    font-size: 1rem;
    padding-top: clamp(30px, 5vw, 80px);
    padding-bottom: clamp(30px, 5vw, 80px);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll, fixed;
    background-size: cover;
}

#nw6 .tabHeadline {
    color: #ce1719;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
}

#nw6 .tabContent {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #56524a;
}

#nw6 .tabContent a {
    color: #184e77;
    font-weight: 500;
    text-decoration: underline;
}

#nw6>.row {
    row-gap: 30px;
}

#nw6 .tab_link_entries {
    display: grid;
    gap: 30px;
}

@media (min-width: 576px) {
    #nw6 .tab_link_entries {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    #nw6 .tab_link {
        margin-top: 18px;
    }

    #nw6 .tab_link_entries {
        grid-template-columns: repeat(3, 1fr);
    }
}

#nw6 .tab_link_entry {
    text-align: center;
    position: relative;
    width: 100%;
    border-bottom: none !important;
    padding: 165px 20px 20px 20px;
    background: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

#nw6 .tab_link_entry::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: center / cover no-repeat, #f8f8f8;
}

#nw6 .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    overflow: hidden;
    background: #ffffff;
}

#nw6 .tab_preview_picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

#nw6 .tab_date {
    position: absolute;
    display: inline-block;
    z-index: 1;
    left: 50%;
    top: 134px;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    padding: 4px 10px;
    background: #184e77;
    transform: translateX(-50%);
}

#nw6 .tab_link_title a {
    color: #ce1719;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
}

#nw6 .tab_link_entry>div:nth-last-child(2) {
    font-size: 0;
    line-height: 0;
}

#nw6 .tab_link_entry>div:nth-last-child(2)>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: 0;
    color: #ffffff;
    font-weight: 400;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: linear-gradient(to bottom, rgba(24, 78, 119, 0.8), rgba(24, 78, 119, 1) 150px);
    opacity: 0;
    transition: opacity 200ms linear;
}

#nw6 .tab_link_entry:hover div:nth-last-child(2)>a {
    opacity: 1;
}

#nw6 .tab_link_entry div:nth-last-child(2)>a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -60px;
    width: 80px;
    height: 80px;
    background: url("../img/mehr-erfahren-button.png") center no-repeat;
}

#nw6 div:nth-last-child(2)>a::after {
    content: "mehr erfahren";
    margin-top: 100px;
    font-size: 1.25rem;
}

#nw6 a:hover,
#nw6 a:focus {
    text-decoration: none;
}

/* ----------------------------------------- @6nw tab_link_mehr_main ---------------------------------------- */

#nw6 .tab_link_mehr_main {
    color: transparent;
    font-size: 0;
    text-align: right;
}

#nw6 .tab_link_mehr_main a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 60px 8px 20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    background: url('../img/icon-arrow.png') right 18px center no-repeat, #ce1719;
    transition: color 300ms linear, background 300ms linear;
}

#nw6 .tab_link_mehr_main a:hover,
#nw6 .tab_link_mehr_main a:focus {
    color: #ffffff;
    background-color: #184e77 !important;
}

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

#teaser {
    color: #56524a;
    font-weight: 400;
    line-height: 1.4;
    padding: clamp(30px, 4vw, 60px) 0;
    font-size: 1.125rem;
    background-attachment: fixed;
    background-size: cover;
}

#teaser>.row {
    row-gap: 30px;
    width: 100%;
    max-width: 100%;
}

.teaser {
    background: rgba(24, 78, 119, 0.85);
    padding: 30px 30px;
    height: 100%;
    min-height: 100%;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

@media (min-width: 992px) {
    .teaser {
        padding: 30px 170px 30px 20vw;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }
}


.teaser :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.5rem;
    color: #ffffff;
}

.teaser img {
    margin-bottom: 30px;
}

.teaser a {
    display: inline-block;
    color: #ffffff;
    background-color: #ce1719;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 7px 56px 9px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    min-height: 26px;
    white-space: nowrap;
    margin-right: 50px;
}

.teaser a:hover,
.teaser a:focus {
    background-color: #184e77;
    color: #fff;
}

.teaser a::before {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.05 35.9-2.15-2.1 8.4-8.4H8v-3h26.3l-8.45-8.45 2.15-2.1L40.05 23.9Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center right;
}

.teaser:is(:hover, :focus-within) img {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #ce1719;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Raleway", sans-serif;
    font-style: italic;
}

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

@media (min-width: 992px) {

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

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

@media (min-width: 992px) {

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
    font-size: 1.6rem;
}

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

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

/* #region ----------------------------------- footer ------------------------------------------- */

#footer {
    background: #f6f6f6;
    padding: clamp(30px, 4vw, 55px) 0;
    font-weight: 400;
    font-size: 1.125rem;
}

#footer a {
    color: #184e77;
}

@media (max-width: 991px) {
    #footer>.row>.col-xs-12+* {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        margin-top: 20px;
        padding-top: 20px;
    }
}

#footer .footer-headline {
    font-weight: 600;
    color: inherit;
    margin: 0 0 2px 0;
    font-size: inherit;
    color: #ce1719;
    font-style: italic;
}

#innerfooter {
    background: #184e77;
    padding: 15px 0;
    font-size: 1rem;
}

#innerfooter ul {
    padding: 0;
}

@media (max-width: 991px) {
    #innerfooter ul {
        margin-bottom: 20px;
    }
}

#innerfooter li {
    position: relative;
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

#innerfooter a:is(:hover, .focus) {
    color: #ffffff;
}

#innerfooter a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 2px;
    height: 1px;
    background: #ffffff;
    transition: width 150ms linear;
}

#innerfooter a:is(:hover, .focus)::after {
    width: 100%;
}

@media (min-width :500px) {
    #innerfooter li {
        display: inline-block;
    }

    #innerfooter li+li::before {
        content: "•";
        color: #ffffff;
        margin: 0 24px;
    }
}

/* #endregion -------------------------------- footer ------------------------------------------- */

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

#vernetzt {
    gap: 18px;
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
}

#vernetzt b {
    color: #fff;
    font-weight: 400;
}

#vernetzt span span {
    display: block;
}