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

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

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

a {
    color: #206fab;
}

a:hover,
a:focus {
    color: #206fab;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

@media (min-width: 1200px) {

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

#select.contrast_light_font {
    background: transparent !important;
}

.news .tab_link_entry.contrast_light_font * {
    background: #000 !important;
}

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

#selectList.contrast_light_font *,
#burgerButton.contrast_light_font,
#searchbar.contrast_dark_font *,
#tabs .tab.contrast_dark_font *,
.news .tab_link_entry.contrast_dark_font * {
    background-color: #fff !important;
}

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

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

@media (min-width: 1200px) {
    #logo {
        left: -20px;
        position: relative;
    }
}

#logo {
    display: inline-block;
    width: 100%;
}

#logo img {
    display: block;
}

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

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

#burgerButton {
    font-size: 0;
    border: none !important;
    position: fixed;
    z-index: 1002;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    padding: 3px;
    background: #fff;
    margin-left: auto;
    right: 8vw;
    top: 50px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
    color: #206fab;
}

@media (max-width: 991px) {
    #burgerButton {
        right: 20px;
        top: 28px;
    }
}

#burgerButton:before,
#burgerButton:after,
#burgerButtonInner {
    background-color: #252525;
    border-radius: 2px;
    position: absolute;
    width: 35px;
    height: 3px;
    left: 17px;
    -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;
    color: #fff;
}

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

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

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

#burgerButton:before {
    top: 24px;
}

#burgerButtonInner {
    top: 33px;
    width: 25px;
    left: 27px;
}

#burgerButton:after {
    top: 42px;
}

#burgerButton:before,
#burgerButton:after {
    content: "";
    display: block;
}

@media (max-width: 991px) {
    #menu {
        padding: 0;
        height: 85px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
    }

    .contrast_dark #menu {
        background-color: transparent !important;
    }

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

    .navbar-collapse {
        top: 0;
        background: #206fab;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
        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-collapse.in:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 120px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .navbar-header {
        width: 28px;
        z-index: 101;
        margin-left: auto;
    }

    .navbar-collapse {
        width: calc(100% - 120px);
    }
}

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

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

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: unset !important;
    }

    .horizontally>.row {
        max-width: 1600px;
        width: 100%;
        background-color: unset !important;
    }

    #myNavbar {
        position: fixed;
        top: 30vh;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1200px;
    }

    #myNavbar::before {
        content: '';
        position: fixed;
        left: -50vw;
        right: -50vw;
        top: -50vh;
        bottom: -50vh;
        pointer-events: none;
        opacity: 0;
        background: #206fab;
        display: block;
        transition: all, 300ms;
        z-index: -1;
    }

    #myNavbar>ul {
        display: block !important;
        max-height: 500px;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: dark;
        position: relative;
    }

    #myNavbar::after {
        content: 'Menü';
        font-weight: 700;
        font-size: 1.75rem;
        color: #ffffff;
        position: absolute;
        top: -70px;
        left: 0;
        pointer-events: none;
    }

    #myNavbar {
        opacity: 0;
        pointer-events: none;
    }

    #myNavbar:focus-within::before,
    #myNavbar.show::before,
    #myNavbar:focus-within,
    #myNavbar.show {
        opacity: 1.0;
        pointer-events: all;
    }

    nav.horizontally .dropdown-menu {
        z-index: 1000;
    }

    nav.horizontally li[class*="start"] {
        display: none !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]>ul>div:nth-child(1) {
        padding-right: 25px;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        z-index: 9999;
    }
}

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

.navbar-default li[class*="secondlevel"],
.navbar-default li[class*="toplevel"] {
    position: relative;
}

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

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

    .navbar-default li[class*="toplevel"]>a {
        color: #fff;
        padding: 10px 35px 15px 25px;
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]+li {
        border-top: 1px solid #f1efec;
    }
}

@media (min-width: 992px) {
    .nav .open>.dropdown-menu {
        display: none;
    }

    .navbar-default li[class*="toplevel"]>a {
        padding: 9px 45px 12px 25px;
        height: 100%;
        transition: all, 250ms;
    }
}

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

.dropdown-toggle-button-wrapper,
.dropdown-toggle-button-wrapper2 {
    position: absolute;
    right: 5px;
}

.dropdown-toggle-button-wrapper2 {
    display: block;
}

.dropdown-toggle-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
    transition: all 100ms linear;
}

.dropdown-toggle-button::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    transform: none;
    left: 50%;
    top: 16px;
    transform: translate(-50%);
}

.dropdown-toggle-button {
    position: relative;
    padding: 15px;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
}

.dropdown-toggle-button-wrapper,
.dropdown-toggle-button-wrapper2 {
    top: 9px !important;
    display: block !important;
}

.dropdown-toggle-button-open::after {
    transform: rotate(0deg);
    left: 5px;
    top: 16px;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav li[class*="toplevel"]>.dropdown-menu {
        background: #206fab;
    }

    .navbar-default .navbar-nav li[class*="secondlevel"]>a {
        font-size: 1rem;
    }

    .navbar-default .navbar-nav li[class*="thirdlevel"]>a {
        font-size: 1rem;
    }

    .dropdown-toggle-button-wrapper,
    .dropdown-toggle-button-wrapper2 {
        top: 5px !important;
        right: 13px !important;
        z-index: 12;
    }
}

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

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

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

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

.navbar-default .navbar-nav li[class*="secondlevel"]>a {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 9px 45px 12px 70px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default .navbar-nav li[class*="thirdlevel"]>a {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 9px 45px 12px 100px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default .navbar-nav li[class*="secondlevel"]>a,
.navbar-default .navbar-nav li[class*="thirdlevel"]>a {
    position: relative;
}

.navbar-default .navbar-nav li[class*="secondlevel"]>a::before,
.navbar-default .navbar-nav li[class*="thirdlevel"]>a::before {
    content: "\203A";
    opacity: 0;
    position: absolute;
    left: 55px;
    top: 18%;
}

.navbar-default .navbar-nav li[class*="thirdlevel"]>a::before {
    left: 85px;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav li[class*="secondlevel"]>a {
        font-size: 1rem;
        padding: 9px 45px 12px 40px;
    }

    .navbar-default .navbar-nav li[class*="thirdlevel"]>a {
        padding: 9px 45px 12px 60px;
    }


    .navbar-default .navbar-nav li[class*="secondlevel"]>a::before {
        left: 29px;
    }


    .navbar-default .navbar-nav li[class*="thirdlevel"]>a::before {
        left: 49px;
    }
}

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

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

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

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

.navbar-nav li[class*="secondlevel"]:focus-within>a::before,
.navbar-nav li[class*="thirdlevel"]:focus-within>a::before {
    opacity: 1;
}

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

#slider {
    height: auto;
    overflow: hidden;
    position: relative;
}

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

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

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

.nivo-controlNav,
.nivo-directionNav {
    display: none !important;
}

@media (min-width: 1200px) {
    #slider {
        height: 600px;
    }
}

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

.slider-wrapper {
    height: 100%;
}

.slider-mask {
    display: none;
}

/* ------------------------------------------------- select ------------------------------------------------ */

#selectList2.contrast_light_font,
#select2.contrast_light_font {
    background-color: transparent !important;
}

#selectList2.contrast_light_font *,
#selectList2>label.contrast_light_font,
#selectList2>label.contrast_light_font * {
    background-color: #fff !important;
}

#select2.contrast_light_font *,
#select.contrast_light_font * {
    color: #000 !important;
}

#select {
    position: fixed;
    z-index: 101;
    left: 0;
    display: flex;
    pointer-events: none;
    top: 29%;
}

#select2 {
    position: fixed;
    z-index: 101;
    right: 8.1vw;
    display: flex;
    pointer-events: none;
    top: 130px;
}

#select2 input,
#select input {
    display: none;
}

#selectList label {
    background: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    order: 2;
    max-height: 61px;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
    top: 1px;
}

#selectList2 label {
    background: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    order: 2;
    max-height: 61px;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
    top: 1px;
    border-radius: 50%;
    pointer-events: all;
}

#selectList2 label img,
#selectList label img {
    max-width: unset;
}

#selectList2 {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: all;
    width: 100%;
    display: flex;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    pointer-events: none;
}


#selectList {
    position: relative;
    top: 0;
    left: -83%;
    pointer-events: all;
    width: 100%;
    display: flex;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

#selectedItems2,
#selectedItems {
    display: block;
    text-align: left;
    background: #ffffff;
    padding: 15px;
    border: #010101 1px solid;
}


#selectedItems2 {
    margin-right: 15px;
    margin-top: 2px;
    opacity: 0;
}

#selectedItems2 span,
#selectedItems span {
    color: #010101;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

#keyboardOpenNav:focus-within #myNavbar>ul {
    display: block !important;
    z-index: -1;
}

#select2 input:focus-within~#selectList2 #selectedItems2,
#select2 input:checked~#selectList2 #selectedItems2 {
    opacity: 1.0;
    pointer-events: all;
}

#select2:focus-within #selectedItems2,
#select2:focus-within #selectedItems2 {
    opacity: 1.0;
    pointer-events: all;
}


#select>input:focus-within~#selectList,
#select>input:checked~#selectList {
    left: 0;
}

#select:focus-within #selectList,
#select:focus-within #selectList {
    left: 0;
    pointer-events: all;
}

/* styler */

#style {
    width: 100%;
    max-width: 200px;
}

#style button {
    outline: violet;
}


#style button {
    border: none;
    font-size: 1rem;
    background: transparent;
    padding: 10px 0 10px 35px;
    position: relative;

}

#style button:focus,
#style button:focus-within {
    border: 2px solid #0070ff;
}


#style button::before {
    content: '';
    display: block;
    height: 27px;
    width: 27px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url('../img/a-icon.png') center no-repeat;
    background-size: contain;
}

#style button:nth-child(1)::before {
    background: url('../img/lupe-plus-icon.png');
    background-repeat: no-repeat;
}

#style button:nth-child(3)::before {
    background: url('../img/lupe-minus-icon.png');
    background-repeat: no-repeat;
}

/* contrast */
#contrast_style {
    max-width: 250px;
}

#contrast_style button {
    background: transparent;
    border: none;
    font-size: 1rem;
    padding: 10px 0 10px 35px;
    position: relative;
}

#contrast_style button::before {
    content: '';
    display: block;
    height: 27px;
    width: 27px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url('../img/lightbulb-icon.png') center no-repeat;
    background-size: contain;
}

#contrast_style button:nth-child(1)::before {
    background: url('../img/contrast-icon.png');
    background-repeat: no-repeat;
}

#contrast_style button:nth-child(2)::before {
    background: url('../img/grayscale-icon.png');
    background-repeat: no-repeat;
}

/* ------------------------------------------ scrollDown ----------------------------------------- */

@media (min-width: 1200px) {
    #scrollDown {
        position: absolute;
        bottom: 160px;
        left: 0;
        right: 0;
        z-index: 12;
    }

    .contrast_dark #scrollDown {
        z-index: 13;
        background-color: unset !important;
    }

    .contrast_dark #scrollDown>.row,
    .contrast_dark #scrollDown>.row>div,
    .contrast_dark #scrollBottom {
        background-color: unset !important;
    }
}

#scrollBottom a {
    position: relative;
    font-size: 0;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 3px solid #ffffff;
    pointer-events: auto;
    border-radius: 100px;
    margin: 0 auto;
    -webkit-animation: bounceAni 2s infinite 2s;
    animation: bounceAni 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    background-color: rgba(32, 111, 171, 0.9);
}

#scrollBottom a::after,
#scrollBottom a::before {
    position: absolute;
    content: "";
}

#scrollBottom a::after {
    left: 11px;
    top: 14px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    -ms-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    transition: border 300ms linear;
}

#scrollBottom a::before {
    left: 15px;
    top: 11px;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
}

#scrollBottom:hover,
#scrollBottom:focus {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

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

.contrast_dark_font #scrollBottom a::after {
    border-color: #000 !important;
}

.contrast_dark_font #scrollBottom a::before {
    background-color: #000 !important;
}

/* ------------------------------------------------ tab14 ----------------------------------------------- */

@media (min-width: 1200px) {
    #tab14>.row {
        max-width: 1570px;
        width: 100%;
    }
}

#tab14 {
    font-size: 1rem;
}

#tab14 .template-page>.row>div {
    padding: 0;
}

#tab14 .tabContent a {
    color: #ffffff;
    text-align: center;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    text-transform: uppercase;
    position: relative;
    display: block;
}

#tab14 .tabContent a::before {
    content: '';
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100px;
    height: 90px;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 35px;
    left: calc(50% - 38px);
}

#tab14 .firstab .tabContent a::before {
    background: url('../img/icon-aktuelles.png');
}

#tab14 .secondtab .tabContent a::before {
    background: url('../img/icon-stellenangebote.png');
}

#tab14 .thirdtab .tabContent a::before {
    background: url('../img/icon-standortmerkmale.png');
    left: calc(50% - 50px);
}

#tab14 .tab4 .tabContent a::before {
    background: url('../img/icon-kontakt.png');
    left: calc(50% - 48px);
}

.contrast_dark_font #tab14 .tabContent a::before {
    background-color: #000 !important;
}

#tab14>.row>.col-xs-12 {
    padding: 0px;
}

#tab14 .tab {
    text-align: center;
    color: #fff;
    background-color: #206fab;
    transition: 500ms cubic-bezier(.65, .05, .36, 1);
    pointer-events: all;
    transition: border, 0ms ease-out;
    position: relative;
}

#tab14 .tabContent a {
    padding: 130px 30px 25px 30px;
}

#tab14 .tabContent h2 {
    margin-bottom: 30px;
}

#tab14 .tabContent {
    max-height: 100%;
    overflow: hidden;
}

#tab14 .tab:focus-within,
#tab14 .tab:hover {
    background: #1f6091;
}

#tab14 .template-page>.row {
    margin: auto;
}

#tab14 .tab a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

#tab14 .tab a:focus,
#tab14 .tab a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    #tab14 {
        background-color: #ffffff;
        padding-bottom: 15px;
    }

    #tab14>.row>div {
        margin-top: 10px;
    }

    #tab14>.row>div .tab {
        border: 1px solid #ffffff;
    }

    #tab14>.row>.col-xs-12 {
        padding: 0 5px;
    }

    #tab14 .tab {
        padding: 15px;
    }
}

@media (max-width: 1199px) {
    #tab14 .tab {
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    #tab14 {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        height: auto;
        z-index: 12;
        pointer-events: none;
        top: -450px;
        background-color: unset !important;
    }

    #tab14>.row>div:nth-of-type(1) .tab {
        border-left: 1px solid #ffffff;
    }

    #tab14>.row>div:nth-last-of-type(1) .tab {
        border-right: 1px solid #ffffff;
    }

    #tab14 .tab::after,
    #tab14 .tab::before {
        content: '';
        pointer-events: none;
        height: 1px;
        top: 0px;
        left: 0px;
        right: 0px;
        position: absolute;
        background: #ffffff;
        display: inline-block;
        opacity: 1;
        transition: all, 600ms;
    }

    #tab14 .tab::after {
        bottom: 0px;
        top: unset;
    }

    #tab14>.row {
        height: 900px;
        background-color: unset !important;
    }

    #tab14 .tab {
        transition: 500ms cubic-bezier(.65, .05, .36, 1);
        pointer-events: all;
        transition: border, 0ms ease-out;
        margin-right: -2px;
        transition: all 500ms ease-in-out;
    }

    #tab14 .tabContent {
        min-height: 100px;
        overflow: hidden;
        transition: all 500ms ease-in-out;
    }

    #tab14 .tabContent a {
        padding: 135px 15px 30px 15px;
    }

    #tab14>.row>div+div::before {
        content: '';
        height: 100%;
        max-height: 150px;
        width: 1px;
        background: #ffffff;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        display: inline-block;
        z-index: 1;
    }

    #tab14 .tab:focus-within,
    #tab14 .tab:hover {
        padding-top: 35px;
        padding-bottom: 35px;
        background: #1f6091;
        border: none;
        z-index: 12;
        border: none !important;
    }

    #tab14 .tab:focus-within>.tabContent,
    #tab14 .tab:hover>.tabContent {
        max-height: 280px;
        transform: scale(1.12);
    }
}

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

main {
    text-align: left;
    position: relative;
}

.index #content #aboveContent>*:not(#share_button_skip, #content_buttons_div),
.index #content .template-page {
    display: none !important;
}

#mainContent {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    #mainContent {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    #content {
        padding-top: 40px;
    }
}

.intro #content,
.intro #mainContent {
    padding: 0;
}

@media (min-width: 992px) {
    .intro #mainContent {
        padding-top: 180px;
        padding-bottom: 0;
    }
}

.intro #breadcrumbincontent,
.intro #contenttop_right {
    display: none;
    pointer-events: none;
}

#tickerWrapper {
    position: relative;
}

.newsticker,
.newsticker a {
    color: #206fab;
    font-size: 1rem;
    margin: 0;
}

/* --------------------------------------------- 4nw news --------------------------------------------- */

.news .tab_link_entry *:not(.tab_preview_picture, .tab_preview_picture img) {
    position: relative;
    z-index: 12;
}

.news {
    font-size: 1.125rem;
}

.news .tab_link_entry {
    font-size: 1rem;
    background: #fff;
    border: 5px solid #757575 !important;
    z-index: 12;
}

.news {
    padding: 20px 0 50px 0;
}

@media (min-width: 992px) {
    .news {
        padding: 65px 0 55px 0;
    }
}

.news .tab_spacer {
    display: none;
}

.news h2 {
    color: #0c5c82;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 12;
}

.news .tab_link {
    margin-top: 40px;
}

.news .tab_link_mandat a {
    color: inherit;
}

.news .tab_spacer {
    display: none;
}

.news .tab_link_entry {
    position: relative;
    color: #252525;
}

.news .tab_link_entry {
    position: relative;
    min-height: 105px;
    padding: 230px 50px 30px 50px;
}

@media (max-width: 575px) {
    .news .tab_link_entry {
        padding: 230px 30px 30px 30px;
    }
}

.news .tab_link_title a {
    display: block;
}

.news .tab_link_title a {
    color: #206fab;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.news .tab_date,
.news .tab_link_date {
    font-weight: 700;
    font-size: 1rem;
    position: absolute !important;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #1f6091;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    width: auto !important;
    max-width: fit-content;
}

.news .tab_preview_picture {
    display: none;
}

.news .tab_preview_picture {
    background: #ffffff;
}

.news .tab_link_entry::after,
.news .tab_preview_picture {
    display: block;
    width: calc(100% + 0px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    background-size: cover;
    pointer-events: all;
    max-height: 190px;
}

.news .tab_link_entry::after {
    content: "";
    background: #ffffff url('../img/placeholder.png') top center no-repeat;
    z-index: 1;
}

.news .tab_preview_picture img {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    width: auto;
    -ms-interpolation-mode: bicubic;
    transform-origin: top left;
    -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%);
    object-fit: cover;
}

.news .tab_link_entry>div:nth-last-child(2) {
    display: none;
}

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

    .news .tab_link_entries {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news .tab_link_entry {
        position: relative;
        padding: 230px 15px 30px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: start;
        align-items: start;
        max-width: calc(33.33% - 15px);
    }

    .news .tab_link_entry {
        width: calc(50% - 15px);
    }

    .news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }

    .news .tab_link_entry {
        margin-right: 15px;
    }

    .news .tab_link_entry:last-child {
        margin-right: 0;
    }

    .news .tab_link_entry>* {
        width: 100%;
    }

    .news .tab_link_entry {
        position: relative;
        min-height: 100%;
        padding: 210px 15px 30px 15px;
    }

    .news .tab_preview_picture {
        background: #ffffff;
    }

    .news .tab_link_title::after,
    .news .tab_preview_picture {
        display: block;
        width: 100%;
        width: calc(100% + 10px);
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: 0;
        left: -5px;
        overflow: hidden;
    }

    .news .tab_link_entry .vorschau {
        opacity: 1;
        font-weight: 400;
    }

    .news .tab_link_entry .vorschau+div,
    .news .tab_link_entry .vorschau+div+div,
    .news .tab_link_entry .vorschau+div+div+div {
        display: none;
    }
}

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

.news .tab_link_mehr {
    color: transparent;
    font-size: 0;
    text-align: right;
    z-index: 12;
    position: relative;
}

.news .tab_link_mehr a {
    text-shadow: none;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    padding: 10px 44px 10px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-color: #206fab;
    text-transform: uppercase;
}

.news .tab_link_mehr a::after {
    content: "\203A";
    font-size: 20px;
    position: absolute;
    width: 34px;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1f6091;
    padding-top: 5px;
    font-weight: 400;
}

.news .tab_link_mehr a:hover,
.news .tab_link_mehr a:focus {
    background: #1f6091;
    color: #ffffff;
}

@media (max-width: 767px) {
    .news .tab_link_mehr a {
        margin-top: 15px;
    }
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #206fab;
    font-weight: 700;
    line-height: 1.2;
}

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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

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

/* ------------------------------------------------ @13f footer ----------------------------------------------- */

.contactMAIL,
.contactTEL {
    color: #252525;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
}

@media (min-width: 1200px) {

    .contactMAIL,
    .contactTEL {
        font-size: 1.875rem;
    }
}

.contactMAIL a,
.contactTEL a {
    color: #252525;
}

.contactMAIL b,
.contactMAIL strong,
.contactTEL b,
.contactTEL strong {
    font-weight: 700;
}

.contactMAIL::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -14px;
    left: -10px;
    width: 35px;
    height: 35px;
    background: url(../img/icon-mail-dark.png) no-repeat;
}

.contactTEL::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -14px;
    left: -10px;
    width: 35px;
    height: 35px;
    background: url(../img/icon-phone-dark.png) no-repeat;
}

@media (max-width: 767px) {
    .contactMAIL,
    .contactTEL {
        display: inline-block;
    }
}

/* ----------------------------------------------- contact ----------------------------------------------- */

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

#contactFooter {
    background: #f3f3f3;
    color: #252525;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}

@media (min-width: 992px) {
    #contactFooter {
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: url('../img/logo-wasserzeichen-footer.png');
        background-position: bottom -1px left;
        background-repeat: no-repeat;
    }
}

#contactFooter .tabHeadline {
    font-size: 1.375rem;
    color: #206fab;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

#contactFooter .tabHeadline::before {
    position: absolute;
    content: '';
    display: block;
    bottom: -20px;
    left: 0;
    height: 2px;
    width: 20px;
    background: #206fab;
}

#contactFooter ul {
    margin: 0;
    list-style: none;
}

#contactFooter ul>li {
    position: relative;
    padding-left: 15px;
    min-height: 11px;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

#contactFooter ul>li+li {
    margin-top: 8px;
}

#contactFooter ul>li::before {
    content: "\203A";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 13px;
}

#contactFooter ul>li:hover,
#contactFooter ul>li:focus {
    color: #206fab;
}

body:not(.noListStyle) #contactFooter ul {
    padding-left: 0px;
}

/* ----------------------------------------------- quicklinks ----------------------------------------------- */

.quicklinks {
    line-height: 2;
}

.quicklinks a:not(.has-image):not([rel]) {
    font-size: 1rem;
    color: #252525;
}

.quicklinks a:not(.has-image):not([rel])::before {
    content: '›';
    margin-right: 4px;
}

.quicklinks a:not(.has-image):not([rel]):hover,
.quicklinks a:not(.has-image):not([rel]):focus {
    color: #206fab;
    text-decoration: none;
}

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

footer table td,
footer table th {
    padding: 0;
}

footer {
    font-size: 0.9375rem;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    background-color: #206fab;
}

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

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

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

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

/* ----------------------------------------------- footerlast ----------------------------------------------- */

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

#footerlast {
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #1f6091;
}

#footerlast>.row:nth-child(1) {
    padding-bottom: 14px;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

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

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

#innerfooter li+li::before {
    content: "•";
    margin: 0 15px;
    color: #ffffff;
}

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

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

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

#vernetzt b {
    color: #ffffff;
    font-weight: 400;
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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