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

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

body {
    font-family: "Montserrat", sans-serif;
    color: #2e2e2e;
    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: #db0080;
}

#content a,
a:hover,
a:focus {
    color: #db0080;
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .row, .compact, ._op-container .container {
        max-width: 1440px;
        width: 100%;
    }

    .horizontally>.row,
    #topbar>.row,
    footer>.row {
        max-width: 1600px;
        width: 100%;
    }
}

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

/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #db0080;
    background: linear-gradient(to bottom, #db0080, #520046);
    box-shadow: 0px 2px 10px 0px rgba(43, 43, 43, 0.2);
}

#topbar>.row {
    row-gap: 20px;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

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

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

@media (min-width: 576px) {
    form[id^="search"] {
        margin-bottom: 5px;
    }
}

form [id^="search_input"] {
    font-size: 1rem;
    color: #db0080;
    font-style: normal;
    font-weight: 300;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: 18px;
    padding-right: 54px;
    min-height: 38px;
    width: 100%;
    display: block;
    border-radius: 19px;
    min-width: 240px;
}

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

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

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

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

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

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

/* ------------------------------------------------ styler ---------------------------------------------- */

#topbar .styleWord {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#topbar .styleWord span {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    display: block;
    margin: 0 auto 4px auto;
}

#style button {
    padding: 0;
    border: none;
    color: #ffffff;
    display: inline-block;
    min-width: 48px;
    min-height: 48px;
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
    border: 5px solid #fdfdfd;
    border-radius: 100%;
    background: #520046;
    position: relative;
    line-height: 1;
    transition: color 300ms linear, background 300ms linear;
}

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

#style button:hover,
#style button:focus {
    background: #db0080;
}

/* -------------------------------------------- @nav2 Navigation ------------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: static !important;
    }

    #burgerButton {
        font-size: 13px;
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 2px;
        padding: 8px 0 0 0 !important;
        cursor: pointer;
        background: #ffffff;
        border: none !important;
        border-radius: 4px;
        color: #520046;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    #burgerButtonInner {
        margin-bottom: 26px;
        display: inline-block;
    }

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

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

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

    #burgerButtonInner2, #burgerButton:after {
        -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;
    }

    #burgerButtonInner2 {
        top: 26px;
    }

    #burgerButton:after {
        top: 36px;
    }

    #burgerButtonInner2, #burgerButton:after {
        content: "";
        display: block;
        position: absolute;
        background: #db0080;
        border-radius: 2px;
        width: 38px;
        height: 3px;
        left: 5px;
        font-size: 0;
    }

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

    .navbar-collapse {
        top: 0;
        background: #db0080;
        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 {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .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 {
        background: #db0080;
        position: relative;
    }

    .is-sticky #menu {
        left: unset !important;
    }

    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-wrap: wrap;
    }

    nav.horizontally li[class*="toplevel"] {
        flex-grow: 1;
    }

    nav.horizontally li[class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        margin: 0;
        padding: 10px 0;
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: 60vh;
        overflow: visible;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        background: rgba(255, 255, 255, 0.01);
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        height: auto;
    }

    nav.horizontally li[class*="secondlevel"] {
        float: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: table !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
        z-index: 1003;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }

    .nav li[class*="toplevel"].open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    #mCSB_1_scrollbar_vertical {
        left: 50%;
        margin-left: calc(962px/2);
    }

    nav.horizontally .dropdown-menu {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        max-width: 1600px;
        padding-top: 20px;
        padding-bottom: 45px;
    }

    #mCSB_1_scrollbar_vertical {
        margin-left: calc(1170px/2);
    }
}

nav.horizontally li[class$="_end"], nav.horizontally li[class$="_start"] {
    display: none;
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 10px 35px 15px 15px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

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

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

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 19px 5px;
        text-align: center;
    }
}

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

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class$="_over"]>a,
.navbar-default li[class*="toplevel"][class$="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class$="_over"]>a:focus {
    background: #520046;
}

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

@media (max-width: 991px) {

    .navbar-default li[class*="toplevel"]>.dropdown-menu,
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        padding: 10px;
        background: rgba(255, 255, 255, 0.96);
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        display: block;
    }
}

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

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
    color: #2e2e2e;
    text-align: left;
    padding: 8px 35px 8px 15px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default li[class*="secondlevel"]>a {
    font-weight: 600;
}

.navbar-default li[class*="thirdlevel"]>a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-default li[class*="secondlevel"]>a {
        padding: 20px 0 2px 0;
    }

    .navbar-default li[class*="thirdlevel"]>a {
        padding: 5px 0;
    }
}

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

.navbar-nav li[class*="secondlevel"]:hover>a,
.navbar-nav li[class*="secondlevel"]>a:hover,
.navbar-nav li[class*="secondlevel"]>a:focus,
.navbar-nav li[class*="secondlevel"].open>a,
.navbar-nav li[class*="secondlevel"].open>a:hover,
.navbar-nav li[class*="secondlevel"].open>a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus,
.navbar-nav li[class*="thirdlevel"]>a:hover,
.navbar-nav li[class*="thirdlevel"]>a:focus,
.navbar-nav li[class*="thirdlevel"].open>a,
.navbar-nav li[class*="thirdlevel"].open>a:hover,
.navbar-nav li[class*="thirdlevel"].open>a:focus,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus {
    color: #db0080;
}

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

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

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

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

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

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

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

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

.slider-mask {
    display: block;
    background: linear-gradient(to top, rgba(89, 0, 73, 0.75), rgba(207, 0, 123, 0.1)85%);
}

/* ----------------------------------------------- scrollBottom ----------------------------------------------- */

#scrollBottom {
    position: absolute;
    bottom: 43px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12;
}

#scrollBottom a {
    position: relative;
    text-align: center;
    display: block;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #f8f8f8;
    background: rgba(219, 0, 128, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    transition: background 200ms ease-in;
}

#scrollBottom a:hover,
#scrollBottom a:focus {
    background: #db0080;
}

#scrollBottom a::after {
    content: "";
    position: absolute;
    display: inline-block;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23f8f8f8' %3E%3Cpath d='M444-768v438L243-531l-51 51 288 288 288-288-51-51-201 201v-438h-72Z'/%3E%3C/svg%3E") center no-repeat;
}

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

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

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#nw1 {
    padding-bottom: 30px;
}

#nw1 hr {
    border-color: #db0080;
    opacity: 1;
    border-width: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

#nw1>.row {
    row-gap: clamp(30px, 2vw, 45px);
}

#nw1 .tabHeadline {
    color: #db0080;
    hyphens: auto;
    margin: 0;
    font-size: clamp(1.75rem, 2vw, 2.25rem);
}

#nw1 .tab,
#nw1 .tab_link,
#nw1 .tab_link>div {
    height: 100%;
    min-height: 100%;
}

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

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

@media (min-width: 768px) {
    #nw1 .tab_link_entries {
        grid-template-columns: repeat(3, 1fr);
    }
}

#nw1 .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
    color: #2e2e2e;
    padding: 250px 25px 25px 25px;
    background: #ffffff;
    border: unset !important;
    box-shadow: 0px 10px 20px 0px rgba(82, 0, 70, 0.15);
    transition: box-shadow 300ms linear;
}

#nw1 .tab_link_entry:hover,
#nw1 .tab_link_entry:focus {
    box-shadow: 0px 10px 20px 0px rgba(82, 0, 70, 0.25);
}

#nw1 .vorschau {
    color: #2e2e2e;
    opacity: 1;
}

#nw1 .tab_preview_picture {
    background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    overflow: hidden;
}

#nw1 .tab_link_entry::before {
    content: "";
    background: center / cover no-repeat, #f7cce5;
}

#nw1 .tab_link_entry::after {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(to top, rgba(219, 0, 128, 0.7), rgba(255, 255, 255, 0.7));
    opacity: 0;
    transition: opacity 300ms linear;
}

#nw1 .tab_link_entry:hover::after,
#nw1 .tab_link_entry:focus::after {
    opacity: 1;
}

#nw1 .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 6px 20px;
    background: #db0080;
    border-radius: 2px;
}

#nw1 .tab_link_title a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    color: #db0080;
    line-height: 1.2;
    margin-bottom: 8px;
}

#nw1 .tab_link_entries+div,
#nw1 .tab_link_entries .tab_spacer {
    display: none;
}

#nw1 .tab_link_mehr {
    font-size: 0;
    margin-top: 20px;
    text-align: right !important;
}

#nw1 .tab_link_mehr a {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    color: #ffffff;
    border-radius: 2px;
    padding: 8px 14px;
    background: #db0080;
}

#nw1 .tab_link_entry:hover .tab_link_mehr a,
#nw1 .tab_link_entry:focus .tab_link_mehr a {
    background: #520046;
}

#nw1 .tab_link_entry .tab_link_mehr a:hover,
#nw1 .tab_link_entry .tab_link_mehr a:focus {
    background: #1d2a1d;
}

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .buttonStyle {
    text-align: right;
}

#nw1 .buttonStyle a {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 2px;
    background: #db0080;
    transition: background 300ms linear, color 300ms linear;
}

@media (min-width: 768px) {
    #nw1 .buttonStyle a+a {
        margin-left: 12px;
    }
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
    color: #ffffff;
    background: #1d2a1d;
}

/* ------------------------------------------------ @23tab ----------------------------------------------- */

#tabs23 {
    padding-bottom: clamp(45px, 4vw, 70px);
}

#tabs23 hr {
    border-color: #db0080;
    opacity: 1;
    border-width: 4px;
    margin-top: 15px;
    margin-bottom: 45px;
}

#tabs23 .rowGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: clamp(2px, 1.5vw, 30px);
}

#tabs23 .box {
    min-height: 200px;
    overflow: hidden;
}

#tabs23 .box3 {
    grid-column: 3/5;
    grid-row: 1/3
}

#tabs23 .box4 {
    grid-column: 1/3;
    grid-row: 2/4
}

@media (max-width: 767px) {
    #tabs23 .box1 {
        grid-column: 1/3;
    }

    #tabs23 .box5 {
        grid-column: 3/5;
    }
}

#tabs23 .banner,
#tabs23 img {
    height: 100% !important;
    max-width: unset;
    display: block;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

#tabs23 .nivo-slice,
#tabs23 .slider-wrapper,
#tabs23 #slider {
    height: 100% !important;
    width: 100% !important;
}

#tabs23 .specialHeadline {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 35px;
}

#tabs23 .specialHeadline :is(h1, h2, h3, h4, h5, h6) {
    color: #db0080;
    font-size: clamp(1.75rem, 2vw, 2rem);
    margin: 0;
}

#tabs23 .galerieButton {
    margin-top: clamp(30px, 3vw, 45px);
}

#tabs23 .galerieButton a {
    text-decoration: none;
    display: inline-block;
    font-size: 1.125rem;
    color: #ffffff;
    padding: 10px 20px 9px 20px;
    border-radius: 4px;
    background: #db0080;
    transition: background 300ms linear, color 300ms linear;
}

#tabs23 .galerieButton a:hover,
#tabs23 .galerieButton a:focus {
    color: #ffffff;
    background: #1d2a1d;
}

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

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

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

h2, .h2, .legacy_h2 {
    font-size: clamp(1.75rem, 2vw, 2.125rem);
}

h3, .h3, .legacy_h3 {
    font-size: clamp(1.625rem, 2vw, 1.875rem);
}

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 #db0080;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
    font-size: 1rem;
    color: #ffffff;
    padding-top: clamp(30px, 3vw, 40px);
    padding-bottom: clamp(30px, 3vw, 40px);
    background-color: #db0080;
}

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

footer :is(h1, h2, h3, h4, h5, h6, a) {
    color: #ffffff !important;
}

footer .tab .tp-image-wrapper {
    text-align: left;
}

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

.iframetab iframe,
.iframetab .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
}

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

#innerfooter ul {
    padding: 0;
    line-height: 2;
}

@media (min-width: 992px) {
    #innerfooter ul {
        padding: 35px 0 35px 20px;
        margin-left: 15px;
        border-left: 1px solid #ffffff;
    }
}

#innerfooter li {
    display: block;
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

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

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

/* --------------------------------------------- lastOne -------------------------------------------- */

.lastOne {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.tabsocls {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .lastOne {
        align-content: end;
        align-items: end;
    }

    .tabsocls {
        text-align: right;
    }
}

.tabsocls p {
    display: inline-block;
}

.tabsocls p+p {
    margin-left: 8px;
}

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

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    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 img {
    margin-left: 15px;
}

/* --------------------------------------------- deko -------------------------------------------- */

@media (min-width: 1200px) {

    #tabs23,
    #nw1 {
        position: relative;
    }

    #nw1>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        display: block;
        top: 0;
        right: -245px;
        width: 206px;
        height: 382px;
        background: url('../img/Fleck-rechts.png') center no-repeat;
        animation: float1 6s ease-in-out infinite;
    }

    #tabs23>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        display: block;
        top: 245px;
        left: -245px;
        width: 245px;
        height: 382px;
        background: url('../img/Fleck-links.png') center no-repeat;
        animation: float2 6s ease-in-out infinite;
    }
}

@keyframes float1 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(20px) translateX(-10px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}