:root {
  --grey: #4f525d;
  --hifghlights: #b29b56;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_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-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  width: 200px;
}

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

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

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

.telefonnummer {
  margin-bottom: 5px;
  font-size: 1.18vw;
}

.text-layout {
  margin-bottom: 5px;
  font-size: 1.18vw;
  line-height: 1.3;
}

.text-layout.flie-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-layout.left {
  text-align: left;
}

.text-layout.flie-text-horizontal {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-color {
  color: #fff;
  background-color: #313131;
  background-image: url('../images/black-g6647d57cc_1920.webp');
  background-position: 50%;
  background-size: cover;
}

.email {
  margin-bottom: 5px;
  font-size: 1.18vw;
}

.secondary-color {
  background-color: var(--grey);
  color: #fff;
}

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

.adresse {
  margin-bottom: 5px;
  font-size: 1.18vw;
}

.div-ffnungszeiten.paragraph-font.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  display: grid;
}

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

.heading-font1 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-font2 {
  font-family: Alex Brush, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-font3 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-color {
  color: var(--hifghlights);
  line-height: 1.3;
}

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

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

.navbar-6 {
  width: 100%;
}

.terminbutton {
  text-transform: uppercase;
  border-radius: 40px;
  font-family: Open Sans, sans-serif;
}

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

.terminbutton.highlights.paragraph-font {
  color: #fff;
  border-radius: 20px;
}

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

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

.terminbutton.paragraph-font {
  font-family: Open Sans, sans-serif;
}

.terminbutton.paragraph-font.highlights:hover {
  background-color: var(--grey);
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.div-block-footer1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-start;
  height: 99.9998%;
  display: flex;
}

.footer-1 {
  flex-flow: column;
  margin-top: auto;
  padding: 30px 140px;
}

.footer-1.main-color {
  background-image: url('../images/61b7377e20c0e37a34a2d9ea_black-g6647d57cc_1920.webp');
}

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

.inhalt-footer {
  width: 100%;
  height: 100%;
}

.inhalt-footer.small {
  width: 60%;
}

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

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link.paragraph-font.w--current {
  color: #b59c5b;
}

.header {
  z-index: 100;
  position: sticky;
  top: 0;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding: 10px 10vw;
  display: flex;
}

.navbar.main-color {
  z-index: 1000;
  background-image: url('../images/61b7377e20c0e37a34a2d9ea_black-g6647d57cc_1920.webp');
  position: sticky;
  top: 0;
}

.titelvideo-start {
  height: 90vh;
  position: relative;
}

.titelvideo-start.unterseite {
  height: 500px;
}

/* TEMPORARY — Betriebsurlaub-Hinweis (Review #1, Aufgabe 1). Remove this whole block on/after 17.09.2026. */
.betriebsurlaub-banner {
  width: 100%;
  background-color: #313131;
  color: #fff;
  border-top: 2px solid #b29b56;
  border-bottom: 2px solid #b29b56;
  padding: 40px 20px;
  text-align: center;
}

.betriebsurlaub-inner {
  max-width: 620px;
  margin: 0 auto;
}

.betriebsurlaub-titel {
  color: #b29b56;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 16px;
}

.betriebsurlaub-text p {
  margin: 0 0 24px;
  line-height: 1.5;
}

/* TEMPORARY — pairs with .betriebsurlaub-banner above. Remove on/after 17.09.2026. */
.urlaubshinweis-oeffnungszeiten {
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .betriebsurlaub-banner {
    padding: 28px 16px;
  }

  .betriebsurlaub-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
  }
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(to right, #0000 50%, #00000080 80%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 40px 0 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: right;
  font-size: 70px;
  line-height: 80px;
}

.slogan.heading-1 {
  text-transform: uppercase;
  line-height: 1.3;
}

.slogan.heading-font1 {
  line-height: 1.3;
}

.text-mittig {
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
}

.text-mittig.paragraph-font {
  line-height: 1.3;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.heading-mittig1.heading-font1, .heading-mittig1.heading-font2.heading-color {
  line-height: 1.3;
}

.bild-cover {
  background-image: url('../images/attachment_5_20251122_180952_504_6253-Bearbeitet_result.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.tabs-menu {
  border-bottom: 1px solid #7e7e7e;
  justify-content: flex-start;
  display: flex;
}

.spei-e-karte-tabs {
  background-color: #0000;
}

.spei-e-karte-tabs.w--current {
  background-color: #fff;
}

.spei-e-karte-tabs.heading-font3:hover, .spei-e-karte-tabs.heading-font3.w--current {
  background-color: var(--hifghlights);
  color: #fff;
  background-color: #b29b56;
}

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 10vw;
  display: flex;
  position: relative;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig-klein.heading-font2.heading-color {
  width: 100%;
  line-height: 1.3;
}

.heading-mittig-klein.heading-font2.heading-color.big {
  font-size: 50px;
}

.tab-men {
  background-color: #fff;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  box-shadow: 2px 2px 10px 2px #0000004d;
}

.bild-hintergrund {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/attachment_9_20251122_183050_504_6270_result.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.relative_div {
  height: 43vh;
  position: relative;
}

.relative_div.zweitfarbe {
  height: 43.1vh;
}

.heading-linksb-ndig-klein {
  margin-top: 10px;
  font-size: 32px;
}

.section-big-space {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.section-big-space.col {
  flex-flow: column;
}

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

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

.abteilung {
  padding: 100px 40px;
}

.abteilung.wrapp {
  overflow-wrap: anywhere;
}

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

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

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

.success-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

.content {
  z-index: 5;
  opacity: 0;
  background-color: #fff0;
  background-image: radial-gradient(circle closest-corner, #ffffff75 37%, #0000004d 73%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content:hover {
  opacity: 1;
  color: #000;
}

.content.radial {
  background-image: radial-gradient(circle closest-corner, #ffffff4d 29%, #0000004d);
}

.heading-mittig {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 35px;
}

.heading-mittig.heading-font1 {
  line-height: 1.3;
}

.div-block {
  background-color: #fff;
  width: 100%;
  height: .3vh;
  line-height: 20vh;
}

.navlink_content {
  overflow: hidden;
}

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

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

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

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

.text-field {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.2rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  height: 6rem;
}

.error-message {
  color: #fff;
  background-color: #a21c1c;
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message.paragraph-font {
  background-color: #941414;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-text {
  line-height: 1.3;
}

.contact-form {
  margin-top: 20px;
}

.link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link.black {
  color: var(--black);
  font-size: 17px;
}

.div-block-mittig {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.div-block-mittig.main-color {
  min-height: 65vh;
}

.div-block-mittig.main-color._100 {
  height: 100%;
}

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

.div-block-deco {
  text-align: center;
  border: 1px dashed #a1a1a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.lottiefile {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.grid-3er {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

._4er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.div-block-middle-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-round {
  object-fit: cover;
  border-radius: 300px;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  transition: all .2s;
}

.image-round:hover {
  transform: scale(1.1);
}

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

.heading-small.heading-font3 {
  color: #fff;
  text-align: left;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 14px;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.heading-3.highlights {
  line-height: 1.3;
}

.button.heading-font3.highlights {
  color: #fff;
  line-height: 1.3;
}

.button.heading-font3.main-color {
  text-align: left;
}

.divider {
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.golden {
  background-color: #b59c5b;
}

.grid-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 70%;
}

.galerie-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.galerie-grid._20 {
  margin-bottom: 16px;
}

.relative_content {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

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

.embed-maps._55vh {
  height: 60vh;
}

.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;
  font-size: 1.18vw;
  line-height: 1.3;
  text-decoration: none;
}

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

.social-media {
  height: 3vw;
}

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

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

.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: -2px;
  top: 10px;
}

.div-block-time {
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

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

.nav-wrap {
  margin-left: auto;
  margin-right: 40px;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.content-inhalt {
  z-index: 5;
  opacity: 0;
  background-color: #fff0;
  background-image: radial-gradient(circle at 28% 100%, #ffffff85 25%, #0006 50%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 40px 10px 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.content-inhalt:hover {
  opacity: 1;
  color: #000;
}

.heading-links {
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 1.3;
}

.heading-links.heading-font1.white {
  color: #fff;
}

.divide {
  border: 2px solid #fff;
  border-top: .5px #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block2-footer1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-around;
  align-items: flex-start;
  height: 99.9998%;
  padding-top: 20px;
  display: flex;
}

.list {
  font-size: 16px;
}

.bg-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._3re-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.text-layout-mitting {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.18vw;
  line-height: 1.3;
}

.utility-page {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-pag {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-error {
  filter: invert() brightness(200%);
  object-fit: contain;
  height: 45vh;
}

.heading-error {
  margin-top: 10px;
  font-size: 32px;
}

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

.arrow.hide {
  display: none;
}

.wrapp {
  overflow-wrap: anywhere;
}

.tab-men-2 {
  background-color: #fff;
  width: 70%;
  padding: 40px 60px;
  box-shadow: 2px 2px 10px 2px #0000004d;
}

.code-embed-2 {
  width: 100%;
  margin-top: 20px;
}

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

  .logo {
    margin-right: auto;
    padding-top: 0;
  }

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

  .telefonnummer {
    margin-bottom: 5px;
  }

  .telefonnummer.paragraph-font {
    font-size: 15px;
  }

  .text-layout.flie-text {
    width: 100%;
  }

  .text-layout.left, .text-layout.flie-text-horizontal {
    font-size: 15px;
  }

  .email {
    margin-bottom: 5px;
  }

  .email.paragraph-font, .adresse.paragraph-font {
    font-size: 15px;
  }

  .div-ffnungszeiten.paragraph-font.left {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .container-8 {
    justify-content: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-color: #272727;
  }

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

  .div-block-footer1 {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
  }

  .footer-1.main-color {
    padding: 30px;
  }

  .heading-footer.heading-font3 {
    font-size: 17px;
  }

  .inhalt-footer {
    text-align: left;
  }

  .nav-menu {
    background-color: var(--grey);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link.paragraph-font {
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .nav-link.paragraph-font:hover {
    color: var(--hifghlights);
  }

  .navbar.main-color {
    padding: 0 5vw 0 3vw;
  }

  .men-button {
    background-color: var(--hifghlights);
    background-image: none;
    border-radius: 5px;
    padding: 16px;
    font-size: 20px;
  }

  .men-button.w--open {
    background-color: var(--hifghlights);
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    height: 70vh;
  }

  .titelvideo-start.unterseite {
    height: 400px;
  }

  .div-block-video {
    background-image: linear-gradient(90deg, #0000004d, #0000004d 80%, #0000004d);
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

  .slogan.heading-font1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
  }

  .text-mittig.paragraph-font {
    font-size: 15px;
  }

  .heading-mittig1.heading-font1 {
    font-size: 35px;
  }

  .bild-cover {
    padding: 60px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .heading-mittig-klein.heading-font2.heading-color {
    font-size: 28px;
  }

  .heading-mittig-klein.heading-font2.heading-color.big {
    font-size: 40px;
  }

  .tab-men {
    width: 100%;
    padding: 20px;
  }

  .bild-hintergrund {
    padding-left: 100px;
    padding-right: 100px;
  }

  .relative_div {
    height: 45vh;
  }

  .relative_div.zweitfarbe {
    height: auto;
  }

  .heading-linksb-ndig-klein.heading-font3.heading-color {
    text-align: center;
    font-size: 30px;
  }

  .section-big-space {
    padding: 60px;
  }

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

  .abteilung.wrapp, .success {
    padding: 60px;
  }

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

  .success-block.highlights {
    padding: 60px;
  }

  .success-heading.heading-font1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .content {
    background-color: var(--hifghlights);
    opacity: 17;
    background-image: none;
    height: auto;
    padding: 20px;
    position: relative;
  }

  .content:hover {
    color: #fff;
  }

  .content.radial {
    background-image: none;
  }

  .content.min-height_20vh {
    min-height: 20vh;
  }

  .content.min-height_17vh {
    min-height: 17vh;
  }

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

  .div-block {
    display: none;
  }

  .text-field {
    height: 3rem;
    padding: 10px 12px;
  }

  .error-message {
    width: auto;
  }

  .div-block-mittig.main-color {
    min-height: auto;
  }

  .image-55vh {
    height: 45vh;
  }

  .lottiefile {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .grid-3er {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  ._4er-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .image-round {
    width: 18rem;
    height: 18rem;
    margin-bottom: 10px;
  }

  .image-round:hover {
    transform: scale(1.04);
  }

  .heading-small.heading-font3 {
    margin-top: 10px;
    font-size: 19px;
  }

  .button.heading-font3.highlights {
    text-align: center;
    letter-spacing: 2px;
    padding: 12px 15px;
  }

  .button.heading-font3.highlights:hover {
    transform: scale(1.04);
  }

  .button.heading-font3.main-color {
    letter-spacing: 2px;
    padding: 14px 18px;
  }

  .grid-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .galerie-grid._20 {
    grid-column-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
  }

  .relative_content._35vh {
    height: auto;
  }

  .relative_content._55vh {
    height: 55vh;
  }

  .embed-maps._55vh {
    height: 50vh;
  }

  .impressum-link.paragraph-font, .datenschutz-link.paragraph-font {
    font-size: 15px;
  }

  .social-media {
    height: 5vw;
  }

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

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

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

  .div-block-time {
    padding: 20px;
  }

  .social-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .nav-wrap {
    order: 9999;
    margin-left: 20px;
    margin-right: 0;
  }

  .content-inhalt {
    opacity: 41;
    color: #000;
    background-image: linear-gradient(360deg, #fff6 25%, #0000 50%);
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-links.heading-font1 {
    text-align: center;
    font-size: 20px;
  }

  .div-block2-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 10px;
    display: flex;
  }

  .list.paragraph-font {
    font-size: 15px;
  }

  ._3re-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-layout-mitting {
    font-size: 15px;
  }

  .utility-page.main-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-error {
    height: 20rem;
  }

  .heading-error.heading-font1 {
    font-size: 30px;
  }

  .arrow {
    width: 6vw;
    font-size: 30px;
  }

  .slide-nav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
  }

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

  .tab-men-2 {
    width: 100%;
    padding: 20px;
  }
}

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

  .telefonnummer.paragraph-font, .text-layout.left {
    font-size: 14px;
  }

  .text-layout.flie-text-horizontal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
  }

  .email.paragraph-font {
    font-size: 14px;
  }

  .adresse.paragraph-font {
    text-align: center;
  }

  .div-ffnungszeiten.paragraph-font.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .footer-1.main-color {
    padding: 20px;
  }

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

  .inhalt-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link.paragraph-font {
    padding: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .men-button {
    padding: 14px;
  }

  .titelvideo-start {
    height: 25rem;
  }

  .titelvideo-start.unterseite {
    height: 300px;
  }

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

  .slogan.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .slogan.heading-font1 {
    font-size: 35px;
  }

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

  .heading-mittig1.heading-font1 {
    font-size: 30px;
  }

  .heading-mittig1.heading-font2.heading-color {
    letter-spacing: 1px;
    margin-bottom: 0;
  }

  .bild-cover {
    object-fit: cover;
    padding: 40px;
  }

  .spei-e-karte-tabs, .spei-e-karte-tabs.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-mittig {
    padding: 40px;
  }

  .heading-mittig-klein.heading-font2.heading-color {
    letter-spacing: 1px;
    font-size: 26px;
  }

  .heading-mittig-klein.heading-font2.heading-color.big {
    font-size: 32px;
  }

  .tab-men {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bild-hintergrund {
    min-height: 10rem;
    padding: 40px;
  }

  .heading-linksb-ndig-klein.heading-font3.heading-color {
    text-align: center;
    font-size: 25px;
  }

  .section-big-space {
    padding: 40px;
  }

  .angebot2 {
    height: auto;
  }

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

  .abteilung {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .abteilung.wrapp {
    padding: 40px;
  }

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

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

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

  .success-heading {
    font-size: 26px;
  }

  .success-heading.heading-font1 {
    font-size: 25px;
  }

  .content {
    padding-bottom: 10px;
  }

  .content.min-height_20vh {
    min-height: auto;
    padding-bottom: 10px;
  }

  .content.min-height_17vh {
    min-height: auto;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-field {
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-textarea {
    height: 5.5rem;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .contact-form.paragraph-font {
    margin-top: 10px;
  }

  .link {
    text-align: center;
  }

  .div-block-mittig.hauptfarbe {
    min-height: 400px;
  }

  .image-55vh {
    height: 22rem;
  }

  .lottiefile {
    width: 45px;
    height: 45px;
    margin-top: 0;
  }

  .grid-3er {
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._4er-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-round {
    width: 16rem;
    height: 16rem;
    margin-bottom: 5px;
  }

  .heading-small.heading-font3 {
    text-align: center;
    font-size: 18px;
  }

  .button.heading-font3.highlights {
    letter-spacing: .5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.heading-font3.main-color {
    letter-spacing: 1px;
    padding: 12px 15px;
  }

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

  .galerie-grid {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .galerie-grid._20 {
    flex-flow: column;
    display: flex;
  }

  .relative_content {
    height: auto;
  }

  .relative_content._35vh {
    height: 22rem;
  }

  .relative_content._55vh {
    height: auto;
  }

  .embed-maps._55vh {
    height: 20rem;
  }

  .impressum-link.paragraph-font, .datenschutz-link.paragraph-font {
    font-size: 14px;
  }

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

  .social-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .code-embed {
    margin-top: 0;
  }

  .heading-links.heading-font1 {
    font-size: 18px;
  }

  .divide {
    margin-top: 10px;
  }

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

  .list.paragraph-font {
    padding-left: 30px;
    font-size: 14px;
  }

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

  .text-layout-mitting {
    font-size: 14px;
  }

  .image-error {
    height: 18rem;
  }

  .heading-error.heading-font1 {
    font-size: 25px;
  }

  .arrow {
    width: 5vw;
    font-size: 25px;
  }

  .slide-nav {
    font-size: 12px;
  }

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

  .tab-men-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .code-embed-2 {
    margin-top: 0;
  }
}

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

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

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

  .logo-img {
    width: 7rem;
  }

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

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

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

  .nav-link.paragraph-font {
    padding: 10px;
    font-size: 13.5px;
    line-height: 1.3;
  }

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

  .navbar.main-color {
    width: 100%;
  }

  .men-button {
    padding: 12px;
    font-size: 18px;
  }

  .titelvideo-start {
    height: 22rem;
  }

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

  .slogan.heading-font1 {
    font-size: 28px;
    line-height: 130%;
  }

  .heading-mittig1.heading-font1 {
    font-size: 25px;
  }

  .heading-mittig1.heading-font2.heading-color {
    letter-spacing: 2px;
    margin-bottom: 0;
  }

  .bild-cover {
    background-position: 50% -1%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover.small {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .heading-mittig-klein.heading-font2.heading-color {
    font-size: 24px;
  }

  .heading-mittig-klein.heading-font2.heading-color.big {
    font-size: 25px;
  }

  .tab-men {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bild-hintergrund {
    padding-left: 20px;
    padding-right: 20px;
  }

  .relative_div.zweitfarbe {
    height: auto;
  }

  .heading-linksb-ndig-klein.heading-font3.heading-color {
    font-size: 22px;
  }

  .section-big-space {
    padding: 40px 20px;
  }

  .abteilung, .abteilung.wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success {
    min-height: 45vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

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

  .success-heading.heading-font1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .content {
    padding: 10px 10px 0;
  }

  .content.min-height_20vh {
    padding-bottom: 0;
  }

  .heading-mittig.heading-font1 {
    font-size: 16px;
  }

  .maos-footer {
    min-width: 200px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text-field {
    height: 2.6rem;
    padding: 8px 10px;
  }

  .text-field.cc-textarea {
    height: 5rem;
  }

  .form1 {
    width: 100%;
  }

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

  .div-block-mittig.main-color {
    padding: 15px;
  }

  .image-55vh {
    height: auto;
  }

  .div-block-deco {
    padding: 10px;
  }

  .lottiefile {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .grid-3er {
    margin-bottom: 20px;
  }

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

  .image-round {
    width: 12rem;
    height: 12rem;
    margin-bottom: 0;
  }

  .heading-small.heading-font3 {
    font-size: 17px;
  }

  .button.heading-font3.highlights {
    letter-spacing: 0;
    padding: 9px 12px;
    font-size: 11px;
  }

  .button.heading-font3.main-color {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 11px;
  }

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

  .galerie-grid._20 {
    grid-column-gap: 10px;
  }

  .relative_content._35vh {
    height: 20rem;
  }

  .embed-maps._55vh {
    height: 18rem;
  }

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

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

  .social-media {
    height: 9vw;
  }

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

  .div-block-time {
    padding: 15px;
  }

  .nav-wrap {
    margin-left: 10px;
  }

  .code-embed {
    overflow-wrap: anywhere;
  }

  .content-inhalt {
    background-color: #fff0;
  }

  .heading-links.heading-font1 {
    font-size: 16px;
  }

  .divide {
    margin-bottom: 10px;
  }

  .div-block2-footer1 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .list.paragraph-font {
    padding-left: 20px;
  }

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

  .image-error {
    height: 14rem;
  }

  .heading-error.heading-font1 {
    font-size: 20px;
  }

  .arrow {
    width: 6vw;
    font-size: 20px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .tab-men-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .code-embed-2 {
    overflow-wrap: anywhere;
  }
}

#w-node-_913993e1-40d8-b5c7-e536-1b81b786c614-185395f5 {
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-b5d72980-8a14-a6aa-3bd3-c6f4dde54c1b-cbbd3286 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e599b5a4-b7df-24f4-bb6f-71f77b6d81b2-cbbd3286 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18eb8208-0750-59a6-9abf-912dd144e6ca-d144e6c3 {
    justify-self: center;
  }

  #w-node-a4cf79a8-4cbf-0b87-594d-4ee08286f9bd-cbbd32d0, #w-node-_54933e7d-6f1b-6afc-dea0-e0d87d673e43-cbbd32d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5d72980-8a14-a6aa-3bd3-c6f4dde54c1a-cbbd3286 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


