:root {
  --brown-highlights: #c59d5f;
  --black: black;
  --white: white;
}

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  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;
}

.utility-page-wrap {
  background-color: var(--brown-highlights);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  width: 10vw;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.telefonnummer {
  margin-bottom: 0;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #c59d5f;
}

.adresse {
  margin-bottom: 5px;
}

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

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

.heading-3 {
  font-family: Montserrat, 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: #c59d5f;
  line-height: 1.3;
}

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

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

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

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

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

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

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

.vertical-flex.flie-text {
  color: #fff;
}

.footer-block {
  justify-content: center;
  width: 90%;
  padding: 20px 140px;
  display: flex;
}

.footer {
  color: #fff;
  height: auto;
}

.footer.hauptfarbe {
  justify-content: center;
  display: flex;
}

.content {
  z-index: 5;
  color: #fff;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
}

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

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

.background-video {
  height: 100%;
}

.section_relative {
  background-image: linear-gradient(#000000b3, #000000b3);
  height: 110vh;
  position: relative;
}

.section_relative.unterseite {
  height: 80vh;
}

.titelheading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

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

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

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

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

._3er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 72vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.content_1.hauptfarbe {
  width: 100%;
}

.content_1.white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffc;
  height: auto;
}

.heading_2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.heading_2.heading-2 {
  line-height: 1.3;
}

.heading_2.heading-2.farbe-der-headings {
  text-align: left;
  line-height: 1.3;
}

.heading_2.heading-2.left {
  text-align: left;
}

.heading_1 {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

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

.paragraph_1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph_1.flie-text.with_margin {
  z-index: 10;
  margin-top: 40px;
  position: relative;
}

.link_page.farbe-der-headings {
  font-weight: 700;
  text-decoration: none;
}

.absolute_block {
  z-index: 1;
  opacity: 0;
  border: 2px solid #c59d5f;
  width: 70%;
  height: 70%;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.absolute_block:hover {
  opacity: 1;
  width: 90%;
  height: 90%;
}

.section_1 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/2023-11-24_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 10%;
  position: relative;
}

.html-embed-marquee {
  opacity: .35;
  text-align: center;
  letter-spacing: 50px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 40px;
  font-size: 300px;
  line-height: 300px;
  position: absolute;
  inset: 0%;
}

.html-embed-marquee.heading-1.farbe-der-headings {
  z-index: 0;
  line-height: 1.3;
}

.content_2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph_2 {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

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

.section_2 {
  padding: 100px 10%;
  position: relative;
}

.section_2.zweitfarbe {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image {
  object-fit: contain;
  width: 8vw;
  margin-bottom: 20px;
}

._3er_grid_1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

._3er_grid_1.btm-margin {
  margin-bottom: 16px;
}

.image_100 {
  object-fit: contain;
  width: 100%;
  height: 43vh;
}

.image_100.cover {
  object-fit: cover;
}

.image_100.team-img {
  object-fit: cover;
  height: 48vh;
}

.image_100.team-img.top {
  object-position: 50% 20%;
}

.image_100.team-img.top1 {
  object-position: 50% 0%;
}

.image_100.team-img.btm {
  object-fit: cover;
  object-position: 50% 65%;
}

.section_3 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_218337038_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 10%;
}

._2er_grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  height: 100%;
}

.aktuelles-image-1 {
  z-index: 1;
  object-fit: cover;
  height: 55vh;
}

.content_3 {
  height: 100%;
  position: relative;
}

.price_grid {
  text-align: left;
  border-bottom: 1px solid #00000080;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  width: 100%;
  padding: 0;
}

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

.image-4 {
  opacity: .3;
  object-fit: contain;
  height: 54vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  opacity: .3;
  object-fit: contain;
  height: 86.2vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-6 {
  opacity: .3;
  object-fit: contain;
  height: 72vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-7 {
  opacity: .3;
  object-fit: contain;
  height: 57vh;
  position: absolute;
  inset: auto 0% 1% auto;
}

.image-8 {
  opacity: .3;
  object-fit: contain;
  height: 43.1vh;
  position: absolute;
  inset: 38% 5% auto auto;
}

._2er_grid_1 {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.no-overflow {
  height: 40vh;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  margin-top: 15px;
}

.grid.reverse {
  margin-top: 0;
  margin-bottom: 15px;
}

._2er_grid_2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
}

.navbar-black.hauptfarbe {
  height: 24vh;
}

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

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

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

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

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

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

.navlink_content {
  line-height: 1.3;
  overflow: hidden;
}

.navlink-divider {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.grid-footer {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

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

.heading_1-links {
  text-align: left;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.3;
}

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

.image-100.top, .image-100.top-768 {
  object-position: 50% 20%;
}

.no-overflow-large {
  height: 65vh;
  overflow: hidden;
}

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

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

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

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

.landing-page-navbar {
  background-color: var(--black);
}

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

.landing-page-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-2er {
  width: 70%;
}

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

.heading_1-mittig {
  text-align: left;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.3;
}

.heading_1-mittig.heading-1 {
  text-align: center;
}

.pricelist-2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
}

.instagram-icon {
  z-index: 10;
  border: 1px solid var(--brown-highlights);
  border-radius: 100%;
  padding: 4px;
  position: fixed;
  inset: auto 1% 25% auto;
}

.image-101 {
  height: 6vh;
}

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

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

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

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

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

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

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

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

.text-field-11 {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  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-11:hover {
  border-color: #1d1f2e80;
}

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

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

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

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

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

  .logo {
    width: 100%;
  }

  .email {
    margin-bottom: 5px;
  }

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 14px;
  }

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

  .footer-block {
    width: 100%;
    padding: 0;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
    inset: 0%;
  }

  .button.flie-text {
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 16px;
  }

  .section_relative {
    height: 85vh;
  }

  .section_relative.unterseite {
    height: 60vh;
  }

  .titelheading.heading-1 {
    margin-top: 10px;
    font-size: 45px;
  }

  .nav-menu-1 {
    background-color: #000;
    width: 100%;
    padding: 10px 20px;
    position: absolute;
  }

  .hauptfarbe-2 {
    background-color: var(--brown-highlights);
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

  .hauptfarbe-2.w--open {
    background-color: var(--brown-highlights);
  }

  .icon {
    color: #fff;
  }

  .navbar {
    background-color: var(--black);
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .nav-link-1.flie-text {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
  }

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

  .content_1 {
    height: auto;
    padding: 60px;
  }

  .content_1.hauptfarbe {
    padding: 40px;
  }

  .content_1.hauptfarbe.min-height {
    min-height: 55vh;
  }

  .content_1.white {
    width: 100%;
    padding: 20px;
  }

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

  .absolute_block {
    width: 80%;
    height: 80%;
  }

  .section_1 {
    padding: 60px;
  }

  .html-embed-marquee.heading-1.farbe-der-headings {
    margin-top: 0;
    font-size: 200px;
  }

  .content_2 {
    width: 100%;
  }

  .paragraph_2.flie-text {
    font-size: 17px;
  }

  .section_2, .section_2.zweitfarbe {
    padding: 60px;
  }

  .image {
    width: 50px;
  }

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

  ._3er_grid_1.btm-margin {
    display: flex;
  }

  .image_100.cover {
    height: 50vh;
  }

  .image_100.team-img {
    object-fit: contain;
  }

  .image_100.team-img.top1 {
    object-fit: contain;
    height: 45vh;
  }

  .image_100.team-img.btm {
    object-fit: contain;
  }

  .section_3 {
    padding: 60px;
  }

  ._2er_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .aktuelles-image-1 {
    height: 60vh;
    position: static;
  }

  .image-4 {
    height: 32vh;
  }

  .image-5 {
    height: 55vh;
  }

  .image-6 {
    height: 32vh;
  }

  .image-7 {
    height: 42vh;
  }

  ._2er_grid_1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  ._2er_grid_2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .navbar-black.hauptfarbe {
    height: 25vh;
    display: none;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .success-block.highlights {
    background-color: var(--brown-highlights);
    padding: 60px;
  }

  .heading-success.heading-2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .navlink-divider {
    height: 1.5px;
  }

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

  .grid-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    font-size: 12px;
    display: flex;
  }

  .maps-gro-2 {
    height: 50vh;
  }

  .link {
    text-align: center;
  }

  .impdat-2.flie-text {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .no-overflow-large {
    height: 55vh;
  }

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

  .content-100 {
    height: auto;
    padding: 20px;
  }

  .landing-page-section {
    height: 100%;
    padding: 60px;
  }

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

  .maps.bigger {
    height: 400px;
  }

  .pricelist-2er {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .code-embed-elfsight {
    font-size: 10px;
    position: absolute;
    inset: 15% 2% auto auto;
  }

  .paragraph-opening-hour {
    text-align: center;
  }

  .error-message {
    width: auto;
  }

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo-img {
    width: 120px;
  }

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

  .divblock1 {
    height: auto;
  }

  .heading-footer.heading-3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 15px;
  }

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

  .footer.hauptfarbe {
    padding: 20px;
  }

  .button.flie-text {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 1.2;
  }

  .background-video {
    width: 100%;
  }

  .section_relative {
    height: 82vh;
  }

  .section_relative.unterseite {
    height: 45vh;
    display: flex;
  }

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

  .nav-menu-1 {
    padding: 8px 15px;
    position: absolute;
  }

  .hauptfarbe-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar {
    background-color: #000;
    flex-flow: column;
    position: relative;
  }

  .nav-link-1.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .content_1 {
    padding: 40px;
  }

  .content_1.hauptfarbe {
    padding: 20px;
  }

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

  .content_1.white {
    padding: 10px;
  }

  .heading_2.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading_2.heading-2.farbe-der-headings, .heading_2.heading-2.left {
    margin-top: 10px;
    font-size: 18px;
  }

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

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

  .paragraph_1.flie-text.with_margin {
    margin-top: 20px;
  }

  .absolute_block {
    width: 100%;
  }

  .section_1 {
    padding: 40px;
  }

  .html-embed-marquee.heading-1.farbe-der-headings {
    font-size: 130px;
  }

  .paragraph_2.flie-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .section_2, .section_2.zweitfarbe {
    padding: 40px;
  }

  ._3er_grid_1 {
    flex-flow: column;
    display: flex;
  }

  .image_100, .image_100.cover {
    height: 45vh;
  }

  .image_100.team-img, .image_100.team-img.top1 {
    height: 40vh;
    min-height: auto;
  }

  .section_3 {
    padding: 40px;
  }

  ._2er_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .aktuelles-image-1 {
    width: 100%;
    height: 45vh;
    position: static;
  }

  .content_3 {
    height: auto;
  }

  .price_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .image-4 {
    height: 22vh;
  }

  .image-5 {
    height: 35vh;
  }

  .image-6 {
    height: 24vh;
  }

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

  .no-overflow {
    height: 45vh;
  }

  .grid {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

  .navbar-black.hauptfarbe {
    display: none;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .inhalt-footer.last {
    order: 0;
  }

  .inhalt-footer.last-568 {
    order: 9999;
  }

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

  .maps-gro-2 {
    height: 50vh;
  }

  .maos-footer {
    height: 100px;
  }

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

  .no-overflow-large {
    height: 45vh;
  }

  .content-100 {
    overflow-wrap: anywhere;
    padding: 20px;
  }

  .landing-page-navbar {
    width: 100%;
  }

  .landing-page-section {
    width: 100%;
    height: 85vh;
    padding: 40px;
  }

  .quick-stack-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .pricelist-2er {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .code-embed-elfsight {
    margin-top: 10px;
    top: 10%;
  }

  .body {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

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

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

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

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

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

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

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

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    width: 110px;
  }

  .adresse {
    font-size: 13px;
  }

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

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

  .heading-footer.heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .vertical-flex.flie-text {
    align-items: center;
  }

  .footer-block {
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button.flie-text {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .section_relative.unterseite {
    height: 40vh;
  }

  .titelheading.heading-1 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-menu-1 {
    padding: 6px 10px;
  }

  .hauptfarbe-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar {
    flex-direction: column;
  }

  .nav-link-1.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .content_1 {
    padding: 40px 20px;
  }

  .content_1.hauptfarbe {
    padding: 20px;
  }

  .content_1.white {
    padding-bottom: 0;
  }

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

  .heading_2.heading-2.farbe-der-headings {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .heading_2.heading-2.left {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .heading_1.heading-1 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .paragraph_1.flie-text {
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .paragraph_1.flie-text.with_margin {
    margin-top: 10px;
  }

  .section_1 {
    padding: 40px 20px;
  }

  .html-embed-marquee.heading-1.farbe-der-headings {
    letter-spacing: 20px;
    font-size: 100px;
  }

  .paragraph_2.flie-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5;
  }

  .paragraph_2.flie-text.klein {
    font-size: 11px;
    line-height: 17px;
  }

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

  .section_2.zweitfarbe {
    padding: 40px 20px;
  }

  .image {
    width: 45px;
    margin-bottom: 10px;
  }

  .image_100 {
    height: 45vh;
  }

  .image_100.cover {
    height: 35vh;
  }

  .image_100.team-img {
    object-fit: cover;
    height: 350px;
  }

  .image_100.team-img.top1 {
    object-fit: cover;
    height: 350px;
    min-height: auto;
  }

  .image_100.team-img.btm {
    object-fit: cover;
  }

  .section_3 {
    padding: 40px 20px;
  }

  .aktuelles-image-1 {
    height: 30vh;
  }

  .price_grid {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .image-4 {
    height: 15vh;
  }

  .image-5 {
    height: 200px;
  }

  .image-6 {
    height: 18vh;
  }

  .image-7 {
    height: 200px;
  }

  .image-8 {
    height: 150px;
  }

  .no-overflow {
    height: 35vh;
  }

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

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

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

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

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

  .navlink-divider {
    height: 1.2px;
  }

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

  .maps-gro-2 {
    height: 45vh;
  }

  .link {
    font-size: 13px;
  }

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

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

  .heading_1-links {
    font-size: 20px;
  }

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

  .no-overflow-large {
    height: 35vh;
  }

  .form-wrapper {
    overflow-wrap: anywhere;
    padding: 10px;
  }

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

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

  .maps.bigger {
    height: 350px;
  }

  .heading_1-mittig {
    font-size: 20px;
  }

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

  .paragraph-opening-hour {
    font-size: 13px;
  }

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

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

#w-node-ad8095f9-744e-7440-938e-6c21a800dc08-a800dbf6 {
  justify-self: center;
}

#w-node-_9d373a4e-259d-4dc9-efb2-9f8738ed2459-8d3099ab, #w-node-_39a42efc-2c20-f560-ccde-820425b5718b-8d3099ab, #w-node-d4e63ee1-d92b-e5a8-80c4-be7d1f09b44e-8d3099ab, #w-node-_63594c74-ab45-8feb-8945-dfbcdc5bd422-8d3099ab, #w-node-_8919bb8b-9c30-ad3c-b382-0f87e2a7d525-8d3099ab, #w-node-_8c463fe9-ec09-2206-2f72-c285e80faaa8-8d3099ab, #w-node-b347bb3d-2093-185f-b1fc-9f545aeb87ff-8d3099ab, #w-node-_5bfe8a23-9be5-6eba-df4f-f6d4099590ba-8d3099ab, #w-node-_882a1cea-f374-4905-9988-9e2ef4e18bbc-8d3099ab, #w-node-dae1ead4-23f1-a08b-d5c4-932420405ad0-8d3099ab, #w-node-f5567b56-d7ab-6fb4-21ac-ef41eca9c958-8d3099ab, #w-node-c2ea580a-e9e8-6878-ff94-e4f019049e69-8d3099ab, #w-node-_071a4de7-8f62-633b-02ce-89da03d24377-8d3099ab, #w-node-_6b4895ca-7c75-a6b4-36e8-2a037563d441-8d3099ab, #w-node-_04c02cf9-37fc-96dd-d1b4-c38256de8731-8d3099ab, #w-node-b15ae7ca-9e79-af0d-a37e-3ebc3a4cd45b-8d3099ab, #w-node-_983cfd5a-68f9-f89d-a5f4-2b88b1f3fc8f-8d3099ab, #w-node-b880e494-2968-102e-9b2d-9522991069a2-8d3099ab, #w-node-_456854aa-1a4c-7308-a611-e5baa4ad12ee-8d3099ab, #w-node-a0dca68d-8cce-73cf-06db-c36ee74f1e4a-8d3099ab, #w-node-_68b0ae67-3c2f-7285-eb6e-fd944f9ef4a2-8d3099ab {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-_0b729fee-5739-e5f6-310c-2b3451da3eb0-8d3099b2 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_362070bd-e546-b5d6-7f62-7e516b667b62-8d3099b2 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-e785add7-b904-6081-88e0-432fbf3d4e58-b27c4f80 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0a8b3cb3-3aa2-2da2-3e3a-691fc2c636dc-c2c636c9 {
  justify-self: center;
}

#w-node-_0c30907a-f02f-d8d4-be70-8acf529a8172-f7589009 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5287d491-0d16-4279-e3bf-9d64367baf3d-f7589009, #w-node-_5071c945-34a8-3ee7-64dd-15fc1a6eb3d7-f7589009, #w-node-_0a190a06-a5e1-4407-168b-e6514e2794bc-f7589009, #w-node-_29825b7b-3261-67ab-df19-a4a472a31986-f7589009, #w-node-d232133f-ebab-ac9a-dd7e-8671768a8db5-f7589009, #w-node-_0a86c266-58de-bf9c-2e2e-945b1477b138-f7589009, #w-node-_5739f245-8aed-aacd-3b30-b38a9819bf72-f7589009, #w-node-_36ac87d4-8084-d383-aebb-98c9b04e872e-f7589009, #w-node-_5bb29af1-d6df-8e82-f282-4829552ccd2c-f7589009, #w-node-_9008e414-dd31-abd7-8373-9b9060a4c117-f7589009, #w-node-_3ada9631-2e8a-c8fa-2746-8024d6fdbcd7-f7589009, #w-node-e2a609aa-1afb-9890-3593-bdc7527a35f9-f7589009, #w-node-_8586cb4e-a4e4-8f3d-6d54-053cbba9e062-f7589009, #w-node-cca2cd82-fdf0-141e-0510-30c0194f7ecb-f7589009, #w-node-_0f4f90ba-8769-00f8-d59b-2778bab2bcd9-f7589009, #w-node-_8f742ce3-3a49-8cea-b6cc-6ef57630cc7e-f7589009, #w-node-_41947660-b2ae-e657-7dfe-1d10abfb042d-f7589009, #w-node-_6d9851c3-62b4-20bf-26ef-4da2ac158f63-f7589009, #w-node-f4b56d45-c260-97e7-474f-0d0401686304-f7589009, #w-node-_99369eb0-bfc2-8d79-f8ca-96b2d7701685-f7589009, #w-node-b8ed36c0-b816-7723-be93-7e44220b658a-f7589009, #w-node-_82feae85-ace1-8377-a5b6-3595d0850b44-f7589009, #w-node-_159a2821-84f3-981c-811d-fc19a47ccd4a-f7589009, #w-node-_679a7311-1ae7-0a89-654f-1dac2aba669e-f7589009, #w-node-_3c67ec9e-1775-e8a1-970b-16cb9bc33216-f7589009, #w-node-_5d0a5bfc-ae77-99ca-22d6-38702dd52b7a-f7589009, #w-node-_67f7023e-6396-8260-c32c-8ac4ce9a58c7-f7589009, #w-node-_1dbcaf55-71e3-a948-79ea-bc1f00843da2-f7589009, #w-node-_26f602f1-9d72-86cd-03fe-b35eb6e2509e-f7589009, #w-node-f9dcd3d7-97c4-f6fd-3135-63ba1a8bfc2e-f7589009, #w-node-_55722f2d-1eee-8f58-ac4b-0be052e4451b-f7589009 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-_990cf3f8-5cc0-02bf-4e43-891f64c9290f-827594cd {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_990cf3f8-5cc0-02bf-4e43-891f64c9293a-827594cd {
  grid-area: 3 / 2 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-ad8095f9-744e-7440-938e-6c21a800dc03-a800dbf6 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27e8875a-8873-125e-fe5f-6f0e7ffaeaa9-8d3099b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e785add7-b904-6081-88e0-432fbf3d4e58-b27c4f80 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f6ec438f-3c97-d983-e464-5cd06ffa71b2-790a179a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a8b3cb3-3aa2-2da2-3e3a-691fc2c636d7-c2c636c9 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_990cf3f8-5cc0-02bf-4e43-891f64c9293a-827594cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad8095f9-744e-7440-938e-6c21a800dc08-a800dbf6 {
    justify-self: start;
  }

  #w-node-e785add7-b904-6081-88e0-432fbf3d4e58-b27c4f80 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0a8b3cb3-3aa2-2da2-3e3a-691fc2c636dc-c2c636c9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad8095f9-744e-7440-938e-6c21a800dc08-a800dbf6, #w-node-_0a8b3cb3-3aa2-2da2-3e3a-691fc2c636dc-c2c636c9 {
    justify-self: center;
  }
}




/* Booking form integration */
html { scroll-behavior: smooth; }
.booking-section {
  padding: 80px 20px;
  background: #f7f2e8;
}
.booking-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 28px 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}
.booking-title {
  margin: 0 0 10px;
  text-align: center;
  color: #2d2d2d;
}
.booking-subtitle {
  margin: 0 auto 28px;
  max-width: 680px;
  text-align: center;
  color: #4d4d4d;
}
.booking-form-embed {
  width: 100%;
  min-height: 720px;
}
@media screen and (max-width: 767px) {
  .booking-section { padding: 48px 12px; }
  .booking-wrapper { padding: 24px 12px 18px; border-radius: 12px; }
  .booking-form-embed { min-height: 820px; }
}


/* Navigation anchor offset for fixed navbar */
#terminbuchung, #team, #galerie, #preise { scroll-margin-top: 95px; }
