@import url('https://fonts.verwaltungsportal.de/import/?family=Rubik:400,400i,600,600i');
@import url("https://fonts.verwaltungsportal.de/import/?family=Titillium+Web:700,700i");

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

body {
    font-family: "Rubik", 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: #2e4d9a;
}

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

b, strong {
    font-weight: 600;
}

:is(#content-area, #news .tab, #events .tab, #topics, #footer) a {
    text-decoration: underline;
}

#over {
    overflow: hidden;
}

/* #region ------------------------------------ bf controls ------------------------------------- */

.bf-controls {
    color: #191a19;
    background: #c3ff01;
    position: relative;
}

@media (max-width: 991px) {
    .bf-controls {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .bf-controls>.row>* {
        padding-left: 0;
    }

    .bf-controls>.row::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        left: -19vw;
        bottom: 0;
        height: 100%;
        width: 50.84vw;
        background: #192452;
    }
}

#search-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M39.75 43.35 26.3 29.95q-1.45 1.15-3.425 1.8-1.975.65-4.275.65-5.75 0-9.75-4t-4-9.65q0-5.65 4-9.65t9.7-4q5.65 0 9.625 4 3.975 4 3.975 9.65 0 2.25-.625 4.175-.625 1.925-1.875 3.625l13.5 13.4ZM18.55 27.7q3.75 0 6.325-2.625t2.575-6.325q0-3.75-2.575-6.35Q22.3 9.8 18.55 9.8t-6.375 2.6Q9.55 15 9.55 18.75q0 3.7 2.625 6.325T18.55 27.7Z' fill='%23191a19'/%3E%3C/svg%3E") center / 24px auto no-repeat;
}

#search-button:hover,
#search-button:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

/* style */

#style {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

:is(#style) button {
    color: #191a19;
    font-weight: 400;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 16px;
}

:is(#style) button+button {
    margin-left: 4px;
}

#style button {
    background: transparent;
}

#style button:hover,
#style button:focus {
    text-decoration: underline;
}

/* #endregion --------------------------------- bf controls ------------------------------------- */

/* #region -------------------------------------- videoBox ---------------------------------------- */
#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

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

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

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

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

#bannerBox {
    position: relative;
    background: #192452;
}

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

#headerpic {
    width: 100%;
    height: auto;
    max-height: 480px !important;
    overflow: hidden;
    position: relative;
}

.index #headerpic {
    max-height: 880px !important;
}

#slider::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: #192452;
    z-index: 11;
}

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

/* #region --------------------------------------- logoBox ----------------------------------------- */

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

@media (min-width: 992px) {
    #logoBox {
        position: absolute;
        pointer-events: none;
        top: 15%;
        left: 0;
        right: 0;
        z-index: 12;
        display: flex;
        align-items: start;
        align-content: start;
        padding-bottom: 100px;
    }

    #logoBox2 {
        position: absolute;
        pointer-events: none;
        top: 0;
        bottom: 10%;
        left: 0;
        right: 0;
        z-index: 12;
        display: flex;
        align-items: end;
        align-content: end;
        padding-bottom: 100px;
    }

    .index #logoBox {
        padding-bottom: 225px;
    }

    #logoBox .tab {
        pointer-events: all;
    }
}

#logoBox .tab {
    margin-top: 35px;
}

#logoBox2 .tab .tabHeadline {
    position: relative;
    padding-left: 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 6.25rem);
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

@media (min-width: 992px) {
    #logoBox2 .tab .tabHeadline {
        padding-left: 30px;
    }
}

#logoBox2 .tab .tabHeadline::before {
    content: "";
    display: block;
    position: absolute;
    top: clamp(7px, 1vw, 19px);
    bottom: clamp(7px, 1vw, 12px);
    left: 0;
    width: 8px;
    margin: auto;
    background: #c3ff01;
}

#logo {
    pointer-events: all;
    display: inline-block;
}

#logo img {
    display: block;
}

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

/* #endregion ----------------------------------- logoBox ------------------------------------------ */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: static !important;
    }

    #menuBox {
        padding-bottom: 15px;
    }

    #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: #192452;
        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: #fff;
        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: 7px;
    }

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

@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) {
    #menuBox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 120;
    }

    .horizontally>.row {
        max-width: 1600px;
        width: 100% !important;
    }

    .horizontally {
        padding: 0;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .is-sticky .horizontally {
        background: #ffffff;
    }

    nav.horizontally :is(.navbar, #myNavbar) {
        min-height: 100%;
        height: 100% !important;
    }

    nav.horizontally .navbar-nav {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        flex-wrap: wrap;
    }

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

    /* Fade in Hover Start */
    .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;
    }

    /* Pseudo */

    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        left: 0;
        right: 0;
        top: -30px;
    }

    /* 3rd */

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }

    /* Fade in Hover End */
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #333333;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 30px;
    -webkit-transition: color 300ms linear, border 300ms linear;
    -moz-transition: color 300ms linear, border 300ms linear;
    -ms-transition: color 300ms linear, border 300ms linear;
    -o-transition: color 300ms linear, border 300ms linear;
    transition: color 300ms linear, border 300ms linear;
}

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

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

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

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

@media (min-width: 1200px) {

    .navbar-default li[class*="toplevel"]>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

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

@media (min-width: 992px) {

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

    .navbar-default li[class*="toplevel"]>a.dropdown-toggle::before {
        width: 7px;
        height: 7px;
        left: calc(50% - 3px);
        bottom: -5px;
        border-bottom: 1px solid #1a1a1a;
        border-right: 1px solid #1a1a1a;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-default li[class*="toplevel"]>a.dropdown-toggle::after {
        width: 6px;
        height: 7px;
        left: calc(50% - 2px);
        bottom: -4px;
        opacity: 0;
        background: #ffffff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/* -------------------------------------------- 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 {
    color: #192452;
    background: #ffffff;
    border-color: #1a1a1a;
}

.navbar-default li[class*="toplevel"]:focus-within>a {
    color: #192452;
    background: #ffffff;
    border-color: #1a1a1a;
}

@media (min-width: 992px) {

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

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

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

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

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 30px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -18px;
        margin-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: #333333;
    font-weight: 400;
    text-align: left;
    padding: 9px 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;
        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:hover>a,
.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 {
    background: #c3ff01;
    color: #333333;
}

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

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

/* #region ----------------------------------- bannerTab ------------------------------------ */

@media (max-width: 991px) {
    #bannerTab {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .bannerTabBox {
        margin-top: -70px;
        position: relative;
        z-index: 12;
    }
}

.bannerTabBox {
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 50px 20px -30px rgba(0, 0, 0, 0.1);
    font-size: 1.125rem;
}

.bannerTabBox .tab {
    padding: 25px 0;
}

.bannerTabBox .tab :is(b, strong) {
    font-size: clamp(1.625rem, 4vw, 2.3125rem);
    margin: 0;
    color: #192452;
}

.tabButton {
    height: 100%;
    min-height: 100%;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Titillium Web", sans-serif;
}

.tabButton a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: end;
    align-items: end;
    color: #191a19;
    min-height: 142px;
    height: 100%;
    min-height: 100%;
    padding: 90px 30px 30px 30px;
    background: url('../img/icon-padel.png') center no-repeat, #c3ff01;
}

#bannerTab>.row {
    width: 100%;
    max-width: 1400px;
}

/* #endregion ------------------------------------ bannerTab --------------------------------------- */

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

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

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

/* #region --------------------------------------- topics --------------------------------------- */

#topics {
    position: relative;
    z-index: 1;
    padding: clamp(30px, 10vw, 75px) 0 clamp(30px, 10vw, 60px) 0;
    font-size: 1rem;
    color: #ffffff;
    background-color: #192452;
}

#topics :is(a) {
    color: #c3ff01;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    #topics>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        left: -19vw;
        bottom: -200px;
        width: 428px;
        height: 661px;
        background: url('../img/padel-spieler-tabs.png') center no-repeat;
    }
}

#topics::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/netz.png') top right no-repeat;
}

#topics::after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 195px;
    left: calc(50% - 200px);
    background: #0c153a;
    border-bottom-left-radius: 500px;
}

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

.topic-tabs :is(h2, h3) {
    font-size: clamp(1.5rem, 4vw, 1.875rem);
    margin-bottom: clamp(15px, 4vw, 22px);
}

@media (min-width: 992px) {
    .topic-tab-1 {
        margin-top: clamp(-20px, 4vw, -30px);
    }
}

.topic-tab-2 {
    margin-top: clamp(30px, 5vw, 100px);
}

.topic-tabs .row {
    display: flex;
    align-content: end;
    align-items: end;
}

.topic-tabs .row+.row {
    padding-top: clamp(20px, 4vw, 55px);
}

.topic-tabs img {
    display: block;
    border-radius: 200px 200px 0 200px;
}

/* #endregion ------------------------------------ topics --------------------------------------- */

/* #region ----------------------------------- events ------------------------------------ */

#events {
    padding: clamp(30px, 10vw, 100px) 0 clamp(30px, 10vw, 80px) 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#events::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

#events::after {
    left: 50%;
    bottom: 0;
    height: 100%;
    max-height: 75%;
    right: 0;
    background: #c3ff01;
}

@media (min-width: 992px) {
    #events::after {
        max-height: 363px;
        left: calc(50% - 345px);
    }
}

@media (min-width: 1200px) {
    #events::after {
        left: calc(50% - 415px);
    }
}

#events>.row>*+* {
    margin-top: 35px;
}

/* tab image */

@media (max-width: 991px) {
    .tab-narrow>* {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    #events .tab-narrow {
        padding-left: clamp(30px, 4vw, 45px);
    }
}

:is(#events) .tab-image {
    position: relative;
    z-index: 1;
    min-height: 80px;
    margin-bottom: -108px;
    overflow: hidden;
}

#events .tab-image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -28px;
    right: -15px;
    top: 50%;
    bottom: -28px;
    background: #fff;
    border-bottom-left-radius: 200px;
}

:is(#events) .tab-image .banner {
    overflow: hidden;
    border-radius: 200px 200px 0 200px;
    margin-bottom: 28px;
}

:is(#events) .tab-image img {
    display: block;
}

/* tab */

:is(#events) .tab {
    border: 8px solid #192452;
    background: #fff;
    padding: 105px clamp(15px, 3vw, 30px) clamp(30px, 3vw, 36px) clamp(15px, 3vw, 30px);
}

:is(#events) .tab>h2 {
    color: #1a1a1a;
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    margin-bottom: clamp(15px, 4vw, 25px);
}

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

/* tabevents */

#events .tab_link_entries {
    margin-top: clamp(10px, 1vw, 30px);
}

:is(#events) .tab_link_entries {
    display: grid;
    gap: 30px 30px;
}

@media (min-width: 992px) {
    :is(#events) .tab_link_entries {
        grid-template-columns: 1fr 1fr;
    }
}

:is(#events) .tab_link_entry {
    font-size: 1rem;
    border-bottom: none !important;
    position: relative;
    border-radius: 4px;
    padding: 140px clamp(15px, 4vw, 30px) clamp(15px, 4vw, 26px) clamp(15px, 4vw, 30px);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}

#events .tab_link_entry {
    display: flex;
    flex-direction: column;
    background: #fff url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M9 44q-1.2 0-2.1-.9Q6 42.2 6 41V10q0-1.2.9-2.1Q7.8 7 9 7h3.25V4h3.25v3h17V4h3.25v3H39q1.2 0 2.1.9.9.9.9 2.1v31q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h30V19.5H9V41Zm0-24.5h30V10H9Zm0 0V10v6.5ZM24 28q-.85 0-1.425-.575Q22 26.85 22 26q0-.85.575-1.425Q23.15 24 24 24q.85 0 1.425.575Q26 25.15 26 26q0 .85-.575 1.425Q24.85 28 24 28Zm-8 0q-.85 0-1.425-.575Q14 26.85 14 26q0-.85.575-1.425Q15.15 24 16 24q.85 0 1.425.575Q18 25.15 18 26q0 .85-.575 1.425Q16.85 28 16 28Zm16 0q-.85 0-1.425-.575Q30 26.85 30 26q0-.85.575-1.425Q31.15 24 32 24q.85 0 1.425.575Q34 25.15 34 26q0 .85-.575 1.425Q32.85 28 32 28Zm-8 8q-.85 0-1.425-.575Q22 34.85 22 34q0-.85.575-1.425Q23.15 32 24 32q.85 0 1.425.575Q26 33.15 26 34q0 .85-.575 1.425Q24.85 36 24 36Zm-8 0q-.85 0-1.425-.575Q14 34.85 14 34q0-.85.575-1.425Q15.15 32 16 32q.85 0 1.425.575Q18 33.15 18 34q0 .85-.575 1.425Q16.85 36 16 36Zm16 0q-.85 0-1.425-.575Q30 34.85 30 34q0-.85.575-1.425Q31.15 32 32 32q.85 0 1.425.575Q34 33.15 34 34q0 .85-.575 1.425Q32.85 36 32 36Z' fill='%23e5e5e5'/%3E%3C/svg%3E") top -6px right 6px / 96px auto no-repeat;
}

#events .tab_link_entry .tab_link_date {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    background: #c3ff01 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M9 44q-1.2 0-2.1-.9Q6 42.2 6 41V10q0-1.2.9-2.1Q7.8 7 9 7h3.25V4h3.25v3h17V4h3.25v3H39q1.2 0 2.1.9.9.9.9 2.1v31q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h30V19.5H9V41Zm0-24.5h30V10H9Zm0 0V10v6.5Z' fill='333'/%3E%3C/svg%3E") center left 10px / 18px auto no-repeat;
    line-height: 1.2;
    padding: 8px 10px 6px 35px;
    border-radius: 30px;
    position: absolute;
    top: 50px;
    right: clamp(15px, 4vw, 30px);
    max-width: calc(100% - 170px);
    min-width: 130px;
}

:is(#events) .tab_link_entry .tab_link_title::after {
    content: "-";
    display: block;
    margin: 3px 0;
    font-size: 20px;
    line-height: 1;
}

:is(#events) .tab_link_entry .tab_link_title a {
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
    color: #2e4d9a;
    font-weight: 600;
}

:is(#events) .tab_link_entry::before {
    content: "";
    background: url('../img/meldungen-platzhalter.jpg') center / cover no-repeat;
}

#events .tab_link_entry .tab_preview_picture,
:is(#events) .tab_link_entry::before {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: clamp(15px, 4vw, 30px);
}

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

:is(#events) .tab_link_entry :is(.tab_spacer, .tab_link_mehr) {
    display: none;
}

#events .tab_link_entry .tab_link_mandat {
    order: 100;
    line-height: 1.2;
    text-align: right;
    margin-top: clamp(15px, 4vw, 26px);
    margin-bottom: clamp(-5px, 4vw, -20px);
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#events .tab_link_entry .tab_link_mandat a,
#events .tab_link_entry .tab_link_mandat span {
    color: #333333;
    font-size: 0.875rem;
    padding-left: 20px;
    min-height: 18px;
    display: inline-block;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 23.5q1.45 0 2.475-1.025Q27.5 21.45 27.5 20q0-1.45-1.025-2.475Q25.45 16.5 24 16.5q-1.45 0-2.475 1.025Q20.5 18.55 20.5 20q0 1.45 1.025 2.475Q22.55 23.5 24 23.5Zm0 16.55q6.65-6.05 9.825-10.975Q37 24.15 37 20.4q0-5.9-3.775-9.65T24 7q-5.45 0-9.225 3.75Q11 14.5 11 20.4q0 3.75 3.25 8.675Q17.5 34 24 40.05ZM24 44q-8.05-6.85-12.025-12.725Q8 25.4 8 20.4q0-7.5 4.825-11.95Q17.65 4 24 4q6.35 0 11.175 4.45Q40 12.9 40 20.4q0 5-3.975 10.875T24 44Zm0-23.6Z' fill='%23333333'/%3E%3C/svg%3E") center left / 18px auto no-repeat;
}

/* #endregion -------------------------------- events ------------------------------------ */

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

.button-design a {
    display: inline-block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    background: #192452;
    padding: 9px 60px 9px 20px;
    border-radius: 30px;
    position: relative;
    text-decoration: none !important;
}

.button-design a::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    width: 34px;
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M27 34.85q-.45-.45-.45-1.075t.4-1.025l7.35-7.35H9.5q-.65 0-1.075-.425Q8 24.55 8 23.9q0-.65.425-1.075Q8.85 22.4 9.5 22.4h24.8L26.9 15q-.45-.45-.425-1.05.025-.6.475-1.05.45-.4 1.075-.4t1.025.4L39 22.85q.25.25.35.5.1.25.1.55 0 .3-.1.55-.1.25-.35.5l-9.9 9.9q-.45.45-1.05.45-.6 0-1.05-.45Z' fill='%23fff'/%3E%3C/svg%3E") center / 24px auto no-repeat;
    border-radius: 50%;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.button-design a:hover,
.button-design a:focus {
    color: #c3ff01;
}

.button-design a:hover::after,
.button-design a:focus::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.button-design a+a {
    margin-left: 10px;
}

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

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

.tab-content h2,
.tab-headline h2 {
    padding-left: 20px;
    position: relative;
}

.tab-content :is(h1, .h1, h2, .h2) :is(i, em),
.tab-headline :is(h1, .h1, h2, .h2) :is(i, em) {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    display: block;
    color: #1a1a1a;
    font-family: "Rubik", sans-serif;
}

.tab-headline :is(h1, .h1, h2, .h2) :is(i, em),
.tab-headline h2 {
    color: #ffffff;
}

@media (min-width: 992px) {

    .tab-content h2,
    .tab-headline h2 {
        padding-left: 30px;
    }
}

.tab-content h2::before,
.tab-headline h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: clamp(7px, 1vw, 11px);
    left: 0;
    width: 8px;
    background: #c3ff01;
}

.tab-headline h2::before {
    top: clamp(7px, 1vw, 11px);
}

#header-tab h2::before {
    top: clamp(5px, 1vw, 13px);
    bottom: clamp(5px, 1vw, 13px);
}

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #192452;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 15px;
}

h1, .legacy_h1, .tab-content h2, .tab-headline h2 {
    font-size: clamp(1.875rem, 4vw, 3.125rem);
    margin-bottom: clamp(20px, 4vw, 30px);
}

h2, .h2, .legacy_h2 {
    font-size: clamp(1.75rem, 4vw, 2.625rem);
}

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

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

h5, .h5, .legacy_h5 {
    font-size: clamp(1.375rem, 4vw, 1.625rem);
}

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

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

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

footer {
    overflow: hidden;
    color: #ffffff;
    background: url('../img/netz-footer.png') bottom left no-repeat, #192452;
}

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

footer hr {
    margin: 0;
    opacity: 0.3;
    border: unset;
    height: 1px;
    background: #ffffff;
}

#footer {
    font-size: 1rem;
    padding: clamp(30px, 10vw, 90px) 0 clamp(30px, 10vw, 60px) 0;
}

@media (max-width: 991px) {
    #footer>.row>*+* {
        margin-top: 30px;
    }
}

#footer h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.5625rem;
}

#footer .footer-headline {
    padding-top: 55px;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M19.5 27q0-6.3 4.35-10.65Q28.2 12 34.5 12v3q-5.05 0-8.525 3.475Q22.5 21.95 22.5 27Zm6 0q0-3.75 2.625-6.375T34.5 18v3q-2.5 0-4.25 1.75T28.5 27Zm-16-15.5q-1.55 0-2.65-1.1-1.1-1.1-1.1-2.65 0-1.55 1.1-2.65Q7.95 4 9.5 4q1.55 0 2.65 1.1 1.1 1.1 1.1 2.65 0 1.55-1.1 2.65-1.1 1.1-2.65 1.1ZM4 21.25v-4.5q0-1.05.75-1.775.75-.725 1.75-.725h6q2.4 0 4.1-1.4 1.7-1.4 2.2-3.6h3.05q-.4 2.7-2.275 4.75T15 16.9v4.35Zm34.5 13q-1.55 0-2.65-1.1-1.1-1.1-1.1-2.65 0-1.55 1.1-2.65 1.1-1.1 2.65-1.1 1.55 0 2.65 1.1 1.1 1.1 1.1 2.65 0 1.55-1.1 2.65-1.1 1.1-2.65 1.1ZM33 44v-4.35q-2.7-.85-4.575-2.9T26.15 32h3.05q.5 2.2 2.2 3.6 1.7 1.4 4.1 1.4h6q1.05 0 1.775.725Q44 38.45 44 39.5V44Z' fill='%23c3ff01'/%3E%3C/svg%3E") top -4px left -4px / 48px auto no-repeat;
}

@media (max-width: 767px) {
    #footer .footer-headline {
        background-position-x: center;
    }
}

#footer a {
    color: #c3ff01;
}

#innerfooter {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 0.9375rem;
}

@media (min-width: 1200px) {
    #innerfooter {
        position: relative;
    }

    #innerfooter>.row::after {
        content: '';
        position: absolute;
        pointer-events: none;
        right: -19vw;
        bottom: -28px;
        width: 360px;
        height: 315px;
        background: url('../img/padelspieler-footer.png') center no-repeat;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

#innerfooter ul a {
    color: #ffffff;
    text-decoration: none;
}

#innerfooter ul a:hover,
#innerfooter ul a:focus {
    color: #c3ff01;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 15px;
        color: #ffffff;
    }

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

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

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

#innerfooter #vernetzt {
    text-align: left;
    font-size: 0.8125rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto 20px auto;
    text-decoration: none;
}

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

#innerfooter #vernetzt b {
    color: #c3ff01;
}

#innerfooter #vernetzt span span {
    display: block;
}

#innerfooter #vernetzt img {
    margin-right: 15px;
}

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

/* #region -------------------------------------- contrast -------------------------------------- */

.contrast_dark .tab_link_entry,
.contrast_dark .tab_link_entry :is(.tab_date, .tab_link_date) {
    background: #000 !important;
}

.contrast_light .tab_link_entry,
.contrast_light .tab_link_entry :is(.tab_date, .tab_link_date) {
    background: #fff !important;
}

.contrast_dark #events .tab-image::after,
.contrast_light #events .tab-image::after,
:is(.contrast_dark, .contrast_light) :is(#events) .tab_link_entry .tab_link_title a::before {
    display: none !important;
}

.contrast_light #search :is(label, input) {
    color: #fff !important;
}

/* #endregion ----------------------------------- contrast -------------------------------------- */