@import url('https://fonts.verwaltungsportal.de/import/?family=Source+Sans+3:300,400,300i,400i,600,600i,700,700i%7COrbitron:700,700i');

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

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

a {
    color: #005c8f;
}

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

b,
strong {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .rowWide {
        max-width: 1440px;
        width: 100%;
    }
}

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

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

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

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

    #logo {
        pointer-events: all;
    }
}

@media (min-width: 1200px) {
    #bannerOverlay {
        top: 18px;
    }
}

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

#logo {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    text-decoration: none;
}

#logo .logoImg img {
    display: block;
}

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

#logo .logoTxt {
    color: #4f504f;
    line-height: 1.2;
    font-size: clamp(1rem, 2vw, 1.6875rem);
}

@media (min-width: 992px) {
    #logo .logoTxt {
        width: 70%;
    }
}

#logo .logoTxt :is(h1, h2, h3, h4, h5, h6) {
    color: #005c8f;
    display: block;
    margin: 0;
    text-align: right;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        position: static !important;
    }

    .sticky-wrapper {
        height: unset !important;
    }

    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #ffffff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #005c8f;
        border-radius: 2px;
        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;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #fffeeb;
        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: 9px;
    }

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

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        background: #fffeeb;
        transition: all 0.2s 0s linear;
    }

    .is-sticky nav.horizontally {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 40px;
        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, :hover)>ul,
    nav.horizontally .navbar-nav li.open:focus-within>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.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #252525;
    font-weight: 700;
    text-align: left;
    padding: 12px 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Orbitron", serif;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"] {
        border-bottom: 1px solid rgba(46, 60, 72, 0.2);
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-left: 15px;
    }

    nav.horizontally a[class*="toplevel"] {
        padding: 42px 0;
        text-align: center;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::before,
    nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1004;
        background-color: #e3d300;
        left: 50%;
        transform: translate(-50%, 0);
        height: 0;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::before {
        width: 3px;
        top: 80px;
        transition: all 150ms linear;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
        width: 0;
        bottom: -25px;
        border-radius: 50%;
        transition: all 300ms linear;
    }
}

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

@media (min-width: 992px) {

    nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::before,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::before,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::before {
        height: 48px;
    }

    nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::after,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::after,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::after {
        width: 15px;
        height: 15px;
    }
}

/* secondlevel + thirdlevel dropdown-box */

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

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"] ul {
        box-shadow: inset -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
    }

    nav.horizontally [class*="toplevel"]>ul {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.65);
    }

    nav.horizontally [class*="secondlevel"]>ul {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 50px 15px 18px 15px;
        left: 50%;
        transform: translate(-50%);
        margin-top: -10px;
    }

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

    nav.horizontally [class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        top: 0;
        bottom: 0;
        left: -20px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #252525;
    font-weight: 400;
    text-align: left;
    padding: 7px 16px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
        margin: 0;
    }

    nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])+li:not(:nth-child(2)) {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #e3d300;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    transition: all 200ms;
    transform: translate(-50%, -50%);
}

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

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
    width: 6px;
    height: 6px;
}

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

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

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

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

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

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

#headerpic {
    padding: 0;
    position: relative;
    border-top: 9px solid #fffffb;
}

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

.slider-mask {
    display: block;
    background: #fffeeb;
    width: 100%;
    height: clamp(30px, 6vw, 100px);
    bottom: 0;
    border-top-left-radius: 100px;
}

@media (min-width: 992px) {
    #headerpic::before {
        content: '';
        position: absolute;
        pointer-events: none;
        z-index: 12;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('../img/bannermask.png') top -1px center / 100% auto no-repeat;
    }
}

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

#content {
    text-align: left;
    padding-top: clamp(30px, 4vw, 60px);
    padding-bottom: clamp(30px, 4vw, 60px);
}

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

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

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

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

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

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

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

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

/* ----------------------------------------------- @17ev events -------------------------------------------- */

#ev17 {
    padding: 30px 0;
    border-radius: 0 clamp(50px, 6vw, 100px) 0 0;
    background: #f2f2f2;
}

#ev17>.row {
    row-gap: clamp(30px, 3vw, 40px);
}

#ev17 .specialHeadline {
    color: #252525;
    padding: 0;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 0 0 0 135px;
    position: relative;
}

@media (min-width: 1200px) {
    #ev17 .specialHeadline .tabContent {
        margin: 0 -120px 0 0;
    }

    #ev17 .specialHeadline::before {
        content: '';
        position: absolute;
        background: url(../img/icon-kalender.png) no-repeat;
        width: 140px;
        height: 140px;
        bottom: -45px;
        left: -160px;
    }
}

#ev17 .tabHeadline {
    color: #005c8f;
    font-size: 1.875rem;
    margin: 0px;
}

#ev17 .tab_link_mehr a,
#ev17 .specialHeadline a:not(.has-image):not([rel]) {
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: left;
    color: #ffffff;
    font-size: 0.875rem;
    width: 100%;
    max-width: 200px;
    padding: 15px 15px 15px 50px;
    background: #005c8f;
}

#ev17 .tab_link_mehr a {
    margin-top: 20px;
    color: #252525;
    width: auto;
    max-width: unset;
    padding: 12px 20px 12px 50px;
    background: #f2f2f2;
}

#ev17 .tab_link_mehr {
    font-size: 0px;
    text-align: left !important;
}

#ev17 .tab_link_mehr a::before {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23005c8f"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>') center no-repeat;
}

#ev17 .specialHeadline a::before {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23ffffff"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>') center no-repeat;
}

#ev17 .tab_link_mehr a::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23005c8f"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>') center no-repeat;
}

#ev17 .tab_link_mehr a:hover,
#ev17 .tab_link_mehr a:focus {
    color: #ffffff;
    background: #005c8f;
}

#ev17 .specialHeadline a:not(.has-image):not([rel]):hover,
#ev17 .specialHeadline a:not(.has-image):not([rel]):focus {
    background: #444444;
}

#ev17 .tab_link_mehr a:hover::before,
#ev17 .tab_link_mehr a:focus::before {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23ffffff"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>');
}

@media (max-width: 768px) {
    #ev17 .specialHeadline {
        padding: 0px;
        margin: auto;
    }

    #ev17 .specialHeadline .tabHeadline {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #ev17 .specialHeadline a:not(.has-image):not([rel]) {
        max-width: unset;
    }
}

#ev17 .tab_link_entries {
    display: grid;
    gap: 30px;
}

@media (min-width: 576px) {
    #ev17 .tab_link_entries {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    #ev17 .tab_link_entries {
        grid-template-columns: repeat(3, 1fr);
    }
}

#ev17 .tab_link_entry {
    width: 100%;
    font-size: 1.125rem;
    color: #252525;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-bottom: none !important;
}

#ev17 .tab_link_title {
    margin-bottom: 15px;
}

#ev17 .tab_link_title a {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 700;
    color: #252525;
    display: inline-block;
}

#ev17 .tab_link_mandat a {
    color: #252525;
}

#ev17 .tab_spacer,
#ev17 .vorschau {
    display: none;
}

/* ----------------------------------------------- @17ev ev17NEWS -------------------------------------------- */

#ev17NEWS {
    padding: clamp(30px, 5vw, 70px) 0;
}

#ev17NEWS>.row {
    row-gap: clamp(30px, 3vw, 40px);
}

#ev17NEWS .specialHeadline {
    color: #252525;
    padding: 0;
    width: calc(100% - 30px);
    max-width: 1410px;
    margin: 0 0 0 15px;
    position: relative;
}

@media (min-width: 1200px) {
    #ev17NEWS .specialHeadline .tabContent {
        margin: 0 -120px 0 0;
    }

    #ev17NEWS .specialHeadline::before {
        content: '';
        position: absolute;
        background: url(../img/news-icon.png) no-repeat;
        width: 140px;
        height: 140px;
        bottom: -45px;
        right: -40px;
    }
}

#ev17NEWS .tabHeadline {
    color: #005c8f;
    font-size: 1.875rem;
    margin: 0px;
}

#ev17NEWS .tab_link_mehr a,
#ev17NEWS .specialHeadline a:not(.has-image):not([rel]) {
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: left;
    color: #ffffff;
    font-size: 0.875rem;
    width: 100%;
    max-width: 200px;
    padding: 15px 15px 15px 50px;
    background: #005c8f;
}

#ev17NEWS .tab_link_mehr a {
    margin-top: 20px;
    color: #252525;
    width: auto;
    max-width: unset;
    padding: 12px 20px 12px 50px;
    background: #f2f2f2;
}

#ev17NEWS .tab_link_mehr {
    font-size: 0px;
    text-align: left !important;
}

#ev17NEWS .tab_link_mehr a::before {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23005c8f"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>') center no-repeat;
}

#ev17NEWS .specialHeadline a::before {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23ffffff"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>') center no-repeat;
}

#ev17NEWS .tab_link_mehr a::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23005c8f"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>') center no-repeat;
}

#ev17NEWS .tab_link_mehr a:hover,
#ev17NEWS .tab_link_mehr a:focus {
    color: #ffffff;
    background: #005c8f;
}

#ev17NEWS .specialHeadline a:not(.has-image):not([rel]):hover,
#ev17NEWS .specialHeadline a:not(.has-image):not([rel]):focus {
    background: #444444;
}

#ev17NEWS .tab_link_mehr a:hover::before,
#ev17NEWS .tab_link_mehr a:focus::before {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23ffffff"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520Z"/></svg>');
}

@media (max-width: 768px) {
    #ev17NEWS .specialHeadline {
        padding: 0px;
    }

    #ev17NEWS .specialHeadline .tabHeadline {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #ev17NEWS .specialHeadline a:not(.has-image):not([rel]) {
        max-width: unset;
    }
}

#ev17NEWS .tab_link_entries {
    display: grid;
    gap: 30px;
}

@media (min-width: 576px) {
    #ev17NEWS .tab_link_entries {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    #ev17NEWS .tab_link_entries {
        grid-template-columns: repeat(3, 1fr);
    }
}

#ev17NEWS .tab_link_entry {
    width: 100%;
    font-size: 1.125rem;
    color: #252525;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-bottom: none !important;
}

#ev17NEWS .tab_link_title {
    margin-bottom: 15px;
}

#ev17NEWS .tab_link_title a {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 700;
    color: #252525;
    display: inline-block;
}

#ev17NEWS .tab_link_mandat a {
    color: #252525;
}

#ev17NEWS .tab_preview_picture,
#ev17NEWS .tab_spacer,
#ev17NEWS .vorschau {
    display: none;
}


@media (max-width: 991px) {

    .tab,
    #search,
    #search+ul {
        max-width: 400px;
        margin: 0 auto;
    }
}

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

/* footer */

footer {
    color: #252525;
    font-size: 1rem;
}

footer :is(iframe, .iframe-wrapper-manual-enabling) {
    min-width: 100% !important;
    width: 100% !important;
    z-index: 6;
    position: relative;
    max-height: 185px;
}

#footer {
    padding: clamp(40px, 8vw, 64px) 0;
    background-color: #f2f2f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: clamp(50px, 6vw, 100px);
}

#footer>.row {
    row-gap: 40px;
}

#footer a,
#footer a:is(:hover, :focus) {
    color: #005c8f;
    text-decoration: underline;

}

#footer :is(h1, h2, h3, h4, h5, h6) {
    color: #252525;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 25px;
}

#footer .contact :is(h1, h2, h3, h4, h5, h6) {
    color: #005c8f;
}

#footer .contact {
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    #footer .contact {
        padding-left: 90px;
        position: relative;
    }

    #footer .contact::before {
        content: '';
        position: absolute;
        background: url(../img/icon-attention.png) no-repeat;
        width: 140px;
        height: 140px;
        top: -80px;
        left: -54px;
    }
}

/* innerfooter */

#innerfooter {
    background: #005c8f;
    padding: 30px 0;
}

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

#innerfooter ul {
    padding: 0;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        color: #fff;
        margin: 0 clamp(15px, 2vw, 22px);
    }

    #innerfooter li {
        display: inline-block;
    }
}

#innerfooter li a {
    color: #fff;
    position: relative;
    text-decoration: none;
}

#innerfooter li a:is(:hover, :focus) {
    text-decoration: underline;
}

@media (min-width: 992px) {
    #innerfooter li a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1004;
        background-color: #e3d300;
        left: 50%;
        transform: translate(-50%, 0);
        height: 0;
        width: 3px;
        top: 40px;
        transition: all 150ms linear;
    }

    #innerfooter li a:is(:hover, :focus)::before {
        height: 36px;
    }

}

#innerfooter li a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1004;
    background-color: #e3d300;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    bottom: -25px;
    border-radius: 50%;
    transition: all 300ms linear;
}

#innerfooter li a:is(:hover, :focus)::after {
    width: 15px;
    height: 15px;
}

@media (max-width: 991px) {
    #innerfooter li a::after {
        left: -15px;
        top: 0;
        margin: auto;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    #innerfooter li a {
        padding: 4px;
        display: inline-block;
    }
}

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

/* #region -------------------------------------- vernetzt -------------------------------------- */

#vernetzt {
    gap: 18px;
    text-align: right;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span {
    display: block;
}

/* #endregion -------------------------------- vernetzt ----------------------------------------- */