@font-face {
  font-family: Ofl;
  src: url('../fonts/OFL.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Aatmospheric;
  src: url('../fonts/aAtmospheric.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Milkcarton;
  src: url('../fonts/MilkCarton.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --brown: #a47dab;
  --white: #f3f5f6;
  --dark-slate-grey: #363636;
  --dark-goldenrod: #a18f5d;
}

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

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

.logo {
  justify-content: center;
  align-items: center;
  max-width: 280px;
  height: auto;
  margin-top: 0;
  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;
  display: none;
}

.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: var(--brown);
}

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

.zweitfarbe {
  background-color: var(--white);
  color: #000;
}

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

.heading-1, .heading-2 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.flie-text {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.flie-text.sm-font.adj {
  overflow-wrap: anywhere;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.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-image: url('../images/5e4e799880743331e550192d_schloss-gold.webp');
  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.hauptfarbe {
  background-image: none;
}

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

.utility-page-content._404 {
  width: auto;
  position: static;
}

.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-align: center;
  text-transform: uppercase;
  font-size: 28px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.video2 {
  height: 90vh;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text.margin {
  margin-top: 60px;
}

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

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

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

.div-block-113 {
  margin-bottom: 5px;
}

.background-video {
  height: 100%;
}

.titelvideo-1 {
  height: 160vh;
  position: relative;
  overflow: hidden;
}

.banner-block {
  color: #000;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.kontaktbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kontaktbutton.flie-text.highlights:hover {
  background-color: var(--dark-slate-grey);
}

.kontaktbutton.flie-text.highlights.border {
  border: 1px solid #0000;
}

.kontaktbutton.flie-text.highlights.border:hover {
  border: 1px solid var(--brown);
}

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

.section.hauptfarbe {
  background-color: var(--dark-slate-grey);
}

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

.heading-center.heading-1 {
  text-transform: uppercase;
}

.heading-center.heading-1.space {
  width: 50%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 45vh;
  box-shadow: 0 4px 5px #0000007d;
}

.container-10 {
  color: #fff;
  flex-direction: column;
  display: flex;
}

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

.grid-mit-4-div.space {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  width: 100%;
}

.kleiderdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-visu-1 {
  background-image: url('../images/wave-2.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  padding: 10px 10%;
}

.footer-visu-1.hauptfarbe {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/wave-2_1.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-footer1 {
  justify-content: space-between;
  margin-top: 160px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.inhalt-startseite3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.inhalt-startseite3.flie-text {
  align-items: flex-start;
}

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

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 140px;
  display: flex;
}

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  width: auto;
  height: auto;
  padding: 100px;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.titelvideo-start-1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.logo-wei {
  z-index: 10;
  margin-top: 10px;
  margin-left: 10vw;
  position: relative;
}

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

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

.text-mittig1.flie-text {
  font-size: 18px;
  line-height: 25px;
}

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

.heading-mittig-small {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
}

.heading-mittig-small.heading-2 {
  line-height: 36px;
}

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

.image-in-quadrat-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

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

.navbar1.hauptfarbe {
  align-items: center;
}

.link-block {
  color: #fff;
  max-width: 20vw;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
}

.link-block.w--current {
  max-width: 350px;
}

.link {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link.black {
  color: #333;
}

.link.black:hover {
  color: var(--brown);
}

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

.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 {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: 40%;
  margin-bottom: 40%;
  top: 10px;
}

.link-5 {
  color: var(--brown);
  text-decoration: underline;
}

.close-overlay-button {
  color: #fff;
  cursor: pointer;
  align-items: center;
  font-family: Bitter, serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.nav-links-wrapper-2 {
  z-index: 10;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-7 {
  z-index: 500;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2%;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-7.home-navbar.hauptfarbe {
  background-color: #36363600;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

.nav-menu-2 {
  z-index: 1;
  background-color: #363636bf;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-content {
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-button {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 0 16px 16px;
  display: flex;
  position: relative;
}

.menu-button.w--open {
  background-color: #0000;
}

.div-block-197 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image-icon-cross {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.image-icon-ham {
  width: 25px;
  height: 15px;
}

.div-ham {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hauptparagraph-nav.flie-text {
  margin-bottom: 0;
}

.bold {
  font-weight: 600;
}

.div-banner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  object-fit: contain;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

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

.image-100.rotate {
  object-fit: contain;
  transform: rotate(180deg);
}

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

.image-100.cover.right {
  object-position: 71% 50%;
}

.slogan-2 {
  text-align: center;
  font-size: 35px;
  line-height: 80px;
}

.slogan-2.heading-1 {
  color: #fff;
  text-transform: uppercase;
}

.quick-stack-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.quick-stack-table._90 {
  width: 90%;
}

.cell-center {
  border-top: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  border-left: 1px solid #00000026;
  align-items: center;
  padding: 20px;
}

.cell-center.top {
  border-left: 1px solid #00000026;
  border-right: 1px solid #00000026;
  justify-content: space-between;
}

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

.left_arrow {
  border: 2px solid #a47dab;
  border-radius: 505px;
  width: 40px;
  height: 40px;
  left: 1%;
}

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

.hiddem {
  display: none;
}

.slider_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 72%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-2 {
  color: #a47dab;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
  position: static;
}

.right_arrow {
  background-color: #726f6f00;
  border: 2px solid #a47dab;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  right: 1%;
}

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

.mask-3 {
  position: static;
  overflow: visible;
}

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

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.kontakt {
  object-fit: contain;
  width: 50px;
  margin-right: auto;
}

.container-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-line.hauptfarbe {
  background-color: var(--dark-slate-grey);
  width: 80%;
  margin-left: 15px;
  margin-right: 15px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center;
}

.image-banner {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-banner.absolute {
  object-position: 50% 15%;
}

.image-banner.absolute.size {
  object-position: 50% 25%;
}

.image-banner.abs {
  z-index: 1;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-div {
  width: 100%;
  height: 110vh;
  position: absolute;
}

.image-div-2 {
  width: 100%;
  height: 160vh;
  position: absolute;
}

.div-block-198 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-banner-top {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: relative;
}

.fixed-button {
  border: 2px solid #a47dab;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  position: fixed;
  bottom: 25%;
  right: 4%;
}

.back-button {
  z-index: 200;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
  position: fixed;
  inset: 25% auto auto 2%;
}

.image-101 {
  width: 50px;
}

.image-101.dark {
  filter: none;
  object-fit: contain;
  width: 30px;
}

.image-101.rotate {
  object-fit: contain;
  width: 25px;
  transform: rotate(-90deg);
}

.horizontal-div {
  align-items: center;
  display: flex;
}

.absolute-block-2 {
  flex-direction: row;
  margin-left: 0;
  margin-right: auto;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.star-block-2 {
  margin-bottom: 20px;
}

.text-links-2 {
  font-size: 18px;
}

.star-2 {
  object-fit: contain;
  width: 13px;
  margin-right: 5px;
}

.content-block-2 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.slider-6 {
  background-color: #ddd0;
  padding-left: 100px;
  padding-right: 100px;
}

.text-span {
  text-align: left;
  font-size: 16px;
}

.logo-heading {
  text-align: left;
  text-shadow: 0 1px 1px #000000de;
  font-family: Merriweather, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.logo-heading.heading-1 {
  text-align: left;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  line-height: .8;
}

.grid-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center;
  width: 100%;
}

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

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

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

.image-heroe-section._50vh {
  object-position: 50% 15%;
  height: 80vh;
}

.cell-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 20px;
}

.image-icon {
  object-fit: contain;
  width: 30px;
}

.link-icon {
  margin-right: 10px;
}

.navbar {
  width: 100%;
}

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

.cell-2-mid {
  justify-content: center;
  align-items: center;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  text-decoration: none;
}

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

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

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

.nav-link-4.flie-text:hover, .nav-link-4.flie-text.w--current {
  color: #a47dab;
}

.quick-stack-contact-2er {
  width: 100%;
}

.div-block-204 {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
  position: fixed;
  inset: 28% auto auto 2%;
}

.link-block-3 {
  color: #fff;
  max-width: 20vw;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
}

.link-block-3.w--current {
  max-width: none;
}

.text-span-2 {
  font-size: 20px;
}

.icon-6 {
  color: #a47dab;
  border: 1px solid #a47dab;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  font-size: 18px;
}

.icon-6.right {
  border-color: #a47dab;
}

.heading-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 75%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-div.padding {
  margin-bottom: 40px;
}

.text-span-3 {
  font-size: 15px;
}

.grid-17-top-align {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
}

.div-block-202-pd {
  width: 100%;
  padding-top: 20%;
}

.image-102 {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 80vh;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.link-social-1 {
  width: 20px;
  height: 20px;
}

.blur-bg {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.audio {
  width: 28vw;
}

.div-block-205 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-104 {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-105 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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, .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1 {
    margin-bottom: 5px;
  }

  .telefonnummer1.flie-text.margin {
    margin-top: 20px;
  }

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

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

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

  .banner-block.au-en {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 140px;
  }

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

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

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

  .heading-center.heading-1.space {
    width: 100%;
    font-size: 27px;
  }

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

  .image.contain.bg-beige {
    background-color: #cec8b6;
  }

  .image.contain.bg-dark {
    background-color: #1f1b11;
  }

  .image.contain.bg-blue {
    background-color: #0e1a41;
  }

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

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

  .div-block-footer1 {
    margin-top: 100px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-section3 {
    padding: 60px;
  }

  .inhalt-startseite3.flie-text {
    align-items: center;
    width: 100%;
  }

  .impdat {
    padding-top: 25%;
  }

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

  .div-block-41.highlights {
    padding: 40px;
  }

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

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

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

  .navbar-1 {
    background-color: #00000080;
    width: 100%;
  }

  .nav-menu-1 {
    background-color: #00000080;
  }

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

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

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

  .navbar1.hauptfarbe {
    flex-direction: column;
    justify-content: center;
  }

  .link-block {
    max-width: none;
  }

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

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

  .close-overlay-button {
    z-index: 200;
  }

  .nav-links-wrapper-2 {
    z-index: 1000;
    width: 60%;
    padding-left: 0%;
  }

  .navbar-7 {
    background-color: #101010;
    height: 15vh;
  }

  .nav-menu-2 {
    flex-direction: row;
    flex: none;
    justify-content: space-around;
    width: 100%;
    display: none;
  }

  .nav-menu-content {
    z-index: 1;
    padding-left: 40px;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    margin-right: 0;
    display: flex;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 40px;
  }

  .div-banner {
    position: relative;
    top: 140px;
  }

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

  .slogan-2.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell-center.top.line {
    border-top-style: none;
  }

  .hauptparagraph-links.flie-text {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide_content_wrapper {
    height: 45vh;
  }

  .slider_wrapper {
    width: 100%;
  }

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

  .lightbox-link {
    height: 45vh;
  }

  .cell {
    align-items: center;
    padding-left: 0;
  }

  .kontakt {
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    margin-bottom: 20px;
  }

  .image-banner.absolute {
    z-index: 0;
    height: 90%;
    position: absolute;
    inset: 0%;
  }

  .image-banner.absolute.size {
    height: 100%;
  }

  .image-div {
    height: 90vh;
  }

  .image-div-2 {
    justify-content: center;
    align-items: center;
    height: 80vh;
    display: block;
    position: relative;
  }

  .div-block-198 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .image-banner-top.absolute {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 50%;
    position: absolute;
    inset: 0%;
  }

  .back-button {
    top: 25%;
  }

  .horizontal-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .absolute-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-links-2.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .content-block-2 {
    text-align: center;
    align-items: center;
  }

  .slider-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .image-heroe-section._50vh {
    height: 50vh;
  }

  .cell-top {
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .link-icon {
    margin-right: 0;
  }

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

  .nav-link-4.flie-text, .nav-link-4.flie-text.w--current {
    font-size: 20px;
  }

  .link-block-3.w--current {
    max-width: none;
    margin-bottom: 20px;
  }

  .heading-div {
    width: 100%;
  }

  .grid-17-top-align {
    flex-direction: column;
    display: flex;
  }

  .div-block-202-pd {
    flex-direction: column;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-social-1 {
    width: 17px;
    height: 17px;
    margin-bottom: 10px;
  }

  .blur-bg {
    filter: blur(5px);
    height: 100%;
    display: block;
    position: relative;
    inset: 0%;
  }

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

  .audio {
    width: 100%;
  }

  .hidden-sm-sc {
    display: none;
  }

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

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

  .titelvideo-1 {
    height: 70vh;
  }

  .banner-block {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    inset: 0%;
  }

  .banner-block.au-en {
    padding-top: 80px;
  }

  .hauptparagraph-mittig.flie-text {
    font-size: 16px;
    line-height: 21px;
  }

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

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

  .heading-center.heading-1.space {
    width: 100%;
    font-size: 20px;
  }

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

  .grid-mit-4-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .kleiderdiv {
    align-items: center;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
  }

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

  .inhalt-section3 {
    padding: 40px;
  }

  .impdat {
    min-height: 80vh;
    margin-top: 0;
    padding-top: 187px;
    padding-bottom: 40px;
  }

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

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

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

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

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

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

  .nav-links-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu-2 {
    height: 100%;
  }

  .nav-menu-content {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
  }

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

  .div-banner {
    position: relative;
    top: 100px;
  }

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

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

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

  .image-100.cover.down2 {
    object-position: 50% 70%;
  }

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

  .hauptparagraph-links.flie-text {
    font-size: 16px;
    line-height: 21px;
  }

  .left_arrow {
    margin-left: 0;
  }

  .slide_content_wrapper {
    height: 40vh;
  }

  .right_arrow {
    margin-right: 0;
  }

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

  .lightbox-link {
    height: 40vh;
  }

  .kontakt {
    width: 43px;
  }

  .container-11 {
    margin-bottom: 20px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .image-banner.absolute {
    height: 80%;
  }

  .image-div {
    height: 80vh;
  }

  .image-div-2 {
    height: 70vh;
  }

  .image-101.rotate {
    width: 20px;
  }

  .slider-6 {
    width: 100%;
  }

  .text-span {
    font-size: 14px;
  }

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

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .image-icon {
    width: 26px;
  }

  .nav-link-4.flie-text {
    font-size: 18px;
  }

  .link-block-3.w--current {
    margin-bottom: 10px;
  }

  .heading-div {
    width: 100%;
  }

  .grid-17-top-align {
    grid-template-columns: 1fr;
  }

  .grid-18, .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .link-social-1 {
    position: absolute;
    right: 10px;
  }

  .slide-nav {
    font-size: 9px;
    top: auto;
    bottom: -27px;
  }

  .footer-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .email.flie-text, .link-impdat.flie-text {
    font-size: 14px;
  }

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

  .titelvideo-1 {
    height: 60vh;
  }

  .banner-block.au-en {
    padding-bottom: 140px;
  }

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

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

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

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

  .heading-center.heading-1.space {
    overflow-wrap: normal;
    width: 100%;
    font-size: 16px;
  }

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

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

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

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

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

  .heading-mittig1 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .logo-wei {
    margin-left: 5vw;
  }

  .text-mittig1.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-mittig-small.heading-2 {
    font-size: 17px;
    line-height: 25px;
  }

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

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

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

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

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

  .close-overlay-button {
    right: 9.39063px;
  }

  .nav-links-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 67%;
  }

  .navbar-7 {
    flex-direction: row;
  }

  .navbar-7.home-navbar {
    flex-direction: row;
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-content {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .menu-button {
    margin-left: 0;
    right: 20px;
  }

  .div-block-197 {
    flex-direction: row;
    height: 100%;
  }

  .image-icon-ham {
    width: 20px;
    height: 14px;
  }

  .div-ham {
    margin-right: 10px;
  }

  .bold {
    font-size: 15px;
  }

  .div-banner {
    top: 60px;
  }

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

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

  .slide_content_wrapper {
    height: 35vh;
  }

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

  .lightbox-link {
    height: 35vh;
  }

  .kontakt {
    width: 37px;
  }

  .div-line.hauptfarbe {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-banner {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image-banner.absolute {
    height: 100%;
  }

  .image-div {
    height: 70vh;
  }

  .image-div-2 {
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .div-block-198 {
    width: auto;
    margin-right: 10px;
  }

  .image-banner-top.absolute {
    height: 100%;
    inset: 0%;
  }

  .image-banner-top.absolute.size {
    height: 40%;
    top: 0;
  }

  .image-banner-top.absolute.top {
    height: 100%;
    inset: 0%;
  }

  .image-101.rotate {
    width: 22px;
  }

  .text-links-2.flie-text {
    font-size: 14px;
    line-height: 19px;
  }

  .slider-6 {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-link-4.flie-text {
    font-size: 15px;
  }

  .nav-link-4.flie-text.w--current {
    font-size: 17px;
  }

  .quick-stack-contact-2er {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3.w--current {
    margin-bottom: 10px;
  }

  .icon-6 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    padding-top: 6px;
  }

  .icon-6.left {
    margin-left: 0;
  }

  .icon-6.right {
    margin-left: 40px;
    margin-right: 0;
  }

  .heading-div {
    width: 100%;
  }

  .grid-18 {
    justify-content: space-between;
  }

  .grid-19 {
    height: 100%;
  }

  .link-social-1 {
    margin-right: 6px;
    position: absolute;
    right: 0;
  }

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

  .blur-bg {
    object-position: 100% 50%;
  }

  .audio {
    width: 85vw;
  }
}

#w-node-_3be45b90-e5f8-4d8d-6a9e-004ad838ee9b-f3cb0865, #w-node-_4552fb38-bbe5-9b65-8266-3201a38d0cd6-f3cb0865, #w-node-e56fb779-5aff-f3a6-295f-3339911984d9-a43173e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3a9361e9-a365-5fb0-9a88-6010e4b13da3-f3cb08ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-b624bb07-8d0c-b061-d119-fb8b0ce26f84-f3cb08d5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_9b1afce5-0dbe-0c1d-2591-3aa0b00968b7-f3cb08d5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2b41e54-dc66-b6bb-3425-c324893808d6-44975fd4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_541a4604-c5dd-36b4-18ef-dbd2368dc93c-6d803879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c185abeb-7a44-c90f-6f87-f52b71dea6cb-6d803879 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4552fb38-bbe5-9b65-8266-3201a38d0cd6-f3cb0865 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47242198-0e72-ea1c-a99e-812e664cd847-f3cb0865 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3a9361e9-a365-5fb0-9a88-6010e4b13da3-f3cb08ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b624bb07-8d0c-b061-d119-fb8b0ce26f84-f3cb08d5, #w-node-_9b1afce5-0dbe-0c1d-2591-3aa0b00968b7-f3cb08d5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_736dc0ba-4cda-e080-6954-1253ac248d14-f3cb08d5 {
    grid-column: span 2 / span 2;
  }

  #w-node-d2b41e54-dc66-b6bb-3425-c324893808d6-44975fd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4552fb38-bbe5-9b65-8266-3201a38d0cd6-f3cb0865 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47242198-0e72-ea1c-a99e-812e664cd847-f3cb0865 {
    grid-column: span 1 / span 1;
  }

  #w-node-b624bb07-8d0c-b061-d119-fb8b0ce26f84-f3cb08d5, #w-node-_9b1afce5-0dbe-0c1d-2591-3aa0b00968b7-f3cb08d5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b1afce5-0dbe-0c1d-2591-3aa0b00968b7-f3cb08d5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_736dc0ba-4cda-e080-6954-1253ac248d14-f3cb08d5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garda';
  src: url('../fonts/Garda.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morgan chalk';
  src: url('../fonts/Morgan-Chalk.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aatmospheric';
  src: url('../fonts/aAtmospheric.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyrbo';
  src: url('../fonts/Hyrbo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abyss';
  src: url('../fonts/Abyss.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milkcarton';
  src: url('../fonts/MilkCarton.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}