@import url("https://fonts.verwaltungsportal.de/import/?family=Plus+Jakarta+Sans:400,400i,700,700i");

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

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    color: #191919;
    background: #ffffff;
    font-size: clamp(1rem, 1vw, 1.125rem);
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

a {
    color: #eb0000;
}

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

b,
strong {
    font-weight: 700;
}

#overflow {
    overflow: clip;
    position: relative;
}

/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
    padding: 15px 0 10px 0;
}

#topbar .row {
    row-gap: 15px;
}

/* #endregion ----------------------------------- topbar ---------------------------------------- */


/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
    color: #eb0000;
    text-decoration: none;
}

#logo .logoImg img {
    display: block;
}

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

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#logo .logoTxt {
    color: #eb0000;
    line-height: 1.2;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

/* --------------------------------------------- options ----------------------------------------- */

#options {
    display: flex;
    align-items: end;
    align-content: end;
    gap: clamp(15px, 2vw, 25px);
    flex-wrap: wrap;
}

/* --------------------------------------------- language ----------------------------------------- */

#languageBox {
    display: inline-block;
}

#language {
    line-height: 0;
    height: 100%;
    padding: 4px 0 0 0;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#language a {
    position: relative;
}

#language>a+a {
    border-left: 1px solid #222222;
}

#language img {
    padding: 2px 6px;
    margin: 0 7px;
    transition: background-color 300ms linear;
}

#language a:is(:hover, :focus, .language-active) img {
    background: rgba(255, 255, 255, 0.8);
}

/* #region ------------------------------- contrast + styler ------------------------------------ */

#languageBox,
#style,
#contrast_style {
    line-height: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #options {
        row-gap: 4px;
    }

    #languageBox,
    #style,
    #contrast_style {
        display: flex;
        align-items: center;
        column-gap: 5px;
    }
}

:is(#contrast_style, #style, #languageBox) h2 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #191919;
    margin: 0 auto 8px auto;
    width: 100%;
}

:is(#style, #contrast_style) button {
    font-size: 1.125rem;
    padding: 0;
    border: none;
    color: #ffffff;
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    font-weight: 700;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #eb0000;
    border: 1px solid #eb0000;
    position: relative;
    line-height: 1;
}

:is(#style, #contrast_style) button:is(:hover, :focus) {
    color: #eb0000;
    background: #ffffff;
}

:is(#style, #contrast_style) button+button {
    margin-left: 2px;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, #fe0000 50%);
}

#contrast_style button:nth-of-type(2)::after {
    transform: scale(-1);
}

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

/* #endregion ---------------------------- contrast + styler ------------------------------------ */

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

form[id^="search"] {
    background: #f4f4f4;
    display: inline-flex;
    border-radius: 30px;
}

form [id^="search_input"] {
    color: #191919;
    font-size: 0.875rem;
    font-style: normal;
    background: transparent;
    padding: 4px 14px;
    border: 0;
    width: 100%;
    border-radius: 30px;
}

form [id^="search_submit"] {
    border: 5px solid #f4f4f4;
    background: #eb0000 url('../img/icon-lupe.png') center / 14px auto no-repeat;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    margin: -5px -5px -5px 0;
    font-size: 0;
    aspect-ratio: 1/1;
    min-width: 40px;
    flex-shrink: 0;
    transition: transform 150ms linear;
}

@media (min-width: 992px) {
    form [id^="search_submit"] {
        border-color: #ffffff;
    }
}

form [id^="search_submit"]:is(:hover, :focus) {
    transform: scale(1.2);
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        position: static !important;
    }

    #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: #eb0000;
        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 {
        padding: 20px 10px;
    }

    .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: 30px;
        right: 15px;
        z-index: 101;
        transition: top 300ms linear;
    }

    .is-sticky .navbar-header {
        top: 15px;
    }

    .dropdown-toggle-button-wrapper {
        top: 11px;
        right: 0;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 1px;
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        top: 38px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        background: #ffffff;
        border-bottom: 6px solid #e3e3e3;
    }

    nav.horizontally .navbar-nav {
        border-top: 1px solid rgba(254, 0, 0, 0.1);
        margin-bottom: -6px;
        padding: 0 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav.horizontally [class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

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

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

    nav.horizontally .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    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: #191919;
    font-weight: 700;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 2px;
    }

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

@media (min-width: 992px) {
    nav.horizontally li[class*="toplevel"]+li {
        display: flex;
        align-content: center;
        align-items: center;
    }

    nav.horizontally li[class*="toplevel"]+li::before {
        content: "";
        display: inline-block;
        height: 7px;
        width: 7px;
        border-radius: 100%;
        background: #e3e3e3;
        margin: 0 10px;
    }

    nav.horizontally a[class*="toplevel"] {
        padding: 25px 1px 27px 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

nav.horizontally a[class*="toplevel"]::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    height: 6px;
    width: 0;
    background: #fe0000;
    transform: translateX(-50%);
    transition: width 300ms linear;
}

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

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open>a::after,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::after {
    width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background: #ffffff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 10px 0;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin: 10px;
    }
}

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

    nav.horizontally [class*="toplevel"]>ul {
        border-radius: 0 0 6px 6px;
    }

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

    nav.horizontally [class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        top: 0;
        bottom: 0;
        left: -12px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):not(:nth-child(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #40360d;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 20px 10px 40px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

@media(max-width: 991px) {
    nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
        padding-right: 35px;
    }
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: 0;
    top: 8px;
    bottom: 0;
    width: 17px;
    height: 25px;
    background: url('../img/icon-hover.png') center no-repeat;
    transition: 300ms opacity linear, 300ms left linear;
}

/* secondlevel + thirdlevel over */

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

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::after {
    opacity: 1;
    left: 13px;
}

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

/* #region -------------------------------------- header ---------------------------------------- */

#headerpic {
    position: relative;
    z-index: 1;
}

/* scroll to content button */

#scroll2Content {
    position: absolute;
    z-index: 12;
    display: block;
    width: 50px;
    height: 50px;
    bottom: -27px;
    left: calc(50% - 25px);
    background: #ffffff;
    border-radius: 6px;
    transform: rotate(45deg);
}

#scroll2Content::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transform: rotate(-45deg);
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 39.4q-.25 0-.525-.1t-.525-.35l-13.9-13.9Q8.6 24.6 8.6 24q0-.6.45-1.05.45-.45 1.05-.45.6 0 1.05.45L22.5 34.3V9.5q0-.65.425-1.075Q23.35 8 24 8q.65 0 1.075.425.425.425.425 1.075v24.8l11.35-11.35q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-13.9 13.9q-.25.25-.5.35-.25.1-.55.1Z' fill='%23eb0000'/%3E%3C/svg%3E") center -2px / 34px auto;
    transition: background-position 300ms linear;
}

#scroll2Content:is(:hover, :focus)::after {
    background-position-y: 32px;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

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

#slider {
    max-height: clamp(300px, 42vw, 400px);
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    body.index #slider {
        max-height: clamp(400px, 74vw, 600px);
    }

    body.index #headerpic .nivo-controlNav {
        bottom: 40px;
    }
}

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 65px;
    }

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

#headerpic {
    padding: 0;
    position: relative;
}

.nivo-main-image,
#slider>a>div {
    height: 100% !important;
}

.slider-mask {
    display: none;
}

@media (min-width: 768px) {
    .slider-mask {
        display: block;
        background: url('../img/bannermask.png') bottom -1px center / 100% auto no-repeat;
    }
}

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

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

#content-area {
    text-align: left;
    padding: clamp(40px, 5vw, 80px) 0;
}

/* ----------------------------------------------- @19ev events -------------------------------------------- */

#ev19 {
    position: relative;
    padding: clamp(40px, 6vw, 110px) 0 clamp(40px, 6vw, 105px) 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    #ev19>.row::before {
        content: '';
        position: absolute;
        left: 60px;
        top: -55px;
        width: 420px;
        height: 420px;
        border-radius: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        transform: rotate(-20deg);
    }

    #ev19>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: 25px;
        left: -30px;
        width: 178px;
        height: 185px;
        background: url('../img/dekorative-figur-banner.png') center no-repeat;
        z-index: -2;
    }
}

#ev19 .ev19Box {
    position: relative;
}

#eventsHeadline {
    text-transform: uppercase;
    position: relative;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    font-weight: 400;
    line-height: 0.8;
    margin: 0;
}

#EventsDekoHeadline {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: clamp(1.75rem, 4vw, 3.125rem);
    margin: 0;
    z-index: -1;
}

#eventsBox {
    padding: 80px 70px 25px 100px;
    background-color: #f9f9f9;
    margin-top: -5px;
    border-radius: 50px;
    box-shadow: 20px 20px 0px 1px white, 20px 20px 0px 2px rgba(254, 0, 0, 0.3);
}

@media (max-width: 991px) {
    #eventsBox {
        padding: 30px 30px 35px 30px;
        margin-top: -2px;
    }
}

#eventsKalender #clr-events-hide,
#eventsKalender .tab_link_mehr {
    display: none;
    height: 0;
}

#eventsKalender .eventclndr-tab {
    margin-bottom: 0;
    margin-top: 16px;
}

@media (max-width: 767px) {
    #eventsKalender .eventclndr-tab {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

#eventsList {
    position: relative;
    color: #191919;
    font-size: clamp(1rem, 1vw, 1.125rem);
}

#eventsList .tab_spacer {
    height: 0;
    display: none;
}

#eventsList .tab_link_entries {
    display: grid;
    gap: clamp(20px, 2vw, 30px);
}

#eventsList .tab_link_title a {
    color: #191919;
    font-weight: 700;
}

#eventsList .tab_link_mandat a {
    color: #191919;
}

#eventsList .tab_link_mehr {
    font-size: 0;
    position: relative;
    text-align: left !important;
}

#eventsList .tab_link_mehr a {
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #eb0000;
    transition: border 300ms linear;
}

#eventsList .tab_link_mehr a:hover,
#eventsList .tab_link_mehr a:focus {
    box-shadow: 5px 6px 0px 1px white, 5px 6px 0px 2px rgba(254, 0, 0, 0.3);
}

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #eb0000;
    font-weight: 700;
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(2rem, 6vw, 3.125rem);
    margin-bottom: clamp(15px, 4vw, 38px);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.875rem, 5.5vw, 2.8125rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
}

h4,
.h4,
.legacy_h4 {
    font-size: clamp(1.65rem, 4.5vw, 2.1875rem);
}

h5,
.h5,
.legacy_h5,
#about-2 :is(h3, h4, h5, h6) {
    font-size: clamp(1.55rem, 4vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.45rem, 3.5vw, 1.5625rem);
}

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* ----------------------------------------------- @2f footer ----------------------------------------------- */

#footer {
    padding-top: clamp(30px, 3vw, 40px);
    padding-bottom: clamp(30px, 3vw, 40px);
    background-color: #fcfcfc;
    position: relative;
}

@media (min-width: 1200px) {
    #footer>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: -40px;
        right: -284px;
        width: 139px;
        height: 134px;
        background: url('../img/dekorative-figur-footer.png') center no-repeat;
    }
}

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

#footer .tab .tabHeadline {
    text-transform: uppercase;
    font-size: clamp(1.75rem, 2vw, 1.875rem);
}

#footer .tab a {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    #footer .tab .btgrid>.row>div:nth-child(1) {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%;
    }

    #footer .tab .btgrid>.row>div:nth-child(2) {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%;
    }
}

/* ----------------------------------------------- scrollTop ----------------------------------------------- */

#scrollTop {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    opacity: 1 !important;
    max-width: 170px;
    padding: 10px 20px;
    margin: 0 auto 0 auto;
    border-radius: 30px;
    background-color: #eb0000;
    transition: border 300ms linear;
}

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

#scrollTop:hover,
#scrollTop:focus {
    box-shadow: 5px 6px 0px 1px white, 5px 6px 0px 2px rgba(254, 0, 0, 0.3);
}

#scrollTop span {
    position: relative;
    display: inline-block;
    font-size: 0;
    height: 35px;
    width: 18px;
    margin-right: 4px;
    transition: border-radius 300ms linear;
}

#scrollTop span::after {
    content: "";
    position: absolute;
    display: inline-block;
    margin-top: -1px;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 1px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(-45deg);
}

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

#lastFooter {
    font-size: 1rem;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #eb0000;
}

#lastFooter>.row {
    row-gap: 14px;
}

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

#innerfooter ul {
    padding: 0 !important;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

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

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

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

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

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

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

#vernetzt {
    gap: 12px;
    text-align: right;
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}

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

.contrast_light_font form [id^="search_input"]::placeholder {
    color: #ffffff !important;
}

.contrast_light_font #language img {
    background-color: #ffffff !important;
}