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

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

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

a {
    color: #045ab0;
}

a:hover,
a:focus {
    color: #045ab0;
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

@media (min-width: 1200px) {
    body {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 35px;
    }

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

a:focus,
input:focus,
button:focus,
form:focus {
    outline: 3px solid #fcdb00 !important;
}

#tabsOben .mehrLink a:focus,
#tabsOben .tab_link_mehr:focus,
.tab-1 a:focus,
.tab-3 a:focus {
    outline: 3px solid #045ab0 !important;
}

/* ----------------------------------------------- 3tp topbar ----------------------------------------------- */

#topbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
}

@media (min-width: 992px) {
    #topbar {
        padding-top: 12px;
        padding-bottom: 3px;
    }
}

/* ------------------------------------------------ contrast ---------------------------------------------- */

#contrast_style {
    display: flex;
}

#contrast_style button {
    color: #010101;
    padding: 0;
    border: none;
    display: inline-block;
    width: 29px;
    height: 29px;
    font-weight: 400;
    text-align: center;
    background: #e6eef7;
    position: relative;
    z-index: 1;
    font-size: 0;
}

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

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

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
    border: 1px solid #010101;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, #010101, #010101 50%, #ffffff 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, #ffffff, #ffffff 50%, #010101 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: linear-gradient(to right, #ffffff, #ffffff 50%, #045ab0 50%);
}

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

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

#style button {
    padding: 0;
    border: none;
    color: #010101;
    display: inline-block;
    width: 29px;
    height: 29px;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    line-height: 1;
    font-size: 14px;
}

#style button {
    padding: 0;
}

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

#style button:hover,
#style button:focus {
    color: #045ab0;
    background: #e6eef7;
}

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

/*--------------------- @14b ---------------------*/

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

#logo {
    display: inline-block;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    #logo::before {
        content: '';
        display: block;
        height: 87px;
        width: 20vw;
        position: absolute;
        top: -26%;
        left: -6vw;
        background: linear-gradient(90deg, #045ab0 0%, #0573e1 100%);
        z-index: -1;
    }

    #logo {
        position: absolute;
        top: -31px;
    }
}

@media (min-width: 1200px) {
    #logo::before {
        height: 90px;
        width: 29vw;
        top: -15px;
        left: -8vw;
    }
}

#logo img {
    display: block;
}

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

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    .horizontally {
        background: linear-gradient(90deg, #045ab0 0%, #0573e1 100%);
    }

    #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: #045ab0;
        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 (max-width: 991px) {
    .is-sticky .horizontally {
        position: relative !important;
    }
}

@media (min-width: 992px) {
    .is-sticky .horizontally {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    #nav-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 150;
    }

    .horizontally {
        padding: 15px 0;
        background: #ffffff;
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .is-sticky #logo::before {
        width: 31vw;
        left: -9vw;
    }

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

    nav.horizontally .navbar-nav>li {
        flex-grow: 1;
    }

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

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

    /* Fade in Hover Start */
    .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;
    }

    /* Pseudo */

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

    /* 3rd */

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }

    /* Fade in Hover End */
}


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

.navbar-default .navbar-nav>li>a {
    color: #010101;
    font-weight: 700;
    text-align: left;
    padding: 10px 35px 15px 35px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

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

    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 18px 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 1.125rem;
    }
}

@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::before {
    content: "...";
    display: block;
    font-size: 3.1rem;
    font-weight: 400;
    color: #045ab0;
    position: absolute;
    left: calc(50% - 22px);
    bottom: -5px;
    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;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>a::before {
        left: 33px;
        bottom: -8px;
    }
}

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

.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: #045ab0;
    background-color: transparent;
}

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

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #ffffff;
}

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

@media(min-width:992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -12px;
        margin-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: #404040;
    font-weight: 400;
    text-align: left;
    padding: 9px 35px;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
}

@media (max-width: 991px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        hyphens: auto;
    }
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a::before,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 19px;
    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;
    background: url('../img/sub-active.png') no-repeat;
    width: 24px;
    height: 6px;
}

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

.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 {
    color: #404040;
}

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

/* ------------------------------------------ Banner ------------------------------------------ */

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

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

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

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

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

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

    #headerpic .nivo-controlNav {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 800px;
        top: 0;
        left: 29%;
    }
}

@media (min-width: 1200px) {
    #headerpic .nivo-controlNav {
        left: 49%;
    }
}

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

.slider-mask {
    display: block;
    background: url('../img/slider-mask.png') center bottom no-repeat;
}

/*  Banner Dots + Arrows  */

.theme-default .nivo-controlNav a {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 14px;
    height: 13px;
    margin: 0 5px;
    position: relative;
}

.theme-default .nivo-controlNav .active {
    background: #ffffff;
}

@media (min-width: 992px) {
    .theme-default .nivo-controlNav a:not(:first-child):before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ffffff;
        position: absolute;
        top: 42%;
        left: -100%;
    }
}

.theme-default .nivo-directionNav .nivo-nextNav {
    background: url('../img/arrow.png') center no-repeat;
}

.theme-default .nivo-directionNav .nivo-prevNav {
    background: url('../img/arrow.png') center no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Scroll Down Button */

#scroll-container {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 51;
}

a#scrollBottomBtn {
    font-size: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    pointer-events: auto;
    -webkit-animation: bounceAni 2s infinite 2s;
    animation: bounceAni 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.contrast_light a#scrollBottomBtn {
    background-color: #010101 !important;
}

a#scrollBottomBtn:focus,
a#scrollBottomBtn:hover {
    background-color: #045ab0;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

a#scrollBottomBtn::before {
    content: '';
    display: block;
    border: solid #ffffff;
    border-width: 0 0 2px 2px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 5px);
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

a#scrollBottomBtn::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 5px);
}

@keyframes bounceAni {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* ------------------------------------------------ tabsOben ----------------------------------------------- */

#tabsOben {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    border-bottom: 10px solid #fcdb00;
}

@media (max-width: 1199px) {
    #tabsOben {
        padding-top: 40px;
    }

    #tabsOben>.row>*:first-child {
        order: 1;
    }

    #tabsOben>.row>*:nth-child(2) {
        order: 3;
    }

    #tabsOben>.row>*:last-child {
        order: 2;
    }
}

@media (max-width: 767px) {
    #tabsOben>.row>*:first-child {
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    #tabsOben {
        z-index: 12;
    }

    #tabsOben .tab {
        margin-top: -195px;
        z-index: 102;
        position: relative;
    }

    #tabsOben {
        margin-left: -30px;
        margin-right: -30px;
    }
}

#tabsOben .tab {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    padding: 40px;
    height: 100%;
}

@media (max-width: 991px) {
    #tabsOben .tab {
        font-size: 1rem;
        hyphens: auto;
    }
}

#tabsOben .tab .tabHeadline {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

#tabsOben .tab .tabHeadline::before {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 100px;
    background: #fcdb00;
}

@media (min-width: 768px) {
    #tabsOben .tab .tabHeadline {
        font-size: 1.875rem;
    }
}

#tabsOben .tab_link_mandat,
#tabsOben .vorschau,
#tabsOben .tab_link_entry>div:nth-last-child(2) {
    display: none;
}

#tabsOben .tab_link_entry {
    border: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    padding-left: 90px;
    z-index: 12;
}

#tabsOben .tab_preview_picture {
    background: #ffffff;
}

#tabsOben .tab_preview_picture,
#tabsOben .tab_link_entry::after {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    left: 0;
}

#tabsOben .tab_link_entry::after {
    content: '';
    background: url('../img/Platzhalter.png') no-repeat center;
    z-index: -1;
}

#tabsOben .tab_preview_picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 110px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 575px) {
    #tabsOben .tab_link_entry {
        min-height: 80px;
        padding-left: 0;
        padding-top: 90px;
    }

    #tabsOben .tab_preview_picture,
    #tabsOben .tab_link_entry::after {
        top: 0;
        margin: 0;
        left: 0;
        right: 0;
    }

    #tabsOben .tab {
        padding: 30px;
    }
}

#tabsOben .tab_link_title a {
    color: #404040;
    font-weight: 700;
}

#tabsOben .tab_date {
    color: #404040;
}

#tabsOben .tab_link_entry .tab_spacer {
    height: 0px;
}

#tabsOben .tab_link_entry+.tab_link_entry {
    margin-top: 30px;
}

#tabsOben .tab_link_entry+.tab_link_entry::before {
    content: '';
    pointer-events: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: -30px;
    right: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

#tabsOben .mehrLink a,
#tabsOben .tab_link_mehr {
    display: inline-block;
    position: relative;
    color: #ffffff;
    background-color: #045ab0;
    padding: 12px 35px;
    text-decoration: none !important;
    margin-top: 30px;
}

#tabsOben .mehrLink a:hover,
#tabsOben .mehrLink a:focus,
#tabsOben .tab_link_mehr:hover,
#tabsOben .tab_link_mehr:focus {
    background-color: #fcdb00;
    color: #010101;
}

.tabSearch {
    position: relative;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .tabSearch {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

.tabSearch .tabHeadline {
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .tabSearch .tabHeadline {
        font-size: 1.5625rem;
    }
}

#search {
    height: 70px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
}

#search_input {
    color: #404040;
    font-size: 18px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 70px;
    padding-left: 35px;
    padding-right: 105px;
    height: 70px;
    width: 100%;
}

@media (max-width: 767px) {
    #search_input {
        padding-left: 20px;
        padding-right: 105px;
    }
}

#search_submit {
    width: 100px;
    background: #ffffff url('../img/icon-serach.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 70px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    font-size: 0;
    border-left: 1px solid #fcdb00;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -ms-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
}

@media (max-width: 991px) {
    #search_input {
        padding-right: 55px;
    }

    #search_submit {
        width: 50px;
    }
}

#search_submit:hover {
    height: 100%;
}

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

/* ------------------------------------------------ tickerWrapper ----------------------------------------------- */

#tickerWrapper {
    padding-top: 40px;
    position: relative;
}

@media (max-width: 991px) {
    #tickerWrapper {
        padding-top: 15px;
    }
}

.newsticker,
.newsticker a {
    color: #404040;
}

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

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

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

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

#tabs .row {
    width: auto;
    min-width: 100%;
    max-width: none;
}

#tabs .tab {
    min-height: 150px;
    padding: clamp(30px, 4vw, 50px) clamp(15px, 4vw, 40px);
    position: relative;
}

#tabs .tab-1 {
    color: #010101;
    background: #fcdb00;
}

#tabs .tab-1 a:not(.has-image) {
    color: #010101;
    font-size: clamp(16px, 3vw, 1.5rem);
    display: inline-block;
}

#tabs .tab-1 a:not(.has-image):not(:hover):not(:focus) {
    text-decoration: none;
}

#tabs :is(.tab-1, .tab-2, .tab-3) :is(h1, h2, h3, h4, h5, h6) {
    color: #1a1a1a;
}

#tabs :is(.tab-1, .tab-2, .tab-3) :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: clamp(20px, 4vw, 25px);
}

#tabs :is(.tab-2, .tab-3) {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tabs .tab-3 a {
    color: #ffffff;
    background-color: #045ab0;
    text-decoration: none;
    padding: 9px 40px;
    display: inline-block;
}

#tabs .tab-3 a:hover,
#tabs .tab-3 a:focus {
    background-color: #fcdb00;
    color: #010101;
}

@media (min-width: 768px) {

    #tabs .tab-2 :is(h1, h2, h3, h4, h5, h6),
    #tabs .tab-3 :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.875rem;
    }
}

#tabs .tab-4 {
    background: #045ab0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-right: clamp(60px, 10vw, 130px);
}

@media (min-width: 1200px) {
    #tabs .tab-4 {
        padding-right: clamp(60px, 22vw, 430px);
    }
}

#tabs .tab-4::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tabs .tab-4>* {
    position: relative;
    z-index: 1;
}

#tabs .tab-4,
#tabs .tab-4 a,
#tabs .tab-4 :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

#tabs .tab-4 :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #tabs .tab-4 {
        font-size: 1.25rem;
    }

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

#newsletterInputs {
    height: 50px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

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

#newsletter_submit {
    width: 60px;
    background: #ffffff url('../img/icon-newsletter.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    font-size: 0;
    border-left: 1px solid #fcdb00;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -ms-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
}

#newsletter_submit:hover {
    height: 100%;
}

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

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

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

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


#tabs .tab-image {
    background: #045ab0;
    padding: 0;
}

#tabs .tab-image::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #045ab0;
    opacity: 0.6;
    z-index: 1;
}

#tabs .tab-image>div {
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#tabs .tab-image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 100%;
    opacity: 0.4;
    filter: grayscale(1);
}

#tabs .tab :is([id*="Widget"], [id*="widget"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* ------------------------------------------------ sponsors-bg ----------------------------------------------- */

#sponsors {
    position: relative;
    z-index: 9;
    padding: 60px 0;
}

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

:is(#sponsors) :is(.sponsors-headline) {
    color: #010101;
}

#sponsors .sponsors-headline {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    #sponsors .sponsors-headline {
        font-size: 2.375rem;
    }
}

#sponsors .sponsors-headline::after {
    content: "";
    display: block;
    position: absolute;
    right: clamp(-275px, 15vw, -70px);
    bottom: 0;
    left: clamp(-275px, 15vw, -70px);
    height: 3px;
    background: #fcdb00;
}

#sponsors img {
    margin: clamp(5px, 1vw, 20px) 8px 0 8px;
}

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

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

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

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

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

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

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

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

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

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

footer {
    background-color: #045ab0;
    color: #ffffff;
    font-size: 1rem;
    padding-top: 35px;
    padding-bottom: 45px;
    position: relative;
    margin-top: 100px;
}

footer::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/slider-mask-footer.png') top center no-repeat;
}

footer a {
    color: #ffffff;
}

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

footer .footerTab {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .footerTab {
        hyphens: auto;
    }
}

footer .tabHeadline {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    #innerfooter {
        margin-bottom: 30px;
    }
}

#innerfooter ul {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 0;
}

#innerfooter li {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

#innerfooter a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 6px 10px 6px 25px;
    position: relative;
    text-decoration: none;
}

#innerfooter a::before {
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -webkit-transition: background 300ms linear;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 10px;
    position: absolute;
    top: 16px;
    transition: background 300ms linear;
    width: 6px;
}

#innerfooter a:hover::before,
#innerfooter a:focus::before {
    background: #ffffff;
}

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

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

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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