@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 {
  --highlight: #f1b638;
  --secondry-color: #f0f0f0;
  --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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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

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

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

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

.logo-img {
  object-fit: contain;
  width: 13vw;
  height: 14vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  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: #2a2a2a;
}

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

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

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

.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: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.navbar1 {
  z-index: 9999;
  background-color: #2b2b2b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: sticky;
  top: 0%;
}

.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 {
  height: 90vh;
  position: relative;
}

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

.title-text-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  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: 25vh 6vw;
  display: flex;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding: 100px;
  position: relative;
  overflow: hidden;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 80px;
}

.heading-start2.heading-2, .heading-start2.heading-2.farbe-der-headings {
  line-height: 1.3;
}

.text2 {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text2.flie-text {
  text-align: center;
  line-height: 1.5;
}

.mehr-erfahren1 {
  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-erfahren1:hover {
  background-color: #2e2e2e;
}

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

.mehr-erfahren1.highlights.flie-text:hover {
  color: #fff;
}

.mehr-erfahren1.highlights.flie-text.black {
  color: #000;
}

.mehr-erfahren1.highlights.flie-text.black:hover {
  color: #fff;
}

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

.inhalt-service2 {
  overflow: hidden;
}

.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: 20px;
  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;
}

.mehr-erfahren2.zweitfarbe.flie-text {
  line-height: 1.5;
}

.leistungsbild {
  height: 36vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

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

.text-effekt3 {
  z-index: 10;
  opacity: 0;
  color: #fff;
  background-color: #000000e6;
  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;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

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

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

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/9e702de53b6082efd6f24eff63389fa4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.leistungsgrid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  width: 70%;
  margin-top: 20px;
  position: relative;
}

.titelvideo-3 {
  height: 500px;
  position: relative;
}

.text-linksb-ndig2 {
  font-size: 16px;
}

.impdat-3 {
  padding: 100px;
}

.impdat-3.text-wrap {
  overflow-wrap: anywhere;
}

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

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

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

.footer {
  padding: 60px 6vw;
}

.footer.hauptfarbe {
  justify-content: space-around;
  padding-bottom: 10px;
}

.footer.hauptfarbe.flie-text {
  padding: 60px;
}

.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%;
  display: flex;
}

.text-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
  inset: auto;
}

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

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

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

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

.flie-text-form {
  text-align: left;
  height: 2.7rem;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.flie-text-form.nachricht {
  height: 4rem;
}

.submit_button {
  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: var(--white);
  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: 1000;
}

.nav-men-1.hauptfarbe {
  z-index: 1000;
  background-color: #35353500;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.navbar.hauptfarbe {
  background-color: #35353500;
}

.navbar.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

.navlink {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.navlink:hover {
  color: gray;
}

.navlink.w--current {
  color: #ebe3de;
}

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

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

.container--nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

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

.content-wrapper.new {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

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

.image-content-grid, .image-content-grid-reverse {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

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

.grid-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.slogan-3 {
  font-family: Quattrocento, sans-serif;
  font-size: 26px;
  line-height: 1.3;
}

.form-opening-hour-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.kontakt-wrapper {
  background-color: #0000004d;
  padding: 20px;
}

.form-block {
  padding: 20px;
}

.content-wrapper-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 6vw 60px 60px;
  display: flex;
}

.list1 {
  font-size: 16px;
  line-height: 1.5;
}

.heading-start2-links {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.heading-start2-links.heading-2, .heading-start2-links.heading-2.farbe-der-headings {
  line-height: 1.3;
}

.heading-start2-links.heading-3 {
  font-size: 30px;
}

.social-icon {
  object-fit: contain;
  width: 3.125rem;
  height: 3.125rem;
}

.success-slogan {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.success-slogan.heading-3 {
  text-align: center;
  width: auto;
  font-size: 30px;
}

.success-message {
  background-color: #f1b638;
}

.success-error-text {
  color: #333;
  font-family: Quicksand, sans-serif;
}

.success-error-text.white {
  color: #fff;
}

.error-message {
  background-color: #df1818;
}

.content-wrapper-large {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 60px 60px 6vw;
  display: flex;
}

.content-wrapper-large.highlights {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.impdat-4.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
}

.inhalt-footer-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.adresse-2 {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

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

.wrapp {
  overflow-wrap: anywhere;
}

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

  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .adresse {
    text-align: center;
  }

  .navbar1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .title-text-wrapper {
    padding: 60px;
  }

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

  .startseite2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .startseite2.zweitfarbe {
    padding: 60px;
  }

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

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

  .heading-start2.heading-2.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .mehr-erfahren1.highlights.flie-text, .mehr-erfahren1.highlights.flie-text.w--current, .mehr-erfahren2.zweitfarbe.flie-text {
    font-size: 13px;
  }

  .leistungsbild {
    height: auto;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .text-effekt3 {
    background-color: var(--highlight);
    opacity: 100;
    color: #333;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
  }

  .text-effekt3:hover {
    background-color: var(--highlight);
    opacity: 3;
  }

  .heading-mittig-klein1.heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .inhaltstartseite2, .kontaktaufnehmen2 {
    padding: 60px;
  }

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

  .leistungsgrid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .text-linksb-ndig2.flie-text {
    text-align: center;
  }

  .impdat-3, .impdat-3.text-wrap, .success-2 {
    padding: 60px;
  }

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

  .sucess-blcok.highlights {
    padding: 60px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-footer.heading-3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .inhalt-footer {
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .field-label.flie-text {
    font-size: 15px;
  }

  .flie-text-form.nachricht {
    height: 5rem;
  }

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

  .nav-men-1 {
    background-color: var(--secondry-color);
    position: absolute;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--secondry-color);
    width: 100%;
  }

  .men-icon1 {
    color: #333;
  }

  .navbar.hauptfarbe {
    position: static;
  }

  .navlink.flie-text {
    color: #333;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
  }

  .container--nav-menu {
    justify-content: flex-end;
    align-items: center;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--highlight);
  }

  .content-wrapper {
    height: 60vh;
  }

  .content-wrapper.new {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

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

  .image-content-grid, .image-content-grid-reverse {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .image-100.is-align {
    object-position: 50% 20%;
  }

  .image-100.is-height {
    height: 55vh;
  }

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

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

  .grid-social-links {
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: auto 1% 5% auto;
  }

  .slogan-3 {
    text-align: center;
    font-size: 24px;
  }

  .form-opening-hour-wrapper {
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .content-wrapper-links {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-right: 60px;
  }

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

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

  .heading-start2-links.heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .heading-start2-links.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
  }

  .heading-start2-links.heading-3 {
    text-align: center;
    font-size: 25px;
  }

  .social-icon {
    background-color: #333;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 0 5px 1px #0003;
  }

  .success-slogan {
    font-size: 60px;
    line-height: 60px;
  }

  .success-slogan.heading-3 {
    font-size: 25px;
    line-height: 1.3;
  }

  .field-wrapper {
    width: 100%;
  }

  .content-wrapper-large {
    height: 60vh;
  }

  .content-wrapper-large.highlights {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 60px;
  }

  .form-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

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

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar1 {
    padding: 10px 40px;
  }

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start {
    height: 28rem;
  }

  .video2, .title-text-wrapper {
    height: 100%;
  }

  .slogan-2.heading-1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .startseite2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .startseite2.zweitfarbe {
    padding: 40px;
  }

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

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

  .text2 {
    padding-bottom: 40px;
  }

  .text2.flie-text {
    padding-bottom: 0;
    font-size: 15px;
  }

  .mehr-erfahren1.highlights.flie-text {
    margin-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
  }

  .mehr-erfahren1.highlights.flie-text.w--current {
    font-size: 12px;
  }

  .mehr-erfahren1.highlights.flie-text.black {
    margin-top: 10px;
  }

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
  }

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

  .inhaltstartseite2, .kontaktaufnehmen2 {
    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;
  }

  .leistungsgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-linksb-ndig2.flie-text {
    text-align: center;
    font-size: 15px;
  }

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

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

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

  .sucess-blcok.highlights {
    padding: 40px;
  }

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

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .flie-text-form {
    height: 2.3rem;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .navlink.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .men-buttton1.hauptfarbe {
    padding: 15px;
  }

  .content-wrapper.new {
    height: auto;
  }

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

  .image-100.is-align {
    object-position: 50% 0%;
  }

  .image-100.is-height {
    height: 25rem;
  }

  .slogan-3 {
    font-size: 20px;
  }

  .kontakt-wrapper {
    padding: 0;
  }

  .form-block {
    margin-bottom: 0;
  }

  .content-wrapper-links {
    height: auto;
    padding: 40px;
  }

  .list1.flie-text {
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
  }

  .heading-start2-links.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-start2-links.heading-2.farbe-der-headings {
    font-size: 30px;
  }

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

  .content-wrapper-large.highlights {
    padding: 40px;
  }

  .footer-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

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

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

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

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

  .logo-img {
    width: 7rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo {
    width: 100%;
  }

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

  .navbar1 {
    flex-flow: column;
    padding: 0 0;
  }

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

  .video2 {
    height: 100%;
  }

  .title-text-wrapper {
    height: 100.07%;
    padding: 20px;
  }

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

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

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

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

  .heading-start2.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 25px;
    display: flex;
  }

  .text2.flie-text {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

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

  .mehr-erfahren1.highlights.flie-text {
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

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

  .mehr-erfahren2.zweitfarbe.flie-text {
    min-width: auto;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

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

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

  .text-effekt3 {
    padding: 15px;
  }

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

  .inhaltstartseite2 {
    padding: 20px;
  }

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

  .leistungsgrid {
    width: 100%;
  }

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

  .impdat-3, .impdat-3.text-wrap {
    padding: 20px;
  }

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

  .sucess-blcok.highlights {
    padding: 20px;
  }

  .footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .checkbox-field {
    margin-bottom: 0;
  }

  .flie-text-form {
    height: 2.2rem;
  }

  .flie-text-form.nachricht {
    height: 4.5rem;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .men-icon1 {
    font-size: 20px;
  }

  .container--nav-menu {
    justify-content: center;
    align-items: center;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    background-color: #f1b638;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: #f1b638;
  }

  .content-wrapper {
    height: 45vh;
  }

  .content-wrapper.new {
    padding: 10px 0;
  }

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

  .slogan-3 {
    font-size: 18px;
  }

  .kontakt-wrapper {
    padding: 10px 15px;
  }

  .form-block {
    padding: 0;
  }

  .content-wrapper-links {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .heading-start2-links.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: flex;
  }

  .heading-start2-links.heading-2.is-small {
    font-size: 23px;
  }

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

  .social-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

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

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

  .content-wrapper-large {
    height: 45vh;
  }

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

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

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

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

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

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-b817d1c3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-b817d1c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad604227-fab0-be6d-d22b-11dcb00c09dc-b817d1c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5bbb374f-7354-7c31-5961-b5b3c8df8854-d2228448 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-b817d1c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-b817d1c3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09f9-b817d1c3 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


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