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

:root {
  color-scheme: light;
  --main-color: #b9a185;
  --cream: #fffde7;
  --black: black;
  --secondry-color: #faf7f8;
  --beige: #f8f2e8;
  --white: white;
  --main: #582acb;
  --highlight-color: #ddccb8;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.utility-page-wrap {
  background-color: var(--main-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  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: 170px;
  height: 20vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  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;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--cream);
  color: var(--black);
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  background-color: var(--secondry-color);
  color: #000;
}

.highlights {
  background-color: var(--beige);
  color: var(--black);
}

.adresse {
  margin-bottom: 5px;
  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: Montserrat, 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: var(--beige);
  text-shadow: 1px 1px 2px var(--main-color);
  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 {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 100;
  background-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;
  box-shadow: 0 2px 5px #0003;
}

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

.nav-link.flie-text {
  color: #000;
  font-weight: 500;
}

.nav-link.flie-text:hover {
  border: 1px solid var(--cream);
  background-color: var(--beige);
  border-radius: 20px;
  box-shadow: 3px 3px 10px #0000001a;
}

.nav-link.flie-text.w--current {
  border: 1px solid var(--cream);
  background-color: var(--beige);
  border-radius: 20px;
}

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

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

.hero-content_block {
  z-index: 20;
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: flex-end;
  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 {
  font-size: 45px;
  line-height: 1.3;
}

.heading-links.heading-1.center, .heading-links.mittig {
  text-align: center;
}

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

.heading.heading-3 {
  line-height: 1.3;
}

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

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

.divider.hauptfarbe {
  width: 80%;
  height: 8px;
  margin-bottom: 10px;
}

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

.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.highlights {
  line-height: 1.5;
}

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

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

.icons.wei {
  filter: none;
}

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

.heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings {
  line-height: 1.3;
}

.heading-links-klein.mittig {
  text-align: center;
}

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

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

.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 var(--cream);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.heading-success.heading-2 {
  margin-bottom: 10px;
  font-size: 32px;
}

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

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

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

.inhalt-nebeneinander {
  align-items: flex-start;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

.section-gro-e-abst-nde {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px #0000001a;
}

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

.image-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  overflow: hidden;
}

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

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

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

._2er_grid {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

._2er_grid.top-margin {
  margin-top: 20px;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

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

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

.heading_footer.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.circle.white {
  border-color: #fff;
}

.footer1 {
  height: auto;
  margin-top: auto;
  padding: 40px 10%;
}

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

.heading-mittig-klein {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.heading-mittig-klein.heading-3 {
  line-height: 1.3;
}

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

.link {
  color: var(--black);
  text-decoration: none;
}

.link.black {
  color: #333;
}

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

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

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

.img-galerie.is-top-desktop {
  object-position: 50% 60%;
}

.img-galerie.top {
  object-position: 50% 25%;
}

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

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

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

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

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

.impressum-link, .datenschutz-link {
  color: var(--black);
  text-decoration: none;
}

.div-grey {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_img {
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.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.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.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: 60px auto auto 0%;
}

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

.paragraph-mittig {
  text-align: center;
  font-size: 16px;
}

.paragraph-mittig.flie-text {
  color: var(--black);
}

.paragraph-mittig.flie-text.hide {
  display: none;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

._3er-grid._1 {
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

._3er-grid._2 {
  grid-template-columns: 1fr 1fr;
}

.shadow-cards-mitttig {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 0 0 10px 1px #83838333;
}

.card-links {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.card-links.hauptfarbe {
  background-color: var(--cream);
  color: var(--black);
}

.shadow-cards-top {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 0 0 10px 1px #83838333;
}

.image-45-vh {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 45vh;
}

.image-45-vh.is-top {
  object-position: 50% 50%;
}

.image-45-vh.up {
  object-position: 50% 20%;
}

.image-45-vh.up2 {
  object-position: 50% 60%;
}

.content-links {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

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

.footer-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.galerie-div {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.social-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.container {
  max-width: 1100px;
}

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

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-image.down {
  object-fit: cover;
  object-position: 50% 10%;
}

.slide-nav {
  z-index: 30;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.phone-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.contant-popup {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px;
  display: flex;
}

.back {
  cursor: pointer;
  object-fit: contain;
  width: 30px;
  position: absolute;
  inset: 20px 20px auto auto;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66.66%;
  display: grid;
}

.div-block-2._2 {
  grid-template-columns: 1fr;
  width: 33.33%;
}

.div-block-2._1 {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  .logo-img {
    max-width: none;
    height: 8rem;
  }

  .logo {
    margin-right: auto;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--beige);
    min-width: 100%;
    padding: 20px;
    position: absolute;
  }

  .navbar {
    z-index: 100;
    justify-content: space-between;
    min-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-link.flie-text {
    text-align: center;
    margin-bottom: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.flie-text.w--current {
    background-color: var(--cream);
  }

  .titelsection {
    height: 65vh;
  }

  .hero-content_block {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 40px;
    display: flex;
    inset: 0%;
  }

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

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

  .divider.highlights {
    width: 20%;
    height: 6px;
  }

  .divider.hauptfarbe {
    width: 60%;
    height: 5px;
  }

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

  .button.flie-text.highlights {
    font-size: 12px;
  }

  .heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 22px;
  }

  .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: 60px;
  }

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

  .success-block.highlights {
    border-radius: 15px;
    padding: 60px;
  }

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

  ._3er-card {
    width: 100vw;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .inhalt-nebeneinander.abstand-unten {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .inhalt-untereinander {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .inhalt-untereinander.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-100.is-contain-bg {
    object-fit: contain;
    background-color: #fff9d9;
  }

  .image-100.is-top {
    object-position: 50% 70%;
  }

  .image-100.is-top-55 {
    object-position: 50% 55%;
  }

  .circle2 {
    width: 15vw;
    right: -50px;
  }

  .section-gro-e-abst-nde {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

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

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

  .image-wrapper {
    height: 55vh;
  }

  .image-wrapper.auto {
    height: auto;
  }

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

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

  ._2er_grid.top-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2er_grid.top-margin.is-invert {
    margin-bottom: 15px;
  }

  ._2er_grid.is-invert {
    flex-flow: column-reverse;
  }

  .heading_footer.heading-1 {
    text-align: center;
    margin-top: 0;
  }

  .circle.white {
    width: 45px;
    height: 45px;
    padding: 9px;
  }

  .footer1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-mittig-klein.heading-3.is-small {
    font-size: 18px;
    line-height: 1.5;
  }

  .icon-round.highlights {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .menu-button {
    border: 1px solid var(--cream);
    background-color: var(--beige);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

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

  .icon {
    color: var(--black);
  }

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

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

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

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

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  ._3er-grid._80 {
    width: 50%;
  }

  ._3er-grid._1 {
    width: 100%;
  }

  .shadow-cards-mitttig {
    box-shadow: 0 0 9px 2px #83838333;
  }

  .card-links.highlights, .card-links.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .content-links {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .content-links.hauptfarbe, .content-links.highlights {
    padding: 20px;
  }

  .footer-div.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .galerie-div {
    border-radius: 15px;
    height: 55vh;
  }

  .container {
    min-width: 100%;
    max-width: none;
  }

  .slide-nav {
    height: 2rem;
    font-size: 12px;
  }

  .code-embed {
    height: 80vh;
  }

  ._2er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-2._2 {
    width: 66.66%;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 7rem;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-menu {
    padding: 15px;
  }

  .navbar {
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelsection {
    height: 28rem;
  }

  .hero-content_block {
    padding: 20px;
  }

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

  .heading.heading-3 {
    font-size: 22px;
  }

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

  .button.flie-text.highlights {
    letter-spacing: 0;
    font-size: 11px;
  }

  .heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings {
    font-size: 20px;
  }

  .heading-links-klein.heading-1 {
    margin-bottom: 5px;
    font-size: 22px;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .maps-gro {
    height: 400px;
  }

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

  .image-100.is-top-55 {
    object-position: 50% 60%;
  }

  .circle2 {
    width: 14vw;
    right: -20px;
  }

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

  .content {
    padding: 20px 10px;
  }

  .circle1 {
    width: 25vw;
    left: -30px;
  }

  .image-wrapper {
    height: 25rem;
  }

  .image-wrapper.auto {
    height: auto;
  }

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

  ._2er_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  ._2er_grid.top-margin.is-invert {
    margin-bottom: 10px;
  }

  .social-verlinkung3 {
    margin-right: 0;
  }

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

  .heading_footer.heading-1 {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .circle.white {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

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

  .footer1.highlights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-mittig-klein.heading-3 {
    margin-top: 10px;
  }

  .heading-mittig-klein.heading-3.is-small {
    font-size: 16px;
  }

  .footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-round.highlights {
    width: 55px;
    height: 55px;
    padding: 12px;
  }

  .img-galerie.is-top_65 {
    object-position: 50% 65%;
  }

  .img-galerie.is-top_40 {
    object-position: 50% 40%;
  }

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

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

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

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

  ._3er-grid {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  ._3er-grid._80, ._3er-grid._1 {
    width: 100%;
  }

  .shadow-cards-mitttig {
    border-radius: 15px;
    box-shadow: 0 0 8px 3px #83838333;
  }

  .card-links.highlights, .card-links.hauptfarbe {
    border-radius: 15px;
    padding: 20px 20px 10px;
  }

  .image-45-vh {
    height: 25rem;
  }

  .image-45-vh.is-top {
    object-position: 50% 40%;
  }

  .footer-div.flie-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .galerie-div {
    height: 25rem;
  }

  .social-div {
    margin-top: 5px;
  }

  .slide-nav {
    font-size: 11px;
  }

  ._2er-grid {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .div-block-2._2 {
    width: 100%;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .adresse {
    margin-bottom: 10px;
  }

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

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

  .nav-menu {
    padding: 10px;
  }

  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .nav-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 1.3;
  }

  .titelsection {
    text-align: center;
    height: auto;
  }

  .hero-content_block {
    justify-content: flex-end;
    align-items: center;
    padding: 15px 15px 25px;
    overflow: hidden;
  }

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

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

  .divider.hauptfarbe {
    display: none;
  }

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

  .button.flie-text.highlights {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .icons {
    margin-bottom: 10px;
  }

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

  .heading-links-klein.heading-3.farbe-der-headings {
    text-shadow: 1.2px 1.2px 1.2px var(--main-color);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
  }

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

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

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

  .success {
    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: 20px;
  }

  .maps-gro {
    height: 300px;
  }

  .maos-footer {
    min-width: 220px;
  }

  ._3er-card {
    width: 100%;
  }

  .inhalt-nebeneinander.abstand-unten {
    margin-bottom: 5px;
  }

  .circle2 {
    width: 20vw;
    right: -10px;
  }

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

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

  .circle1 {
    top: -1%;
    left: -25px;
  }

  .image-wrapper {
    border-radius: 15px;
    height: 20rem;
  }

  .image-wrapper._15rem {
    height: 15rem;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
  }

  ._2er_grid {
    width: 100%;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

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

  .heading_footer.heading-1 {
    margin-top: 8px;
    font-size: 18px;
  }

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .circle.white {
    width: 35px;
    height: 35px;
    padding: 7px;
  }

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

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

  .link {
    margin-bottom: 5px;
  }

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

  .menu-button {
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }

  .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 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-height: auto;
    font-size: 13.5px;
  }

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

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

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

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

  .shadow-cards-mitttig {
    box-shadow: 0 0 7px 4px #83838333;
  }

  .shadow-cards-top.hauptfarbe, .shadow-cards-top.highlights {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-45-vh {
    border-radius: 15px;
    height: 20rem;
  }

  .image-45-vh._15rem {
    height: 15rem;
  }

  .content-links.hauptfarbe, .content-links.highlights {
    border-radius: 15px;
    padding: 15px 15px 10px;
  }

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

  .footer-div.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .galerie-div {
    height: 20rem;
  }

  .galerie-div.auto {
    height: auto;
  }

  .galerie-div._15rem {
    height: 15rem;
  }

  .slider {
    height: 20rem;
  }

  .slide-nav {
    font-size: 10px;
  }

  .code-embed {
    height: 70vh;
  }

  .popup {
    display: none;
  }

  .contant-popup {
    width: 90%;
  }

  .back {
    width: 20px;
  }

  ._2er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-e126326a-0ec6-bcdf-b9bd-79859c8db1ed-ac7c0553, #w-node-bc89ab6c-e19d-0389-9592-3fae977e2b2d-ac7c0553, #w-node-bc89ab6c-e19d-0389-9592-3fae977e2b2f-ac7c0553, #w-node-_66b5e64c-9ad1-838f-27d3-3f727bb75bac-ac7c0553, #w-node-_66b5e64c-9ad1-838f-27d3-3f727bb75bae-ac7c0553, #w-node-_0b39bcd0-440f-881a-5c3a-d65fcd0eecd1-ac7c0553, #w-node-_1849fd0c-b1f7-5158-16cf-055571d455d9-ac7c0553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17199992-f75e-1506-65e8-fd822665286d-ac7c0553 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92800f9d-b9c4-97b5-71a9-5f7e46e2e775-ac7c055e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_684cf1f7-1a37-11d0-42cd-630e1a29c3f6-ac7c055e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f71bb457-fbab-c7a5-25ba-3875d0760c33-ac7c055e, #w-node-_58eb5f04-38bc-c009-6976-a57b7614e208-ac7c055e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58bf63a7-0d09-8288-5453-d7f6f5da9f61-ac7c055e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fef4216-82e2-e252-86bb-ad025a405a95-ac7c055e, #w-node-_4dc0823e-5cce-a017-07df-b8202eaa31a1-ac7c055e, #w-node-cb6e8e76-8b50-ff02-1a03-2957e799fb5c-ac7c055e, #w-node-_5f139a4a-eacc-c1ea-d39f-4695c2a91535-ac7c055e, #w-node-b27a3b4a-4c87-cf4a-df8e-8f0a1866c716-ac7c055e, #w-node-c6f440d8-4e32-4cf2-7bbd-0692cf4138f4-ac7c055e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e3ba5b7-4f9c-d5db-a007-7a91b4dd7824-ac7c0561 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_75eb4b9f-eef0-af54-26ac-872b3a7afe16-ac7c0561, #w-node-ef975a81-ba1e-e055-50d7-0c31ba0bbeb8-ac7c0561, #w-node-ad425509-0d42-4bd3-cc4a-809a7c70de0a-ac7c0561, #w-node-_7a8e871b-99d4-b648-3ba3-26b8ac955f27-ac7c0561, #w-node-_93135060-0655-4cf7-49c3-1ac65bd577d7-ac7c0561, #w-node-_1a1d6667-0306-201b-fe67-47c1bc241465-ac7c0561, #w-node-e13fc158-c59e-60e6-eb9e-83ec2853e9c4-ac7c0563, #w-node-bfaedc67-4ce8-6439-dd95-a55591815d7d-ac7c0563, #w-node-_01b880e5-0ccf-9af7-c89c-ee9b0e15faf5-ac7c0563, #w-node-_01b880e5-0ccf-9af7-c89c-ee9b0e15fb13-ac7c0563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ed8305-4cab-4330-c6a0-765251a44d0f-ac7c0563 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_35de7f47-5c43-288c-96e3-157a47173cd6-ac7c0563, #w-node-bc3b01ba-2729-3a9b-0f37-bf445dddc3aa-ac7c0563, #w-node-_75eb4b9f-eef0-af54-26ac-872b3a7afe16-98865691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bc89ab6c-e19d-0389-9592-3fae977e2b2d-ac7c0553, #w-node-bc89ab6c-e19d-0389-9592-3fae977e2b2f-ac7c0553, #w-node-_66b5e64c-9ad1-838f-27d3-3f727bb75bac-ac7c0553, #w-node-_66b5e64c-9ad1-838f-27d3-3f727bb75bae-ac7c0553, #w-node-_0b39bcd0-440f-881a-5c3a-d65fcd0eecd1-ac7c0553, #w-node-_1849fd0c-b1f7-5158-16cf-055571d455d9-ac7c0553 {
    grid-column: span 1 / span 1;
  }

  #w-node-_17199992-f75e-1506-65e8-fd822665286d-ac7c0553, #w-node-_8f1755f1-cb51-afe7-1d1f-a73e7027570b-702756ee, #w-node-_92800f9d-b9c4-97b5-71a9-5f7e46e2e775-ac7c055e {
    grid-column: span 2 / span 2;
  }

  #w-node-_684cf1f7-1a37-11d0-42cd-630e1a29c3f6-ac7c055e, #w-node-f71bb457-fbab-c7a5-25ba-3875d0760c33-ac7c055e {
    grid-column: span 1 / span 1;
  }

  #w-node-_2fef4216-82e2-e252-86bb-ad025a405a95-ac7c055e {
    grid-column: span 2 / span 2;
  }

  #w-node-_4dc0823e-5cce-a017-07df-b8202eaa31a1-ac7c055e, #w-node-cb6e8e76-8b50-ff02-1a03-2957e799fb5c-ac7c055e, #w-node-_5f139a4a-eacc-c1ea-d39f-4695c2a91535-ac7c055e, #w-node-b27a3b4a-4c87-cf4a-df8e-8f0a1866c716-ac7c055e, #w-node-c6f440d8-4e32-4cf2-7bbd-0692cf4138f4-ac7c055e {
    grid-column: span 1 / span 1;
  }

  #w-node-a02ff063-b7c6-5352-8dee-cd8d22147ce5-ac7c055e, #w-node-_01b880e5-0ccf-9af7-c89c-ee9b0e15fb05-ac7c0563 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35de7f47-5c43-288c-96e3-157a47173cd6-ac7c0563, #w-node-bc3b01ba-2729-3a9b-0f37-bf445dddc3aa-ac7c0563, #w-node-_97d37f2a-632f-1462-6993-31b5a71b43f4-98865691 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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

.galerie-div.team-foto {
  height: auto;
}
