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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp-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: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #142b41;
  --goldenrod: #d4ac4c;
  --silver-2: #c7c7c7;
  --white-smoke: #e9e9e9;
  --silver: #bdbdbd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--midnight-blue);
  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: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  filter: brightness(500%) brightness(200%) grayscale();
  object-fit: contain;
  height: 15vh;
}

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

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

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

.telefonnummer {
  margin-bottom: 5px;
  font-family: Lora Regular, sans-serif;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
  font-family: Lora Regular, sans-serif;
}

.zweitfarbe {
  color: #fff;
  background-color: #f7f7f7;
}

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

.adresse {
  margin-bottom: 5px;
  font-family: Lora Regular, sans-serif;
}

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

.heading-1 {
  font-family: Playfairdisplay Bold, sans-serif;
  line-height: 1.3;
}

.heading-2 {
  font-family: Playfairdisplay Bold, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-1.hauptfarbe {
  background-color: #0000;
  flex-wrap: wrap;
  padding-top: 10px;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.color {
  background-color: #d4ac4c;
}

.logo-wei {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.nav-link {
  padding: 15px 20px;
  font-size: 16px;
}

.nav-link.flie-text {
  color: #fff;
  margin-right: 5px;
  font-weight: 500;
}

.nav-link.flie-text:hover {
  border-bottom: 2px solid var(--silver-2);
}

.nav-link.flie-text.w--current {
  border-bottom: 2px none var(--silver-2);
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  border-radius: 25px;
  padding: 12px 20px;
}

.termin-button.heading-3.highlights:hover {
  background-color: #888;
}

.termin-button.heading-3.highlights.navbar-btn {
  border-radius: 25px;
  padding: 12px 25px;
}

.termin-button.heading-3.highlights.navbar-btn.big {
  font-size: 22px;
}

.termin-button.heading-3.highlights.navbar-btn.big:hover {
  background-color: var(--goldenrod);
}

.termin-button.heading-3.hauptfarbe {
  background-color: #d4ac4c;
  border-radius: 25px;
  padding: 12px 20px;
}

.termin-button.heading-3.hauptfarbe:hover {
  background-color: var(--midnight-blue);
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.slogan1.heading-1 {
  z-index: 20000;
  position: relative;
}

.titelvideo-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 95vh;
  display: flex;
  position: relative;
}

.div-block-video {
  z-index: 200;
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-left: 10vw;
  padding-right: 25vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-video.mdl {
  justify-content: center;
  align-items: center;
  padding-right: 10vw;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}

.paragraph-links1.flie-text.list {
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.dic-block-grauer-rand1 {
  border: 1px solid var(--silver-2);
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-links-gro-1 {
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
}

.section-gro-e-abst-nde1 {
  padding: 100px 10vw;
  position: relative;
}

.section-gro-e-abst-nde1.padding {
  padding-top: 14%;
}

.feature-image1 {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  transition: all .4s;
  position: relative;
}

.feature-image1.con {
  object-fit: contain;
}

.feature-image1.lft {
  object-position: 25% 50%;
}

.feature-image1.sml {
  height: 100%;
}

.feature-image1.sml.up {
  object-position: 50% 15%;
}

.feature-image1.sml.up.side {
  object-position: 0% 0%;
}

.feature-image1.rel {
  filter: blur(5px);
}

.feature-image1.abs {
  z-index: 11;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.div-block-mit-abstand {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 52px;
  display: flex;
}

.div-block-mit-abstand.zweitfarbe {
  color: #333;
}

.div-block-mit-abstand.zweitfarbe.up {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-mit-abstand.text-block {
  color: #333;
}

.bild-block1 {
  width: 100%;
  position: relative;
}

.bild-block1.sml {
  height: 70vh;
}

.div-block-effekt {
  position: relative;
}

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

.div-no-overflow {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

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

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

.footer-1 {
  padding: 10px 140px;
}

.footer-1.hauptfarbe {
  background-color: #d4ac4c;
  padding-top: 20px;
}

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

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

._2-spalten1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.maps1 {
  width: 100%;
  height: 30vh;
  margin-bottom: 40px;
}

.impdat {
  padding: 100px 40px;
}

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

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

.div-block-41.highlights {
  box-shadow: 1px 1px 6px 1px var(--silver-2);
  border-style: none;
}

.heading-mittig1 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

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

.grid-kontakt {
  grid-column-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 40px 1fr;
  justify-items: start;
}

.icon-small {
  object-fit: contain;
  width: 25px;
  height: 25px;
}

.icon-small.invert {
  filter: invert();
}

.link-block-black {
  color: #000;
  text-decoration: none;
  display: flex;
}

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

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

.form-block {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 40px;
  padding: 30px 20px 40px;
  display: flex;
  box-shadow: 2px 2px 8px 1px #b6b6b6;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 24vw;
  height: 20vh;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 31vh;
}

.link {
  color: #fff;
  font-family: Lora, sans-serif;
  text-decoration: none;
  display: block;
}

.link.grey {
  color: #333;
}

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

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

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

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

.div-block-kontakt {
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-black-2 {
  color: #000;
  text-decoration: none;
}

.div-block-171 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.div-block-172 {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.div-block-173 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-63 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lora Regular, sans-serif;
  text-decoration: none;
}

.link-block {
  color: var(--midnight-blue);
  text-decoration: none;
}

.div-block-174 {
  background-color: #fff;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

.paragraph-mitting1.flie-text {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}

.grid-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-21.invert {
  grid-template-columns: 1fr .65fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-21._2clm {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.grid-21._100 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.section-50 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-50.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 100px;
  display: flex;
}

.section-50.padding.smpc {
  padding: 0 20px 20px;
}

.section-50.padding.top-space {
  padding: 280px 20px 20px;
}

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

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

.navbar-block {
  background-color: var(--midnight-blue);
  height: 30vh;
}

.heading-mittig {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
}

.heading-mittig.heading-1.large-heading {
  color: var(--goldenrod);
  font-size: 70px;
  transform: rotate(-30deg);
}

.section-padding {
  padding: 10vw;
}

.section-padding.zweitfarbe {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.section-padding.zweitfarbe.more {
  padding-top: 280px;
}

.html-embed-11 {
  width: 100%;
  margin-top: 20px;
}

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

.link-block-4.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.dropdown-list-14 {
  background-color: #fcfcfc;
  border-bottom: 1px solid #db3a41;
}

.dropdown-list-14.w--open {
  background-image: linear-gradient(to right, #cd2827, #e63b2c);
  border-radius: 20px;
  padding: 20px;
  left: -150%;
  box-shadow: 1px 1px 13px #fcfcfcbd;
}

.dropdown-list-14._1st {
  left: auto;
}

.dropdown-list-14._1st.w--open {
  background-color: #d4ac4c;
  background-image: none;
  border-bottom-style: none;
  border-radius: 0;
  padding: 0;
}

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

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

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

.nav-link2.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.nav-link2.flie-text:hover {
  border-bottom: 2px solid #fcfcfc;
}

.nav-link2.flie-text.w--current {
  background-image: none;
  border-bottom: 1px solid #fff;
}

.nav-link2.flie-text.sub-mneu {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Lora Regular, sans-serif;
  font-size: 16px;
}

.nav-link2.flie-text.sub-mneu:hover {
  border-bottom-color: #fcfcfc;
}

.nav-link2.flie-text.sub-mneu.color {
  background-color: var(--midnight-blue);
}

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

.div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.slider-2 {
  width: 100%;
  height: 70vh;
}

.slider-2.trans {
  background-color: #0000;
}

.overlay-div {
  z-index: 13;
  width: 100%;
  height: 70vh;
  color: var(--white-smoke);
  background-image: linear-gradient(#00000075, #00000075);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  z-index: 100;
  width: 50%;
}

.right-arrow {
  z-index: 1000;
  height: 50%;
}

.section-padding-1 {
  padding: 16vw 10vw 10vw;
}

.section-padding-1.pad {
  padding-top: 20vw;
}

.dropdown-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.dropdown-block {
  width: 100%;
  margin-top: 10px;
}

.dropdown-button {
  color: #fff;
  background-color: #d4ac4c;
  width: 100%;
  font-family: Playfairdisplay Bold, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-no-overflow-60vh {
  width: 100%;
  height: 95vh;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

.heading-lmid {
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
}

.heading-lmid.heading-1 {
  text-align: center;
}

.quick-stack-2 {
  width: 80%;
}

.content {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 3px 2px #0003;
}

.content.black {
  background-color: #000;
}

.icon-6 {
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
  height: 15vh;
}

.icon-7 {
  text-shadow: 0 1px 1px #0009;
}

.link-6 {
  color: var(--goldenrod);
  text-decoration: none;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.section-51 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-51.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.background-video {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.background-video.size {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-186 {
  width: 70%;
  height: 70vh;
  margin-top: 0;
}

.play-pause {
  object-fit: contain;
}

.div-100, .code-embed, .code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-bottom: 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1.hauptfarbe {
    z-index: 1000;
    background-color: var(--goldenrod);
  }

  .icon {
    color: #333;
  }

  .navbar {
    background-color: var(--goldenrod);
    flex-flow: column;
    padding: 0;
    position: sticky;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-link.flie-text {
    color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .termin-button.heading-3.highlights.navbar-btn.big {
    font-size: 16px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .titelvideo-startseite-1 {
    height: 50vh;
  }

  .div-block-video {
    z-index: 20;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-video.mdl {
    padding: 60px;
  }

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

  .paragraph-links1.flie-text.list {
    text-align: left;
  }

  .dic-block-grauer-rand1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links-gro-1.heading-1 {
    text-align: center;
    font-size: 25px;
  }

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

  .section-gro-e-abst-nde1.padding {
    margin-top: 27%;
    padding-top: 60px;
  }

  .feature-image1 {
    height: 100%;
  }

  .feature-image1.sml.up, .feature-image1.align {
    object-position: 50% 30%;
  }

  .feature-image1.btm {
    object-position: 50% 90%;
  }

  .div-block-mit-abstand {
    margin-bottom: 60px;
    padding-right: 20px;
  }

  .div-block-mit-abstand.hauptfarbe, .div-block-mit-abstand.highlights {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-mit-abstand.zweitfarbe {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 40px;
  }

  .div-block-mit-abstand.zweitfarbe.up {
    justify-content: center;
    align-items: center;
  }

  .bild-block1, .bild-block1.sml {
    height: 60vh;
  }

  .div-no-overflow {
    height: 60vh;
    min-height: 50vh;
  }

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

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

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

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

  .div-block-wei.flie-text {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .impdat {
    padding: 60px;
  }

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

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

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

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

  .form {
    margin-top: 10px;
    font-family: Lora Medium, sans-serif;
  }

  .form-block {
    width: 100%;
    margin: 0;
  }

  .nav-button {
    color: #000;
  }

  .nav-button.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
    gap: 8px;
  }

  .nav-button.hauptfarbe.w--open {
    background-color: var(--goldenrod);
    width: 100%;
  }

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

  .div-block-171 {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .div-block-173 {
    justify-content: center;
    align-items: center;
  }

  .banner-image {
    aspect-ratio: 3 / 2;
  }

  .paragraph-mitting1.flie-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .grid-21 {
    grid-template-columns: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-21.invert {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .grid-21._2clm.top {
    margin-top: 20px;
  }

  .section-50.padding {
    margin-top: 26vh;
    padding: 60px;
  }

  .section-50.padding.zweitfarbe.nopad {
    margin-top: 0%;
  }

  .section-50.padding.smpc {
    margin-top: 0%;
    padding: 60px;
  }

  .section-50.padding.small {
    margin-top: 0%;
  }

  .section-50.padding.top-space {
    margin-top: 0%;
    padding: 60px;
  }

  .navbar-block {
    height: 32vh;
  }

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

  .heading-mittig.heading-1.large-heading {
    font-size: 40px;
  }

  .section-padding.zweitfarbe {
    padding: 60px;
  }

  .section-padding.zweitfarbe.more {
    margin-top: 26%;
    padding-top: 60px;
  }

  .link-block-4.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .dropdown-list-14._1st.w--open {
    position: relative;
  }

  .nav-link2.flie-text {
    text-align: center;
  }

  .nav-link2.flie-text.sub-mneu {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .div {
    margin-top: 10px;
  }

  .slider-2, .overlay-div {
    height: 60vh;
  }

  .section-padding-1.pad {
    margin-top: 27vh;
    padding: 60px;
  }

  .dropdown-content.w--open {
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .div-no-overflow-60vh {
    height: 60vh;
    min-height: 50vh;
  }

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

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

  .grid {
    grid-template-columns: 100%;
  }

  .section-51 {
    padding: 60px;
  }

  .section-51.padding {
    margin-top: 26%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-186 {
    width: 100%;
    height: 60vh;
  }

  .dropdown {
    width: 100%;
  }

  .section {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .telefonnummer, .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .navbar {
    position: relative;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }

  .titelvideo-startseite-1 {
    height: 35vh;
    margin-top: 0%;
  }

  .div-block-video {
    background-image: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-video.mdl {
    padding: 40px;
  }

  .paragraph-links1.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

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

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

  .section-gro-e-abst-nde1.padding {
    margin-top: 0;
    padding-top: 40px;
  }

  .feature-image1 {
    height: 100%;
  }

  .div-block-mit-abstand {
    margin-bottom: 20px;
  }

  .div-block-mit-abstand.zweitfarbe {
    padding: 20px;
  }

  .bild-block1 {
    height: 45vh;
  }

  .bild-block1.sml {
    height: 55vh;
  }

  .big-column.zweitfarbe {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-no-overflow {
    height: 45vh;
    min-height: 45vh;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
  }

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

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-wei.flie-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-spalten1 {
    flex-flow: column;
    display: flex;
  }

  .maps1 {
    height: 45vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

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

  .maps-gro {
    height: 100%;
  }

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

  .div-block-kontakt {
    justify-content: center;
    align-items: center;
  }

  .paragraph-mitting1.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

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

  .grid-21.invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-50.padding {
    margin-top: 0;
    padding: 40px;
  }

  .section-50.padding.smpc, .section-50.padding.top-space {
    padding: 40px;
  }

  .navbar-block {
    display: none;
  }

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

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

  .section-padding.zweitfarbe {
    padding: 40px;
  }

  .section-padding.zweitfarbe.more {
    margin-top: 0;
    padding-top: 40px;
  }

  .kontakt {
    text-align: center;
  }

  .slider-2, .overlay-div {
    height: 45vh;
  }

  .section-padding-1.pad {
    margin-top: 0;
    padding: 40px;
  }

  .div-no-overflow-60vh {
    height: 45vh;
    min-height: 45vh;
  }

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

  .grid {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-51.padding {
    margin-top: 0%;
    padding: 40px;
  }

  .div-block-186 {
    height: 45vh;
  }

  .play-pause {
    height: 30px;
  }

  .section {
    padding: 40px;
  }

  .code-embed {
    height: 100%;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

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

  .logo-img {
    height: 14vh;
  }

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

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

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

  .navbar {
    flex-direction: column;
    min-height: auto;
    padding-right: 0;
  }

  .logo-wei {
    width: 100%;
    max-height: none;
    position: static;
  }

  .termin-button.heading-3.highlights.navbar-btn.big {
    font-size: 15px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .titelvideo-startseite-1 {
    height: 22vh;
  }

  .div-block-video {
    color: #fff;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-video.mdl {
    background-image: linear-gradient(#0000004d, #0000004d);
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-links1.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

  .heading-links-gro-1.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-mit-abstand.zweitfarbe.up {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.text-block {
    justify-content: center;
    align-items: center;
  }

  .bild-block1, .bild-block1.sml {
    height: 35vh;
  }

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

  .div-no-overflow {
    height: 35vh;
    min-height: 35vh;
  }

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

  .div-block-footer1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-wei.flie-text {
    padding: 20px 0;
  }

  .maps1 {
    height: 35vh;
  }

  .impdat, .success, .div-block-41.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig1.heading-1 {
    font-size: 20px;
    line-height: 130%;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button.hauptfarbe {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .maos-footer {
    height: 22vh;
  }

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

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

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

  .paragraph-mitting1.flie-text {
    padding-bottom: 0;
  }

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

  .section-50.padding, .section-50.padding.smpc, .section-50.padding.top-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-block {
    height: 29vh;
  }

  .heading-mittig.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig.heading-1.large-heading {
    font-size: 22px;
  }

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

  .section-padding.zweitfarbe.more {
    padding-top: 40px;
  }

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

  .slider-2, .overlay-div {
    height: 35vh;
  }

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

  .dropdown-content.w--open {
    padding-bottom: 0;
  }

  .div-no-overflow-60vh {
    height: 35vh;
    min-height: 35vh;
  }

  .heading-lmid.heading-1 {
    font-size: 20px;
  }

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

  .content {
    padding: 20px 10px;
  }

  .icon-6 {
    height: 12vh;
  }

  .section-51.padding {
    margin-top: 57%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-186 {
    height: 35vh;
  }

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

#w-node-d23cc88f-2a4a-1979-583b-aa11fe8daeb8-1cd58c70 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e364596-dcdc-63aa-e81d-56de1452c58a-1cd58c76, #w-node-_6324641b-0ca2-5c1e-3abd-3445e9b414ca-1cd58c76, #w-node-_9b0253c4-13c7-9139-62d7-ef0c8eaa0127-1cd58c76, #w-node-_42534378-03e1-5747-20aa-9f30653b33f1-1cd58c76, #w-node-acfb51f8-94c1-99d2-1542-4891752259e0-1cd58c76, #w-node-_1550b39f-f00c-f6f1-64d4-4d8eb15138fc-1cd58c76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a4f85ddc-2517-f44f-d84b-c78d3d952507-1cd58c7b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d23cc88f-2a4a-1979-583b-aa11fe8daeb8-1cd58c70 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d23cc88f-2a4a-1979-583b-aa11fe8daeb8-1cd58c70 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'QuentellCFBold';
  src: url('../fonts/QuentellCFBold-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Black';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Bold';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Italic';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Medium';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Regular';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Bold';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Medium';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Regular';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-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: 400;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Mobile-Navigation (Review 2026-09, Kundennummer 233023)
   Nur wirksam bis 991 px Breite - die Desktop-Ansicht bleibt unveraendert.
   ========================================================================== */
@media screen and (max-width: 991px) {
  /* Aufgabe 1: Das aufgeklappte Menue muss unterhalb der Kopfleiste im
     sichtbaren Bereich stehen. Das Webflow-Interaktionsskript setzt beim
     Oeffnen zuerst translateY(-(Kopfleiste + Menuehoehe)) als Inline-Stil und
     animiert erst danach auf translateY(0). Bleibt diese Animation aus, haengt
     das Menue oberhalb des Bildschirms (gemessen top: -256 px). !important im
     externen Stylesheet schlaegt den nicht-wichtigen Inline-Stil, das Menue
     steht damit in jedem Fall an der richtigen Stelle. */
  .navbar.w-nav .nav-menu-1[data-nav-menu-open] {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: translateY(0) !important;
    background-color: var(--goldenrod);
  }

  /* Aufgabe 2: "Ich suche ein Pferd." und "Ich moechte ein Pferd verkaufen"
     stecken in einem Untermenue, das mobil zugeklappt bleibt (Breite 0). Auf
     dem Handy wird es dauerhaft aufgeklappt und eingerueckt dargestellt, ohne
     zweites Antippen. Farben wie im bereits vorhandenen geoeffneten Zustand. */
  .navbar.w-nav .dropdown-list-14._1st {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    background-color: var(--goldenrod);
    background-image: none;
    border-bottom-style: none;
    border-radius: 0;
    padding: 0 0 0 20px;
  }

  .navbar.w-nav .nav-link2.flie-text.sub-mneu {
    display: block !important;
    width: 100% !important;
  }

  /* Aufgabe 4: Menueknopf sichtbar machen. Symbol rechtsbuendig mit festem
     Abstand von 16 px, daneben das Wort "Menue" in der Schriftfarbe der Seite.
     display: flex braucht mehr Spezifitaet als die Webflow-Grundregel
     .w-nav[data-collapse='medium'] .w-nav-button { display: block }. */
  .navbar.w-nav .nav-button.hauptfarbe.w-nav-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
    gap: 8px;
    text-align: center;
  }

  .navbar.w-nav .nav-button.hauptfarbe.w-nav-button .icon {
    width: auto;
    flex: none;
  }

  .nav-button-label {
    color: #333;
    font-family: Lora Regular, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
}
