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

:root {
  --antique-white: #d7cfbd;
  --light-blue: #b7cfd7;
  --silver: #b2b8b4;
  --grey: #777;
}

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

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

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

.telefonnummer.flie-text {
  color: #000;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.adresse.flie-text.center-align, .adresse.center-align {
  text-align: center;
}

.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(--light-blue);
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

.navbar {
  z-index: 20;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

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

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

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

.nav-link-1.flie-text.w--current {
  background-color: var(--silver);
  border-radius: 50px;
}

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

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

.div-block-video {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(250deg, #fff 31%, #0000 49%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 10vw 40px 50vw;
  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;
}

.heading.heading-3.farbe-der-headings {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.divider.highlights {
  width: 60%;
  height: 5px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

.button.flie-text.colour-change {
  background-color: #b7cfd7;
}

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

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

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

.icons.wei {
  filter: none;
}

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

.section1.padding-top {
  padding-top: 140px;
}

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

.heading-links-klein.heading-3 {
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

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

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

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

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

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

._2er-grid-no-overflow {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

._2er-grid-no-overflow.hide {
  display: none;
}

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

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

.inhalt-footer {
  height: 100%;
}

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

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

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

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

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

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

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

.success-block.highlights {
  border-style: none;
  width: auto;
  height: auto;
  padding: 100px;
}

.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: 150px;
  display: flex;
}

._3er-card-absolute {
  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: 75vw;
  position: absolute;
  inset: -100px auto auto;
  box-shadow: 3px 3px 44px #0000001a;
}

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

.inhalt-nebeneinander.abstand-unten {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

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

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

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

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

.image-100.contain._50vh {
  object-fit: cover;
  object-position: 50% 20%;
  height: 50vh;
}

.section-mittig {
  flex-direction: column;
  padding: 100px 10%;
  position: relative;
}

.section-mittig.zweitfarbe {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-mittig.zweitfarbe.padding-top {
  padding-top: 0;
}

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

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

.arrwow-icon {
  color: #000;
}

.arrwow-icon.highlights {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.slider_wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-3 {
  max-width: 25vw;
  margin-right: 30px;
}

.right_arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  right: -30px;
  box-shadow: 3px 3px 10px #0000001a;
}

.slider_container {
  z-index: 10;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 25vw;
  height: 100%;
  position: static;
}

.left_arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: -30px;
  box-shadow: 3px 3px 10px #0000001a;
}

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

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

.hiddem {
  display: none;
}

.mask-2 {
  max-width: 25.4vw;
  position: static;
  overflow: visible;
}

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

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

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

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

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

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

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

.text-link {
  font-size: 16px;
  text-decoration: none;
}

.text-link.heading-3.farbe-der-headings:hover {
  border-bottom: 2px solid #cecece;
}

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

.heading-mittig.heading-1 {
  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-home-2 {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  height: 46.4vh;
  position: absolute;
  top: 400px;
  left: auto;
  right: 0%;
  box-shadow: 3px 3px 44px #0000001a;
}

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

.html-embed-2 {
  width: 100%;
  max-width: 32vw;
  overflow: hidden;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

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

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

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

.heading_footer.heading-1.top20 {
  margin-top: 20px;
}

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

.circle.white.paddling5 {
  padding: 6px 4px 4px 7px;
}

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

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

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

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

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

.link.black {
  color: #000;
}

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

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

.icon-round.highlights {
  width: 10.6vh;
  height: 10.6vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-text {
  font-size: 14px;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.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 {
  color: #000;
  text-decoration: none;
}

.impressum-link.w--current {
  color: #000;
}

.datenschutz-link {
  color: #1a1212;
  text-decoration: none;
}

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

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

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

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

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

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

.nav-link-1-dropdwon.flie-text {
  color: #000;
  padding-right: 40px;
  font-weight: 500;
}

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

.dropdown-list-13 {
  background-color: var(--antique-white);
}

.dropdown-list-13.w--open {
  border-radius: 20px;
}

.div-block-166 {
  justify-content: space-between;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-167 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-167.highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.link-block-2 {
  background-color: var(--antique-white);
  border-radius: 100%;
  width: 40px;
  padding: 6px;
}

.link-block-2.padding2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

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

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

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

.div-block-168 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

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

.field-label {
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-171 {
  grid-column-gap: 18px;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
}

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

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

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

.div-block-175 {
  width: 100%;
  margin-top: 30px;
}

.slider-4 {
  height: 100%;
}

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

.image-101.top-20 {
  object-position: 50% 20%;
}

.image-101.top-40 {
  object-position: 50% 40%;
}

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

.image-101.top-5 {
  object-position: 50% 5%;
}

.image-101.top-25 {
  object-position: 50% 25%;
}

.image-101.top-30 {
  object-position: 50% 30%;
}

.image-101.top-15 {
  object-position: 50% 15%;
}

.icon-2, .icon-3 {
  background-color: #0000;
}

.left-arrow, .right-arrow, .slide-nav {
  color: #0000;
  background-color: #0000;
}

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

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

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

.section-mittig-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.section-mittig-vertical.zweitfarbe {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.quick-stack {
  width: 100%;
}

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

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

.angebot-grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: start;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
}

.grid-div-rechts {
  text-align: right;
  min-height: 20px;
}

.grid-div-links {
  min-height: 20px;
}

.bold {
  font-size: 20px;
  font-weight: 600;
}

.cell {
  background-color: var(--silver);
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-176 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.quick-stack-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-button {
  justify-content: space-between;
  display: flex;
}

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

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

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

.large-button.flie-text.highlights {
  background-color: var(--antique-white);
  line-height: 1.5;
}

.large-button.flie-text.highlights:hover {
  background-color: var(--silver);
  color: #000;
}

.center-idv {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.relative-div {
  padding: 40px 20px 20px 40px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 0 6px 1px #00000026;
}

.relative-div:hover {
  transform: translate(0, -5px);
}

.absolute-div {
  background-color: var(--light-blue);
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list {
  font-size: 16px;
}

.div-block-177 {
  display: flex;
}

.image-102 {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

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

.jotform-wrapper {
  border: 1px solid #d2d2d580;
  padding: 10px;
}

.jotform {
  margin-bottom: 0;
}

.heading-mids {
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

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

.heading-mids.mittig {
  text-align: center;
}

.wrao {
  margin-top: 20px;
}

.contact-form-2 {
  width: 100%;
}

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

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

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

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

.text-field-7.cc-textarea {
  height: 100px;
}

.form1-2 {
  margin-bottom: 0;
}

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

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

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

.quick-stack-5 {
  margin-bottom: 10px;
  padding: 0;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    z-index: 1000;
    -webkit-text-fill-color: inherit;
    background-color: #e2edee;
    background-clip: border-box;
    justify-content: flex-start;
    margin-left: 0;
    padding: 10px;
  }

  .navbar {
    z-index: 100;
  }

  .titelsection {
    height: 60vh;
  }

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

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

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

  .icons {
    height: 100%;
  }

  .section1 {
    padding: 60px;
  }

  .section1.padding-top {
    padding-top: 60px;
  }

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

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

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

  ._2er-grid-no-overflow {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .section2 {
    padding: 60px 5%;
  }

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

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

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

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

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

  .maos-footer {
    justify-content: flex-start;
    min-width: auto;
    height: 20vh;
  }

  ._3er-card-absolute {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
    position: static;
    top: 0;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

  .image-100 {
    height: 50vh;
  }

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

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

  .section-mittig {
    padding: 60px;
  }

  .section-mittig.zweitfarbe.padding-top {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-mittig.zweitfarbe.top-padding-220 {
    padding: 60px;
  }

  .slide-3 {
    max-width: 40vw;
    margin-right: 20px;
  }

  .slider_container {
    min-height: auto;
  }

  .slider-2 {
    width: 40vw;
  }

  .mask-2 {
    max-width: 40vw;
  }

  .circle2 {
    right: 0;
  }

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

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

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

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

  .circle1.invert {
    filter: none;
    top: 0%;
    left: 0;
  }

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

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

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

  .circle3 {
    height: 30vh;
    bottom: 0%;
    right: 7px;
  }

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

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

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

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

  .html-embed-2 {
    max-width: none;
  }

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

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

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

  .icon-round.highlights {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 0;
    padding: 10px;
    display: flex;
  }

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

  .icon {
    color: #000;
  }

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

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

  .contact-form-wrap.flie-text {
    align-items: center;
  }

  .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: 0;
    padding-right: 0;
  }

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

  .embed-maps {
    width: auto;
  }

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

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

  .nav-link-1-dropdwon.flie-text {
    width: 100%;
  }

  .dropdown-list-13 {
    padding: 10px;
    position: relative;
  }

  .dropdown-list-13.w--open {
    position: relative;
  }

  .div-block-166 {
    align-items: center;
  }

  .div-block-167.highlights {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 6px;
    display: flex;
  }

  .link-block-2.padding2 {
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
  }

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

  .div-block-169 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .div-block-171 {
    grid-column-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

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

  .div-block-173 {
    align-items: center;
  }

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

  .section-mittig-vertical.zweitfarbe {
    padding: 60px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .image-card {
    height: 45vh;
  }

  .angebot-grid-2 {
    justify-content: space-between;
    display: flex;
  }

  .grid-div-links {
    min-height: auto;
  }

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

  .quick-stack-3 {
    width: 100%;
  }

  .quick-stack-4 {
    width: 100%;
    padding: 0;
  }

  ._3er-grid {
    flex-direction: column;
    display: flex;
  }

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

  .image-102 {
    height: 20px;
  }

  .dropdown-15, .dropdown-16, .dropdown-17 {
    width: 100%;
  }

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

  .cell-2 {
    align-items: center;
  }

  .cell-3 {
    text-align: left;
    align-items: flex-start;
  }

  .cell-4, .cell-5 {
    align-items: flex-start;
  }

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

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

  .cell-space {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .adresse.flie-text {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelsection {
    height: 55vh;
  }

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

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

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

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

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

  .div-inhalt.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section1 {
    padding: 40px;
  }

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

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

  .heading-links-klein.heading-left {
    text-align: left;
    font-family: Archivo Narrow, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  ._2er-grid-no-overflow {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

  .image-100.contain {
    height: 45vh;
  }

  .section-mittig {
    padding: 40px;
  }

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

  .section-mittig.zweitfarbe.padding-top {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .slide-3 {
    max-width: 300px;
  }

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

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

  .slider-2 {
    width: 63vw;
    overflow: hidden;
  }

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

  .mask-2 {
    max-width: 300px;
  }

  .circle2 {
    bottom: 0%;
    right: 0;
  }

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

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

  .content {
    padding: 20px 10px;
  }

  .circle1 {
    top: 0%;
    left: 0;
  }

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

  .circle3, .circle4 {
    height: 20vh;
  }

  .image-home1, .image-home-2 {
    height: 250px;
  }

  ._2er_grid {
    width: 100%;
  }

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

  .circle.white, .circle.white.paddling5 {
    width: 40px;
    height: 40px;
  }

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

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

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

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

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

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

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

  .div-block-173 {
    align-items: center;
  }

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

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

  .bold {
    font-size: 16px;
  }

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

  .cell-3, .cell-4 {
    text-align: center;
    align-items: center;
  }

  .cell-5, .cell-6 {
    align-items: center;
  }

  .cell-7, .cell-8 {
    text-align: center;
    align-items: center;
  }

  .cell-9, .cell-10, .cell-11 {
    align-items: center;
  }

  .cell-12 {
    text-align: center;
    align-items: center;
  }

  .cell-13 {
    align-items: center;
  }

  .list-5 {
    line-height: 23px;
  }

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

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

  .text-field-7 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field-7.cc-textarea {
    margin-bottom: 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 {
    max-width: 145px;
  }

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

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

  .navbar {
    flex-direction: column;
  }

  .nav-link-1.flie-text {
    padding-left: 10px;
  }

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

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

  .heading.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

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

  .button.flie-text.highlights {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.flie-text.colour-change {
    font-size: 14px;
  }

  .div-inhalt {
    height: 300px;
  }

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

  .icons {
    margin-bottom: 0;
  }

  .section1 {
    padding: 40px 20px;
  }

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

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

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

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

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

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

  .heading-links-klein.heading-left {
    text-align: center;
    font-size: 15px;
  }

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

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

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

  .datenschtz-embed.sm-font {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

  ._3er-card-absolute {
    width: 100%;
  }

  .image-100.contain, .image-100.contain._50vh {
    height: 40vh;
    min-height: auto;
  }

  .image-100.top {
    height: 45vh;
  }

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

  .arrwow-icon.highlights {
    font-size: 25px;
  }

  .slide-3 {
    max-width: none;
  }

  .right_arrow {
    width: 40px;
    height: 40px;
    margin-right: auto;
    inset: 0% 0% 0% auto;
  }

  .slider-2 {
    width: 100%;
  }

  .left_arrow {
    width: 40px;
    height: 40px;
    margin-left: auto;
    inset: 0% auto 0% 0%;
  }

  .mask-2 {
    width: 100%;
    max-width: none;
  }

  .circle2 {
    width: 20vw;
    bottom: 0%;
    right: 0;
  }

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

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

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

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

  .circle3, .circle4 {
    height: 12vh;
  }

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

  .html-embed-2 {
    max-width: 100%;
  }

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

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

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

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

  .menu-button, .menu-button.w--open {
    padding: 10px;
  }

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

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

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

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

  .nav-link-1-dropdwon.flie-text {
    padding-left: 10px;
  }

  .div-block-167.highlights {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .link-block-2 {
    width: 30px;
    height: 30px;
  }

  .link-block-2.padding2 {
    height: 30px;
  }

  .div-block-168 {
    flex-direction: column;
  }

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

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

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

  .angebot-grid-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .grid-div-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold {
    font-size: 13px;
  }

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

  .list-5 {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-mids.heading-1 {
    font-size: 20px;
    line-height: 27px;
  }
}

#w-node-ce141339-c650-e662-b7ef-d6c263324916-946ae226 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d99794f2-4e29-71e7-2947-116aa2840fc8-702756ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-afa8e42f-26c1-c397-44fb-797580ed80ad-702756ee, #w-node-_94fd5ae5-c177-5d76-0c94-4cb7e11c2a11-702756ee, #w-node-_49820684-55fa-1447-98c3-b006a6763b84-702756ee, #w-node-_7d545fc9-600b-01ee-8cc7-71556f08b79b-702756ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7cb7da8-d5b5-5565-a8d4-f6939cdaddc0-946ae236 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02271fec-92ba-20ac-22e6-2e4f6b115fe5-946ae236, #w-node-_7e7f9280-a7ed-a839-24f2-6377d033e1f3-946ae236 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3601d433-bced-79a7-df16-92b456704333-946ae244 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c594a7-c274-4259-952d-17e670c4f26e-38a2365c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aaec0f1-8d4b-bc46-4117-cff8409043d9-38a2365c, #w-node-_89e99dd0-b753-1fe3-e396-a2581403115b-38a2365c, #w-node-_3601d433-bced-79a7-df16-92b456704333-38a2365c, #w-node-_5aaec0f1-8d4b-bc46-4117-cff8409043d9-857438e3, #w-node-_08f720cf-11a4-0f50-e87d-58ff5c6f0854-857438e3, #w-node-_5aaec0f1-8d4b-bc46-4117-cff8409043d9-2cfdacb5, #w-node-_5aaec0f1-8d4b-bc46-4117-cff8409043d9-be82dbd7, #w-node-_3601d433-bced-79a7-df16-92b456704333-be82dbd7, #w-node-_5aaec0f1-8d4b-bc46-4117-cff8409043d9-83139d1a, #w-node-_3601d433-bced-79a7-df16-92b456704333-83139d1a, #w-node-_1afaadda-f7a8-9754-bc0f-40fe810ab9ce-86ae440d, #w-node-a7cb7da8-d5b5-5565-a8d4-f6939cdaddc0-be94f820 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a441ffa8-b2e2-3571-c0aa-fe0daca40c94-be94f820, #w-node-a441ffa8-b2e2-3571-c0aa-fe0daca40cd6-be94f820, #w-node-a33641ce-be7b-e692-5019-3d3d69ab3b26-be94f820, #w-node-_27eef0a4-9ed0-27fc-b9fa-744f73df5fc8-be94f820, #w-node-cbcc99bb-e2e6-c626-bbfc-642445be8258-be94f820, #w-node-_0eb794bf-4fcc-a833-547a-5bcc60acb409-be94f820, #w-node-_47a7602b-75b0-efc8-6b3b-095833693329-be94f820, #w-node-_5c79b5b6-d7c9-3ac7-2efb-943574f05da1-be94f820, #w-node-_755d86d3-914b-0f95-6cd8-bfdf5a696643-be94f820, #w-node-_5c1ccc48-b69d-7af4-f144-794a39b0687b-be94f820, #w-node-_040828e1-c1f5-8d5e-6c84-7d32580c6724-be94f820, #w-node-_07c6cbe1-86c9-6595-91b3-5d1c706f73a3-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9895712a-2974-ef6d-b224-a39eaa163846-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5ae343e4-379e-fb3d-d1cc-695ee9efabb4-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_41434253-1616-cc40-c6a1-0401f931a964-be94f820, #w-node-_791ab4f0-68d5-2a92-155c-6f7832870b25-be94f820, #w-node-_3d435c05-77b6-fb80-3a9e-0ddad95f8885-be94f820, #w-node-b750bd2b-6712-097b-14fc-2f1767cbe2ee-be94f820, #w-node-f5f34f7d-906a-fd23-4665-6f612c510cde-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b45dbc41-f128-9dca-b594-38370eabdd84-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_038a6354-db23-af35-b1e0-0a870e0e4164-be94f820, #w-node-a13d107c-cb3b-335b-8128-fa79c32dc3f8-be94f820, #w-node-b2f387a0-d341-177b-6cde-ddc0c3ad5a60-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7ab153cf-44cf-fe83-7353-fea32fecb0af-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0f27e8dd-d675-0e1d-e9b9-b151243957aa-be94f820 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1c212a0b-e441-fa5a-d8bc-82aaf5d5a526-c443b0e5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fc1fffc9-4797-6ba0-6f77-5970722e98c5-c443b0e5 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ccbf5b4-20ab-e77c-04af-190da387e7a7-c443b0e5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d19532c-58af-058b-c10d-13d8b658fd22-e4e9afd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d99794f2-4e29-71e7-2947-116aa2840fc8-702756ee {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-afa8e42f-26c1-c397-44fb-797580ed80ad-702756ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_49820684-55fa-1447-98c3-b006a6763b86-702756ee {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d545fc9-600b-01ee-8cc7-71556f08b79b-702756ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1c212a0b-e441-fa5a-d8bc-82aaf5d5a526-c443b0e5, #w-node-fc1fffc9-4797-6ba0-6f77-5970722e98c5-c443b0e5, #w-node-_2ccbf5b4-20ab-e77c-04af-190da387e7a7-c443b0e5 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce141339-c650-e662-b7ef-d6c263324916-946ae226 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-afa8e42f-26c1-c397-44fb-797580ed80ad-702756ee, #w-node-_94fd5ae5-c177-5d76-0c94-4cb7e11c2a11-702756ee, #w-node-_49820684-55fa-1447-98c3-b006a6763b84-702756ee, #w-node-_7d545fc9-600b-01ee-8cc7-71556f08b79b-702756ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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