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

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

:root {
  --golden: #d5b656;
  --grey: #4f4f55;
  --white: white;
  --black: black;
}

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

body {
  color: #fff;
  background-color: #9b9b9b;
  flex-flow: column;
  justify-content: space-between;
  font-family: Open Sans, 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: 45px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

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

.farbe-der-headings {
  color: var(--golden);
  line-height: 1.3;
}

.hauptfarbe {
  background-color: #4f4f55;
}

.zweitfarbe {
  background-color: #f7f7f7;
}

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

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

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

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

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

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

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

.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.heading-3:hover {
  background-color: var(--grey);
}

.instagram3 {
  width: 3.1vw;
}

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

.utility-page-wrap {
  background-color: var(--grey);
  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: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.impdat {
  padding: 100px 40px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

.nav-link.w--current {
  color: #a8a8a8;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.adresse, .ffnungszeiten {
  margin-bottom: 0;
}

.video-2 {
  background-image: url('../images/2_12.webp'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 100%;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1AdobeStock_17496330_visu.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

.html-embed-3 {
  height: 100%;
}

.label3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.label3.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.label3.abstand-nach-oben.heading-3 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.wrap-inhalt3 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.paragraph-mittig1 {
  text-align: center;
  line-height: 1.5;
}

.paragraph-mittig1.flie-text {
  font-size: 20px;
  font-weight: 300;
}

.abst-nde-logo3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar3 {
  background-color: #fff;
}

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

.navlinks3.hauptfarbe {
  color: #fff;
}

.men-3.hauptfarbe {
  z-index: 100000;
}

.navlink3.flie-text {
  color: #fff;
}

.navlink3.flie-text:hover, .navlink3.flie-text.w--current {
  color: var(--golden);
}

.titelvideo-unterseiten1 {
  color: #fff;
  height: 60vh;
  position: relative;
}

.background-video1 {
  background-image: linear-gradient(#0003, #0003);
  height: 100%;
}

.divblock-video1 {
  text-align: center;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan3 {
  text-transform: none;
  margin-top: 10px;
  font-size: 55px;
  line-height: 65px;
}

.slogan3.heading-1 {
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.abstand-nach-innen3 {
  padding-left: 20px;
}

.content-wrap {
  text-align: center;
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrap.space {
  margin-top: 60px;
}

._2er-grid1 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.heading-2 {
  font-size: 18px;
  line-height: 28px;
}

.subheadline-deco-line {
  width: 30px;
  height: 1px;
  display: inline-block;
}

.subheadline-deco-line.highlights {
  margin-left: 5px;
  margin-right: 5px;
}

.heading-linksb-ndig3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 36px;
}

.heading-linksb-ndig3.heading-2 {
  font-size: 45px;
  line-height: 55px;
}

.text-wrap {
  margin-bottom: 20px;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.heading-mitig3.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 42px;
}

.inhalt-mittig3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

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

.heading-mittig-klein1.heading-3.farbe-der-headings {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.footer3 {
  height: auto;
  margin-top: auto;
  padding: 40px 140px;
}

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

.inhalt-footer3 {
  color: #fff;
}

.preise1 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px;
}

.rounded-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  justify-content: center;
  min-height: auto;
}

.address-block {
  margin-bottom: 5px;
}

.offices-wrap {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.office-wrap {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.subheading-mittig3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig3.heading-2.farbe-der-headings {
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  line-height: 1.4;
}

.titelvideo-start-1 {
  color: #fff;
  height: 75vh;
  padding: 0;
  position: relative;
}

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

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

.logo-img {
  object-fit: contain;
  width: 150px;
}

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

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

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

.office-image-2 {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
}

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

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

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

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

.image-5 {
  width: 2.4vw;
}

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

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

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

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

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

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

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

.inhalt-nebeneinander3-1 {
  align-items: center;
  display: flex;
}

.foto-platzhalter {
  flex: 1 1 auto;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  background-color: var(--grey);
  display: flex;
}

.foto-platzhalter-icon {
  width: 30%;
  max-width: 180px;
  height: auto;
  color: var(--golden);
}

.foto-platzhalter-text {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}

.jotfrom {
  overflow: auto;
}

.jotform-wrapper {
  width: 100%;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .success {
    height: auto;
    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;
  }

  .heading-22 {
    font-size: 28px;
    line-height: 34px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

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

  .video-2 {
    height: 80vh;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .wrap-inhalt3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-mittig1 {
    align-self: center;
  }

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

  .men-3.hauptfarbe {
    background-color: var(--golden);
  }

  .navlink3.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink3.flie-text:hover, .navlink3.flie-text.w--current {
    color: var(--white);
    font-weight: 700;
  }

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

  .men-button3.hauptfarbe {
    background-color: var(--grey);
    text-align: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--grey);
  }

  .menu-icon-3 {
    color: #fff;
  }

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .slogan3.heading-1 {
    font-size: 40px;
  }

  .abstand-nach-innen3 {
    padding-left: 0;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  ._2er-grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .label.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-mitig3.heading-2 {
    font-size: 35px;
  }

  .inhalt-mittig3 {
    padding: 60px;
  }

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

  .footer3.hauptfarbe {
    padding: 20px 60px;
  }

  .preise1 {
    display: block;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .wrap-overlayed {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .office-wrap {
    width: 100%;
    margin-bottom: 60px;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .office-image-2 {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .grid-8 {
    display: flex;
  }

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

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

  .image-100.contain2 {
    object-fit: contain;
    background-color: #f7f7f7;
  }

  .inhalt-nebeneinander3-1 {
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
  }

  .foto-platzhalter {
    height: 50vh;
    min-height: 0;
  }

  .jotfrom {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

  .heading-22 {
    font-size: 21px;
    line-height: 27px;
  }

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .instagram3 {
    width: 35px;
  }

  .social-verlinkung3 {
    margin-right: 0;
  }

  .impdat {
    padding: 40px;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .video-2 {
    height: 70vh;
  }

  .inhalt-footer2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .label3.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-inhalt3 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .titelvideo-unterseiten1 {
    height: 55vh;
  }

  .background-video1 {
    height: 70vh;
  }

  .divblock-video1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan3 {
    font-size: 40px;
    line-height: 45px;
  }

  .slogan3.heading-1 {
    font-size: 32px;
  }

  .content-wrap {
    width: 100%;
  }

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

  .inhalt-mittig3 {
    padding: 40px;
  }

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

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

  .footer3.hauptfarbe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .inhalt-footer3.flie-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .offices-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-overlayed {
    padding-left: 0%;
    padding-right: 0%;
  }

  .office-wrap {
    margin-bottom: 10px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 30px;
  }

  .titelvideo-start-1 {
    height: 55vh;
  }

  .logo-img {
    width: 130px;
  }

  .maos-footer {
    height: auto;
  }

  .maps-gro-2 {
    height: 400px;
  }

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

  .grid-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

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

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

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

  .grid-7 {
    justify-content: start;
  }

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

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

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

  .instagram3 {
    width: 30px;
  }

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

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

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .video-2 {
    background-image: url('../images/2_12.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .label3.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label3.abstand-nach-oben {
    font-size: 19px;
    line-height: 26px;
  }

  .wrap-inhalt3 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    height: 60vh;
  }

  .divblock-video1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan3 {
    font-size: 30px;
    line-height: 35px;
  }

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

  ._2er-grid1 {
    margin-top: 0;
  }

  .label.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-linksb-ndig3 {
    font-size: 30px;
  }

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

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

  .inhalt-mittig3 {
    padding: 40px 20px;
  }

  .heading-mittig-klein1.heading-3.farbe-der-headings {
    font-size: 16px;
  }

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .preise1 {
    margin-left: 0;
    margin-right: 0;
  }

  .rounded-block {
    min-width: 200px;
  }

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

  .offices-wrap {
    margin-bottom: 10px;
  }

  .wrap-overlayed {
    padding-left: 0%;
    padding-right: 0%;
  }

  .office-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .titelvideo-start-1 {
    height: 50vh;
  }

  .logo-img {
    width: 120px;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .link {
    text-align: center;
  }

  .office-image-2 {
    height: 190px;
  }

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

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

  .image-5 {
    width: 5vw;
  }

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

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

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

#w-node-_581dc6f5-210a-a098-0070-8f7a96cd7365-11198ab6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_581dc6f5-210a-a098-0070-8f7a96cd736e-11198ab6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_007ce4d3-698a-789c-6ac1-a47b609f447a-11198ab6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_007ce4d3-698a-789c-6ac1-a47b609f4487-11198ab6 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_581dc6f5-210a-a098-0070-8f7a96cd7365-11198ab6, #w-node-d2a7bbc9-f07a-9edf-bfe2-5e515161318f-11198ab6, #w-node-_007ce4d3-698a-789c-6ac1-a47b609f447a-11198ab6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


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