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

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

body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  background: #fff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  /* 1rem = 16px */
  line-height: 1.5;
}

#overflow {
  overflow: clip;
}

a {
  color: #e30613;
}

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

.linkUnderline a:not(.has-image, .shareButtonLink) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration 300ms;
}

.linkUnderline a:not(.has-image, .shareButtonLink):is(:hover, :focus) {
  text-decoration-color: transparent;
}

b,
strong {
  font-weight: 700;
}

:not(.cc_banner-wrapper, [id^="search_input"], [id^="search_submit"]):focus-visible,
#vernetzt:focus-visible span {
  background-color: #fff !important;
  color: #e30613 !important;
  z-index: 100;
  text-decoration: none;
  outline: 2px solid #e30613;
}

:is([id^="search_input"], [id^="search_submit"]):focus-visible {
  outline: 2px solid #000;
}

.static {
  position: static;
}

.gap {
  gap: 15px 30px;
}

.rowGap {
  row-gap: 30px;
}

.columnRow {
  display: flex;
  flex-direction: column;
}

.flexWrap {
  flex-wrap: wrap;
}

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

@media (min-width: 992px) {
  #logo {
    margin-block: -60px 0;
    transition: margin-block 300ms;
  }

  .is-sticky #logo {
    margin-block: 0 -60px;
  }
}

/* #region ----------------------------------- topbar ------------------------------------------- */

#topbar {
  background: #d9d9d9;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 992px) {
  #topbarBar {
    background: #e30613;
    color: #fff;
    padding-left: 60px;
    clip-path: polygon(50px 0%, calc(100% + 100vw) 0, calc(100% + 100vw) 100%, 0% 100%);
    position: relative;
  }

  #topbarBar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #e30613;
    transform: translateX(100%);
  }

  #topbarBar > * + * {
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
  }
}

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

  #topbarBar {
    gap: 15px;
    flex-direction: column;
  }
}

/* search */

#search {
  background: #e30613;
  display: inline-flex;
  margin-block: 7px;
}

@media (max-width: 991px) {
  #search {
    background: #ffffff;
  }
}

#search_input {
  color: inherit;
  font-style: normal;
  background: transparent;
  padding: 6px 2px;
  border: 0;
  width: 100%;
}

@media (max-width: 991px) {
  #search_input {
    padding: 8px 10px;
  }
}

#search_submit {
  width: 40px;
  flex-shrink: 0;
  background: #e30613 url("../img/lupe-icon.png") center no-repeat;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: 4px solid transparent;
  transition:
    outline-color 200ms linear,
    background-color 200ms linear;
}

#search_submit:is(:hover, :focus) {
  background-color: #000;
}

@media (min-width: 992px) {
  #search_submit:is(:hover, :focus) {
    background-color: #000;
    outline-color: #000;
  }
}

#search_input::placeholder {
  color: inherit !important;
  opacity: 1 !important;
  font-style: normal !important;
}

/* contrast + styler */

#style {
  column-gap: 8px;
  margin-block: 7px;
}

#style h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0 5px 0 0;
  width: unset;
}

#style button {
  padding: 0;
  display: inline-block;
  position: relative;
  background: #ffffff;
}

/* styler */

#style {
  margin-left: 30px;
}

#style button {
  border: 2px solid #e30613;
  color: inherit;
  width: 2.1875rem;
  height: 2.1875rem;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
  border: 2px solid #f6d8d4;
  color: #000;
  transition:
    background 300ms,
    color 300ms,
    border-color 300ms;
}

#style button:is(:hover, :focus) {
  color: #000;
  background: #f6d8d4;
  border-color: #fff;
}

#socials {
  display: inline-block;
  background: #000;
  padding: 10px clamp(20px, 4vw, 50px);
  width: fit-content;
}

#socials a {
  color: #fff;
}

/* #endregion -------------------------------- topbar ------------------------------------------- */

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

nav.horizontally {
  background: #d9d9d9;
  padding-block: 15px;
}

/* burgermenu for tablet */

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

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    transition:
      transform 200ms linear,
      opacity 200ms linear;
  }

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

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

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

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButton::before {
    top: 24px;
    content: "";
  }

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

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

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #d9d9d9;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    transition:
      left 300ms linear,
      opacity 300ms linear,
      box-shadow 600ms linear;
    box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
  }

  .navbar-collapse:is([aria-expanded="true"], .in) {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
  }

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

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

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    background: #d9d9d9;
    padding-block: 25px;
    transition: padding-block 300ms;
  }

  .is-sticky nav.horizontally {
    left: auto !important;
    padding-block: 10px;
    border-bottom: 2px solid #fff;
  }

  nav.horizontally .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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;
        transition: opacity 300ms linear;
        visibility: hidden
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
        transform: translateX(-50%);
        left: 50%;
        top: 0;
        bottom: 0;
        background: #e30613;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

      nav.horizontally li[class*="toplevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        left: 0;
        right: 0;
        top: -30px;
    }
    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -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;
        display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    }

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

    nav.horizontally .navbar-nav li:is(:focus-within, :hover)>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }
        nav.horizontally .navbar-nav li:is(:focus-within, :hover)>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

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


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

    nav.horizontally .dropdown-menu {
        display: none !important;
    }
            nav.horizontally .navbar-nav li[class*="secondlevel"]:is(:focus-within)>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
        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 */

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

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

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

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

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

  nav.horizontally a[class*="toplevel"]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #000;
    width: 0;
    opacity: 0;
    transition:
      width 300ms,
      opacity 300ms;
  }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open > a,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"] > a,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus) {
  color: #000;
}

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a::after,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open > a::after,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"] > a::after,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus)::after {
  opacity: 1;
  width: 100%;
}




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

@media (max-width: 991px) {

    nav.horizontally [class*="toplevel"] ul {
        padding: 10px;
        background: #e30613;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="secondlevel"]>ul {
        display: block;
    }
}

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

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

nav.horizontally li[class*="secondlevel"]>a {
    font-weight: 600;
    text-transform: uppercase;
}

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

@media (min-width: 992px) {
    nav.horizontally li[class*="secondlevel"]>a {
        padding: 20px 0 2px 0;
    }

    nav.horizontally li[class*="thirdlevel"]>a {
        padding: 5px 0;
    }
}

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

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    color: #fff;
    text-decoration: underline;
}

nav.horizontally .navbar-nav li:is(:focus-within) > ul,
nav.horizontally .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible;
}
/*  menu-left */

/*  secondlevel + thirdlevel dropdown-box */

#menu-left .secondandthird-wrapper {
  background: #ffffff;
  border: 1px solid #ebebeb;
}

/* secondlevel + thirdlevel */

#menu-left a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  background: #e30613;
  font-weight: 400;
  text-align: left;
  padding: 10px 18px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  color: #ffffff;
}

#menu-left a[class*="secondlevel"] {
  font-weight: 700;
}

@media (max-width: 991px) {
  #menu-left a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  #menu-left a[class*="thirdlevel"] {
    padding-left: 30px;
  }
}

/* secondlevel + thirdlevel over */

#menu-left li[class*="secondlevel"]:is(:hover, :focus-within) > a,
#menu-left li[class*="secondlevel"] > a:is(:hover, :focus),
#menu-left li[class*="secondlevel"].open > a,
#menu-left li[class*="secondlevel"].open > a:is(:hover, :focus),
#menu-left li[class*="secondlevel"][class*="_over"] > a,
#menu-left li[class*="secondlevel"][class*="_over"] > a:is(:hover, :focus) {
  background: #ffffff;
  color: #e30613;
}

#menu-left li[class*="thirdlevel"]:is(:hover, :focus-within) > a,
#menu-left li[class*="thirdlevel"] > a:is(:hover, :focus),
#menu-left li[class*="thirdlevel"].open > a,
#menu-left li[class*="thirdlevel"].open > a:is(:hover, :focus),
#menu-left li[class*="thirdlevel"][class*="_over"] > a,
#menu-left li[class*="thirdlevel"][class*="_over"] > a:is(:hover, :focus) {
  background: #f3f3f3;
  color: #000000;
}
body:not(.index) #menu-left a:is([class*="secondlevel"]){
display: none;
border-top: unset;
}
body:not(.index) #menu-left .secondandthird-wrapper {
  border: none;
}
/* #endregion ------------------------------- navigation ---------------------------------------- */

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

header {
  position: relative;
}

#slider {
  max-height: clamp(300px, 47vw, 450px);
  position: relative;
}

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

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

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

#headerpic {
  padding: 0;
  position: relative;
  color: #ffffff;
  background: #e30613;
}

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

.slider-mask {
  display: block;
  background: linear-gradient(to top, rgba(37, 37, 37, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.8;
}

@media (min-width: 992px) {
  .index #headerpic .nivo-controlNav {
    bottom: 105px;
  }
}

/* slogan */

#slogan {
  line-height: 1.2;
  font-size: clamp(1rem, 3vw, 2.1875rem);
  text-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#slogan :is(b, strong) {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

#slogan,
#slogan :is(.headline, a, h1, h2, h3, h4, h5, h6) {
  color: #ffffff;
}

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

@media (min-width: 768px) {
  #bannerOverlay {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 9;
  }
}

@media (min-width: 992px) {
  #bannerOverlay {
    bottom: 150px;
  }
}

#slogan .headline {
  font-size: clamp(1.625rem, 4vw, 3.125rem);
}

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

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

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

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

.tabSocialsContent {
  font-size: 1rem;
  padding: 15px;
  text-align: center;
  border: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .tabSocialsContent {
    margin-left: 30px;
  }
}

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

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

h1,
.h1,
.legacy_h1 {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
}

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

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

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

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

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

#content :is(h2, .h2, .legacy_h2) :is(i, em) {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  font-style: normal !important;
}
/* #region -------------------------------------- 2tab ------------------------------------------ */

.tabs {
  padding-top: 30px;
}

@media (min-width: 992px) {
  #tabsTop.tabs {
    margin-top: -90px;
  }

  .tabs {
    padding: 0;
    position: relative;
    z-index: 55;
  }
}

#tabsBottom {
  background: #ececec;
  padding: 30px 0;
  padding-bottom: clamp(40px, 6vw, 90px);
  position: relative;
  height: 100%;
  min-height: 224px;
}
#tabsBottom::before {
  content: "";
  position: absolute;
  background: url(../img/sportarten-v2.png) no-repeat;
  width: 100%;
  height: 186px;
  bottom: 24px;
  z-index: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.tabs > .row {
  row-gap: 30px;
}

.tabs .tab {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #d9d9d9;
}

.tabs .tab,
.tabs .tab :is(a, h1, h2, h3, h4, h5, h6) {
  color: #000;
}

.tabs .tab a {
  font-size: clamp(1.125rem, 3vw, 1.5625rem);
  font-weight: 800;
  line-height: 1.4;
  padding: 60px 34px;
  min-height: clamp(100px, 20vw, 210px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 300ms linear;
}

.tabs .tab a::before,
.tabs .tab a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border: 4px solid #e30613;
}

.tabs .tab a::before,
.tabs .tab a:is(:hover, :focus)::after {
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}

.tabs .tab a::after {
  transition: all 300ms linear;
  border-color: #fff;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  opacity: 0;
}

.tabs .tab a:is(:hover, :focus)::after {
  opacity: 1;
}

.tabs .tab a:is(:hover, :focus) {
  color: #fff;
}
.tabs .tab {
  transition: all 300ms linear;
}
.tabs .tab:is(:hover, :focus) {
  background-color: #e30613;
}

.tabs .tab.tab1::before {
  content: "";
  position: absolute;
  background:
    url(../img/icon-sport-finden.png) center,
    no-repeat;
  width: 122px;
  height: 130px;
  z-index: 0;
  pointer-events: none;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tabs .tab.tab2::before {
  content: "";
  position: absolute;
  background:
    url(../img/icon-mitglied-werden.png) center,
    no-repeat;
  width: 104px;
  height: 130px;
  z-index: 0;
  pointer-events: none;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tabs .tab.tab3::before {
  content: "";
  position: absolute;
  background:
    url(../img/icon-kontakt.png) center,
    no-repeat;
  width: 99px;
  height: 130px;
  z-index: 0;
  pointer-events: none;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* #endregion ----------------------------------- 2tab ------------------------------------------ */

/* #region ------------------------------------ news -------------------------------------------- */
.linkUnderline a:not(.has-image, .shareButtonLink) {
  hyphens: auto;
}

#events {
  background: #d9d9d9;
  position: relative;
}
#news {
  position: relative;
}

#news::before {
  content: "";
  position: absolute;
  background: #e30613;
  height: 50px;
  right: 234px;
  width: 88vw;
  top: 250px;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
}

.newsEvents {
  padding: clamp(40px, 6vw, 60px) 0;
}

.newsEvents .tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6)::after {
  content: "";
  display: none;
}

.newsEvents .tab_link_entries {
  display: grid;
  gap: 30px;
  margin-top: clamp(30px, 4vw, 60px);
}

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

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

.newsEvents .tab_link_entry {
  font-size: 1rem;
  position: relative;
  background: #ffffff;
  padding: 20px 20px 70px 20px;
  border: 1px solid #d9d9d9 !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

#news .tab_link_entry {
  padding-top: 230px;
}

.newsEvents .tab_link_entry .tab_link_date,
.newsEvents .tab_link_entry .tab_date {
  order: 1;
}

.newsEvents .tab_link_entry .tab_link_title {
  order: 2;
}

.newsEvents .tab_link_entry .vorschau,
.newsEvents .tab_link_entry .tab_link_mandat {
  order: 3;
}

.newsEvents .tab_link_entry .tab_link_mandat a {
  color: #000;
}

#news .tab_link_entry::after {
  content: "";
  position: absolute;
  display: block;
  top: 180px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: #ffffff url("../img/icon-aktuelles.png") center no-repeat;
  border-radius: 50%;
  z-index: 2;
}

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

.newsEvents .tab_link_entry .tab_preview_picture {
  z-index: 1;
}

.newsEvents .tab_link_entry .tab_link_title a::before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.newsEvents .tab_preview_picture img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsEvents .tab_link_title a {
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
  color: #e30613;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

.newsEvents .tab_link_entry .tab_link_date,
.newsEvents .tab_link_entry .tab_date {
  font-size: 0.875rem;
}

.newsEvents .tab_link_entry .tab_link_mehr {
  font-size: 0;
}

.newsEvents .tab_spacer {
  height: 5px;
}

#events .tab_link_mehr {
  display: none;
}

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

.buttonStyle a,
#news .tab_link_entry .tab_link_mehr a,
#events .tab_link_entry .tab_link_title a::after {
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  color: inherit;
  padding: 10px 35px;
  background-color: #fff;
  border: 2px solid #f6d8d4;
  transition:
    background-color 200ms linear,
    color 200ms linear,
    border-color 200ms linear;
  color: #000;
  border-width: 4px;
}

#events .tab_link_entry .tab_link_title a::after {
  content: "mehr lesen";
}

#news .tab_link_entry .tab_link_mehr a,
#events .tab_link_entry .tab_link_title a::after {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 7px 26px;
  border-width: 2px;
}

.buttonStyle a:is(:hover, :focus),
#news .tab_link_entry .tab_link_mehr :is(a:hover, :focus),
#events .tab_link_entry .tab_link_title a:is(:hover, :focus)::after {
  background-color: #f6d8d4;
  color: #000;
  border-color: #fff;
}

/* ------------------------------------------------ footerTabs ----------------------------------------------- */

#footerTabs {
  background: #000;
  color: #fff;
  padding-top: clamp(40px, 6vw, 90px);
  padding-bottom: clamp(30px, 6vw, 50px);
  font-size: 1rem;
  position: relative;
  z-index: 55;
}

#footerTabs::before {
  content: "";
  position: absolute;
  background: #e30613;
  height: 50px;
  left: 35%;
  width: 100vw;
  top: 0;
  transform: translateY(-50%);
  clip-path: polygon(50px 0%, calc(100% + 100vw) 0, calc(100% + 100vw) 100%, 0% 100%);
}

.tabHeadlineBig {
  font-size: 1.125rem;
}

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

#footerTabs hr {
  border: none;
  height: 1px;
  background: #fff;
  opacity: 1;
  margin: 30px 0;
}

#kontakt ul {
  list-style: emoji inside;
}

#kontakt ul li p {
  display: inline-block;
}

#kontakt ul a {
  text-decoration-color: transparent;
}

#kontakt ul a:is(:hover, :focus) {
  text-decoration-color: currentColor;
}

@counter-style emoji {
  system: cyclic;
  /** zählt nicht weiter, sondern wiederholt **/
  symbols: —;
  /** definiert die Zeichen bzw. Symbole     **/
  suffix: " ";
  /** nach dem Marker – hier Leerzeichen     **/
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26 {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

#tab26 .tab {
  font-size: 1rem;
  padding: 20px;
  background: #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);
  display: flex !important;
  align-content: center;
  align-items: center;
  min-height: 230px;
}

@media (min-width: 992px) {
  #tab26 .tab {
    min-height: 290px;
  }
}

#tab26 .tab :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.25rem;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#tab26 .slick-slide {
  padding: 15px;
}

#tab26 .slick-dots button,
#tab26 .slick-button {
  background: transparent;
  border: none;
  padding: 5px;
}

#tab26 .slick-button {
  font-size: 0px;
  position: relative;
  top: 4px;
}

#tab26 .slick-prev {
  margin-left: 14px;
}

@media (max-width: 767px) {
  #tab26 .slick-next {
    margin-left: 14px;
  }
}

#tab26 .slick-button::before {
  display: block;
  line-height: 9px;
  height: 20px;
  font-size: 40px;
  color: #000000;
}

#tab26 .slick-button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition:
    width 200ms linear,
    height 200ms linear;
  z-index: -1;
}

#tab26 .slick-button:focus::after,
#tab26 .slick-button:hover::after {
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  #tab26 .slick-button::after,
  #tab26 .slick-button::after {
    width: 28px;
    height: 28px;
  }
}

#tab26 .slick-dots {
  padding: 0 15px;
  list-style: none;
}

#tab26 .slick-dots > li {
  display: inline-block;
  position: relative;
  top: 50%;
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
}

#tab26 .slick-dots,
#tab26 .slick-button {
  display: inline-block !important;
}

@media (max-width: 767px) {
  #tab26 .slick-dots {
    display: none !important;
  }
}

#tab26 .slick-dots > li.slick-active {
  background: #f6d8d4;
  transition: background 200ms linear;
}

#tab26 .slick-dots > li + li {
  margin-left: 10px;
}

#tab26 .slick-prev::before {
  content: "\2039";
  color: #fff;
}

#tab26 .slick-next::before {
  content: "\203A";
  color: #fff;
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 10px;
  border: 1px solid #ffffff;
  background-color: #000;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#tab26 .slick-animate-control.slick-pause {
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

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

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

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

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

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}

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

#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 {
  gap: 12px;
  text-align: right;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
}

#vernetzt span span {
  display: block;
}
