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

:root {
  --medium-blue: #73a3c4;
  --light-blue: #e0e6f0;
  --yellow: #feed01;
  --blue: #37aefd;
  --orange: #ef9f0d;
  --dim-grey: #544348;
}

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

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: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: #000;
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-bottom: 360px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  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(--medium-blue);
  color: #fff;
}

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

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

.highlights {
  background-color: var(--yellow);
  color: #fff;
}

.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: 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: var(--blue);
  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 {
  z-index: 100000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 90;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0%;
  box-shadow: 0 2px 5px #0003;
}

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

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

.nav-link-1.flie-text:hover {
  background-color: var(--medium-blue);
  color: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 10px #0000001a;
}

.nav-link-1.flie-text.w--current {
  background-color: var(--medium-blue);
  color: #fff;
  border-radius: 50px;
  margin-right: 20px;
  box-shadow: 3px 3px 10px #0000001a;
}

.nav-link-1.flie-text.w--current:active {
  box-shadow: 3px 3px 10px #0000001a;
}

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

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

.div-block-video {
  color: #fff;
  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-links.mittig {
  text-align: center;
}

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

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

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

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

.paragraph-left {
  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:hover {
  filter: contrast(200%);
}

.button.flie-text.highlights {
  color: #333;
  line-height: 1.5;
}

.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.mittig {
  text-align: center;
}

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

._2er-grid-no-overflow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

.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 {
  width: 60vw;
  height: 57.5vh;
}

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

.heading-success.heading-2 {
  color: #000;
}

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

.section-gro-e-abst-nde.overflow {
  overflow: visible;
}

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

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

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

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
}

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

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

.image-home1.left {
  object-position: 15% 50%;
}

.image-home-2 {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  height: 40vh;
  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;
}

.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;
  padding-left: 140px;
  padding-right: 140px;
}

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

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

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

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

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

._6er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 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;
}

.image-wrapper-galerie {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 45vh;
}

.wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.img-left, .img-right {
  object-fit: cover;
  border-radius: 10px;
  width: 26.1vw;
  height: 66.3vh;
}

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

.contact-form-wrap.flie-text {
  width: 100%;
}

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

.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;
  text-decoration: none;
}

.dic-block-grauer-rand1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px;
  transition: all .2s;
  display: flex;
}

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.block_for_icon {
  width: 3rem;
}

.termin-button {
  text-transform: uppercase;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  color: #333;
  font-family: Montserrat, sans-serif;
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  box-shadow: 0 5px 5px -1px #0003;
}

._6er-grid1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: auto;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-mitig-sml {
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-mitig-sml.heading-2 {
  line-height: 1.3;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  line-height: 1.5;
}

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

.section_img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_12_Ernie-Markler-50.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.image-8 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-101 {
  filter: invert();
}

.heading-4, .text-block {
  color: #000;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.property-wrap {
  border-radius: 10px;
  padding: 10px 10px 5px;
  transition: all .2s;
}

.property-wrap:hover {
  transform: scale(1.04);
}

.property-wrap.zweitfarbe:hover {
  transform: none;
}

.paragraph-mitig {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-mitig.flie-text {
  line-height: 1.5;
}

.cards-adjust {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._6er-grid1-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.block_for_icon-2 {
  width: 100%;
  height: 30vh;
}

.dic-block-grauer-rand1-2 {
  border: 1px solid #c7c7c7;
  padding: 20px;
}

.image-102 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

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

.image-102.top {
  object-position: 50% 80%;
}

.inhalt-untereinander1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.dropdown-15 {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

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

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

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

.button-dd.flie-text.highlights {
  color: #333;
  line-height: 1.5;
}

.dropdown-list-16 {
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
  padding-top: 20px;
}

.grid-18 {
  grid-template-rows: auto;
  width: 100%;
}

.content-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

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

.galerie-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.content-60 {
  width: 60%;
}

.jotform, .jotform-wrapper {
  width: 100%;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: var(--yellow);
    padding: 10px;
  }

  .navbar {
    z-index: 100;
    padding-left: 40px;
    padding-right: 40px;
    position: sticky;
  }

  .nav-link-1.flie-text {
    text-align: center;
    background-color: #0000;
    width: 100%;
  }

  .nav-link-1.flie-text:hover {
    background-color: var(--medium-blue);
    color: #fff;
  }

  .nav-link-1.flie-text.w--current {
    box-shadow: none;
    color: #000;
    background-color: #0000;
  }

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

  .titelsection {
    height: 60vh;
  }

  .div-block-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    inset: 0%;
  }

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

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

  .section1 {
    padding: 60px;
  }

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

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

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

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

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

  .impdat {
    padding: 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: 32px;
  }

  ._3er-card {
    width: 100vw;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .inhalt-nebeneinander.abstand-unten, .inhalt-untereinander {
    justify-content: flex-start;
    align-items: center;
  }

  .circle2 {
    inset: auto 0% 0% auto;
  }

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

  .content {
    padding: 20px 0;
  }

  .circle1 {
    inset: 0% auto auto 0%;
  }

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

  .inhalt-untereinander-2.effekt.no-shadow {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .image-wrapper {
    height: 50vh;
  }

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

  .image-home1 {
    width: 100%;
    height: 350px;
  }

  .image-home1.left {
    height: 50vh;
  }

  .image-home1.left.top {
    object-position: 50% 27%;
  }

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

  ._2er_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .footer1.hauptfarbe {
    padding: 20px 5%;
  }

  .icon-round.highlights {
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--yellow);
    margin-left: auto;
  }

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

  .icon {
    color: #000;
  }

  ._6er-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  ._3-4-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .image-wrapper-galerie {
    height: 50vh;
  }

  .wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    width: auto;
    margin-top: 20px;
  }

  .img-left, .img-right {
    width: 100%;
    height: 50vh;
  }

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

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

  ._2er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._6er-grid1 {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .inhalt-untereinander1 {
    flex-direction: column;
  }

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

  .div-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_img {
    height: 25rem;
  }

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

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

  .cards-adjust {
    flex-flow: column;
    width: 100%;
  }

  ._6er-grid1-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .block_for_icon-2 {
    height: 50vh;
  }

  .inhalt-untereinander1-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .titelsection-sub-pages {
    height: 60vh;
  }

  .dropdown-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-dd.flie-text.highlights {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-18 {
    flex-flow: column;
    display: flex;
  }

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

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

  .content-60 {
    width: auto;
  }

  .jotform {
    height: 100%;
    overflow: auto;
  }

  .jotform-wrapper {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .titelsection {
    height: 50vh;
  }

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

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

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

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

  .section1 {
    padding: 40px;
  }

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

  ._2er-grid-no-overflow {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    width: auto;
    height: auto;
  }

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

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

  .content {
    justify-content: center;
    align-items: flex-start;
    padding: 20px 10px;
  }

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

  .image-home1 {
    height: 250px;
  }

  .image-home-2 {
    height: 50vh;
  }

  .footer_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .menu-button {
    padding: 10px;
  }

  ._6er-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

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

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

  .wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .img-left, .img-right {
    height: 50vh;
  }

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

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

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

  ._2er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    display: flex;
  }

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

  .inhalt-untereinander1 {
    align-items: center;
    padding: 0;
  }

  .heading-mitig-sml.heading-2 {
    font-size: 23px;
  }

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

  .fs_modal-1_close {
    padding: 1rem;
  }

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

  ._6er-grid1-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .inhalt-untereinander1-2 {
    align-items: center;
    padding: 0;
  }

  .titelsection-sub-pages {
    height: 50vh;
  }

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

  .galerie-grid {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .flie-text {
    overflow-wrap: anywhere;
  }

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

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

  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-1.flie-text:hover, .nav-link-1.flie-text.w--current {
    background-color: var(--yellow);
    color: #000;
    font-weight: 700;
  }

  .titelsection {
    height: 50vh;
  }

  .div-block-video {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 20px;
  }

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

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

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

  .icons {
    margin-bottom: 10px;
  }

  .section1 {
    padding: 40px 20px;
  }

  .heading-links-klein.mittig.heading-3 {
    font-size: 16px;
    line-height: 1.4;
  }

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

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

  .success {
    padding-top: 60px;
    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;
    line-height: 28px;
  }

  .maps-gro {
    height: 300px;
  }

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

  ._3er-card {
    width: 100%;
  }

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

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

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

  .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .circle1 {
    inset: 0% auto auto 0%;
  }

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

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

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

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

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

  .footer1.hauptfarbe {
    text-align: left;
  }

  .menu-button {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

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

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

  .img-left, .img-right {
    height: 300px;
  }

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

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

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

  .inhalt-untereinander1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-mitig-sml.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

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

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

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

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

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

  ._6er-grid1-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .dic-block-grauer-rand1-2 {
    padding: 20px;
  }

  .inhalt-untereinander1-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .titelsection-sub-pages {
    height: 50vh;
  }
}

#w-node-e91ef0a5-29f3-dace-b5cf-33019a25fa3c-fa46de05, #w-node-_0e07c68b-8f7c-a879-835b-84a30c604c0a-fa46de05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e07c68b-8f7c-a879-835b-84a30c604c4c-fa46de05 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4ce91cc5-98c4-ac02-a115-97814cc6b512-fa46de05 {
  grid-area: 4 / 3 / 5 / 4;
}


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