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

body {
    font-family: "Jost", sans-serif;
    color: #444444;
    background: #ecf8f8 ;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

:root {
    --color: #036b91;
}

:root {
    --color1: #2b7373;
    --color2: #c52047;
    --color3: #885d0c;
    --color4: #036b91;
    --color5: #2d7b7b;
    --bg1: #ecf8f8;
    --bg2: #fcecf0;
    --bg3: #fdf6ea;
    --bg4: #e5f4fa;
    --bg5: #ecf8f8;
    --bg: #e5f4fa;
    --highlight: #feed00;
}

a {
    color: var(--color);
}

a:hover,
a:focus {
    color: var(--color);
    text-decoration: underline;
}

#content a {
    text-decoration: underline;
}

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

b,
strong {
    font-weight: 700;
}

#tickerWrapper {
padding-top: 30px;
}
/* --------------------------------------- navigation --------------------------------------- */

#menu {
    position: relative;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    .dropdown-toggle-button-wrapper {
        top: 8px !important;
    }
    #menu {
        padding: 10px 0;
    }

    #burgerButton {
        font-size: 0;
        border: none !important;
        position: relative;
        z-index: 1002;
        display: block;
        width: 46px;
        height: 40px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #ffffff;
        padding: 3px;
    }
    #burgerButton:before,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #2b7373;
        color: #ffffff;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 2px;
        -webkit-transition: transform 200ms linear, opacity 200ms linear;
        -moz-transition: transform 200ms linear, opacity 200ms linear;
        -ms-transition: transform 200ms linear, opacity 200ms linear;
        -o-transition: transform 200ms linear, opacity 200ms linear;
        transition: transform 200ms linear, opacity 200ms linear;
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    #burgerButton[aria-expanded="true"]:before {
        opacity: 0;
    }
    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
    #burgerButtonInner {
        top: 10px;
    }
    #burgerButton:before {
        top: 18px;
    }
    #burgerButton:after {
        top: 26px;
    }
    #burgerButton:before,
    #burgerButton:after {
        content: "";
        display: block;
    }
    .navbar-nav {
        margin: 20px 0;
    }
    .navbar-collapse {
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }
    .navbar-collapse.collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .navbar-header {
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        background-color: #ffffff;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }
    .navbar-collapse.in:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }
    .navbar-collapse.collapse.in:after {
        width: 40%;
    }
}
/* menu desktop */

@media (min-width: 992px) {
    #menu {
        padding-top: 7px;
        padding-bottom: 7px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 90;
    }
    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-wrap: wrap;
    }
    nav.horizontally .navbar-nav > li {
        flex-grow: 1;
    }
    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }
    nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    nav.horizontally .navbar-nav > li,
    nav.horizontally .navbar-nav > li > .dropdown-menu > li {
        position: relative;
    }
    .navbar-default .navbar-nav li[class*="toplevel"] > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }
    .navbar-default .open > .dropdown-menu,
    .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .nav .open > .dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover > u {
        z-index: 1003;
    }
}

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

.navbar-default .navbar-nav > li > a {
    color: #0498D0;
    font-weight: 700;
    text-align: left;
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid rgba(76, 60, 60, 0.2);
    }
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        display: block;
    }
}

.navbar-default .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    bottom: 20px;
    height: 4px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--color);
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -ms-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 300ms linear;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a::after {
        bottom: 0;
    }
}

.navbar-default .navbar-nav > li:nth-of-type(1) > a {
    color: #45B9B9;
}

.navbar-default .navbar-nav > li:nth-of-type(1) > a::after {
    background: #45B9B9;
}

.navbar-default .navbar-nav > li:nth-of-type(2) > a {
    color: #E14368;
}

.navbar-default .navbar-nav > li:nth-of-type(2) > a::after {
    background: #E14368;
}

.navbar-default .navbar-nav > li:nth-of-type(3) > a {
    color: #ECAA33;
}

.navbar-default .navbar-nav > li:nth-of-type(3) > a::after {
    background: #ECAA33;
}

.navbar-default .navbar-nav > li:nth-of-type(6) > a {
    color: #45b9b9;
}

.navbar-default .navbar-nav > li:nth-of-type(6) > a::after {
    background: #45b9b9;
}
/* -------------------------------------------- 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: transparent;
}

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

.navbar-nav > li:hover > a::after,
.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::after,
.navbar-nav > li.open > a::after,
.navbar-nav > li.open > a:hover::after,
.navbar-nav > li.open > a:focus::after,
.navbar-nav > li[class$="_over"] > a::after,
.navbar-nav > li[class$="_over"] > a:hover::after,
.navbar-nav > li[class$="_over"] > a:focus::after {
    width: 100%;
}

.navbar-nav > li:focus-within > a::after {
    width: 100%;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background: #0498D0;
}
.navbar-default .navbar-nav > li:nth-of-type(1) > .dropdown-menu,
.navbar-default .navbar-nav > li:nth-of-type(1) > .dropdown-menu > li > .dropdown-menu {
    background: #45B9B9;
}
.navbar-default .navbar-nav > li:nth-of-type(2) > .dropdown-menu,
.navbar-default .navbar-nav > li:nth-of-type(2) > .dropdown-menu > li > .dropdown-menu {
    background: #E14368;
}
.navbar-default .navbar-nav > li:nth-of-type(3) > .dropdown-menu,
.navbar-default .navbar-nav > li:nth-of-type(3) > .dropdown-menu > li > .dropdown-menu {
    background: #ECAA33;
}

.navbar-default .navbar-nav > li:nth-of-type(6) > .dropdown-menu,
.navbar-default .navbar-nav > li:nth-of-type(6) > .dropdown-menu > li > .dropdown-menu {
    background: #45B9B9;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > .dropdown-menu {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu,
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu {
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .navbar-default .navbar-nav > li > .dropdown-menu::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transition: top 150ms linear;
        -moz-transition: top 150ms linear;
        -ms-transition: top 150ms linear;
        -o-transition: top 150ms linear;
        transition: top 150ms linear;
    }
    .navbar-default .navbar-nav > li:hover > .dropdown-menu::after {
        top: 0;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        margin-top: -30px;
        margin-left: 10px;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }
}

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

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a,
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
        text-align: center;
        padding: 13px 25px;
    }
}

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

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

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
    background: rgba(255, 255, 255, 1);
    color: #191919;
}

/* ------------------------------------------ Logo ------------------------------------------ */

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

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

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

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

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

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

    #headerpic {
        background: #191919;
    }

    .slick-dots button {
        color: #ffffff;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

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

.slider-mask {
    display: block;
    background: linear-gradient(180deg, rgba(255, 253, 253, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#bannerOverlay {
    padding: 50px 0;
}

#bannerOverlay .tabHeadline {
    margin-bottom: 3.125vw;
    font-size: clamp(1.875rem, 3.75vw, 3.75rem);
    text-transform: uppercase;
    hyphens: auto;
}

#bannerOverlay p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 768px) {
    #bannerOverlay {
        position: absolute;
        bottom: 45px;
        z-index: 20;
        width: 100%;
        color: #ffffff;
        padding: 0;
    }

    #bannerOverlay .tabHeadline {
        color: #ffffff;
    }

    #bannerOverlay p {
        justify-content: space-between;
    }
}

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

#content {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    #content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: var(--color);
    font-weight: 700;
    line-height: 1.2;
    font-family: "Jost", sans-serif;
}

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

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

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

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

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

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

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

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

#newslinks,
#newsmandate {
    border: 1px solid #2e3c48;
}

/* ------------------------------------------ buttonstyle ----------------------------------------- */

#tab6 .colorButton a,
#bannerOverlay a {
    color: #ffffff;
    background: var(--color);
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    outline: 2px solid transparent;
    transition: background 300ms, color 300ms;
}

#bannerOverlay a:nth-of-type(1),
#tab6 #colorTab1 .colorButton a {
    background: var(--color1);
}
#bannerOverlay a:nth-of-type(2),
#tab6 #colorTab2 .colorButton a {
    background: var(--color2);
}
#bannerOverlay a:nth-of-type(3),
#tab6 #colorTab3 .colorButton a {
    background: var(--color3);
}
#bannerOverlay a:nth-of-type(5),
#tab6 #colorTab4 .colorButton a {
    background: var(--color4);
}
#bannerOverlay a:nth-of-type(4),
#tab6 #colorTab5 .colorButton a {
    background: var(--color5);
}

#colorTab2 .colorButton a:hover,
#colorTab2 .colorButton a:focus,
#bannerOverlay a:nth-of-type(2):hover,
#bannerOverlay a:nth-of-type(2):focus {
    background: #fff !important;
    color: #c52047 !important;
    text-decoration: none;
}

#colorTab3 .colorButton a:hover,
#colorTab3 .colorButton a:focus,
#bannerOverlay a:nth-of-type(3):hover,
#bannerOverlay a:nth-of-type(3):focus {
    background: #fff !important;
    color: #885d0c !important;
    text-decoration: none;
}

.colorTab4 .colorButton a:hover,
.colorTab4 .colorButton a:focus {
    background: #fff !important;
    color: #036487 !important;
    text-decoration: none;
}

#bannerOverlay a:nth-of-type(4),
#tab6 #colorTab5 .colorButton a {
    background: var(--color5);
}

.colorTab5 .colorButton a:hover,
.colorTab5 .colorButton a:focus {
    background: #fff !important;
    color: #036487 !important;
    text-decoration: none;
}

#colorTab1 .colorButton a:hover,
#colorTab1 .colorButton a:focus,
#bannerOverlay a:nth-of-type(1):hover,
#bannerOverlay a:nth-of-type(1):focus {
    background: #fff !important;
    color: #2b7373 !important;
    text-decoration: none;
}

.colorTab4 {
    padding-top: 30px;
    background-color: #e5f4fa;
}

/* ------------------------------------------ 6tab ----------------------------------------- */

#tab6 > .row {
    margin-bottom: 60px;
    color: #191919;
}

@media (min-width: 992px) {
    #tab6 > .row {
        margin-bottom: 90px;
    }
}

#tab6 :is(h1, h2, h3),
#tab6 .tabHeadline,
#tab6 .tab_link_title a,
#tab6 .tab_link_mehr a::after {
    font-size: clamp(1.375rem, 1.7vw, 1.625rem);
    margin-bottom: 4px;
}

#tab6 :is(h4, h5, h6) {
    font-size: 1.125rem;
    margin-bottom: 4px;
    font-weight: 500;
}

#tab6 .tabHeadline,
#tab6 .tab_link_title a,
#tab6 .tab_link_mehr a::after {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

#tab6 .colorHeadline .tabHeadline,
#tab6 .specialHeadline {
    font-size: clamp(1.875rem, 3vw, 2.8125rem);
    margin-bottom: 40px;
}

#tab6 .tab a,
#tab6 :is(h1, h2, h3, h4, h5, h6),
#tab6 .tabHeadline {
    color: var(--color);
}
#tab6 hr {
    background: var(--color);
}

#tab6 #colorTab1 .tab a,
#tab6 #colorTab1 :is(h1, h2, h3, h4, h5, h6),
#tab6 #colorTab1 .tabHeadline {
    color: var(--color1);
}
#tab6 #colorTab1 hr {
    background: var(--color1);
}

#tab6 #colorTab2 .tab a,
#tab6 #colorTab2 :is(h1, h2, h3, h4, h5, h6),
#tab6 #colorTab2 .tabHeadline,
#tab6 #colorTab2 .tab_link_title a,
#tab6 #colorTab2 .tab_date,
#tab6 #colorTab2 .tab_link_mehr a::after {
    color: var(--color2);
}
#tab6 #colorTab2 hr {
    background: var(--color2);
}

#tab6 #colorTab3 .tab a,
#tab6 #colorTab3 :is(h1, h2, h3, h4, h5, h6),
#tab6 #colorTab3 .tabHeadline {
    color: var(--color3);
}
#tab6 #colorTab3 hr {
    background: var(--color3);
}

#tab6 #colorTab5 .tab a,
#tab6 #colorTab5 :is(h1, h2, h3, h4, h5, h6),
#tab6 #colorTab5 .tabHeadline {
    color: var(--color5);
}
#tab6 #colorTab5 hr {
    background: var(--color5);
}

#tab6 #colorTab1 .tab ul li {
    padding: 15px 10px 15px 60px;
    background: transparent !important;
}

#tab6 #colorTab1 .tab ul li::before {
    background: url(../img/stichpunkt.png);
    width: 37px;
    height: 37px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

#tab6 hr {
    border: none;
    height: 1px;
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 35px;
}

#tab6 .colorTab {
    background: var(--bg);
    padding: 50px 0;
    color: #191919;
    font-size: 1.125rem;
}
#tab6 .colorTab#colorTab1 {
    background: var(--bg1);
}
#tab6 .colorTab#colorTab2 {
    background: var(--bg2);
}
#tab6 .colorTab#colorTab3 {
    background: var(--bg3);
    padding-top: 85px;
}
#tab6 .colorTab#colorTab4 {
    background: var(--bg4);
    padding-top: 85px;
}
#tab6 .colorTab#colorTab5 {
    background: var(--bg5);
    padding-top: 85px;
}

#tab6 .colorTab:last-of-type {
    padding-bottom: 90px;
}

#tab6 .colorButton {
    margin-top: 70px;
}

#tab6 .colorTab:last-of-type .colorButton {
    margin-top: 10px;
}

#tab6 .bildImg-left > div,
#tab6 .bildImg-right > div {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    min-height: 250px;
}

@media (max-width: 991px) {
    #tab6 .bildImg-left,
    #tab6 .bildImg-right {
        margin-bottom: 40px;
    }
}

#tab6 #colorTab2 .tab_spacer {
    display: none;
}

#tab6 #colorTab2 .tab_link_mehr {
    font-size: 0;
    text-align: left !important;
}

#tab6 #colorTab2 .tab_link_mehr a {
    text-decoration: none;
}

#tab6 #colorTab2 .tab_link_mehr a::after {
    content: "Tickets";
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    transition: color 300ms;
    margin-top: 50px;
    display: inline-block;
}

#tab6 #colorTab2 .tab_link_mehr a:hover::after,
#tab6 #colorTab2 .tab_link_mehr a:focus::after {
    color: #191919;
}

/* ----------------------------------------------- social ----------------------------------------------- */

.social a {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 15px;
    background: #191919;
    padding: 8px;
}
.social a img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
}

#tabSocial a {
    background: var(--color);
    margin-top: 10px;
}

#tabSocial a:hover,
#tabSocial a:focus {
    background: #191919;
}

#footerSocial a {
    background: var(--highlight);
}

#footerSocial a:hover,
#footerSocial a:focus {
    background: #ffffff;
}
/* ---------------------------------------------- footer ---------------------------------------------- */

footer {
    background-color: var(--color1);
    color: var(--highlight);
    padding-top: 25px;
    padding-bottom: 20px;
}

footer > .row {
    gap: 25px 0;
}

footer #footerTab :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.125rem, 1.5vw, 1.5rem);
    color: var(--highlight);
}

footer #footerTab a {
    color: var(--highlight);
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: var(--highlight);
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

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

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

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

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

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

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

#vernetzt b {
    color: var(--highlight);
    font-weight: 400;
}

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