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

:root {
  --highlights: #00c8cc;
  --main: #01062b;
  --white: white;
  --black: black;
  --hellblau: #17aeb196;
}

.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: var(--highlights);
  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: 100px;
  height: 100%;
}

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--main);
  color: #fff;
}

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

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

.highlights {
  background-color: var(--highlights);
  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(--highlights);
  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: 20;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

.titelsection.unterseite {
  background-image: url('../images/image-16_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
}

.titelsection.unterseite.backr {
  background-image: url('../images/image-16_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.titelsection.unterseite {
  background-image: none;
  height: 70vh;
}

.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 {
  margin-top: 0;
  font-size: 16px;
}

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

.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(--main);
  filter: none;
}

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

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

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

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

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

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

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

.heading-links-klein.mittig.heading-3 {
  font-family: Montserrat, sans-serif;
  line-height: 1.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;
  place-items: start stretch;
  max-width: 80rem;
  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;
  margin-top: 140px;
  padding: 100px 40px;
  display: flex;
}

.datenschtz-embed {
  font-family: Montserrat, 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.top {
  padding-top: 235px;
}

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

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

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  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 {
  justify-content: flex-start;
  align-items: center;
  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%;
}

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

.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;
  height: 50vh;
  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;
}

.heading-mittig.klein {
  font-family: Montserrat, 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;
  width: 80%;
  height: 66.3vh;
  box-shadow: 3px 3px 44px #0000001a;
}

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

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

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

.image-home-2.linkss {
  object-position: 20% 50%;
}

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

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

.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;
  place-items: stretch center;
}

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

.heading_footer.heading-1 {
  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%;
}

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

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

.img-45vh.contain {
  object-fit: contain;
  object-position: 50% 100%;
}

.img-45vh.contain.startseite {
  width: 100%;
  height: 100%;
}

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

.inhalt-mittig.highlights {
  width: 100%;
}

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

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

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

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

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

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

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

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

.galerie {
  flex-direction: row-reverse;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 20px;
  display: flex;
}

.tab-content-galerie, .tabs-content {
  width: 100%;
  height: 100%;
}

.galerie-tab {
  filter: grayscale(50%);
  margin-bottom: 20px;
  padding: 0;
}

.galerie-tab.w--current {
  filter: grayscale(0%);
  background-image: none;
  padding: 0;
}

.galerie-thumbnail {
  object-fit: cover;
  width: 20vw;
  height: 100%;
}

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

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

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

.link-block.round.hauptfarbe:hover {
  filter: contrast(200%);
}

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

.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 {
  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 {
  border: 1px solid #c7c7c7;
  padding: 40px;
}

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  place-items: start stretch;
}

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

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.termin-button.heading-3.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 0 11px 20px 1px #00000080;
}

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

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

.inhalt-untereinander1.abst {
  padding-left: 0;
  padding-right: 0;
}

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

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

.div-grey {
  background-color: var(--highlights);
  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: url('../images/attachment_2_Oste-2_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  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;
}

.center-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-card {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 21vw;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px #0000001a;
}

.nav-toggle {
  padding: 0 20px 0 0;
}

.droplist.w--open {
  background-color: #fff;
}

.text-block, .text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-167 {
  width: 45vw;
}

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

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

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

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

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

.list.flie-text {
  line-height: 1.5;
}

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

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

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

.wrapp {
  overflow-wrap: anywhere;
}

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

.lightbox-link {
  width: auto;
  height: 80vh;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    z-index: 100;
    padding: 0;
    position: sticky;
  }

  .titelsection {
    height: 60vh;
    margin-top: 0;
  }

  .titelsection.unterseite {
    height: 60vh;
  }

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

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

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

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

  .section1 {
    padding: 60px;
  }

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

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

  ._2er-grid-no-overflow {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .impdat {
    margin-top: 0;
    padding: 60px;
  }

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

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

  ._3er-card {
    width: 100vw;
  }

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

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

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

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

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

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

  .section-gro-e-abst-nde.unten-abstand {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

  .content.first {
    order: -1;
    margin-bottom: 40px;
  }

  .circle1 {
    width: 22vw;
    inset: 0% auto auto 0%;
  }

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

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

  .circle3 {
    height: 20vh;
    inset: auto 0% 0% auto;
  }

  .circle4 {
    height: 20vh;
    inset: 0% auto auto 0%;
  }

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

  .image-home1.left {
    height: 50vh;
    margin-bottom: 10px;
  }

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

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

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

  .footer_grid {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

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

  .inhalt-mittig.highlights {
    width: 100%;
  }

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

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

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

  ._3-4-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .form-wrap {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .block_for_icon {
    height: 50vh;
  }

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

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

  .inhalt-untereinander1.abst {
    width: 100%;
  }

  .section_img {
    height: 60vh;
  }

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

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

  .team-card {
    z-index: 0;
    width: 39%;
  }

  .nav-dropdown, .nav-toggle {
    width: 100%;
  }

  .droplist.w--open {
    background-color: var(--hellblau);
    position: static;
  }

  .text-block {
    text-align: center;
    line-height: 22px;
  }

  .text-block-2.flie-text {
    text-align: center;
  }

  .list.flie-text {
    text-align: left;
  }

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

@media screen and (max-width: 767px) {
  .logo-img {
    width: 90px;
    max-width: none;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelsection {
    height: 28rem;
  }

  .titelsection.unterseite.backr {
    background-attachment: scroll;
    height: 28rem;
  }

  .titelsection.unterseite.banner {
    height: 28rem;
  }

  .titelsection.unterseite {
    height: 450px;
  }

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

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

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

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

  .section1 {
    padding: 40px;
  }

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

  .heading-links-klein.heading-1 {
    margin-bottom: 0;
  }

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

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

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

  .image-100.left.midde {
    object-position: 20% 50%;
  }

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

  .section-gro-e-abst-nde.unten-abstand {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .content {
    padding: 20px 0;
  }

  .image-wrapper {
    width: 100%;
    height: 25rem;
  }

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

  .circle3 {
    height: 15vh;
  }

  .image-home1, .image-home1.left, .image-home-2 {
    height: 25rem;
  }

  .footer_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading_footer.heading-1 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    display: block;
  }

  .footer1.hauptfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .img-45vh.contain.startseite {
    object-fit: cover;
    height: 25rem;
  }

  .img-45vh.contain.startseite.hoch {
    object-position: 50% 60%;
  }

  .inhalt-mittig.highlights {
    width: 100%;
  }

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

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

  .menu-button {
    padding: 10px;
  }

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

  .galerie {
    flex-direction: column;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .galerie-thumbnail {
    width: 100%;
    height: 200px;
  }

  .img-galerie {
    min-height: 400px;
  }

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

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

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

  ._2er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .block_for_icon {
    height: 25rem;
  }

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

  .inhalt-untereinander1 {
    align-items: center;
    min-width: auto;
    height: auto;
    padding: 0;
  }

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

  .section_img {
    height: 20rem;
  }

  .center-div, .team-card {
    width: 100%;
  }

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

  .list.flie-text {
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
  }

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

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

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

  .navbar {
    flex-direction: column;
  }

  .titelsection.unterseite {
    height: 550px;
  }

  .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.flie-text {
    font-size: 14px;
  }

  .icons {
    margin-bottom: 10px;
  }

  .section1 {
    padding: 40px 20px;
  }

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

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

  .success.top {
    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: 21px;
    line-height: 29px;
  }

  .maps-gro {
    height: 300px;
  }

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

  ._3er-card {
    width: 100%;
  }

  .image-100.left.midde {
    object-position: 25% 50%;
  }

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

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

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

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

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

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

  .circle3 {
    height: 15vh;
    inset: auto 0% 0% auto;
  }

  .circle4 {
    height: 13vh;
  }

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

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

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

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

  .menu-button {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .galerie-thumbnail {
    height: 120px;
  }

  .img-galerie {
    min-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-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-grey {
    background-color: var(--highlights);
  }

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

  .team-card {
    width: 100%;
  }

  .text-block, .text-block-2.flie-text {
    font-size: 14px;
  }

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

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

  .list.flie-text {
    text-align: left;
  }

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

  .content-wrapper {
    width: 100%;
  }

  .lightbox-link {
    height: auto;
  }
}

#w-node-e126326a-0ec6-bcdf-b9bd-79859c8db1ed-40e25e87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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