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

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

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

a {
    color: #005380;
}

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

b,
strong {
    font-weight: 600;
}

#overflow {
    overflow: hidden;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

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

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

#topbar {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2;
    font-size: 1.125rem;
}

@media (min-width: 576px) and (max-width: 991px) {
    #topbar>.row>*:last-child>*:last-child {
        margin-right: 70px;
    }
}

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

form[id^="search"] {
    height: 37px;
    background: #fff;
    display: inline-block;
    position: relative;
    border-radius: 30px;
    width: 100%;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    outline: 2px solid #005380;
}

@media(min-width:992px) {
    form[id^="search"] {
        width: 250px;
        max-width: 250px;
        margin-right: 0;
        margin-left: 20px;
    }
}

form [id^="search_input"] {
    color: #636363;
    font-size: 15px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 37px;
    padding-left: 14px;
    padding-right: 47px;
    height: 37px;
    width: 100%;
    border-radius: 30px;
}

form [id^="search_submit"] {
    width: 37px;
    height: 37px;
    border: none;
    background-color: #005380;
    background-image: url('../img/suche-icon.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

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

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

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

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

/* --------------------------------------------- contrast + styler ------------------------------------------- */
#contrast_style,
#style {
    margin-bottom: 10px;
}

#contrast_style+#style {
    margin-left: 20px;
}

@media(min-width:1200px) {
    #contrast_style+#style {
        margin-left: 40px;
    }
}

#style button, #contrast_style button {
    font-size: 18px;
    padding: 0;
    border: none;
    color: #191919;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #b0cddb;
    position: relative;
    line-height: 1;
}

#contrast_style, #contrast_style button {
    font-size: 0;
}

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

@media(min-width:1200px) {
    #style button+button, #contrast_style button+button {
        margin-left: 8px;
    }
}

#style button:hover, #style button:focus, #contrast_style button:hover, #contrast_style button:focus {
    background: #005380;
    color: #ffffff;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 83, 128, 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, 83, 128, 1) 50%);
}

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

#contrast_style h2,
#style h2 {
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}
/* #endregion -------------------------------------- topbar ---------------------------------------- */

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

/* burgermenu for tablet */

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

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

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #005380;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        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"] #burgerButtonInner2 {
        opacity: 0;
    }

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

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

    .navbar-nav {
        padding: 20px 10px;
    }

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

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

    .navbar-header {
        position: fixed;
        top: 30px;
        right: 15px;
        z-index: 101;
        transition: top 300ms linear;
    }

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

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

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

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

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

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

@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) {
    #menu {
        background: #fff;
        border-bottom: 6px solid #b0cddb;
    }
    .is-sticky #menu {
        left: auto !important;
    }

    .horizontally > .row {
        max-width: 1440px;
        width: 100%;
    }

    nav.horizontally .navbar-nav {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: -6px;
        padding: 0 25px;
        position: relative;
        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"]>.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

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

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) {
        position: relative;
    }

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

    .navbar-default :is(.open>.dropdown-menu, .navbar-nav li[class*="toplevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]>ul[style*="block"]) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:focus-within>ul, 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 :is(li[class*="toplevel"]:hover>ul, li[class*="secondlevel"]:hover>ul) {
        z-index: 1003;
    }
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #636363;
    font-weight: 600;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
}

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

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

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

    .navbar-default li[class*="toplevel"]>a {
        padding: 50px 6px 27px 6px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        position: relative;
    }

    .navbar-default li[class*="toplevel"]>a::before {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 31px;
        height: 30px;
    }

    .navbar-default li:nth-child(6n+1)[class*="toplevel"]>a::before {
        background: url('../img/icon-startseite.png') top center no-repeat; 
    }
    .navbar-default li:nth-child(6n+2)[class*="toplevel"]>a::before {
        background: url('../img/icon-ueber-uns.png') top center no-repeat; 
    }
    .navbar-default li:nth-child(6n+3)[class*="toplevel"]>a::before {
        background: url('../img/icon-hilfe-und-beratung.png') top center no-repeat; 
    }
    .navbar-default li:nth-child(6n+4)[class*="toplevel"]>a::before {
        background: url('../img/icon-veranstaltung.png') top center no-repeat; 
    }
    .navbar-default li:nth-child(6n+5)[class*="toplevel"]>a::before {
        background: url('../img/icon-mitglied-werden.png') top center no-repeat; 
    }
    .navbar-default li:nth-child(6n+6)[class*="toplevel"]>a::before {
        background: url('../img/icon-spenden.png') top center no-repeat; 
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        display: block;
    }
}

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

/* -------------------------------------------- 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 {
    color: #005380;
}

.navbar-default li[class*="toplevel"]:focus-within>a {
    color: #005380;
}

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

.navbar-default li[class*="toplevel"]:focus-within>a::after {
    width: 100%;
}
.navbar-default li[class*="toplevel"]:hover>a::before,
.navbar-default li[class*="toplevel"]>a:hover::before,
.navbar-default li[class*="toplevel"]>a:focus::before,
.navbar-default li[class*="toplevel"].open>a::before,
.navbar-default li[class*="toplevel"].open>a:hover::before,
.navbar-default li[class*="toplevel"].open>a:focus::before,
.navbar-default li[class*="toplevel"][class*="_over"]>a::before,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover::before,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus::before {
    filter: brightness(0) saturate(100%) invert(21%) sepia(46%) saturate(2994%) hue-rotate(179deg) brightness(95%) contrast(100%);
}

.navbar-default li[class*="toplevel"]:focus-within>a::before {
    filter: brightness(0) saturate(100%) invert(21%) sepia(46%) saturate(2994%) hue-rotate(179deg) brightness(95%) contrast(100%);
}
/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
    background: #ffffff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

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

    .navbar-default li[class*="secondlevel"]>ul {
        margin: 10px;
    }
}

@media(min-width: 992px) {
    .navbar-default :is(li[class*="toplevel"]>ul, li[class*="secondlevel"]>ul) {
        padding-top: 18px;
        padding-bottom: 18px;
    }

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

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

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

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

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

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

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

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

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

.navbar-default li[class*="secondlevel"]:focus-within>a,
.navbar-default li[class*="thirdlevel"]:focus-within>a {
    color: #005380;
}

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

/* #region ------------------------------------- resp-gaps -------------------------------------- */

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

#headerpic>.row,
#footer>.row {
    row-gap: 40px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

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

#headerpic {
    padding-top: clamp(50px, 10vw, 110px);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920px' height='100px'%3E%3Cpath fill='%23fff' d='M0.000,-0.000 C0.000,-0.000 479.333,100.1000 958.1000,100.1000 C1439.333,100.1000 1920.1000,-0.000 1920.1000,-0.000 L1920.1000,100.1000 L0.000,100.1000 L0.000,-0.000 Z'/%3E%3C/svg%3E") center bottom / 101% auto no-repeat,
        url('../img/bg-header.jpg') center / cover no-repeat,
        #b0cddb;
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    #headerpic {
        font-size: 1.125rem;
    }
}

.index #headerpic {
    padding-bottom: clamp(150px, 14vw, 230px);
}

body:not(.index) #headerpic {
    padding-top: 50px;
}

/* header text */

@media (min-width: 768px) {
    body:not(.index) #header-text {
        padding-bottom: clamp(30px, 8vw, 50px);
    }
}

@media (min-width: 992px) {
    #header-text {
        padding-right: clamp(30px, 8vw, 60px);
    }
}

#headerpic,
.slider-wrapper a {
    color: #191919;
}

#headerpic :is(h1, h2, h3, h4, h5, h6) {
    color: #005380;
}

#headerpic :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    color: #005380;
    font-style: normal;
}

#headerpic p :is(i, em) {
    font-weight: 600;
    background: #005380;
    padding: 6px 15px 4px 15px;
    border-radius: 6px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 22px;
    color: #fff;
}

body:not(.index) #headerpic p {
    display: none;
}

body:not(.index) #headerpic :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}


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

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

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

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

    body.index #slider {
        height: 460px;
    }

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

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

#headerpic .slider-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(-50px, -4vw, -10px);
}

#slider,
#headerpic .slider-wrapper::after {
    border-radius: clamp(100px, 15vw, 200px) 50px;
}

#headerpic .slider-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: -30px;
    left: 30px;
    top: 30px;
    border: 1px solid rgba(0, 83, 128, 0.3);
}

.slider-mask {
    display: none;
}

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


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

#tabs {
    padding-top: 30px;
}

@media (min-width: 992px) {
    #tabs {
        padding-top: 0;
        position: relative;
        z-index: 60;
        margin-top: -100px;
    }
}

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

#tabs .tab {
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: 100%;
    min-height: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

#tabs .tab.tab2 {
    font-size: 1.5625rem;
    background: #005380 url('../img/tab-hintergrund2.png') bottom center no-repeat;
    padding: 40px 20px 120px 20px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #tabs .tab.tab2 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#tabs .tab .tabHeadline {
    font-size: 1.5625rem;
    margin-bottom: 0;
    padding: 20px;
    background-color: #005380;
    border-radius: 20px 20px 0 0;
    color: #fff;
}

#tabs .tab.tab2 .tabHeadline {
    font-size: 2.1875rem;
    padding-bottom: 0;
    text-transform: none;
}

#tabs .tab.tab2 :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(2.1875rem, 4vw, 3.125rem);
}

.tabContent {
    padding: 20px 20px 120px 20px;
}

#tabs .tab.tab2,
#tabs .tab.tab2 .tabHeadline,
#tabs .tab.tab2 h1,
#tabs .tab.tab2 h2,
#tabs .tab.tab2 h3,
#tabs .tab.tab2 h4,
#tabs .tab.tab2 h5,
#tabs .tab.tab2 h6 {
    color: #ffffff;
}

#tabs .tab.tab2 a {
    color: #ffffff;
    text-decoration: underline;
}

#tabs .tab.tab2 b,
#tabs .tab.tab2 strong {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width: 992px) {

    #tabs .tab.tab2 b,
    #tabs .tab.tab2 strong {
        font-size: 3.75rem;
    }
}

#tabs .tab_link_title a,
#tabs .tab_link_mandat a {
    color: #005380;
}

#tabs .tab_link_title a {
    font-weight: 600;
}

#tabs .tab_link_mehr {
    color: transparent;
    font-size: 0;
}

#tabs .tab_spacer {
    height: 15px;
}

.tab_link_entry {
    border-bottom: 1px solid #636363;
    margin-bottom: 20px;
}

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

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

#content > .row {
    position: relative;
}

#content > .row::before {
    content: '';
    display: block;
    position: absolute;
    top: -300px;
    left: -360px;
    width: 268px;
    height: 322px;
    background: url('../img/deko-element-links.png') no-repeat;
}

body:not(.index) #content > .row::before {
    top: 0;
}

#content > .row::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -360px;
    width: 268px;
    height: 322px;
    background: url('../img/deko-element-rechts.png') no-repeat;
}



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

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

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

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited),
.legacy_h4 {
    font-size: 1.625rem;
}

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

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

/* ------------------------------------------------ newsletterBox ----------------------------------------------- */

#newsletterBox {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #666978;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    #newsletterBox::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
    background: url('../img/overlay-bogen.png') no-repeat; 
}
}


#newsletterBox::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    top: 0;
    background-color: rgba(102, 105, 120, 0.94);
}

@media (max-width: 767px) {
    #newsletterBox::before {
        left: 25px;
        bottom: 25px;
        top: 25px;
    }
}

#newsletterBox .tab {
    padding: 90px 25px 52px 25px;
    color: #ffffff;
}

#newsletterBox strong,
#newsletterBox b {
    font-size: 1.25rem;
}

#newsletterBox .tab a {
    color: #ffffff;
}

#newsletterBox :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

#newsletterInputs {
    min-height: 50px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 30px;
    margin-top: 40px;
}

#newsletter_input {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 45px;
    height: 50px;
    width: 100%;
}

#newsletter_submit {
    width: 70px;
    background: url('../img/icon-mail.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#newsletter_submit:hover {
    transform: translate(-10px, 0px);
    -webkit-transform: translate(-10px, 0px);
    -moz-transform: translate(-10px, 0px);
}

#newsletter_input::-ms-input-placeholder {
    color: #636363 !important;
}

#newsletter_input::-webkit-input-placeholder {
    color: #636363 !important;
}

#newsletter_input::-moz-placeholder {
    opacity: 1;
}

#newsletter_input:-moz-placeholder {
    opacity: 1;
}

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

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

footer,
footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

#footer {
    padding: clamp(60px, 10vw, 100px) 0 clamp(40px, 10vw, 60px) 0;
    background: url('../img/bg-innerfooter.png') center bottom / 100% auto no-repeat,#b0cddb;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.375rem;
    color: #ffffff;
    font-weight: 600;
}

.footer-tab {
    border-radius: 50px;
    background: url('../img/deko-kreise-hellblau-footer.png') top -30px right -150px no-repeat, #005380;
    padding: 40px 40px 34px 60px;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    hyphens: auto;
}

.footer-tab::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #666978;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.footer-tab-1::after {
    background-image: url("../img/icon-spenden2.png");
}

.footer-tab-2::after {
    background-size: 32px auto;
    background-image: url("../img/icon-mitglied-antrag2.png");
}

.footer-tab-3::after {
    background-image: url("../img/icon-kontaktdaten.png");
}

#innerfooter {
    padding: 30px 0;
    background: #005380;
}

@media (min-width: 992px) {
    #innerfooter {
        padding: 15px 0;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 15px;
        color: #f7d331;
    }

    #innerfooter li {
        display: inline-block;
    }
}

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

#innerfooter li a {
    color: inherit;
}

@media (max-width: 575px) {
    #innerfooter li a {
        padding: 4px;
        display: inline-block;
    }
}

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

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

#innerfooter #vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.3;
    margin: 20px auto 0 auto;
    text-decoration: none;
}

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

#innerfooter #vernetzt span span {
    display: block;
}

#innerfooter #vernetzt img {
    margin-left: 15px;
}

#innerfooter nav li > a {
  display: inline-block;
}

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


/* #region --------------------------------------- buttonStyle --------------------------------------- */

.buttonStyle a,
#tabs .tab_link_mehr a {
    text-decoration: none !important;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #666978;
  background: #666978;
}

.buttonStyle a::after,
#tabs .tab_link_mehr a::after {
    content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: -8px;
  right: -8px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: -1;
}

#tabs .tab_link_mehr a::after {
  border: 1px solid #d1d2d6;
}