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

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

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

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

:root {
  --grey: #333;
  --peach: #d16460;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: #000;
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-top: auto;
  margin-bottom: 235px;
  font-family: Calibri, Times New Roman, sans-serif;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #0d0d38;
}

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

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

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.email.black {
  color: #333;
}

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-2 {
  font-family: Calibri, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

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

.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.hauptfarbe.flie-text {
  background-color: var(--grey);
  font-family: Calibri, Times New Roman, sans-serif;
}

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

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

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

.nav-menu-1.hauptfarbe {
  z-index: 10000;
  background-color: #fff;
}

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

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

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

.nav-link.flie-text {
  font-weight: 700;
}

.nav-link.flie-text:hover {
  border-bottom: 1px solid #d3bea6;
  font-size: 14px;
  font-weight: 700;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px #0003;
}

.navbar.hauptfarbe {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.subheading1.heading-3 {
  text-align: center;
}

.background-image {
  object-fit: cover;
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
}

.banner-block {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kontaktbutton {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.kontaktbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.kontaktbutton.flie-text.highlights:hover {
  background-color: #333;
}

.titlebanner {
  height: 95vh;
  position: relative;
}

.hauptheading {
  text-align: left;
  margin-top: 10px;
  font-size: 90px;
  line-height: 95px;
}

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

.img-mask {
  position: relative;
}

._2er-grid1 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  width: 100%;
  min-height: 70vh;
}

.text-links {
  font-size: 16px;
  line-height: 25px;
}

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

.bild-oben-verschoben1 {
  object-fit: cover;
  height: 80vh;
  position: absolute;
  inset: -25% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.section-gro-e-abst-nde {
  padding: 10vh 15vw 5vh;
}

.heading-links1 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 45px;
}

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

.inhalt-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.inhalt-untereinander-1.flie-text {
  width: 100%;
}

.hauptparagraph {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

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

.rahmen-bild1 {
  border: 1px solid #616161;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.inhalt-mittig1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.bild-cover-1 {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(#00000091, #00000091);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-streifen {
  background-image: linear-gradient(#fffc, #fffc), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 15vh 15vw;
}

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

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

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

.div-block-footer1.hauptfarbe {
  flex-direction: row;
  justify-content: space-between;
}

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

.footer-visu-1 {
  padding: 60px 10%;
}

.footer-visu-1.hauptfarbe {
  background-color: var(--grey);
}

.bild-oben-verschoben1-2 {
  object-fit: cover;
  height: 90vh;
  position: absolute;
  inset: -25% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.grid-galerie3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  padding: 40px;
}

.impdat {
  padding: 100px 40px;
}

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

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

.section_1 {
  height: 79.6vh;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 140%;
  position: absolute;
  inset: 0%;
}

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

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

.footer-inhalt {
  margin-left: 10px;
  margin-right: 10px;
}

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

.link.black {
  color: #333;
}

.social-media-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

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

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

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

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

.image-wrapper-large {
  height: 25vh;
  position: relative;
}

.maps {
  width: 100%;
}

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

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4 {
  color: #333;
}

.text-block {
  color: var(--grey);
}

.html-embed-4 {
  height: 800px;
}

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

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.impdat-3 {
  padding: 100px 40px;
}

.picture-under-text {
  opacity: .7;
  font-size: 14px;
}

._2er-grid {
  grid-template-rows: auto;
  place-items: start stretch;
  width: 100%;
  height: 100%;
}

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

.image-wrapper-60vh {
  width: 100%;
  height: 60vh;
}

.content-wrap-stretch {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.content-wrap-80 {
  width: 80%;
}

.code-100 {
  background-color: #000;
  width: 100%;
  height: 40vh;
}

.portfolio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

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

.image-wrapper-50vh {
  height: 50vh;
}

.slide-nav, .right-arrow {
  display: none;
}

.mask {
  width: 30vw;
  overflow: visible;
}

.background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
}

.mask-lrg {
  width: 40vw;
  overflow: visible;
}

.dropdown-toggle-16 {
  color: #333;
  font-family: Quicksand, sans-serif;
}

.dropdown {
  box-shadow: 0 2px 5px #0003;
}

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

.heading-links-sml {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}

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

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

.image-wrap-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

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

.jotform, .jotform-wrapper {
  width: 100%;
}

.pop-up-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.inner-pop-up {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  max-height: 80%;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #000000e6;
}

.pop-up-text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.cross-pop-up {
  opacity: .9;
  cursor: pointer;
  width: 1.5rem;
  position: absolute;
  inset: 1% 1% auto auto;
}

.spacer {
  height: 40px;
}

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

  .telefonnummer {
    margin-bottom: 0;
  }

  .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-link.flie-text {
    width: 100%;
    padding: 10px 20px;
  }

  .nav-link.flie-text.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .men-button1, .men-button1.w--open {
    background-color: var(--peach);
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar.hauptfarbe {
    padding: 0 40px;
  }

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

  .banner-block {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .titlebanner {
    height: 60vh;
  }

  .hauptheading.heading-2 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .img-mask {
    width: 100%;
    height: 60vh;
  }

  .img-mask.long {
    height: auto;
  }

  ._2er-grid1 {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    height: auto;
    min-height: auto;
    display: flex;
  }

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

  .bild-oben-verschoben1 {
    width: 100%;
    height: 100%;
    position: static;
    top: -75%;
  }

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

  .heading-links1.heading-2 {
    text-align: center;
  }

  .inhalt-untereinander-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .inhalt-untereinander-1.flie-text {
    width: 100%;
  }

  .section-2 {
    padding: 60px;
  }

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

  .bild-cover-1 {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section-streifen {
    padding: 60px;
  }

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

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

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

  .div-block-footer1.hauptfarbe.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
    display: grid;
  }

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

  .bild-oben-verschoben1-2 {
    width: 100%;
    height: 70vh;
    top: -75%;
  }

  .grid-galerie3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 0;
    display: flex;
  }

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

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

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

  .heading-mittig1.heading-2 {
    font-size: 28px;
  }

  .section_1 {
    height: 60vh;
  }

  .image {
    max-width: none;
  }

  .footer-inhalt {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-100.contain.size {
    object-fit: cover;
    height: 60vh;
  }

  .image-wrapper-large {
    width: 100%;
    height: 60vh;
  }

  .maps {
    width: 100%;
    height: 45vh;
  }

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

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

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

  .impdat-3 {
    padding: 60px;
  }

  .picture-under-text.flie-text {
    text-align: center;
  }

  .content-wrap-80 {
    width: 100%;
  }

  .code-100 {
    height: 50vh;
  }

  .portfolio {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-16 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown.w--open {
    background-color: var(--peach);
    position: relative;
  }

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

  .image-wrap-main {
    width: 100%;
    height: 60vh;
  }

  .image-height {
    width: 100%;
  }

  .navbar-wrapper {
    margin-left: auto;
  }

  .dropdown-15 {
    width: 100%;
  }

  .jotform {
    height: 100%;
    overflow: auto;
  }

  .jotform-wrapper {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

  .men-button1 {
    padding: 10px;
  }

  .banner-block {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .titlebanner {
    height: 55vh;
  }

  .hauptheading.heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  ._2er-grid1 {
    grid-column-gap: 16px;
    min-height: auto;
  }

  .bild-oben-verschoben1 {
    height: 100%;
    top: -44%;
  }

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

  .heading-links1.heading-2 {
    font-size: 40px;
  }

  .inhalt-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hauptparagraph.flie-text {
    font-size: 18px;
    line-height: 22px;
  }

  .section-2 {
    padding: 40px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .bild-cover-1 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-streifen {
    padding: 40px;
  }

  .div-block-footer1.hauptfarbe {
    flex-direction: column;
  }

  .div-block-footer1.hauptfarbe.flie-text {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-visu-1.hauptfarbe {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .bild-oben-verschoben1-2 {
    height: 65vh;
    top: -70%;
  }

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

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

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

  .section_1 {
    height: 60vh;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .fs_modal-1_close {
    padding: 1rem;
  }

  .impdat-3 {
    padding: 40px;
  }

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

  .mask {
    width: 29vw;
  }

  .inner-pop-up {
    padding: 40px;
  }
}

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

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

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

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

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

  .subheading1.heading-3 {
    font-size: 15px;
    line-height: 23px;
  }

  .banner-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .titlebanner {
    height: 50vh;
  }

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

  .bild-oben-verschoben1 {
    height: 100%;
    position: static;
  }

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

  .heading-links1.heading-2 {
    font-size: 30px;
  }

  .inhalt-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hauptparagraph.flie-text {
    font-size: 14px;
    line-height: 18px;
  }

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

  .bild-cover-1 {
    height: auto;
    padding: 20px 5vw;
  }

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

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

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

  .div-block-footer1.hauptfarbe.flie-text {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .footer-visu-1.hauptfarbe {
    padding: 20px 5%;
  }

  .bild-oben-verschoben1-2 {
    min-height: 40vh;
    position: static;
  }

  .grid-galerie3 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .heading-mittig1 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

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

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

  .portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .heading-links-sml {
    font-size: 24px;
    line-height: 32px;
  }

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

  .inner-pop-up {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-d14a9359 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-da6b6e4b-23f1-2367-fb87-ee274adc3050-d14a935a, #w-node-_54f7a350-3757-d864-fc5d-555050affa29-d14a935a, #w-node-dca0d952-24cf-c21a-ec76-81c97ae53f74-d14a935a, #w-node-_21989f4a-a8c6-23db-bfb4-370fa6655ee5-d14a935a, #w-node-_48011b31-ae0d-47a5-4e2a-82bffcabf34f-d14a935a, #w-node-f1115bda-e401-c5ec-8407-2a13ee1c33ed-d14a935a, #w-node-_7a1ce87e-4659-083f-e0d2-5f99b2db9bdd-d14a935a, #w-node-_7d26d788-c21d-44e8-5e97-48bbf57c7cb4-d14a935a, #w-node-a3fbf5b2-4881-6e73-9f39-b7bd48e92a75-d14a935a, #w-node-ce503d43-0f51-d536-cb43-3131e8511256-d14a935a, #w-node-_53dd3555-2079-88bf-2948-58b55103026a-d14a935a, #w-node-_8edb6cd3-e00b-8cf2-6929-242f60ccd217-d14a935a, #w-node-_88608d35-c22d-a285-88c5-1c03d811f7ba-d14a935a, #w-node-_99dcc875-3098-62fe-24c1-e957182d5a71-d14a935a, #w-node-_026b0ddb-3bb8-77cf-fb5e-c346246ab167-d14a935a, #w-node-_0de85d52-2fbc-44ec-c39b-b1f6e0ff3a70-d14a935a, #w-node-_5e32a07d-9ca2-31f6-05a0-9811a172de1a-d14a935a, #w-node-_23655e2b-9cb1-d209-87ac-2d1215d18cdf-d14a935a, #w-node-_8d93c0c2-96dd-d81d-e207-7901900ec74b-d14a935a, #w-node-_52fda156-78bb-3579-8185-475dc2889b84-d14a935a, #w-node-be09e213-8724-2de1-4b48-24f2ccd5549f-d14a935a, #w-node-ba95050c-3983-dce6-b2f2-a9e023a9b056-d14a935a, #w-node-dea02db2-bdcc-aadd-41d5-551c0d5f8472-d14a935a, #w-node-b72424c4-692b-bfe0-0996-8616b81bc5f9-d14a935a, #w-node-e7a5b49a-d491-3af8-c8b8-0cba63c15946-d14a935a, #w-node-_4d0b63aa-d38e-7aa1-111c-c341dda02b03-d14a935a, #w-node-d4f02663-8cb4-8eab-693f-9ed72403fe48-d14a935a, #w-node-_4ae94fd3-bc5c-3133-5d1c-ef87d22ad848-d14a935a, #w-node-_62420b85-fb38-bfca-412d-811ce3d61020-d14a935a, #w-node-ab72439c-5e52-7e9a-3419-6a7f2dc775a2-d14a935a, #w-node-_9ba8bcf7-35e4-9542-f0fc-692e57d5fa72-d14a935a, #w-node-_70454a05-90d8-f706-5dd2-b8713ef8aa3e-d14a935a, #w-node-_25e0924a-9f36-c26c-7439-8855d5b801ad-d14a935a, #w-node-f7c9bd70-9cb2-4c25-7847-58b37fe761a6-d14a935a, #w-node-b92d6203-4553-294a-0207-1430f501b7cf-d14a935a, #w-node-_930a08af-e368-d399-a875-91ad7fca5c76-d14a935a, #w-node-_32d1ab24-2e7a-3d68-9222-1130ac2640ad-d14a935a, #w-node-_8626dde9-1791-a1d4-a492-ebcf47cda23d-d14a935a, #w-node-e144282f-db2f-16b8-a199-1865f78fe9c2-d14a935a, #w-node-f1549569-5817-b4eb-0ebd-72eac4c84d2d-d14a935a, #w-node-a4607bc1-1278-24bb-1dd2-a42e7a851f33-d14a935a, #w-node-c92304e2-5fd4-cbd8-a1eb-dc8124f49de5-d14a935a, #w-node-c76d337f-6877-34f0-a7f1-f36715e942bd-d14a935a, #w-node-c05728e8-6a06-d95a-fcdf-cc836f7f079e-d14a935a, #w-node-_85b61916-75d8-c878-eaba-924941938ddf-d14a935a, #w-node-_7c9059b9-2297-31a0-6d96-f6979f03de1b-d14a935a, #w-node-_8f253ac5-fc09-e24a-baf7-eecb57dbd1c3-d14a935a, #w-node-_5dec0c31-a50b-a394-a52d-3918d1ed22d0-d14a935a, #w-node-_205a5127-6b25-aca0-bde3-6eab424dc13d-d14a935a, #w-node-a27b6164-5fe7-1518-0e7c-3c955338ebcc-d14a935a, #w-node-_1a67de2b-2f4b-5b6e-c569-8a1e31f749bb-d14a935a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e53a74e-9616-5e77-4c93-c5b13734f7fe-d14a935c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6fc1632-3c75-8ab4-39a6-25c55949c03e-f0abe53f, #w-node-_005b6ff7-c029-6aab-431a-9805e3271592-f0abe53f, #w-node-_8358eaf2-fef2-99c7-fda3-38e140e1c5fd-f0abe53f, #w-node-_8358eaf2-fef2-99c7-fda3-38e140e1c600-f0abe53f, #w-node-_8358eaf2-fef2-99c7-fda3-38e140e1c603-f0abe53f, #w-node-_8358eaf2-fef2-99c7-fda3-38e140e1c606-f0abe53f, #w-node-_8358eaf2-fef2-99c7-fda3-38e140e1c609-f0abe53f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a4eb04-9fe7-c346-0b5c-302fd3a7fe74-2bf301b0 {
  grid-area: 8 / 2 / 9 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_12bfbf08-9d0e-d561-39d7-43edde362712-d14a9359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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