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

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

:root {
  --light-brown: #bd9f7c;
  --beige: #d6c4b4;
  --dark-brown: #7b5138;
  --brown-color: #ac846c;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

body {
  color: #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(--light-brown);
  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;
  height: 26vh;
}

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

.logo.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  color: #fff;
  background-color: #7b5138;
}

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

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

.highlights {
  background-color: var(--light-brown);
  color: #000;
  overflow: visible;
}

.highlights.w--open {
  border-radius: 0;
  width: auto;
  display: flex;
}

.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(--dark-brown);
  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;
}

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--beige);
  color: #fff;
}

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

.logo-wei.highlights-2 {
  background-color: #cda7797d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-1 {
  z-index: 10000;
  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-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navbar.highlights {
  z-index: 999;
  background-color: #bd9f7c;
}

.nav-link-1 {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.nav-link-1.flie-text {
  color: #000;
  white-space: nowrap;
  font-size: 18px;
}

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

.nav-link-1.flie-text.w--current {
  font-size: 18px;
}

.nav-link-1.dd {
  padding-left: 0;
  padding-right: 0;
}

.titelsection {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  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: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 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 {
  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.highlights:hover, .button.flie-text.highlights.btn:hover {
  background-color: var(--brown-color);
}

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

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

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

.section1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 15%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section1.oveflow {
  overflow: visible;
}

.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: Archivo Narrow, 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;
  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;
  padding: 100px 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

.section-gro-e-abst-nde {
  z-index: 1;
  background-color: var(--white);
  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: 6rem 5%;
  display: flex;
}

.section-gro-e-abst-nde.overflow {
  background-color: var(--white);
  overflow: visible;
}

.section-gro-e-abst-nde.zweitfarbe {
  background-color: var(--beige);
}

.content {
  padding: 100px 40px;
}

.circle1 {
  z-index: -1;
  opacity: .2;
  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 {
  justify-content: center;
  align-items: center;
  height: 55vh;
  transition: all .2s;
  display: flex;
}

.image-wrapper:hover {
  transform: scale(1.04);
}

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

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

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

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

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.footer1.highlights {
  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;
}

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

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

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

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

.contact-form-wrap.flie-text.hauptfarbe {
  background-color: var(--brown-color);
}

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

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

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

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

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

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

.link-formular.farbe-der-headings {
  color: #ffd5bc;
}

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

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

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

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

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

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

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

.termin-button.heading-3.highlights {
  background-color: #bd9f7c;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

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

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

.heading-linksb-ndig1.heading-2.mittig {
  text-align: center;
}

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

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

.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 {
  z-index: 2147483647;
  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;
}

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

.social-links {
  width: 2.5rem;
}

.social-wrap {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

.flex-wrap-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.review-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  width: 100%;
}

.review-cards {
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.review-cards.zweitfarbe {
  width: 100%;
  height: 100%;
}

.quote {
  object-fit: contain;
  width: 1rem;
  margin-bottom: 0;
}

.paragraph-mitig {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}

.quote-rotate {
  object-fit: contain;
  width: 1rem;
  transform: rotate(-180deg);
}

.referenze-logo {
  object-fit: contain;
  height: 13vh;
}

.list-grid {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.bullet-point {
  object-fit: contain;
  width: 1.5rem;
}

.bullet-point.white {
  filter: contrast(200%) invert() contrast(200%) grayscale();
}

.image-wrapper-60vh {
  width: 100%;
  height: 60vh;
  transition: all .2s;
}

.image-wrapper-60vh:hover {
  transform: scale(1.04);
}

._2er-grid-left-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
}

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

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.card-flex-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.left {
  flex-flow: column;
  order: -1;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.right {
  flex-flow: column;
  order: 1;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

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

.heading-logo-style.heading-3 {
  margin-top: 10px;
  font-family: Themysion, Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.slider-5 {
  background-color: #0000;
  width: 30vw;
  height: 40vh;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.slider_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-2 {
  color: #4b3225;
}

.slider_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide {
  width: 90%;
  height: 100%;
  margin-right: 20px;
}

.hiddem {
  display: none;
}

.mask-3 {
  position: static;
  overflow: visible;
}

.section1-kontakt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 15% 140px 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-link-2.flie-text {
  color: #000;
  margin-right: 20px;
  font-size: 18px;
}

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

.nav-link-2.flie-text.w--current {
  margin-right: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.arrowtop {
  z-index: 2147483647;
  object-fit: contain;
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  inset: auto 1% 15% auto;
}

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #000;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 0;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #000;
}

.courses-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-grauer-rand12 {
  border: 1px solid #c7c7c7;
  height: auto;
  padding: 40px;
}

.div-block-grauer-rand12.hauptfarbe.hide {
  display: none;
}

.div-block-grauer-rand12.hauptfarbe {
  background-color: #ac846c;
}

.section-courses {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-courses.zweitfarbe {
  display: none;
}

.dic-block-grauer-rand {
  border: 1px solid var(--light-brown);
  height: auto;
  padding: 40px;
}

.dic-block-grauer-rand.hauptfarbe {
  background-color: var(--brown-color);
}

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

.card-flex-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block_for_images {
  width: 100%;
  height: 40vh;
  margin-bottom: auto;
}

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

.block-login {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-brown);
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.code-embed-2 {
  font-size: 22px;
}

.dropdown-15 {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.dropdown-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.paragraph-faq.flie-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.heading-links-kmitting {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

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

.heading-links-kmitting.heading-3.farbe-der-headings {
  text-align: center;
  line-height: 1.3;
}

.heading-links-kmitting.heading-3.farbe-der-headings.top {
  margin-top: 30px;
  margin-bottom: 20px;
}

.highlights-2 {
  color: #fff;
  background-color: #fffdd0;
  overflow: visible;
}

.highlights-2.w--open {
  border-radius: 0;
  width: auto;
  display: flex;
}

.image-100-white {
  object-fit: cover;
  object-position: 40% 60%;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.block_for_icon-2 {
  height: 20vh;
}

.block_for_icon-2.small {
  height: 13vh;
}

.block_for_icon-2.small.white {
  background-color: #fff;
}

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

.footer-block1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-block1.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.image-wrapper-80vh {
  width: 100%;
  height: 75vh;
  transition: all .2s;
  position: relative;
}

.image-wrapper-80vh:hover {
  transform: scale(1.04);
}

.image-wrapper-80vh.last {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.list-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-button-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.accordion-tab-button-dark-2 {
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

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

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

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

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

.button-auto.flie-text.highlights:hover {
  background-color: var(--brown-color);
  outline-offset: 0px;
  outline: 1px solid #fff;
}

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

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

.button-auto.flie-text.highlights:hover {
  background-color: #7b5138;
}

.image-100-contain {
  object-fit: contain;
  object-position: 40% 60%;
  width: 100%;
  height: 100%;
}

.button-wrapper-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: 31.25rem;
  height: 70vh;
  position: static;
}

.slider_container-2 {
  width: 100%;
  min-height: 300px;
  margin-top: 40px;
  padding: 40px;
  overflow: hidden;
}

.slide_content_wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content_3-3 {
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.content_3-3:hover {
  transform: scale(1.1);
}

.mask-5 {
  position: static;
  overflow: visible;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  transition: all .6s;
}

._2er-grid-left-text-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
}

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

.inhalt-untereinander-3 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.kontakt-wrapper {
  width: 100%;
}

.top-div {
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-item-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.arrow-div-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-question-header {
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-question-header.heading-1 {
  letter-spacing: 1px;
  font-size: 20px;
}

.accordion-tab-button {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: transform .2s;
  display: flex;
}

.arrow-right-2-2 {
  background-color: #000;
  border-radius: 1px;
  width: 1.875rem;
  height: .1875rem;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-left-2-2 {
  background-color: #000;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.image-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 55vh;
  margin: auto;
  display: flex;
}

.image-wrapper-3.auto {
  width: auto;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.lightbox-link-3:hover {
  transform: scale(1.1);
}

.lightbox-link-3.no-hover:hover {
  transform: none;
}

.image-wrapper-4 {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.lightbox-link-4 {
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.lightbox-link-4:hover {
  transform: scale(1.1);
}

.block-login-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bd9f7c;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

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

.block-login-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bd9f7c;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.heading-88, .heading-89, .heading-90, .heading-91, .heading-92, .heading-93, .heading-94 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.text-span {
  color: #000;
}

.arrow-1 {
  color: #4b3225;
}

.image-101 {
  width: 150px;
}

.image-101._100 {
  width: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.list-5 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.arrow-div-3 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 0;
  display: flex;
}

.list-6 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
}

.div-block-2 {
  border: 1px solid #fff3;
  padding: 10px;
}

.image-102, .lightbox-link-5 {
  display: none;
}

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

.ligthbox {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.buttons-wrap {
  flex-flow: column;
  display: flex;
}

._2er-grid-right-text {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  width: 100%;
}

.code-embed-6 {
  height: 60vh;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--beige);
  grid-template-columns: .5fr 1fr;
  width: 70%;
  margin-bottom: 10px;
  padding: 0;
}

.video-block {
  border: 2px solid var(--light-brown);
  background-color: var(--light-brown);
  height: 350px;
  padding: 20px;
}

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

.bold {
  font-weight: 700;
}

.div-block-3 {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.slider-6 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  height: 70vh;
  position: sticky;
  top: 15vh;
}

.grid-3 {
  border-radius: 20px;
  grid-template-rows: auto;
  padding: 40px;
}

.grid-3.hauptfarbe {
  background-color: #ac846c;
  position: relative;
}

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

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

  .highlights.w--open {
    background-color: #cfb18e;
    flex-flow: column;
    position: relative;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: var(--beige);
    height: 70vh;
    padding: 10px;
    overflow: auto;
  }

  .navbar {
    z-index: 100;
  }

  .navbar.highlights {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-1 {
    width: 100%;
    padding-left: 20px;
  }

  .nav-link-1:hover {
    background-color: var(--brown-color);
    border-radius: 50px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-link-1.flie-text {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 16px;
  }

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

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

  .section1 {
    padding: 60px;
  }

  .section1.oveflow {
    overflow: hidden;
  }

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

  ._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 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._3er-card {
    width: 100vw;
  }

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

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

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

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

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

  .image-wrapper {
    height: 55vh;
  }

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

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

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

  .footer1.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer1.highlights.flie-text {
    padding: 20px 40px;
  }

  ._4er-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    display: flex;
  }

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

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

  .menu-button {
    background-color: var(--brown-color);
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .icon {
    color: #000;
  }

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

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

  .contact-form-wrap.flie-text.hauptfarbe {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .error-message {
    width: auto;
  }

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

  .text-field-4 {
    text-align: left;
    height: auto;
  }

  .contact-form {
    text-align: left;
  }

  .block_for_icon {
    height: 45vh;
  }

  .heading-linksb-ndig1.heading-2, .paragraph-links1.flie-text {
    text-align: center;
  }

  .paragraph-links1.flie-text.leftaligned {
    text-align: left;
  }

  .section_img {
    height: 50vh;
  }

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

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

  .social-links {
    width: 32px;
  }

  .flex-wrap-icon {
    margin-top: 10px;
  }

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

  .image-wrapper-60vh {
    height: 55vh;
  }

  ._2er-grid-left-text {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .dropdown {
    width: 100%;
  }

  .heading-logo-style.heading-3 {
    font-size: 40px;
  }

  .slider-5 {
    width: 100%;
    height: 70vh;
  }

  .slider_container {
    width: 100%;
  }

  .section1-kontakt {
    padding: 60px;
  }

  .nav-link-2.flie-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .nav-link-2.flie-text:hover {
    background-color: #0000;
  }

  .arrowtop {
    width: 35px;
    height: 35px;
  }

  .accordion-item-wrapper-white-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .courses-section, .courses-section.zweitfarbe {
    padding: 60px;
  }

  .section-courses {
    padding: 100px 5%;
  }

  .section-courses.zweitfarbe {
    padding: 60px;
  }

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

  .card-flex-horizontal {
    flex-flow: column;
  }

  .block_for_images.first {
    order: -1;
  }

  .heading-links-kmitting.heading-3.farbe-der-headings.top {
    font-size: 25px;
  }

  .block_for_icon-2 {
    height: 13vh;
  }

  .block_for_icon-2.hide {
    display: none;
  }

  .block_for_icon-2.abs {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .block_for_icon-2._1 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .block_for_icon-2._2 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .footer-block1 {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper-80vh {
    height: 55vh;
  }

  .image-wrapper-80vh.last {
    order: 1;
  }

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

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

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

  .button-wrapper-flex {
    justify-content: center;
    align-items: center;
  }

  .slider-3 {
    width: 100%;
    height: 50vh;
  }

  .slider_container-2 {
    margin-top: 10px;
  }

  ._2er-grid-left-text-2 {
    flex-flow: column;
    display: flex;
  }

  .accordion-item-wrapper {
    margin-bottom: 20px;
  }

  .image-wrapper-3 {
    width: 50%;
  }

  .image-wrapper-4.last {
    order: 1;
  }

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

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

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

  .code-embed-3 {
    overflow: auto;
  }

  .image-101._100 {
    width: 100%;
    height: 100%;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-102 {
    width: 100%;
    height: 100%;
  }

  .lightbox-link-5 {
    z-index: 100;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .ligthbox {
    display: none;
  }

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

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

  ._2er-grid-right-text {
    flex-flow: column;
    display: flex;
  }

  ._2er-grid-right-text.invert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }

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

  .video-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .div-block-4 {
    position: relative;
    top: 0;
  }

  .grid-3.hauptfarbe {
    grid-template-columns: 1fr;
  }
}

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

  .logo.w--current {
    margin-left: auto;
    margin-right: auto;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-link-1.flie-text.w--current {
    font-size: 16px;
  }

  .titelsection {
    height: 55vh;
  }

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

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

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

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

  .section1 {
    padding: 40px;
  }

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

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

  .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.abstand-seite, .section-gro-e-abst-nde.overflow {
    padding: 40px;
  }

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

  .image-wrapper {
    height: 25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block_for_icon {
    height: 25rem;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 21px;
  }

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

  .social-links {
    width: 32px;
  }

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

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

  .heading-logo-style.heading-3 {
    font-size: 41px;
    line-height: 40px;
  }

  .slider-5 {
    width: 100%;
    height: 60vh;
  }

  .slider_wrapper {
    width: 100%;
  }

  .arrow-2 {
    margin-right: 40px;
  }

  .right_arrow {
    margin-right: -40px;
  }

  .left_arrow {
    margin-left: -40px;
  }

  .section1-kontakt {
    padding: 40px;
  }

  .arrow-div {
    width: 20px;
    height: 20px;
  }

  .courses-section, .courses-section.zweitfarbe {
    padding: 40px;
  }

  .div-block-grauer-rand12.hauptfarbe {
    padding: 20px;
  }

  .section-courses.zweitfarbe {
    padding: 40px;
  }

  ._3er_service, .content_wrap {
    width: 100%;
  }

  .heading-links-kmitting.heading-3.farbe-der-headings {
    font-size: 19px;
  }

  .block_for_icon-2.abs {
    height: 11vh;
  }

  .heading-button-2 {
    font-size: 16px;
  }

  .accordion-tab-button-dark-2 {
    width: 90vw;
  }

  .accordion-tab-button-dark-2.highlights {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-untereinander1-2 {
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 20px;
  }

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

  .button-wrapper-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .slider-3 {
    width: 100%;
    height: 25rem;
  }

  .slider_container-2 {
    width: 100%;
    padding: 20px;
  }

  .accordion-question-header {
    font-size: 1.4em;
  }

  .accordion-tab-button {
    width: 90vw;
  }

  .accordion-tab-button.highlights {
    width: auto;
  }

  .image-wrapper-3, .image-wrapper-4.last {
    height: 25rem;
  }

  .arrow-1 {
    margin-left: 30px;
  }

  .arrow-div-3 {
    width: 20px;
    height: 20px;
  }

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

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

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

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

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

  .code-embed-6 {
    height: auto;
    margin-top: 10px;
  }

  .grid-2 {
    width: 100%;
  }

  .video-block {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px;
  }

  .div-block-4 {
    height: auto;
  }

  .grid-3.hauptfarbe {
    padding: 20px;
  }
}

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

  .logo-img {
    height: 125px;
  }

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

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

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

  .navbar {
    flex-direction: column;
  }

  .nav-link-1.flie-text, .nav-link-1.flie-text.w--current {
    font-size: 14px;
  }

  .titelsection {
    height: 50vh;
  }

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

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

  .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.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 20px;
  }

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

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

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

  ._3er-card {
    width: 100%;
  }

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

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

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

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

  ._2er_grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    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;
  }

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

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

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

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

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

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

  .termin-button.heading-3.highlights {
    text-align: center;
  }

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

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

  .paragraph-links1.flie-text.leftaligned {
    overflow-wrap: normal;
    margin-bottom: 0;
  }

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

  .social-links {
    width: 29px;
  }

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

  .heading-logo-style.heading-3 {
    font-size: 39px;
    line-height: 45px;
  }

  .slider-5 {
    width: 100%;
    height: 60vh;
  }

  .arrow-2 {
    margin-right: 30px;
    font-size: 35px;
  }

  .slide {
    width: 100%;
    margin-right: 10px;
  }

  .section1-kontakt {
    padding: 40px 20px;
  }

  .nav-link-2.flie-text {
    font-size: 14px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .courses-section {
    padding: 40px 20px;
  }

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

  .div-block-grauer-rand12 {
    padding: 20px;
  }

  .div-block-grauer-rand12.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .block-login {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2 {
    font-size: 14px;
    display: block;
  }

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

  .heading-links-kmitting.heading-3.farbe-der-headings {
    font-size: 18px;
  }

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

  .block_for_icon-2.abs {
    height: 12vh;
  }

  .block_for_icon-2._1, .block_for_icon-2._2 {
    position: static;
  }

  .accordion-tab-button-dark-2 {
    padding-left: 10px;
  }

  .accordion-tab-button-dark-2.highlights {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .inhalt-untereinander1-2 {
    padding: 10px 0;
  }

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

  .slider-3 {
    width: 100%;
    height: 25rem;
  }

  .arrow-div-2 {
    margin-right: 0;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-question-header.heading-1 {
    font-size: 15px;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .image-wrapper-3 {
    width: 100%;
  }

  .block-login-2, .block-login-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-1 {
    font-size: 35px;
  }

  .div-block {
    flex-flow: column;
  }

  .list-5 {
    padding-left: 20px;
  }

  .arrow-div-3 {
    margin-right: 0;
  }

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

  .ligthbox {
    display: block;
  }

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

  .modal1_component {
    width: auto;
    height: auto;
  }

  .video-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    display: flex;
  }

  .div-block-3 {
    padding: 5px;
  }

  .grid-3.hauptfarbe {
    padding: 10px;
  }
}

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

#w-node-_9a175aab-af73-df14-4ad7-b992d1770385-9b919028 {
  justify-self: center;
}

#w-node-d9bf20d8-307b-ee48-a008-d67729080b8c-9b919030 {
  align-self: start;
}

#w-node-d9bf20d8-307b-ee48-a008-d67729080b92-9b919030 {
  align-self: end;
}

#w-node-_4cc40e4b-3509-6cf6-7def-b32c2ac32899-9b919030 {
  align-self: start;
}

#w-node-_4cc40e4b-3509-6cf6-7def-b32c2ac3289d-9b919030 {
  align-self: end;
}

#w-node-fae6e080-eca2-81f4-5dac-755144cb7a48-9b919030 {
  align-self: start;
}

#w-node-fae6e080-eca2-81f4-5dac-755144cb7a4c-9b919030 {
  align-self: end;
}

#w-node-a5ed5ca1-a6e1-5f19-63c2-414dfee832f7-9b919030 {
  align-self: start;
}

#w-node-a5ed5ca1-a6e1-5f19-63c2-414dfee832fb-9b919030 {
  align-self: end;
}

#w-node-_41be8602-0eea-6f55-cc30-694872457ad3-9b919030 {
  align-self: start;
}

#w-node-_41be8602-0eea-6f55-cc30-694872457adb-9b919030 {
  align-self: end;
}

#w-node-a548be68-1ccd-3cee-d9a7-1d3f7fc5a440-9b919030 {
  align-self: start;
}

#w-node-a548be68-1ccd-3cee-d9a7-1d3f7fc5a444-9b919030 {
  align-self: end;
}

#w-node-ac097754-9741-2e16-ba06-16ab70760b17-9b919030 {
  align-self: start;
}

#w-node-ac097754-9741-2e16-ba06-16ab70760b1d-9b919030 {
  align-self: end;
}

#w-node-afdc0efb-753d-b541-2d53-7d66368db906-9b919030 {
  align-self: start;
}

#w-node-afdc0efb-753d-b541-2d53-7d66368db90a-9b919030 {
  align-self: end;
}

#w-node-_6b831094-3905-beae-6ead-70fdcdd1e811-9b919030 {
  align-self: start;
}

#w-node-_6b831094-3905-beae-6ead-70fdcdd1e815-9b919030 {
  align-self: end;
}

#w-node-_1e188812-064e-aaf5-60a2-693524ec7403-9b919030 {
  align-self: start;
}

#w-node-_1e188812-064e-aaf5-60a2-693524ec7407-9b919030 {
  align-self: end;
}

#w-node-_032ab48b-7fc1-3e93-bc6e-6aa8e59dfd49-9b919030 {
  align-self: start;
}

#w-node-_032ab48b-7fc1-3e93-bc6e-6aa8e59dfd4f-9b919030 {
  align-self: end;
}

#w-node-_72056fab-f348-fd9e-7a05-2d771d63351c-9b919030 {
  align-self: start;
}

#w-node-_72056fab-f348-fd9e-7a05-2d771d633520-9b919030 {
  align-self: end;
}

#w-node-_8d11f236-f625-c403-473e-153c8adc99c0-9b919030 {
  align-self: start;
}

#w-node-_8d11f236-f625-c403-473e-153c8adc99c6-9b919030 {
  align-self: end;
}

#w-node-_0532a12a-368c-0bf5-ed27-2f1204ef8d70-9b919030 {
  align-self: start;
}

#w-node-_0532a12a-368c-0bf5-ed27-2f1204ef8d74-9b919030 {
  align-self: end;
}

#w-node-_561e8d8c-60a4-6d7e-0434-db1c45c739e1-9b919030 {
  align-self: start;
}

#w-node-_561e8d8c-60a4-6d7e-0434-db1c45c739e5-9b919030 {
  align-self: end;
}

#w-node-_0619ee4f-6b7f-170a-ef4d-6b852cd5142b-9b919030 {
  align-self: start;
}

#w-node-_0619ee4f-6b7f-170a-ef4d-6b852cd5142f-9b919030 {
  align-self: end;
}

#w-node-_2bf970a5-99be-daee-8936-1554e1d9da45-9b919030 {
  align-self: start;
}

#w-node-_2bf970a5-99be-daee-8936-1554e1d9da49-9b919030 {
  align-self: end;
}

#w-node-d15982f9-5f78-e195-1d65-e6742052a4ea-9b919030 {
  align-self: start;
}

#w-node-d15982f9-5f78-e195-1d65-e6742052a4ee-9b919030 {
  align-self: end;
}

#w-node-_66a71512-93c7-4deb-7301-3e92cd65fd59-9b919030 {
  align-self: start;
}

#w-node-_66a71512-93c7-4deb-7301-3e92cd65fd5d-9b919030 {
  align-self: end;
}

#w-node-fe650f90-7402-2db0-cf35-db06d837ce64-9b919030 {
  align-self: start;
}

#w-node-fe650f90-7402-2db0-cf35-db06d837ce68-9b919030 {
  align-self: end;
}

#w-node-f2a544c5-b2ab-3f5d-4d41-b67ee5ba570f-9b919030 {
  align-self: start;
}

#w-node-f2a544c5-b2ab-3f5d-4d41-b67ee5ba5713-9b919030 {
  align-self: end;
}

#w-node-_250ea4be-21ed-18b7-02c6-bfe19e554d87-9b919030 {
  align-self: start;
}

#w-node-_250ea4be-21ed-18b7-02c6-bfe19e554d8b-9b919030 {
  align-self: end;
}

#w-node-_4b2ac0e2-e8f0-057f-776b-b334b434a13b-9b919030 {
  align-self: start;
}

#w-node-_4b2ac0e2-e8f0-057f-776b-b334b434a13f-9b919030 {
  align-self: end;
}

#w-node-_03548093-4ecb-0f94-a157-c296618e0734-9b919030 {
  align-self: start;
}

#w-node-_03548093-4ecb-0f94-a157-c296618e0738-9b919030 {
  align-self: end;
}

#w-node-_53da0c16-13ca-aadb-43de-d8e5d49a02d2-9b919030 {
  align-self: start;
}

#w-node-_53da0c16-13ca-aadb-43de-d8e5d49a02d7-9b919030 {
  align-self: end;
}

#w-node-_1a5f9420-55df-f732-1e42-38263322ecf0-9b919030 {
  align-self: start;
}

#w-node-_1a5f9420-55df-f732-1e42-38263322ecf4-9b919030 {
  align-self: end;
}

#w-node-_072d744a-1df9-f820-396c-2e891b69d928-9b919030 {
  align-self: start;
}

#w-node-_072d744a-1df9-f820-396c-2e891b69d92d-9b919030 {
  align-self: end;
}

#w-node-_21439f60-aef9-5b41-fc1a-b03d60b00e08-9b919030 {
  align-self: start;
}

#w-node-_21439f60-aef9-5b41-fc1a-b03d60b00e0d-9b919030 {
  align-self: end;
}

#w-node-_149f7d50-fadb-6c34-0d7a-6694d9f0d965-9b919030 {
  align-self: start;
}

#w-node-_149f7d50-fadb-6c34-0d7a-6694d9f0d969-9b919030 {
  align-self: end;
}

#w-node-a2e6774a-93de-d763-84bb-dcb8262567ac-9b919030 {
  align-self: start;
}

#w-node-a2e6774a-93de-d763-84bb-dcb8262567b2-9b919030 {
  align-self: end;
}

#w-node-aecfd9b3-8aa2-61ab-b1bf-6b045f278d82-9b919030 {
  align-self: start;
}

#w-node-aecfd9b3-8aa2-61ab-b1bf-6b045f278d86-9b919030 {
  align-self: end;
}

#w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf813a-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf813e-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8183-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf81e5-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf81e6-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf81ea-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf822c-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf827c-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8281-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8285-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf82bb-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf82c4-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8313-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf831c-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf835f-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8360-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf83bf-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8404-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf840d-9b919036 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Kommunikation-im-Team.w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8426-9b919036 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8453-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf8457-9b919036, #w-node-_0a9c184a-13d3-8f1b-0406-37d48eaf845c-9b919036, #w-node-a0ef8748-e453-62e7-fa64-6f26dc665b78-9b919036, #w-node-_9b13e344-ce1a-9b13-3f77-76cac985603c-9b919036, #w-node-_6eca88bb-29d7-8c19-1357-642e2dc65eb9-9b919038, #w-node-_678308ac-cfb6-198a-da46-055537918c71-9b919038, #w-node-_15fad2ca-6f99-05bb-c063-11cf88d6ec11-d9e1ae4a, #w-node-_77e0a0bd-2468-e8cd-188c-ca9d0cce8206-d9e1ae4a, #w-node-_8618b971-dcee-2a18-783e-48df2a8ff1bf-d9e1ae4a, #w-node-e7cc43f8-a842-0db2-712c-23d92a78f518-d9e1ae4a {
  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;
}
@font-face {
  font-family: 'Themysion';
  src: url('../fonts/Themysion.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}