@font-face {
  font-family: Kapra;
  src: url('../fonts/Kapra-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --goldenrod: #da4;
  --dark-orange: #ff8100;
  --black: #343434;
  --white-smoke: #f9f9f9;
  --black-2: #343434;
  --royal-blue: #3f6fb2;
  --dark-khaki: #b8b016;
  --dark-orange-2: #f87a01;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

a {
  text-decoration: underline;
}

.logo {
  color: #333;
  flex-direction: column;
  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;
}

.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-menue {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  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;
}

.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 {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-link-3.flie-text:hover {
  color: var(--goldenrod);
}

.nav-link-3.flie-text.w--current {
  color: #333;
  font-weight: 700;
}

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

.nav-link-3.flie-text.dd {
  width: 100%;
}

.farbe-der-headings {
  color: var(--goldenrod);
}

.hauptfarbe {
  background-color: #343434;
}

.zweitfarbe {
  background-color: #efe9e4;
}

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

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

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

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

.heading-3 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.titelvideo1 {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.inhalt-mittig1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 5px 1px #ededed;
}

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

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

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

.telefonnummer1 {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.email.flie-text {
  color: #fff;
  white-space: nowrap;
}

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

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

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-video1._w-100 {
  width: 100%;
}

.div-block-video1._w-100.px-140px {
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-video1._w-100.px-140px.flex-column-center {
  z-index: 2;
  background-color: #00000040;
  align-items: center;
}

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

.subheading1.heading-2 {
  text-align: right;
}

.subheading1.heading-2.text-center {
  text-align: center;
}

.slogan1 {
  text-transform: none;
  font-size: 90px;
  line-height: 70px;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-abstand1.wei {
  margin-left: 5vw;
}

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

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

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

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

.heading-mittig1 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig1.heading-1.links {
  text-align: left;
}

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

.text-mittig1.flie-text.text-left {
  text-align: left;
}

.text-mittig1.flie-text.text-left.text-white {
  color: #fff;
  margin-bottom: 0;
}

.text-mittig1.flie-text.text-left.top-margin {
  padding-top: 40px;
}

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

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

.heading-links1.heading-1.mt-0 {
  margin-top: 0;
}

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

.inhalt-untereinander1.my-60px {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 40px;
}

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

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

.footer-image.invert {
  filter: invert();
  object-fit: contain;
}

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

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

.footer-1.hauptfarbe.heading-3 {
  background-color: var(--black);
}

.footer-1.hauptfarbe.heading-3.grid-col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-1.hauptfarbe.heading-3.grid-col-3.px-100px {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.titelvideo-unterseiten1 {
  flex-direction: column;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

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

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

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

.text-field {
  background-color: #fff;
}

.text-field:hover, .text-field:focus {
  border: 1px solid var(--goldenrod);
}

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

.impdat {
  min-height: auto;
  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;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  width: auto;
  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: Roboto, sans-serif;
}

.navbar1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar1.hauptfarbe {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  display: flex;
  box-shadow: 0 0 6px 1px #ababab33;
}

.divider {
  width: 6vw;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

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

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

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

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

.div-block-114 {
  flex-direction: column;
  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.ablaufplan {
  margin-top: 58px;
  top: 10px;
}

.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: 60px auto auto 0%;
}

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

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

.sm-icons {
  margin-left: 10px;
  display: flex;
}

.icons-link {
  width: 30px;
  margin-left: 10px;
}

.icons-link.mr-10px {
  background-color: #0000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.icons-link.mr-10px.green {
  background-color: #4aaa4d;
}

.icon-image {
  filter: invert();
  object-fit: contain;
  width: 28px;
  height: 28px;
}

.icon-image._2 {
  filter: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.no-overflow {
  height: 35vh;
  overflow: hidden;
}

.no-overflow.large {
  height: 50vh;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.lightbox-link:hover {
  transform: scale(1.05);
}

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

.tab-link-tab-1 {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.tab-link-tab-1.w--current {
  background-color: var(--goldenrod);
  color: #fff;
}

.tabs-menu {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.tabs {
  width: 100%;
  display: flex;
}

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

.footer {
  background-color: #343434;
  margin-top: auto;
  padding: 40px 100px;
}

.div-block-149 {
  justify-content: space-around;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.dropdown-list-13 {
  background-color: var(--goldenrod);
}

.dropdown-list-13.w--open, .dropdown-list-15 {
  background-color: var(--white-smoke);
}

.dropdown-list-15.w--open {
  z-index: 100;
}

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

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

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

.list-7 {
  padding-left: 20px;
}

.titelvideo1-absol-ute {
  z-index: -6;
  opacity: 1;
  filter: blur(5px);
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

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

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

.icon {
  object-fit: contain;
  width: 50px;
  margin-bottom: auto;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  align-items: center;
}

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

.dropdown-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.dropdown-toggle-12 {
  background-color: var(--goldenrod);
  color: #fff;
}

.dropdown-list-16 {
  background-color: #0000;
  margin-top: 40px;
  position: relative;
}

.adj-div {
  width: 23.5%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.adj-grid-3er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 74.5%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation {
  height: 35vh;
}

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

.image-101.top {
  object-position: 50% 0%;
}

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

.background-video {
  width: 100%;
  height: 100%;
}

.lottie-animation-2 {
  opacity: .1;
  height: 20vh;
  position: absolute;
  inset: 0% auto auto 5%;
}

.logo-text {
  object-fit: contain;
  height: 14vh;
}

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

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

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

.heading-24 {
  margin-top: 10px;
}

.html-embed-7, .form-embed {
  width: 100%;
}

.dropdown-list-17 {
  background-color: var(--white-smoke);
  left: 15px;
}

.dropdown-list-17.w--open {
  top: 20px;
  left: 160px;
}

.dropdown-17 {
  width: 100%;
}

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

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

  .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-menue {
    position: relative;
  }

  .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 {
    color: #fff;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

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

  .titelvideo1 {
    width: 36%;
  }

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

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

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

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--goldenrod);
    order: -1;
    margin-left: auto;
  }

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

  .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 {
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    inset: 0%;
  }

  .div-block-video1._w-100.px-140px.flex-column-center {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .slogan1 {
    text-align: center;
  }

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

  .heading-mittig1.heading-1.links, .text-mittig1.flie-text.text-left {
    text-align: center;
  }

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

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

  .inhalt-untereinander1.my-60px {
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .footertext1.abst {
    padding-top: 32px;
  }

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

  .maps1 {
    height: 40vh;
  }

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

  .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: 40px;
  }

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

  .navbar1.hauptfarbe {
    padding-left: 10px;
  }

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

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

  .sm-icons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    order: -1;
    margin-left: 0;
    position: relative;
    left: 25px;
  }

  .icons-link.mr-10px {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .icons-link.mr-10px.green {
    margin-left: 0;
  }

  .icon-image {
    width: 20px;
    height: auto;
  }

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

  .no-overflow {
    height: 40vh;
  }

  .no-overflow.hide {
    display: none;
  }

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

  .tab-link-tab-1 {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs {
    flex-direction: column;
  }

  .footer {
    background-color: var(--black-2);
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-149 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .dropdown-list-13.w--open, .dropdown-list-15 {
    background-color: var(--black-2);
    position: relative;
  }

  .left-align-div {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .left-align-div-rechts {
    align-items: center;
    padding-left: 0;
  }

  .icon {
    position: absolute;
    inset: -21% -9% auto auto;
  }

  .flex-block {
    position: relative;
  }

  .adj-div {
    width: 50%;
  }

  .adj-grid-3er {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .dropdown-15, .dropdown-16 {
    width: 100%;
  }

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

  ._2er-grid-1 {
    flex-direction: column;
    display: flex;
  }

  ._2er-grid-1.switch {
    flex-direction: column-reverse;
  }

  ._2er-grid-contact {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

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

  .dropdown-list-17 {
    position: static;
  }

  .dropdown-list-17.w--open {
    background-color: #4c4c4c;
  }
}

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

  .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-left: 20px;
    font-size: 15px;
  }

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

  .titelvideo1 {
    width: 55%;
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

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

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

  .impdat1 {
    padding-left: 0;
  }

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

  .angebot2 {
    height: auto;
  }

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

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

  .div-block-video1._w-100.px-140px.flex-column-center {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

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

  .section-mittig1 {
    padding: 40px;
  }

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

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

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

  .footertext1 {
    margin-bottom: 10px;
  }

  .footertext1.content-center {
    margin-bottom: 0;
  }

  .footertext1.abst {
    padding-top: 0;
  }

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

  .titelvideo-unterseiten1 {
    height: 55vh;
  }

  .maps1 {
    height: 40vh;
  }

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

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

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

  .navbar1.hauptfarbe {
    padding-left: 0;
  }

  .maos-footer {
    height: 100px;
  }

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

  ._4er {
    flex-direction: column;
    display: flex;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .div-block-149 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .titelvideo1-absol-ute {
    height: 100%;
  }

  .image-div-wrapper {
    height: 50vh;
  }

  .icon {
    width: 39px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .flex-block {
    justify-content: center;
    position: relative;
  }

  .adj-div {
    width: 100%;
  }

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

  .lottie-animation {
    height: 29vh;
  }

  .logo-text {
    height: 10vh;
  }

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

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

  .form {
    align-items: center;
  }

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

@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.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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 {
    font-size: 14px;
  }

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

  .flie-text.sm-font {
    overflow-wrap: anywhere;
    font-size: 11px;
    line-height: 16px;
  }

  .titelvideo1 {
    width: 77%;
  }

  .inhalt-mittig1 {
    width: 100%;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--dark-orange);
    text-align: center;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--dark-orange);
  }

  .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;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-video1._w-100.px-140px.flex-column-center {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

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

  .titelvideo-unterseiten1 {
    height: 50vh;
  }

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

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

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

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

  .navbar1.hauptfarbe {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
  }

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

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .sm-icons {
    margin-top: 10px;
    margin-right: 6px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tab-link-tab-1 {
    font-size: 14px;
  }

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

  .dropdown-list-13.w--open, .dropdown-list-15.w--open {
    background-color: var(--dark-orange);
  }

  .image-div-wrapper {
    height: 45vh;
  }

  .icon {
    width: 37px;
  }

  .dropdown-toggle-12.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .adj-grid-3er {
    justify-items: center;
  }

  .lottie-animation {
    height: 23vh;
  }

  .lottie-animation-2 {
    height: 13vh;
  }

  .logo-text {
    object-fit: contain;
    width: 79%;
    height: 12vh;
  }

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

  .lightbox-link-2 {
    height: 40vh;
  }
}

#w-node-_80c4db0a-3dab-f5ec-21d2-ce044a28095f-4a280954, #w-node-_80c4db0a-3dab-f5ec-21d2-ce044a280968-4a280954 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c04-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c0b-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c0e-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c11-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c14-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c17-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c1a-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c1d-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c20-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c23-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c26-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c29-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c2c-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c2f-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c32-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c35-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c38-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c3b-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c3e-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c41-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c44-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c47-69375696, #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c4a-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f37c-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f37f-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f382-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f385-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f388-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f38b-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f38e-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f391-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f394-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f397-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f39a-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f39d-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3a0-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3a3-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3a6-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3a9-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3ac-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3af-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3b2-69375696 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da477aa6-ade2-e41c-6a3c-5cdc6937578b-69375696 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce41a325-e7f5-41c0-1469-6eefcebf344c-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf344f-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf3452-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf3455-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf3458-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf345b-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf345e-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf3461-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf3464-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf3467-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf346a-69375696, #w-node-ce41a325-e7f5-41c0-1469-6eefcebf346d-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e28-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e2b-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e2e-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e31-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e34-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e37-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e3a-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e3d-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e40-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e43-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e46-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e49-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e4c-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e4f-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e52-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e55-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e58-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e5b-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e5e-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e61-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e64-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834cc-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834cf-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834d2-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834d5-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834d8-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834db-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834de-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834e1-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834e4-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834e7-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834ea-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834ed-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834f0-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834f3-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834f6-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834f9-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834fc-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca834ff-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca83502-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca83505-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca83508-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca8350b-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca8350e-69375696, #w-node-_697f1144-f4c2-d0bb-ccc2-d4051abb6f64-1999d714, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba202-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba205-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba208-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba20b-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba20e-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba211-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba214-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba217-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba21a-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba21d-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba220-1999d726, #w-node-b97bf55b-f121-fd08-1c87-e564c04ba223-1999d726, #w-node-_146f8148-79f0-0175-143c-31ce9f58db98-1999d737, #w-node-_4dfb4a23-9bad-e6b2-4096-91d497bea91d-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad45-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad48-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad4b-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad4e-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad51-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad54-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad57-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad5a-1999d737, #w-node-b7e12b83-324a-1ad6-5e7d-56b663a5e30d-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad5d-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad60-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad63-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad66-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad69-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad6c-1999d737, #w-node-_86e8214a-0d1d-2c77-1a96-b77050df562b-1999d737, #w-node-fa314b84-5bde-ec1d-ffd4-de815c2cb757-1999d737, #w-node-d6bb7767-1a12-7480-9794-84dccf45ad7b-1999d737, #w-node-_46667274-80f7-797b-d716-d073077858b1-1999d737, #w-node-_46667274-80f7-797b-d716-d073077858b4-1999d737, #w-node-_46667274-80f7-797b-d716-d073077858b7-1999d737, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831059-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83105c-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83105f-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831062-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831065-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831068-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83106b-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83106e-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831071-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831074-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831077-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83107a-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83107d-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831080-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff831086-1999d738, #w-node-_391486f8-c741-3173-9bc2-085beff46931-1999d738, #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83108c-1999d738 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83108f-1999d738 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57df9179-2531-a05a-be5f-6a043111a6db-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6e2-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6e5-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6e8-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6eb-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6ee-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6f1-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6f4-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6f7-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6fa-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a6fd-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a700-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a703-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a706-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a709-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a70c-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a70f-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a712-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a715-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a718-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a71b-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a71e-1999d739, #w-node-_57df9179-2531-a05a-be5f-6a043111a721-1999d739, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc47-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc4a-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc50-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc53-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc56-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc59-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc5c-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc5f-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc62-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc65-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc68-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc6b-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc6e-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc71-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc74-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc77-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc7a-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc7d-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc80-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc83-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc86-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc89-1999d73a, #w-node-dbf8cb75-672c-e981-d35e-16efdefecc8c-1999d73a, #w-node-_5118e8c5-21cf-74bd-93cc-bc98f23971ed-1999d73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_335b871e-040b-d270-a2bc-d9984f082a43-1999d73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7d35e07-6d87-f0b7-e73b-62ccc3f6df0e-1999d73d, #w-node-_1181c37f-d5ed-ad84-de44-6fe723b50860-1999d73d, #w-node-d5fb6285-5bf4-5d53-3234-f4e0c6156402-1999d73d, #w-node-c2870e21-6094-6e57-6a77-7efa1778ca79-1999d73d, #w-node-_2873b17a-2a44-e476-2929-95c4525f08a9-1999d73d, #w-node-c47d38bc-653f-c4d8-3bcc-3e202e0889e5-1999d73d, #w-node-_88f3d8ce-6f9b-e480-1cd7-effdae6f51d2-1999d73d, #w-node-_2f939f38-1a29-0880-38fc-680c84a473a7-1999d73d, #w-node-_7b550819-cff7-8ab7-7276-82dc9716ca4b-1999d73d, #w-node-b23cd451-a9aa-584b-a33f-07d2212182b3-1999d73d, #w-node-_4fc27f1a-3c03-0925-f1c4-b9b7ac1bf34a-1999d73d, #w-node-_6180f2ff-d4d1-0715-f646-b9f67aa8e1a4-1999d73d, #w-node-_87c3f659-ddc6-cf4e-bd7c-87180547a65c-1999d73d, #w-node-edb05575-398f-77a5-8834-c30e256a3161-1999d73d, #w-node-edb05575-398f-77a5-8834-c30e256a315b-1999d73d, #w-node-edb05575-398f-77a5-8834-c30e256a3164-1999d73d, #w-node-_59bede1a-2a8b-386c-0346-718f174f2d9b-1999d73d, #w-node-b60daee4-7a0e-92de-eb36-08dd07ec5a21-1999d73d, #w-node-_1a00b2a5-5093-e585-42a1-8d6c77aa581a-1999d73d, #w-node-_78174b2c-08cc-8469-a548-521eeec9eab7-1999d73d, #w-node-_8047639c-d6f9-e3e5-b0d3-c56ea338a1b1-1999d73d, #w-node-_7453c870-23b2-f118-3f35-b1a4cb6aff86-1999d73d, #w-node-_8ab088f4-8d3e-3fe3-7f79-81a420b223ff-1999d73d, #w-node-_8695bc8f-01cf-76e1-31f9-265bfcb6bbcc-1999d73d, #w-node-b83848e1-fc09-1f51-ad06-917165ea1915-1999d73d, #w-node-_928ebf9e-9728-b069-7b65-3b7cf5ed7181-1999d73e, #w-node-_928ebf9e-9728-b069-7b65-3b7cf5ed7190-1999d73e, #w-node-ebfa6a1b-8b2f-4b58-9302-4ed261ce5e76-1999d73e, #w-node-c47f71f8-4d22-3b08-4001-06bde526e103-1999d73e, #w-node-b14b4014-34bd-c865-4b8d-342981dbb853-1999d73e, #w-node-_73c3b93b-4063-42e1-cd07-52d2e6daca7c-1999d73e, #w-node-_64c468d7-d8de-3412-ab30-15ac7f2fa1bc-1999d73e, #w-node-_0c93e5eb-990e-5c55-82db-d0f22f60164d-1999d73e, #w-node-_9553c375-0061-7725-a4b4-d43ecf5eefff-1999d73e, #w-node-_70fba7b5-bc71-583d-a25f-314d43a3b70a-1999d73e, #w-node-b595c202-d6ba-0df4-693c-439b589d8518-1999d73e, #w-node-_44db0b94-a94a-f25d-d469-31acdfe91256-1999d73e, #w-node-ca20aed0-7c3c-a329-ba51-7607e8c91193-1999d73e, #w-node-cf4ababa-64ac-4156-ea83-e84a79b65f6a-1999d73e, #w-node-_45a75e14-eec5-a048-cb5a-f32445a83a6f-1999d73e, #w-node-_373ef5fa-4b90-0fa8-f3a7-24a7aa02ff91-1999d73e, #w-node-c37b44d7-661e-6005-5608-67226f93f806-1999d73e, #w-node-_4f60577a-4686-442e-41d8-b09d63b9f361-1999d73e, #w-node-_05adf076-9c45-5366-4760-6c8dd8432f4d-1999d73e, #w-node-_438b29a7-663a-6464-818b-ef041a6b80f9-1999d742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_438b29a7-663a-6464-818b-ef041a6b8119-1999d742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_268c9581-2a7b-c092-777c-475751d7bfe8-1999d744, #w-node-_268c9581-2a7b-c092-777c-475751d7bfc0-1999d744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8a8c61d3-32a1-9a2d-c5bb-e2728fb05c4a-69375696, #w-node-_8226e38f-bfd3-73ef-fff9-c5d20389f3b2-69375696, #w-node-_2d2029fb-3474-3b93-0e53-507bede14e64-69375696, #w-node-d1d2485f-c169-08a4-d891-39654ca8350e-69375696, #w-node-_697f1144-f4c2-d0bb-ccc2-d4051abb6f64-1999d714, #w-node-_46667274-80f7-797b-d716-d073077858b7-1999d737 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3cef46d6-8d44-0d76-f8bb-eda4ff83108f-1999d738 {
    grid-column: span 1 / span 1;
  }

  #w-node-dbf8cb75-672c-e981-d35e-16efdefecc8c-1999d73a, #w-node-b83848e1-fc09-1f51-ad06-917165ea1915-1999d73d, #w-node-_05adf076-9c45-5366-4760-6c8dd8432f4d-1999d73e {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Kapra';
  src: url('../fonts/Kapra-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}