:root {
  --green: #32672c;
  --gold: #fcc036;
  --black: #2f2619;
  --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-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;
}

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

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

.logo.w--current {
  max-width: 100%;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.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-navbar {
  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 {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar {
  width: 100%;
}

.navbar.hauptfarbe {
  background-color: var(--green);
}

.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 {
  color: var(--gold);
}

.farbe-der-headings {
  color: #6d6b3b;
}

.hauptfarbe {
  color: #fff;
  background-color: #2f2619;
}

.zweitfarbe {
  background-color: #f3ede0;
}

.highlights {
  color: #fff;
  background-color: #6d6b3b;
}

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

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

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

.heading-3 {
  font-family: Libre Franklin, 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;
}

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

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-color: var(--green);
  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: 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;
}

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

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

.video2 {
  height: 90vh;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

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

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  margin-bottom: 0;
}

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

.adresse.flie-text {
  font-family: Roboto, sans-serif;
}

.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 {
  margin-bottom: 5px;
}

.title-text {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-left: 140px;
  padding-right: 0;
  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 {
  line-height: 1.2;
}

.logo-abstand1 {
  color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.termin-button.heading-3.highlights {
  background-color: var(--gold);
  color: #333;
}

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

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

.termin-button.heading-3.hauptfarbe {
  background-color: var(--gold);
  color: #333;
}

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

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 3px gray;
}

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

.section-mittig1.zweitfarbe {
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

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

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

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

.inhalt-nebeneinander1.gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.heading-links1.heading-1 {
  font-size: 32px;
  line-height: 1.3;
}

.heading-links1.heading-1.farbe-der-headings.linkfarbe {
  color: var(--green);
  transition: all .2s;
}

.heading-links1.heading-1.farbe-der-headings.linkfarbe:hover {
  transform: scale(1.2);
}

.heading-links1.heading-1.farbe-der-headings.linkfarbe.no-hover {
  transition-property: none;
}

.heading-links1.heading-1.farbe-der-headings.linkfarbe.no-hover:hover {
  transform: none;
}

.heading-links1.heading-1.white {
  color: #fff;
  text-align: left;
}

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

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

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

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

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

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

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

.maps1 {
  width: 100%;
  height: 70vh;
}

.impdat {
  padding: 100px 10vw;
}

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

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

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

.success1.heading-1 {
  font-family: Libre Franklin, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.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: auto;
  height: 20vh;
}

.highlights-2 {
  color: #000;
  background-color: #fcc036;
}

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

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

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

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

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

.footer-block {
  display: block;
}

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

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

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

.grid-3er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.image-wrapper {
  height: auto;
}

.kontakt-text-wrapper {
  background-color: var(--gold);
  color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.kontakt-text-wrapper:hover {
  background-color: var(--gold);
  color: var(--gold);
  font-size: 10px;
  transform: scale(1);
}

.kontakt-text-wrapper-links {
  background-color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

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

.heading-links1-small.heading-1 {
  line-height: 1.3;
}

.heading-links1-small.heading-1.farbe-der-headings {
  color: var(--green);
  text-transform: none;
  padding-left: 10px;
  font-size: 22px;
  display: block;
}

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

.heading-small {
  margin-top: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.paragraph-left-links {
  border-bottom: 1px solid #000;
  font-family: Roboto, sans-serif;
}

.link-yellow {
  color: var(--gold);
  text-decoration: none;
}

.section-50 {
  padding: 45px 140px;
}

.container-90 {
  max-width: 90%;
}

.grid-4er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

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

.image-100-brightness {
  filter: brightness(75%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jotform-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.jotform-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: auto;
}

.stellenangebote {
  color: var(--green);
  background-color: #fcc03600;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.stellenangebote:hover {
  color: var(--gold);
  font-size: 10px;
  transform: scale(1);
}

.accordion-wrapper {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 0;
}

.accordion-heading {
  color: var(--green);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
}

.accordion-item {
  border: 1px solid var(--gold);
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-size: 20px;
  overflow: hidden;
}

.accordion-item-content.line-height {
  width: auto;
  margin: 20px 20px 0 0;
  line-height: 1.5;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-4.accordion-icon {
  color: var(--green);
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.bold-text-10 {
  font-family: Libre Franklin, sans-serif;
}

.paragraph-9 {
  color: var(--green);
}

.list {
  color: var(--black);
}

.link-9 {
  color: var(--gold);
  text-decoration: none;
}

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

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

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

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.contact-form {
  width: 100%;
}

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

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

.divider-11 {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider-11.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

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

.text-field-8 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

.text-field-8.cc-textarea {
  height: 100px;
}

.form1-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

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

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

@media screen and (max-width: 991px) {
  .logo, .logo.w--current {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .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-navbar {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-link-3.flie-text {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

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

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

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

  .titel-start {
    height: 65vh;
  }

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

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

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.main-color {
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

  .men-buttton1.main-color.w--open {
    background-color: var(--green);
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--gold);
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

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

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

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

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

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

  .title-text {
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

  .inhalt-nebeneinander1 {
    flex-direction: column;
  }

  .inhalt-nebeneinander1.invert {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .inhalt-nebeneinander1.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .heading-links1.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .heading-links1.heading-1.white {
    text-align: center;
    width: 100%;
  }

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

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

  ._2er-grid1 {
    margin-top: 20px;
  }

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

  .maps1 {
    height: 50vh;
  }

  .impdat, .success {
    padding: 60px;
  }

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

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

  .success1.heading-1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .success1.heading-1.bigger {
    font-size: 30px;
    line-height: 1.5;
  }

  .logo-img {
    height: 15vh;
  }

  .grid-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .footertext {
    flex-direction: column;
    align-items: center;
  }

  .impdat1-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-2.main-color {
    padding: 40px;
  }

  .grid-3er {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-wrapper {
    height: 55vh;
  }

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

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

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

  .heading-links1-small.heading-1.farbe-der-headings {
    margin-top: 10px;
    padding-left: 0;
    font-size: 20px;
  }

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

  .heading-small, .paragraph-left-links {
    text-align: center;
  }

  .section-50 {
    padding: 60px;
  }

  .feature-image-about-us {
    height: 35vh;
  }

  .links-block {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .jotform-wrapper {
    align-items: center;
    padding-right: 0;
  }

  .stellenangebote {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accordion-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .error-message {
    width: auto;
  }
}

@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.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titel-start {
    height: 55vh;
  }

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

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

  .men-buttton1.main-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .title-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .subheading1.heading-2 {
    font-size: 22px;
  }

  .slogan1.heading-1 {
    width: 81%;
    font-size: 35px;
  }

  .termin-button.heading-3.highlights {
    font-size: 13px;
    line-height: 1.3;
  }

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

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

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

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

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

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

  .heading-links1.heading-1.farbe-der-headings, .heading-links1.heading-1.white {
    margin-top: 10px;
  }

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

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

  .footer-image {
    margin-bottom: 7px;
  }

  .maps1 {
    height: 40vh;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .logo-img {
    height: 13vh;
  }

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

  .maos-footer {
    height: 100px;
  }

  .grid-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .footertext {
    margin-bottom: 10px;
  }

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

  .footer-2.main-color {
    padding: 40px 20px 30px;
  }

  .image-wrapper {
    height: 45vh;
  }

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

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

  .heading-links1-small.heading-1.farbe-der-headings {
    font-size: 16px;
    line-height: 1.3;
  }

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

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

  .section-50 {
    padding: 40px;
  }

  .grid-4er {
    flex-direction: column;
    display: flex;
  }

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

  .jotform-wrapper {
    height: 65vh;
  }

  .stellenangebote {
    padding: 40px;
  }

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

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

  .accordion-item-content {
    margin-right: 0;
    font-size: 16px;
  }

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

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

  .text-field-8 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field-8.cc-textarea {
    margin-bottom: 20px;
  }
}

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

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

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

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

  .logo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .nav-link-3.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

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

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

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

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

  .titel-start {
    height: 50vh;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .men-buttton1.main-color {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

  .address {
    font-size: 13px;
  }

  .title-text {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .subheading1.heading-2 {
    font-size: 18px;
  }

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

  .termin-button.heading-3.highlights {
    font-size: 12px;
  }

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

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

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

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

  .inhalt-nebeneinander1.gap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .heading-links1.heading-1.farbe-der-headings, .heading-links1.heading-1.white {
    margin-top: 5px;
  }

  .footer-image {
    width: 16px;
  }

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

  .maps1 {
    height: 35vh;
  }

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

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

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

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

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

  .logo-img {
    height: 10vh;
  }

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

  .link {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }

  .grid-footer {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .impdat1-2 {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .image-wrapper {
    height: 320px;
  }

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

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

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

  .heading-links1-small.heading-1.farbe-der-headings {
    margin-top: 5px;
    font-size: 12px;
  }

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

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

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

  .grid-4er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-image-about-us {
    height: 320px;
  }

  .jotform-wrapper {
    height: 60vh;
  }

  .stellenangebote {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px 0;
  }

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

  .accordion-heading {
    font-size: 17px;
  }

  .accordion-item {
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .accordion-item-content {
    font-size: 14px;
  }

  .list {
    padding-left: 20px;
  }

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

  .divider-11.highlights {
    width: 40vw;
  }

  .text-field-8 {
    width: 100%;
  }

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

#w-node-_84466b32-f149-215e-3444-35637d71e65a-a7613012, #w-node-_84466b32-f149-215e-3444-35637d71e663-a7613012, #w-node-_926423f2-38c3-354a-3e5f-3594a5e4a999-a7613012, #w-node-_84466b32-f149-215e-3444-35637d71e671-a7613012, #w-node-_84466b32-f149-215e-3444-35637d71e678-a7613012 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


