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

@font-face {
  font-family: D dincondensed;
  src: url('../fonts/D-DINCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SafetyMedium;
  src: url('../fonts/SafetyMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: black;
  --secondry: #f7f7f7;
  --highlights: #e0081d;
  --green: #129035;
}

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

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-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 {
  width: 350px;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

.footer_paragraph {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Oxanium, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2 {
  font-family: Oxanium, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #e0081d;
  line-height: 1.3;
  text-decoration: none;
}

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

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

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

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

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

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

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

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.terminbutton-2 {
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-2.highlights {
  color: #fff;
  font-family: Roboto, sans-serif;
}

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

.leistungen1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.footer {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer.hauptfarbe.flie-text {
  padding-left: 100px;
  padding-right: 100px;
}

.footer-image {
  margin-right: 10px;
}

.footertext {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.flie-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.farbigebox {
  border: 2px solid var(--main);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.succeess {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oxanium, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.maps {
  width: 100%;
  height: 120px;
}

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 50%;
  margin-bottom: 40px;
  display: grid;
}

.div-block-footer1 {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link.flie-text {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

.nav-link.flie-text.w--current {
  color: #e0081d;
}

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_section {
  height: 180px;
}

.section_title {
  width: 100%;
  height: 90vh;
  position: relative;
}

.section_title.unterseite {
  height: 85vh;
}

.div-block-2 {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_1 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 50px;
  line-height: 70px;
}

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

.heading_2 {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 15px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

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

.button.flie-text.highlights:hover {
  background-color: #000;
}

.section_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-2er._100 {
  width: 100%;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading_3 {
  font-size: 35px;
  line-height: 45px;
}

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

.paragraph_1 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

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

.grid-btn-link {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  place-items: center start;
  margin-top: 30px;
}

.hyphen {
  width: 100%;
  height: 2px;
}

.parallax {
  background-image: url('../images/imgi_3_shutterstock_1575445123img3.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.parallax.img {
  background-image: url('../images/imgi_6_stephen-goldberg-LBLc9M1YrwQ-unsplash-1img3.webp');
  height: 88vh;
}

.bild-sec {
  z-index: 5;
  color: #fff;
  background-color: #12903566;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 50% 100px 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

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

.image-icon {
  filter: invert();
  object-fit: contain;
  background-color: #000;
  width: 50px;
}

.image-icon._50px {
  height: 50px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

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

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

.link.blk {
  color: #000;
}

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

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

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

.html-embed-5 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.image-100.brightness {
  filter: brightness(91%);
}

.image-wrapper-large {
  border-radius: 15px;
  height: 70vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

.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: 140px;
  top: 10px;
}

.ablaufplan {
  margin-top: 0;
}

.driffrabe {
  background-color: var(--green);
  color: #fff;
}

.flex {
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-center {
  text-align: center;
  margin-top: 0;
  font-size: 35px;
}

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

.card {
  background-color: #129035;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.card.driffrabe:hover {
  background-color: #e0081d;
  transform: scale(1.03);
}

.small-icin {
  filter: invert();
  object-fit: contain;
  width: 70px;
}

.card-heading {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}

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

.bg-section {
  background-image: url('../images/imgi_3_obi-pixel9propics-XT95JA80yzM-unsplash-1-1img3.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 79vh;
  position: relative;
}

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

.partner-div {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.part-div {
  width: 100%;
  height: 10vh;
  margin-bottom: 20px;
}

.backround-section {
  color: #fff;
  background-image: linear-gradient(#12903566, #12903566), url('../images/imgi_2_shutterstock_1837944451img3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5%;
  display: flex;
}

.card1 {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

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

.icon-small {
  width: 60px;
}

.card2 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.review-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
  padding: 28px;
  text-align: center;
}

.google-stars {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.review-card__text {
  margin-top: 12px;
}

.review-card__text.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card__text.is-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.review-card__toggle {
  background: none;
  border: none;
  color: #e0081d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin: 8px 0 0;
}

.review-card__name {
  margin-top: 12px;
}

.review-card__month {
  color: #666;
  font-size: 14px;
}

.google-bewertungen-kopf {
  text-align: center;
}

.google-bewertungen-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.google-bewertungen-cta {
  margin-top: 20px;
}

.google-bewertungen-stand {
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 16px;
}

.google-bewertungen-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .google-bewertungen-grid.w-layout-grid {
    overflow-x: hidden;
  }
}

.img-div {
  border-radius: 15px;
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.section-background {
  color: #fff;
  background-image: linear-gradient(#12903599, #12903599), url('../images/imgi_3_shutterstock_1575445123img3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5%;
  display: flex;
}

.bold {
  font-weight: 700;
}

.list-tem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-tick {
  filter: invert();
  object-fit: contain;
  width: 20px;
  margin-top: 5px;
}

.list-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.er-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 16px;
}

.whatsapp {
  z-index: 99;
  position: fixed;
  inset: 50% 1% 0% auto;
}

.social {
  object-fit: contain;
  width: 50px;
}

.utility-pag {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-pag.highlights {
  color: #fff;
}

.utility-page {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-error {
  object-fit: contain;
  height: 45vh;
}

.image-error.invert {
  filter: contrast(200%) invert();
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.wrapp {
  overflow-wrap: anywhere;
}

.paperform-embed {
  width: 100%;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .leistungen1 {
    padding-bottom: 0;
  }

  .footer.hauptfarbe.flie-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .impdat, .success {
    min-height: auto;
    padding: 60px;
  }

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

  .farbigebox.highlights {
    padding: 60px;
  }

  .succeess {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link.flie-text {
    text-align: left;
    padding: 12px 20px;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_section {
    height: 100px;
  }

  .section_title {
    height: 90svh;
  }

  .section_title.unterseite {
    height: 80svh;
  }

  .section_title.unterseite.big, .section_title.unterseite.bigger {
    height: 85svh;
  }

  .div-block-2 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .heading_1.heading-1 {
    letter-spacing: 1px;
    font-size: 40px;
  }

  .heading_2.heading-2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .button.flie-text.highlights {
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.8;
  }

  .section_1 {
    padding: 60px;
  }

  .grid-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .grid-2er._100 {
    margin-top: 20px;
  }

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

  .heading_3.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .paragraph_1.flie-text {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  .grid-btn-link {
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .hyphen.highlights {
    width: 50px;
  }

  .parallax, .parallax.img {
    height: auto;
  }

  .bild-sec {
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    padding: 60px;
    position: relative;
  }

  .content_1 {
    width: 100%;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #00000080;
    padding: 16px;
    font-size: 22px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .form-wrap {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .image-icon {
    width: 45px;
  }

  .image-icon._50px {
    height: 45px;
  }

  .image-wrapper-large {
    width: 100%;
    height: 45vh;
    position: static;
  }

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

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

  .flex.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .heading-center.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

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

  ._3er._0 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
  }

  .card.driffrabe:hover {
    transform: scale(1.02);
  }

  .small-icin {
    width: 60px;
  }

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

  .para-center.flie-text {
    font-size: 15px;
  }

  .bg-section {
    height: auto;
  }

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

  .backround-section {
    padding: 60px;
  }

  .card1 {
    padding-bottom: 10px;
  }

  ._4er-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

  .card2 {
    padding: 15px;
  }

  .section-background {
    padding: 60px;
  }

  .div.mit {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .er-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .whatsapp {
    inset: auto 1% 3% auto;
  }

  .social {
    width: 45px;
  }

  .utility-pag.highlights {
    padding: 20px;
  }

  .image-error {
    height: 40vh;
  }

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

  .elfsight-counter, .elfsight-reviews {
    margin-bottom: 0;
  }
}

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

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

  .farbe-der-headings {
    font-size: 15px;
  }

  .divblock1, .leistungen1 {
    height: auto;
  }

  .footer.hauptfarbe.flie-text {
    flex-direction: column;
  }

  .footertext {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .farbigebox.highlights {
    padding: 40px;
  }

  .succeess {
    font-size: 25px;
  }

  .maps, .div-footer {
    width: 100%;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .inhalt-footer {
    width: auto;
  }

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

  .navbar_section {
    height: 90px;
  }

  .section_title.unterseite {
    height: 75vh;
  }

  .section_title.unterseite.big, .section_title.unterseite.bigger {
    height: 90svh;
  }

  .heading_1 {
    font-size: 50px;
    line-height: 50px;
  }

  .heading_1.heading-1 {
    letter-spacing: 0;
    font-size: 35px;
  }

  .heading_2.heading-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .button.flie-text.highlights {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .section_1 {
    padding: 40px;
  }

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

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

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

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

  .grid-btn-link {
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .hyphen.highlights {
    width: 30px;
  }

  .bild-sec {
    min-height: 25rem;
    padding: 40px;
  }

  .menu-button {
    padding: 15px;
    font-size: 20px;
  }

  .image-icon {
    width: 40px;
  }

  .image-icon._50px {
    height: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .html-embed-5 {
    width: auto;
  }

  .image-wrapper-large {
    height: 22rem;
  }

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

  ._3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .card.driffrabe {
    padding-bottom: 10px;
  }

  .small-icin {
    width: 50px;
  }

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

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

  ._4er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .partner-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .part-div {
    height: 4rem;
    margin-bottom: 0;
  }

  .part-div.small {
    width: 50%;
    margin-bottom: 0;
  }

  .backround-section {
    padding: 40px;
  }

  ._4er-1 {
    flex-flow: column;
    display: flex;
  }

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

  .img-div {
    height: 15rem;
  }

  .section-background {
    padding: 40px;
  }

  .er-1 {
    flex-flow: column;
    display: flex;
  }

  .social {
    width: 40px;
  }

  .image-error {
    height: 15rem;
  }

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

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

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

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

  .utility-page-content {
    width: 200px;
  }

  .logo-img {
    width: 250px;
  }

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

  .farbe-der-headings {
    font-size: 14px;
  }

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

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

  .farbigebox.highlights {
    border-radius: 15px;
    padding: 20px;
  }

  .succeess {
    font-size: 20px;
  }

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

  .div-block-footer1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-1.hauptfarbe {
    font-size: 13.5px;
  }

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

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

  .navbar {
    padding: 5px 10px;
  }

  .navbar_section {
    height: 80px;
  }

  .section_title.unterseite {
    height: 70vh;
  }

  .section_title.unterseite.bigger {
    height: 98svh;
  }

  .heading_1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .heading_1.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .heading_2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading_2.heading-2 {
    font-size: 15px;
  }

  .button.flie-text.highlights {
    letter-spacing: 0;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

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

  .heading_3 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .paragraph_1.flie-text {
    font-size: 13.5px;
  }

  .grid-btn-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  .hyphen.highlights {
    width: 20px;
  }

  .bild-sec {
    background-color: #12903582;
    min-height: 22rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    padding: 14px;
    font-size: 18px;
  }

  .image-icon {
    width: 35px;
  }

  .image-icon._50px {
    height: 35px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 13.5px;
  }

  .image-wrapper-large {
    height: 20rem;
  }

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

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

  .card.driffrabe {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-icin {
    width: 45px;
  }

  .card-heading.heading-3 {
    margin-top: 10px;
    font-size: 18px;
  }

  .para-center.flie-text {
    font-size: 13.5px;
  }

  .partner-div {
    padding-top: 10px;
  }

  .part-div {
    height: 3rem;
  }

  .part-div.small {
    width: 80%;
  }

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

  .card1 {
    padding-bottom: 10px;
  }

  .img-div {
    height: auto;
  }

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

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

  .social {
    width: 35px;
  }

  .image-error {
    height: 13rem;
  }

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

#w-node-_553e3e9c-629d-7612-07b8-01d74ddcccab-b7b02da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cff2f81c-37ff-69f4-074a-6db2d257ef34-b7b02da8, #w-node-_0d497596-e472-df7a-971d-5d7004e74937-b7b02db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734d09dd-c378-dc6e-3165-693c3f262f61-b7b02db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e4096027-6f7f-24f0-b558-bbdeaacdce6e-b7b02db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4a3a3297-ffdd-3547-f478-b7e9fe5a18a4-b7b02da8, #w-node-_0ea2a580-de52-4f3d-22a6-69eeccaaa715-b7b02da8, #w-node-_8650f517-5d59-f125-b0d0-f094e81c57b2-b7b02da8, #w-node-c9fd20a4-63c2-33b3-5013-6169d9cc43a0-b7b02da8, #w-node-_5612f8b8-2244-6f33-7b9c-bda937fee970-b7b02db1, #w-node-_17c208e5-8bbe-8d64-dd05-7801821025b6-b7b02db4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Twotwenty';
  src: url('../fonts/TWOTWENTY.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SafetyMedium';
  src: url('../fonts/SafetyMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}