:root {
  --dark-slate-blue: #333e69;
  --yellow-green: #a7ce4f;
  --dark: #2d3140;
  --pink: #f4c3d6;
  --white-smoke: #e6e9ec;
  --silver: #b4c1c4;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333e69;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.body {
  color: #333e69;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-big {
  font-size: 17px;
  font-weight: 500;
}

.paragraph-big.white {
  color: #ffffffbf;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
}

.paragraph-big.centered {
  text-align: center;
  max-width: 40ch;
}

.paragraph-big.anschrift {
  margin-bottom: 30px;
}

.paragraph {
  max-width: 50ch;
  font-weight: 400;
}

.paragraph.white {
  color: #ffffffb3;
}

.paragraph.small {
  color: var(--dark-slate-blue);
  font-size: 13px;
  overflow: hidden;
}

.paragraph.small.datum {
  text-align: right;
  letter-spacing: 1px;
  font-weight: 600;
  position: absolute;
  inset: auto 20px 12px auto;
}

.paragraph.small.mehr-lesen {
  text-align: right;
  letter-spacing: 1px;
  font-weight: 600;
  position: absolute;
  inset: auto auto 12px;
}

.paragraph.centered {
  text-align: center;
}

.label {
  font-size: 13px;
  font-weight: 500;
}

.div-paragraph {
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  display: flex;
}

.heading-h1 {
  color: var(--yellow-green);
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.2;
}

.heading-h1.white {
  color: #fff;
}

.heading-h2 {
  font-size: 28px;
}

.heading-h2.white {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.heading-h2.centered {
  text-align: center;
  line-height: 1.2;
}

.div-buttons {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  background-color: var(--yellow-green);
  color: #333e69;
  border: 2.5px solid #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .3s, color .3s, background-color .3s;
  display: flex;
  position: static;
  inset: 20px auto auto 20px;
}

.button:hover {
  background-color: var(--dark);
  color: #fff;
  box-shadow: 0 1px 9px -2px #284577;
}

.button.secondary {
  border: 2.5px solid var(--yellow-green);
  color: var(--yellow-green);
  background-color: #0000;
  transition: background-color .2s, color .2s;
}

.button.secondary:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--dark);
  box-shadow: 0 1px 9px -2px #a7ce4f;
}

.button.tertiary {
  background-color: #fff;
  border: 1px #000;
}

.button.tertiary:hover {
  box-shadow: none;
  color: var(--yellow-green);
}

.button.dark:hover {
  border-color: var(--yellow-green);
  color: #fff;
  background-color: #0000;
}

.button.login {
  position: absolute;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-secondary {
  border: 2.5px solid var(--yellow-green);
  color: var(--yellow-green);
  background-color: #0000;
  border-radius: 40px;
  align-items: flex-start;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button-secondary.login {
  color: #fff;
  border-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  inset: auto auto 30px 30px;
}

.button-secondary.login:hover {
  color: var(--dark);
  background-color: #fff;
}

.baustelle-hero-section {
  background-image: linear-gradient(#0f163557, #0f163557), url('../images/Stünkels-Gartenparadies-Baustelle-Hero-Bild.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container.newspage, .container.impressum {
  align-items: flex-start;
}

.logo-hero {
  margin-bottom: 60px;
}

.divider {
  background-color: var(--yellow-green);
  border-radius: 20px;
  width: 60%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider.pink {
  background-color: var(--pink);
  width: 20%;
}

.divider.kurz {
  border-radius: 0;
  width: 30%;
  height: 8px;
}

.divider._80 {
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-wrapper-hero {
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.link {
  color: #6c7779;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.wrapper-adresse {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.link-2 {
  color: #ffffffbf;
  font-weight: 700;
  text-decoration: none;
}

.hero-section {
  background-image: linear-gradient(#2d314099, #2d314099), url('../images/IMG-20240421-WA0014.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.hero-section.small {
  height: 50vh;
}

.scroll-down-hero {
  border-top: 1px #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 4px #fff;
  border-radius: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 0% 9% 50%;
  transform: rotate(-45deg);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--yellow-green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--yellow-green);
}

.nav-link.hide {
  display: none;
}

.nav-link.hide.w--current {
  display: block;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--yellow-green);
  color: var(--dark);
  border-radius: 50px;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.kontur:hover {
  border: 2px solid var(--yellow-green);
  background-color: #0000;
}

.navbar-no-shadow {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #2d2f36bf;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: block;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
}

.nav-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.flexbox-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section.light {
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.blue {
  background-color: var(--dark);
  color: #fff;
  min-height: 45vh;
}

.section.news {
  background-color: #fff;
}

.section.newspage {
  padding-top: 120px;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  margin-top: 25px;
  display: flex;
}

.map {
  width: 100%;
  height: 100%;
}

.container-main {
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  padding: 15px;
  display: flex;
}

.heading {
  max-width: 20ch;
  margin-bottom: 30px;
}

.heading-2 {
  text-align: center;
}

.section-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.div-block-2 {
  background-color: var(--pink);
  width: 100px;
  height: 2px;
  margin-top: 20px;
}

.flexbox-news-cards {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.news-card {
  height: 100%;
  box-shadow: none;
  color: var(--dark);
  background-color: #fff;
  border: 3px solid #ececec;
  border-radius: 20px;
  padding: 20px 20px 55px;
  text-decoration: none;
  transition: transform .12s, box-shadow .12s;
  position: relative;
}

.news-card:hover {
  transform: translate(0, -7px);
  box-shadow: -4px 12px 20px -8px #0000002b, 0 1px 4px -12px #15182233;
}

.titelbild-newscard {
  object-fit: cover;
  border-radius: 11px;
  height: 200px;
  margin-bottom: 20px;
}

.label-news {
  color: var(--pink);
  font-size: 13px;
  font-weight: 700;
}

.link-small {
  color: var(--dark);
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto auto 12px 20px;
}

.link-small:hover {
  color: var(--yellow-green);
}

.container-galerie {
  background-color: #fff;
  max-width: 1300px;
  padding: 41px 70px;
}

.heading-3 {
  text-align: center;
  font-family: Great Vibes, cursive;
}

.heading-3.white {
  color: #fff;
}

.flexbox-galerie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.image-galerie {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.section-familie {
  background-image: linear-gradient(#a7ce4fbf, #a7ce4fbf), url('../images/Stünkel-Herbst5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.flexbox-familie-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 51px;
  margin-bottom: 51px;
  display: grid;
}

.card-familie {
  color: var(--dark);
  background-color: #fff9;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.profilbild-card-familie {
  background-image: url('../images/image00008.jpg');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 500px;
  width: 170px;
  height: 170px;
  margin-bottom: -30px;
  position: relative;
  top: -43px;
}

.profilbild-card-familie.hilde-horst {
  background-image: url('../images/image00013.jpg');
  background-position: 50% 30%;
}

.profilbild-card-familie.andrea-stefan {
  background-image: url('../images/c1c3d2c5-7cf8-4e97-a2e1-3b7bb74c2963.jpg');
}

.profilbild-card-familie.heide {
  background-image: url('../images/4ca93baf-54bb-4f88-8def-90cbc9db6481.jpg');
  background-position: 50%;
  background-size: cover;
}

.profilbild-card-familie.enkelkinder {
  background-image: url('../images/728bcd74-7d3f-42fe-b483-d9c3366c91e4.jpg');
  background-size: cover;
}

.flexbox-counter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-counter {
  padding: 20px;
}

.heading-4 {
  font-size: 55px;
  display: inline;
}

.nummer-div {
  margin-bottom: 20px;
  display: block;
}

.footer-dark {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--yellow-green);
}

.footer-link.hide {
  display: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link.hide {
  display: none;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.lottie-animation {
  position: absolute;
  top: auto;
  bottom: 5%;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.tab-link {
  background-color: var(--silver);
  letter-spacing: 0;
  text-transform: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 0;
  margin-right: 5px;
  transition: background-color .15s;
}

.tab-link:hover {
  background-color: #a7ce4fb3;
}

.tab-link.w--current {
  background-color: var(--yellow-green);
  color: var(--dark);
}

.tabs-content {
  background-color: #fff;
  padding: 30px;
}

.flexbox-tabs-galerie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.image-tabs-galerie {
  object-fit: cover;
  height: 100%;
}

.tabs {
  margin-top: 30px;
  margin-bottom: 0;
}

.tabs.hide {
  display: block;
}

.flexbox-kontakt {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flexbox-anfahrt-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
}

.label-01 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.map-kontakt {
  width: 100%;
  height: 400px;
}

.link-block, .link-block-2 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.heading-5 {
  color: #fff;
  font-family: fairwater-script, sans-serif;
  font-size: 5em;
  font-weight: 400;
}

.wrapper-ber-uns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelbild-ber-uns {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 200px;
}

.heading-ber-uns {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  line-height: 40px;
}

.flexbox-geschichte {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-image-story-01 {
  background-image: url('../images/shot-white-bench-park.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  height: 100%;
}

.divider-story {
  background-color: var(--yellow-green);
  width: 2px;
  height: 100%;
}

.wrapper-story-text {
  padding: 10px;
  position: relative;
}

.wrapper-story-text.rechts {
  text-align: right;
}

.jahreszahl {
  margin-top: 10px;
  font-size: 26px;
}

.dot-story {
  z-index: -1;
  background-color: #f8e767;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  position: absolute;
  inset: 0% auto auto -6%;
}

.dot-story.rechts {
  left: 90%;
}

.heading-story {
  margin-top: 5px;
  margin-bottom: 5px;
}

.wrapper-cta-galerie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-name {
  font-size: 20px;
}

.ck-attr-btn {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-modal__btns-w.is--small {
  background-color: #f7f7f7;
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-button-w {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-txt-link {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-css-styles {
  display: none;
}

.ck-modal {
  color: #515750;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-3 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: auto;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-preference__bg {
  opacity: 1;
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-css-styles-2 {
  display: block;
}

.ck-button-w-2 {
  background-color: var(--yellow-green);
  color: #fff;
  text-align: center;
  border-radius: 8rem;
  padding: .8em 1.3em .8rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w-2:hover {
  background-color: #262926;
}

.ck-button-w-2.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w-2.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-txt-link-2 {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.ck-txt-link-2:hover {
  color: #262926;
}

.ck-cookie-w-2 {
  z-index: 9500;
  max-width: 24rem;
  display: flex;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-preference__scroll-w-2 {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ck-button-w-3 {
  color: #fff;
  text-align: center;
  background-color: #80435f;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w-3:hover {
  background-color: #262926;
}

.ck-button-w-3.is--fullwidth {
  background-color: var(--yellow-green);
  flex: none;
  width: 100%;
}

.ck-button-w-3.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w-3.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w-3.is--secondary.is--fullwidth {
  background-color: #fff;
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.datenschutzerkl-rung {
  max-width: 800px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-zusammenfassung {
  width: 100%;
  max-height: 55px;
  position: relative;
  overflow: hidden;
}

.wrapper-zusammenfassung-overlay {
  z-index: 1;
  background-image: linear-gradient(to top, #fff, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.wrapper-news-page {
  flex-direction: column;
  max-width: 60ch;
  display: flex;
}

.titelbild-news-page {
  margin-bottom: 8px;
}

.heading-7 {
  margin-top: 10px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.div-block-4 {
  border-style: none none solid solid;
  border-width: 1px 1px 2px 2px;
  border-color: black var(--yellow-green) var(--yellow-green);
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  display: block;
  transform: rotate(45deg);
}

.back-button {
  color: var(--dark);
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.back-button:hover {
  color: var(--yellow-green);
}

.label-fotograf {
  font-size: 13px;
  font-weight: 700;
}

.wrapper-fotograf {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-slate-blue);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.lightbox-link {
  margin-bottom: 12px;
  text-decoration: none;
}

.paragraph-2 {
  font-weight: 500;
}

.link-artikel-div {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#2d3140c7, #2d3140c7), url('../images/Stünkels-Gartenparadies-Baustelle-Hero-Bild_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-9 {
  color: #fff;
}

.field-label {
  color: #ffffffa1;
}

.partner-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flexbox-partner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.collection-item-partner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.logo-partner {
  object-fit: contain;
  border-radius: 0;
  max-height: 80px;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.wrapper-logo-partner {
  object-fit: fill;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: static;
}

.link-3 {
  color: var(--yellow-green);
  font-weight: 700;
  text-decoration: none;
}

.google-maps-embed {
  width: 100%;
  height: 100%;
}

.maps-div {
  height: 100%;
  position: relative;
}

.placeholder {
  background-color: var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cookie-monster {
  opacity: .18;
  width: 40%;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3px;
}

.landmark-placeholder {
  height: 70px;
  margin-bottom: 15px;
}

.list-item {
  display: block;
}

.info-icon {
  width: 22px;
  margin-bottom: 10px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-tabs-hide {
  display: block;
}

.image-2, .tabs-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.flexbox-welcome {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-4 {
  color: var(--dark);
}

.link-cookies {
  color: var(--dark-slate-blue);
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-manager3_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--dark);
  display: inline-block;
}

.fs-cc-manager3_text {
  color: var(--dark);
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-manager_component {
  z-index: 999;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-manager {
  color: var(--dark-slate-blue);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.layout508_tabs {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout508_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.layout508_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-bottom: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout508_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-bottom-color: #0000;
}

.layout508_tab-link.tabs-last {
  border-right-style: none;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout508_tab-pane {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  height: 100%;
}

.layout508_card {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding: 3rem;
  display: grid;
}

.layout508_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout508_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout508_card-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery8_list {
  column-count: 2;
  column-gap: 2rem;
}

.gallery8_lightbox-link {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
  overflow: clip;
}

.gallery8_image-wrapper-large {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.gallery8_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.gallery8_image3, .gallery8_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

@media screen and (max-width: 991px) {
  .button.dark {
    display: block;
  }

  .button.dark.hide {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .navbar-no-shadow {
    border-radius: 0;
  }

  .navbar-no-shadow-container {
    padding: 12px 25px;
  }

  .container-regular {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .nav-menu-wrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0000;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #2d314099;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .icon {
    color: #fff;
    font-size: 38px;
  }

  .flexbox-info {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-galerie {
    padding-left: 50px;
    padding-right: 50px;
  }

  .flexbox-galerie {
    grid-template-columns: 1fr 1fr;
  }

  .flexbox-familie-cards {
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .card-familie {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .flexbox-tabs-galerie {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .ck-cookie-w-2 {
    display: none;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .flexbox-welcome {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .layout508_tabs {
    grid-column-gap: 3rem;
  }

  .layout508_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #2d314099;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .flexbox-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.light {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .map {
    height: 280px;
  }

  .flexbox-news-cards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-counter {
    padding: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .flexbox-kontakt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .map-kontakt {
    height: 280px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-image-story-01 {
    max-height: 300px;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__scroll-w-2 {
    padding-top: 2rem;
  }

  .container-3 {
    text-align: center;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .flexbox-partner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .flexbox-welcome {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .fs-cc-manager3_component {
    left: 1.2rem;
  }

  .fs-cc-manager3-link {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .fs-cc-manager3_text.hide {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .layout508_tabs {
    grid-template-columns: 1fr;
  }

  .layout508_tabs-menu {
    border-top: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
    flex-flow: column;
  }

  .layout508_tab-link {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout508_tab-link.w--current {
    border-bottom-color: #000;
  }

  .layout508_tab-link.tabs-last {
    border-bottom-width: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .layout508_card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .gallery8_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .gallery8_lightbox-link {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-big.white {
    margin-bottom: 20px;
  }

  .paragraph-big.centered {
    font-size: 16px;
  }

  .heading-h1 {
    font-size: 38px;
  }

  .heading-h2.white {
    font-size: 25px;
  }

  .button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .button-secondary.login {
    left: auto;
    right: auto;
  }

  .container {
    flex-direction: column;
  }

  .divider._80 {
    width: 80%;
  }

  .button-wrapper-hero {
    align-items: center;
  }

  .link {
    color: var(--yellow-green);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .wrapper-adresse {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .link-2 {
    color: #ffffffbf;
    text-decoration: none;
  }

  .hero-section {
    height: 75vh;
  }

  .container-hero {
    padding: 12px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .navbar-no-shadow {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-no-shadow-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-regular {
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-main.news {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flexbox-news-cards {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .news-card {
    max-width: 300px;
  }

  .container-galerie {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flexbox-galerie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .image-galerie {
    height: 180px;
  }

  .flexbox-familie-cards {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .card-familie {
    max-width: 300px;
  }

  .flexbox-counter {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wrapper-counter {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tab-link {
    letter-spacing: 0;
    text-transform: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: -1px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .tab-link.w--current {
    display: flex;
  }

  .tabs-content {
    padding: 15px;
  }

  .flexbox-tabs-galerie {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-2 {
    letter-spacing: 0;
    text-transform: none;
  }

  .flexbox-anfahrt-info {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .flexbox-geschichte {
    grid-template-columns: .25fr 1.5fr;
  }

  .div-image-story-01 {
    min-height: 200px;
  }

  .divider-story {
    display: block;
    overflow: visible;
  }

  .wrapper-story-text.rechts {
    text-align: left;
  }

  .dot-story.rechts {
    left: -7%;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-button-w-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-cookie-w-2 {
    max-width: 100%;
    inset: auto 4% 0%;
  }

  .ck-preference__scroll-w-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-button-w-3 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .flexbox-partner {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .layout508_tabs {
    grid-template-columns: 1fr;
  }
}

#w-node-deb69021-a924-4f4a-25cc-ed8c2df3e40c-383fcb03, #w-node-_1537c1d3-6f57-bcc3-2d3b-37f3a9c46906-383fcb03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b944ed7e-9efe-a601-3f9f-7bc22825920d-383fcb03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_484565ba-8af8-10a9-7e99-b087dd81894c-383fcb03, #w-node-b1fccce8-1294-9735-cef9-03028740398c-383fcb03, #w-node-_12267218-c48a-a422-60b7-853742c19540-383fcb03, #w-node-_59300663-f8e3-4aec-68fd-c3655088497d-383fcb03, #w-node-_43a92a4e-1d6c-3079-697e-bf9a3b37db08-383fcb03, #w-node-_74bcbc9c-a2c1-475d-3a26-3b70462288b6-462288b0, #w-node-_74bcbc9c-a2c1-475d-3a26-3b70462288c1-462288b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a5ca4ad-744f-c0f8-e83f-4040ee3f86b7-d0ad2657 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9d4fd29-4895-931c-d45e-58a5aba71c6e-d0ad2657, #w-node-_374ca3d2-2e13-0591-ca2e-675e047cdff8-d0ad2657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_113ecc06-378d-a9d0-a762-9e44bf339c3b-d0ad2657 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab7db1fe-48c9-f16e-c293-e01654fd1847-d0ad2657, #w-node-_567cdfd0-4b72-6402-44bc-0ebef75f7e98-d0ad2657, #w-node-a2ddf2f6-f1f4-9417-d8e0-84b624f9642d-d0ad2657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea158f4e-9612-ee7e-a115-772aea96f487-edb6b44e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc37bb9f-3eda-0f86-65cd-da5a198e89c2-edb6b44e {
  grid-area: span 6 / span 1 / span 6 / span 1;
  justify-self: center;
}

#w-node-_46b8826c-6a0b-7bc0-b93c-1df8ee2d1238-edb6b44e, #w-node-_4fc0336c-2b3b-e634-9951-bf9b6080e2e4-edb6b44e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48430888-171e-0ece-fce3-3b78332a0bf4-edb6b44e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e2d422bf-912c-ee15-bcb1-0caa4e1b7530-edb6b44e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_755b90a1-e709-3033-9cc8-0221b8353cc0-edb6b44e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1537c1d3-6f57-bcc3-2d3b-37f3a9c46906-383fcb03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b944ed7e-9efe-a601-3f9f-7bc22825920d-383fcb03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_113ecc06-378d-a9d0-a762-9e44bf339c3b-d0ad2657 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea158f4e-9612-ee7e-a115-772aea96f487-edb6b44e, #w-node-_48430888-171e-0ece-fce3-3b78332a0bf4-edb6b44e, #w-node-e2d422bf-912c-ee15-bcb1-0caa4e1b7530-edb6b44e {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1537c1d3-6f57-bcc3-2d3b-37f3a9c46906-383fcb03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59300663-f8e3-4aec-68fd-c3655088497d-383fcb03 {
    place-self: auto;
  }

  #w-node-_1a5ca4ad-744f-c0f8-e83f-4040ee3f86b2-d0ad2657, #w-node-_1a5ca4ad-744f-c0f8-e83f-4040ee3f86b7-d0ad2657, #w-node-_374ca3d2-2e13-0591-ca2e-675e047cdff8-d0ad2657, #w-node-_113ecc06-378d-a9d0-a762-9e44bf339c3b-d0ad2657 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea158f4e-9612-ee7e-a115-772aea96f487-edb6b44e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }

  #w-node-cc37bb9f-3eda-0f86-65cd-da5a198e89c2-edb6b44e {
    grid-area: span 5 / span 1 / span 5 / span 1;
    justify-self: center;
  }

  #w-node-_48430888-171e-0ece-fce3-3b78332a0bf4-edb6b44e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-e2d422bf-912c-ee15-bcb1-0caa4e1b7530-edb6b44e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_755b90a1-e709-3033-9cc8-0221b8353cc0-edb6b44e {
    grid-column: span 1 / span 1;
  }
}


