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

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

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

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

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

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

@font-face {
  font-family: Opticaslonfive Swash;
  src: url('../fonts/OPTICaslonFive-Swash.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #0e593a;
  --white: white;
  --beige: #f5e9cf;
  --black: black;
  --highlight-color: #13875a;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  flex-flow: column;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-6 {
  width: 100%;
}

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

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

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

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

.farbe-der-headings {
  color: #01331f;
  line-height: 1.3;
}

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

.zweitfarbe {
  background-color: #f5e9cf;
}

.highlights {
  color: #fff;
  background-color: #0e593a;
}

.heading-1, .heading-2 {
  font-family: Opticaslonfive Swash, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

.heading-3 {
  font-family: Century, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

.instagram3 {
  width: 30px;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

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

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

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

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

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

.nav-link.flie-text {
  font-family: Droid Serif, serif;
}

.nav-link.flie-text.dropdown-link {
  padding-right: 40px;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

.nav-link.flie-text {
  border-bottom: 2px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Merriweather, serif;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--white);
  border-bottom-color: #fff;
}

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

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

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

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

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

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

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

.video2 {
  height: 90vh;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  font-family: Droid Serif, serif;
}

.email {
  margin-bottom: 5px;
}

.email.flie-text {
  font-family: Droid Serif, serif;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.flie-text {
  font-family: Droid Serif, serif;
}

.adresse.flie-text.mitting {
  text-align: center;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.background-video {
  height: 100%;
}

.titelvideo-1 {
  height: 70vh;
  position: relative;
}

.videodiv {
  z-index: 20;
  color: #fff;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hauptheading {
  text-align: center;
  font-family: Opticaslonfive Swash, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.hauptheading.heading-1 {
  line-height: 1.1;
}

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

.hauptparagraph.flie-text {
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 1.5;
}

.hauptparagraph.flie-text.font {
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.hauptparagraph.flie-text.hide-d-sc {
  display: none;
}

.shopbutton {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.shopbutton.flie-text {
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.shopbutton.flie-text.highlights {
  border: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shopbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
}

.shopbutton.flie-text.highlights:hover {
  background-color: #01331f;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  display: flex;
}

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

.heading.heading-1 {
  margin-top: 10px;
  line-height: 1.3;
}

.smallheading {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.container-10 {
  outline-offset: 5px;
  border: 5px solid #fff;
  outline: 2px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.grid-mit-4-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-heading.heading-1 {
  font-size: 38px;
}

.section-heading.heading-1.farbe-der-headings.c {
  text-align: center;
}

.kleiderdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.kleiderdiv.zweitfarbe {
  border: 3px solid var(--black);
  background-color: var(--main-color);
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
}

.kleiderdiv.hauptfarbe {
  border: 2px solid #fff;
}

.image-in-quadrat {
  object-fit: cover;
  object-position: 50% 50%;
  width: 25vw;
  height: 35vh;
}

.image-in-quadrat.contain {
  outline-offset: 0px;
  object-fit: contain;
  border: 5px solid #fff;
  outline: 5px solid #01331f;
  width: 25vh;
  height: 30vh;
}

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

.footer-visu-1.hauptfarbe {
  border-top: 1px solid #fff;
}

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

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

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

.heading-footer.heading-3 {
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
}

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

.inhalt-section3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.grid-galerie3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 40px;
}

.grid-galerie3.zweitfarbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.bild-startseite3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 55vh;
}

.inhalt-startseite3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inhalt-startseite3.size {
  justify-content: center;
  align-items: center;
  width: 60%;
}

.impdat {
  padding: 100px 40px;
}

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

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

.heading-mittig1 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Century, Arial, sans-serif;
}

.titelbanner-start-1 {
  height: 100vh;
  position: relative;
}

.heading-mittig {
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
}

.heading-mittig.heading-2.farbe-der-headings {
  line-height: 1.1;
}

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

.paragraph.flie-text {
  font-family: Droid Serif, serif;
  line-height: 1.5;
}

.logo-wei {
  z-index: 10;
  background-image: url('../images/5efaf535b7d5170b497a4559_AdobeStock_247307153visu.webp');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.navbar-1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu-1 {
  z-index: 100000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.bild-cover-1 {
  background-image: url('../images/5efaf535b7d5170b497a4559_AdobeStock_247307153visu.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.divider {
  width: 200px;
  height: 2px;
  margin-bottom: 20px;
}

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

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

.inhalt-mittig-untereinander1.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

._2er-grid1 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}

._2er-grid1.zweitfarbe {
  height: auto;
}

.bild-100-1 {
  object-fit: cover;
  width: 100%;
  height: 65vh;
}

.bild-100-1.contain {
  object-fit: contain;
  background-color: #d0c0a3;
}

.image-in-quadrat-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 25vw;
  height: 50vh;
}

.image-in-quadrat-2.contain {
  object-fit: contain;
  width: auto;
}

.navbar1 {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar1.hauptfarbe {
  z-index: 999;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  position: sticky;
  top: 0;
}

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

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

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

.logo-img {
  width: 100%;
  max-width: none;
  height: 9vh;
}

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

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

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

.link.black {
  color: #333;
}

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

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

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

.impressum-link {
  color: #fff;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

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

.map-2 {
  width: 100%;
  height: 100%;
}

.div-block-118 {
  flex-flow: column;
  display: flex;
}

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

.form-3 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-2 {
  border: 1px solid #dfdfdf;
  transition: all .2s;
}

.form-2:hover {
  border-color: #5e5e5e;
}

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

.paragraph-font-2 {
  font-weight: 400;
}

.terminbutton-2 {
  text-transform: uppercase;
}

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

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

.terminbutton-2.highlights.heading-3:hover {
  background-color: var(--main-color);
}

.form-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-block.paragraph-font {
  width: 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;
}

.logo-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.logo-link.w--current {
  text-decoration: none;
}

.dropdown-toggle {
  padding: 0;
}

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

.dropdown-list {
  padding: 20px;
}

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

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

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

.image-100.contain.border {
  outline-offset: 0px;
  border: 5px solid #fff;
  outline: 5px solid #01331f;
  width: auto;
}

.image-100.contain.bg-color {
  background-color: #cebea8;
}

.image-100.down {
  object-position: 50% 10%;
  width: 100%;
}

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

.image-100.rel {
  filter: blur(5px);
}

.image-100.abs {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.gtranslator {
  z-index: 99;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.quick-stack {
  width: 100%;
  margin-top: 40px;
}

.img-card-wrapper {
  border: 3px solid var(--main-color);
  width: 100%;
  height: 50vh;
  padding: 10px;
  position: relative;
}

.card-content-abs {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(0deg, #00000073, #fff0 42%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-content-abs:hover {
  background-image: linear-gradient(0deg, #000, #fff0);
}

.socials-link {
  width: 45px;
  height: 45px;
}

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

.imdat-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

._2er-grid100 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.grid-mit-2-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-75vh {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.paragraph-links.flie-text {
  font-family: Droid Serif, serif;
  line-height: 1.5;
}

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

.link-text:hover {
  text-decoration: underline;
}

.btn-wrapper {
  margin-top: 40px;
}

.inhalt-section3-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.grid-galerie3er {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 40px;
}

.grid-galerie3er.zweitfarbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.youtube-2 {
  width: 100%;
  height: 100%;
}

.videodiv-2 {
  z-index: 9;
  color: #fff;
  background-color: #00000029;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow {
  z-index: 100;
}

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

.map-card {
  width: 100%;
  height: 45vh;
}

.link-9 {
  color: #01331f;
  text-decoration: none;
}

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

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

.slider-101 {
  width: 100%;
  height: 100%;
}

.background-video-4 {
  height: 100%;
}

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

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

.firmen-slider {
  width: 100%;
  height: 100%;
}

.mask {
  height: 100%;
}

.bild-100-1-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bild-100-1-2, .slide {
  width: 100%;
  height: 100%;
}

.mask-2, .slider-wraper, .section-50 {
  height: 100%;
}

.grid-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.25fr .5fr;
  place-items: center;
  height: 100%;
  padding-top: 20px;
}

.logo-text {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-heading-1 {
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  margin-top: 10px;
  font-family: Bethaine, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.logo-heading-1.auto {
  width: auto;
  font-size: 45px;
  line-height: 50px;
}

.logo-heading-1._100 {
  width: auto;
}

.slide-nav {
  z-index: 80;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.video-div {
  background-color: #0000005c;
  width: 100%;
  height: 55vh;
  padding: 0;
}

.leaf-absolute {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.leaf-absolute-right {
  object-fit: contain;
  width: 50px;
  height: 50px;
  transform-style: preserve-3d;
  margin-bottom: 20px;
  position: static;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.bild-wrapper {
  position: relative;
}

.bild-100-1-contain {
  object-fit: contain;
  width: 100%;
  height: 65vh;
  position: absolute;
  inset: 0%;
}

.bild-100-1-blur {
  filter: blur(3px);
  object-fit: cover;
  width: 100%;
  height: 65vh;
}

.strip-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.bild-100-vh-blur {
  filter: blur(3px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bild-100-vh-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.icon-green {
  color: #13875a;
}

.text-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-2 {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 25vh;
  margin-left: 60px;
  display: flex;
}

.logo-image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.side-3 {
  align-items: center;
  width: 80%;
  height: 25vh;
  display: flex;
}

.logo-image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.small-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.smll-image {
  object-fit: contain;
  height: 10vh;
  margin-bottom: 20px;
}

.list {
  font-size: 18px;
  line-height: 25px;
}

.list.flie-text {
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 1.5;
}

.image-101 {
  object-fit: contain;
  height: 40vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-div, .image-wrap {
  width: 100%;
  height: 100%;
}

.slider-reviews {
  background-color: #0000;
  width: 500px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.slider_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-2 {
  color: #0e593a;
}

.slider_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.slide-review {
  height: 100%;
}

.hiddem {
  display: none;
}

.mask-visible {
  height: 100%;
  position: static;
  overflow: visible;
}

.auto-scroll-text_block {
  width: 100%;
  height: 40vh;
  overflow: auto;
}

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

.gtranslator-2 {
  display: block;
  position: absolute;
  inset: 1% 0% auto auto;
}

.image-102 {
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
}

.div-block-119 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.code-embed {
  width: 100%;
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-form {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

.submit-button-12.highlight {
  background-color: #0e593a;
}

.paragraph-55 {
  color: #858585;
  background-color: #fff;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.text-field-3 {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-field-3:hover {
  background-color: #fff;
}

.text-field-3:focus {
  border: 2px solid #496ab1;
}

.text-field-3.nachricht {
  height: 100px;
  margin-bottom: 15px;
  box-shadow: inset 1px 1px 3px #b6b6b6;
}

.form-block-2 {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-link.flie-text {
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.flie-text.w--current {
    color: var(--beige);
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
  }

  .men-icon1 {
    color: #fff;
  }

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

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

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

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

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

  .hauptheading.heading-1 {
    line-height: .9;
  }

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

  .hauptparagraph.flie-text.hide-d-sc {
    display: flex;
  }

  .hauptparagraph.flie-text.hide-sm-sc {
    display: none;
  }

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

  .section.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.zweitfarbe {
    background-color: var(--beige);
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .smallheading.heading-1 {
    font-size: 23px;
  }

  .container-10, .container-10.hauptfarbe {
    max-width: 100%;
  }

  .grid-mit-4-div {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .section-heading.heading-1 {
    font-size: 34px;
  }

  .kleiderdiv {
    padding: 10px;
  }

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

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

  .div-block-footer1.hauptfarbe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .inhalt-section3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-section3.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-galerie3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 0;
  }

  .bild-startseite3 {
    width: 100%;
    height: 50vh;
  }

  .inhalt-startseite3.size {
    width: 100%;
  }

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

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

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

  .heading-mittig1 {
    font-size: 27px;
    line-height: 1.4em;
  }

  .titelbanner-start-1 {
    width: 100%;
    height: 60vh;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 32px;
  }

  .men-button1 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .men-button1.w--open {
    background-color: #0000;
  }

  .logo-wei {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .navbar-1 {
    background-color: var(--main-color);
    text-align: center;
    width: 100%;
  }

  .nav-menu-1 {
    background-color: var(--main-color);
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .bild-cover-1 {
    height: 70vh;
  }

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

  .inhalt-mittig-untereinander1 {
    padding: 20px 40px;
  }

  .inhalt-mittig-untereinander1.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inhalt-mittig-untereinander1.last {
    order: 1;
  }

  ._2er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  ._2er-grid1.zweitfarbe {
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .bild-100-1 {
    height: 100%;
  }

  .bild-100-1._50vh {
    height: 50vh;
  }

  .image-in-quadrat-2 {
    width: 100%;
  }

  .navbar1.hauptfarbe {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .paragraph-font-2.mid {
    text-align: center;
  }

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

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

  .dropdown-toggle, .dropdown {
    width: 100%;
  }

  .dropdown-list.highlights {
    position: relative;
  }

  .dropdown-list.highlights.w--open {
    box-shadow: 0 1px 10px -1px var(--beige);
  }

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

  .image-100.beige {
    object-fit: contain;
    background-color: #d0c0a3;
  }

  .gtranslator {
    position: static;
  }

  .quick-stack.hauptfarbe {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .imdat-wrapper.flie-text {
    justify-content: center;
    align-items: center;
  }

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

  ._2er-grid100 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
    display: flex;
  }

  ._2er-grid100.zweitfarbe {
    grid-row-gap: 0px;
  }

  .grid-mit-2-div {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-75vh {
    width: 100%;
    height: 50vh;
  }

  .inhalt-section3-center {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-section3-center.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .videodiv-2 {
    padding-top: 0%;
  }

  .container-12 {
    max-width: 100%;
  }

  .slider-101 {
    height: 50vh;
  }

  .firmen-slider {
    height: 30rem;
  }

  .bild-100-1-3 {
    height: 100%;
  }

  .grid-17 {
    place-items: center;
    width: 100%;
  }

  .logo-text {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .logo-heading-1 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .logo-heading-1.auto {
    font-size: 30px;
    line-height: 31px;
  }

  .logo-heading-1._100 {
    width: auto;
  }

  .bild-100-1-contain, .bild-100-1-blur {
    height: 400px;
  }

  .bild-100-vh-blur, .bild-100-vh-contain {
    height: 100%;
  }

  .side-2, .side-3 {
    height: 8vh;
  }

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

  .image-101 {
    width: 100%;
  }

  .slider-reviews {
    width: 500px;
    height: 500px;
  }

  .slider_container, .slide_content_wrapper {
    width: 100%;
  }

  .link_white {
    overflow-wrap: anywhere;
  }

  .gtranslator-2 {
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-wapper {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

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

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

  .inhalt-footer2 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

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

  .videodiv {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hauptheading {
    font-size: 28px;
  }

  .hauptheading.heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

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

  .section.hauptfarbe, .section.zweitfarbe {
    padding: 40px;
  }

  .heading.heading-1.farbe-der-headings {
    font-size: 25px;
    line-height: 34px;
  }

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

  .container-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-10.hauptfarbe {
    margin-bottom: 0;
  }

  .grid-mit-4-div {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-heading.heading-1 {
    font-size: 30px;
    font-weight: 400;
  }

  .image-in-quadrat {
    width: 80%;
    height: 45vh;
  }

  .div-block-footer1.hauptfarbe {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .75fr;
    display: flex;
  }

  .inhalt-section3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-section3.zweitfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-galerie3.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bild-startseite3 {
    height: 25rem;
  }

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

  .success {
    height: auto;
    padding: 40px 20px;
  }

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

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

  .heading-mittig.heading-1.farbe-der-headings {
    font-size: 32px;
  }

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

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover-1 {
    height: 50vh;
  }

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

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-100-1, .bild-100-1._50vh {
    height: 25rem;
  }

  .image-in-quadrat-2 {
    width: 100%;
    height: 25rem;
  }

  .image-in-quadrat-2.contain.auto {
    width: 80%;
    height: auto;
  }

  .maos-footer {
    height: 100px;
  }

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

  .logo-link {
    height: auto;
    display: flex;
  }

  .img-card-wrapper, .image-wrapper-100vh {
    height: 25rem;
  }

  ._2er-grid100 {
    grid-row-gap: 0px;
  }

  .grid-mit-2-div {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-75vh {
    width: 100%;
    height: 25rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .paragraph-links.flie-text.list {
    text-align: left;
    padding-left: 20px;
  }

  .btn-wrapper {
    margin-top: 20px;
  }

  .inhalt-section3-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-section3-center.zweitfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-galerie3er.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .videodiv-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-11 {
    max-width: 100%;
  }

  .slider-101, .firmen-slider {
    height: 25rem;
  }

  .bild-100-1-3 {
    height: 100%;
  }

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

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

  .logo-heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .logo-heading-1.auto {
    margin-bottom: 0;
  }

  .video-div {
    height: 25rem;
  }

  .leaf-absolute, .leaf-absolute-right {
    width: 30px;
    height: 30px;
  }

  .bild-100-1-contain, .bild-100-1-blur {
    height: 25rem;
  }

  .bild-100-vh-blur, .bild-100-vh-contain {
    height: 100%;
  }

  .side-2.hide, .side-3.hide {
    display: none;
  }

  .small-logo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .smll-image {
    height: 7vh;
  }

  .list.flie-text {
    font-size: 16px;
    line-height: 22px;
  }

  .image-101 {
    object-fit: cover;
    height: 25rem;
  }

  .slider-reviews {
    width: 100%;
    height: auto;
  }

  .right_arrow {
    margin-right: -40px;
  }

  .slider_container {
    width: 112%;
    padding: 20px;
  }

  .slide-review {
    width: 100%;
  }

  .left_arrow {
    margin-left: -40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .impdatfooter {
    text-align: left;
  }

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

  .titelvideo-1 {
    height: 500px;
  }

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

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

  .hauptparagraph.flie-text {
    line-height: 21px;
  }

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

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .heading.heading-1.farbe-der-headings {
    font-size: 20px;
    line-height: 30px;
  }

  .smallheading.heading-1 {
    font-size: 18px;
  }

  .grid-mit-4-div {
    margin-bottom: 0;
  }

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

  .kleiderdiv {
    padding: 10px;
  }

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

  .image-in-quadrat {
    width: 100%;
  }

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

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

  .div-block-footer1.hauptfarbe {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading-footer.heading-3, ._1.flie-text {
    text-align: center;
  }

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

  .grid-galerie3.zweitfarbe {
    padding: 20px;
  }

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

  .heading-mittig1 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 23px;
  }

  .heading-mittig.heading-1.farbe-der-headings {
    font-size: 22px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .logo-wei {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-in-quadrat-2, .image-in-quadrat-2.contain.auto {
    width: 100%;
  }

  .navbar1.hauptfarbe {
    padding-right: 0;
  }

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

  .foter-block {
    align-items: center;
  }

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

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

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

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

  .logo-link.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list.highlights.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-100.down.links {
    object-position: 10% 50%;
  }

  .socials-link {
    width: 40px;
    height: 40px;
  }

  .imdat-wrapper.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-75vh {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-75vh.auto {
    height: auto;
  }

  .paragraph-links {
    font-size: 14px;
    line-height: 20px;
  }

  .inhalt-section3-center {
    padding: 40px 20px;
  }

  .grid-galerie3er.zweitfarbe {
    padding: 20px;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-text {
    width: 95%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-heading-1 {
    overflow-wrap: anywhere;
    font-size: 21px;
    line-height: 30px;
  }

  .logo-heading-1.auto {
    font-size: 22px;
    line-height: 24px;
  }

  .leaf-absolute, .leaf-absolute-right {
    width: 20px;
    height: 20px;
  }

  .text-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .logo-image-2 {
    margin-left: 0;
  }

  .smll-image {
    height: 5vh;
  }

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

  .slider-reviews {
    width: 100%;
    height: auto;
  }

  .link_white {
    overflow-wrap: anywhere;
  }

  .slide-nav-2 {
    font-size: 6px;
  }

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

#w-node-_78ca2c5d-3cca-20eb-2668-07bae4262da7-7c04ddd7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d15dd015-f717-73d3-2e7c-4e5c3b7755e0-7c04dde0 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_048275cd-6866-8ffe-719e-fdd0d5353045-7c04dde0, #w-node-d0df1daf-9edc-16a7-bc0e-9ee5c7a8b3fc-7c04dde0 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_3d740bf9-4450-be14-83b6-6e15f67f8a88-7c04dde2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_78ca2c5d-3cca-20eb-2668-07bae4262da7-7c04ddd7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Century';
  src: url('../fonts/Century-Normal.ttf') format('truetype'), url('../fonts/CENTURY.ttf') format('truetype'), url('../fonts/Century-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ceaswfte';
  src: url('../fonts/ceaswfte.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century';
  src: url('../fonts/Century-Bold.ttf') format('truetype'), url('../fonts/Century-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cebswfte';
  src: url('../fonts/cebswfte.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vivaldi';
  src: url('../fonts/vivaldi-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bethaine';
  src: url('../fonts/Bethaine.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opticaslonfive Swash';
  src: url('../fonts/OPTICaslonFive-Swash.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}