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

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

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

a {
   color: #0068ad;
}

a:is(:hover, :focus) {
   color: #0068ad;
   text-decoration: underline;
}

b,
strong {
   font-weight: 600;
}

#content a {
   text-decoration: underline;
}
a:focus {
    outline: 3px solid #ffd119 !important;
}

button:focus {
    outline: 3px solid #ffd119 !important;
}

form:focus {
    outline: 3px solid #ffd119 !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input:focus,
#search_submit:focus {
    outline: 3px solid #ffd119 !important;
}

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

#topbar {
   background: #ffffff;
   padding: 18px 0;
}

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

#logo {
   display: inline-block;
}

#logo img {
   display: block;
}

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

.contrast_light_font #logo img {
   background: #ffffff !important;
}

/* #region ------------------------------- contrast + styler ------------------------------------ */

#stylerBox {
   width: 100%;
   margin-bottom: 20px;
   column-gap: 30px;
}

#stylerBox h2 {
   color: #191919;
   font-size: 0.875rem;
   font-family: inherit;
   margin: 0;
   font-weight: 400;
   font-style: italic;
   text-align: left;
}

#stylerBox button {
   color: #ffffff;
   padding: 2px;
   border: 1px solid rgba(0, 104, 173, 0.9);
   font-family: inherit;
   display: inline-block;
   width: 29px;
   height: 29px;
   flex-shrink: 0;
   font-weight: 600;
   text-align: center;
   background: transparent;
   position: relative;
   font-size: 14px;
   z-index: 1;
   line-height: 1;
   margin-left: 3px;
}

#style button {
   background-color: #1977b5;
}

#stylerBox button::before {
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
   left: -6px;
   top: -6px;
   bottom: -6px;
   right: -6px;
   border-radius: 50%;
   background: rgba(0, 0, 0, 0.1);
   opacity: 0;
   transition: opacity 150ms linear;
}

#stylerBox button:is(:hover, :focus) {
   color: #191919;
   background-color: #ffd119;
}

#contrast_style button {
   color: #191919;
}

#contrast_style button::after {
   content: "";
   width: 12px;
   height: 12px;
   border: 1px solid #191919;
   display: block;
   position: absolute;
   top: calc(50% - 7px);
   left: calc(50% - 7px);
   background: linear-gradient(to right, #191919, #191919 50%, #ffffff 50%);
}

#contrast_style button:nth-of-type(2)::after {
   transform: scaleX(-1);
}

#contrast_style button:nth-of-type(3)::after{
   background: linear-gradient(to left, #1977b5, #1977b5 50%, #ffffff 50%);
}

/* #endregion ---------------------------- contrast + styler ------------------------------------ */

/* #region ------------------------------------- search ----------------------------------------- */

form[id^="search"] {
   background: #d9e9f4;
   display: inline-flex;
   width: 100%;
   max-width: 270px;
   border: 1px solid #0068ad;
   overflow: hidden;
}

@media (max-width: 991px) {
   form[id^="search"] {
       width: calc(100% - 30px);
       margin: 20px 15px;
   }
}

form [id^="search_input"] {
   color: #191919;
   font-size: 0.875rem;
   font-style: italic;
   background: transparent;
   padding: 4px 15px;
   border: 0;
   width: 100%;
   border-right: 1px solid #191919;
   margin: 5px 0;
}

form [id^="search_submit"] {
   min-width: 40px;
   border: none;
   background: url('../img/icon-lupe.png') center no-repeat;
   padding: 0;
   cursor: pointer;
   font-size: 0;
}

form [id^="search_submit"]:is(:hover, :focus) {
   background-color: #ffffff;
}

form [id^="search_input"]::placeholder {
   color: #191919 !important;
   opacity: 1 !important;
   font-style: italic !important;
}

.contrast_light_font form[id^="search"] {
   background: #000 !important;
   border: 1px solid #ffffff !important;
}

.contrast_light_font form [id^="search_submit"] {
   background: #ffffff url('../img/icon-lupe.png') center no-repeat !important;
}

.contrast_light_font form [id^="search_input"] {
   color: #fff !important;
   background-color: #000 !important;
}

.contrast_light_font form [id^="search_input"]::placeholder {
   color: #ffffff !important;
   opacity: 1 !important;
   font-style: italic !important;
}

.contrast_dark_font form[id^="search"] {
   background: #ffffff !important;
}

/* #endregion ---------------------------------- search ----------------------------------------- */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        padding: 10px 0;
        position: static !important;
        background-color: #ffffff;
    }

    #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: #0068ad;
        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: #0068ad;
        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 (min-width: 992px) {
    #menu {
        background-color: #0068ad;
    }

    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-wrap: wrap;
    }

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

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

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

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

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 15px 35px 15px 15px;
    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>a {
        padding: 23px 5px 24px 5px;
        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;
    }
}

.navbar-default .navbar-nav>li>a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    bottom: 0;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffd119;
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -ms-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 300ms linear;
}

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

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

.navbar-nav>li:hover>a::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after {
    width: 100%;
}

.navbar-nav>li:focus-within>a::after {
    width: 100%;
}

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

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

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

@media(min-width:992px) {

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

    .navbar-default .navbar-nav>li>.dropdown-menu {
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .navbar-default .navbar-nav>li>.dropdown-menu::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffcc00 transparent transparent transparent;
        -webkit-transition: top 150ms linear;
        -moz-transition: top 150ms linear;
        -ms-transition: top 150ms linear;
        -o-transition: top 150ms linear;
        transition: top 150ms linear;
    }

    .navbar-default .navbar-nav>li:hover>.dropdown-menu::after {
        top: 0;
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        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: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 8px 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 {
        text-align: center;
        padding: 13px 25px;
    }
}

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

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
   color: #191919;
   background: #ffcc00;
}

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

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

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

#slider {
   max-height: clamp(300px, 42vw, 400px);
   overflow: hidden;
   position: relative;
}

@media (min-width: 576px) {
   body.index #slider {
      max-height: clamp(400px, 62vw, 630px);
   }
}

#headerpic {
   padding: 0;
   overflow: hidden;
   position: relative;
}

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

.slider-mask {
   display: none;
}

@media (min-width: 576px) {
   .slider-mask {
      display: block;
      background: linear-gradient(to top, rgba(0, 104, 173, 0.8), rgba(255, 255, 255, 0) 60%);
   }
}

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

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

#headerpic .nivo-directionNav {
   height: 40px;
   pointer-events: none;
   width: 100%;
   position: absolute;
   z-index: 7;
   left: 50%;
   bottom: 80px;
   transform: translateX(-50%);
}

@media (min-width: 992px) {
   #headerpic .nivo-directionNav {
      max-width: 992px;
      bottom: 100px;
   }
}

@media (min-width: 1200px) {
   #headerpic .nivo-directionNav {
      max-width: 1200px;
   }
}

#headerpic .nivo-directionNav a {
   pointer-events: auto;
   color: 191919 !important;
   color: #191919;
   background: #ffcc00 url('../img/banner-arrows.png') top 12px center / 18px auto no-repeat;
   width: 40px;
   height: 40px;
   opacity: 1 !important;
}

#headerpic .nivo-directionNav a.nivo-nextNav {
   transform: scaleX(-1)
}

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

@media (min-width: 576px) {
   #headerpic .nivo-controlNav {
      bottom: 65px;
   }
}

@media (min-width: 992px) {
   #headerpic .nivo-controlNav {
      bottom: 78px;
   }
}

#headerpic .nivo-controlNav button {
   background: transparent;
   border-radius: 50%;
   border: 1px solid #ffffff;
   width: 12px;
   height: 12px;
   padding: 0;
}

#headerpic .nivo-controlNav button:is(:hover, :focus),
#headerpic .nivo-controlNav .slick-active button {
   background: #ffffff !important;
}

#headerpic .nivo-controlNav {
   pointer-events: none;
}

#headerpic .nivo-controlNav button {
   pointer-events: auto;
}

/* #region ------------------------------------ newsticker ------------------------------------------ */

@media (min-width: 576px) {
   body.index #searchArea {
      background: linear-gradient(to right, #0068ad, #0068ad 50%, rgba(255, 255, 255, 0) 50%);
   }
}

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

#searchBox {
   background: #ffffff;
   padding: 25px 0;
   box-shadow: 0 40px 30px -20px rgba(1, 82, 137, 0.3);
}

@media (min-width: 576px) {
   #searchBox {
      position: relative;
      z-index: 54;
      margin-top: -50px;
      padding-left: clamp(25px, 4vw, 40px);
      padding-right: clamp(25px, 4vw, 40px);
   }
}

#searchBox>.row {
   row-gap: 20px;
}

.newsticker-position {
   margin-bottom: 0;
}

/* #endregion --------------------------------- newsticker ------------------------------------------ */

/* #region ------------------------------------ topInfo ----------------------------------------- */

#topInfo {
   padding-top: clamp(40px, 8vw, 100px);
   position: relative;
   z-index: 1;
}

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

#topInfo .tab-text {
   font-weight: 400;
}

@media (min-width: 992px) {
   #topInfo .tab-text {
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 110px;
   }
}

#topInfo .tab-text>* {
   background: #0068ad;
}

#topInfo .tab-text,
#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6, a) {
   color: #ffffff;
   hyphens: auto;
}

#topInfo .tab-text h1 {
   font-size: clamp(2.1875rem, 4vw, 3.4375rem);
}

#topInfo .tab-text h2 {
   font-size: clamp(1.75rem, 4vw, 2.1875rem);
}

#topInfo .tab-text a {
   text-decoration: underline;
}

#topInfo .tab-text a:is(:hover, :focus) {
   color: #ffffff;
}

#topInfo .tab-text h1::after {
   content: "";
   display: block;
   width: 20px;
   height: 8px;
   background: #ffffff;
   margin: 20px auto;
}

@media (min-width: 992px) {
   #topInfo .tab-text h1::after {
      margin-right: 0;
   }
}

#topInfo::after {
   content: "";
   position: absolute;
   z-index: -1;
   display: block;
   top: 0;
   left: 0;
   right: 0;
   bottom: 60px;
   background: #0068ad;
   border-bottom-right-radius: 500px;
}

@media (min-width: 992px) {
   #topInfo::after {
      right: 50%;
   }
}

#topInfo .tab {
   background: #d9e9f4;
   padding: clamp(30px, 3vw, 40px);
   min-height: 100%;
   height: 100%;
   position: relative;
}

@media (min-width: 768px) {
   #topInfo .tab {
      font-size: 1.125rem;
   }

   .tab_spacer {
      height: 16px;
   }
}

@media (min-width: 992px) {
   #topInfo .tab {
      padding-bottom: 70px;
   }
}

#topInfo .tabHeadline {
   color: #0068ad;
   font-size: clamp(1.25rem, 3vw, 1.875rem);
   margin-bottom: 20px;
   padding-top: 90px;
   position: relative;
   hyphens: auto;
   background-position: top left;
   background-repeat: no-repeat;
}

#topInfo .tabHeadline::before {
   position: absolute;
   display: block;
   content: '';
   top: -39px;
   left: 0;
   width: 91px;
   height: 131px;
   background-repeat: no-repeat;
}

@media (min-width: 992px) {
   #topInfo .tabHeadline::before {
      top: -49px;
   }
}

#tab1 .tabHeadline::before {
   background-image: url('../img/icon-veranstaltung.png');
}

#tab2 .tabHeadline::before {
   background-image: url('../img/icon-news.png');
}

#topInfo .tab_link_mehr {
   color: transparent;
   font-size: 0;
}

#topInfo .tab_link_mehr a {
   background: #ffcc00;
   display: inline-block;
   color: #191919;
   font-weight: 600;
   padding: 9px 70px 9px 25px;
   text-decoration: none;
}

#topInfo .tab_link_mehr a {
   position: absolute;
   bottom: 0;
   right: 0;
   font-size: 1rem;
}

#topInfo .tab_link_mehr a:is(:hover, :focus) {
   background: #e0b402;
}

#topInfo .tab_link_mehr a::after {
   content: "";
   display: block;
   position: absolute;
   color: #191919;
   font-weight: 600;
   top: 0;
   right: 0;
   bottom: 0;
   width: 46px;
   font-family: 'Work Sans', sans-serif;
   background: #e0b402 url(../img/btn-arrow.png) center center no-repeat;
   transition: background 300ms linear;
}

#topInfo .tab_link_mehr a:is(:hover, :focus):after {
   background: #ffcc00 url(../img/btn-arrow.png) center center no-repeat;
}

.tab_link_title a {
   font-weight: 600;
}

:is(.tab_link_title, .tab_link_mandat) a {
   color: inherit;
}

/* #endregion --------------------------------- topInfo ----------------------------------------- */

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

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

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
   color: #0068ad;
   font-weight: 700;
   line-height: 1.2;
   font-family: "Work Sans", serif;
}

h1,
.h1,
.legacy_h1 {
   font-size: clamp(2.125rem, 5vw, 2.8125rem);
}

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
   font-size: clamp(1.75rem, 3.5vw, 1.875rem);
}

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

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

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

#footer {
   background: #d9e9f4;
   padding: clamp(40px, 8vw, 70px) 0;
   font-size: 1rem;
}

@media (max-width: 991px) {
   #footer>.row>*+* {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin-top: 20px;
      padding-top: 20px;
   }
}

@media (min-width: 768px) {
   #footer>.row>*:nth-child(2) {
      border-top: none;
      margin-top: 0;
      padding-top: 0;
   }
}

#footer>.row>*:last-child>*+* {
   margin-top: 30px;
}

#footer a {
   color: #0068ad;
   text-decoration: underline;
}

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

#footer .footerHeadline {
   margin: 0 0 15px 0;
   font-size: clamp(1.375rem, 4vw, 1.875rem);
   hyphens: auto;
}

#footer .footerHeadline.gap {
   margin-top: clamp(30px, 4vw, 40px);
}

#footer iframe,
#footer .iframe-wrapper-manual-enabling {
   width: 100% !important;
   display: block !important;
   min-width: 100% !important;
   height: 100% !important;
   min-height: 221px !important;
}

#footer .shadow {
   box-shadow: 0 30px 50px -30px rgba(1, 82, 137, 0.3);
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
}

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

@media (max-width: 767px) {
    #innerfooter {
        border-bottom: 1px solid rgba(1, 82, 137, 0.3);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    color: #191919;
}

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

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

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

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

    #innerfooter li+li::before {
        display: none;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.8125rem;
    color: #191919;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
}

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

#vernetzt span {
    color: #191919;
}

#vernetzt span span {
    display: block;
}

#vernetzt b {
   color: #0068ad;
}

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