:root {
  --highlights: #b6871a;
  --main: #416b45;
  --black: #2f2619;
  --white: white;
  --ccc: #ccc;
  --dark-olive-green: #6d6b3b;
}

.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-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-6 {
  width: 100%;
}

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

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

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

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current, .farbe-der-headings {
  color: var(--highlights);
}

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

.zweitfarbe {
  background-color: #faf8f2;
}

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

.heading-1 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 800;
}

.heading-2 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

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

.heading-3 {
  font-family: Chivo, sans-serif;
  font-weight: 700;
}

.farbe-flie-text {
  color: #000;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

.titel2-start-1 {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 90vh;
  position: relative;
}

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

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-men-1.hauptfarbe {
  z-index: 1000;
}

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

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

.nav-link-2 {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-style: normal;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #000;
  background-color: #0000;
  border-bottom: 0 solid #fff;
  transform: translate(0);
}

.nav-link-2.flie-text:hover {
  color: #838383;
}

.nav-link-2.flie-text.w--current {
  color: #cfcfcf;
}

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

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.address-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.div-block-video1 {
  color: #fff;
  background-image: linear-gradient(#00000047, #00000047);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.subheading1.heading-2 {
  line-height: 1.1;
}

.slogan1 {
  text-transform: uppercase;
  font-size: 65px;
  line-height: 75px;
}

.slogan1.heading-1 {
  font-size: 45px;
  line-height: 1.2;
}

.slogan1.heading-1.small {
  text-align: center;
  font-size: 35px;
  transform: none !important;
}

.logo-abstand1 {
  color: #0000;
}

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

.termin-button.heading-3.highlights {
  font-weight: 400;
  transition: all .3s ease-in-out;
}

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

.termin-button.heading-3.zweitfarbe.farbe-flie-text:hover {
  background-color: var(--main);
  color: #fff;
}

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

._3er-grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

._3er-grid1._2-reihen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  align-items: stretch;
  margin-top: 40px;
}

._3er-grid1._2-reihen.adj {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

._3er-grid1.margin-top {
  align-items: stretch;
  margin-top: 40px;
}

._3er-grid1.margin-top._2er {
  grid-template-columns: 1fr 1fr;
}

.inhalt-mittig-untereinander {
  border: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig1.heading-1 {
  color: #333;
  text-transform: none;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.heading-mittig1.heading-1.white {
  color: #fff;
  font-size: 25px;
}

.heading-mittig1.heading-1.white.big {
  font-size: 30px;
}

.heading-mittig1.heading-3 {
  text-transform: none;
  overflow-wrap: anywhere;
  font-size: 25px;
  line-height: 1.3;
}

.text-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.text-mittig1.flie-text {
  color: #333;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.text-mittig1.flie-text.white {
  color: #fff;
}

.text-mittig1.flie-text.smaller {
  color: #898989;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

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

.section-mittig1.zweitfarbe {
  padding-bottom: 100px;
}

.section-mittig1.adj {
  padding-bottom: 140px;
}

.feature-image-mask {
  width: 100%;
  height: 60vh;
  margin-right: 40px;
}

.feature-image-mask.bottom {
  margin-bottom: 10px;
}

.feature-image-mask.biiger {
  height: 100vh;
}

.feature-image-mask.mid {
  position: relative;
  left: 50%;
}

.feature-image-mask._80vh {
  height: 75vh;
}

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

.feature-image.left {
  object-position: 0% 50%;
}

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

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

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

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

.feature-image.contain2 {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.inhalt-nebeneinander1.gap {
  width: 100%;
  margin-top: 40px;
}

.inhalt-nebeneinander1.gap.top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: auto;
  padding: 20px;
  display: grid;
}

.inhalt-nebeneinander1.gap.top.zweitfarbe-2 {
  border: 1px solid #000;
  grid-template-rows: auto;
  width: 100%;
}

.inhalt-nebeneinander1.zweitfarbe {
  padding: 20px 40px 40px;
}

.heading-links1 {
  text-transform: uppercase;
}

.heading-links1.heading-1 {
  text-transform: none;
  overflow-wrap: anywhere;
  font-size: 32px;
  line-height: 1.3;
}

.heading-links1.heading-1.farbe-der-headings {
  overflow-wrap: anywhere;
  font-size: 25px;
}

.text-links1 {
  font-size: 16px;
}

.text-links1.flie-text {
  padding-right: 40px;
}

.text-links1.flie-text.adj {
  margin-bottom: 40px;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.inhalt-untereinander1.wei {
  background-color: #ffffffb3;
  padding: 40px;
}

.inhalt-untereinander1.center {
  align-items: flex-start;
}

._2er-grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
}

.footer-image {
  object-fit: contain;
  margin-right: 10px;
}

.leistungsbild1 {
  object-fit: cover;
  width: 100%;
  height: 45vh;
  margin-bottom: 10px;
}

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

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 45vh;
}

.maps1 {
  width: 100%;
  height: 500px;
  margin-top: 40px;
}

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

.link-formular.farbe-der-headings {
  border-bottom: 1px solid #0000;
  transition: all .3s ease-in-out;
}

.link-formular.farbe-der-headings:hover {
  border-bottom-color: var(--highlights);
}

.form-block {
  width: 100%;
  display: flex;
}

.select-field {
  color: #949494;
  background-color: #fff;
  min-height: 45px;
}

.form-text.flie-text {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.form-text.flie-text.dark {
  color: #333;
}

.text-field {
  border: 1px solid #00000040;
  min-height: 45px;
}

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

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

.impdat {
  padding: 100px 10vw;
}

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

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

.success-block.highlights {
  width: auto;
  height: auto;
  min-height: auto;
  padding: 100px;
}

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

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

.icon1 {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.bild-cover1 {
  color: #000;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/cropped-zorn_headerbild_2026-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px 110px;
  display: flex;
}

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

.heading-links-klein1.heading-2.farbe-der-headings {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.heading-links-klein1.heading-2.farbe-der-headings.aadj {
  margin-top: 0;
}

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

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

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

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

.zweitfarbe-2 {
  color: #000;
  background-color: #faf8f2;
}

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

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

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

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

.info-wrap {
  flex-flow: column;
  display: flex;
}

.footertext1-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footertext1-2.gap {
  color: var(--white);
  margin-top: 40px;
}

.footertext1-2.gap.verticle.hauptfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 40px;
}

.footertext1-2.flex {
  flex-flow: column;
}

.impdat1-2 {
  color: #fff;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

.grid-83 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-wrapper {
  height: 70vh;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 60px;
  display: flex;
}

.kontakt-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.kontakt-text-wrapper.zweitfarbe {
  border: 1px solid var(--ccc);
  width: 100%;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.textarea {
  line-height: 1.5;
}

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

.image-35vh {
  width: 100%;
  height: 45vh;
  position: relative;
}

.image-35vh.bg-green {
  background-color: var(--main);
}

.image-35vh.larger {
  height: 100%;
}

.card-center {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.arrow-left {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left.dark {
  background-color: #333;
  height: 2px;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 20px;
}

.accordion-question-header.dark {
  color: #333;
  padding-left: 0;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #333;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button.transparent {
  background-color: #3330;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.arrow-right {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right.dark {
  background-color: #333;
  height: 2px;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

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

.slider-100._70vh {
  height: 72vh;
}

.slider-100._70vh.auto {
  height: auto;
}

.list1 {
  font-size: 16px;
}

.list1.flie-text {
  padding-right: 40px;
}

.list1.flie-text.orderd {
  list-style-type: decimal;
}

.text-link {
  color: #333;
  border-bottom: 1px solid #0000;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.text-link:hover {
  border-bottom-color: #333;
}

.text-link.farbe-der-headings {
  color: var(--highlights);
  border-bottom-color: #b6871a00;
}

.text-link.farbe-der-headings:hover {
  border-bottom-color: var(--highlights);
}

.heading-mittig {
  text-transform: uppercase;
}

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

.divider {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.heading-mittig-klein {
  text-align: center;
  text-transform: uppercase;
}

.heading-mittig-klein.heading-2 {
  text-transform: none;
  overflow-wrap: anywhere;
  font-size: 25px;
  line-height: 1.3;
}

.btn-wrapper {
  margin-top: auto;
}

.date-text {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.date-text.flie-text {
  color: #333;
  line-height: 1.5;
}

.date-text.flie-text.smaller {
  color: #898989;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.back-btn {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  padding: 8px;
  position: static;
  inset: 100px auto auto 140px;
}

.back-btn.highlights {
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.back-btn.highlights:hover {
  background-color: var(--main);
}

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

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

._2er-grid-66-6 {
  grid-template-rows: auto;
  width: 66.6%;
}

.green-bar {
  background-color: #eff8e6;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

.form-grid {
  grid-template-rows: auto;
}

.form-grid._100 {
  width: 100%;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.field-wrapper, .code-embed {
  width: 100%;
}

.list-wrap {
  flex-flow: column;
  display: flex;
}

.list-holder {
  justify-content: center;
  display: flex;
}

.text-2 {
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card-text1 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

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

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

.div-block-182 {
  background-color: var(--highlights);
  width: 100%;
  height: 1vh;
}

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

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

.utility-pag.highlights {
  background-color: var(--main);
}

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

.image-error {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 25rem;
}

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

.error-heading.heading-1 {
  font-family: Roboto, sans-serif;
}

.paragraph_center-2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

.paragraph_center-2.flie-text {
  line-height: 1.5;
}

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

.banner-img {
  background-color: var(--main);
  width: 100%;
  height: 100%;
  position: relative;
}

.link-11 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.email-input_form {
  border: 0 solid #000;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  font-family: Roboto, sans-serif;
  display: flex;
}

.cta-content_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-content_wrapper.text-align-center {
  flex-flow: row;
  padding: 100px;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom.margin-xsmall {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.email-input_form-field {
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
}

.email-input_form-field:active, .email-input_form-field:focus {
  border-color: #fff;
}

.form_submit-button {
  background-color: var(--main);
  color: #fff;
  border: 2px solid #000;
  padding: .675rem 1.5rem;
  font-family: Chivo, sans-serif;
  font-weight: 700;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.has-borders {
  border-top: 2px #000;
  max-width: none;
}

.email-input_wrapper {
  border-radius: 1px;
}

.form-wrapper {
  margin-bottom: 0;
}

.email-input_component {
  background-color: #fff;
  border: 2px solid #000;
  width: 100%;
}

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

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

.text-links1-list.flie-text {
  padding-right: 40px;
}

.text-links1-list.flie-text.null {
  padding-left: 20px;
  padding-right: 0;
}

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

.heading-4 {
  font-size: 24px;
}

.link-12 {
  color: var(--main);
  font-weight: 500;
}

.success-message {
  background-color: var(--main);
}

.error-message {
  background-color: red;
}

.slide-nav-3 {
  padding-top: 40px;
}

.grid-84 {
  width: 100%;
}

.grid-84.adj {
  grid-template-rows: auto;
}

.div-block-183 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--white);
  background-color: #416b45;
}

.tab-link-tab-1.w--current {
  background-color: #b68719;
}

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

.div-block-184 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-108 {
  object-fit: contain;
  height: 55vh;
}

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

@media screen and (min-width: 1280px) {
  .inhalt-nebeneinander1.gap.top.zweitfarbe-2 {
    width: 100%;
  }

  .container-large.has-borders {
    border-top-width: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .section-cta {
    border-top: 2px solid #000;
  }
}

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

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

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

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

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

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

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

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

  .container-8 {
    min-width: 100%;
  }

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

  .nav-link-3.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
    color: var(--main);
    font-weight: 700;
  }

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

  .titel2-start-1 {
    height: 25rem;
  }

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

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

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--main);
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--highlights);
  }

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

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

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

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

  .div-block-video1 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

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

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

  .termin-button.heading-3.highlights {
    text-align: center;
  }

  ._3er-grid1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._3er-grid1._2-reihen {
    margin-top: 20px;
  }

  ._3er-grid1.margin-top {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .heading-mittig1.heading-1.white.big.aadj {
    margin-bottom: 20px;
  }

  .text-mittig1.flie-text.top {
    margin-top: 0;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image-mask.biiger.adj2 {
    height: 65vh;
  }

  .feature-image-mask.auto {
    height: auto;
  }

  .feature-image-mask._1 {
    order: -9999;
  }

  .feature-image-mask.adj {
    margin-top: 20px;
  }

  .feature-image-mask.smaller {
    object-fit: fill;
    height: 45vh;
  }

  .feature-image.contain.adj {
    margin-top: 20px;
  }

  .feature-image.top {
    object-position: 50% 10%;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 100%;
  }

  .inhalt-nebeneinander1.gap {
    margin-top: 20px;
  }

  .inhalt-nebeneinander1.gap.top.zweitfarbe-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .inhalt-nebeneinander1.gap.invert {
    flex-flow: column-reverse wrap;
  }

  .inhalt-nebeneinander1.zweitfarbe {
    padding: 40px;
  }

  .heading-links1.heading-1, .heading-links1.heading-1.farbe-der-headings {
    text-align: center;
  }

  .text-links1.flie-text {
    text-align: center;
    padding-right: 0;
  }

  .inhalt-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1.center {
    justify-content: flex-start;
    align-items: center;
  }

  ._2er-grid1 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .footer-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .maps1 {
    height: 20rem;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

  .icon1 {
    width: 50px;
    height: 50px;
  }

  .bild-cover1 {
    padding: 60px;
  }

  .heading-links-klein1.heading-2, .heading-links-klein1.heading-2.farbe-der-headings {
    text-align: center;
  }

  .logo-img {
    width: 130px;
  }

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

  .footertext1-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
  }

  .footertext1-2.gap {
    margin-top: 10px;
  }

  .footertext1-2.gap.verticle {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-2.hauptfarbe {
    padding: 20px;
  }

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

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

  .text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .text-wrapper.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .kontakt-text-wrapper {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kontakt-text-wrapper.highlights, .kontakt-text-wrapper.zweitfarbe {
    padding: 20px;
  }

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

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

  .card-center {
    padding: 20px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-question-header.dark.flie-text {
    font-size: 16px;
  }

  .accordion-item-wrapper {
    margin-bottom: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .slider-100._70vh.auto {
    height: auto;
  }

  .list1.flie-text {
    text-align: left;
    padding-right: 0;
  }

  ._2er-grid-66-6 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .list-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-2 {
    padding: 0;
  }

  .card-holder {
    flex-flow: column;
    display: flex;
  }

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

  .utility-pag.highlights {
    padding: 60px;
  }

  .image-error {
    height: 22rem;
  }

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

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

  .cta-content_wrapper.text-align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 60px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-huge {
    padding: 0;
  }

  .email-input_component {
    max-width: 32rem;
  }

  .text-links1-list.flie-text {
    text-align: left;
    padding-right: 0;
  }

  .slide-nav-3 {
    padding-top: 0;
    bottom: -40px;
  }

  .grid-84 {
    grid-template-rows: auto;
  }
}

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

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

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

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

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

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

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

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

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titel2-start-1 {
    height: 24rem;
  }

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

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

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

  .angebot2 {
    height: auto;
  }

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

  .div-block-video1 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

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

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

  .slogan1.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  ._3er-grid1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._3er-grid1._2-reihen.adj {
    display: flex;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-mittig1.flie-text.top {
    margin-top: 10px;
  }

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

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

  .feature-image-mask {
    height: 23rem;
    margin-right: 0;
  }

  .feature-image-mask.biiger.adj2 {
    height: 25rem;
  }

  .feature-image-mask.smaller {
    height: 23rem;
  }

  .feature-image-mask.mid {
    left: 0%;
  }

  .feature-image-mask._80vh {
    height: 23rem;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .inhalt-nebeneinander1.zweitfarbe {
    padding: 20px;
  }

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

  .inhalt-untereinander1 {
    padding-top: 10px;
  }

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

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

  .footer-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .leistungsbild1 {
    height: 23rem;
  }

  .maps1 {
    height: 15rem;
  }

  .form-text.flie-text.dark {
    margin-bottom: 0;
  }

  .checkbox-field.top {
    margin-bottom: 5px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .bild-cover1 {
    padding: 40px;
  }

  .heading-links-klein1.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

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

  .maos-footer {
    height: 100px;
  }

  .grid-82 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footertext1-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .footertext1-2.gap {
    margin-top: 10px;
  }

  .impdat1-2 {
    padding-left: 0;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .image-wrapper {
    height: 23rem;
  }

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

  .accordion-question-header {
    font-size: 1.4em;
  }

  .accordion-question-header.dark.flie-text {
    font-size: 16px;
    line-height: 19px;
  }

  .accordion-tab-button {
    width: 90vw;
  }

  .accordion-tab-button.transparent {
    width: auto;
  }

  .slider-100._70vh.auto {
    height: auto;
  }

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

  .divider {
    margin-top: 20px;
  }

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

  .form {
    align-items: stretch;
  }

  .utility-pag.highlights {
    padding: 40px;
  }

  .image-error {
    height: 20rem;
  }

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

  .paragraph_center-2.flie-text {
    font-size: 15px;
  }

  .cta-content_wrapper.text-align-center {
    padding: 40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-3 {
    top: 0;
    bottom: -406px;
  }

  .slide-nav-3.adj {
    bottom: -468px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .titel2-start-1 {
    height: 15rem;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

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

  .div-block-video1 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 16px;
  }

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

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .slogan1.heading-1 {
    text-align: center;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 17px;
    line-height: 22px;
  }

  ._3er-grid1 {
    width: 100%;
    max-width: 100%;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

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

  .heading-mittig1.heading-1.white {
    line-height: 31px;
  }

  .text-mittig1.flie-text.top {
    margin-top: 10px;
  }

  .section-mittig1 {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    height: 20rem;
  }

  .feature-image-mask.biiger.adj2 {
    height: auto;
  }

  .feature-image-mask.smaller {
    height: 20rem;
  }

  .inhalt-nebeneinander1 {
    width: auto;
  }

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

  .inhalt-untereinander1 {
    padding-top: 10px;
    padding-right: 0;
  }

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

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

  .form-text.flie-text.dark {
    color: #333;
  }

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

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

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

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

  .bild-cover1 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/cropped-zorn_headerbild_2026-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding: 40px 20px;
  }

  .heading-links-klein1.heading-2.farbe-der-headings.top {
    margin-top: 20px;
  }

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

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

  .footertext1-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .impdat1-2 {
    padding-left: 0;
  }

  .footer-2.hauptfarbe {
    padding: 20px;
  }

  .text-wrapper, .kontakt-text-wrapper {
    padding-right: 40px;
  }

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

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-question-header.dark.flie-text {
    font-size: 17px;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding: 0;
  }

  .arrow-div {
    width: 19px;
    height: 19px;
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    margin-left: auto;
    padding-right: 0;
  }

  .list1.flie-text {
    padding-left: 20px;
  }

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

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

  .text-2 {
    padding: 0;
  }

  .utility-pag.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-error {
    height: 16rem;
  }

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

  .paragraph_center-2 {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .email-input_form {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-content_wrapper.text-align-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom.margin-xsmall {
    width: 100%;
    margin-top: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-input_form-field {
    text-align: center;
    border: 2px solid #00000036;
    height: 3rem;
    margin-bottom: .5rem;
  }

  .email-input_form-field:active {
    border: 2px solid #000;
  }

  .email-input_form-field.auto {
    height: auto;
    margin-bottom: 0;
  }

  .email-input_component {
    max-width: none;
  }

  .text-links1-list.flie-text {
    padding-left: 20px;
  }

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

  .heading-4 {
    font-size: 21px;
  }

  .slide-nav-3 {
    top: auto;
    bottom: -37px;
  }

  .slide-nav-3.adj {
    top: 315px;
    bottom: 0;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .image-108 {
    height: auto;
  }
}

#w-node-c817ef70-f375-3d58-33f3-d3384f53f940-eb065eea, #w-node-_19aa7316-5f57-468b-ac7a-d63eea1252b2-eb065eea, #w-node-aaece268-3b49-6829-b753-482b8067b0c3-eb065eea, #w-node-_646692a8-b8d7-588b-fffd-a5ba482eac08-eb065f27, #w-node-_1c2c7c5a-960a-0c69-f7ca-4fbcfdcb1089-b880be69, #w-node-_34bf3da7-b4b4-73f5-4b10-a007b85efc4c-9a2140a2, #w-node-_00950ee8-4861-5d83-903f-bdb5cca57468-9a2140a2, #w-node-_6352503e-d17a-c7f9-aa0f-3604e4a16701-9a2140a2, #w-node-cd69cc5c-9f30-dc9a-b60f-f23834515551-d16fb7df, #w-node-_637e69da-6a53-86d8-a8ad-544fb7494bb9-d16fb7df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


