@import url("https://fonts.verwaltungsportal.de/import/?family=Mulish:300,300i,400,400i,700,700i,800,800i");

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #003660;
}

body {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    color: #272727;
    background: #fff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

a {
    color: #003d6d;
}

a:hover,
a:focus {
    color: #003d6d;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

main a,
#header-text a,
#footer a {
    text-decoration: underline;
}

#overflow {
    overflow: clip;
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (max-width: 575px) {
    #logo {
        margin-top: 15px;
    }

    #logo img {
        max-width: 210px;
        width: 100%;
    }

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 576px) {
    #logo {
        position: absolute;
        left: 15px;
        top: -80px;
        max-width: 170px;
        display: flex;
        align-content: end;
        align-items: end;
        justify-content: center;
        -webkit-transition: bottom 200ms linear;
        -moz-transition: bottom 200ms linear;
        -ms-transition: bottom 200ms linear;
        -o-transition: bottom 200ms linear;
        transition: bottom 200ms linear;
    }

    #logo img {
        max-height: 115px;
    }

}

@media (min-width: 992px) {
    #logo {
        top: -90px;
        bottom: -21px;
    }

    .is-sticky #logo {
        bottom: -44px;
    }

    #logo img {
        max-height: 209px;
    }

    #logo img {
        bottom: 0;
        -webkit-transition: max-height 200ms linear;
        -moz-transition: max-height 200ms linear;
        -ms-transition: max-height 200ms linear;
        -o-transition: max-height 200ms linear;
        transition: max-height 200ms linear;
    }

    .is-sticky #logo img {
        max-width: 90px;
    }

    #logo-col {
        position: static;
    }
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

/* #region -------------------------------------- styler ---------------------------------------- */

#topbar {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1rem;
}

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

    #style b {
        padding-right: 2px;
    }

    #style button {
        background: transparent;
        padding: 0;
        border: 1px solid transparent;
        color: inherit;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        position: relative;
        line-height: 1;
        width: 31px;
        height: 31px;
        -webkit-transition: border 300ms linear;
        -moz-transition: border 300ms linear;
        -ms-transition: border 300ms linear;
        -o-transition: border 300ms linear;
        transition: border 300ms linear;
    }

    #style button:hover {
        border-color: #527f34;
    }
}

/* #endregion -------------------------------------- styler ---------------------------------------- */

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

#search {
    background: #fff;
    display: block;
    position: relative;
    z-index: 101;
    color: #272727;
    line-height: 1;
    overflow: hidden;
    max-width: 330px;
}

@media (max-width: 440px) {
    #search {
        max-width: calc(100% - 70px);
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #search {
        margin-left: 200px;
        margin-right: 90px;
    }
}

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

    #style+#search {
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        margin-left: 20px;
        padding-left: 30px;
    }
}

#search label {
    font-weight: 700;
    padding-right: 10px;
}

#search_input {
    color: inherit;
    font-style: normal;
    border: 0;
    padding: 7px 36px 7px 10px;
    width: 100%;
}

@media (max-width: 991px) {
    #search_input {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

#search_submit {
    width: 36px;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M38.7 40.85 26.65 28.8q-1.5 1.3-3.5 2.025-2 .725-4.25.725-5.4 0-9.15-3.75T6 18.75q0-5.3 3.75-9.05 3.75-3.75 9.1-3.75 5.3 0 9.025 3.75 3.725 3.75 3.725 9.05 0 2.15-.7 4.15-.7 2-2.1 3.75L40.95 38.7q.45.4.45 1.025 0 .625-.5 1.125-.45.45-1.1.45-.65 0-1.1-.45Zm-19.85-12.3q4.05 0 6.9-2.875Q28.6 22.8 28.6 18.75t-2.85-6.925Q22.9 8.95 18.85 8.95q-4.1 0-6.975 2.875T9 18.75q0 4.05 2.875 6.925t6.975 2.875Z' fill='%23527f34'/%3E%3C/svg%3E") center / 28px auto no-repeat;
    padding: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    font-size: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#search_submit:hover,
#search_submit:focus,
#search_input:hover,
#search_input:focus {
    background-color: #f9b30b;
}

#search_input::-ms-input-placeholder {
    color: #272727 !important;
    font-style: italic;
}

#search_input::-webkit-input-placeholder {
    color: #272727 !important;
    font-style: italic;
}

#search_input::-moz-placeholder {
    opacity: 1;
    font-style: italic;
}

#search_input:-moz-placeholder {
    opacity: 1;
    font-style: italic;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important;
    }

    #menu {
        position: static !important;
    }

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

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #003d6d;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        -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"] #burgerButtonInner2 {
        opacity: 0;
    }

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

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

    .navbar-nav {
        padding: 20px 10px;
    }

    .navbar-collapse {
        top: 0;
        background: #003d6d;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        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[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

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

    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }

    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }

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

    .dropdown-toggle-button-wrapper2 {
        top: 1px;
        right: -10px
    }
}

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

    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        position: relative;
        z-index: 10;
        -webkit-transition: background 300ms linear, padding 300ms linear;
        -moz-transition: background 300ms linear, padding 300ms linear;
        -ms-transition: background 300ms linear, padding 300ms linear;
        -o-transition: background 300ms linear, padding 300ms linear;
        transition: background 300ms linear, padding 300ms linear;
    }

    .is-sticky #menu {
        background: #003d6d;
        border-bottom: 1px solid #fff;
        left: auto !important;
    }

    nav.horizontally .navbar-nav {
        position: relative;
        padding-top: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    nav.horizontally .navbar-nav::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: clamp(-275px, -15vw, -15px);
        height: 1px;
        background: #fff;
    }

    .is-sticky .navbar-nav {
        margin-bottom: -1px;
    }

    .is-sticky nav.horizontally .navbar-nav {
        padding-top: 20px;
    }

    .navbar-default .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]>ul {
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        z-index: 1000;
        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 :is(.open>.dropdown-menu, .navbar-nav li[class*="toplevel"]:hover>ul) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default li[class*="toplevel"].open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

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

@media (min-width: 992px) and (max-width: 1200px) {
    nav.horizontally .navbar-nav {
        padding-left: 30px;
    }
}


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

.navbar-default li[class*="toplevel"]>a {
    color: #fff;
    font-weight: 800;
    text-align: left;
    padding: 14px 15px;
    position: relative;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    -ms-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    transition: border 300ms linear;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 1px;
    }

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

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

    .navbar-default li[class*="toplevel"]>a {
        padding: 18px 6px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    .navbar-default li[class*="toplevel"]>a.dropdown-toggle::before {
        content: "";
        display: block;
        position: absolute;
        left: calc(50% - 13px);
        bottom: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 10px 13px;
        border-color: transparent transparent #fff transparent;
        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;
    }
}

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

.navbar-default li[class*="toplevel"]>a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #f9b30b;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -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-default li[class*="toplevel"]:hover>a::after,
.navbar-default li[class*="toplevel"]>a:hover::after,
.navbar-default li[class*="toplevel"]>a:focus::after,
.navbar-default li[class*="toplevel"].open>a::after,
.navbar-default li[class*="toplevel"].open>a:hover::after,
.navbar-default li[class*="toplevel"].open>a:focus::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus::after {
    width: 100%;
}

.navbar-default li[class*="toplevel"]:focus-within>a::after {
    width: 100%;
}

@media (min-width: 992px) {

    .navbar-default li[class*="toplevel"]:hover>a.dropdown-toggle::before,
    .navbar-default li[class*="toplevel"]>a.dropdown-toggle:hover::before,
    .navbar-default li[class*="toplevel"]>a.dropdown-toggle:focus::before {
        opacity: 1;
    }

    .navbar-default li[class*="toplevel"]:focus-within>a.dropdown-toggle::before {
        opacity: 1;
    }
}

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

.navbar-default li[class*="toplevel"]>.dropdown-menu {
    background-color: #fff;
    padding: 15px;
}

.navbar-default li[class*="secondlevel"]>.dropdown-menu {
    padding-left: 20px;
    margin-top: 6px;
}

@media(min-width: 992px) {
    nav.horizontally .dropdown-menu {
        min-width: 200px;
    }

    .navbar-default li[class*="toplevel"]>.dropdown-menu {
        min-height: 200px;
        column-count: 2;
        column-gap: 0;
        padding: 40px;
        left: 0;
        right: 0;
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .navbar-default li[class*="toplevel"]>.dropdown-menu::before,
    .navbar-default li[class*="toplevel"]>.dropdown-menu::after {
        content: "";
        position: absolute;
        display: block;
    }

    .navbar-default li[class*="toplevel"]>.dropdown-menu::before {
        height: 22px;
        left: 0;
        right: 0;
        top: -22px;
    }

    .navbar-default li[class*="secondlevel"] {
        padding-left: 30px;
        padding-right: 30px;
        display: table;
        width: 100%;
        margin-bottom: 6px;
    }
}

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

.navbar-default li[class*="secondlevel"]>a {
    padding: 8px 0;
}

.navbar-default li[class*="thirdlevel"]>a {
    padding: 6px 0 6px 12px;
}

.navbar-default li[class*="thirdlevel"]>a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 6px;
}

.navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
    color: #272727;
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    font-weight: 400;
}

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

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

.navbar-default li[class*="secondlevel"]:hover>a,
.navbar-default li[class*="secondlevel"]>a:hover,
.navbar-default li[class*="secondlevel"]>a:focus,
.navbar-default li[class*="secondlevel"].open>a,
.navbar-default li[class*="secondlevel"].open>a:hover,
.navbar-default li[class*="secondlevel"].open>a:focus,
.navbar-default li[class*="secondlevel"][class*="_over"]>a,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus {
    color: #003d6d;
}

.navbar-default li[class*="secondlevel"]:focus-within>a {
    color: #003d6d;
}

.navbar-default li[class*="thirdlevel"]:hover>a,
.navbar-default li[class*="thirdlevel"]>a:hover,
.navbar-default li[class*="thirdlevel"]>a:focus,
.navbar-default li[class*="thirdlevel"].open>a,
.navbar-default li[class*="thirdlevel"].open>a:hover,
.navbar-default li[class*="thirdlevel"].open>a:focus,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus {
    color: #527f34;
}

.navbar-default li[class*="thirdlevel"]:focus-within>a {
    color: #527f34;
}

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

/* #region ------------------------------- max-width + resp-gaps -------------------------------- */

#news,
footer {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

#news .tab_link_entries,
#footer>.row {
    row-gap: 30px;
}

/* #endregion ---------------------------- max-width + resp-gaps -------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

#headerpic {
    background: #003d6d;
    position: relative;
}

.nivo-directionNav a {
    color: #ffffff !important;
}

a.nivo-control {
    color: #ffffff !important;
}

a.nivo-control.active {
    color: #ffffff !important;
}

/* header text */

#header-text {
    line-height: 1.4;
    position: relative;
    z-index: 10;
    padding: 60px 0 clamp(60px, 8vw, 112px) 0;
    font-size: clamp(1rem, 3vw, 1.5rem);
    text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
    #header-text {
        padding: 60px 0 clamp(60px, 9vw, 165px) 0;
        padding-top: clamp(110px, 10vw, 250px);
    }
}

#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase;
    font-size: clamp(2.25rem, 7vw, 3rem);
}

#header-text :is(b, strong) {
    display: block;
    font-size: clamp(1.25rem, 4vw, 1.875rem);
    margin-bottom: 15px;
}

body:not(.index) #header-text p {
    display: none;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

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

#slider {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1199px) {
    #headerpic :is(a.nivo-prevNav, a.nivo-nextNav) {
        display: none;
    }
}

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 30px;
    }

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

#headerpic .nivo-main-image {
    min-height: 100% !important;
}

#headerpic .nivo-controlNav {
    bottom: 8px;
}

#headerpic .slider-mask {
    display: block;
    background: linear-gradient(to bottom, #003d6d, rgba(0, 61, 109, 0.7));
}

.slider-wrapper {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 1200px) {
    #headerpic .slider-mask {
        display: block;
        background: url('../img/deko_kante_links.png') top left no-repeat,
            url('../img/deko_kante_rechts.png') bottom right no-repeat,
            linear-gradient(to bottom, #003d6d, rgba(0, 61, 109, 0.7));
    }
}

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

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

#content-area {
    position: relative;
    text-align: left;
    padding: clamp(40px, 10vw, 65px) 0 clamp(40px, 10vw, 85px) 0;
}

#content-area>* {
    position: relative;
    z-index: 10;
}

#content-area .contentTab {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#content-area .tab {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #003d6d;
}

#content-area .tab .kontaktIMG {
    min-height: 160px;
    line-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-area .tab .tabHeadline {
    background: #f9b30b;
    margin: 0;
    color: #272727;
    font-size: 1.25rem;
    padding: 20px 10px;
}

#content-area .tab .tabContent {
    color: #fff;
    font-size: 1rem;
    padding: 35px 22px;
}

#content-area .tab .tabContent a {
    color: #fff;
    text-decoration: underline;
}

/*  ------------------------------ sportsTabs ----------------------------------- */

#sportsTabs {
    padding: 0 0 clamp(40px, 6vw, 85px) 0;
    font-size: 1rem;
}

#sportsTabs .tabHeadline {
    color: #003d6d;
    margin-bottom: 45px;
}

#sportsTabs .btgrid>.row+.row {
    margin-top: 45px;
}

#sportsTabs img {
    background-color: #003d6d;
    width: 127px !important;
    height: 127px !important;
    display: block;
    object-fit: scale-down;
    margin-bottom: 15px;
    transition: background 200ms linear;
}

#sportsTabs p {
    display: inline-block;
}

#sportsTabs a {
    color: #272727;
    font-weight: 800;
    text-decoration: none;
}

#sportsTabs a:hover img,
#sportsTabs a:focus img {
    background-color: #527f34;
}

/* #region --------------------------------------- news ----------------------------------------- */

#news {
    padding: clamp(40px, 6vw, 70px) 0;
    position: relative;
    z-index: 1;
    background-color: #003d6d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

    #news .button-design {
        margin-bottom: clamp(30px, 6vw, 60px);
    }
}

@media (max-width: 767px) {
    #news {
        background-image: none !important;
    }

    #news .button-design {
        margin-top: clamp(30px, 6vw, 60px);
    }
}

#news .tab {
    padding-bottom: clamp(30px, 4vw, 36px);
}

#news,
#news :is(h1, h2, h3, h4, h5, h6, a:not(.more-link)) {
    color: #fff;
}

#news .news-headline {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 32px;
}

#news .news-headline::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: clamp(-275px, -15vw, -15px);
    height: 1px;
    background: #fff;
}

#news .tab_link_entries {
    display: flex;
    flex-wrap: wrap;
}

#news .tab_link_entry {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #003660;
    padding: clamp(215px, 10vw, 240px) clamp(15px, 4vw, 30px) clamp(30px, 4vw, 55px) clamp(15px, 4vw, 30px);
    display: flex;
    flex-direction: column;
    border: none !important;
}

#news .tab_link_entry::after,
#news .tab_link_entry+.tab_link_entry::before {
    content: "";
    display: block;
    position: absolute;
}

#news .tab_link_entry::after {
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    background: #fff url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M7 42q-1.25 0-2.125-.875T4 39V6l3.35 3.35L10.65 6 14 9.35 17.35 6l3.3 3.35L24 6l3.35 3.35L30.65 6 34 9.35 37.35 6l3.3 3.35L44 6v33q0 1.25-.875 2.125T41 42Zm0-3h15.5V25H7v14Zm18.5 0H41v-5.5H25.5Zm0-8.5H41V25H25.5ZM7 22h34v-6H7Z' fill='%23003660'/%3E%3C/svg%3E") center / 25px auto no-repeat;
}

@media (min-width: 576px) {
    #news .tab_link_entries {
        flex-wrap: nowrap;
    }

    #news .tab_link_entry {
        width: 50%;
    }

    #news .tab_link_entry+.tab_link_entry::before {
        top: 220px;
        left: 0;
        width: 1px;
        bottom: 30px;
        background: rgba(255, 255, 255, 0.3);
    }

    #news .tab_link_entry:first-child .tab_preview_picture img {
        width: calc(100% - 1px);
    }
}

#news .tab_link_entry .tab_preview_picture,
#news .tab_link_entry .tab_link_title a::before {
    height: 190px;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}

#news .tab_link_entry .tab_preview_picture img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

#news .tab_link_entry .tab_link_title a::before {
    content: "";
    background: url('../img/meldungen-platzhalter.png') center / cover no-repeat;
}

#news .tab_link_title {
    order: -1;
    font-size: clamp(1.125rem, 0.5rem, 1.25rem);
}

#news .tab_link_title>* {
    line-height: 1.4;
}

#news .tab_link_title a:not(:hover):not(:focus) {
    text-decoration: none;
}

#news .tab_date {
    font-size: 1rem;
    margin-top: 10px;
}

#news :is(.vorschau, .tab_link_mehr, .tab_spacer) {
    display: none;
}

/* #endregion ------------------------------------ news ----------------------------------------- */

/*  ------------------------------ eventsBox ----------------------------------- */

#eventsBox {
    padding: clamp(40px, 10vw, 100px) 0 0 0;
}

#eventsBox .tabBig {
    margin-bottom: 35px;
}

#eventsBox .tabBig h2 {
    color: #003d6d;
}

@media (min-width: 992px) {
    #eventsBox .tabBig {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {

    .tabIframeBox>*+*,
    #eventsBox .tabBig {
        margin-top: 30px;
    }
}

#eventsBox .tabIframe {
    padding: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .tabIframeBox>*:last-child {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}

.events {
    background-color: #fff;
    padding: 0px 0px 20px 0px;
    color: #272727;
    font-size: 1rem;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.events .tabHeadline {
    background: #003d6d;
    color: #fff;
    font-size: 1.25rem;
    padding: 18px 25px;
    text-align: center;
    margin-bottom: 0;
}

.events .tabContent {
    padding: 25px;
}

.eventclndr-tab {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
}

.events .tab_link_title a {
    font-weight: 700;
    color: #003d6d;
    text-decoration: none;
}

.events .tab_link_mandat a {
    color: #272727;
    text-decoration: none;
}

.events .tab_link_mehr {
    font-size: 0;
    position: relative;
}

.events::after {
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #527f34 transparent;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 2;
    display: block;
    content: "";
}

.events .tab_link_mehr a::before {
    content: "+";
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    z-index: 3;
    display: block;
    position: absolute;
    right: -17px;
    bottom: -45px;
}

/* #region ---------------------------------  sponsors ----------------------------------- */

#sponsors-bg {
    position: relative;
}

#sponsors {
    position: relative;
    z-index: 9;
    min-height: 220px;
    padding: clamp(40px, 10vw, 60px) 0 clamp(40px, 10vw, 80px) 0;
    font-size: 1rem;
}

:is(#sponsors) :is(.sponsors-headline) {
    color: #003d6d;
}

#sponsors .sponsors-headline {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 32px;
}

#sponsors .sponsors-headline::after {
    content: "";
    display: block;
    position: absolute;
    right: clamp(-275px, -15vw, -15px);
    bottom: 0;
    left: clamp(-275px, -15vw, -15px);
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
}

#sponsors img {
    margin: clamp(5px, 1vw, 20px) 8px 0 8px;
}

/* #endregion ------------------------------ sponsors ----------------------------------- */

/* #region --------------------------------------- buttons -------------------------------------- */

.button-design a:not(.has-image) {
    display: inline-block;
    line-height: 1.2;
    color: #272727;
    font-size: 1rem;
    font-weight: 700;
    background: #f9b30b;
    padding: 12px 60px 12px 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: transform 200ms linear, filter 200ms linear;
    -moz-transition: transform 200ms linear, filter 200ms linear;
    -ms-transition: transform 200ms linear, filter 200ms linear;
    -o-transition: transform 200ms linear, filter 200ms linear;
    transition: transform 200ms linear, filter 200ms linear;
}

@media (min-width: 992px) {
    .button-design a:not(.has-image) {
        font-size: 1.125rem;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.button-design a:not(.has-image):hover,
.button-design a:not(.has-image):focus {
    z-index: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.15));
}

.button-design a:not(.has-image)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='12px'%3E%3Cpath d='M0.942,11.636 L5.320,6.488 L5.320,5.256 L0.942,0.108 L0.942,3.540 L3.230,5.850 L0.942,8.204 L0.942,11.636 ZM5.694,11.636 L10.072,6.488 L10.072,5.256 L5.694,0.108 L5.694,3.540 L7.982,5.850 L5.694,8.204 L5.694,11.636 Z' fill='%23272727'/%3E%3C/svg%3E") center / 12px auto no-repeat;
}

/* #endregion ------------------------------------ buttons -------------------------------------- */

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #003d6d;
    font-weight: 800;
    line-height: 1.12;
    font-family: "Mulish", sans-serif;
    margin-bottom: 15px;
}

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

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

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

h4,
.h4,
.legacy_h4 {
    font-size: clamp(1.6875rem, 7vw, 1.875rem);
}

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.5625rem, 7vw, 1.5625rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.4375rem, 7vw, 1.25rem);
}

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

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

footer {
    font-size: 1rem;
}

#footer {
    padding: clamp(40px, 8vw, 80px) 0 clamp(40px, 8vw, 95px) 0;
    background: #003660;
    position: relative;
    z-index: 9;
}

@media (min-width: 1200px) {
    #footer::after {
        content: "";
        display: block;
        position: absolute;
        top: 35px;
        bottom: -35px;
        right: 45%;
        background: url('../img/schattenschnitt-weiss.png') center right / contain no-repeat;
        width: clamp(22vw, 4vw, 33vw);
        max-width: 263px;
        z-index: -1;
        height: 338px;
    }
}

#footer,
#footer :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
    margin-bottom: 2px;
}

#innerfooter {
    padding: 25px 0 20px 0;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

@media (min-width: 576px) {
    #innerfooter li+li {
        margin-left: 30px;
    }

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

#innerfooter li a {
    color: inherit;
}

#innerfooter li a:hover,
#innerfooter li a:focus {
    color: #003d6d;
    text-decoration: underline;
}

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

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

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

#footer #vernetzt {
    text-align: right;
    font-size: 0.8125rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
}

#footer #social-media img+img,
#footer a.has-image+a.has-image {
    margin-left: 10px;
}

#footer #social-media+#vernetzt {
    margin-top: 20px;
}

#footer #vernetzt span {
    display: block;
}

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

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