@import url("https://fonts.verwaltungsportal.de/import/?family=Oxygen:300,400,500,600,700,300i,400i,500i,600i,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Courgette:300,400,500,600,700,300i,400i,500i,600i,700i");

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

body {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  color: #2d2d2d;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

a {
  color: #008000;
}

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

b,
strong {
  font-weight: 700;
}

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

/* ------------------------------------------------ styler ---------------------------------------------- */

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

#style span {
  color: #2d2d2d;
  font-size: 1.125rem;
  padding-right: 10px;
}

#style button {
  padding: 0;
  border: none;
  color: #2d2d2d;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  background: transparent;
  position: relative;
  line-height: 1;
  transition:
    color 300ms linear,
    background 300ms linear;
}

#style button+button {
  margin-left: 3px;
}

#style button:hover,
#style button:focus {
  color: #fff;
  background: #008000;
}

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

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

@media (max-width: 991px) {
  #logoMobil img {
    max-width: calc(100vw - 120px);
    max-height: 50px;
    width: 100%;
  }

  #logoMobil .logo {
    position: fixed;
    top: 10px;
    left: 15px;
    z-index: 102;
  }
}

@media (min-width: 992px) {
  .logo {
    display: inline-block;
    position: absolute;
    z-index: 102;
    top: -35px;
  }
}

/* #region -------------------------------- zeiten - phone -------------------------------------- */

.zeiten,
.phone,
#button {
  display: inline-block;
  color: #2d2d2d;
  line-height: 1.2;
}

@media (min-width: 992px) {
  #button {
    margin-left: clamp(15px, 2vw, 35px);
  }
}

#contactTabs {
  background-color: #ffffff;
  padding: 33px 0 32px 0;
}

#button {
  font-size: 1rem;
}

#button a {
  display: inline-block;
  color: #2d2d2d;
  background-color: #fff;
  border: solid 2px #008000;
  padding: 14px 20px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
}

@media (max-width: 991px) {
  #button {
    margin-top: 10px;
    display: block;
  }
}

#button a:is(:hover, :focus) {
  background: #008000;
  color: #fff;
}

/* #endregion ----------------------------- zeiten - phone -------------------------------------- */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #menu {
    width: 100% !important;
  }
  #burgerButton {
    font-size: 0;
    border: none !important;
    position: absolute;
    z-index: 1002;
    display: block;
    width: 46px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 3px;
    right: 12px;
    top: 50%;
    margin-top: -20px;
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #008000;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 2px;
    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: 11px;
  }

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

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

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

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 70px;
    background: rgba(255, 255, 255, 1);
    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 {
    height: 55px;
    line-height: 1;
    padding: 10px 15px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown-toggle-button-wrapper,
  .dropdown-toggle-button-wrapper2 {
    z-index: 1;
  }

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

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

/* menu desktop */

@media (min-width: 992px) {
  #menu {
    background: rgba(255, 255, 255, 0.9);
  }

  #menu-sticky-wrapper {
    position: absolute;
    width: 100%;
  }

  #menu-sticky-wrapper::after {
    background: linear-gradient(90deg, rgba(228, 31, 38, 1) 0%, rgba(242, 229, 16, 1) 25%, rgba(107, 176, 36, 1) 50%, rgba(50, 116, 180, 1) 75%, rgba(227, 34, 126, 1) 100%);
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
  }

  .is-sticky #menu {
    left: unset !important;
    background: rgba(255, 255, 255, 1);
    border-bottom: #008000 solid 1px;
  }

  nav.horizontally .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  nav.horizontally .navbar-nav>li {
    flex-grow: 1;
  }

  nav.horizontally .navbar-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms linear;
  }

  nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
    left: 100%;
    top: 0;
  }

  nav.horizontally .navbar-nav li {
    position: relative;
  }

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

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
  color: #2d2d2d;
  font-weight: 700;
  text-align: left;
  padding: 10px 35px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (min-width: 992px) {
  nav.horizontally a[class*="toplevel"] {
    padding: 29px 15px 30px 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  nav.horizontally a[class*="toplevel"] {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    /* styles...*/

  }
}

nav.horizontally a[class*="toplevel"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  height: 2px;
  background-color: #014101;
  transition: width 300ms linear;
}

/* toplevel-over */

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

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
  background-color: #fafafa;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  nav.horizontally [class*="toplevel"]>ul {
    padding: 15px 0;
  }

  nav.horizontally [class*="secondlevel"]>ul {
    background-color: #fafafa;
  }
}

@media (min-width: 992px) {
  nav.horizontally [class*="toplevel"] ul {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow:
      0 0 4px 0 rgba(0, 0, 0, 0.2),
      inset 0 0 20px 0 rgba(0, 0, 0, 0.12);
  }

  nav.horizontally [class*="secondlevel"]>ul {
    margin-top: -10px;
    margin-left: 6px;
  }

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

/* secondlevel + thirdlevel */

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

@media (min-width: 992px) {
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    text-align: left;
    padding: 6px 25px;
  }

  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
    content: "\0007C";
    margin-right: 5px;
  }
}

@media (max-width: 991px) {

  nav.horizontally 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;
    /* styles...*/

  }
}

/* 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: #008000;
}

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

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

@media (max-width: 991px) {
  #social {
    border-top: 4px solid #ffffff;
    margin: 12px 0;
    padding-top: 12px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #social {
    padding-right: 15px;
    flex-shrink: 1;
    max-width: 200px;
    margin-top: 5px;
  }
}

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

#slider {
  height: clamp(350px, 46vw, 450px);
  position: relative;
}

@media (min-width: 768px) {
  body.index #slider .nivo-directionNav a {
    top: unset;
    bottom: 10px;
    z-index: 51;
  }
}

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

  body.index #slider .nivo-directionNav a {
    bottom: 110px;
  }
}

#headerpic {
  padding: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  #headerpic a.nivo-prevNav {
    left: 65px;
  }

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

.slider-mask {
  display: none;
}

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

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

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

#content::after {
  background: linear-gradient(90deg, rgba(228, 31, 38, 1) 0%, rgba(242, 229, 16, 1) 25%, rgba(107, 176, 36, 1) 50%, rgba(50, 116, 180, 1) 75%, rgba(227, 34, 126, 1) 100%);
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}

/* ----------------------------------------------- @19ev events -------------------------------------------- */

#ev19 {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    #ev19 {
        padding-top: 40px;
        padding-bottom: 130px;
    }
}

#ev19>.row::before {
    content: '';
    position: absolute;
    left: 0;
    top: -92px;
    width: 470px;
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1199px) {
    #ev19>.row::before {
        width: 370px;
        height: 370px;
    }
}

@media (max-width: 767px) {
    #ev19>.row::before {
        bottom: -92px;
        top: unset;
    }
}

#ev19 .ev19Box {
    position: relative;
}

#eventsHeadline {
    position: relative;
    font-size: 1rem;
    color: #2d2d2d;
    font-weight: 700;
    margin: 0 0 -3px 0;
    text-transform: uppercase;
    font-family: inherit;
}

#EventsDekoHeadline {
    position: relative;
    color: #008000;
    font-weight: 400;
    font-size: clamp(1.75rem, 4vw, 2.1875rem);
}

#eventsBox {
    padding: 80px 70px 25px 100px;
    background-color: #e5f2e5;
    margin-top: -5px;
}

@media (max-width: 991px) {
    #eventsBox {
        padding: 30px 30px 35px 30px;
        margin-top: -2px;
    }
}

#eventsKalender #clr-events-hide,
#eventsKalender .tab_link_mehr {
    display: none;
    height: 0;
}

#eventsKalender .eventclndr-tab {
    margin-bottom: 0;
    margin-top: 16px;
}

@media (max-width: 767px) {
    #eventsKalender .eventclndr-tab {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

#eventsList {
    position: relative;
    color: #2d2d2d;
    font-size: clamp(1rem, 2vw, 1.125rem);
}

#eventsList .tab_spacer {
    height: 0;
    display: none;
}

#eventsList .tab_link_entries {
    display: grid;
    gap: clamp(20px, 2vw, 30px);
}

#eventsList .tab_link_title a {
    color: #2d2d2d;
    font-weight: 700;
}

#eventsList .tab_link_mandat a {
    color: #2d2d2d;
}

#eventsList .tab_link_mehr {
    font-size: 0;
    position: relative;
    text-align: left !important;
}

/* #region ------------------------------------ news -------------------------------------------- */

#news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(40px, 6vw, 70px) 0;
}

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

#news .tab_link_entries {
  display: grid;

  gap: 30px;
  margin-top: 30px;
}

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

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

#news .tab_link_entry {
  font-size: 1rem;
  position: relative;
  box-shadow: 0 60px 30px -30px rgba(66, 58, 1, 0.2);
  background: #ffffff;
  padding: 230px 20px 70px 20px;
  border: none !important;
  color: #2d2d2d;
}

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

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

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

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

#news .tab_link_title a {
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  color: #008000;
  margin-bottom: 20px;
  line-height: 1.2;
}

#news .tab_date {
  font-size: 0.875rem;
}

#news .tab_link_entry .tab_link_mehr {
  font-size: 0;
}

#news .tab_link_entry .tab_link_mehr a {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  bottom: 20px;
  left: 20px;
  font-size: 0.875rem;
  color: inherit;
  padding: 7px 26px;
  background-color: #ffffff;
  border: 2px solid #008000;
  margin-top: 25px;
  transition: all 200ms linear;
  color: #2d2d2d;
}

#news .tab_link_entry .tab_link_mehr :is(a:hover, :focus) {
  background-color: #008000;
  color: #ffffff;
}

#news .tab_spacer {
  height: 5px;
}

@media (min-width: 1200px) {
  #news>.row::before {
    content: "";
    position: absolute;
    background: url(../img/hund-rennt-durch-tunnel.png) no-repeat;
    width: 545px;
    height: 349px;
    bottom: -70px;
    z-index: 0;
    pointer-events: none;
    right: -364px;
    display: block;
  }
}

.tabSpecialHeadline {
  font-size: 1rem;
}

.tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6) {
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin: 0;
  font-size: 2.1875rem;
}

.tabSpecialHeadline :is(i, em) {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.tabSpecialButton {
  font-size: 1rem;
}

.tabSpecialButton a,
#eventsList .tab_link_mehr a {
  display: inline-block;
  color: #2d2d2d;
  background: #008000;
  border: solid 2px #008000;
  padding: 14px 20px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 991px) {
  .tabSpecialButton {
    margin-top: 10px;
    display: block;
  }
}

.tabSpecialButton a:is(:hover, :focus),
#eventsList .tab_link_mehr a:is(:hover, :focus) {
  background: #fff;
  color: #2d2d2d;
}

#eventsList .tab_link_mehr a {
  margin-top: 20px;
}

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

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

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

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

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
  font-size: clamp(1.75rem, 4vw, 2.125rem);
}

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

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

/* ------------------------------------------- booking ------------------------------------------ */

#booking {
  padding: clamp(25px, 8vw, 58px) 0;
  background-color: #2d2d2d;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#booking>.row {
  padding-bottom: 30px;
}

#booking :is(h1, h2, h3) {
  color: #ffffff;
  font-size: clamp(1.875rem, 4vw, 38px);
  margin-bottom: 30px;
}

#booking :is(h4, h5, h6) {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  font-size: 1.25rem;
}

#booking a {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  padding: 16px 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin-top: clamp(20px, 3vw, 30px);
  border: solid 2px #ffffff;
}

#booking a:is(:hover, :focus) {
  background: #008000;
  color: #ffffff;
  border: solid 12x #ffffff;
}

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

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

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

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

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

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

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

#booking .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: rgba(0, 0, 0, 0.05);
  transition: width 200ms linear, height 200ms linear;
  z-index: -1;
}

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

@media (max-width: 767px) {

  #booking .slick-button::after,
  #booking .slick-button::after {
    width: 28px;
    height: 28px;
  }
}

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

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

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

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

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

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

#booking .slick-prev::before {
  content: "\2039";
}

#booking .slick-next::before {
  content: "\203A";
}

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

#booking .slick-animate-control {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 0;
  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");
}

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

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

#contact a {
  color: #fff;
  text-decoration: underline;
}

#contact a:is(:hover, :focus) {
  text-decoration: none;
}

#contact {
  background-color: #026102;
  color: #ffffff;
  position: relative;
}

#contact::after {
  background: linear-gradient(90deg, rgba(228, 31, 38, 1) 0%, rgba(242, 229, 16, 1) 25%, rgba(107, 176, 36, 1) 50%, rgba(50, 116, 180, 1) 75%, rgba(227, 34, 126, 1) 100%);
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}

@media (max-width: 767px) {
  #contact {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  #contact .row>*:nth-child(1)+* {
    margin-top: 15px;
  }
}

#contact .row>*:nth-child(1) .contactTab {
  background-color: rgba(250, 250, 250, 0.1);
  padding-left: 25px;
  padding-right: 25px;
  hyphens: auto;
}

.contactTab {
  padding: clamp(15px, 4vw, 50px) 0;
  min-height: 100%;
}

.contactTab .tabHeadline {
  margin-bottom: 20px;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 400;
}

#footer {
  background-color: #014101;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contactTab :is(iframe, .iframe-wrapper-manual-enabling) {
  min-width: 100% !important;
  width: 100% !important;
  display: block;
}

.contactTab.tab2 {
  line-height: 2;
}

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

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
}

#innerfooter a:is(:hover, :focus) {
  color: #fff;
  background-color: #008000;
}

#innerfooter ul {
  padding: 0;
}

@media (min-width: 500px) {
  #innerfooter li {
    display: inline-block;
  }

  #innerfooter li+li {
    margin-left: clamp(10px, 2vw, 20px);
  }
}

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

#vernetzt {
  gap: 14px;
  text-align: left;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 991px) {
  #vernetzt {
    margin: 20px 0;
  }
}

#vernetzt span span {
  display: block;
}

/* ----------------------------------------- scroll top ----------------------------------------- */

#scroll-top {
  font-size: 0;
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  transition: border-radius 300ms linear;
}

#scroll-top:is(:hover, :focus) {
  border-radius: 50%;
}

#scroll-top::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #014101 transparent;
}