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

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

:root {
  --orange: #fc840e;
  --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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  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: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
}

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

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

.utility-page-wrap.highlights {
  background-image: none;
}

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

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

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

.logo-img {
  object-fit: contain;
  height: 12vh;
}

.logo {
  background-color: transparent;
  background-image: none;
  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;
  display: block;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  box-shadow: 0 0 6px 1px #a3a3a333;
}

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

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

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

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

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

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

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

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

.men-2 {
  width: 100%;
}

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

.nav-link2:hover {
  color: gray;
}

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

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

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelvideo-start-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 78vh;
  display: flex;
  position: relative;
}

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  width: 100%;
  height: 100%;
}

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

.slogan-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

.slogan-2.heading-1 {
  line-height: 1.3;
}

.startseite2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.startseite2.zweitfarbe {
  position: relative;
}

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

.heading-mittig.heading-2 {
  font-size: 50px;
  line-height: 1.3;
}

.text-mititg {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

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

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

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

.mehr-erfahren1.highlights.flie-text {
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover, .mehr-erfahren1.highlights.flie-text.w--current {
  background-color: var(--black);
}

.heading-83 {
  font-weight: 700;
  line-height: 1.3;
}

.inhalt-service2 {
  overflow: hidden;
}

.leistungsbild-1 {
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.text-effekt3 {
  z-index: 10;
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100.07%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-effekt3:hover {
  opacity: 1;
  background-color: #00000080;
}

.heading-mittig-klein1 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

.inhaltstartseite2 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.kontaktaufnehmen2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.kontaktaufnehmen2.highlights {
  padding-left: 140px;
  padding-right: 140px;
}

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

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.titelvideo-3 {
  height: 78vh;
  position: relative;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 100%;
}

.galerie2 {
  padding: 100px 10%;
}

.karte1 {
  width: 100%;
  height: 55vh;
  margin-top: 20px;
}

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_357992281.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

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

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

.sucess-block.highlights {
  color: #fff;
  border-style: none;
}

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

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.footer-1 {
  margin-top: auto;
  padding: 40px 140px;
}

.footer-1.hauptfarbe {
  justify-content: space-around;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.grid-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  inset: auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

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

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  line-height: 1.5;
}

.link-formular {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .2s;
}

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

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

.nav-men-1 {
  z-index: 10000000;
}

.navbar-6 {
  background-color: #fff;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.nav-link-3 {
  color: #333;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link-3.flie-text {
  flex-flow: wrap;
  font-size: 15px;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: var(--orange);
}

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

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

.image-wrapper-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  overflow: hidden;
}

.grid-5, .grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

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

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

.icon-wrapper {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 25% auto;
}

.link-block {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-1 {
  filter: invert();
  width: 45px;
  height: 45px;
}

.image-1.invert {
  filter: sepia();
  object-fit: contain;
  width: 38px;
  height: 38px;
  margin-top: 2px;
  margin-left: 2px;
}

.card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 0 0 6px #fd7402;
}

.image-102 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

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

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

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

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

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

.mehr-erfahren-3.hauptfarbe.flie-text:hover {
  background-color: var(--black);
}

.img-wrapper {
  width: 100%;
  height: 50vh;
}

._2er-grid-adj {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.section-50 {
  padding: 100px 140px;
}

.content-wrap {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.divider-1 {
  border-top: 4px solid var(--orange);
  background-color: var(--orange);
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-div {
  margin-left: 16px;
  margin-right: 16px;
}

.tab-div.highlights.flie-text {
  text-align: center;
  margin-top: 10px;
}

.tab-div.highlights.flie-text:hover {
  background-color: var(--black);
}

.tab-div.highlights.flie-text.w--current {
  background-color: var(--black);
  margin-top: 10px;
}

.tab-div.highlights.flie-text.w--current:hover {
  background-color: var(--black);
}

.tabs-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.text-link {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

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

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

.quick-stack {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.text-link-list {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.text-link-list.flie-text {
  line-height: 1.5;
}

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

.code-embed {
  width: 100%;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

  .slogan-2.heading-1 {
    text-align: center;
    font-size: 30px;
  }

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

  .heading-mittig {
    font-size: 60px;
    line-height: 60px;
  }

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

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 28px;
    line-height: 1.5;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .text-effekt3 {
    opacity: 1;
    background-color: #00000080;
  }

  .inhaltstartseite2 {
    padding: 60px;
  }

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

  .kontaktaufnehmen2.highlights {
    min-height: auto;
    padding: 60px;
  }

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-3 {
    height: 60vh;
  }

  .galerie2 {
    padding: 60px;
  }

  .karte1 {
    width: 100%;
  }

  .kontakt2, .impdat-3 {
    padding: 60px;
  }

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

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

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

  .heading-22 {
    font-size: 25px;
    line-height: 1.3em;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

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

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-wrapper {
    width: 100%;
  }

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

  .nav-men-1 {
    background-color: var(--orange);
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    color: var(--white);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .container-8 {
    min-width: 100%;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--black);
    text-align: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .content-wrapper, .content-wrapper.highlights {
    height: auto;
  }

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

  .image-wrapper-large.auto {
    height: auto;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid-6.invert {
    flex-direction: column-reverse;
    display: flex;
  }

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

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

  .link-block.highlights {
    width: 45px;
    height: 45px;
  }

  .image-1.invert {
    width: 26px;
    height: 26px;
  }

  .card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-102 {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  ._3er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  ._2er-grid-adj {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .section-50 {
    padding: 60px;
  }

  .content-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .tab-div.highlights.flie-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: stretch;
  }

  .text-link.flie-text {
    text-align: center;
    padding-left: 0;
  }

  .quick-stack, .quick-stack-2 {
    padding: 0;
  }

  .text-link-list.flie-text {
    padding-left: 40px;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .info-wrap {
    width: 100%;
  }

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

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

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

  .divblock1 {
    height: auto;
  }

  .impdat1-2.flie-text {
    text-align: center;
  }

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

  .video2, .div-block-video-2 {
    height: 100%;
  }

  .slogan-2.heading-1 {
    font-size: 27px;
    line-height: 35px;
  }

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

  .heading-mittig.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 36px;
  }

  .text-mititg {
    padding-bottom: 40px;
  }

  .text-mititg.flie-text {
    padding-bottom: 0;
  }

  .text-effekt3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhaltstartseite2 {
    padding: 40px;
  }

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

  .kontaktaufnehmen2.highlights {
    min-height: auto;
    padding: 40px;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iconfooter2 {
    justify-content: flex-start;
  }

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

  .titelvideo-3 {
    height: 55vh;
  }

  .galerie2 {
    padding: 40px;
  }

  .karte1 {
    height: 45vh;
  }

  .kontakt2, .impdat-3 {
    padding: 40px;
  }

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

  .heading-22 {
    font-size: 20px;
  }

  .footer-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .submit_button.flie-text {
    order: 1;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

  .link-block.highlights {
    width: 40px;
    height: 40px;
  }

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

  ._3er-grid {
    display: flex;
  }

  .section-50 {
    padding: 40px;
  }

  .text-link {
    padding-bottom: 40px;
  }

  .text-link.flie-text {
    padding-bottom: 0;
  }

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

  .text-link-list {
    padding-bottom: 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%;
  }

  .logo-img {
    height: 9vh;
  }

  .telefonnummer.flie-text, .email.flie-text, .adresse.flie-text {
    font-size: 14px;
  }

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

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

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

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

  .titelvideo-start-3 {
    height: 45vh;
  }

  .video2 {
    height: 100%;
  }

  .div-block-video-2 {
    height: 100.07%;
  }

  .slogan-2.heading-1 {
    font-size: 16px;
    line-height: 28px;
  }

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

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

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

  .heading-mittig.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
  }

  .text-mititg.flie-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .mehr-erfahren1 {
    min-width: 150px;
    font-size: 13px;
  }

  .mehr-erfahren1.highlights.flie-text {
    font-size: 14px;
  }

  .leistungsbild-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

  .text-effekt3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .inhaltstartseite2, .kontaktaufnehmen2.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-3 {
    height: 45vh;
  }

  .centered-container {
    text-align: left;
  }

  .galerie2, .kontakt2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-22 {
    font-size: 17px;
    line-height: 1.4em;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .content-wrapper {
    height: auto;
  }

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

  .image-wrapper-large {
    height: 40vh;
  }

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

  .link-block.highlights {
    width: 35px;
    height: 35px;
  }

  .image-1.invert {
    width: 22px;
    height: 22px;
  }

  .image-102 {
    width: 34px;
    height: 34px;
  }

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

  .mehr-erfahren-3 {
    min-width: 150px;
  }

  .mehr-erfahren-3.hauptfarbe.flie-text {
    font-size: 14px;
  }

  .img-wrapper {
    height: 40vh;
  }

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

  .text-link.flie-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .text-link-list.flie-text {
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
  }
}

#w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-22a59652, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-22a59652, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-22a59652, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-22a59652 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34a3465b-d2d9-bca2-580c-d8904b1e4c25-22a59652 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_34a3465b-d2d9-bca2-580c-d8904b1e4c26-22a59652 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-ee8a20b1-ea6b-43bc-b59c-73e466fce817-22a5965f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_7cbc8cf8-42d3-7171-c421-f9bcb621dd15-22a5965f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c5286bf2-1552-333b-d329-7b7a9545cbac-22a59668 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_122695be-37d0-c13b-775b-f72391b2fc6a-22a59668 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4f91d40f-b910-2206-6954-d128695a3ad7-22a59668 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_6a8667ce-123c-521f-4c74-dbbf3b1612ca-b7432990, #w-node-_40dc4928-d624-9080-1afe-815338d07673-0672e5c1, #w-node-_4f191256-5694-9055-ba00-99384343ac1a-0672e5c1, #w-node-_3144efed-8b04-625e-9a89-cd7351ec37fa-0672e5c1, #w-node-b4b0cded-858a-beda-0434-a841906b6ee9-0672e5c1, #w-node-_9aee2155-613d-eb00-9f80-9b0d7b8d84f7-0672e5c1, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf3880-e65fd70e, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf3897-e65fd70e, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf38ad-e65fd70e, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf38ba-e65fd70e, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca300-9712f6b3, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca317-9712f6b3, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca32d-9712f6b3, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca33a-9712f6b3, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e04-729cf45b, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e1b-729cf45b, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e31-729cf45b, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e3e-729cf45b, #w-node-_785193ec-2f81-9505-3bed-e96132534e97-967373c0, #w-node-_785193ec-2f81-9505-3bed-e96132534eae-967373c0, #w-node-_785193ec-2f81-9505-3bed-e96132534ec4-967373c0, #w-node-_785193ec-2f81-9505-3bed-e96132534ed1-967373c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c5286bf2-1552-333b-d329-7b7a9545cbac-22a59668, #w-node-_6a8667ce-123c-521f-4c74-dbbf3b1612ca-b7432990, #w-node-_40dc4928-d624-9080-1afe-815338d07673-0672e5c1, #w-node-_4f191256-5694-9055-ba00-99384343ac1a-0672e5c1, #w-node-_3144efed-8b04-625e-9a89-cd7351ec37fa-0672e5c1, #w-node-b4b0cded-858a-beda-0434-a841906b6ee9-0672e5c1, #w-node-_9aee2155-613d-eb00-9f80-9b0d7b8d84f7-0672e5c1, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf3880-e65fd70e, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf3897-e65fd70e, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf38ad-e65fd70e, #w-node-_8b950057-d679-2fe3-4a9d-a637aacf38ba-e65fd70e, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca300-9712f6b3, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca317-9712f6b3, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca32d-9712f6b3, #w-node-ce0b1c3f-af38-6e8a-78c5-1c0ab68ca33a-9712f6b3, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e04-729cf45b, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e1b-729cf45b, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e31-729cf45b, #w-node-_90cb7b5f-704e-1f90-9777-a487619e5e3e-729cf45b, #w-node-_785193ec-2f81-9505-3bed-e96132534e97-967373c0, #w-node-_785193ec-2f81-9505-3bed-e96132534eae-967373c0, #w-node-_785193ec-2f81-9505-3bed-e96132534ec4-967373c0, #w-node-_785193ec-2f81-9505-3bed-e96132534ed1-967373c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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