@font-face {
  font-family: Lucida handwriting std;
  src: url('../fonts/LucidaHandwritingStdRg.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lucida handwriting std;
  src: url('../fonts/LucidaHandwritingStdBold.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lucida handwriting std;
  src: url('../fonts/LucidaHandwritingStdLight.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: sf pro display;
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: sf pro display;
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: sf pro display;
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --tan: #e0b065;
  --light-yellow: #ffe3b2;
  --dark-red: #af0620;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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-flow: column;
  justify-content: space-between;
  font-family: Open Sans, 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;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.avif');
  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: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  height: 19vh;
}

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

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

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

.telefonnummer {
  margin-bottom: 5px;
}

.telefonnummer.paragraph-font {
  font-weight: 700;
}

.text-layout {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}

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

.email {
  margin-bottom: 5px;
}

.email.paragraph-font {
  font-weight: 700;
}

.secondary-color {
  background-color: var(--light-yellow);
  color: #333;
}

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

.adresse {
  margin-bottom: 5px;
}

.adresse.paragraph-font {
  font-weight: 700;
}

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

.heading-font1 {
  font-family: sf pro display, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-font2 {
  font-family: Lucida handwriting std, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-font3 {
  font-family: sf pro display, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-color {
  color: var(--tan);
  line-height: 1.3;
}

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

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

.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.w--current {
  color: #ece4df;
}

.navbar-6 {
  width: 100%;
}

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

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

.terminbutton.highlights.paragraph-font {
  color: #fff;
}

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

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

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

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

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

.titelvideo {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.div-block-footer {
  height: 99.9998%;
  color: var(--tan);
  justify-content: space-between;
  display: flex;
}

.footer {
  margin-top: auto;
  padding: 60px 140px;
}

.footer.highlights {
  overflow: hidden;
}

.heading-footer {
  color: var(--tan);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.heading-footer.heading-font3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--tan);
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.paragraph-font {
  color: var(--light-yellow);
}

.nav-link.paragraph-font:hover, .nav-link.paragraph-font.w--current {
  background-color: var(--light-yellow);
  color: var(--dark-red);
}

.header {
  z-index: 98;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  overflow: hidden;
}

.navbar {
  border-top: 1px solid var(--dark-red);
  border-bottom: 1px solid var(--tan);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 15vh;
  display: flex;
}

.titelvideo-start {
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.titelvideo-start.unterseite {
  height: 500px;
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(to right, #0000 50%, #00000080 80%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 40px 0 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: right;
  font-size: 70px;
  line-height: 80px;
}

.slogan.heading-1 {
  text-transform: uppercase;
  line-height: 1.3;
}

.slogan.heading-font1 {
  line-height: 1.3;
}

.text-mitting {
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
}

.text-mitting.flie-text {
  line-height: 1.5;
  text-decoration: none;
}

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

.text-mitting.paragraph-font {
  line-height: 1.3;
}

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

.heading-mittigs.heading-font1, .heading-mittigs.heading-font2.heading-color {
  line-height: 1.3;
}

.bild-cover {
  background-image: url('../images/img-20.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.bild-cover.bild-2 {
  background-image: url('../images/img-23.webp');
  flex-flow: column;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.avif');
  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;
}

.tabs-menu2 {
  border-bottom: 1px solid #7e7e7e;
  justify-content: flex-start;
  display: flex;
}

.spei-e-karte-tabs {
  text-transform: uppercase;
  background-color: #0000;
  font-size: 20px;
}

.spei-e-karte-tabs.w--current {
  background-color: #fff;
}

.spei-e-karte-tabs.heading-font3 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.spei-e-karte-tabs.heading-font3.w--current {
  color: var(--black);
  background-color: #ffffffc7;
}

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
  overflow: hidden;
}

.section-mittig.secondary-color.expand {
  align-items: stretch;
}

.section-mittig.bilder {
  color: var(--white);
  background-image: url('../images/download---2024-05-06T101735.611.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section-mittig.bilder-1, .section-mittig.bilder-2 {
  background-image: url('../images/img-4.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 35px;
}

.heading-mittig-klein.heading-font2 {
  line-height: 45px;
}

.heading-mittig-klein.heading-font2.heading-color {
  width: 100%;
  line-height: 1.3;
}

.heading-mittig-klein.heading-font3 {
  line-height: 1.3;
}

.tab-men {
  color: #fffc;
  background-color: #af0620bd;
  width: 70%;
  margin-top: 40px;
  padding: 40px 60px;
  box-shadow: 2px 2px 10px 2px #0000004d;
}

.grid-galerie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.relative_div {
  height: 43vh;
  position: relative;
}

.relative_div.zweitfarbe {
  height: 43.1vh;
}

.inhalt-untereinander2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-linksb-ndig-klein {
  margin-top: 10px;
}

.text-linksb-ndig {
  text-transform: none;
}

._2er-grid2 {
  grid-template-rows: auto;
  justify-content: stretch;
  justify-items: center;
  width: 90%;
}

._2er-grid2.space {
  border-bottom: 1px solid #00000030;
  grid-template-columns: .5fr 1fr;
  padding-bottom: 60px;
}

._2er-grid2.space.border {
  border-bottom: 1px solid #00000030;
  margin-top: 20px;
}

._2er-grid2.space.no-border {
  border-bottom-style: none;
}

._2er-grid2.space.top-border {
  border-top: 1px solid #00000030;
  padding-top: 60px;
}

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

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

.impdat {
  padding: 100px 40px;
}

.navlink_content {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.checkboxes {
  border-radius: 5px;
}

.form1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-text {
  line-height: 1.3;
}

.link {
  color: var(--tan);
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link.white {
  color: var(--white);
}

.div-block-mittig {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.div-block-mittig.main-color, .div-block-mittig.main-color._100 {
  height: 100%;
}

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

.div-block-deco {
  text-align: center;
  border: 1px dashed #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.lottiefile {
  filter: grayscale() brightness(200%);
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.lottiefile.invert {
  filter: invert() brightness(200%);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

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

.div-block-middle-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-round {
  object-fit: cover;
  border-radius: 300px;
  width: 40vh;
  height: 40vh;
  margin-bottom: 20px;
  transition: all .2s;
}

.image-round.left-15 {
  object-position: 15% 50%;
}

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

.heading-small.heading-3 {
  line-height: 1.3;
}

.heading-small.heading-font3 {
  text-align: left;
}

.heading-small.heading-font3.no-space {
  text-align: left;
  margin-top: 0;
}

.heading-small.heading-font3.mitting {
  text-align: center;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 14px;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.heading-3.highlights {
  line-height: 1.3;
}

.button.heading-font3.highlights {
  color: #fff;
  line-height: 1.3;
}

.button.heading-font3.main-color {
  text-align: left;
}

.button.heading-font3.main-color.margin {
  margin-top: 0;
}

.divider {
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.link-formulars {
  color: #a1a1a1;
  text-decoration: none;
}

.checkbox {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}

.grid-forms {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.form-block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-field {
  color: #a1a1a1;
  border: 0 solid #000;
  border-bottom: 2px solid #bc9d58;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.checkbox-field {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grid-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .89;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 70%;
}

.div-block-date {
  opacity: .8;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 3px #0000004d;
}

.div-block-date.secondary-color {
  width: 10vw;
  height: 10vw;
}

.image-event {
  background-image: url('../images/213c1b7f4d626d1f719dfee703e0f906_1.webp');
  background-position: 20%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.2vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-event._2 {
  background-image: url('../images/img-23.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  padding: 30px;
}

.image-event._2new {
  background-image: url('../images/00-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  padding: 30px;
}

.image-event.new {
  background-image: url('../images/5057b7fbcf68443782cab3120ee7f6d5_1.webp');
}

.image-event.seocnd {
  background-image: url('../images/img-25.webp');
}

.grid-2-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

.bigger {
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
}

.card5 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
}

.img-box5 {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.img-box5.secondary-color {
  display: flex;
}

.card-content5 {
  background-color: var(--light-yellow);
  opacity: .8;
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.card-content5.slider {
  padding: 0;
}

.card-content5.top {
  background-color: var(--light-yellow);
  padding: 0;
}

.paragraph {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.text-span {
  font-weight: 500;
}

.text-span.heading-color {
  color: var(--light-yellow);
  font-size: 20px;
}

.preisliste-spalte {
  flex-flow: column;
  justify-content: space-between;
}

.grid-div-links {
  min-height: 2.7vh;
}

.grid-div-rechts {
  text-align: right;
  min-height: 2.7vh;
}

.preislisten-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.angebot-grid {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #7e7e7e;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

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

.relative_content {
  width: 100%;
  height: 66vh;
  position: relative;
  overflow: hidden;
}

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

.embed-maps._55vh {
  height: 60vh;
}

.impdaten {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdaten.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: var(--tan);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.link-block {
  background-color: var(--tan);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.social-media {
  object-fit: contain;
  width: 32px;
}

.social-media.small {
  width: 25px;
}

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

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

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

.image-100.contain-2 {
  object-fit: contain;
  height: 50vh;
}

.textarea {
  line-height: 2.9;
}

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

.div-block-flex {
  background-color: var(--dark-red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  display: block;
  overflow: hidden;
}

.div-block-foot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: -5px;
  display: flex;
}

.link-1 {
  background-color: var(--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: inset 0 0 10px #3e3e3e33;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-9.light-yellow {
  color: var(--black);
  background-color: #ffe3b2;
}

.container-9.light-yellow.opacity {
  opacity: .9;
}

.container-9.main-color {
  justify-content: center;
  align-items: center;
}

.small-text {
  font-size: 12px;
}

.bold-black {
  font-weight: 700;
}

.text-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-men-100 {
  color: #fffc;
  background-color: #af0620bd;
  width: 100%;
  margin-top: 20px;
  padding: 40px 60px;
  box-shadow: 2px 2px 10px 2px #0000004d;
}

.angebot-grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #7e7e7e;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.tabs-content {
  padding-top: 20px;
}

.card-text {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

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

.card-text-left {
  margin-top: 10px;
  padding-left: 60px;
}

.angebot-grid-4 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #7e7e7e;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.content-wrapper {
  flex-flow: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.wrap-70 {
  flex-flow: column;
  align-items: center;
  width: 90%;
  padding: 40px;
  display: flex;
}

.wrap-70.light-yellow {
  background-color: var(--light-yellow);
  color: var(--black);
}

.wrap-70.light-yellow.opacity {
  opacity: .9;
}

.circle-image {
  overflow: hidden;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.hotel-slider {
  height: 80vh;
}

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

.slider-container.top {
  margin-top: 60px;
}

.arrow {
  filter: invert();
  object-fit: contain;
  width: 5vw;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrapper {
  border: 1px solid var(--dark-red);
  padding: 40px;
}

.video-100 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-grid {
  z-index: 1;
  grid-template-rows: auto;
  width: 80%;
  height: 70vh;
  margin-top: 40px;
  position: relative;
}

.section {
  flex-flow: column;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
}

.text-block-2 {
  font-size: 17px;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

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

.card.main-color {
  justify-content: center;
  align-items: center;
}

.kontakt-heading {
  font-family: sf pro display, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.links {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.links:hover {
  color: var(--dark-red);
}

.office-hours-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  align-self: flex-start;
  margin-top: 10px;
}

.play-pause-button {
  background-color: var(--white);
  border-radius: 100%;
  width: 40px;
  display: block;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 65%;
  place-items: center stretch;
  padding-left: 20px;
}

.success {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block {
  border: 2px solid var(--light-yellow);
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

.grid-form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .89;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

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

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

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

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

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

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

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

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

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-5 {
  font-family: Lucida handwriting std, sans-serif;
}

.popup {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.divpopup {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: auto;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup {
  z-index: 3000;
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.heading-88 {
  margin-top: 0;
}

.pop-up-image {
  object-fit: contain;
  height: 60vh;
}

.lightbox-link {
  z-index: 1;
  height: auto;
  position: relative;
}

.image-101 {
  height: 105vh;
}

.popup-1 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-25.abstand-unten {
  margin-bottom: 60px;
}

.grid-25.abstand-oben {
  margin-top: 40px;
}

.div-block-2 {
  border: 1px solid var(--tan);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  height: 100%;
}

.lightbox-link-2 {
  width: 70%;
}

.lightbox-link-2.grid {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-bottom: 0;
  display: flex;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--dark-red);
}

.pop-up-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 70vh;
}

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

.background-video {
  object-fit: cover;
  height: 100%;
  position: relative;
}

.image-103, .image-104, .image-105, .image-106 {
  height: 100%;
}

.slider-2 {
  background-color: #ffe3b2;
  width: 100%;
  height: 70vh;
}

.slider-2.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.div-block-3.auto {
  width: 500px;
  height: 500px;
}

.div-block-3.auto.no-overflow {
  object-fit: cover;
  width: auto;
  height: 80vh;
  overflow: hidden;
}

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

.lightbox-link-3 {
  object-fit: cover;
  display: flex;
}

.icon, .icon-2 {
  color: var(--black);
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 0;
}

.flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.flex.no-space {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.tab-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #e0b065;
}

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

.tab-link-tab-2 {
  background-color: #e0b065;
}

.tab-link-tab-2.w--current {
  background-color: #e0b0657a;
}

.tab-link-tab-3 {
  background-color: #e0b065;
}

.tab-link-tab-3.w--current {
  background-color: #e0b0657a;
}

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

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

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  height: 80vh;
  overflow: clip;
}

.popup-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.hide-mobile-landscape-2 {
  filter: invert();
  font-size: 12px;
}

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .image-popup:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }
}

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

  .telefonnummer {
    margin-bottom: 5px;
  }

  .telefonnummer.paragraph-font {
    text-align: center;
  }

  .email {
    margin-bottom: 5px;
  }

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

  .paragraph-font {
    overflow-wrap: anywhere;
  }

  .container-8 {
    justify-content: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

  .div-block-footer.paragraph-font {
    flex-flow: column;
    display: flex;
  }

  .footer.highlights {
    padding: 40px;
  }

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

  .nav-menu {
    background-color: var(--tan);
    overflow: scroll;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link.paragraph-font {
    text-align: center;
    margin-right: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .header {
    overflow: visible;
  }

  .navbar.highlights {
    height: auto;
  }

  .men-button {
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .men-button.w--open {
    background-color: var(--dark-red);
    background-image: none;
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    text-align: center;
    height: 60vh;
  }

  .titelvideo-start.unterseite {
    height: 400px;
  }

  .div-block-video {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
  }

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

  .slogan.heading-font1 {
    text-align: right;
    font-size: 40px;
  }

  .heading-mittigs.heading-font1 {
    font-size: 35px;
  }

  .bild-cover {
    padding: 60px;
  }

  .tabs-menu2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .spei-e-karte-tabs.heading-font3, .spei-e-karte-tabs.heading-font3.w--current {
    font-size: 15px;
  }

  .section-mittig, .section-mittig.bilder {
    padding: 60px;
  }

  .heading-mittig-klein.heading-font2 {
    line-height: 45px;
  }

  .tab-men {
    width: 100%;
    margin-top: 0;
    padding: 40px;
  }

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

  .inhalt-untereinander2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  ._2er-grid2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  ._2er-grid2.space {
    flex-flow: column;
    display: flex;
  }

  ._2er-grid2.space.border {
    margin-top: 0;
    padding-top: 60px;
  }

  ._2er-grid2.space.no-border {
    padding-top: 60px;
  }

  ._2er-grid2.space.top-border {
    padding-bottom: 60px;
  }

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

  .impdat {
    padding: 60px;
  }

  .maos-footer {
    width: auto;
    height: 140px;
  }

  .error-message {
    width: auto;
  }

  .div-block-mittig.main-color {
    height: auto;
  }

  .image-55vh.hide {
    display: none;
  }

  .div-block-deco {
    padding: 40px;
  }

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

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

  .div-block-middle-vertical {
    margin-bottom: 10px;
  }

  .image-round {
    height: 40vh;
  }

  .heading-small.heading-font3 {
    text-align: center;
  }

  .heading-small.heading-font3.no-space {
    text-align: left;
  }

  .button.heading-font3.secondary-color:hover {
    transform: none;
  }

  .grid-form {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .div-block-date.secondary-color {
    width: 100%;
    height: 20vh;
  }

  .image-event._2, .image-event._2new {
    height: 60vh;
  }

  .grid-2-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card5 {
    width: 90%;
    height: 85%;
  }

  .paragraph {
    font-size: 14px;
  }

  .text-span.heading-color {
    font-size: 18px;
  }

  .preislisten-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .angebot-grid {
    text-align: center;
    flex-flow: column;
    justify-items: stretch;
    display: flex;
  }

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

  .relative_content {
    height: 50vh;
  }

  .impdaten.flie-text {
    min-height: auto;
  }

  .social-media {
    height: 5vw;
  }

  .image-100.contain {
    object-fit: cover;
    height: auto;
  }

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

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

  .tab-men-100 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .angebot-grid-3 {
    justify-items: start;
  }

  .card-text-left {
    padding-left: 0;
  }

  .angebot-grid-4 {
    justify-items: start;
  }

  .content-wrapper {
    padding: 0;
  }

  .wrap-70.light-yellow.no-space {
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle-image {
    height: 60vh;
  }

  .grid-23 {
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .hotel-slider {
    height: 60vh;
  }

  .slider-container.top {
    margin-top: 20px;
  }

  .video-grid {
    width: 100%;
    height: 55vh;
  }

  .section.secondary-color {
    padding: 60px;
  }

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

  .grid-form-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

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

  .divpopup.size {
    padding-top: 60px;
  }

  .lightbox-link, .image-101 {
    height: auto;
  }

  .grid-25.abstand-oben.hide, .div-block-2.hide {
    display: none;
  }

  .lightbox-link-2 {
    width: 90%;
  }

  .lightbox-link-2.grid {
    height: 60vh;
  }

  .flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .modal1_component-3 {
    display: none;
  }

  .image-107 {
    width: 99.9929%;
  }
}

@media screen and (max-width: 767px) {
  .heading-font2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .div-block-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-footer.paragraph-font {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .heading-footer.heading-font3 {
    margin-bottom: 5px;
  }

  .nav-link.paragraph-font {
    font-size: 14px;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .titelvideo-start.unterseite {
    height: 300px;
  }

  .div-block-video {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slogan.heading-font1 {
    font-size: 35px;
  }

  .text-mitting.paragraph-font {
    font-size: 14px;
  }

  .heading-mittigs.heading-font1 {
    font-size: 25px;
  }

  .bild-cover {
    object-fit: cover;
    min-height: 300px;
    padding: 40px;
  }

  .tabs-menu2 {
    flex-direction: column;
    align-items: stretch;
  }

  .spei-e-karte-tabs, .spei-e-karte-tabs.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-mittig.secondary-color, .section-mittig.bilder, .section-mittig.bilder-1, .section-mittig.bilder-2, .section-mittig.bilder-2 {
    padding: 40px;
  }

  .heading-mittig-klein.heading-font2 {
    font-size: 30px;
    line-height: 45px;
  }

  .heading-mittig-klein.heading-font3 {
    font-size: 30px;
  }

  .tab-men {
    padding: 20px 40px;
  }

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

  .inhalt-untereinander2 {
    width: 100%;
    padding-left: 0;
  }

  .angebot2 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

  .maos-footer {
    height: 28vh;
  }

  .maps-gro {
    height: 400px;
  }

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

  .text-fields {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .div-block-mittig.hauptfarbe {
    min-height: 400px;
  }

  .div-block-mittig.main-color {
    height: auto;
  }

  .div-block-deco {
    padding: 20px;
  }

  .lottiefile.invert {
    width: 50px;
    height: 50px;
  }

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

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

  .image-round {
    width: 30vh;
    height: 30vh;
  }

  .heading-small.heading-font3 {
    text-align: center;
  }

  .heading-small.heading-font3.no-space {
    text-align: center;
    font-size: 18px;
  }

  .grid-forms {
    flex-flow: wrap;
    display: flex;
  }

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

  .image-event._2, .image-event._2new {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .bigger {
    font-size: 20px;
  }

  .card5 {
    width: 100%;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 5px;
  }

  .text-span.heading-color {
    font-size: 16px;
  }

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

  .angebot-grid {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .embed-maps._55vh {
    height: 45vh;
  }

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

  .div-block-foot {
    margin-left: 0;
  }

  .container-9.main-color, .tab-men-100 {
    padding: 20px;
  }

  .angebot-grid-3, .angebot-grid-4 {
    flex-flow: column;
    display: flex;
  }

  .wrap-70.light-yellow {
    padding: 20px;
  }

  .circle-image {
    height: 50vh;
  }

  .hotel-slider {
    height: 55vh;
  }

  .video-100 {
    height: 50vh;
  }

  .video-grid {
    flex-flow: column;
    height: auto;
    margin-top: 10px;
    display: flex;
  }

  .section.secondary-color {
    padding: 40px;
  }

  .kontakt-heading {
    margin-top: 0;
  }

  .office-hours-wrap {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-24 {
    display: flex;
  }

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

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

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

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

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

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

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

  .image-101 {
    height: auto;
  }

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

  .grid-25.abstand-oben {
    grid-template-columns: 1fr;
  }

  .grid-25.abstand-oben.reverse {
    flex-flow: column-reverse;
    grid-auto-flow: row;
  }

  .div-block-2 {
    order: 9999;
  }

  .div-block-2.hide {
    display: none;
  }

  .slider, .lightbox-link-2 {
    width: 100%;
  }

  .list {
    font-size: 14px;
  }

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

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

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

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

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

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

  .flyer-images {
    height: 55vh;
  }

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

  .mask {
    width: 100%;
    height: 99.9999%;
  }

  .div-block-4 {
    height: 60vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo-img {
    height: 13vh;
  }

  .heading-font1.heading-color {
    font-size: 20px;
  }

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

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

  .div-block-footer {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .navbar.highlights {
    width: 100%;
  }

  .titelvideo-start {
    height: 50vh;
  }

  .div-block-video {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-items: center;
  }

  .slogan.heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .slogan.heading-font1 {
    text-align: center;
    font-size: 22px;
    line-height: 130%;
  }

  .heading-mittigs.heading-font1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .bild-cover {
    background-position: 50% -1%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu2 {
    flex-direction: column;
  }

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

  .section-mittig.secondary-color, .section-mittig.bilder, .section-mittig.bilder-1, .section-mittig.bilder-2, .section-mittig.bilder-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig-klein.heading-font2 {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-mittig-klein.heading-font3 {
    font-size: 22px;
  }

  .tab-men {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  ._2er-grid2 {
    width: 99.9253%;
  }

  ._2er-grid2.space.border {
    justify-content: center;
    align-items: center;
  }

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

  .maos-footer {
    min-width: 200px;
    height: 25vh;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text-fields {
    width: 100%;
    height: 7vh;
  }

  .form1 {
    width: 100%;
  }

  .div-block-mittig.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-mittig.main-color {
    height: auto;
    padding: 10px;
  }

  .div-block-mittig.highlights, .div-block-deco {
    padding: 10px;
  }

  .lottiefile.invert {
    width: 35px;
    height: 35px;
  }

  .grid {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  ._4er-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-round {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }

  .heading-small.heading-font3.no-space {
    font-size: 18px;
  }

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

  .form-block {
    height: auto;
  }

  .div-block-date.secondary-color {
    width: 90%;
  }

  .image-event {
    padding: 10px;
  }

  .image-event._2, .image-event._2new {
    height: 40vh;
    padding: 10px;
  }

  .bigger {
    font-size: 16px;
  }

  .card5 {
    width: 90%;
    height: 90%;
  }

  .text-span.heading-color {
    font-size: 16px;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .preislisten-grid {
    flex-direction: column;
    padding: 20px 10px;
    display: flex;
  }

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

  .impdaten {
    padding: 40px 10px;
  }

  .impdaten.flie-text {
    min-height: auto;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }

  .social-media {
    height: 9vw;
  }

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

  .container-9.light-yellow.opacity {
    padding: 20px;
  }

  .tab-men-100 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .angebot-grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-70.light-yellow.opacity {
    width: 100%;
  }

  .circle-image, .hotel-slider {
    height: 45vh;
  }

  .form-wrapper {
    padding: 10px;
  }

  .video-grid {
    margin-top: 10px;
  }

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

  .grid-24 {
    flex-flow: column;
  }

  .modal1_content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .divpopup {
    padding: 20px;
  }

  .divpopup.size {
    min-height: 250px;
  }

  .image-popup {
    margin-top: 5px;
    margin-right: 5px;
  }

  .pop-up-image {
    height: auto;
  }

  .popup-1 {
    display: flex;
  }

  .lightbox-link-2.grid {
    height: auto;
  }

  .pop-up-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .slider-2, .div-block-3.auto.no-overflow, .contain {
    height: 40vh;
  }

  .flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tabs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .cover {
    width: 100%;
    height: 40vh;
  }

  .popup-2 {
    display: flex;
  }

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

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

  .div-block-4 {
    height: 40vh;
  }
}

#w-node-_1222c3dd-c5ca-f3c4-7308-f4c002acdfc3-e380e5dd, #w-node-a93ae2db-37a5-d422-34fa-e74f8ebeffb8-e380e5dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a048c7d2-9d3a-f551-b3e3-c9acbc5ef51d-62bcab19, #w-node-_8c1126f8-9d99-1fb7-4856-a35090041366-62bcab19, #w-node-_191c9924-e0c8-dc18-ab47-e0bb3606f3e0-62bcab19, #w-node-_3f3e112d-555e-9b1e-af70-34e608595cfb-62bcab19, #w-node-e278f958-a8f2-55cc-1c8f-fa82ff733f5b-62bcab19, #w-node-_8acd6baf-bd65-630f-8d23-3c58e5efe3f9-62bcab19 {
  justify-self: start;
}

#w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6ada89-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6ada94-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6ada9f-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adaaa-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adab5-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adac1-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adacc-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adad7-893f6cda, #w-node-_179a5ea7-adb0-342b-a44c-682d236bb667-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adafb-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb33-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb6e-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb7a-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb87-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbab-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbcf-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbdc-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbe7-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbf2-893f6cda, #w-node-_85b9fef2-abd8-28d8-5475-6fdc92488638-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b422d-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4237-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4245-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4253-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4261-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b426f-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4278-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4283-893f6cda {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e50a3b3e-e810-63bd-a8d1-28933e45c8d5-893f6cda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca448461-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44846f-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44847d-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44848b-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44849a-893f6cda {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca4484c8-893f6cda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3369f534-8b99-f032-195e-6d340b0b47de-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b47eb-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b47f9-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b4806-893f6cda {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6a1f8414-d322-fddd-6d1e-1b3b884e3ce7-893f6cda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a39-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a46-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a54-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a61-893f6cda, #w-node-_7125d5e6-da0f-a2d5-2ddd-2308786a963b-893f6cda {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_41c3bb4a-d48f-a552-c0fc-fa0d888fcb0c-893f6cda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d44d2b60-a145-8fad-38cf-a4878db38570-893f6cda, #w-node-d44d2b60-a145-8fad-38cf-a4878db3857d-893f6cda, #w-node-d44d2b60-a145-8fad-38cf-a4878db3858a-893f6cda {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4d4e6d70-74ed-7db7-881b-06247d0bd49c-893f6cda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6262f7f-e9c5-1210-319b-4f17a2306a8b-893f6cda, #w-node-c6262f7f-e9c5-1210-319b-4f17a2306a98-893f6cda, #w-node-c6262f7f-e9c5-1210-319b-4f17a2306aa6-893f6cda, #w-node-c4a2290f-a2a7-c424-827d-50eb52ea9f4a-893f6cda, #w-node-f380061a-3ca1-62dd-f47a-018e8c53f5ec-893f6cda, #w-node-_957ed094-0cb5-0ac9-023b-460ca9d7ce8e-893f6cda, #w-node-_879c0708-4931-d2e8-d9c0-cf39e4b096b6-893f6cda {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5648cdde-8d4b-fac6-ac31-b0e2b45fcaff-62bcaad4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18eb8208-0750-59a6-9abf-912dd144e6ca-d144e6c3, #w-node-_18eb8208-0750-59a6-9abf-912dd144e6d2-d144e6c3 {
    justify-self: center;
  }

  #w-node-b3fee67c-9545-2fca-a670-1bd77f83cc9f-ae3fc7f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9baecf29-579d-e614-ecb5-e1a66b09a3bf-ae3fc7f5 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5d72980-8a14-a6aa-3bd3-c6f4dde54c1a-62bcaad4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6ada89-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6ada94-893f6cda {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6ada9f-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adaaa-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adab5-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adac1-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adacc-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adad7-893f6cda, #w-node-_179a5ea7-adb0-342b-a44c-682d236bb667-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adafb-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb33-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb6e-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb7a-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adb87-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbab-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbb7-893f6cda, #w-node-_1276a314-3883-e85c-747b-98e4a142a996-893f6cda, #w-node-_32b7991f-09db-396b-51c5-d88b0a174cf7-893f6cda, #w-node-_9e53d179-906f-c3ef-ad80-4ac9f300de02-893f6cda, #w-node-_1217e980-2023-14f4-b0a1-e7ee2bb882aa-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbcf-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbdc-893f6cda, #w-node-ef3ab399-bf0f-2802-d64e-a9cb4b6adbf2-893f6cda, #w-node-_85b9fef2-abd8-28d8-5475-6fdc92488638-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b422d-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4237-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4245-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4253-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4261-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4278-893f6cda, #w-node-aa74565d-9cba-d14f-8977-2d09143b4283-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca448461-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44846f-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44847d-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44848b-893f6cda, #w-node-_3914ad5e-dcfd-bd5c-b02c-c1bbca44849a-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b47de-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b47eb-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b47f9-893f6cda, #w-node-_3369f534-8b99-f032-195e-6d340b0b4806-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a39-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a46-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a54-893f6cda, #w-node-beb038e3-4e1c-61d3-1056-fe1789cb0a61-893f6cda, #w-node-_7125d5e6-da0f-a2d5-2ddd-2308786a963b-893f6cda, #w-node-d44d2b60-a145-8fad-38cf-a4878db38570-893f6cda, #w-node-d44d2b60-a145-8fad-38cf-a4878db3857d-893f6cda, #w-node-d44d2b60-a145-8fad-38cf-a4878db3858a-893f6cda, #w-node-c6262f7f-e9c5-1210-319b-4f17a2306a8b-893f6cda, #w-node-c6262f7f-e9c5-1210-319b-4f17a2306a98-893f6cda, #w-node-c6262f7f-e9c5-1210-319b-4f17a2306aa6-893f6cda, #w-node-c4a2290f-a2a7-c424-827d-50eb52ea9f4a-893f6cda, #w-node-f380061a-3ca1-62dd-f47a-018e8c53f5ec-893f6cda, #w-node-_957ed094-0cb5-0ac9-023b-460ca9d7ce8e-893f6cda, #w-node-_879c0708-4931-d2e8-d9c0-cf39e4b096b6-893f6cda {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Lucida handwriting std';
  src: url('../fonts/LucidaHandwritingStdRg.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida handwriting std';
  src: url('../fonts/LucidaHandwritingStdBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida handwriting std';
  src: url('../fonts/LucidaHandwritingStdLight.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf pro display';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf pro display';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf pro display';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}