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

html {
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
  background: #f1f1f1;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  scrollbar-color: #7c1f03 #ffffff;
  scrollbar-width: thin;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: #191919;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.1875rem);
  /* 1rem = 16px */
  line-height: 1.5;
}

@media (min-width: 1200px) {
  body {
    background:
      url("../img/hintergrundbild.png") bottom right no-repeat,
      #ffffff;
  }
}

a {
  color: #7c1f03;
}

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

b,
strong {
  font-weight: 600;
}

#overflow {
  overflow: clip;
  position: relative;
}

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

/* -------------------------------------------- logo -------------------------------------------- */
.bannerLogos {
  gap: 30px;
}

#logo {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: -40px;
  z-index: 12;
  position: relative;
}
@media (max-width: 991px) {
  #logo {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 12;
    position: relative;
  }
}

#logo img {
  display: block;
  max-width: 135px;
}

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

.tabButtons a {
  background-color: #010101;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  .tabButtons a {
    background-color: #010101;
    color: #fff;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    margin: 5px;
    display: inline-block;
  }
}

.tabButtons a::after {
  display: inline-block;
  padding-left: 10px;
  content: "»";
}

.info {
  color: #010101;
  font-size: 1.0625rem;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

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

#bannerOverlay {
  z-index: 12;
  position: relative;
  padding: 40px 0;
  pointer-events: none;
}


@media (min-width: 992px) {
#bannerOverlay .slogan {
  margin-bottom: 40px;
}
}

#bannerOverlay #nav-position,
#bannerOverlay .bannerButtons,
#bannerOverlay .slogan {
  pointer-events: all;
}

@media (min-width: 992px) {
  .theme-nivo .nivo-directionNav a {
    top: 20px !important;
  }
  #bannerOverlay {
    padding-bottom: 160px;
  }

  #headerpic {
    min-height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  #headerpic .slider-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #slider {
    height: 100%;
  }

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

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

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

@media (max-width: 991px) {
  .theme-nivo .nivo-controlNav {
    z-index: 11 !important;
  }

  #slider {
    overflow: hidden;
    position: relative;
    /*1920px * 768px*/
    height: 40vw;
  }

  #slider-onebanner,
  #slider .nivo-box > div,
  #slider .nivo-slice > div,
  #slider .nivo-main-image,
  #slider div[style*="background-size"] {
    background-attachment: unset !important;
    background-size: 100% auto !important;
  }
}

.slider-mask {
  display: none;
}

#bannerOverlay .row {
  max-width: 1600px;
  width: 100%;
}

.bannerButtons {
  margin-top: 0px;
}

.bannerButtons a {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  color: #000000;
  padding: 6px 25px;
  font-weight: 500;
  font-size: 1.1875rem;
  border-radius: 5px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  transition:
    background-color 200ms,
    border-color 200ms linear;
}

@media (max-width: 991px) {
  .bannerButtons {
    border-top: solid 1px #000;
    padding-top: 20px;
  }
}

.bannerButtons a::after {
  display: inline-block;
  padding-left: 10px;
  content: "»";
}

.bannerButtons a:is(:hover, :focus) {
  background-color: #010101;
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}

.slogan {
  color: #010101;
  padding: 30px;
  font-weight: 500;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  border-radius: 5px;
  position: relative;
  display: block;
  font-family: "Alegreya", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
	.slogan{
	  padding: 0px;
		
	}
}

@media (min-width: 992px) {
  .slogan {
    color: #fff;
    padding: 0;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

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

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

/* burgermenu for tablet */

#burgerButton {
  font-size: 0;
  border: none !important;
  display: block;
  height: 50px;
  width: 28px;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
  position: relative;
  background-color: #e3ea90;
}

#burgerButton::before,
#burgerButton::after,
#burgerButtonInner {
  display: block;
  background-color: #010101;
  border-radius: 2px;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 0;
  transition:
    transform 200ms linear,
    opacity 200ms linear;
}

#burgerButtonInner {
  top: 16px;
}

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

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

@media (max-width: 991px) {
  .dropdown-toggle-button-wrapper,
  .dropdown-toggle-button-wrapper2 {
    right: 4px;
    top: 6px;
  }

  #burgerButton {
    width: 48px;
    padding: 6px 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    z-index: 101;
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    left: 10px;
  }

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

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

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #e3ea90;
    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: 7px;
  }

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

/* menu desktop */

@media (min-width: 992px) {
  #burgerButton {
    pointer-events: none;
  }

  nav.navbar {
    padding: 0px 20px 0px 20px;
  }

  #nav-position {
    position: relative;
    z-index: 100;
  }

  #nav-position::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: opacity 300ms linear;
  }

  #nav-position:is(:hover, :focus-within)::before {
    opacity: 1;
  }

  nav.navbar .navbar-header {
    margin-bottom: 8px;
  }

  nav.navbar .navbar-header p {
    margin: 0 0 0 18px;
    font-size: 1.5rem;
    color: #010101;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Alegreya", sans-serif;
  }

  nav.navbar .navbar-nav li[class*="toplevel"] > ul {
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 0 !important;
    column-count: 2;
    column-gap: 30px;
    min-height: 100%;
    z-index: 1000;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms linear;
  }

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

  nav.navbar .navbar-nav > li.open > ul {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden;
  }

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

  nav.navbar .navbar-nav li[class*="toplevel"] > ul > li:not(:is([class$="_start"], [class$="_end"])) {
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    width: 100%;
  }

  nav.navbar [class*="secondlevel"] > ul {
    display: block !important;
  }
}

/* toplevel */

nav.navbar a[class*="toplevel"] {
  text-align: left;
  padding: 10px 35px 10px 10px;
  position: relative;
  z-index: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  color: #000000;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 0 10px 0;
}

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

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

  nav.navbar a[class*="toplevel"].dropdown-toggle::before {
    content: "\00BB";
    position: absolute;
    right: 20px;
    top: 19px;
    line-height: 0;
  }
}

@media (max-width: 991px) {
nav.navbar a[class*="toplevel"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
}
nav.navbar li[class*="toplevel"] + li {
  margin-top: 2px;
}

/* toplevel-over */

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

/* secondlevel + thirdlevel dropdown-box */

nav.navbar [class*="toplevel"] > ul {
  padding: 10px;
  background: center / cover no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

@media (min-width: 992px) {
  nav.navbar [class*="toplevel"] > ul {
    padding: 20px;
    width: 660px;
    margin-left: 20px;
  }

  nav.navbar [class*="toplevel"] > ul > li {
    margin-bottom: 2px;
  }

  nav.navbar [class*="toplevel"] > ul::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: -40px;
  }
}

@media (min-width: 1200px) {
  nav.navbar [class*="toplevel"] > ul {
    width: 780px;
  }
}

nav.navbar [class*="secondlevel"] > ul {
  margin: 0;
  padding: 4px 0;
}

/* secondlevel + thirdlevel */

nav.navbar a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #fff;
  font-weight: 400;
  text-align: left;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
}

nav.navbar a[class*="secondlevel"] {
  padding: 10px 35px 10px 10px;
  font-size: 1.25rem;
  background: #7a7a7a;
}

@media (min-width: 992px) {
  nav.navbar a[class*="secondlevel"] {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
nav.navbar a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
}
nav.navbar a[class*="thirdlevel"] {
  padding: 6px 15px 6px 38px;
  font-size: 1.125rem;
  color: #191919;
}

nav.navbar a[class*="thirdlevel"]::before {
  content: "\00BB";
  display: block;
  position: absolute;
  top: 15px;
  line-height: 0;
  left: 25px;
}

/* secondlevel + thirdlevel over */

nav.navbar li:is([class*="secondlevel"]):is(:hover, :focus-within) > a,
nav.navbar li:is([class*="secondlevel"]) > a:is(:hover, :focus),
nav.navbar li:is([class*="secondlevel"]).open > a,
nav.navbar li:is([class*="secondlevel"]).open > a:is(:hover, :focus),
nav.navbar li:is([class*="secondlevel"])[class*="_over"] > a,
nav.navbar li:is([class*="secondlevel"])[class*="_over"] > a:is(:hover, :focus) {
  color: #fff;
  background-color: #000000;
}

nav.navbar li:is([class*="thirdlevel"]):is(:hover, :focus-within) > a,
nav.navbar li:is([class*="thirdlevel"]) > a:is(:hover, :focus),
nav.navbar li:is([class*="thirdlevel"]).open > a,
nav.navbar li:is([class*="thirdlevel"]).open > a:is(:hover, :focus),
nav.navbar li:is([class*="thirdlevel"])[class*="_over"] > a,
nav.navbar li:is([class*="thirdlevel"])[class*="_over"] > a:is(:hover, :focus) {
  color: #7c1f03;
}

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

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

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

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#tabs {
  padding-top: clamp(30px, 5vw, 70px);
  padding-bottom: 20px;
  background: #e3ea90;
  position: relative;
}
#tabs > .row {
  row-gap: 30px;
}

#tabs::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -130px;
  bottom: 0;
  left: 0;
  right: 0;
  background:
    url("../img/newsdeko.png") bottom 84px center / 100% auto no-repeat,
    linear-gradient(to top, #ffffff, #ffffff 85px, rgba(255, 255, 25, 0) 85px);
}

#tabs .tab {
  font-size: clamp(1rem, 4vw, 1.125rem);
  background: #fff47f;
  padding: 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
}

#tabs .tabHeadline {
  font-size: clamp(1.75rem, 4vw, 2.375rem);
}

#nw1 {
  padding-top: clamp(30px, 5vw, 80px);
}

#nw1 > .row {
  row-gap: 30px;
}

#nw1 .tab {
  color: #191919;
  padding: 30px;
  overflow: hidden;
  border-radius: 3px;
  background:
    url("../img/icon-meldungen.png") top 20px right 20px no-repeat,
    #fff47f;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
}

#nw1 .tab a {
  color: #191919;
  text-decoration: underline;
}

#nw1 .tabHeadline {
  color: #010101;
  font-weight: 500;
  hyphens: auto;
  font-size: clamp(1.75rem, 2vw, 2.375rem);
}

#nw1 .tab,
#nw1 .tab_link,
#nw1 .tab_link > div {
  height: 100%;
  min-height: 100%;
}

#nw1 .tab_link_entries {
  display: grid;
  gap: 30px;
}

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

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

#nw1 .tab_link_entry {
  color: #444444;
  font-size: 0.875rem;
  position: relative;
  width: 100%;
  border-radius: 3px;
  padding: 160px 30px 30px 30px;
  background: #ffffff;
  border: unset !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
}

#nw1 .vorschau {
  opacity: 1;
}

#nw1 .tab_preview_picture {
  background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

#nw1 .tab_link_entry::before {
  content: "";
  background:
    center / cover no-repeat,
    #ebebeb;
}

#nw1 .tab_preview_picture img {
  position: absolute;
  margin: 0 !important;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-width: 350px;
  width: auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
  transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 105px;
  font-weight: 500;
  color: #ffffff;
  font-size: 1em;
  padding: 3px 20px;
  background: #010101;
  border-radius: 0 3px 3px 0;
}

#nw1 .tab_link_title a {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  color: #010101;
  font-family: "Alegreya", sans-serif;
  line-height: 1.2;
  margin-bottom: 8px;
}

#nw1 .tab_link_entries + div,
#nw1 .tab_link_entries .tab_spacer,
#nw1 .tab_link_entry > div:nth-last-child(2) {
  display: none;
}

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .buttonStyle a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  padding: 6px 12px 4px 12px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  background: #010101;
  transition: all 300ms linear;
}

@media (min-width: 768px) {
  #nw1 .buttonStyle a + a {
    margin-left: 12px;
  }
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
  color: #010101;
  background: #ffffff;
  border-color: #010101;
  outline: 1px solid #ffffff;
}

/* ------------------------------------------- sportBox ------------------------------------------ */

#sportBox {
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(30px, 4vw, 50px);
}

#sportBox .tabHeadline {
  font-size: clamp(1.75rem, 3vw, 2.3125rem);
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 32px;
}

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

#sportBox .tab .tabContent {
  color: #191919;
  font-size: clamp(1rem, 1vw, 1.125rem);
}

#sportBox .tab .tabContent :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Source Sans 3", sans-serif;
  color: #191919;
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
}

#sportBox .tab .tabContent a:not(.has-image) {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 6px 24px;
  border-radius: 3px;
  background: #010101;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
  transition:
    color 300ms linear,
    box-shadow 300ms linear;
}

#sportBox .tab .tabContent a:not(.has-image):is(:hover, :focus) {
  color: #fff47f;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.18);
}

#sportBox .tab .tabContent .template-page > .row {
  align-items: end;
  align-content: end;
}

/* ------------------------------------------- SponsBox ------------------------------------------ */

#SponsBox {
  color: #333333;
  font-size: clamp(1rem, 1vw, 1.125rem);
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(30px, 4vw, 50px);
}

#SponsBox .tabHeadline {
  font-size: clamp(1.75rem, 3vw, 2.3125rem);
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------- @16ev events -------------------------------------------- */

@media (min-width: 992px) {
  #infoBar {
    margin-top: -100px;
    z-index: 12;
    position: relative;
  }

  #infoBar > .row {
    background: #fff;
    max-width: 1170px;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }

  #infoBar .row,
  #infoBar .col-xs-12 {
    padding: 0;
    margin: auto;
  }
}

.logoWrapper {
  padding: 30px;
}

#ev16 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ev16 > .row > * {
  position: relative;
  z-index: 12;
}

#ev16 .tab {
  font-size: 0.875rem;
  color: #010101;
  padding: 25px 36px;
  background: #fefce2;
}

#ev16 .tab a {
  color: #010101;
}

#ev16 .tabHeadline {
  color: #010101;
  font-weight: 700;
  font-size: 1.5rem;
  background: #fefce2;
  margin: 0;
}

@media (min-width: 1200px) {
  #ev16 > .row {
    margin-left: 80px;
  }
}

#ev16 .events16Box {
  background: #e3ea90;
}

@media (min-width: 576px) {
  #ev16 .tab_link_entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #ev16 .tab_link_entry {
    width: calc(50% - 15px);
  }

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

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

@media (min-width: 768px) {
  #ev16 .tab_link_entry:is(:nth-child(3n + 2), :nth-child(3n + 3)) {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 1200px) {
  #ev16 .tab_link_entry:is(:nth-child(3n + 2), :nth-child(3n + 3)) {
    margin-left: 45px;
    padding-left: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 767px) {
  #ev16 .tab_link_entry + .tab_link_entry {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #ev16 .tab_link_entry:nth-child(2) {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}

#ev16 .tab_link,
#ev16 .tab_link > div {
  height: 100%;
  min-height: 100%;
}

#ev16 .tab_link_entry {
  font-size: 1rem;
  color: #010101;
  position: relative;
  max-width: calc(50% - 45px);
}

@media (max-width: 767px) {
  #ev16 .tab_link_entry {
    font-size: 1rem;
    color: #010101;
    position: relative;
    max-width: 100%;
  }
}
#ev16 .tab_link {
  padding: 25px 30px;
}

#ev16 .tab_link_title a {
  color: #010101;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}

#ev16 .tab_link_mandat a {
  color: #010101;
}

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

@media (min-width: 768px) {
  #ev16 .tab_link_mehr {
    position: absolute;
    top: 33px;
    right: 33px;
  }
}

@media (max-width: 767px) {
  #ev16 .tab_link_mehr {
    margin-top: 25px;
  }

  #ev16 .tab_link_mehr a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}

#ev16 .tab_link_mehr a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 3px;
  padding: 3px 22px;
  background: #000000;
  transition:
    color 300ms linear,
    background 300ms linear;
}

#ev16 .tab_link_mehr a:hover,
#ev16 .tab_link_mehr a:focus {
  color: #010101;
  background: #e3ea90;
}

/* -------------------------------------------- footer ------------------------------------------ */

#footer {
  font-size: 1.0625rem;
  padding: 40px 0;
  background: #fff47f;
}

#footer > .row {
  row-gap: 20px;
}

@media (max-width: 767px) {
  #contact .footerTab{
border-bottom: solid 1px rgba(25, 25, 25,0.5) !important;
padding-bottom: 20px;;
  }


}

/* -------------------------------------------- social ------------------------------------------ */

#social {
  line-height: 1.2;
}

#social :is(img + img, img + a, a + a, a + img) {
  margin-left: 10px;
}

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

#innerfooter {
  font-size: 1.0625rem;
  padding: 4px 0;
}

@media (min-width: 768px) {
  * + #innerfooter {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px rgba(0, 0, 0, 0.3) solid;
  }
}

#innerfooter a {
  color: #191919;
  text-decoration: none;
  display: inline-block;
}

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

#innerfooter a + a {
  margin-left: clamp(15px, 3vw, 52px);
}

/* ---------------------------------------------- contact --------------------------------------- */

#contact {
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(30px, 4vw, 50px);
  background: #e3ea90;
}

#contact > .row {
  row-gap: 30px;
}

#contact .footerTab {
  font-size: clamp(1rem, 1vw, 1.125rem);
}

#contact .footerTab a {
  color: #7c1f03;
}

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

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

#vernetzt {
  display: inline-block;
  font-size: 1rem;
  color: #191919;
  line-height: 1.3;
  text-decoration: none;
}

#vernetzt span {
  display: block;
}

#vernetzt img {
  margin-bottom: 8px;
}
