:root {
  --gold: #d4af37;
  --black: black;
  --white: white;
  --green: #9d9119;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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(--gold);
  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 {
  object-fit: contain;
  height: 23vh;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  width: auto;
  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;
}

.ffnungszeiten {
  color: #333;
  margin-bottom: 5px;
}

.email {
  margin-bottom: 5px;
}

.email.flie-text {
  color: #333;
}

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

.highlights {
  background-color: var(--gold);
  color: #fff;
  background-image: linear-gradient(90deg, #d6af5b, #e4ce92 30%, #deb948 65%, #9d7e26);
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.heading-3 {
  font-family: Source Serif Pro, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

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

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

.logo-wei {
  margin-left: 10vw;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-1 {
  z-index: 99;
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 6px 1px #57575733;
}

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

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

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

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

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

.nav-menu-1 {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.kontaktbutton.flie-text.highlights {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #d4af37;
  background-image: linear-gradient(90deg, #d6af5b, #e4ab12 30%, #deb948 65%, #9d7e26);
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.kontaktbutton.flie-text.highlights:hover {
  transform: scale(1.1);
}

.kontaktbutton.flie-text.white {
  transform: scale3d(1none, 1none, 1none);
  color: #333;
  transform-style: preserve-3d;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.kontaktbutton.flie-text.white:hover {
  transform: scale(1.1);
}

.section-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-1.highlights {
  background-image: linear-gradient(90deg, #d6af5b, #e4ab12 30%, #deb948 65%, #9d7e26);
}

.heading-links1 {
  margin-top: 10px;
  font-size: 50px;
  line-height: 55px;
}

.heading-links1.heading-3 {
  line-height: 1.1;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 55px;
}

.inhalt-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.img-gro-1 {
  width: 100%;
  height: 60vh;
}

.inhalt-mittig2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding: 60px 40px;
  display: flex;
}

.text-mittig2 {
  text-align: center;
  text-transform: none;
}

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

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

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

._2er-grid {
  z-index: 10;
  grid-template-rows: auto;
  position: relative;
}

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

.grid-galerie3.zweitfarbe {
  grid-template-rows: auto;
}

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

.impdat {
  padding: 100px 40px;
}

.impdat.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

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

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

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

.heading-mittig1-3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-mittig1-3.heading-1 {
  font-family: Roboto, sans-serif;
  line-height: 1.2;
}

.navlink_content {
  margin-right: 10px;
  overflow: hidden;
}

.divider1 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

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

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

.link.black {
  color: #333;
}

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

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

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

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

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

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

.image-100.left-top {
  object-position: 0% 0%;
}

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

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

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

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.footer {
  background-color: var(--black);
  padding: 60px 10%;
}

.maos-footer-2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.footer-div {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

.send-button.heading-1 {
  color: #333;
  background-color: #fff;
}

.form-block {
  z-index: 100;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

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

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

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

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

.link-formular {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.image-30-vh {
  object-fit: cover;
  height: 30vh;
}

.link-6 {
  color: #9d9119;
  text-decoration: none;
}

.sm-icon {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-right: 0;
  display: flex;
}

.icon-link {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.heading-links1-cntr {
  text-align: center;
  margin-top: 10px;
  font-size: 50px;
  line-height: 55px;
}

.heading-links1-cntr.heading-3 {
  line-height: 1.1;
}

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

.text-links {
  text-align: center;
  text-transform: none;
}

.text-links.flie-text {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: 60vh;
}

.abs-div {
  z-index: 90;
  opacity: .2;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.abs-div-2 {
  opacity: .2;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25vh;
  margin-top: 60px;
  margin-left: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.slider-60vh {
  z-index: 100;
  background-color: #ddd0;
  width: 100%;
  height: 60vh;
}

.slider-60vh.bigger {
  height: 90vh;
}

.blur-bg-img-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-blur-abs {
  z-index: -1;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-combination {
  height: 40vh;
}

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

.image-101 {
  object-fit: contain;
  width: 40px;
}

.quick-stack-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.icon, .image-102 {
  object-fit: contain;
}

.container {
  max-width: 100%;
}

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

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-2.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.show-mobile-landscape-2 {
  display: none;
}

.hide-mobile-landscape-6 {
  filter: invert();
}

.image-107 {
  background-color: var(--gold);
  object-fit: contain;
  width: 100%;
  height: 70vh;
}

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

.grid-5._1er {
  grid-template-columns: 1fr;
}

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

.flyer-images {
  object-fit: contain;
  border: 1px solid #dedddd;
  height: 65vh;
}

.modal1_component-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem 4rem 2rem;
  position: relative;
  overflow: auto;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-6 {
  grid-template-rows: auto;
  justify-items: center;
}

.modal1_component-3 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyer-images-2 {
  object-fit: contain;
  border: 1px solid #dedddd;
  height: 60vh;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: 100%;
  height: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0;
  position: relative;
  overflow: auto;
}

.image-108 {
  object-fit: contain;
  background-color: #b4cc9b;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal1_component-4 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0;
  position: relative;
  overflow: auto;
}

.image-109 {
  object-fit: contain;
  background-color: #b4cc9b;
  width: 100%;
  height: 100%;
}

.modal1_content-wrapper-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0;
  position: relative;
  overflow: auto;
}

.modal1_component-5 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.image-106 {
  width: 85px;
  height: 85px;
  position: absolute;
  inset: 0% auto auto 1%;
}

.image-106.left {
  width: 85px;
  height: 85px;
  inset: auto 0% 0% auto;
}

.modal1_content-wrapper-7 {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/blue-teal-sand-paper.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-6 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.show-mobile-landscape-3 {
  display: none;
}

.modal1_component-7 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-8 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0;
  position: relative;
  overflow: auto;
}

.image-110 {
  background-color: var(--gold);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 17vh;
  }

  .logo {
    width: auto;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .logo-wei {
    margin-top: 10px;
    margin-left: 0;
  }

  .men-button1 {
    background-color: var(--gold);
    text-align: center;
    margin-top: 7px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .men-button1.w--open {
    background-color: var(--gold);
  }

  .navbar-1 {
    z-index: 1000;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-link.flie-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.flie-text.w--current {
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 900;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-menu-1 {
    background-color: var(--gold);
    background-image: linear-gradient(180deg, var(--black), var(--gold));
  }

  .kontaktbutton.flie-text.highlights, .kontaktbutton.flie-text.white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section-1 {
    padding: 60px;
  }

  .heading-links1.heading-3 {
    text-align: center;
    font-size: 33px;
  }

  .heading-mittig1.heading-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .inhalt-untereinander {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-gro-1 {
    width: 100%;
  }

  .inhalt-mittig2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 0 0 10px;
  }

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

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

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

  ._2er-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-galerie3.zweitfarbe {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .inhalt-startseite3 {
    padding-left: 20px;
  }

  .inhalt-startseite3.flie-text {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .impdat.flie-text {
    padding: 60px;
  }

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

  .heading-mittig1-3.heading-1 {
    font-size: 28px;
  }

  .navlink_content {
    margin-right: 0;
  }

  .divider1 {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .maps-gro {
    height: 50vh;
  }

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

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

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

  .grid-4.flie-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .footer {
    padding: 20px 60px;
  }

  .maos-footer-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .footer-div {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-2.left {
    text-align: left;
  }

  .heading-links1-cntr.heading-3 {
    font-size: 35px;
  }

  .content-div {
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

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

  .slider-3 {
    height: 50vh;
  }

  .slider-3.first {
    order: -1;
  }

  .image-1 {
    width: 21vw;
  }

  .slider-60vh {
    height: 50vh;
  }

  .slider-60vh.first {
    order: -1;
  }

  .logo-combination {
    height: 30vh;
    margin-top: 20px;
  }

  .image-101 {
    width: 32px;
  }

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

  .cell, .cell-2, .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    max-width: 100%;
  }

  .form-3 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-font-4 {
    text-align: center;
    margin-bottom: 10px;
  }

  .image-107 {
    height: 55vh;
  }

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

  .modal1_content-wrapper-2 {
    width: auto;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_component-3 {
    z-index: 1000;
    display: none;
  }

  .modal1_content-wrapper-3 {
    width: auto;
    max-width: none;
    padding: 3rem;
  }

  .max-width-large.align-center {
    max-width: 48rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
  }

  .modal1_component-4 {
    background-color: #00000040;
  }

  .modal1_content-wrapper-4, .modal1_content-wrapper-5 {
    width: 90%;
    max-width: none;
  }

  .modal1_component-5 {
    z-index: 100;
    background-color: #00000040;
  }

  .modal1_content-wrapper-6 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-106, .image-106.left {
    width: 75px;
    height: 75px;
  }

  .modal1_content-wrapper-7 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_component-7 {
    z-index: 10000000;
  }

  .modal1_content-wrapper-8 {
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .logo-img {
    height: 15vh;
  }

  .divblock1 {
    height: auto;
  }

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

  .kontaktbutton.flie-text.highlights, .kontaktbutton.flie-text.white {
    font-size: 14px;
  }

  .section-1, .section-1.highlights {
    padding: 40px;
  }

  .heading-links1.heading-3 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 40px;
  }

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

  .inhalt-untereinander {
    padding-left: 0;
    padding-right: 0;
  }

  .img-gro-1 {
    width: 100%;
    height: 100%;
  }

  .inhalt-mittig2 {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }

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

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

  .impdat.flie-text {
    padding: 40px;
  }

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

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

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

  .maps-gro {
    height: 40vh;
  }

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

  .footer {
    padding: 30px 20px 40px;
  }

  .maos-footer-2 {
    justify-content: center;
    width: auto;
    height: auto;
  }

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

  .icon-link {
    width: 30px;
    margin-right: 0;
  }

  .heading-links1-cntr.heading-3 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .content-div {
    padding-left: 0;
    padding-right: 0;
  }

  .image-1 {
    width: 26vw;
  }

  .image-101 {
    width: 28px;
  }

  .cell {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-2, .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .show-mobile-landscape-2 {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape-6 {
    display: none;
  }

  .image-107 {
    height: 40vh;
  }

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

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-3 {
    max-height: none;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .modal1_content-wrapper {
    max-height: none;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-4, .modal1_content-wrapper-5 {
    max-height: none;
  }

  .modal1_component-5, .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-6 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-106, .image-106.left {
    width: 65px;
    height: 65px;
  }

  .modal1_content-wrapper-7 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-6 {
    justify-content: center;
    align-items: center;
  }

  .hide-mobile-landscape-4 {
    display: none;
  }

  .show-mobile-landscape-3 {
    display: block;
  }

  .modal1_component-7 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-8 {
    max-height: none;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

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

@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: 13vh;
  }

  .adresse, .div-ffnungszeiten {
    text-align: center;
  }

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

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

  .logo-wei {
    margin-left: 0;
  }

  .navbar-1 {
    z-index: 1000;
  }

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

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

  .heading-links1.heading-3 {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-links1.heading-3.big {
    font-size: 20px;
    line-height: 26px;
  }

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

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

  .inhalt-untereinander {
    align-items: center;
  }

  .inhalt-mittig2 {
    align-items: center;
    padding: 0;
  }

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

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

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
  }

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

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

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

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

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

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

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

  .maps-gro {
    height: 40vh;
  }

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

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

  .image-100 {
    position: static;
  }

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

  .maos-footer-2 {
    height: auto;
  }

  .image-30-vh {
    height: 20vh;
  }

  .sm-icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .icon-link {
    width: 27px;
  }

  .heading-links1-cntr.heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .content-div {
    align-items: center;
  }

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

  .image-1 {
    width: 28vw;
  }

  .slider-60vh.bigger {
    height: 60vh;
  }

  .logo-combination {
    height: 25vh;
  }

  .image-101 {
    width: 24px;
  }

  .image-107 {
    height: auto;
  }

  .new {
    left: -35px;
  }

  .new2 {
    right: -35px;
  }

  .flyer-images {
    object-fit: contain;
    height: 35vh;
  }

  .modal1_component-2 {
    width: auto;
    height: auto;
    display: flex;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
  }

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

  .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .flyer-images-2 {
    height: 50vh;
  }

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

  .max-width-large.align-center {
    height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component-4, .modal1_component-5, .modal1_component {
    width: auto;
    height: auto;
  }

  .image-106, .image-106.left {
    width: 60px;
    height: 60px;
  }

  .modal1_component-6 {
    width: auto;
    height: auto;
  }

  .modal1_content-wrapper-8 {
    padding-bottom: 0;
  }
}

#w-node-_547eff68-3e31-d4f3-3a0b-9b6ef058ce0d-f058cdf8 {
  place-self: start center;
}

#w-node-ea8dc7b9-3635-c3eb-2b9d-d54286d079f8-fb7db483 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_78d24e73-02c7-1fbc-618e-74979374ad5e-fb7db491 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9c631e3-96e5-057f-af7e-636369978cb1-fb7db491 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_547eff68-3e31-d4f3-3a0b-9b6ef058ce0d-f058cdf8 {
    justify-self: start;
  }

  #w-node-_78d24e73-02c7-1fbc-618e-74979374ad5e-fb7db491 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b9c631e3-96e5-057f-af7e-636369978cb1-fb7db491 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78d24e73-02c7-1fbc-618e-74979374ad5e-fb7db491 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b9c631e3-96e5-057f-af7e-636369978cb1-fb7db491 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_547eff68-3e31-d4f3-3a0b-9b6ef058cdfa-f058cdf8, #w-node-_547eff68-3e31-d4f3-3a0b-9b6ef058ce03-f058cdf8, #w-node-_547eff68-3e31-d4f3-3a0b-9b6ef058ce08-f058cdf8, #w-node-_547eff68-3e31-d4f3-3a0b-9b6ef058ce0d-f058cdf8 {
    justify-self: center;
  }

  #w-node-ea8dc7b9-3635-c3eb-2b9d-d54286d079f8-fb7db483 {
    justify-self: auto;
  }
}

/* Review 04.09.2026: Öffnungszeiten-Abschnitt (Startseite) + Meldungsliste (Aktuelles) */
.section-1.oeffnungszeiten-section {
  padding: 60px 140px;
  background-color: #f9f9f7;
}

.oeffnungszeiten-bild {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto 24px;
}

.meldungsliste {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  display: grid;
}

.meldung-bild {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
  display: block;
}

.meldung-datum {
  opacity: 0.7;
  margin-bottom: 8px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .meldungsliste {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section-1.oeffnungszeiten-section {
    padding: 30px 20px;
  }
}
