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

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

body {
  font-family: "Comic Neue", cursive;
  color: #4d2700;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  /* 1rem = 16px */
  line-height: 1.5;
}

a {
  color: #ad2e14;
}

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

b,
strong {
  font-weight: 700;
}

#over {
  overflow: hidden;
  position: relative;
}

.staticElement {
  position: static;
}

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

#contactRow,
#topbar {
  background: #fed519;
  color: #4d2700;
  padding: 11px 0;
}

:is(#contactRow, #topbar) a {
  color: #4d2700;
  text-decoration: underline;
}

#contactRow > .row > div {
  display: grid;
  row-gap: 10px;
}

.address,
.phone,
.mail {
  padding-left: 20px;
  font-size: 0.875rem;
  position: relative;
  background: url(../img/icon-standort.png) center left no-repeat;
}

@media (min-width: 768px) {
  .address,
  .phone,
  .mail {
    padding-left: 43px;
    background-position-x: left 18px;
  }
}

.mail {
  background-image: url(../img/icon-mail.png);
}

.phone {
  background-image: url(../img/icon-telefon.png);
}

@media (max-width: 991px) {
  #topbar {
    min-height: 65px;
    padding-right: 80px;
  }
}

#topbar > .row > div {
  column-gap: 30px;
  padding-left: 66px;
}
#topbar > .row > div > * + * {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

#logo .logoTxt {
  line-height: 1.2;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #ad2e14;
  font-weight: 600;
  font-family: "Fredoka", sans-serif;
  text-align: center;
}

@media (min-width: 992px) {
  .logoImg {
    text-align: center;
    margin: auto;
  }
  #logo img {
    max-width: 100%;
    transition: max-width 300ms linear;
    margin: auto;
  }
  .is-sticky #logo img {
    max-width: 40%;
  }

  #logo {
    position: absolute;
    background-color: #fff;
    display: block;
    padding-top: 3px;
    padding-bottom: 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 20px 20px 0px rgba(26, 26, 26, 0.12);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(26, 26, 26, 0.12);
    -moz-box-shadow: 0px 20px 20px 0px rgba(26, 26, 26, 0.12);
    top: -124px;
    transition: top 300ms linear;
  }
  .is-sticky #logo {
    top: -58px;
  }
}

@media (min-width: 1200px) {
  #logo {
    top: -103px;
  }
  #logo img {
    max-width: 100%;
    transition: max-width 300ms linear;
    margin: auto;
  }
  .is-sticky #logo img {
    max-width: 40%;
  }
  .is-sticky #logo {
    top: -58px;
  }
}
/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
  nav.horizontally {
    padding: 12px 0;
    position: relative !important;
  }

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

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

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

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    background: rgba(255, 255, 255, 0.95);
    padding: 28px 0 20px 0;
    transition: box-shadow 300ms linear;
  }

  .is-sticky nav.horizontally {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }

  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: 50%;
    transform: translate(-50%);
    z-index: 1000;
  }

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

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

  nav.horizontally .navbar-nav li :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
    display: block !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms linear;
  }

  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: #4d2700;
  font-weight: 600;
  text-align: left;
  padding: 10px 35px 15px 20px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
}

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

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

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

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

/* secondlevel + thirdlevel dropdown-box */

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

@media (max-width: 991px) {
  nav.horizontally [class*="toplevel"] ul {
    box-shadow: 0 15 20px 0 rgba(0, 0, 0, 0.2);
  }

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

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

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

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #4d2700;
  font-weight: 700;
  text-align: center;
  padding: 9px 25px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  hyphens: auto;
  font-family: "Comic Neue", cursive;
}

@media (max-width: 991px) {
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    text-align: left;
    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) {
  color: #ad2e14;
}

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

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

#headerpic #slider {
  height: clamp(300px, 65vw, 450px);
}

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

@media (min-width: 576px) and (max-width: 991px) {
  #headerpic .nivo-controlNav {
    text-align: left;
    padding-left: 15px;
    max-width: 35vw;
  }
}

@media (min-width: 992px) {
  .index #headerpic #slider {
    height: clamp(450px, 75vw, 750px);
  }

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

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

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

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

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

#headerpic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/mask-nav.png) repeat-x top left, url(../img/slider-mask.png) no-repeat bottom center / 100% auto;
  pointer-events: none;
  display: block;
  z-index: 6;
}

#headerpic .nivo-main-image {
  min-height: 100% !important;
}

.index #headerpic .slider-mask {
  display: block;
  background: linear-gradient(to top, #fed519, transparent 30%);
}

@media (min-width: 992px) {
  .index #headerpic .slider-mask {
    background: linear-gradient(to left, #fed519, transparent 35%);
  }
}

/* banner tab */

.bannerTab {
  background: url(../img/bg-overlay.svg) center / 100% 100% no-repeat;
  padding: 60px;
  display: inline-block;
  position: relative;
  z-index: 12;
  margin: 0 auto 40px auto;
}

@media (max-width: 575px) {
  .bannerTab {
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 20px;
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  div.col-xs-12:has(.bannerTab) {
    margin-top: -250px;
  }
}

@media (min-width: 992px) {
  .bannerTab {
    width: calc(100% + 60px);
    right: 60px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .bannerTab {
    width: calc(100% + 100px);
    max-width: 690px;
    right: 8vw;
  }
}
.bannerTab.specialHeadline {
  color: #4d2700;
  font-family: "Comic Neue", cursive;
  font-weight: 700;
}

.bannerTab.specialHeadline :is(h1, h2, h3, h4, h5, h6) {
  color: #4a3a26;
  margin: clamp(10px, 2vw, 25px) 0 0 0;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

.bannerTab.specialHeadline :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
  font-size: clamp(1.875rem, 4vw, 4.375rem);
  color: #ad2e14;
  font-weight: 600;
  display: block;
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  line-height: 0.9;
}

.bannerTab a:not(.has-image):not([rel]) {
  display: inline-block;
  font-size: 1.25rem;
  color: #4d2700;
  background: #fed519;
  padding: 4px clamp(18px, 2vw, 30px) 6px clamp(18px, 2vw, 30px);
  text-decoration: none;
  margin-top: clamp(20px, 3vw, 45px);
  font-weight: 700;
  border-radius: 4px;
}

.bannerTab a:not(.has-image):not([rel]):is(:hover, :focus) {
  background: #fbe685;
}

@media (max-width: 575px) {
  .bannerTab::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    display: block;
    border: 3px dashed #ffffff;
    border-radius: 30px;
  }

  .bannerTab::after {
    right: -45px;
    bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .bannerTab > .row {
    position: relative;
  }
  .bannerTab {
    padding: clamp(80px, 8vw, 90px) clamp(50px, 10vw, 150px) clamp(80px, 17vw, 300px) clamp(50px, 10vw, 150px);
  }
  .bannerTab > .template-page .row::after {
    content: "";
    pointer-events: none;
    background: url(../img/logo-kita-sonnenschein-banner.png) bottom center / contain no-repeat;
    width: clamp(300px, 17vw, 322px);
    height: 325px;
    position: absolute;
    top: 240px;
    left: 66px;
    display: block;
    right: 0;
  }
  .bannerTab::before {
    content: "";
    pointer-events: none;
    background: url(../img/blumen-banner-links.png) top left / contain no-repeat;
    width: clamp(100px, 17vw, 120px);
    height: 114px;
    position: absolute;
    top: 140px;
    left: 10px;
    display: block;
  }
  .bannerTab::after {
    content: "";
    pointer-events: none;
    background: url(../img/blumen-banner-rechts.png) bottom right / contain no-repeat;
    width: clamp(100px, 15vw, 135px);
    height: 122px;
    right: -32px;
    bottom: 189px;
    display: block;
    position: absolute;
    pointer-events: none;
  }
}
/* #endregion ---------------------------------- banner ----------------------------------------- */

/* #region -------------------------------------- tabs ------------------------------------------ */

#tabs {
  padding: clamp(60px, 8vw, 70px) 0 clamp(40px, 8vw, 80px) 0;
}

@media (min-width: 1200px) {
  #tabs {
    background: url(../img/blumen-links-tab.png) top 145px right calc(50% + 595px) no-repeat, url(../img/sonne.png) top 90px left calc(50% + 550px) no-repeat;
  }
}

#tabs > .row {
  row-gap: clamp(15px, 3vw, 35px);
}

#tabs .tabHeadline {
  padding-top: 109px;
  background: url(../img/icon-adresse.png) center top no-repeat;
  color: #ad2e14;
  font-size: 1.5rem;
}

#tabs .tabOne .tabHeadline {
  color: #ad2e14;
  background-image: url(../img/icon-open.png);
}

#tabs .tabThree .tabHeadline {
  color: #ad2e14;
  background-image: url(../img/icon-kontakt.png);
}

#tabs .tab {
  padding: 25px 30px 30px 30px;
  background: #fbe685;
  font-size: 1rem;
  border-radius: 40px;
  min-height: 100%;
  position: relative;
  color: #4d2700;
  font-family: "Comic Neue", cursive;
  font-size: 1rem;
  font-weight: 400;
}

#tabs .tabOne {
  background: #fbe9e9;
}

#tabs .tabThree {
  background: #fbe9e9;
}

#tabs > .row > div:nth-of-type(2) .tab::before {
  content: "";
  pointer-events: none;
  background: url(../img/tabs/beeren.png) no-repeat center;
  width: 127px;
  height: 89px;
  position: absolute;
  bottom: -20px;
  left: -100px;
}

#tabs .specialHeadline {
  font-size: 1.25rem;
  color: #4d2700;
  font-weight: 700;
}

/* #endregion ----------------------------------- tabs ------------------------------------------ */

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

#content {
  text-align: left;
  padding-bottom: clamp(40px, 8vw, 80px);
}

body:not(.index) #content {
  padding-top: 40px;
}

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

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

.specialHeadline :is(h2, h3),
h1,
.h1,
.legacy_h1 {
  font-size: clamp(2.8125rem, 6vw, 3.125rem);
}

#feedback .specialHeadline :is(h2, h3),
h2,
.h2,
.legacy_h2 {
  font-size: clamp(2.5rem, 5.5vw, 2.8125rem);
}

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

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

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

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

.specialHeadline {
  color: #4d2700;
}

.specialHeadline :is(h2, h3) {
  margin-top: 0;
}

.specialHeadline.color-invert {
  color: #ad2e14;
}

.specialHeadline.color-invert :is(h1, h2, h3, h4, h5, h6) {
  color: #4d2700;
}

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

#ev19 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
}

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

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

@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 {
  text-transform: uppercase;
  position: relative;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  color: #4d2700;
  font-weight: 600;
  line-height: 0.8;
  margin: 0 0 -3px 0;
}

#EventsDekoHeadline {
  position: relative;
  text-transform: uppercase;
  color: #ad2e14;
  font-weight: 600;
  line-height: 0.9;
  font-size: clamp(2.8125rem, 4vw, 3.75rem);
  margin: 0;
  z-index: 0;
}

#eventsBox {
  padding: 80px 70px 25px 100px;
  background-color: #fbe9e9;
  border-radius: 40px;
  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: #4d2700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-family: "Comic Neue", cursive;
}

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

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

#eventsList .tab_link_title a {
  color: #4d2700;
  font-weight: 700;
}

#eventsList .tab_link_mandat a {
  color: #4d2700;
}

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

#eventsList .tab_link_mehr a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  color: #4d2700;
  padding: 8px 20px;
  background-color: #fed519;
  font-weight: 700;
}

#eventsList .tab_link_mehr a:hover,
#eventsList .tab_link_mehr a:focus {
  background-color: #fbe685;
}

@media (min-width: 1200px) {
  #eventsBox > .row::after {
    content: "";
    position: absolute;
    background: url(../img/blumen-termine-rechts.png) no-repeat;
    width: 107px;
    height: 105px;
    bottom: -95px;
    z-index: 0;
    pointer-events: none;
    right: -175px;
    display: block;
  }
  #ev19 > .row::after {
    content: "";
    position: absolute;
    background: url(../img/blumen-termine-links.png) no-repeat;
    width: 107px;
    height: 105px;
    top: -147px;
    z-index: 0;
    pointer-events: none;
    left: -100px;
    display: block;
  }
}
/* #region -------------------------------------- footer ---------------------------------------- */

footer {
  background: #fed519;
  padding: 28px 0 10px 0;
  color: #4d2700;
}

footer hr {
  border-color: #4b2801;
  opacity: 0.3;
  margin: 36px 0 20px 0;
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #4d2700;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
}

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

#innerfooter li + li {
  margin-left: clamp(15px, 5vw, 100px);
}

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

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

#vernetzt {
  gap: 20px;
  text-align: left;
  font-size: 0.875rem;
  color: #4b2801;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

#vernetzt :is(b, strong) {
  color: #4b2801;
  font-weight: 700;
}

#vernetzt span span {
  display: block;
}
