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

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

a {
    color: #004b91;
}

a:hover,
a:focus {
    color: #004b91;
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

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

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

#topbar {
    border-bottom: 15px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    background-color: #1e2633;
    padding: 17px 0;
}

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

    #topbar>.row>*:first-child {
        order: 2;
    }

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

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

@media (max-width: 767px) {
    #topbar>.row>*+* {
        margin-top: 10px;
    }
}

/* ------------------------------------------------- tabZitatBox ------------------------------------------------ */

.tabZitatBox {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
}

@media (min-width: 992px) {
    .tabZitatBox {
        font-size: 1.5625rem;
    }
}

.tabZitatBox a {
    color: #ffffff;
}

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

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

@media (min-width: 992px) {
    #logo {
        margin-bottom: -55px;
        margin-top: -18px;
    }
}

#logo img {
    display: block;
}

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

    #logo {
        margin-top: -10px;
    }
}

/* ------------------------------------------------- topbox ------------------------------------------------ */

.topbox {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
}

@media (max-width: 991px) {
    .topbox {
        justify-content: center;
        padding: 10px 0 0 0;
    }
}

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

@media (min-width: 992px) {
    .search {
        margin-right: 30px;
    }
}

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

.innerfooter ul {
    padding: 0;
}

@media (min-width: 768px) and (max-width:991px) {
    .innerfooter {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #afca01;
    }
}

.innerfooter li,
.innerfooter2 li {
    display: inline-block;
}

.innerfooter a, .innerfooter2 a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 0.9375rem;
}

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

.innerfooter li+li::before,
.innerfooter2 li+li::before {
    content: "";
    margin: 0 7px;
}

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

    .innerfooter li+li::before,
    .innerfooter2 li+li::before {
        display: none;
    }
}

/* ------------------------------------------------- tabTop ------------------------------------------------ */

.tabTop {
    color: #ffffff;
}

@media (max-width: 991px) {
    .tabTopMobil {
        background-color: #1e2633;
        padding: 20px 0;
        border-top: 5px solid #ffffff;
    }
}

.tabTop .tabContent {
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .tabTop .tabContent {
        display: flex;
        align-content: center;
        align-items: center;
    }
}

.tabTop .tabHeadline {
    color: #afca01;
    font-size: 1.25rem;
    margin: 0;
}

.tabTop .tabContentBox {
    white-space: nowrap;
}

.tabTop .tabContent a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.tabTop .tabContent a::before {
    content: '» ';
    color: #afca01;
}

.tabTop .tabContent a::after {
    content: ' «';
    color: #afca01;
}


@media (min-width: 992px) {
    .tabTop {
        margin-top: 45px;
    }
}

.tabTop .tabevents .tab_link {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: start;
}

.tabTop .tabevents .tab_link_entry {
    display: flex;
    align-content: center;
    align-items: center;
}

.tabTop .tabevents .tab_link>*:last-child {
    width: unset !important;
}

.tabTop .tab_link_mandat {
    display: none;
}

.tabTop .tab_link_date {
    font-size: 0.875rem;
    order: 1;
    display: flex;
}

.tabTop .tab_link_date::after {
    content: '  //';
    color: #afca01;
    margin-left: 4px;
    position: relative;
}

.tabTop .tab_link_mehr {
    font-size: 0;
    display: inline-block;
}

.tabTop .tab_link_title {
    order: 2;
    padding: 0 20px;
}

.tabTop .tab_link_title a {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8125rem;
}

.tabTop .tab_link_mehr a {
    font-size: 24px;
    color: #212121;
    text-decoration: none;
    background: #afca01;
    width: 18px;
    height: 18px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
}

.tabTop .tab_link_mehr a:hover,
.tabTop .tab_link_mehr a:focus {
    background: #ffffff;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #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: #1e2633;
        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: #1e2633;
        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);
    }
    .sticky-wrapper {
        height: 0px !important;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    .horizontally {
        background: #1e2633;
    }

    #myNavbar {
        padding-right: 80px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }

    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;
        width: 100%;
    }

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

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

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    /* 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: 15px;
        left: 0;
        right: 0;
        top: -15px;
    }

    /* 3rd */

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

    /* Fade in Hover End */
}

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

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

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

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

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

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

/* -------------------------------------------- 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: #afca01;
    background-color: transparent;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #1e2633;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

@media (min-width: 992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        padding: 9px 15px;
    }
}

/* ------------------------------------------ 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:hover>a,
.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: #afca01;
    color: #212121;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #afca01;
    color: #212121;
}

/* ------------------------------------------------- tabSocial ------------------------------------------------ */

.tabSocial .tiny_p {
    display: flex;
}

.tabSocial a+a {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .tabSocial a {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .tabSocial {
        margin-left: 30px;
    }
    .tabSocial a+a {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .tabSocial {
        text-align: center;
    }
}

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

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

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

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

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

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

    .theme-nivo .nivo-controlNav,
    .theme-default .nivo-controlNav {
        bottom: unset !important;
        top: 10px;
    }
}

#headerpic a.nivo-nextNav,
#headerpic a.nivo-prevNav {
    opacity: 1;
}


#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: #1e2633;
}

.theme-nivo .nivo-controlNav .slick-dots li,
.nivo-directionNav a,
a.nivo-control,
a.nivo-control.active {
    color: #ffffff !important;
}

@media (min-width: 1200px) {
    #headerpic {
        max-width: 1570px;
        width: 100%;
        margin: 46px auto 0 auto;
    }
}

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

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

@media (min-width: 992px) {
    .index .slider-mask {
        display: block;
        background: url('../img/bannermask.png') bottom center / 100% auto no-repeat,
            linear-gradient(to left, #1e2633, rgba(30, 38, 51, 0));
    }
}

#headerpic .nivo-directionNav a {
    background-repeat: no-repeat !important;
    background-color: #004b91 !important;
    width: 60px !important;
    height: 50px !important;
}

#headerpic a.nivo-prevNav {
    left: 0;
    background-position: center left 12px !important;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30px' viewBox='0 -960 960 960' width='30px' fill='%23ffffff'%3E%3Cpath d='M400-240 160-480l240-240 56 58-142 142h486v80H314l142 142-56 58Z'/%3E%3C/svg%3E") !important;
    transition: background-position 300ms ease-in-out;
}

#headerpic a.nivo-prevNav:hover,
#headerpic a.nivo-prevNav:focus {
    background-position: center left 10px !important;
}

#headerpic a.nivo-nextNav {
    right: 0;
    background-position: center right 12px !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30px' viewBox='0 -960 960 960' width='30px' fill='%23ffffff'%3E%3Cpath d='m560-240-56-58 142-142H160v-80h486L504-662l56-58 240 240-240 240Z'/%3E%3C/svg%3E") !important;
    transition: background-position 300ms ease-in-out;
}

#headerpic a.nivo-nextNav:hover,
#headerpic a.nivo-nextNav:focus {
    background-position: center right 10px !important;
}

/* ------------------------------------------------ tabSpecial ----------------------------------------------- */

.tabSpecial p :is(em, i) {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background: #004b91;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    padding: 4px 26px 4px 12px;
    font-family: 'Hind Siliguri', sans-serif;
}

.tabSpecial :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.1;
}

@media (min-width: 992px) {
    .tabSpecial :is(h1, h2, h3, h4, h5, h6) {
        font-size: 4.375rem;
    }
}

.tabSpecial :is(h1, h2, h3, h4, h5, h6) :is(em, i) {
    display: block;
    font-weight: 700;
}

.tabSpecial a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ffffff;
    padding: 6px 18px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.tabSpecial a:hover,
.tabSpecial a:focus {
    color: #afca01;
    background-color: #1e2633;
    border-color: #afca01;
}

/* ------------------------------------------------ bannerOverlay ----------------------------------------------- */

#bannerOverlay .tab {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.125rem;
    font-family: 'Hind Siliguri', sans-serif;
}

#bannerOverlay .tab p+ :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 15px;
}

#bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 10px;
}

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

@media (min-width: 992px) {
    #bannerOverlay {
        position: absolute;
        pointer-events: none;
        top: 88px;
        left: 0;
        right: 0;
        z-index: 12;
    }

    #bannerOverlay .tab {
        pointer-events: all;
        font-size: 1.375rem;
    }
}

/* ------------------------------------------------ news ----------------------------------------------- */

#news {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #ffffff 60%, #eeeeee 40%);
}

#news>.row {
    position: relative;
    z-index: 12;
}

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

    #news>.row {
        margin-top: -190px;
    }
}

#news .tab_link_entry {
    font-size: 1.125rem;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px 30px;
    color: #212121;
    border: unset !important;
    box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.2);
    hyphens: auto;
}

#news .vorschau {
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#news .tab_date {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background: #afca01;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    padding: 4px 26px 4px 12px;
    margin-bottom: 15px;
    display: inline-block;
}

#news .tab_link_title a {
    color: #212121;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #afca01;
}

@media (min-width: 992px) {
    #news .tab_link_title a {
        font-size: 1.3125rem;
    }

    #news .tab_date {
        font-size: 1.0625rem;
        margin-bottom: 35px;
    }
}

@media (min-width: 576px) {
    #news .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #news .tab_link_entry {
        width: calc(50% - 15px);
    }

    #news .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }

    #news .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    #news .tab_link_entry+.tab_link_entry {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    #news .tab_link_entry {
        width: calc(33.33% - 16px);
    }

    #news .tab_link_entry+.tab_link_entry {
        margin-left: 24px;
    }
}

@media (min-width: 576px) {
    #news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #news .tab_link {
        margin-top: 30px;
    }
}

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

#news .tab_link_mehr {
    font-size: 0;
    margin-top: 15px;
    text-align: left !important;
}

#news .tab_link_mehr a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #737373;
    border: 1px solid #737373;
    padding: 7px 25px;
    font-size: 0.9375rem;
}

#news .tab_link_mehr a:hover,
#news .tab_link_mehr a:focus {
    border-color: #1e2633;
    color: #1e2633;
}

#news .tabButtonNews {
    padding-top: 30px;
}

#news .tabButtonNews a {
    color: #737373;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

#news .tabButtonNews a:hover,
#news .tabButtonNews a:focus {
    color: #1e2633;
}

/* ------------------------------------------------ tabRegion ----------------------------------------------- */

#tabRegion {
    padding: 35px 0 45px 0;
    background: #eeeeee;
    position: relative;
    z-index: 1;
}

#tabRegion::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    clip-path: polygon(0 65%, 0% 100%, 100% 100%);
    z-index: -1;
}

@media (max-width: 991px) {
    #tabRegion::after {
        clip-path: polygon(0 95%, 0% 100%, 100% 100%);
    }
}

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

#tabRegion .tabSpecial :is(h1, h2, h3, h4, h5, h6) {
    text-transform: none;
    color: #212121;
}

#tabRegion .tabSpecial :is(h1, h2, h3, h4, h5, h6) :is(em, i) {
    text-transform: uppercase;
}

#tabRegion .tabImg img {
    min-height: 315px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    #tabRegion .tabImg img {
        min-height: 515px;
    }

    #tabRegion {
        padding: 35px 0 115px 0;
    }

    #tabRegion .tabSpecial :is(h1, h2, h3, h4, h5, h6) {
        font-size: 3.875rem;
    }

    #tabRegion .tabSpecial :is(h1, h2, h3, h4, h5, h6) :is(em, i) {
        font-size: 3.875rem;
    }

    #tabRegion .tabSpecial {
        padding-left: 45px;
    }
}

#tabRegion .tabSpecial a {
    color: #737373;
    border: 1px solid #737373;
    background-color: transparent;
}

#tabRegion .tabSpecial a:hover,
#tabRegion .tabSpecial a:focus {
    border-color: #1e2633;
    color: #1e2633;
}

#tabRegion .tabImg {
    line-height: 0;
}

/* ------------------------------------------------ contentBottomBox ----------------------------------------------- */

@media (min-width: 1200px) {
    #contentBottomBox {
        background: url('../img/wasserzeichn-links.png') left top no-repeat,
            url('../img/wasserzeichen-rechts.png') bottom right no-repeat;
    }
}

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

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

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

.index #content {
    padding-top: 0;
    padding-bottom: 0;
}

/* ------------------------------------------------ tabBottomBox ----------------------------------------------- */

#tabBottomBox {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1e2633;
    padding: 70px 0;
    color: #ffffff;
    position: relative;
}

@media (min-width: 1200px) {
    #tabBottomBox {
        max-width: 1305px;
        width: 100%;
        margin: 0 auto;
    }
}

#tabBottomBox .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.875rem;
}

@media (min-width: 992px) {
    #tabBottomBox .tab :is(h1, h2, h3, h4, h5, h6) {
        font-size: 3.1875rem;
    }
}

#tabBottomBox .tab :is(h1, h2, h3, h4, h5, h6) :is(em, i) {
    display: block;
    font-weight: 700;
}

#tabBottomBox .tab a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 6px 17px;
}

#tabBottomBox .tab a:hover,
#tabBottomBox .tab a:focus {
    color: #afca01;
    background-color: #1e2633;
    border-color: #afca01;
}

/* ------------------------------------------------ tabTextBottom ----------------------------------------------- */

#tabTextBottom {
    padding: 40px 0 50px 0;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
    h3, .h3, .legacy_h3 {
        font-size: 1.875rem;
    }
}

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

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

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

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

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

footer {
    background-color: #1e2633;
    padding-top: 45px;
    padding-bottom: 35px;
    color: #ffffff;
}

@media (max-width: 767px) {
    footer .row>.col-xs-12:not(:first-child)::before {
        background: #afca01;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 25px 0;
    }

    footer .row>.col-xs-12.hidden-xs~.col-xs-12::before, footer .row>.col-xs-12.hidden-sm~.col-xs-12::before {
        display: none;
    }
}

#logoFooter {
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
}

#logoFooter img {
    display: block;
    margin: 0 auto 2px auto;
}

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

footer .tab a {
    color: #afca01;
}

footer > .row:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    margin-top: 20px;
}
/* --------------------------------------------- vernetzt -------------------------------------------- */

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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