@font-face {
  font-family: Qinder butter;
  src: url('../fonts/Qinder-Butter.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #94c11f;
  --blue: #1c6592;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: 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;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.telefonnummer {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  display: block;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #1c6592;
}

.email {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.zweitfarbe {
  color: #000;
  background-color: #f1feff;
}

.highlights {
  color: #fff;
  background-color: #94c11f;
}

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

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

.heading-1 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #94c11f;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 20;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.hauptfarbe {
  background-color: var(--blue);
}

.nav-link-1 {
  padding: 10px 20px;
}

.nav-link-1.flie-text {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 500;
}

.nav-link-1.flie-text:hover {
  color: #fff;
  background-color: #94c11f;
  border-radius: 50px;
  box-shadow: 3px 3px 10px #0000001a;
}

.nav-link-1.flie-text.w--current {
  background-color: #94c11f;
  border-radius: 50px;
}

.titelsection {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 85vh;
  position: relative;
}

.titelsection.unterseite {
  height: 70vh;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.video-overlay {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 50vw 40px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-links {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.heading-links.heading-1 {
  line-height: 1.3;
}

.heading {
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

.heading.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.divider {
  width: 100%;
  height: 10px;
}

.divider.highlights {
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 0;
  font-size: 16px;
}

.paragraph.flie-text.mitting, .paragraph.mittig {
  text-align: center;
}

.paragraph.mittig.flie-text {
  margin-bottom: 0;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button.flie-text {
  transition: all .2s;
}

.button.flie-text:hover {
  filter: contrast(200%);
}

.button.flie-text.highlights:hover {
  background-color: var(--blue);
  filter: none;
}

.button.flie-text.hauptfarbe {
  padding-top: 9px;
  padding-bottom: 9px;
}

.button.flie-text.highlights {
  background-color: #94c11f;
  line-height: 1.5;
}

.button.flie-text.highlights:hover {
  filter: none;
  background-color: #1c6592;
}

.div-inhalt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px 10px;
  display: flex;
}

.div-inhalt.flie-text {
  justify-content: flex-start;
  font-size: 16px;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons.wei {
  filter: none;
}

.section1 {
  padding: 140px 15%;
  position: relative;
  overflow: hidden;
}

.heading-links-klein {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-links-klein.heading-3 {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.heading-links-klein.heading-2 {
  line-height: 1.3;
}

.heading-links-klein.heading-2.no-margin {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
}

.heading-links-klein.heading-1.red {
  color: red;
}

.heading-links-klein.heading-1 {
  line-height: 1.3;
}

._2er-grid-no-overflow {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}

.section2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_2_Praxisräume9.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 20%;
  display: flex;
  position: relative;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  padding-bottom: 10px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.datenschtz-embed {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  border-style: none;
  width: 60vw;
  height: 57.5vh;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: auto;
  display: flex;
}

._3er-card {
  z-index: 10;
  grid-column-gap: 0px;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  place-items: center stretch;
  width: 78vw;
  position: absolute;
  inset: -100px auto auto;
  box-shadow: 3px 3px 44px #0000001a;
}

._3er-card.relativ {
  position: relative;
}

.inhalt-nebeneinander {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.inhalt-nebeneinander.abstand-unten {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.inhalt-untereinander {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inhalt-untereinander.mitting {
  justify-content: center;
  align-items: center;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.image-100.contain {
  object-fit: contain;
  object-position: 50% 100%;
  min-height: 0;
}

.section-mittig {
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.section-mittig.zweitfarbe {
  justify-content: center;
  align-items: center;
  padding-top: 15%;
  padding-bottom: 60px;
  display: flex;
}

.section-mittig.zweitfarbe.unter {
  flex-direction: column;
  padding-top: 0%;
}

.card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
  box-shadow: 1px 1px 7px #8a8a8a80;
}

.card:hover {
  border: 1px solid #adadad;
  transform: scale(1.05);
}

.card.color {
  color: #fff;
  background-color: #94c11f;
  border-radius: 20px;
}

.card.color:hover {
  transform: scale(1.02);
}

.circle2 {
  z-index: -1;
  opacity: .2;
  object-fit: contain;
  width: 13.1vw;
  position: absolute;
  inset: auto -100px 0% auto;
}

.section-gro-e-abst-nde {
  padding: 100px 0%;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.unten-abstand {
  z-index: 0;
  padding-bottom: 220px;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde.unten-abstand.zweitfarbe {
  z-index: 0;
}

.section-gro-e-abst-nde.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.content {
  padding: 100px 40px;
}

.circle1 {
  z-index: -1;
  opacity: .2;
  object-fit: contain;
  width: 26.1vw;
  position: absolute;
  inset: -5% auto auto -50px;
}

.inhalt-untereinander-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-untereinander-2.effekt {
  justify-content: space-between;
}

.inhalt-untereinander-2.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.inhalt-untereinander-2.effekt.no-shadow:hover {
  transform: none;
}

.inhalt-untereinander-2.highlights {
  min-height: 90vh;
}

.inhalt-untereinander-2.highlights.small {
  min-height: 73vh;
}

.lottie {
  width: 13.1vw;
  height: 26.5vh;
}

.card-content {
  padding: 20px 30px 30px;
}

.card-content._100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 15vh;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-mittig {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
}

.heading-mittig.heading-1 {
  line-height: 1.3;
}

.heading-mittig.klein {
  margin-top: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.circle3 {
  z-index: -1;
  opacity: .2;
  object-fit: contain;
  height: 57.5vh;
  position: absolute;
  inset: auto 100px 0% auto;
}

.circle4 {
  z-index: -1;
  opacity: .2;
  object-fit: contain;
  height: 46.4vh;
  position: absolute;
  inset: 15% auto auto -200px;
}

.image-home1 {
  object-fit: cover;
  object-position: 70% 50%;
  width: 80%;
  height: 66.3vh;
  position: absolute;
  left: -10px;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home-2 {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  height: 46.4vh;
  position: absolute;
  top: 400px;
  left: auto;
  right: 0%;
  box-shadow: 3px 3px 44px #0000001a;
}

._2er_grid {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr 1fr 1fr;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  line-height: 1.3;
}

.footer1 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer1.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding: 40px 7%;
}

._4er-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.img-350 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 50vh;
}

.img-350.down {
  object-position: 50% 0%;
  height: 60vh;
}

.img-350.down.cont {
  object-position: 50% 15%;
}

.img-350.down.cont._1 {
  object-position: 50% 0%;
}

.img-350.down.cont._2 {
  object-position: 50% 40%;
}

.img-350.down.contt {
  object-position: 50% 25%;
}

.img-350.down.contt._1 {
  object-position: 50% 0%;
}

.img-350.down.contt._2 {
  object-position: 50% 40%;
}

.img-350.contain {
  object-fit: contain;
}

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

.inhalt-mittig.highlights {
  justify-content: space-between;
  width: 100%;
}

.heading-mittig-klein {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-mittig-klein.heading-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.link1 {
  color: #fff;
  text-decoration: none;
}

.link1.black {
  color: #333;
}

.untereinander {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-round {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 15px;
}

.icon-round.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

._6er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-4-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 20px;
}

.sm-link.round {
  border-radius: 50%;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px 10px 10px 15px;
  display: flex;
}

.sm-link.round.hauptfarbe {
  transition: all .2s;
}

.sm-link.round.hauptfarbe:hover {
  filter: contrast(150%);
}

.icon-klein {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

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

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

.link-formular {
  text-decoration: none;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.2vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.text-field-4.cc-textarea {
  height: 13.3vh;
}

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  margin-bottom: 0;
}

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

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.banner-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

._4-col-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 40px 0 0;
}

.images-room {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  transition: all .4s;
}

.images-room:hover {
  transform: scale(1.07);
}

.image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dropdown-list-13 {
  background-color: #ddd0;
  position: static;
}

.list-4 {
  padding-left: 30px;
}

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

.icon-2 {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding: 10px;
}

.icon-2.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.opening-timing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.opening-timing1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

._2er-grid-no-overflow1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-62 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-62:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-89 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

.popup {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
  position: relative;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image-101 {
  cursor: pointer;
  width: 30px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.div-block-2 {
  background-color: var(--blue);
  width: 20vw;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold {
  font-weight: 600;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 55rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-90 {
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .logo-img {
    max-width: 170px;
  }

  .logo {
    margin-right: auto;
  }

  .telefonnummer {
    text-align: left;
    margin-bottom: 5px;
  }

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    z-index: 100000;
    background-color: var(--green);
    padding: 10px;
  }

  .navbar {
    z-index: 100;
  }

  .navbar.hauptfarbe {
    padding: 0 40px;
  }

  .nav-link-1.flie-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-1.flie-text:hover, .nav-link-1.flie-text.w--current {
    background-color: var(--blue);
  }

  .titelsection {
    justify-content: flex-end;
    height: 80vh;
    display: flex;
  }

  .titelsection.unterseite {
    height: 60vh;
  }

  .video-overlay {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 20px 5vw 40px;
    display: flex;
    inset: 0%;
  }

  .heading-links.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .heading.heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .divider.highlights {
    height: 5px;
  }

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

  .div-inhalt.flie-text {
    align-items: center;
    width: 100%;
  }

  .section1 {
    padding: 60px;
  }

  .heading-links-klein.heading-3 {
    font-size: 20px;
  }

  .heading-links-klein.heading-2.no-margin {
    font-size: 19px;
  }

  ._2er-grid-no-overflow {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section2 {
    padding: 60px 5%;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-success.heading-2 {
    font-size: 31px;
  }

  ._3er-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  ._3er-card.relativ {
    top: -40px;
  }

  .inhalt-nebeneinander {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inhalt-untereinander {
    align-items: center;
  }

  .image-100.contain {
    height: 50vh;
    min-height: auto;
  }

  .section-mittig.zweitfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe, .section-gro-e-abst-nde.abstand-seite {
    padding: 60px;
  }

  .content {
    padding: 20px 10px;
  }

  .circle1 {
    width: 22vw;
    top: 0%;
    left: 0;
  }

  .inhalt-untereinander-2 {
    z-index: 0;
  }

  .inhalt-untereinander-2.effekt.no-shadow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: auto;
  }

  .inhalt-untereinander-2.highlights {
    min-height: 100%;
  }

  .inhalt-untereinander-2.highlights.small {
    height: 100%;
    min-height: auto;
  }

  .heading-mittig.heading-1 {
    font-size: 40px;
  }

  .circle3 {
    height: 30vh;
    right: 0;
  }

  .circle4 {
    height: 30vh;
    top: 0%;
    left: 0;
  }

  .image-home1 {
    width: 100%;
    height: 50vh;
    position: static;
  }

  .image-home-2 {
    width: 100%;
    height: 45vh;
    position: static;
    top: 300px;
  }

  ._2er_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .footer_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .footer1.hauptfarbe {
    padding: 20px 40px;
    font-size: 12px;
  }

  ._4er-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img-350.down {
    object-fit: contain;
    background-color: #cdd6e7;
    height: 50vh;
    min-height: 48vh;
  }

  .img-350.down.cont, .img-350.down.contt {
    object-fit: contain;
  }

  .img-350.contain {
    object-position: 50% 50%;
  }

  .untereinander {
    align-items: center;
    width: 100%;
  }

  .icon-round.highlights {
    width: 70px;
    height: 70px;
    margin-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--green);
  }

  .icon {
    color: #fff;
  }

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

  ._3-4-grid {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 0 solid #d2d2d54d;
    border-right-style: none;
    border-right-width: 0;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-field-4, .text-field-4.cc-textarea {
    text-align: left;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .banner-image {
    object-position: 50% 60%;
  }

  ._4-col-stack {
    padding-top: 20px;
  }

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

  .opening-timing {
    width: 60%;
  }

  .opening-timing1 {
    width: 100%;
  }

  .field-label {
    text-align: left;
  }

  ._2er-grid-no-overflow1 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .popup-inside {
    width: 80%;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .div-block {
    width: 80%;
    padding: 40px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .logo-img {
    max-width: 150px;
  }

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

  .telefonnummer.untenn {
    margin-bottom: 15px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .nav-link-1.flie-text {
    text-align: center;
  }

  .titelsection {
    height: 60vh;
  }

  .titelsection.unterseite {
    height: 55vh;
  }

  .video-overlay {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .heading-links.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .divider.highlights {
    height: 5px;
  }

  .paragraph.flie-text {
    font-size: 14px;
  }

  .button.flie-text.highlights {
    letter-spacing: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .div-inhalt.flie-text {
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section1 {
    padding: 40px;
  }

  .heading-links-klein.heading-3 {
    font-size: 18px;
  }

  ._2er-grid-no-overflow {
    grid-template-columns: 1fr;
  }

  ._2er-grid-no-overflow.switch {
    flex-direction: column-reverse;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-success.heading-2 {
    font-size: 23px;
    line-height: 28px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: auto;
  }

  ._3er-card {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: static;
  }

  ._3er-card.relativ {
    top: -20px;
  }

  .image-100.contain {
    object-fit: cover;
    height: 45vh;
    min-height: auto;
  }

  .section-mittig.zweitfarbe {
    flex-direction: column;
    padding: 40px;
  }

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe, .section-gro-e-abst-nde.abstand-seite {
    padding: 40px;
  }

  .content {
    flex-direction: column;
    padding: 10px 0;
  }

  .circle1 {
    width: 20vw;
  }

  .inhalt-untereinander-2.highlights {
    min-height: auto;
  }

  .heading-mittig.heading-1 {
    font-size: 35px;
  }

  .circle3 {
    height: 25vh;
    right: 0;
  }

  .circle4 {
    height: 21vh;
  }

  .image-home1, .image-home-2 {
    height: 45vh;
  }

  .footer_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  ._4er-grid {
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-mittig-klein.heading-3 {
    font-size: 17px;
  }

  .icon-round.highlights {
    width: 60px;
    height: 60px;
  }

  ._6er-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._3-4-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .text-field-4.cc-textarea {
    margin-bottom: 20px;
  }

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

  .banner-image {
    object-position: 50% 100%;
  }

  .icon-2.highlights {
    width: 60px;
    height: 60px;
  }

  .opening-timing, .opening-timing1 {
    width: 80%;
  }

  .opening-timing1.anders {
    width: auto;
  }

  ._2er-grid-no-overflow1 {
    grid-template-columns: 1fr;
  }

  .cell {
    align-items: center;
  }

  .cell-3 {
    display: none;
  }

  .image-62 {
    width: 25px;
    height: 25px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 55vh;
    padding: 40px 20px 20px;
    overflow: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 25px;
  }

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    font-size: 17px;
    line-height: 20px;
  }

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo-img {
    max-width: 160px;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .telefonnummer {
    text-align: center;
    font-size: 14px;
  }

  .telefonnummer.unten {
    margin-bottom: 15px;
  }

  .email, .adresse {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nav-menu-1 {
    background-color: var(--blue);
  }

  .navbar {
    flex-direction: column;
  }

  .navbar.hauptfarbe {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-1.flie-text:hover, .nav-link-1.flie-text.w--current {
    background-color: var(--green);
  }

  .titelsection {
    height: 60vh;
  }

  .titelsection.unterseite {
    height: 50vh;
  }

  .video-overlay {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-links.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading.heading-3 {
    font-size: 16px;
    line-height: 19px;
  }

  .paragraph.flie-text, .button.flie-text.hauptfarbe {
    font-size: 14px;
  }

  .div-inhalt {
    height: 300px;
  }

  .div-inhalt.flie-text {
    align-items: center;
    width: 100%;
    height: auto;
  }

  .icons {
    width: 30px;
    margin-bottom: 0;
  }

  .section1 {
    padding: 40px 20px;
  }

  .heading-links-klein.heading-3 {
    font-size: 15px;
  }

  .heading-links-klein.heading-2.no-margin {
    font-size: 17px;
  }

  .heading-links-klein.heading-1 {
    font-size: 20px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datenschtz-embed {
    overflow-wrap: anywhere;
    width: 100%;
    overflow: hidden;
  }

  .success {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-success.heading-2 {
    font-size: 19px;
    line-height: 25px;
  }

  .maps-gro {
    height: 300px;
  }

  ._3er-card {
    width: 100%;
  }

  ._3er-card.relativ {
    top: 0;
  }

  ._3er-card.relativ.spc {
    margin-bottom: 20px;
  }

  .image-100.contain {
    object-fit: cover;
  }

  .section-mittig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mittig.zweitfarbe.unter {
    padding-top: 40px;
  }

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde.abstand-seite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .circle1 {
    width: 21vw;
  }

  .card-content._100 {
    padding-bottom: 20px;
  }

  .heading-mittig.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-mittig.klein {
    font-size: 20px;
  }

  .circle3 {
    height: 20vh;
    right: 0;
  }

  .circle4 {
    height: 9vh;
  }

  ._2er_grid {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .heading_footer.heading-1 {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .footer1.hauptfarbe {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-350.down, .img-350.down.contt {
    object-fit: cover;
  }

  .img-350.contain {
    object-fit: contain;
  }

  .heading-mittig-klein.heading-3 {
    font-size: 14px;
  }

  .icon-round.highlights {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .menu-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .sm-link.round.hauptfarbe {
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .image-holder {
    overflow: hidden;
  }

  .icon-2.highlights {
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .opening-timing {
    text-align: center;
    width: 100%;
  }

  .opening-timing1 {
    width: 84%;
  }

  .cell {
    align-items: center;
  }

  .cell-2 {
    display: none;
  }

  .popup-inside {
    width: 90%;
    padding-left: 10px;
  }

  .image-62 {
    width: 20px;
    height: 20px;
  }

  .heading-89 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block {
    height: 70vh;
    overflow: auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component, .modal1_component-2 {
    width: auto;
    height: auto;
  }
}

#w-node-_547e12a3-5c4f-8867-5a00-fd456505b8c8-3187b65b {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c358a652-40b8-41cc-f4a1-157b06283fac-3187b65b {
  grid-column: span 2 / span 2;
}

#w-node-_6cbf9aa8-d760-ae0d-cca4-30add5206c8e-702756ee {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_6cbf9aa8-d760-ae0d-cca4-30add5206cad-702756ee {
  grid-column: span 2 / span 2;
}

#w-node-c3d06f37-314c-155f-88b9-9e4e321128d0-3187b65d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_83cf2734-394a-fc3f-663e-9af57b0d00e2-3187b66b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0eab1909-67fa-e0cb-1e4b-f294a4932ec1-3187b670 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_5732cb00-035e-4929-4927-02631f24198a-3187b679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e73da04a-b518-8f55-5012-dc70c62377e5-3187b679 {
  justify-self: center;
}

#w-node-_3a1bd9b5-1bc5-4680-9bfa-64e1e7a93d7f-3187b679 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3a1bd9b5-1bc5-4680-9bfa-64e1e7a93d8b-3187b679 {
  justify-self: center;
}

#w-node-ad63415e-107a-73e9-ba32-fc3078b99a9d-3187b679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c83fe4-daf9-4d1b-d66e-2658f881cc7e-3187b679 {
  justify-self: center;
}

#w-node-_6728b636-d6ea-e1bb-6efd-b418846c4329-3187b679 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6728b636-d6ea-e1bb-6efd-b418846c4339-3187b679 {
  justify-self: center;
}

#w-node-_95765358-bfd5-1477-912f-caa1f88228f4-3187b679 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_95765358-bfd5-1477-912f-caa1f8822900-3187b679 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c3d06f37-314c-155f-88b9-9e4e321128d0-3187b65d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a4eee12-284b-bff0-ee85-ae2d678daa52-3187b65d {
    grid-column: span 2 / span 2;
  }

  #w-node-bde249d4-1429-b0a0-a56a-ce89678baaee-3187b670 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a1bd9b5-1bc5-4680-9bfa-64e1e7a93d7e-3187b679, #w-node-_49ccce76-de9f-3f09-3e04-52b4e633b23d-3187b679, #w-node-_95765358-bfd5-1477-912f-caa1f88228f3-3187b679 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cbf9aa8-d760-ae0d-cca4-30add5206c8e-702756ee {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c3d06f37-314c-155f-88b9-9e4e321128d0-3187b65d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a4eee12-284b-bff0-ee85-ae2d678daa52-3187b65d {
    grid-column: span 1 / span 1;
  }

  #w-node-_83cf2734-394a-fc3f-663e-9af57b0d00e2-3187b66b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_547e12a3-5c4f-8867-5a00-fd456505b8c8-3187b65b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6cbf9aa8-d760-ae0d-cca4-30add5206c8e-702756ee {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Qinder butter';
  src: url('../fonts/Qinder-Butter.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* === URLAUBSHINWEIS – BITTE AM 31.08. KOMPLETT ENTFERNEN (Anfang) === */
.urlaubshinweis {
  padding: 30px 10%;
}

.urlaubshinweis-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 30px;
  background-color: #fff;
  border-left: 6px solid var(--green);
  border-radius: 6px;
  box-shadow: 0 2px 12px #0000001a;
}

.urlaubshinweis .divider.highlights {
  width: 60px;
  height: 6px;
  margin-bottom: 15px;
}

.urlaubshinweis-titel {
  color: var(--blue);
  margin-bottom: 15px;
}

.urlaubshinweis .paragraph {
  margin-bottom: 12px;
}

.urlaubshinweis .paragraph:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .urlaubshinweis {
    padding: 20px 5%;
  }

  .urlaubshinweis-box {
    padding: 20px;
  }
}
/* === URLAUBSHINWEIS (Ende) === */
