@import url('https://fonts.verwaltungsportal.de/import/?family=Work+Sans:400,400i,500,500i%7COswald:700');

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

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

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

a {
    color: #b14444;
}

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

main a,
#header-text a,
b,
strong {
    font-weight: 500;
}

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

#overflow {
    overflow: clip;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

@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: #333333;
    }
}

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

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

#search {
    background: #fff;
    display: block;
    position: relative;
    z-index: 101;
    color: #333333;
    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: 500;
    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='%23333333'/%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: #e3e3e3;
}

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

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

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

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

/* #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: #333333;
        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: #22262d;
        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: #333333;
        left: auto !important;
    }

    #menu {
        background-color: #333333;
    }

    nav.horizontally .navbar-nav {
        position: relative;
        padding-top: 6px;
        padding-bottom: 6px;
        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;
        flex-wrap: wrap;
    }

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

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

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

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

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

.navbar-default li[class*="toplevel"]>a {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 700;
    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%;
    }
}

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

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

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

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

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

.navbar-default .navbar-nav>li>.dropdown-menu {
    background: #fff;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #fff;
}

@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: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: #1a1a1a;
    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;
        font-size: 1.125rem;
    }
}

/* ------------------------------------------ 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: #fff;
    background: #333333;
    ;
}

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

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

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

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

#teams .row {
    row-gap: 20px;
}

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

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

#headerpic {
    color: #ffffff;
    background: #333333;
    position: relative;
}

/* header text */

#header-text {
    line-height: 1.4;
    position: relative;
    z-index: 10;
    font-size: clamp(1rem, 3vw, 1.625rem);
    padding-top: 20px;
}

@media (min-width: 992px) {
    #header-text {
        position: absolute;
        bottom: 7%;
        width: 100%;
        z-index: 55;
    }
}

#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, 5rem);
    margin-bottom: clamp(15px, 4vw, 32px);
    text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
}

#header-text :is(b, strong) {
    font-weight: normal;
    display: block;
    font-size: clamp(1.25rem, 4vw, 2.375rem);
    margin-bottom: clamp(10px, 4vw, 24px);
}

.index #header-text :is(b, strong) {
    margin-bottom: clamp(10px, 4vw, 70px);
}

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

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

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

    body.index #slider {
        max-height: 700px;
    }

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

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

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


/* ---------------------------------------------- tickerWrapper --------------------------------------- */

@media (max-width: 1199px) {
    #tickerWrapper {
        padding: 10px 0;
    }
}

.newsticker,
.newsticker a {
    color: #b14444;
}

.newstickerBox {
    background: #ffffff;
    padding: 6px 12px;
}

@media (min-width: 1200px) {
    #tickerWrapper {
        position: absolute;
        pointer-events: none;
        bottom: 15px;
        left: 0;
        right: 0;
        z-index: 12;
    }

    .newstickerBox {
        pointer-events: all;
        font-size: 1.125rem;
    }
}

.newsticker-position {
    margin: 0;
}

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

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

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

/* ---------------------------------------------- 6nw aktuelles ---------------------------------------------- */

#aktuellesBG {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll, fixed;
    background-size: cover;
    font-size: 1rem;
    color: #fff;
}

#aktuellesBG>div,
#veranstaltungenBG>div {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    #aktuelles {
        background-size: 992px auto;
    }
}

@media (min-width: 992px) {
    #aktuellesBG>div {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    #veranstaltungenBG>div {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

#aktuelles .tabHeadline {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#events .tabHeadline {
    margin-bottom: 0;
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #22262d;
}

@media (min-width: 992px) {

    #aktuelles .tabHeadline,
    #events .tabHeadline {
        font-size: 3.125rem;
    }

    #events .tabHeadline {
        margin-bottom: 50px;
    }
}

#aktuelles .tabContent {
    font-size: 1.25rem;
    color: #fff;
}

#aktuelles .tab_link {
    margin-top: 12px;
}

@media (min-width: 768px) {
    #aktuelles .tab_link {
        margin-top: 50px;
    }

    #aktuelles .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab_link_entries {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tab_link_entries+div {
        width: 50% !important;
        text-align: right;
        margin-left: 50%;
        margin-top: -80px;
    }
}

.tab_link_entry {
    border-bottom: none !important;
    text-align: center;
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 165px 20px 20px 20px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    color: #222222;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab_link_entry {
        width: calc(50% - 15px);
    }

    .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }

    .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .tab_link_entry {
        width: calc(33.33% - 20px);
    }

    .tab_link_entry:nth-child(3n+1) {
        margin-right: 15px;
    }

    .tab_link_entry:nth-child(3n+2) {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tab_link_entry:nth-child(3n+3) {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    #events .tab_link_entries {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    #events .tab_link_entries {
        padding-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    #events .tab_link_entries {
        display: flex;
    }
}

.tab_link_entry+.tab_link_entry {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .tab_link_entry:nth-child(3) {
        margin-top: 0;
    }
}

.tab_link_entry::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: grey;
    background: url("../img/Platzhalterbild-Aktuelles.jpg") center / cover no-repeat;
}

.tab_link_entry .tab_preview_picture {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    overflow: hidden;
    background: #ffffff;
}

.tab_preview_picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tab_date,
.tab_link_date {
    font-size: 1rem;
    position: absolute;
    left: 50%;
    top: 134px;
    z-index: 1;
    display: inline-block;
    padding: 4px 10px;
    background: #333333;
    color: #fff;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: italic;
    font-weight: 400;
}

#events .tab_date,
#events .tab_link_date {
    top: 224px;
}

#events .tab_link_entry {
    padding: 265px 20px 20px 20px;
}

#events .tab_link_entry .tab_preview_picture,
#events .tab_link_entry::before {
    height: 240px;
}

@media (max-width: 991px) {

    #events .tab_link_entry .tab_preview_picture,
    #events .tab_link_entry::before {
        height: 150px;
    }

    #events .tab_link_entry {
        padding: 145px 20px 20px 20px;
    }

    #events .tab_link_date {
        top: 130px;
    }

}

#events .tab_link_entry::before {
    background: url("../img/Platzhalterbild-Veranstaltungen.jpg") center / cover no-repeat;
}

.tab_link_title a {
    color: #333333;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

#events .tab_link_title {
    padding-top: 40px;
}

.tab_link_entry>div:nth-last-child(2) {
    color: transparent;
    line-height: 0;
}

.tab_link_entry>div:nth-last-child(2)>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1) 150px);
    z-index: 1;
    color: #ffffff;
    text-align: center;
    font-size: 0;
    font-weight: 600;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.tab_link_entry:hover div:nth-last-child(2)>a {
    opacity: 1;
}

.tab_link_entry div:nth-last-child(2)>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -60px;
    display: block;
    background: url("../img/mehr-erfahren.png") center no-repeat;
    width: 80px;
    height: 80px;
}

#aktuelles div:nth-last-child(2)>a::after,
#events div:nth-last-child(2)>a::after {
    content: "mehr erfahren";
    margin-top: 100px;
    font-size: 1.25rem;
}

#aktuelles a:hover,
#aktuelles a:focus,
#events a:hover,
#aktuelles a:focus {
    text-decoration: none;
}

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

#aktuelles .tab_link_mehr_main,
#events .tab_link_mehr_main {
    color: transparent;
    font-size: 0;
    text-align: right;
    margin-top: 30px;
}

#events .tab_link_mehr {
    font-size: 0;
}

/* #region --------------------------------- teams + sponsors ----------------------------------- */

#teams-bg,
#sponsors-bg {
    position: relative;
}

@media (min-width: 992px) {
    #teams>.row {
        position: relative;
    }
}

#teams {
    position: relative;
    z-index: 9;
    min-height: 220px;
    padding: 40px 0 70px 0;
}

#sponsors {
    position: relative;
    z-index: 9;
    min-height: 220px;
    padding: clamp(40px, 10vw, 110px) 0;
}

#sponsors,
.sponsors-headline {
    color: #22262d;
}

#teams .teams-headline {
    margin-bottom: 25px;
    color: #22262d;
}

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

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

#teams :is(h1, h2:not(.teams-headline), h3, h4, h5, h6) {
    font-size: clamp(1.5625rem, 7vw, 1.875rem);
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #1a1a1a;
}

#teams img {
    margin-bottom: 15px;
}

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

.bgTab a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #1a1a1a;
    background-color: #fff;
    padding: 30px 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transition: all 300ms linear;
}

.bgTab h2 a,
.bgTab h3 a,
.bgTab h4 a,
.bgTab h5 a,
.bgTab h6 a {
    color: #1a1a1a;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    text-decoration: none;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.bgTab img {
    transition: all 300ms linear;
}

.bgTab a:hover,
.bgTab a:focus {
    color: #ffffff !important;
    background-color: #22262d;
}

.bgTab:hover :is(h1, h2, h3, h4, h5, h6),
.bgTab:focus :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff !important;
}

.bgTab a:hover img,
.bgTab a:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(79deg) brightness(103%) contrast(102%);
}

/* #region --------------------------------------- tabs ----------------------------------------- */

#tabs {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

#tabs .row {
    width: auto;
    min-width: 100%;
    max-width: none;
}

#tabs .tab {
    min-height: 270px;
    padding: clamp(30px, 4vw, 50px) clamp(15px, 4vw, 40px);
    position: relative;
}

#tabs .tab-1 {
    color: #ffffff;
    background: #b14444;
}

#tabs .tab-2 {
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

#tabs .tab-1 a:not(.has-image) {
    color: #ffffff;
    margin: 0 clamp(8px, 1vw, 18px);
    font-size: clamp(1rem, 3vw, 1.625rem);
    padding-top: 45px;
    display: inline-block;
}

#tabs .tab-1 a:not(.has-image):not(:hover):not(:focus) {
    text-decoration: none;
}

#tabs :is(.tab-1) :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

#tabs :is(.tab-2, .tab-3) :is(h1, h2, h3, h4, h5, h6) {
    color: #1a1a1a;
}

#tabs :is(.tab-4) :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(2.25rem, 7vw, 3.5rem);
}

#tabs :is(.tab-1, .tab-2, .tab-3) :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: clamp(20px, 4vw, 25px);
}

#tabs :is(.tab-2, .tab-3) {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tabs .tab-3 {
    min-height: 260px;
}

#tabs .tab-4 {
    background: #22262d;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: clamp(60px, 10vw, 130px);
}

@media (min-width: 1200px) {
    #tabs .tab-4 {
        padding-right: clamp(60px, 22vw, 430px);
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

#tabs .tab-4::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tabs .tab-4>* {
    position: relative;
    z-index: 1;
}

#tabs .tab-4,
#tabs .tab-4 :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

#tabs .tab-image {
    background: #22262d;
    padding: 0;
}

#tabs .tab-image>div {
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#tabs .tab-image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 100%;
}

#tabs .tab :is([id*="Widget"], [id*="widget"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

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

.button-design a:not(.has-image) {
    display: inline-block;
    line-height: 1.2;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background: #333333;
    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;
}

#button2 a:not(.has-image) {
    position: absolute !important;
    top: 100px !important;
    right: -30px !important;
}

@media (max-width: 991px) {
    #button2 a:not(.has-image) {
        right: 15px !important;
    }
}

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

#tabs .button-design a:not(.has-image) {
    margin-top: clamp(5px, 1vw, 20px)
}

.button-design a:not(.has-image):hover,
.button-design a:not(.has-image):focus,
.button-design2 a:not(.has-image):hover,
.button-design2 a:not(.has-image):focus {
    z-index: 1;
    color: #ffffff !important;
    -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.button-design-2 a:not(.has-image) {
    color: #fff;
    background: #cf3a29;
    text-transform: uppercase;
    padding-right: 80px;
}

.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='%231a1a1a'/%3E%3C/svg%3E") center / 12px auto no-repeat;
}

.button-design.button-design-2 a:not(.has-image)::after {
    width: 60px;
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 96 960 960' %3E%3Cpath d='M480 976q-82 0-155-31.5t-127.5-86Q143 804 111.5 731T80 576q0-83 31.5-155.5t86-127Q252 239 325 207.5T480 176q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880 576q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480 976Zm205-493 69-24 18-64q-34-53-84-90.5T575 247l-65 43v70l175 123Zm-409 0 174-123v-70l-64-43q-63 20-113 57.5T189 395l22 64 65 24Zm-54 320 60-7 39-65-62-191-71-24-48 39q0 72 16 131.5T222 803Zm258 113q27 0 54.5-5t57.5-13l33-72-32-55H368l-32 55 33 72q26 8 55 13t56 5ZM374 711h208l61-183-163-117-166 117 60 183Zm365 92q49-57 65-116.5T820 555l-48-33-70 18-62 191 38 65 61 7Z' fill='%23fff'/%3E%3C/svg%3E") center / 36px 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: #22262d;
    font-weight: 700;
    line-height: 1.12;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(2.25rem, 7vw, 3.125rem);
    margin-bottom: clamp(15px, 4vw, 40px);
}

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

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

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

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

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

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

footer {
    font-size: 1rem;
}

#footer {
    padding: clamp(40px, 8vw, 80px) 0 clamp(40px, 8vw, 70px) 0;
    background: #22262d;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer {
    color: #ffffff;
}

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

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

#innerfooter {
    padding: 24px 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: #b14444;
    text-decoration: none;
}

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

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

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

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

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