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

body {
  font-family: "cambay-regular", sans-serif;
  color: #494b63;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

a {
  color: #2d5d6c;
  text-decoration: underline;
}

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

b,
strong {
  font-weight: 700;
  font-family: "cambay-bold", sans-serif;
}

:is(header, #leistungen, #team, #feedback, #termin) {
  overflow: hidden;
  position: relative;
}

#overflow {
  overflow: clip;
}

/* #region --------------------------------- buttonStyle ---------------------------------------- */

#aktuelles .tab_link_mehr a,
:is(.buttonStyle, .buttonStyleNeutral) a:not(.has-image):not([rel]):not(.nivo-directionNav > a) {
  background: #2d5d6c;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "cambay-bold", sans-serif;
  padding: 15px 20px 13px 20px;
  transition: all 300ms;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #options .buttonStyle a + a {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  #options .buttonStyle a {
    display: block;
  }
}
@media (max-width: 767px) {
  #options .buttonStyle a {
    text-align: center;
  }

  #options .button1 {
    margin-bottom: 15px !important;
    display: inline-block;
  }
  #options {
    justify-content: center;
    display: grid;
  }
}
.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):is(:focus, :hover) {
  background: #e6ab2c;
  color: #222222;
  text-decoration: none;
}

.buttonStyleNeutral a:not(.has-image):not([rel]):not(.nivo-directionNav > a) {
  background: #ffffff;
  color: #2d5d6c;
  text-decoration: none;
}

.buttonStyleNeutral a:not(.has-image):not([rel]):not(.nivo-directionNav > a):is(:focus, :hover) {
  background: #fff;
  color: #9c620d;
  text-decoration: none;
}

/* specific buttons */

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

#termin .buttonStyleNeutral a:not(.has-image):not([rel]) {
  font-size: inherit;
}

/* #endregion ------------------------------ buttonStyle ---------------------------------------- */

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

#wortmarke {
  color: #222222;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.2;
  margin-left: 15px;
}

#wortmarke :is(b, strong) {
  color: #222222;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

#wortmarke :is(i, em) {
  color: #222222;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
}

a#wortmarke :is(:hover, :focus) {
  text-decoration: none;
}
/* #region ----------------------------------- options ------------------------------------------ */

#options {
  font-size: 0.875rem;
  line-height: 1.2;
  gap: 20px;
}

/* buttons */

.button1 {
  background: #ffffff;
  padding: 16px 20px 16px 45px;
  position: relative;
  box-shadow: 0 2px 6px rgba(75, 89, 227, 0.2);
  transition: all 300ms;
  border-radius: 8px;
}

.button1:is(:hover, :focus-within) {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.button1 a {
  text-decoration: underline;
}

.button1::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23e6ab2c" height="48" viewBox="0 -960 960 960" width="48"><path d="M777-487q-5-121.325-89.291-205.551Q603.418-776.778 482-781.778V-842q73 2 136.5 30.5T730-735q48 48 76.5 111.5T837-487h-60Zm-170 0q-5-50-40-84.5T482-611v-60q75 5 127.5 57T667-487h-60Zm188 367q-116 0-236.5-56T335-335Q232-438 176-558.5T120-795q0-19 13-32t32-13h140q14 0 24 10t14 25l27 126q2 14-.5 25.5T359-634L259-533q26 44 55 82t64 72q37 38 78 69.5t86 55.5l95-98q10-11 23-15t26-2l119 26q15 4 25 16t10 27v135q0 19-13 32t-32 13Z"/></svg>') center / 24px auto no-repeat;
  display: block;
  left: 0;
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 50px;
}

.button1:is(:hover, :focus-within)::before {
  animation: shake 1s ease 1;
}

/* #endregion -------------------------------- options ------------------------------------------ */

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

nav.horizontally {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

nav.horizontally > .row {
  row-gap: 20px;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
  nav.horizontally {
    position: static !important;
  }

  #burgerButton {
    font-size: 0;
    border: none !important;
    display: block;
    height: 50px;
    width: 60px;
    border-radius: 8px;
    padding: 6px 8px;
    cursor: pointer;
    background-color: #2d5d6c;
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #ffffff;
    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: #ffffff;
    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;
    right: 15px;
    top: 15px;
    z-index: 101;
  }

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

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    padding: 10px 0 20px 0;
    transition: padding 200ms linear;
  }

  .is-sticky nav.horizontally {
    padding: 10px 0 10px 0;
  }

  nav.horizontally .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2px;
    margin-top: -8px;
    transition: margin-top 200ms linear;
  }

  .is-sticky nav.horizontally .navbar-nav {
    margin-top: 12px;
  }

  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: #222222;
  font-weight: 700;
  padding: 12px 15px;
  position: relative;
  text-align: left;
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "cambay-bold", sans-serif;
}

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

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

  nav.horizontally li[class*="toplevel"] + li {
    margin-left: 5px;
  }

  nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
    content: "";
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    border-radius: 1px;
    display: block;
    position: absolute;
    right: 13px;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    height: 6px;
    width: 6px;
    transition: border 300ms linear;
  }
}

/* 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) {
  background: #f4f2ec;
  color: #9c620d;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
}

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

  nav.horizontally [class*="secondlevel"] > ul {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  nav.horizontally [class*="toplevel"] ul {
    border-radius: 20px;
  }

  nav.horizontally [class*="toplevel"] > ul {
    margin-top: 40px;
  }

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

  nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::before {
    content: "";
    display: block;
    position: absolute;
  }

  nav.horizontally [class*="toplevel"] > ul::before {
    height: 40px;
    left: 0;
    right: 0;
    top: -40px;
  }

  nav.horizontally [class*="secondlevel"] > ul::before {
    bottom: 0;
    left: -40px;
    top: 0;
    width: 50px;
  }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #222222;
  font-weight: 400;
  text-align: left;
  padding: 12px 15px 7px 15px;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 8px;
}

@media (max-width: 991px) {
  nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
    padding-right: 35px;
  }
}

/* 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) {
  background: #f4f2ec;
  color: #2d5d6c;
}

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

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

#slider {
  max-height: clamp(300px, 42vw, 400px);
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
  body.index #headerpic .nivo-controlNav {
    bottom: 70px;
  }
}

@media (min-width: 992px) {
  body.index #slider {
    max-height: clamp(400px, 55vw, 530px);
  }

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

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

#headerpic {
  padding: 30px 0 clamp(40px, 6vw, 80px) 0;
  z-index: 2;
  background: #f4f2ec;
}

@media (min-width: 992px) {
  #headerpic {
    padding-top: 0;
  }
}

#headerpic > .row:first-child {
  max-width: 1400px;
  width: 100%;
}

#headerpic > .row:not(#bannerTabs)::before {
  content: "";
  position: absolute;
  background: url(../img/wasserzeichen-hand-banner.png) no-repeat;
  width: 311px;
  height: 299px;
  top: 70px;
  z-index: 0;
  pointer-events: none;
  left: -260px;
  display: block;
}

#headerpic > .row:not(#bannerTabs)::after {
  content: "";
  position: absolute;
  background: url(../img/giraffe.png) no-repeat;
  width: 228px;
  height: 473px;
  bottom: -236px;
  z-index: 0;
  pointer-events: none;
  right: -240px;
  display: block;
}

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

.slider-mask {
  display: none;
}

/* Banner-Tabs */

#bannerTabs {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #bannerTabs {
    margin-top: -60px;
  }
}

#bannerTabs,
#bannerTabs .tab1 > .row {
  row-gap: 30px;
}

#bannerTabs a {
  text-decoration: underline;
}

#bannerTabs .tab {
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 100%;
  padding: 40px 40px 40px 30px;
  position: relative;
  z-index: 12;
  color: #222222;
}

#bannerTabs .tab1 {
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#bannerTabs .tab1 :is(h1, h2, h3, h4, h5, h6) {
  color: #9c620d;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #bannerTabs .tab1 > .row > *:not(:last-child) {
    padding-right: 30px;
  }
  #bannerTabs .tab1 > .row > * + * {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 30px;
  }
}

#bannerTabs .tab2 {
  background: #e6ab2c;
  color: #222222;
}

#bannerTabs .tab2,
#bannerTabs .tab2 :is(h1, h2, h3, h4, h5, h6, a) {
  color: #222222;
}

/* Banner-Tabs icon */

#bannerTabs .tab::before {
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 37px;
}

#bannerTabs .tab:is(:hover, :focus-within)::before {
  animation: shake 1s ease 1;
}

#bannerTabs .tab1::before {
  background: url(../img/icon-hand-orange.png) no-repeat;
}

#bannerTabs .tab2::before {
  background: url(../img/icon-hand-weiss_.png) no-repeat;
}

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

/* ------------------------------------------ ICONS Shake --------------------------------------- */

@keyframes shake {
  40%,
  60% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  100% {
    transform: scale(1);
  }
}

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

#content {
  text-align: left;
  padding-bottom: clamp(40px, 7vw, 100px);
  padding-top: 40px;
}

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

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

h1,
.h1,
.legacy_h1,
:is(#feedback .tabHeadline, #termin) :is(h1, h2) {
  font-size: clamp(1.75rem, 4vw, 2rem);
}

h2,
.h2,
.legacy_h2,
:is(#leistungen, #team) :is(h1, h2) {
  font-size: clamp(1.6875rem, 3.5vw, 1.875rem);
}

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

#bannerTabs .tab .tabHeadline,
#team .member :is(h3, h4, h5, h6),
#footer :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.125rem;
}

main :is(h1, h2) {
  margin-bottom: 25px;
}

:is(h1, h2, h3) :is(i, em) {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
  font-style: normal;
  font-family: "cambay-regular", sans-serif;
  display: block;
}

/* #region ---------------------------------- leistungen ---------------------------------------- */

#leistungen {
  padding-bottom: clamp(40px, 7vw, 100px);
  position: relative;
  z-index: 1;
  color: #222222;
}

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

@media (min-width: 1200px) {
  #leistungen > .row::before {
    content: "";
    position: absolute;
    background: url(../img/elefant.png) no-repeat;
    width: 296px;
    height: 226px;
    bottom: -40px;
    z-index: 0;
    pointer-events: none;
    left: -220px;
    display: block;
  }
}

/* list */

#leistungen ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#leistungen ul li {
  background: transparent;
  padding: 5px 0 5px 20px;
  position: relative;
}

#leistungen ul li::before {
  content: "";
  background: transparent;
  border: 2px solid #e6ab2c;
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
}

/* banner */

@media (min-width: 992px) {
  #leistungen .picture {
    min-height: 400px;
  }
}

#leistungen .picture {
  min-height: 400px;
}

#leistungen .picture .banner {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

#leistungen .picture .banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#leistungen .picture .banner:nth-child(1) {
  max-width: 470px;
  height: clamp(350px, 87%, 544px);
  margin-left: -100px;
  background: #e6ab2c;
  margin-bottom: clamp(30px, 5vw, 70px);
}

#leistungen .picture .banner:nth-child(1) img {
  opacity: 0.15;
}

#leistungen .picture .banner:nth-child(2) {
  max-width: 440px;
  width: calc(100% - 30px);
  height: clamp(250px, 55%, 335px);
  background: #edeefc;
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 0;
}

/* #endregion ------------------------------- leistungen ---------------------------------------- */

/* #region ------------------------------------- team ------------------------------------------- */

#team {
  background: #f4f2ec;
  padding: clamp(40px, 6vw, 80px) 0;
  position: relative;
  color: #222222;
}

@media (min-width: 1200px) {
  #team > .row::before {
    content: "";
    position: absolute;
    background: url(../img/wasserzeichen-hand-tabbereich.png) no-repeat;
    width: 427px;
    height: 379px;
    bottom: -80px;
    z-index: 0;
    pointer-events: none;
    right: -364px;
    display: block;
  }
}

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

@media (min-width: 992px) {
  #team > .row > div:nth-child(1) {
    padding-right: 45px;
  }
}

#team .member {
  font-size: 1rem;
  margin-top: clamp(30px, 4vw, 50px);
  color: 222222;
}
#team .member :is(b, strong) {
  color: #2d5d6c;
  font-size: 1.125rem;
  font-family: "cambay-bold", sans-serif;
  font-weight: 700;
}

#team .member :is(h3, h4, h5, h6) {
  margin-bottom: 5px;
}
#team .banner {
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  height: 100% !important;
}

#team .banner img {
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  #team .banner {
    justify-content: center;
    display: flex;
  }
}
/* #endregion ---------------------------------- team ------------------------------------------- */

/* #region ------------------------------------ zitat ---------------------------------------- */

#zitat {
  padding: clamp(40px, 7vw, 100px) 0;
}

#zitat > .row {
  row-gap: 25px;
}
@media (min-width: 1200px) {
  #zitat > .row::before {
    content: "";
    position: absolute;
    background: url(../img/krokodil.png) no-repeat;
    width: 442px;
    height: 92px;
    bottom: 0;
    top: -30px;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    right: -270px;
    display: block;
  }
}

#zitat {
  color: #9c620d;
  font-size: clamp(1.875rem, 4vw, 2.1875rem);
  font-family: "cambay-bold", sans-serif;
  font-weight: 700;
  line-height: 1;
}
#zitat :is(i, em) {
  font-family: "cambay-regular", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 1rem;
  font-style: normal;
}

/* #endregion --------------------------------- feedback ---------------------------------------- */

/* #region ------------------------------------- termin ----------------------------------------- */

#termin {
  z-index: 0;
  background: linear-gradient(to bottom, #fff 50%, #f4f2ec 50%);
  padding: 0 15px;
  position: relative;
}

#termin > .row {
  background: #e6ab2c;
  border-radius: 20px;
  z-index: 2;
}

@media (min-width: 1200px) {
  #termin > .row::after {
    content: "";
    position: absolute;
    background: url(../img/fisch.png) no-repeat;
    width: 214px;
    height: 108px;
    bottom: 40px;
    z-index: 0;
    pointer-events: none;
    left: 330px;
    display: block;
  }
}

@media (min-width: 768px) {
  #termin > .row::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: center / cover no-repeat;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (min-width: 1200px) {
  #termin > .row {
    max-width: 1170px;
    width: 100%;
    z-index: 2;
  }
}

#termin .tab {
  padding: clamp(40px, 5vw, 70px) clamp(30px, 4vw, 60px) clamp(40px, 7vw, 100px) clamp(30px, 4vw, 60px);
  z-index: 2;
}

#termin .tab,
#termin .tab :is(h1, h2, h3, h4, h5, h6) {
  color: #222222;
  z-index: 2;
}

#tabImg {
  background: center / cover no-repeat;
}

/* #endregion ---------------------------------- termin ----------------------------------------- */

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

#footer {
  font-size: 1rem;
  padding: clamp(40px, 6vw, 80px) 0 43px 0;
  background: #f4f2ec;
  position: relative;
}

@media (min-width: 1200px) {
  #footer > .row::before {
    content: "";
    position: absolute;
    background: url(../img/wasserzeichen-hand-footer.png) no-repeat;
    width: 628px;
    height: 592px;
    bottom: -53px;
    z-index: 0;
    pointer-events: none;
    left: -348px;
    display: block;
  }
}

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

#footer :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
}

#footer .footerTab a {
  text-decoration: underline;
}

#footer hr {
  background: rgba(0, 0, 0, 0.2);
  margin: clamp(30px, 3vw, 38px) 0;
  opacity: 1;
}

#footer .iframeTab {
  min-height: 250px;
}

#footer .iframeTab :is(.row, .row > *) {
  position: static !important;
}

#footer :is(.iframe-wrapper-manual-enabling, iframe) {
  width: 100% !important;
  min-width: 100% !important;
  border-radius: 20px;
}

@media (min-width: 768px) {
  #footer :is(.iframe-wrapper-manual-enabling, iframe) {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 100% !important;
    width: calc(100% - 30px) !important;
    min-width: calc(100% - 30px) !important;
  }
}

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

#innerfooter ul {
  padding: 0;
}

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

#innerfooter ul a:is(:hover, :focus) {
  text-decoration: underline;
  color: #2d5d6c;
}

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

  #innerfooter li + li::before {
    color: #9c620d;
    content: "•";
    margin: 0 10px;
  }
}

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

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

#footer #vernetzt {
  gap: 15px;
  text-align: left;
  font-size: 0.875rem;
  color: #222222;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

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