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

body {
    font-family: "Open Sans", sans-serif;
    color: #eaeaea;
    background: #133051;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #f8ff7c;
}

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


b, strong {
    font-weight: 600;
}

#overflow {
    overflow: hidden;
}

a:focus {
    outline: 3px solid #ff8a00 !important;
}

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

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


#search_input1:focus,
#search_submit1:focus {
    outline: 3px solid #ff8a00 !important;
}

/* ----------------------------------------------- topbar ----------------------------------------------- */
#topbar {
    background-color: #133051;
}

#topbar>.row {
    padding-top: 15px;
    padding-bottom: 15px;
}

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

/* -------------------------------------------- contrast + styler ------------------------------------------ */

#stylerBox {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #eaeaea;
    width: 100%;
}

#style,
#search1 {
    margin-left: 30px;
}

#stylerBox button {
    color: #133050;
    padding: 0;
    background-color: #f8ff7c;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    border: none;
}

#stylerBox button:hover {
    background-color: #ffffff;
}

#contrast_style *+*,
#style *+* {
    margin-left: 10px;
}

#contrast_style button {
    font-size: 0;
}

#style button:nth-of-type(2) {
    font-size: 17px;
    line-height: 1;
}

#style button:nth-of-type(1),
#style button:nth-of-type(3) {
    font-size: 21px;
    line-height: 0.95;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    left: 6px;
    bottom: 6px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #102741;
    border: none;
}

/* ----------------------------------------------- search ----------------------------------------------- */

form[id^="search"] {
    min-height: 30px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    position: relative;
    border-radius: 30px;
    margin-top: 20px;
    width: 100%;
    max-width: 250px;
}

@media (min-width: 992px) {
    form[id^="search"] {
        margin-top: 0;
    }
}

form [id^="search_input"] {
    color: #191919;
    font-size: 0.875rem;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 47px;
    min-height: 30px;
    width: 100%;
    border-radius: 30px;
}

form [id^="search_submit"] {
    width: 30px;
    min-height: 30px;
    border: none;
    background: #f8ff7c url('../img/icon-lupe.png') center no-repeat;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    -webkit-transition: transform 150ms linear;
    -moz-transition: transform 150ms linear;
    -ms-transition: transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

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

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

[id^="search_input"]::-moz-placeholder {
    opacity: 1;
    font-style: italic;
}

/* -------------------------------------------- @nav2 Navigation ------------------------------------------- */

/* burgermenu for tablet */

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

    #burgerButton {
        font-size: 13px;
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 2px;
        padding: 8px 0 0 0 !important;
        cursor: pointer;
        background: #eaeaea;
        border: none !important;
        border-radius: 4px;
        color: #444444;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        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);
    }

    #burgerButtonInner {
        margin-bottom: 26px;
        display: inline-block;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        opacity: 0;
        display: none;
    }

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

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

    #burgerButtonInner2, #burgerButton:after {
        -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;
    }

    #burgerButtonInner2 {
        top: 26px;
    }

    #burgerButton:after {
        top: 36px;
    }

    #burgerButtonInner2, #burgerButton:after {
        content: "";
        display: block;
        position: absolute;
        background: #0f2741;
        border-radius: 2px;
        width: 38px;
        height: 3px;
        left: 5px;
        font-size: 0;
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .navbar-collapse {
        top: 0;
        background: #0f2741;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }

    .navbar-collapse.collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

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

    .navbar-collapse.in::after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

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

    .navbar-collapse.collapse.in::after {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        background: #0f2741;
        position: relative;
        border-top: 1px solid #707d8d;
    }

    nav.horizontally .navbar-nav {
        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;
    }

    nav.horizontally li[class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        margin: 0;
        padding: 10px 0;
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: 60vh;
        overflow: visible;
        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;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 0;
        bottom: 0;
        background: rgba(19, 48, 81, 0.96);
        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);
    }

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        height: auto;
    }

    nav.horizontally li[class*="secondlevel"] {
        float: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: table !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
        z-index: 1003;
    }

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

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

    #mCSB_1_scrollbar_vertical {
        left: 50%;
        margin-left: calc(962px/2);
    }

    nav.horizontally .dropdown-menu {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        max-width: 1200px;
        padding-top: 20px;
        padding-bottom: 45px;
    }

    #mCSB_1_scrollbar_vertical {
        margin-left: calc(1170px/2);
    }
}

nav.horizontally li[class$="_end"], nav.horizontally li[class$="_start"] {
    display: none;
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #eaeaea;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px 15px 15px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default li[class*="toplevel"] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

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

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 20px 2px;
    }
}

.navbar-default li[class*="toplevel"]>a::after {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f8ff7c;
    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%;
}

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

@media (max-width: 991px) {

    .navbar-default li[class*="toplevel"]>.dropdown-menu,
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        padding: 10px;
        background: rgba(19, 48, 80, 0.96);
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        display: block;
    }
}

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

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
    color: #fff;
    text-align: left;
    padding: 8px 35px 8px 15px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 30px;
}

.navbar-default li[class*="secondlevel"]>a {
    font-weight: 700;
}

.navbar-default li[class*="thirdlevel"]>a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-default li[class*="secondlevel"]>a {
        padding: 12px 50px 12px 14px;
    }

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

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

.navbar-nav li[class*="secondlevel"]:hover>a,
.navbar-nav li[class*="secondlevel"]>a:hover,
.navbar-nav li[class*="secondlevel"]>a:focus,
.navbar-nav li[class*="secondlevel"].open>a,
.navbar-nav li[class*="secondlevel"].open>a:hover,
.navbar-nav li[class*="secondlevel"].open>a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus {
    color: #102741;
    background: #f8ff7c url('../img/icon-bowling-subnav.png') center right 14px no-repeat;
    border-radius: 30px;
}

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

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

header {
    background-color: #0f2741;
}

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

@media (min-width: 992px) {
    #headerpic {
        max-width: 1865px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

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

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

.theme-nivo .nivo-controlNav {
    top: 10px;
    bottom: unset !important;
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

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

.slider-mask {
    display: none;
}

#banneroverlay {
    position: relative;
}

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

.slogan .tabHeadline {
    font-size: clamp(3rem, 5vw, 4.5rem);
    position: relative;
}

.slogan .tabHeadline::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -140px;
    width: 114px;
    height: 6px;
    background: linear-gradient(to right, rgba(88, 111, 93, 1) 0%, rgba(247, 254, 124, 1) 100%);
}

.slogan .tabContent {
    font-size: clamp(1.375rem, 3w, 2.125rem);
}

/* ----------------------------------------------- scroll bottom ----------------------------------------------- */

#scrollBottom {
    font-size: 0;
    border-radius: 50%;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #f4f4f4;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    z-index: 50;
}

@media (min-width: 768px) {
    #scrollBottom {
        width: 40px;
        height: 40px;
        bottom: 65px;
    }
}

#scrollBottom::after {
    content: "";
    width: 16px;
    height: 10px;
    border-radius: 1px;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    -ms-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    transition: border 300ms linear;
    background-color: #2e3c48;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

#scrollBottom:hover,
#scrollBottom:focus {
    background-color: #f8ff7c;
}

/* ------------------------------------------------ @29tab ----------------------------------------------- */

#tab29 {
    position: relative;
}

@media (min-width: 992px) {
    #tab29 {
        position: fixed;
        z-index: 64;
        top: 30%;
        left: 0;
        display: flex;
        flex-direction: column;
    }
}

#tab29 .box1 {
    font-size: 1rem;
    display: block;
    text-align: left;
    background: #f8ff7c;
    padding: 25px 30px;
    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);
    max-width: 280px;
    border-radius: 0 30px 30px 0;
    color: #191919;
}

#tab29 .box1 a {
    color: #191919;
}

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

#content {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    #content {
        padding-bottom: 60px;
        padding-top: 40px;
    }
}

/* ------------------------------------------------ specialHeadline ----------------------------------------------- */

.specialHeadline {
    color: #eaeaea;
    padding: 27px 0px 27px 0px;
    margin: 0;
    font-weight: 400;
    font-size: 1.375rem;
}

.specialHeadline :is(h1, h2, h3, h4, h5, h6),
.specialHeadline2 {
    color: #f8ff7c;
    font-weight: 700;
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    position: relative;
}

.specialHeadline :is(h1, h2, h3, h4, h5, h6)::before,
.specialHeadline2::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -140px;
    width: 114px;
    height: 6px;
    background: linear-gradient(to right, rgba(88, 111, 93, 1) 0%, rgba(247, 254, 124, 1) 100%);
}

@media (max-width: 767px) {
    .specialHeadline {
        padding-bottom: 90px;
    }
}

#breaker {
    padding: 20px 0 70px 0;
}

#tabsBig1,
#tabsBig2,
#tabsBig3,
#tabsBig4 {
    padding: 10px 0;
}

#breaker .specialHeadline,
#tabsBig1 .specialHeadline,
#tabsBig2 .specialHeadline,
#tabsBig3 .specialHeadline,
#tabsBig4 .specialHeadline {
    padding: 0;
}

/* #region ----------------------------------- news + events ------------------------------------ */

#news .vorschau,
#news2 .vorschau {
    display: none;
}

#news,
#news2 {
    padding: 15px 0 15px 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {

    #news .tab_link_entries,
    #news2 .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) {

    #news .tab_link_entries,
    #news2 .tab_link_entries {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

#news .tab_link_entry,
#news2 .tab_link_entry {
    border-bottom: none !important;
    text-align: center;
    position: relative;
    background: #133051;
    width: 100%;
    padding: 225px 20px 20px 20px;
}

@media (min-width: 768px) and (max-width: 991px) {

    #news .tab_link_entry,
    #news2 .tab_link_entry {
        width: calc(50% - 15px);
    }

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

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

@media (min-width: 992px) {

    #news .tab_link_entry,
    #news2 .tab_link_entry {
        width: calc(33.33% - 20px);
    }

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

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

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

#news .tab_link_entry+.tab_link_entry,
#news2 .tab_link_entry+.tab_link_entry {
    margin-top: 30px;
}

@media (min-width: 768px) {

    #news .tab_link_entry:nth-child(2),
    #news2 .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    #news .tab_link_entry:nth-child(3),
    #news2 .tab_link_entry:nth-child(3) {
        margin-top: 0;
    }
}

#news .tab_link_entry::before,
#news2 .tab_link_entry::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: #f8ff7c url('../img/platzhalter-aktuelles.jpg') center no-repeat;
}

#news .tab_link_entry .tab_preview_picture,
#news2 .tab_link_entry .tab_preview_picture {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 220px;
    overflow: hidden;
    background: #133051;
}

#news .tab_preview_picture img,
#news2 .tab_preview_picture img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

#news .tab_date,
#news2 .tab_date {
    font-size: 1.125rem;
    z-index: 1;
    display: inline-block;
    padding: 4px 10px;
    color: #f8ff7c;
    font-style: italic;
    font-weight: 400;
}

#news .tab_link_title a,
#news2 .tab_link_title a {
    color: #f8ff7c;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

.eventsButton .tab_link_mehr,
#news .tab_link_mehr,
#news2 .tab_link_mehr {
    font-size: 0;
    text-align: center !important;
    margin-top: 15px;
}

.eventsButton .tab_link_mehr a,
.button-design a:not(.has-image),
#news .tab_link_mehr a,
#news2 .tab_link_mehr a {
    position: relative;
    display: inline-block;
    color: #0f2741;
    text-decoration: none;
    background-color: #f8ff7c;
    border-radius: 30px;
    padding: 8px 48px 8px 14px;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #0f2741;
}

.eventsButton .tab_link_mehr a::before,
.button-design a:not(.has-image)::before,
#news .tab_link_mehr a::before,
#news2 .tab_link_mehr a::before {
    width: 34px;
    height: 34px;
    background-color: #e6ed6e;
    border-radius: 50%;
    right: 3px;
    margin-top: -17px;
    -webkit-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    -ms-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    transition: border 300ms linear;
    position: absolute;
    content: '';
    top: 50%;
}

.eventsButton .tab_link_mehr a::after,
.button-design a:not(.has-image)::after,
#news .tab_link_mehr a::after,
#news2 .tab_link_mehr a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background-color: #2e3c48;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    -webkit-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    -ms-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    transition: border 300ms linear;
    z-index: 2;
}

.eventsButton .tab_link_mehr a:hover,
.button-design:hover a:not(.has-image),
#news .tab_link_mehr:hover a,
#news2 .tab_link_mehr:hover a {
    background-color: #eaeaea;
}

.eventsButton .tab_link_mehr a:hover::before,
.button-design:hover a:not(.has-image)::before,
#news .tab_link_mehr:hover a::before,
#news2 .tab_link_mehr:hover a::before {
    background-color: #d1dfef;
}

/* ------------------------------------------------ breaker ----------------------------------------------- */

#breaker {
    background: url('../img/icon-bowlingkegel-mitglied-werden.png') bottom 70px right no-repeat;
}

#tabLeft {
    font-size: 1rem;
}

@media (max-width: 767px) {
    #tabLeft {
        margin-top: 40px;
    }
}

#tabLeft .tabHeadline {
    color: var(--nav_top_sec_third_schriftfarbe__hg_footer__headlines_buttons_bg);
    position: relative;
    margin-bottom: 60px;
}

#tabLeft .tabHeadline::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0px;
    height: 2px;
    width: 200px;
    display: block;
    background: #cccccc;
}

#tabLeft ul {
    list-style: none;
    padding: 0 0 0 50px;
}

#tabLeft ul li {
    position: relative;
}


#tabLeft ul li+li {
    margin-top: 30px;
}

#tabLeft ul li::before {
    content: '';
    background: url(../img/berge-icon.png) no-repeat center;
    width: 36px;
    height: 21px;
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.memberImg1 {
    z-index: 3;
    margin-top: 75px;
}

.memberImg1 .banner {
    margin-right: 45px;
}

.memberImg1 img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
}

.memberImg2 {
    position: relative;
    margin-left: -130px;
    z-index: 2;
    margin-top: 40px;
}

.memberImg2 img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    z-index: 1;
}

.memberImg3 {
    position: relative;
    margin-left: -50px;
    z-index: 2;
    margin-top: -35px;
}

.memberImg3 img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

/* ------------------------------------------------ tabsRight ----------------------------------------------- */

#tabsRight {
    margin-top: 65px;
}

@media (max-width: 991px) {
    #tabsRight {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

#tabsRight>*+* {
    margin-top: 30px;
}

#tabsRight .tabAside {
    border-radius: 30px;
    background-color: #0f2741;
    padding: 25px 20px;
    font-size: 1rem;
}

#tabsRight .tabAside .tabHeadline {
    font-size: 1.25rem;
}

#tabsRight .eventsButton .tab_link_mehr a,
#tabsRight .tabAside .button-design a:not(.has-image) {
    font-size: 0.875rem;
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #f8ff7c;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
}

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

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 3.125rem;
    }
}

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

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2.5rem;
    }
}

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

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.7rem;
}

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

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

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

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

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

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #eaeaea;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    padding: 10px 0;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #f8ff7c;
    text-decoration: underline;
    background: url('../img/icon-bowling-fusszeile.png') center no-repeat;
}

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

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

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

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

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

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

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

#vernetzt span {
    color: #eaeaea;
}

#vernetzt b {
    color: #f8ff7c;
}

#vernetzt span span {
    display: block;
}

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


/* --------------------------------------------- Partner -------------------------------------------- */
#partner {
    background-color: #fff;
    padding: 25px 0;
    color: #191919;
}

#partner a {
    color: #0f2741;
}




.contrast_dark form[id^="search"],
.contrast_dark #search_input1,
.contrast_dark #search_submit1 {
    background-color: #fff !important;
    color: #000 !important;
}

.contrast_dark #contrast_style button:nth-of-type(3)::after {
    background: #eaeaea !important;
}

.contrast_dark #tab29 .box1,
.contrast_dark #tab29 .box1 img {
    background: #fff !important;
}

/* add by mk 20250305*/
#content.customStyle :not(a, .contrast_dark_font, .contrast_light_font, .contrast_light, .contrast_dark, .contrastHandler, .iframe-wrapper-manual-enabling, .iframe-wrapper-manual-enabling *, h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, .material-icons, #content_buttons_div *, #content_buttons_div, .views_19 .event-entry-new-1-time, .views_19 .event-entry-new-1-time *, .views_19 .event-time, .views_19 .event-time *, #banner-texts-teaser, #banner-texts-teaser *, #filter, #burgerButton, #burgerButton *, #event-reporter-top, .events-modern-view-switch, .captcha_wrapper pre, .counter-content div, .portuna-box-content thead tr, .portuna-box-content thead tr th, #content.customStyle ul li, span[style*="color:"], span[style*="color:"] *) {
    background: #133051;
}