@import url('https://fonts.verwaltungsportal.de/import/?family=Nunito:400,400i,700,700i%7COswald:700');
@import url("https://fonts.verwaltungsportal.de/import/?family=Bubblegum+Sans:400,400i");

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

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

a {
    color: #0077cc;
}

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

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

@media (min-width: 1200px) {

    #tab26,
    .row,
    #headerpic-overlay {
        width: 100%;
        max-width: 1600px
    }
}

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

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

@media (min-width: 992px) {
    #topbar {
        font-size: 1rem;
        padding: 12px 0;
        background: #e0f2fe;
        border-bottom: 4px solid #ffffff;
        position: sticky;
        top: 0;
        z-index: 101;
    }

    #topbar .controls-col {
        column-gap: 30px;
    }

    #topbar .controls-col {
        transition: padding 200ms linear;
    }

    body:has(.is-sticky, #burgerButton[aria-expanded="true"]) #topbar .controls-col {
        padding-right: 130px;
    }

    /* style + contrast */

    #style,
    #contrast_style {
        column-gap: 10px;
    }

    :is(#style, #contrast_style) h2 {
        font-family: "Bubblegum Sans", sans-serif;
        font-size: inherit;
        font-weight: 400;
        color: inherit;
        margin: 0 5px 0 0;
    }

    :is(#style, #contrast_style) button {
        width: 35px;
        height: 35px;
        padding: 0;
        border: 2px solid #0069b4;
        background: #ffffff;
        font-weight: 700;
        flex-shrink: 0;
        transition: border 300ms linear;
        position: relative;
        line-height: 1;
    }

    :is(#style, #contrast_style) button::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: 2px solid #8d8d8d;
    }

    :is(#style, #contrast_style) button:is(:hover, :focus) {
        border-color: #4ac1e9;
    }

    /* contrast */

    #contrast_style button::after {
        background: linear-gradient(45deg, #333333, #333333 50%, #ffffff 50%);
    }

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

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

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

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

.sticky-wrapper {
    position: unset !important;
    z-index: unset !important;
}

nav.burger {
    position: static !important;
}

/* burger */

#burgerButton {
    font-size: 0;
    border: none !important;
    display: block;
    height: 50px;
    width: 60px;
    padding: 6px 8px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 1002;
    box-shadow: 0 0 10px rgba(14, 24, 51, 0.2);
    border: 2px solid #0069b4 !important;
    background: #ffffff;
}

@media (min-width: 992px) {
    #burgerButton {
        right: unset;
        left: calc(50% + 414px);
        top: 112px;
        height: 66px;
        width: 66px;
        transition: top 200ms linear, height 200ms linear;
    }

    .is-sticky #burgerButton,
    #burgerButton[aria-expanded="true"] {
        top: 0;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    #burgerButton {
        left: calc(50% + clamp(518px, 43vw, 718px));
    }
}

#burgerButton::before,
#burgerButton::after,
#burgerButtonInner {
    background: #333333;
    position: absolute;
    height: 3px;
    right: 28%;
    transition: transform 200ms linear, opacity 200ms linear, width 200ms linear;
    width: 30px;
}

@media (prefers-contrast: more) {

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        border: 1px solid #ffffff;
        box-sizing: border-box;
    }
}

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

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

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

#burgerButtonInner {
    top: calc(50% - 11px);
}

#burgerButton::before {
    content: "";
    top: calc(50% - 2px);
    background: #4ac1e9;
}

#burgerButton:not(:is(:hover, :focus))::before {
    width: 20px;
}

#burgerButton::after {
    content: "";
    top: calc(50% + 7px);
}

/* navbar container */

.navbar-nav {
    margin: 80px 20px 40px 20px;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin: 0 auto;
        padding: 0 80px;
        max-width: 992px;
    }

    #myNavbar .mCSB_scrollTools {
        right: unset;
        left: calc(50% + 425px);
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        max-width: 1460px;
    }

    #myNavbar .mCSB_scrollTools {
        left: calc(50% + clamp(450px, 45vw, 743px));
    }
}

.navbar-collapse {
    width: 100%;
    max-width: 350px;
    top: 0;
    background: rgba(0, 105, 180, 0.95);
    position: fixed;
    right: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    transition: right 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) {
    right: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: -250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
    .navbar-collapse {
        max-width: unset;
        right: 0;
        left: 0;
        padding: 200px 0 50px 0;
        box-shadow: none;
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        box-shadow: none;
    }
}

/* toplevel */

nav.burger a[class*="toplevel"] {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 11px 15px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

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

@media (min-width: 992px) {
    nav.burger a[class*="toplevel"] {
        font-size: 1.5rem;
        padding-right: 70px;
    }
}

nav.burger li[class*="toplevel"]+li,
nav.burger [class*="toplevel"]>ul {
    border-top: 1px solid #ffffff;
}

/* toplevel-over */

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

/* secondlevel + thirdlevel dropdown-box */

nav.burger [class*="toplevel"]>ul {
    padding: 15px 0;
}

nav.burger [class*="secondlevel"]>ul {
    padding: 5px 15px 5px 30px;
}

@media (min-width: 992px) {
    nav.burger [class*="toplevel"]>ul {
        padding: 10px 15px 10px 30px;
    }
}

/* secondlevel + thirdlevel */

nav.burger a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px 8px 30px;
}

nav.burger a[class*="secondlevel"] {
    font-size: 1.25rem;
}

nav.burger a[class*="thirdlevel"] {
    font-size: 1.125rem;
}

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

nav.burger a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    transition: background 300ms linear;
}

/* secondlevel + thirdlevel over */

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

/* dropdown-toggle-button */

@media (max-width: 991px) {
    nav.burger :is(.dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2) {
        position: absolute;
    }

    nav.burger .dropdown-toggle-button-wrapper {
        display: block !important;
        top: 6px;
        right: 5px;
    }

    nav.burger .dropdown-toggle-button-wrapper2 {
        top: 4px;
    }

    nav.burger .dropdownpr {
        position: relative !important;
    }

    nav.burger .dropdown-toggle-button {
        padding: 15px;
        border-radius: unset;
        background: transparent;
        transition: background 300ms linear;
        cursor: pointer;
    }

    nav.burger .dropdown-toggle-button::before {
        content: "+";
        color: #ffffff;
        position: absolute;
        right: 50%;
        top: 50%;
        font-size: 30px;
        font-weight: 500;
        background: transparent;
        transform: rotate(0deg) translateX(45%);
        text-align: center;
        font-family: inherit;
        width: unset;
        height: unset;
        line-height: 0;
    }

    nav.burger .dropdown-toggle-button::after {
        content: unset;
    }

    nav.burger .dropdown-toggle-button-open::before {
        content: "-";
    }
}

@media (min-width: 992px) {
    nav.burger a[class*="toplevel"].dropdown-toggle::after {
        content: "+";
        position: absolute;
        right: 5px;
        top: 50%;
        width: 40px;
        height: 40px;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        line-height: 0;
    }

    nav.burger .open a[class*="toplevel"].dropdown-toggle::after {
        content: "-";
    }
}

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

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

/* logo */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (min-width: 992px) {
    #logoBox {
        position: absolute;
        pointer-events: none;
        top: -63px;
        left: 0;
        right: 0;
        z-index: 1001;
    }

    #logo {
        pointer-events: all;
    }
}

@media (max-width: 991px) {
    #logo {
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 20;
    }

    #logo img {
        max-width: 210px;
        width: 100%;
    }

    #headerpic-overlay,
    #headerpic-overlay>* {
        position: static;
    }
}

/* banner */

#slider {
    height: clamp(350px, 42vw, 400px);
    position: relative;
}

@media (min-width: 992px) {
    body.index #slider {
        height: clamp(400px, 65vw, 750px);
    }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    #headerpic .nivo-directionNav a {
        top: unset;
        bottom: 30px;
    }
}

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

@media (min-width: 992px) {
    #headerpic {
        background: #0069b4;
    }

    #headerpic * {
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    #headerpic::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: 5px;
        left: 50px;
        width: 137px;
        height: 91px;
        background: url('../img/hund-banner.png') center no-repeat;
        z-index: 12;
    }

    #headerpic-overlay .tab {
        position: relative;
    }

    #headerpic-overlay .tab::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: 5px;
        right: 0;
        width: 94px;
        height: 98px;
        background: url('../img/pfote-banner.png') center no-repeat;
        z-index: -1;
    }
}

.slider-wrapper {
    height: 100%;
}

.slider-mask {
    display: block;
    background: linear-gradient(to top, rgba(0, 105, 180, 0.8), rgba(0, 105, 180, 0));
}

@media (min-width: 1200px) {
    .index .slider-mask {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 30px, #ffffff 30px, #ffffff 32px, rgba(255, 255, 255, 0) 32px),
            linear-gradient(to top, rgba(0, 105, 180, 0.8), rgba(0, 105, 180, 0));
    }
}

/* banner overlay */

#headerpic-overlay {
    padding: 30px 0;
    font-size: clamp(1.5625rem, 3vw, 2.1875rem);
}

@media (min-width: 992px) {
    #headerpic-overlay {
        padding: 0;
        position: absolute;
        bottom: 90px;
        left: 0;
        right: 0;
        z-index: 20;
        line-height: 1.2;
    }

    #headerpic-overlay>:first-child {
        margin-bottom: 30px;
    }

    #headerpic-overlay>:last-child {
        margin-top: auto;
    }

    #headerpic-overlay a {
        text-decoration: underline;
    }
}

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

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

#content {
    text-align: left;
    padding-top: 35px;
    padding-bottom: clamp(40px, 6vw, 100px);
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #0069b4;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Bubblegum Sans", sans-serif;
}

:is(h1, h2) :is(i, em) {
    font-style: normal;
    color: #333333;
    font-size: 1.375rem;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer :is(h1, h2) :is(i, em) {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

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

#headerpic-overlay .tab-headline {
    margin-bottom: 0;
    font-size: clamp(2rem, 4vw, 3.75rem);
}

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4,
#tabs .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.625rem;
}

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

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

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

/* #region --------------------------------- button-style --------------------------------------- */

.button-style a:not([href^="mailto:"]):not(.has-image):not([rel]) {
    display: inline-block;
    background: #0069b4;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.125rem;
    padding: 11px 28px;
    outline: 2px solid #0077cc;
    outline-offset: 10px;
    margin: 12px;
    transition: outline-color 200ms linear, outline-offset 200ms linear, background 200ms linear;
}

/* small */

.button-style.button-small a:not([href^="mailto:"]):not(.has-image):not([rel]) {
    padding: 7px 15px;
    outline-color: transparent;
    margin: 0;
}

/* large */

.button-style.button-large a:not([href^="mailto:"]):not(.has-image):not([rel]) {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.375rem;
    padding: 14px 36px;
    outline: 1px solid #0077cc;
}

/* phone */

.button-style a[href^="tel:"]:not([href^="mailto:"]):not(.has-image):not([rel])::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: -4px 15px -4px 0;
    vertical-align: bottom;
    background: url("../img/icon-phone.svg") center left / 40px auto no-repeat;
}

/* hover */

.button-style a:not([href^="mailto:"]):not(.has-image):not([rel]):is(:hover, :focus) {
    background: #0077cc;
}

/* #endregion ------------------------------ button-style --------------------------------------- */

/* #region ------------------------------------ contact ----------------------------------------- */

#contact {
    padding-bottom: clamp(40px, 6vw, 80px);
    position: relative;
}

@media (min-width: 1200px) {
    #contact::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: clamp(40px, 6vw, 80px);
        right: 95px;
        width: 108px;
        height: 176px;
        background: url('../img/hund-telefonnummer.png') center no-repeat;
        z-index: 1;
    }
}

#contact-tab {
    overflow: hidden;
    background: #e0f2fe;
    padding: 55px 30px 45px 30px;
}

@media (min-width: 1200px) {
    #contact-tab {
        padding-left: clamp(80px, 8vw, 130px);
        padding-right: clamp(80px, 8vw, 130px);
    }
}

#contact-tab .row {
    align-items: center;
}

/* #endregion --------------------------------- contact ----------------------------------------- */

/* #region -------------------------------------- tabs ------------------------------------------ */

#tabs {
    background: linear-gradient(to top, #e0f2fe 100px, rgba(255, 255, 255, 0) 100px);
}

@media (min-width: 992px) {
    #tabs {
        background: linear-gradient(to top, #e0f2fe 50%, rgba(255, 255, 255, 0) 50%);
    }
}

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

#tabs .tab {
    height: 100%;
    padding: 26px;
    background: #ffffff;
    border: 4px solid #0069b4;
    transition: border 200ms linear;
}

#tabs .tab:is(:hover, :focus) {
    border-color: #4ac1e9;
}

#tabs .tab :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    text-align: center;
}

#tabs .tab a {
    text-decoration: none;
}

#tabs .tab:not(:is(:hover, :focus-within)) :is(h1, h2, h3, h4, h5, h6, a) {
    color: #333333;
}

#tabs .tab :is(.row, .row>*) {
    position: static;
}

#tabs .tab a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* #endregion ----------------------------------- tabs ------------------------------------------ */

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26Box {
    padding-top: clamp(40px, 5vw, 70px);
    background: linear-gradient(to bottom, #e0f2fe 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(60% + 30px), #e8e8e8 calc(60% + 30px), #e8e8e8 calc(60% + 32px), rgba(255, 255, 255, 0) calc(60% + 32px));
    position: relative;
}

@media (min-width: 1200px) {
    #tab26Box::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 70px;
        left: 0;
        width: 141px;
        height: 253px;
        background: url('../img/hund-tabbereich.png') center no-repeat;
    }
}

#tab26 {
    margin: auto;
}

#tab26 .tab {
    font-size: 1rem;
    padding: 25px 30px;
    background: #ffffff;
    border: 4px solid #e8e8e8;
}

#tab26 .slick-slide {
    padding: 15px;
}

/* controls */

#tab26 button {
    border: none;
    padding: 0;
    font-size: 0;
    display: inline-block;
}

#tab26 .slick-button {
    width: 30px;
    height: 30px;
    background: url("../img/arrow-nw23.svg") center / 20px auto no-repeat;
}

#tab26 .slick-button.slick-prev {
    transform: scaleX(-1);
    margin-left: -10px;
    margin-left: 15px;
}

#tab26 .slick-dots {
    padding: 0 20px;
    display: inline-flex !important;
    gap: 10px;
}

@media (max-width: 767px) {
    #tab26 .slick-dots {
        display: none;
    }
}

#tab26 .slick-dots button {
    width: 12px;
    height: 12px;
    border: 1px solid #333333;
    background: #ffffff;
}

#tab26 .slick-dots .slick-active button,
#tab26 .slick-dots button:is(:hover, :focus) {
    background: #0077cc;
}

/* stop/play button for accessibility */

#tab26 .slick-animate-control {
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    background: #000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E") center / 16px auto no-repeat;
}

#tab26 .slick-animate-control.slick-pause {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

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

footer {
    overflow: hidden;
}

body:not(.index) footer {
    border-top: 4px solid #e8e8e8;
}

#footer {
    padding: clamp(40px, 5vw, 70px) 0;
    row-gap: 30px;
}

@media (min-width: 1200px) {
    #footer {
        background: url('../img/hund-footer.png') bottom right no-repeat;
    }
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase;
    margin: 0;
}

#footer a {
    font-weight: 700;
}

#footer .button-style.button-small a:not([href^="mailto:"]):not(.has-image):not([rel]) {
    display: block;
    text-align: center;
}

#footer .button-style.button-small p+p,
#footer .button-style.button-small a:not([href^="mailto:"]):not(.has-image):not([rel])+* {
    margin-top: 15px;
}

/* scroll-top-button */

#scroll-top-button {
    width: 50px;
    height: 50px;
    padding: 0;
    background-image: url("../img/arrow-top.svg");
    background-position: center;
    background-size: 28px auto;
    background-repeat: no-repeat;
}

/* innerfooter */

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

@media (max-width: 767px) {
    #innerfooter {
        padding: 30px 0;
    }
}

#innerfooter>.row {
    row-gap: 25px;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter ul a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    outline: 2px solid transparent;
    outline-offset: 10px;
    transition: outline-color 200ms linear, outline-offset 200ms linear;
}

#innerfooter ul a:is(:hover, :focus) {
    outline-color: #0069b4;
    outline-offset: 0;
}

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

    #innerfooter li+li::before {
        content: "";
        display: inline-block;
        height: 1px;
        width: 15px;
        margin: 0 15px;
        background: #0069b4;
        vertical-align: middle;
    }
}

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

/* #region ------------------------------------ vernetzt ---------------------------------------- */

#vernetzt {
    gap: 15px;
    text-align: right;
    font-size: 1rem;
    color: inherit;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
}

#vernetzt :is(b, strong) {
    color: #0069b4;
}

#vernetzt span span {
    display: block;
}

/* #endregion --------------------------------- vernetzt ---------------------------------------- */


/* #region ---------------------------------- decoration ---------------------------------------- */

:is(#contact, #tab26Box .tabspecial) h2 :is(i, em),
#scroll-top-button {
    position: relative;
}

#tab26Box .tabspecial h2:is(i, em)::after,
:is(#scroll-top-button)::before,
:is(:is(#contact, #tab26Box .tabspecial) h2 :is(i, em), #scroll-top-button)::after {
    content: "";
    display: block;
    position: absolute;
    background: #0077cc;
}

/* contact */

#contact h2 :is(i, em)::after {
    bottom: -10px;
    left: -180px;
    right: calc(100% - 145px);
    height: 2px;
}

/* tab26Box */

#tab26Box .tabspecial h2 :is(i, em)::after {
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    max-width: 200px;
}

/* scroll-top-button */

#scroll-top-button::before {
    top: 5px;
    bottom: -240px;
    right: -45px;
    width: 2px;
}

#scroll-top-button::after {
    top: 50%;
    width: 180px;
    right: -192px;
    height: 2px;
}

/* #endregion ------------------------------- decoration ---------------------------------------- */

/* #region ----------------------------------- contrast ----------------------------------------- */

.contrast_dark #burgerButton {
    background-color: #ffffff !important;
}

.contrast_light #burgerButton::before,
.contrast_light #burgerButton::after,
.contrast_light #burgerButtonInner {
    background: #333333 !important;
}

.contrast_light nav.burger .dropdown-toggle-button::before {
    color: #000000;
}

.contrast_light_font #logoBox,
.contrast_light_font #logoBox * {
    background-color: transparent !important;
}

/* #endregion -------------------------------- contrast ----------------------------------------- */