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

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

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

a {
    color: #0062ae;
}

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

b,
strong {
    font-weight: 600;
}

@media (min-width: 1200px) {

    .row,
    .compact,
    ._op-container .container {
        max-width: 1600px;
        width: 100%;
    }
}

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

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

#logo img {
    display: block;
}

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

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

.options {
    line-height: 1;
    position: relative;
    z-index: 1;
    gap: 30px;
}

@media (max-width: 991px) {
    .options {
        background-color: #ffffff;
        padding: 10px 0;
        position: relative;
        z-index: 44;
    }
}

/* --------------------------------------------- button2 --------------------------------------------- */

.button1 a:not(.has-image):not([rel]),
.button2 a:not(.has-image):not([rel]) {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    background: #990f0f;
    transition: background 300ms linear, color 300ms linear;
}

.button1 a:not(.has-image):not([rel]) {
    border: 2px solid #004275;
    color: #004275;
    background: transparent;
}

.button1 a:not(.has-image):not([rel]):is(:hover, :focus),
.button2 a:not(.has-image):not([rel]):is(:hover, :focus) {
    background-color: #004275;
    color: #fff;
}

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

#search {
    min-height: 50px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(3, 68, 119, 0.1);
}

#search_input {
    color: #404040;
    font-size: 1.125rem;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: 20px;
    padding-right: 65px;
    min-height: 50px;
    width: 100%;
}

#search_submit {
    width: 60px;
    background: url('../img/icon-suche.png') center no-repeat, #ffffff;
    padding: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    transition: background-color 300ms linear;
}

#search_submit:is(:hover, :focus) {
    background-color: #f1f1f1;
}

#search_input::-ms-input-placeholder {
    color: #404040 !important;
}

#search_input::-webkit-input-placeholder {
    color: #404040 !important;
}

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

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

#search input::placeholder {
    color: #404040 !important;
    opacity: 1 !important;
    font-style: normal !important;
}

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

/* burgermenu for tablet */
@media (max-width: 991px) {
    #menu {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        padding: 10px 0 10px 0;
        background: #ffffff;
        position: relative !important;

    }

    #burgerButton {
        background-color: #004275;
        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) {
    #topBox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 106;
    }

    #menu {
        padding: 5px 0 5px 0;
        background-color: rgba(255, 255, 255, 0.01);
        transition: padding 200ms linear, background 200ms linear, box-shadow 200ms linear;
        left: auto !important;
    }

    .is-sticky #menu {
        padding: 10px 0 10px 0;
        background: #ffffff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .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;
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu {
        left: 0;
        margin-top: 15px;
    }

    /* Fade in Hover Start */
    .navbar-default .navbar-nav li[class*="toplevel"]>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
        display: block !important;
        opacity: 0;
        pointer-events: none;
        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"] {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

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

    .navbar-default .nav .open>.dropdown-menu {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Pseudo */
    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        right: 0;
        top: -15px;
    }

    /* 3rd */
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        bottom: 0;
        content: "";
        display: block;
        left: -40px;
        position: absolute;
        top: 0;
        width: 50px;
    }

    /* Fade in Hover End */
}

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

.navbar-default .navbar-nav>li>a {
    color: #0062ae;
    font-size: 1.125rem;
    font-weight: 600;
    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>a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 0px;
        background: #004275;
        opacity: 0;
        margin: 0 auto;
        transition: all 300ms;
    }

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

    .navbar-default .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }

    .navbar-default .navbar-nav>li>a.dropdown-toggle::after {
        border-bottom: 1px solid #0062ae;
        border-left: 1px solid #0062ae;
        border-radius: 1px;
        content: "";
        display: block;
        height: 6px;
        margin-top: -5px;
        position: absolute;
        right: 13px;
        top: 50%;
        transform: rotate(-45deg);
        transition: border 300ms linear;
        width: 6px;
    }
}

@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 {
    color: #004275;
    text-decoration: none;
}

.navbar-nav>li:focus-within>a {
    color: #004275;
}

.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;
}

.navbar-nav>li>a:hover::before,
.navbar-nav>li>a:hover::before,
.navbar-nav>li>a:focus::before,
.navbar-nav>li.open>a::before,
.navbar-nav>li.open>a:hover::before,
.navbar-nav>li.open>a:focus::before,
.navbar-nav>li[class$="_over"]>a::before,
.navbar-nav>li[class$="_over"]>a:hover::before,
.navbar-nav>li[class$="_over"]>a:focus::before {
    opacity: 1;
    width: 40px;
}

.navbar-nav>li:focus-within>a::before {
    opacity: 1;
    width: 40px;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

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

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        border-radius: 10px;
        margin: 10px 0;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 15px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-left: 35px;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    border-radius: 30px;
    color: #404040;
    font-size: 1rem;
    font-weight: normal;
    padding: 8px 15px;
    text-align: left;
}

/* ------------------------------------------ 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: #0062ae;
    color: #ffffff;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #0062ae;
    color: #ffffff;
}

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

#slider {
    overflow: hidden;
    position: relative;
    /*1920px * 890px*/
    max-height: clamp(500px, 60vw, 890px);
}

body:not(.index) #slider {
    /*1920px * 450px*/
    max-height: 23.5vw;
    max-height: clamp(300px, 30vw, 450px);
}

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 65px;
    }

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

    #headerpic {
        background-color: #004275;
        max-height: 450px;
        position: relative;
    }

    body.index #headerpic {
        max-height: 890px;
    }

    .theme-nivo .nivo-controlNav .slick-dots li {
        color: #fff;
    }
}

@media (max-width: 991px) {

    #slider-onebanner,
    #slider .nivo-box>div,
    #slider .nivo-slice>div,
    #slider .nivo-main-image,
    #slider div[style*='background-size'] {
        background-attachment: unset !important;
        background-size: 100% auto !important;
    }
}

.slider-mask {
    display: block;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.75) 100%);
}

body.index .slider-mask {
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.75) 100%);
}

/* ------------------------------------------------ banneroverlay ----------------------------------------------- */

#banneroverlay {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

#banneroverlay .slogan {
    color: #004275;
    font-size: clamp(1.125rem, 3vw, 1.5625rem);
}

#banneroverlay .slogan :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

#banneroverlay .slogan a {
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.25rem);
    padding: 6px 35px;
    border-radius: 25px;
    background: #0062ae;
    text-shadow: none;
}

#banneroverlay .slogan a:is(:hover, :focus) {
    background-color: #004275;
}

@media (min-width: 992px) {

    #banneroverlay .slogan {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    #banneroverlay .slogan :is(h1, h2, h3, h4, h5, h6) {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    }


    #banneroverlay {
        position: absolute;
        width: 100%;
        z-index: 12;
        bottom: 55px;
    }

    #banneroverlay .slogan {
        color: #fff;
    }

    #banneroverlay .slogan :is(h1, h2, h3, h4, h5, h6) {
        color: #fff;
    }
}

/* ----------------------------------------------- noPadding ----------------------------------------------- */

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

/* ----------------------------------------------- tabs ----------------------------------------------- */

@media (min-width: 1600px) {
    #tabs>.row {
        max-width: 1600px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #tabs .col-lg-3 {
        max-width: 30%;
        flex: 0 0 30%;

    }

    #tabs .col-lg-6 {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

#tabs {
    position: relative;
}



#tabs .tab {
    position: relative;
    border: 2.5px solid #ffffff;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    align-items: stretch;
}

#tabs .tab,
#tabs .tabElement {
    border: 2.5px solid #ffffff;
}

#tabs .tabContent p,
#tabs .tabContent div {
    height: 100% !important;
}

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

#tabs .tab::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0062ae;
    opacity: 0;
    transition: opacity 300ms linear;
    z-index: 1;
}

#tabs .tab:is(:hover, :focus)::before {
    opacity: 0.5;
}

#tabs .tab .tabContent {
    line-height: 0;
}

#tabs .tabHeadline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    color: #ffffff;
    padding: 10px 115px;
    min-height: 110px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 1.5625rem;
    background: rgba(0, 98, 174, 0.9);
    margin: 0;
}

#service {
    position: relative;
}

@media (min-width: 1200px) {
    #service .tab2::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 40px;
        left: -65px;
        width: 130px;
        height: 130px;
        background: url('../img/logo-kind-schutz.png') center no-repeat;
        z-index: 1;
    }
}

@media (min-width: 1600px) {
    #service>.row {
        max-width: 1820px;
        width: 100%;
    }
}

#service .tabElement {
    color: #fff;
    height: 100%;
    font-size: 1.125rem;
    padding: 40px 30px;
    background-color: #0062ae;
    position: relative;
}

#service .tabHeadlineElement,
#service a {
    color: #fff;
}

#service .tabHeadlineElement {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: clamp(15px, 3vw, 45px);
}

#service.buttonStyle a {
    text-decoration: none;
    display: inline-block;
    color: #004275;
    font-weight: 600;
    padding: 6px 35px;
    border-radius: 25px;
    background: #ffffff;
    margin: 4px;
}

#service.buttonStyle a:is(:hover, :focus) {
    background-color: #f1f1f1;
}


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

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



/* ----------------------------------------------- donate ----------------------------------------------- */

#donate {
    position: relative;
    padding-top: clamp(30px, 5vw, 80px);
    padding-bottom: clamp(30px, 5vw, 80px);
    overflow: hidden;
}

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

#donate .tab {
    color: #ffffff;
    padding: 30px;
    background-color: #0062ae;
}

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

#donate .tabHeadline {
    font-size: clamp(1.75rem, 2vw, 2.125rem);
    margin-bottom: clamp(15px, 2vw, 20px);
    color: #ffffff;
}

@media (min-width: 1200px) {
    #donate>.row>*:last-child::before {
        content: '';
        position: absolute;
        pointer-events: none;
        bottom: clamp(-80px, -5vw, -30px);
        left: -340px;
        width: 297px;
        height: 405px;
        background: url('../img/gruppe-jugendliche.png') center no-repeat;
    }
}

/* ----------------------------------------------- @7nw news -------------------------------------------- */

#nw7 .tab {
    color: #ffffff;
    padding: 0;
    min-height: 100%;
    height: 100%;
    background-color: #0062ae;
}

@media (min-width: 992px) {
    #nw7 .tab {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
}

#nw7 .tabHeadline {
    margin: 0;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    position: relative;
    background-color: #005394;
}

@media (min-width: 992px) {
    #nw7 .tabHeadline {
        border-right: 1px solid #ffffff;
        height: 100%;
        min-height: 100%;
    }
}

#nw7 .tabHeadline::before {
    content: "";
    display: block;
    height: 91px;
    width: 100%;
    margin-bottom: 14px;
    background: url('../img/icon-aktuelles.png') center no-repeat;
}

#nw7 .tabContent {
    padding: 25px 30px 20px 30px;
    line-height: 1.3;
}

#nw7 .tab_link_title a {
    color: #ffffff;
    font-weight: 600;
}

#nw7 .tab_link_mandat a {
    color: #ffffff;
    font-style: italic;
}

#nw7 .tab_link_date {
    font-style: italic;
}

#nw7 .tab_spacer {
    height: 20px;
}

/* ----------------------------------------- @7nw mehr-button ---------------------------------------- */

#nw7 .tab_link_mehr {
    color: transparent;
    font-size: 0;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    #nw7 .tab_link_mehr {
        text-align: right;
        right: -45px;
    }
}

#nw7 .tab_link_mehr a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: clamp(1rem, 3vw, 1.125rem);
    color: #004275;
    font-weight: 400;
    padding: 7px 20px;
    background: #ffffff;
    border-radius: 23px;
}

#nw7 .tab_link_mehr a:hover,
#nw7 .tab_link_mehr a:focus {
    color: #ffffff;
    background: #005394;
}

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

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

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

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

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

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

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

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

/* ----------------------------------------------- @2f footer ----------------------------------------------- */

#footer {
    color: #ffffff;
    padding-top: clamp(30px, 4vw, 60px);
    padding-bottom: clamp(30px, 4vw, 60px);
    background-color: #0062ae;
}

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

/* --------------------------------------------- footerTab -------------------------------------------- */

.footerTab {
    font-size: clamp(1rem, 1vw, 1.125rem);
}

.footerTab .tabHeadline {
    color: #ffffff;
    font-size: 1.5625rem;
    margin-bottom: clamp(15px, 2vw, 20px);
}

.footerTab a {
    color: #ffffff;
    text-decoration: underline;
}

/* ----------------------------------------------- scrollTop ----------------------------------------------- */

#scrollTop {
    text-decoration: none;
    color: #004275;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 600;
    opacity: 1 !important;
    max-width: 170px;
    padding: 10px 20px;
    margin: 0 auto 25px auto;
    border-radius: 30px;
    background-color: #ffffff;
}

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

#scrollTop:hover,
#scrollTop:focus {
    background-color: #f1f1f1
}

#scrollTop span {
    position: relative;
    display: inline-block;
    font-size: 0;
    height: 35px;
    width: 18px;
    margin-right: 4px;
    transition: border-radius 300ms linear;
}

#scrollTop span::after {
    content: "";
    position: absolute;
    display: inline-block;
    margin-top: -1px;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 1px;
    border-right: 2px solid #004275;
    border-top: 2px solid #004275;
    transform: rotate(-45deg);
}

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

#vernetzt {
    gap: 12px;
    text-align: right;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}

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

#innerfooter {
    font-size: clamp(1rem, 1vw, 1.125rem);
    color: #ffffff;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #004275;
}

#innerfooter ul {
    padding: 0 !important;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

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

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

@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;
    }
}