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

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #f0f0f0;
    scroll-behavior: smooth;
    scroll-padding-top: clamp(100px, 12vw, 180px);
    scrollbar-color: #243476 #ffffff;
    scrollbar-width: thin;
}

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

a,
a:is(:hover, :focus) {
    color: #243476;
}

a:is(:hover, :focus),
:is(#content, footer .template-page) a {
    text-decoration: underline;
}

#content a {
    font-style: italic;
}

b,
strong {
    font-weight: 600;
}

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

#logo {
    display: inline-block;
}

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

#logo img {
    display: block;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        padding: 20px 0;
    }

    #myNavbar {
        display: flex;
        flex-direction: column;
    }

    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #243476;
    }

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #ffffff;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

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

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

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

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

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

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .dropdown-toggle-button-wrapper {
        top: 10px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 4px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        position: sticky;
        top: 0;
        z-index: 1010;
        background: #ffffff;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    }

    nav.horizontally .navbar-nav {
        padding-left: clamp(20px, 2.5vw, 40px);
        flex: 1 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus-within)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 13px 17px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        text-align: center;
        padding: 45px 30px;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        position: absolute;
        pointer-events: none;
        top: -20px;
        left: 15px;
        width: 2px;
        height: 0;
        margin: auto;
        background: #243476;
        transition: height 300ms linear;
    }

    nav.horizontally li[class*="toplevel"]>ul:is(:hover, :focus-within)::after {
        height: 58px;
    }
}

@media (max-width: 991px) {
    nav.horizontally a[class*="toplevel"] {
        hyphens: auto;
    }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #fff;
    background-color: #243476;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background-color: #fbfafa;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

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

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding: 14px 0
    }

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 0px;
        left: -15px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -14px;
        margin-left: 15px;
    }

    nav.horizontally [class*="toplevel"] ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 15px;
        top: 0;
        bottom: 0;
        left: -15px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    position: relative;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 8px 30px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    nav.horizontally li[class*="secondlevel"]>ul::after {
        content: "";
        position: absolute;
        pointer-events: none;
        top: 15px;
        left: -10px;
        width: 0;
        height: 2px;
        margin: auto;
        background: #243476;
        transition: width 300ms linear;
    }

    nav.horizontally li[class*="secondlevel"]>ul:is(:hover, :focus-within)::after {
        width: 50px;
    }
}

@media (max-width: 991px) {
    nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) { 
        hyphens: auto;
    }
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    color: #243476;
}

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



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

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

#slider>* {
    height: 100% !important;
}

@media (min-width: 768px) {
    .index #slider {
        height: 100% !important;
    }

    .index #headerpic .slider-wrapper {
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
    }

    #headerpic .nivo-directionNav a {
        z-index: 61;
    }
}

@media (min-width: 992px) {
    .index #headerpic .slider-wrapper {
        left: calc(50% - 70px);
    }

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

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

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

@media (min-width: 1200px) {
    .index #headerpic .slider-wrapper {
        left: 50%;
    }
}

#headerpic {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #222222;
    min-height: 300px;
}

.slider-mask {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
}

#headerpic .nivo-controlNav button {
    color: #ffffff !important;
}

/* overlay */

#bannerOverlay {
    color: #ffffff;
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    padding: clamp(40px, 3vw, 50px) 0 clamp(40px, 3vw, 60px) 0;
    line-height: 1.4;
}

#bannerOverlay>.row>div {
    position: relative;
    z-index: 61;
}

@media (max-width: 767px) {
    body:not(.index) #bannerOverlay {
        display: none;
    }
}

@media (min-width: 1200px) {
    #bannerOverlay>.row>div {
        padding: 0 20px 0 35px;
    }

    #bannerOverlay {
        height: 650px;
        overflow: hidden;
    }
}

#bannerOverlay :is(b, strong) {
    position: relative;
    font-weight: inherit;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

#bannerOverlay :is(b, strong)::before {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #fff;
    margin: -20px 0 0 -20px;
}

#bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    margin: clamp(25px, 2vw, 35px) 0 clamp(20px, 2vw, 30px) 0;
}

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

/* region ---------------------------------- button-design -------------------------------------- */

.button-design a {
    text-decoration: none;
    padding: 8px 14px;
    font-weight: 500;
    text-shadow: none;
    display: inline-block;
    font-size: 1rem;
    position: relative;
    color: #ffffff;
    background: #243476;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: outline 300ms linear;
    margin-top: 20px;
}

/* hover */

.button-design a:is(:hover, :focus) {
    outline-color: #ffffff;
}

/* button with arrow */

.button-design.button-arrow a {
    padding-right: 45px;
}

.button-design.button-arrow a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: url('../img/pfeil.png') center no-repeat;
}

.button-design.button-arrow a:nth-of-type(2n+2)::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: url('../img/pfeil-hover.png') center no-repeat;
}

/* buttons in specific tabs */

#bannerOverlay .button-design a {
    margin-top: clamp(20px, 4vw, 40px);
}

#bannerOverlay .button-design a:nth-of-type(2n+2) {
    color: #222222;
    background: #ffffff;
}

#bannerOverlay .button-design.button-arrow a:nth-of-type(2n+1)::after {
    filter: brightness(10);
}

#bannerOverlay .button-design a:not(:last-of-type) {
    margin-right: 20px;
}

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

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

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

/* #region ------------------------------- h1 - h6, newslink ------------------------------------ */

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

h1,
.h1,
.legacy_h1,
#bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(32px, 4vw, 42px);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(31px, 3.5vw, 35px);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(30px, 3vw, 30px);
}

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

h5,
.h5,
.legacy_h5 {
    font-size: 22px;
}

h6,
.h6,
.legacy_h6 {
    font-size: 20px;
}

.uppercase-heading :is(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase;
}

/* #endregion ---------------------------- h1 - h6, newslink ------------------------------------ */


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

footer {
    font-size: 1rem;
    padding: 50px 0 clamp(40px, 5vw, 65px) 0;
    background: #243476;
    color: #fff;
}

footer a {
    color: #fff;
}

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

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

footer .tabHeadline {
    font-size: 1.625rem;
    color: #fff;
}

footer .col-maps :is(.iframe-wrapper-manual-enabling, iframe) {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
}

/* innerfooter */

#innerfooter ul {
    padding: 0;
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    position: relative;
    left: -30px;
    display: block;
    padding: 8px 0 8px 30px;
    transition: left 300ms linear, background-position 300ms linear;
    background: url('../img/pfeil.png') center left -22px no-repeat;
}

@media (max-width: 767px) {
    #innerfooter a {
        padding-left: 60px;
    }
}

#innerfooter a:is(:hover, :focus) {
    color: #fff;
    left: 0;
    background-position-x: 0;
}

/* vernetzt */

#vernetzt {
    display: inline-block;
    color: inherit;
    line-height: 1.4;
    font-size: 0.875rem;
    text-decoration: none;
}

#vernetzt span {
    display: block;
}

#vernetzt img {
    margin-bottom: 8px;
}

#vernetzt strong {
    font-weight: inherit;
    color: #fff;
}

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