@import url("https://fonts.verwaltungsportal.de/import/?family=Source+Sans+3:300,400,500,600,700,300i,400i,500i,600i,700i");

body {
    background: #f6f5f7;
    color: #6a6c71;
    font-family: "Source Sans 3", sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.5;
    /* 1rem = 16px */
}

a {
    color: #0071ad;
}

a:hover,
a:focus {
    color: #0071ad;
}

b,
strong {
    font-weight: 600;
}

.noPadding {
    padding: 0px;
}

header {
    background: #f6f5f7;
}

:is(header, #team, #termin) {
    overflow: hidden;
    position: relative;
}

.newsticker-position {
    font-size: clamp(1.125rem, 4vw, 1.375rem);
}

.newsticker a {
    font-weight: 500;
}

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

.aktuelles .tab_link_mehr {
    font-size: 0px;
}

.aktuelles .tab_link_mehr a,
.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):not(.googleTranslate a),
.buttonStyleNeutral a:not(.has-image):not([rel]) {
    background: #eeedee;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(75, 89, 227, 0.2);
    color: #010101;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 17px 20px;
    transition: all 300ms;
    position: relative;
}

.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):not(.googleTranslate a):focus,
.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):not(.googleTranslate a):hover {
    background: #0071ad;
    color: #fff;
}

.aktuelles .tab_link_mehr a,
.buttonStyleNeutral a:not(.has-image):not([rel]) {
    background: #eeedee;
    color: #010101;
}

.aktuelles .tab_link_mehr a:hover,
.aktuelles .tab_link_mehr a:focus,
.buttonStyleNeutral a:not(.has-image):not([rel]):hover,
.buttonStyleNeutral a:not(.has-image):not([rel]):focus {
    background: #0071ad;
    color: #fff;
}

.aktuelles .tab_link_mehr a::before,
.buttonStyleNeutral a:not(.has-image):not([rel])::before {
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 1;
}

.aktuelles .tab_link_mehr a:hover::before,
.aktuelles .tab_link_mehr a:focus::before,
.buttonStyleNeutral a:not(.has-image):not([rel]):hover::before,
.buttonStyleNeutral a:not(.has-image):not([rel]):focus::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.aktuelles .tab_link_mehr a::after,
.buttonStyleNeutral a:not(.has-image):not([rel])::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
    width: 100%;
    z-index: 1;
}

.aktuelles .tab_link_mehr a:hover::after,
.aktuelles .tab_link_mehr a:focus::after,
.buttonStyleNeutral a:not(.has-image):not([rel]):hover::after,
.buttonStyleNeutral a:not(.has-image):not([rel]):focus::after {
    opacity: 1;
    transform: scale(1, 1);
}

#termin .buttonStyleNeutral a:not(.has-image):not([rel]) {
    font-size: clamp(1rem, 2vw, 1.125rem);
}

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

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

#logo img {
    display: block;
}

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

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

#contrast_style span,
#style span {
    font-size: 0.875rem;
    color: #6a6c71;
    font-weight: 500;
    max-width: 200px;
}

#contrast_style button {
    color: #000000;
    padding: 12px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border: none
}

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

#contrast_style *+* {
    margin-left: 10px;
}

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

#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: #0071ad;
    border: none;
}

@media (min-width: 992px) {
    #style {
        margin-left: 30px;
        margin-right: 30px;
    }

    #style button {
        border: none;
        color: #010101;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        font-weight: 400;
        text-align: center;
        background-color: #fff;
        position: relative;
        line-height: 1;
        -webkit-transition: transform 150ms linear;
        -moz-transition: transform 150ms linear;
        -ms-transition: transform 150ms linear;
        -o-transition: transform 150ms linear;
        transition: transform 150ms linear;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    #style button+button {
        margin-left: 8px;
    }

    #style button:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    #style button:focus-visible {
        outline: 2px auto;
    }
}

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

#menu {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 18px 0 22px 0;
    position: relative;
    transition: padding 200ms linear;
}

.is-sticky #menu {
    padding: 10px 0 10px 0;
}

/* burgermenu for tablet */
@media (max-width: 991px) {

    #menu {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        padding: 10px 0 10px 0;
        position: relative !important;
    }

    #burgerButton {
        background-color: #010101;
        border-radius: 2px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 50px;
        padding: 6px 8px;
        width: 60px;
    }

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

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

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

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

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

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

    .navbar-collapse {
        background: #ffffff;
        bottom: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        height: auto !important;
        left: -100%;
        opacity: 0;
        overflow-y: auto;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: left 300ms linear, opacity 300ms linear;
        z-index: 100;
        padding: 0 15px;
    }

    .navbar-collapse[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

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

    .navbar-toggle::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        display: block;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: width 300ms linear, opacity 300ms linear;
        width: 0;
        z-index: -1;
    }

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

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

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

@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) {
    .horizontally .navbar-nav {
        align-items: center !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
        margin-top: 27px;
        transition: margin-top 200ms linear;
    }

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

    .secondandthird-wrapper {
        padding: 10px 0;
        border: 1px solid #ebebeb;
    }

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

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

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

    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 {
        display: none;
    }

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

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

.navbar-default .navbar-nav>li>a {
    color: #6a6c71;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 10px 35px 10px 15px;
    position: relative;
    text-align: left;
}

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

    .navbar-default .navbar-nav>li+li {
        margin-left: 10px;
    }
}

@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 {
    background: #eeedee;
    border-radius: 8px;
    color: #010101;
}

.navbar-nav>li:focus-within>a {
    background: #eeedee;
    border-radius: 8px;
    color: #010101;
}

.navbar-nav>li>a:hover::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 {
    opacity: 1;
}

.navbar-nav>li:focus-within>a::after {
    opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

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

@media(min-width:992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ffffff;
    }

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

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

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

/* secondlevel + thirdlevel */

:is(nav.horizontally, #menu-left) a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    background: #ffffff;
    font-weight: normal;
    text-align: left;
    padding: 10px 18px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    color: #6a6c71;
}

@media (max-width: 991px) {
    :is(nav.horizontally, #menu-left) a:is([class*="secondlevel"], [class*="thirdlevel"]) {
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    #menu-left a[class*="thirdlevel"] {
        padding-left: 30px;
    }
}

/* secondlevel + thirdlevel over */

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

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

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

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

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

#headerpic>.row::before,
#headerpic>.row::after {
    border: 60px solid #010101;
    border-radius: 50%;
    content: '';
    display: block;
    height: 230px;
    opacity: 0.10;
    position: absolute;
    right: -150px;
    top: -175px;
    width: 230px;
    z-index: -1;
}

#headerpic>.row::before {
    border-width: 50px;
    bottom: -115px;
    height: 135px;
    left: -100px;
    right: unset;
    top: unset;
    width: 135px;
}

@media (min-width: 1200px) {
    #menu .navbar.navbar-default {
        padding-right: 100px;
    }
}

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

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

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

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

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

}

@media (min-width: 768px) {
    #headerpic .nivo-controlNav {
        bottom: auto;
        top: 5px;
    }
}

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

.slider-mask {
    display: none;
}


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

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

@media (min-width: 1200px) {

    #menu>.row,
    #headerpic>.row:first-child,
    #content>.row,
    #tab1>.row,
    #team>.row,
    #f5>.row {
        max-width: 1440px;
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

#team .tab :is(h1, h2, h3),
.aktuelles .specialHeadline :is(h1, h2, h3) {
    color: #010101;
    font-size: clamp(1.375rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 30px;
}

#team .tab :is(h4, h5, h6),
.aktuelles .specialHeadline :is(h4, h5, h6) {
    color: #0071ad;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
}

/* ------------------------------------------------ @1tab ----------------------------------------------- */

#tab1 {
    padding: 60px 0;
}

#tab1 .tabHeadline {
    margin-bottom: 40px;
}

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

    #tab1>.row>*:not(:first-child)+* {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    #tab1>.row>*+* {
        margin-top: 30px;
    }
}

#tab1 .tab {
    padding: 20px;
    border-radius: 20px;
    font-size: 1rem;
    min-height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 10px 51px 0px rgba(43, 43, 43, 0.1);
    -webkit-box-shadow: 0px 10px 51px 0px rgba(43, 43, 43, 0.1);
    -moz-box-shadow: 0px 10px 51px 0px rgba(43, 43, 43, 0.1);
}

#tab1 .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
    font-weight: 600;
    color: #444444;
}

#tab1 .tab img {
    margin: -20px -20px 10px -20px;
    display: block;
    width: calc(100% + 40px) !important;
    min-width: calc(100% + 40px) !important;
    border-radius: 20px 20px 0 0;
}

/* ------------------------------------------ team ----------------------------------------- */

#team {
    background: #ecebed;
    padding: clamp(30px, 6vw, 80px) 0;
    position: relative;
}

#team>.row {
    position: relative;
    z-index: 2;
}

#team>.row::after {
    border: 60px solid #010101;
    border-radius: 50%;
    content: '';
    display: block;
    height: 230px;
    opacity: 0.10;
    position: absolute;
    right: -335px;
    bottom: -75px;
    width: 230px;
    z-index: -1;
}

#team .member {
    font-size: 1rem;
    margin-bottom: 30px;
}

#team .member b,
#team .member strong {
    color: #181d4a;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0px;
}

#team .member img {
    margin-bottom: 15px;
}

#team .tab .tabContent {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    #team>.row>div:nth-child(1) {
        padding-right: 45px;
    }
}

#team .tab .tabContent .btgrid {
    font-size: 1rem;
}


.aktuelles {
    background: #ffffff;
    border-radius: 20px;
    color: #010101;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    box-shadow: 0px 10px 51px 0px rgba(43, 43, 43, 0.1);
    -webkit-box-shadow: 0px 10px 51px 0px rgba(43, 43, 43, 0.1);
    -moz-box-shadow: 0px 10px 51px 0px rgba(43, 43, 43, 0.1);
}

@media (max-width: 991px) {
    .aktuelles {
        max-width: 370px;
    }
}

@media (min-width: 992px) {
    .aktuelles {
        margin-top: 57px;
    }
}

.aktuelles .specialHeadline {
    background: #fff;
    border-radius: 20px 20px 0 0;
    color: #010101;
    padding: 40px 30px 0 30px;
    position: relative;
}

.aktuelles .tabContent {
    color: #010101;
    padding: 0px 30px 30px 30px;
}

.aktuelles .tab_link_entry {
    margin-bottom: 20px;
}

.aktuelles .tab_link_title a {
    color: #010101;
    display: inline;
    font-weight: 700;
    order: 2;
}

.aktuelles .tab_link_title {
    display: block;
    order: 2;
}

.aktuelles .tab_link_date {
    display: block;
    order: 1;
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
}

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

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

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

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

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

@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 {
    text-align: left;
    font-size: 0.9375rem;
    color: #6a6c71;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
}

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

#vernetzt span {
    color: #6a6c71;
}

#vernetzt span span {
    display: block;
}

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


.contrast_dark #contrast_style button {
    background: #ffffff !important;
}