:root {
  --silver: #c8c8c8;
  --dark-grey: #98abb5;
  --black: #252525;
  --white-smoke: #e9edef;
}

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

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 {
  justify-content: center;
  align-items: center;
  width: 25vh;
  height: auto;
  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;
}

.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-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: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar1.highlights {
  z-index: 1000;
  padding-left: 140px;
  padding-right: 140px;
  position: sticky;
  top: 0%;
  box-shadow: 1px 1px 5px #00000069;
}

.navbar-6 {
  background-color: #0000;
  width: auto;
}

.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 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
}

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

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

.zweitfarbe {
  background-color: var(--white-smoke);
}

.highlights {
  background-color: var(--dark-grey);
}

.heading-1 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 1.3;
}

.heading-2 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.titelslider {
  color: #000;
  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;
}

.titelvideo-start-1 {
  height: 80vh;
  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: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.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.jpg');
  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;
}

.div-block-113 {
  margin-bottom: 5px;
}

.div-block-video1 {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.subheading1.heading-2.slogan {
  text-shadow: 1px 1px 6px #000;
}

.slogan1 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-size: 80px;
  line-height: 65px;
}

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

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

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

.termin-button.heading-3.highlights.banner {
  box-shadow: 1px 1px 4px #00000061;
}

.termin-button.heading-3.zweitfarbe.farbe-der-headings:hover {
  color: #1fa541;
  background-color: #333;
}

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

.text-mittig1.flie-text {
  line-height: 1.5;
}

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

.section-mittig1.contact-section {
  flex-direction: row;
}

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

.heading-links1.heading-1 {
  color: #333;
}

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

.heading-links1.heading-1.center.farbe-der-headings {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 20px;
}

.text-links1 {
  line-height: 1.5;
}

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

.inhalt-untereinander1.abstand-nach-links11 {
  margin-left: 40px;
}

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

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

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

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

.footer-1.highlights.heading-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

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

.select-field {
  color: #949494;
  background-color: #fff;
}

.text-area {
  height: 30px;
}

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

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-41 {
  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 {
  color: #fff;
}

.zwischen-section1 {
  color: #fff;
  padding: 60px 140px;
}

.bildsection-cover1 {
  background-image: url('../images/Garten5.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 45vh;
}

.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 0% 15% auto;
}

.logo-img {
  object-fit: contain;
}

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

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

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

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

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

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

.button-text-2 {
  z-index: 10;
  position: relative;
}

.card-circle {
  background-color: var(--dark-grey);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-button-wrapper {
  justify-content: center;
  display: flex;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clip {
  position: relative;
  overflow: hidden;
}

.heading-mittig-klein1-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig-klein1-2.heading-2.farbe-der-headings {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-mittig-3 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig-3.flie-text {
  line-height: 1.5;
}

.text-mittig-3.flie-text.links {
  text-align: left;
}

.icon-9 {
  z-index: 10;
  background-color: var(--dark-grey);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-3.grey-outline {
  background-color: #983b35;
  border-color: #e2e7f1;
}

.button-3.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-3.grey-outline.flie-text {
  background-color: var(--dark-grey);
  flex-direction: column;
  padding-right: 40px;
}

.button-3.grey-outline.flie-text:hover {
  border-color: var(--black);
  background-color: #333;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #cecece;
}

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

.dropdown-list-13 {
  background-color: #0000;
  position: relative;
}

.dropdown-list-13.w--open {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

.image-101.rel {
  filter: blur(5px);
  position: relative;
}

.image-101.abs {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.div-block-166 {
  width: 100%;
  position: relative;
}

.tabs {
  margin-top: 20px;
}

.tabs-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--dark-grey);
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  box-shadow: 1px 1px 7px #00000069;
}

.tab-link-tab-2.w--current {
  background-color: var(--black);
}

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

.tabs-content {
  margin-top: 40px;
}

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

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

.lightbox-link.side-margin {
  margin-right: 10px;
  padding-right: 0;
}

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

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

.div-block-167 {
  background-image: linear-gradient(#98abb580, #98abb580);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px 25px;
  display: flex;
}

.image-104 {
  object-fit: contain;
  width: 25vw;
}

.horizontal-div {
  display: flex;
}

.navbar1-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar1-copy.highlights {
  z-index: 1000;
  padding-left: 140px;
  padding-right: 140px;
  position: sticky;
  top: 0%;
  box-shadow: 1px 1px 5px #00000069;
}

.logo-copy {
  justify-content: center;
  align-items: center;
  width: 25vh;
  height: auto;
  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;
}

.navbar-6-copy {
  background-color: #0000;
  width: auto;
}

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

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

.form-embed {
  width: 100%;
}

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

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

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

  .navbar1.highlights {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-6 {
    background-color: var(--silver);
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-link-3.flie-text {
    background-color: var(--dark-grey);
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 17px;
    padding-left: 24px;
  }

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

  .titelvideo-start-1 {
    height: 60vh;
  }

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

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

  .men-icon1 {
    color: #fff;
  }

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

  .nav-men-1 {
    z-index: 1000;
    background-color: var(--dark-grey);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
  }

  .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 {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
  }

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

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

  .slogan1 {
    font-size: 36px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  .section-mittig1 {
    flex-direction: column;
    padding: 40px;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 90vw;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .inhalt-untereinander1.abstand-nach-links11 {
    text-align: center;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-1.highlights.heading-3 {
    padding: 40px 20px;
  }

  .submit-button1.highlights.flie-text {
    margin-right: auto;
  }

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

  .impdat {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .success1.heading-1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .zwischen-section1 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .services-card {
    justify-content: flex-start;
    padding: 20px;
  }

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

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    place-items: stretch stretch;
    display: grid;
  }

  .tab-link-tab-2 {
    margin-bottom: 10px;
  }

  .grid-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    justify-items: stretch;
    display: grid;
  }

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

  .slider-4 {
    height: 60vh;
  }

  .div-block-167 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar1-copy.highlights {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-6-copy {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar-6-copy.home-nav {
    background-color: var(--silver);
    color: var(--white-smoke);
  }

  .maps1-2 {
    height: auto;
  }

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

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

  .nav-link-3.flie-text {
    text-align: center;
    text-decoration: none;
  }

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

  .titelslider {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titelvideo-start-1 {
    height: 55vh;
  }

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

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

  .impdat1 {
    text-align: center;
    padding-left: 0;
  }

  .nav-men-1 {
    height: auto;
  }

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

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

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

  .angebot2 {
    height: auto;
  }

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

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

  .footer-image {
    margin-right: 0;
  }

  .footertext1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-1.highlights.heading-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .maps1 {
    height: 300px;
  }

  .submit-button1.highlights.flie-text {
    margin-right: 0;
  }

  .form-text.flie-text.mid {
    text-align: center;
  }

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

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

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

  .div-block-41.highlights {
    width: 70vw;
  }

  .zwischen-section1 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .maps-gro-2 {
    min-height: auto;
  }

  .maos-footer {
    height: 100px;
  }

  .grid-8, .feature-card-info {
    flex-direction: column;
    display: flex;
  }

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

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

  ._3er-grid {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .feature-card-description {
    flex-direction: column;
    display: flex;
  }

  .image-101.rel, .image-101.abs {
    height: 50vh;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .tab-link-tab-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .tab-link-tab-2.w--current {
    text-align: center;
    text-decoration: none;
  }

  .grid-17 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .lightbox-link.side-margin {
    margin-bottom: 10px;
  }

  .slider-4 {
    height: 55vh;
  }

  .div-block-168 {
    text-align: center;
  }

  .horizontal-div {
    flex-direction: column;
  }

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

  .form-2 {
    align-items: stretch;
  }
}

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

  .flie-text.sm-font {
    font-size: 10px;
    line-height: 15px;
  }

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .impdat1 {
    padding-left: 0;
  }

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

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

  .div-block-video1 {
    align-items: center;
    width: auto;
    height: 50vh;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .subheading1.heading-2.slogan {
    font-size: 17px;
    line-height: 26px;
  }

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

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

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

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .inhalt-untereinander1.abstand-nach-links11 {
    margin-left: 0;
  }

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

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

  .div-block-41.highlights {
    width: 83vw;
    padding: 20px;
  }

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

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

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

  .image-wrapper {
    height: 45vh;
  }

  .grid-8 {
    display: flex;
  }

  .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-mittig-klein1-2 {
    font-size: 20px;
    line-height: 20px;
  }

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

  .services-card {
    padding: 20px 10px;
  }

  .icon-9 {
    margin-bottom: 10px;
  }

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

  .image-102 {
    height: 45vh;
  }

  .slider-4 {
    height: 50vh;
  }

  .div-block-167 {
    height: 38vh;
  }

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

  .icon-10 {
    margin-left: 20px;
    margin-right: 10px;
  }
}

#w-node-_96bbabfc-d1b0-3f6a-7587-ad05bf75097c-968c0ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5686ae3-3602-2a35-f1c5-9f2f733cb407-968c0ee2 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_6decbfd4-bbca-8c6a-cb45-27e4c7caf75c-968c0ee2, #w-node-d73c0c9c-da37-52a5-3ff6-f7efcf671e1f-968c0ee2, #w-node-_8b8837e3-9790-f15b-0c38-edaf16e96548-968c0ee2, #w-node-_8b8837e3-9790-f15b-0c38-edaf16e96549-968c0ee2, #w-node-a95f5f1b-8b6b-acb0-0d08-8ba55b38c6f3-968c0ee2, #w-node-a95f5f1b-8b6b-acb0-0d08-8ba55b38c6f4-968c0ee2, #w-node-_36525d58-541e-d501-08ea-997141d5e34c-968c0ee2, #w-node-_36525d58-541e-d501-08ea-997141d5e34d-968c0ee2, #w-node-_36525d58-541e-d501-08ea-997141d5e34e-968c0ee2, #w-node-_36525d58-541e-d501-08ea-997141d5e34f-968c0ee2, #w-node-_36525d58-541e-d501-08ea-997141d5e350-968c0ee2, #w-node-_36525d58-541e-d501-08ea-997141d5e351-968c0ee2, #w-node-_2f059db2-02cc-8b05-8cae-41b276e611ee-968c0ee2, #w-node-_2f059db2-02cc-8b05-8cae-41b276e611ef-968c0ee2, #w-node-ede5cfad-2c67-9eb3-34af-40d775e841b8-968c0ee2, #w-node-ede5cfad-2c67-9eb3-34af-40d775e841b9-968c0ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d737c436-c8e8-c1a6-3570-154254ef9548-968c0ee2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d737c436-c8e8-c1a6-3570-154254ef9549-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4dd-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4de-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4df-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4e0-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4e1-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4e2-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4e3-968c0ee2, #w-node-_2cbda51d-a2bf-dd60-d66a-0db6813cb4e4-968c0ee2, #w-node-_9964d49b-e902-3f30-9376-7dae9c7678ee-968c0ee2, #w-node-_9964d49b-e902-3f30-9376-7dae9c7678ef-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bebb-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bebc-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bebd-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bebe-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bebf-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bec1-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bec2-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bec3-968c0ee2, #w-node-c0dac28d-61ec-358f-153a-16f9b981bec4-968c0ee2, #w-node-_6c692da4-1039-f767-b8aa-de4522ee48e9-968c0ee2, #w-node-_6c692da4-1039-f767-b8aa-de4522ee48ea-968c0ee2, #w-node-_2f3b3303-aec9-d946-7179-961402e7da4e-968c0ee2, #w-node-_2f3b3303-aec9-d946-7179-961402e7da4f-968c0ee2, #w-node-_2309f1b0-1763-6945-a9a4-f35ed205733a-968c0ee2, #w-node-_2309f1b0-1763-6945-a9a4-f35ed205733b-968c0ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_977d35ee-8c8a-42af-e726-c4e01a99e0db-968c0ee2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ede2e689-9c23-a66b-6c78-3aad4723c3bc-968c0ee2, #w-node-ede2e689-9c23-a66b-6c78-3aad4723c3bd-968c0ee2, #w-node-ede2e689-9c23-a66b-6c78-3aad4723c3c4-968c0ee2, #w-node-ede2e689-9c23-a66b-6c78-3aad4723c3c5-968c0ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c65d2246-d36c-9b4e-318b-c5189a1b8d85-968c0ee2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c65d2246-d36c-9b4e-318b-c5189a1b8d86-968c0ee2, #w-node-_68a5e0f2-ef21-32e5-73e8-f366fdd1c390-968c0ee2, #w-node-_68a5e0f2-ef21-32e5-73e8-f366fdd1c391-968c0ee2, #w-node-_49b8aa85-57c8-ffe5-7269-cc7f97857002-968c0ee2, #w-node-_49b8aa85-57c8-ffe5-7269-cc7f97857003-968c0ee2, #w-node-c9906a97-f55f-d2be-e8e1-526b22e2b142-968c0ee2, #w-node-c9906a97-f55f-d2be-e8e1-526b22e2b143-968c0ee2, #w-node-b3415f7a-8c66-8bdb-5357-c9fdc887cf84-968c0ee2, #w-node-b3415f7a-8c66-8bdb-5357-c9fdc887cf85-968c0ee2, #w-node-a6a1b92e-5313-7e18-4301-978a48e75508-968c0ee2, #w-node-a6a1b92e-5313-7e18-4301-978a48e75509-968c0ee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_96bbabfc-d1b0-3f6a-7587-ad05bf75097c-968c0ee2 {
    grid-column: span 2 / span 2;
  }

  #w-node-a7b575cf-138e-9e43-13dd-75654d714878-968c0ee2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a95f5f1b-8b6b-acb0-0d08-8ba55b38c6f3-968c0ee2, #w-node-_9964d49b-e902-3f30-9376-7dae9c7678ee-968c0ee2 {
    grid-column: span 2 / span 2;
  }

  #w-node-c65d2246-d36c-9b4e-318b-c5189a1b8d85-968c0ee2 {
    grid-column-start: 1;
  }

  #w-node-_68a5e0f2-ef21-32e5-73e8-f366fdd1c390-968c0ee2, #w-node-_49b8aa85-57c8-ffe5-7269-cc7f97857002-968c0ee2, #w-node-c9906a97-f55f-d2be-e8e1-526b22e2b142-968c0ee2, #w-node-b3415f7a-8c66-8bdb-5357-c9fdc887cf84-968c0ee2, #w-node-a6a1b92e-5313-7e18-4301-978a48e75508-968c0ee2 {
    grid-column: 1 / 3;
  }
}


