:root {
  --white: white;
  --dark-goldenrod: #a87e2b;
  --gainsboro: 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;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

a {
  color: var(--white);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

figcaption {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
}

.main-heading {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.main-heading.kontakt-smaller {
  font-size: 40px;
}

.main-heading.kontakt-smaller.space {
  line-height: 48px;
}

.nav-link {
  color: #fcfcfc;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .25s ease-out;
}

.nav-link:hover {
  color: #a87e2b;
}

.nav-link.w--current {
  color: var(--dark-goldenrod);
}

.main-container {
  color: var(--white);
  flex-direction: column;
  align-items: stretch;
  max-width: 80%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.main-container.footercontainer {
  width: 100%;
}

.brand {
  order: -1;
}

.brand.w--current {
  align-self: stretch;
}

.footer-heading {
  color: var(--white);
  align-self: flex-end;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.footer-heading._48 {
  align-self: flex-start;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.main-paragraph {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 23px;
}

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

.main-paragraph.hero {
  text-align: center;
  margin-top: 0;
}

.address-text {
  color: var(--white);
  align-self: flex-start;
  margin-bottom: 20px;
}

.address-text.bold {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.our-story-content-holder {
  justify-content: flex-end;
  margin-bottom: 120px;
  display: flex;
}

.our-story-content-holder.mobile {
  display: none;
}

.our-story-content-holder.desktop {
  perspective: none;
  width: 100%;
  transform: none;
}

.name-team {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
  line-height: 100%;
}

.container {
  background-color: var(--gainsboro);
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.social-link {
  border: 1px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: var(--dark-goldenrod);
}

.social-link.first {
  margin-left: 0;
}

.quote {
  letter-spacing: .5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.yellow-line {
  color: #a87e2b;
}

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

.mansion-team {
  color: #a87e2b;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}

.upcoming-date-second {
  color: var(--white);
  font-size: 16px;
  position: absolute;
  top: 11.5%;
  bottom: auto;
  left: -24%;
  right: auto;
}

.image-gallery {
  perspective: none;
  background-image: url('../images/Luft3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 267px;
  padding-top: 51px;
  padding-left: 20px;
  position: relative;
  transform: none;
}

.image-gallery:hover {
  z-index: 2;
}

.image-gallery.third {
  background-image: url('../images/Luft1.png');
  transition: z-index .4s ease-in-out;
}

.image-gallery.second {
  background-image: url('../images/Luft6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-gallery.oktoberfest._1 {
  background-image: url('../images/_X4A1974.jpg');
}

.image-gallery.oktoberfest._2 {
  background-image: url('../images/Ofest_4.jpg');
}

.image-gallery.oktoberfest._3 {
  background-image: url('../images/Ofest_3.jpg');
}

.image-gallery.halloween._1 {
  background-image: url('../images/Hall8.jpg');
}

.image-gallery.halloween._2 {
  background-image: url('../images/Hall4.jpg');
}

.image-gallery.halloween._3 {
  background-image: url('../images/Hall9.jpg');
}

.image-gallery.history {
  background-image: url('../images/2villenpark02.jpg');
}

.image-gallery.history._3 {
  background-image: url('../images/2villenpark00.jpg');
}

.image-gallery.history._2 {
  background-image: url('../images/VillaBild10.jpg');
}

.image-gallery.privat {
  background-image: url('../images/UVilla3.jpg');
}

.image-gallery.privat._2 {
  background-image: url('../images/627e317648584faaf90c78b8_UVilla4.jpeg');
}

.image-gallery.privat._3 {
  background-image: url('../images/1villa14.jpg');
}

.image-gallery.firma {
  background-image: url('../images/UVilla1.jpg');
}

.image-gallery.firma._2 {
  background-image: url('../images/UVilla8.jpg');
}

.image-gallery.firma._3 {
  background-image: url('../images/UVilla2.jpg');
}

.image-gallery.zeremonienmeister {
  background-image: url('../images/VillaBild10.jpg');
}

.image-gallery.zeremonienmeister._2 {
  background-image: url('../images/1villa14.jpg');
}

.image-gallery.zeremonienmeister._3 {
  background-image: url('../images/1villa24.jpg');
}

.image-gallery.zeremonienmeister._4 {
  background-image: url('../images/VillaBild6.jpg');
}

.image-gallery.zeremonienmeister._5 {
  background-image: url('../images/VillaBild11.jpg');
}

.image-gallery.zeremonienmeister._6 {
  background-image: url('../images/VillaBild7.jpg');
}

.story-date {
  color: #3a3838;
  font-size: 64px;
  line-height: 110%;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: -27%;
  right: auto;
}

.paragraph {
  color: var(--white);
  letter-spacing: .8px;
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  line-height: 1;
}

.social-holder {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.social-holder.team {
  margin-left: 0;
}

.opening-text {
  color: var(--white);
}

.our-story-event {
  z-index: 2;
  background-color: var(--gainsboro);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.follow-us-wrap {
  align-self: flex-start;
}

.nav-menu {
  background-color: var(--gainsboro);
  flex: 1;
  order: 1;
  align-items: center;
  display: flex;
}

.hero-section {
  z-index: 1;
  background-image: linear-gradient(rgba(7, 12, 13, .31), rgba(7, 12, 13, .31)), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-section.startseite {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/UVilla5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  min-height: 90vh;
}

.hero-section.small {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/2villenpark02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 300px;
}

.hero-section.unterseite {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/6239b1f2c859efe2de2f9cf2_6221e092599960cb14094634_LuftundLiebeCover.jpg');
  background-position: 0 0, 50% 86%;
  min-height: 400px;
}

.hero-section.unterseite.private {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/1villa31.jpg');
  background-position: 0 0, 50% 32%;
}

.hero-section.unterseite.unsere {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2villenpark04.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.unterseite.firmen {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1villa22.jpg');
  background-position: 0 0, 50% 57%;
}

.hero-section.unterseite.zeremonienmeister {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/1villa14.jpg');
  background-position: 0 0, 50% 56%;
}

.hero-section.unterseite.partys {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hall_Banner.jpg');
  background-position: 0 0, 50% 39%;
}

.hero-section.unterseite.partys._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_X4A1974.jpg');
  background-position: 0 0, 50%;
}

.hero-section.unterseite.partys.luft {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/293806395_5334145383316689_1773646343433502994_n.jpg');
  background-position: 0 0, 50%;
}

.hero-section.unterseite.partys.header {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/624429f02a89ee38d1b1c727_Location_Pic2.jpg');
  background-position: 0 0, 50% 100%;
}

.bold-italic {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.upcoming-date {
  color: #a87e2b;
  font-size: 75px;
  line-height: 100%;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.navbar {
  background-color: var(--gainsboro);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.our-story-content {
  z-index: 0;
  background-color: var(--gainsboro);
  perspective: 1118px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  transform: perspective(824px);
}

.footer {
  background-image: linear-gradient(rgba(7, 12, 13, .85), rgba(7, 12, 13, .85)), url('../images/1villa12.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.follow-heading {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.image {
  width: 200px;
  max-width: 100%;
  height: 91.5px;
}

.background-text {
  z-index: -1;
  color: #3a3838;
  font-size: 110px;
  line-height: 100%;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: -29%;
  right: auto;
}

.collumn-footer {
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 109px;
}

.heading.margin {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 80px;
}

.image-team {
  overflow: hidden;
}

.link {
  perspective-origin: 100%;
  color: #fff;
  align-self: flex-start;
  margin-bottom: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s ease-out;
}

.link:hover {
  perspective-origin: 100%;
  transform-origin: 100%;
  color: var(--dark-goldenrod);
  font-size: 18px;
}

.inverted-commas {
  font-size: 40px;
  line-height: 100%;
}

.opening-second-text {
  color: var(--white);
  font-size: 12px;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.social-image {
  width: 100%;
}

.container-heading {
  perspective: 706px;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  transform: perspective(980px);
}

.container-heading.startseite {
  padding-top: 60px;
}

.main {
  background-color: #000;
}

.mobile-menu-line {
  background-color: #333;
  width: 35px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.nav-container {
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/footer.jpg');
  background-position: 0 0;
  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;
  background-color: rgba(7, 12, 13, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85vw;
  height: 90vh;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-404 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.utility-page-wrap-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/footer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

._404-wrap {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
}

.image-2 {
  width: 343px;
}

.heading-405 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: 400;
}

.text-field-2 {
  color: var(--white);
  text-align: center;
  background-color: rgba(185, 138, 46, .7);
  width: 394px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.submit-button-password {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  padding-left: 36px;
  padding-right: 36px;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
}

.submit-button-password:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
}

.list-2 {
  color: var(--dark-goldenrod);
  margin-top: 20px;
}

.body {
  background-color: var(--gainsboro);
}

.wrap-link-footer {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.split-content.amenities-left {
  color: var(--white);
  max-width: 45%;
}

.container-default {
  border: 1px #000;
  max-width: 1224px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.container-default.no-margin, .container-default.contact {
  margin-top: 0;
}

.image-3.amenities {
  object-fit: cover;
}

.section-events {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-events.fakten {
  background-color: var(--gainsboro);
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(0, 0, 0, .87)), url('../images/1villa12.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.heading-407 {
  text-align: center;
  margin-top: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.heading-408 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-408.smaller {
  font-size: 21px;
}

.section-unsere-villa {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-unsere-villa.story {
  background-color: var(--gainsboro);
  padding-top: 10px;
  padding-bottom: 10px;
}

.hover-button-secondary {
  background-color: #060606;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.startseite-teaser {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.startseite-teaser.reverse.hide {
  display: none;
}

.startseite-teaser.monkey {
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.amenities-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 50%;
  display: grid;
}

.button-secondary-text {
  z-index: 1;
  position: relative;
}

.container-default-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-secondary {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #000;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 22px 46px;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  position: relative;
}

.button-secondary.buchen {
  margin-bottom: 0;
}

.button-secondary.form {
  border-radius: 10px;
  width: 100%;
}

.divider {
  border: 1px solid #969595;
  margin-top: 15px;
}

.divider.more-space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-zeremonienmeister {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-zeremonienmeister.story {
  background-color: var(--gainsboro);
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-410 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.small-print-wrapper {
  color: #cfcfcf;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 23px 24px;
}

.color-link, .small-print-link {
  color: #fff;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: var(--gainsboro);
}

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

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--dark-goldenrod);
}

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

.dropdown-link-2:hover {
  color: var(--dark-goldenrod);
}

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

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: var(--dark-goldenrod);
}

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

.dropdown-link-4:hover {
  color: var(--dark-goldenrod);
}

.button-primary {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #365073;
  border: 1px solid #365073;
  border-radius: 80px;
  padding: 22px 36px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .35s;
}

.button-primary:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3c5980;
}

.button-primary.form {
  background-color: var(--gainsboro);
}

.button-primary.form:hover {
  border-color: var(--gainsboro);
  background-color: var(--white);
  color: var(--gainsboro);
}

.success-message-text {
  color: #0a1023;
  margin-top: 19px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.contact-us-icon {
  margin-right: 13px;
}

.contact-us-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.success-message-content {
  background-color: rgba(0, 0, 0, 0);
}

.contact-wrapper {
  flex-direction: column;
  max-width: 273px;
  display: flex;
}

.left-paragraph {
  margin-bottom: 40px;
}

.contact-us-subtitle-wrapper {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.mg-top-28px {
  margin-top: 28px;
}

.text-area {
  color: #848894;
  border: 1px solid #d8dce7;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 142px;
  margin-bottom: 32px;
  padding-left: 12px;
  padding-right: 21px;
  font-size: 18px;
  transition: color .35s, border-color .35s;
}

.text-area:hover {
  border-color: #365073;
}

.text-area:focus {
  color: #0a1023;
  border-color: #365073;
}

.text-area::placeholder {
  color: #848894;
}

.error-message-content {
  background-color: rgba(251, 227, 231, .27);
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label-2 {
  color: var(--white);
  margin-bottom: 16px;
  line-height: 20px;
}

.contact-us-grid {
  grid-column-gap: 72px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.contact-us-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
}

.contact-us-link {
  color: var(--white);
  white-space: nowrap;
  text-decoration: none;
  transition: color .35s;
}

.contact-us-link:hover {
  color: #365073;
}

.input {
  color: #848894;
  border: 1px solid #d8dce7;
  border-radius: 10px;
  width: 100%;
  height: 62px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  transition: color .35s, border-color .35s;
}

.input:hover {
  border-color: #365073;
}

.input:focus {
  color: #0a1023;
  border-color: #365073;
}

.input::placeholder {
  color: #848894;
}

.error-message-text {
  color: #365073;
  text-align: center;
}

.sufix-line {
  background-color: var(--white);
  width: 60px;
  height: 4px;
}

.contact-us-subtitle {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.contact-us-form {
  border: 1px solid #d8dce7;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  padding: 30px 20px;
}

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

.grid-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 50%;
  display: grid;
}

.icon-2 {
  margin-right: -20px;
}

.map-2 {
  filter: grayscale();
  color: var(--gainsboro);
}

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

.container-home-hero {
  max-width: 700px;
  margin-top: 20px;
}

.button-center {
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.button-center.hide {
  display: none;
}

.l-l, .body-3 {
  background-color: var(--gainsboro);
}

.grid-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rich-text-block {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.visionactive-de---link-badge {
  background-color: #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-block;
}

.visionactive-de---badge-flexbox-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.visionactive-de---badge {
  filter: saturate(0%);
  margin-right: 6px;
}

.visionactive-de---textblock {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: inline;
}

.visionactive-de---underline {
  text-decoration: underline;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 22px 46px;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  position: relative;
}

.ll-banne {
  width: 50%;
}

.link-block-banner {
  text-align: center;
  width: 100%;
}

.image-4 {
  max-width: 50%;
}

@media screen and (min-width: 1280px) {
  .main-container {
    z-index: 5;
    flex-direction: column;
  }

  .image-gallery {
    width: 100%;
  }

  .button-primary {
    font-size: 19px;
  }

  .contact-us-wrapper {
    grid-column-gap: 20px;
  }

  .text-area {
    font-size: 20px;
  }

  .contact-us-grid {
    grid-column-gap: 92px;
  }

  .input {
    font-size: 20px;
  }

  .grid-gallery {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 18px;
  }

  .main-container {
    align-items: stretch;
    left: auto;
  }

  .heading.margin {
    margin-top: 100px;
  }

  .main {
    overflow: hidden;
  }

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

  .wrap-link-footer {
    flex-direction: row-reverse;
    align-items: center;
  }

  .contact-us-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .left-paragraph {
    max-width: 480px;
  }

  .contact-us-grid {
    grid-column-gap: 100px;
    grid-template-columns: .9fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .main-heading {
    margin-bottom: 50px;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 700;
  }

  .main-container {
    align-items: stretch;
    max-width: 80%;
  }

  .footer-heading {
    margin-bottom: 60px;
    font-size: 64px;
  }

  .main-paragraph {
    margin-bottom: 40px;
  }

  .address-text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .our-story-content-holder {
    justify-content: flex-end;
    margin-bottom: 220px;
  }

  .name-team {
    font-size: 36px;
  }

  .social-link {
    width: 35px;
    height: 35px;
  }

  .quote {
    font-size: 34px;
  }

  .form {
    justify-content: center;
  }

  .mansion-team {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 100%;
  }

  .upcoming-date-second {
    font-size: 36px;
    line-height: 100%;
    top: 16%;
    left: 7%;
  }

  .image-gallery {
    width: 512px;
    height: 512px;
    padding-top: 107px;
  }

  .image-gallery.second {
    padding-top: 104px;
  }

  .story-date {
    font-size: 144px;
    bottom: -21%;
    left: -59%;
  }

  .paragraph {
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
  }

  .opening-text {
    font-size: 24px;
  }

  .our-story-event {
    padding-bottom: 0;
  }

  .follow-us-wrap {
    padding-top: 20px;
  }

  .hero-section {
    height: 1108px;
  }

  .bold-italic {
    font-size: 38px;
    font-weight: 600;
  }

  .upcoming-date {
    font-size: 144px;
    left: 7%;
  }

  .follow-heading {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .background-text {
    z-index: -1;
    font-size: 243px;
    top: -41%;
    left: -58%;
  }

  .collumn-footer {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading {
    margin-top: 0;
  }

  .heading.margin {
    margin-top: 100px;
  }

  .link {
    font-size: 24px;
    line-height: 45px;
  }

  .link:hover {
    font-size: 24px;
  }

  .opening-second-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
  }

  .footer-grid {
    grid-column-gap: 100px;
    grid-template-rows: auto auto;
  }

  .body {
    background-color: #000;
  }

  .container-default {
    max-width: 1324px;
  }

  .contact-us-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: .8fr .8fr;
  }

  .grid-gallery {
    width: auto;
    margin-top: 75px;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  .main-heading {
    font-size: 30px;
  }

  .nav-link {
    color: var(--white);
    padding-right: 20px;
    font-size: 24px;
    transition-property: none;
  }

  .nav-link:hover, .nav-link:visited, .nav-link.w--current {
    color: var(--dark-goldenrod);
  }

  .main-container {
    justify-content: center;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    z-index: 43;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.startseite {
    text-align: center;
  }

  .our-story-content-holder.desktop {
    justify-content: flex-start;
  }

  .name-team {
    font-size: 34px;
  }

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .social-link.first {
    width: 25px;
  }

  .mansion-team {
    color: var(--dark-goldenrod);
    font-size: 24px;
    line-height: 1.2;
  }

  .upcoming-date-second {
    font-size: 24px;
    top: 8.5%;
    left: 7%;
  }

  .image-gallery {
    width: auto;
    height: 200px;
    transition: none;
  }

  .image-gallery:hover {
    transform: none;
  }

  .story-date {
    margin-top: 100px;
    font-size: 96px;
    line-height: 98%;
    position: static;
    bottom: -16%;
  }

  .paragraph {
    font-size: 18px;
  }

  .social-holder {
    margin-left: 0;
    padding-top: 29px;
  }

  .social-holder.team {
    padding-top: 0;
  }

  .nav-menu {
    width: 100vw;
  }

  .hero-section {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .bold-italic {
    font-size: 18px;
  }

  .upcoming-date {
    font-size: 120px;
    top: -13%;
    left: 0%;
  }

  .navbar {
    z-index: 9999;
    background-color: var(--gainsboro);
    width: 100%;
    position: absolute;
  }

  .our-story-content {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

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

  .background-text {
    font-size: 100px;
    position: static;
    left: -66%;
  }

  .heading {
    font-size: 80px;
  }

  .heading.margin {
    font-size: 63px;
    line-height: 72px;
  }

  .image-team {
    width: 100%;
  }

  .main {
    background-color: var(--gainsboro);
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-menu-button {
    align-self: center;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 8px;
    padding-right: 18px;
  }

  .mobile-menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-menu-line {
    color: #fff;
    background-color: #fff;
    width: 30px;
    margin-top: 7px;
    margin-bottom: 0;
  }

  .nav-container {
    z-index: 0;
    background-color: var(--gainsboro);
    perspective: 824px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 170px;
    padding-left: 40px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: perspective(980px);
  }

  .wrap-link-footer {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
  }

  .split-content.amenities-left {
    text-align: center;
    max-width: 516px;
    margin-bottom: 10px;
  }

  .container-default {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default.contact {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .image-3.amenities {
    width: auto;
  }

  .section-events {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-events.fakten {
    padding-bottom: 0;
  }

  .heading-407 {
    margin-bottom: 0;
  }

  .heading-408.smaller {
    text-align: center;
    font-size: 18px;
  }

  .section-unsere-villa {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-unsere-villa.story {
    padding-bottom: 0;
  }

  .startseite-teaser {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .startseite-teaser.reverse {
    flex-direction: column-reverse;
  }

  .amenities-grid {
    justify-items: stretch;
    width: 100%;
    max-width: none;
  }

  .section-zeremonienmeister {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-zeremonienmeister.story {
    padding-bottom: 0;
  }

  .contact-us-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 2fr;
  }

  .contact-us-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact-us-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-form {
    padding: 50px 40px;
  }

  .grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .columns {
    margin-bottom: 20px;
  }

  .grid-gallery {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .image-4 {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    display: flex;
  }

  .main-paragraph {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .main-paragraph.hero {
    font-size: 18px;
  }

  .container {
    flex: 1;
  }

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

  .our-story-event {
    padding-top: 0;
  }

  .navbar {
    object-fit: none;
  }

  .our-story-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .collumn-footer {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 80px;
  }

  .heading.margin {
    font-size: 49px;
    line-height: 60px;
  }

  .heading.margin.smaller {
    font-size: 45px;
  }

  .footer-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .mobile-menu-button {
    padding-bottom: 2px;
  }

  .mobile-menu-button.w--open {
    margin-left: auto;
    padding-right: 0;
  }

  .mobile-menu-line {
    margin-top: 7px;
    margin-bottom: 3.5px;
  }

  .utility-page-content {
    width: 100vw;
    height: 100vh;
  }

  .wrap-link-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .split-content.amenities-left {
    margin-bottom: 40px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-default.no-margin {
    max-width: none;
  }

  .section-events {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section-events.fakten {
    padding-top: 10px;
  }

  .heading-407 {
    margin-bottom: 0;
  }

  .section-unsere-villa {
    padding-top: 115px;
    padding-bottom: 115px;
  }

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

  .section-zeremonienmeister {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .contact-us-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-grid, .contact-us-form-grid {
    grid-template-columns: 1fr;
  }

  .input {
    width: 100%;
  }

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

  .ll-banne {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading.smaller {
    font-size: 28px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 400;
  }

  .main-container {
    max-width: 100%;
    padding-bottom: 0;
  }

  .footer-heading {
    align-self: auto;
    font-size: 36px;
  }

  .footer-heading._48 {
    font-size: 48px;
  }

  .main-paragraph {
    font-size: 14px;
  }

  .address-text {
    align-self: auto;
    font-size: 18px;
    line-height: 125%;
  }

  .address-text.bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
  }

  .our-story-content-holder.mobile {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .our-story-content-holder.desktop {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .container {
    flex: 1;
  }

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

  .upcoming-date-second {
    font-size: 24px;
    line-height: 120%;
    position: static;
    left: 7%;
  }

  .image-gallery {
    width: 100%;
    height: 284px;
    padding-top: 15px;
    overflow: visible;
  }

  .image-gallery:hover {
    transform: none;
  }

  .story-date {
    text-align: left;
    margin-top: 100px;
    font-size: 67px;
    line-height: 1;
    position: static;
    top: auto;
    bottom: -42%;
    left: 30%;
    right: 0%;
  }

  .social-holder {
    margin-left: 0;
    padding-left: 0;
  }

  .social-holder.team {
    padding-top: 0;
    padding-left: 0;
  }

  .opening-text {
    font-size: 18px;
  }

  .our-story-event {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-menu {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    padding-bottom: 20px;
  }

  .hero-section.unterseite {
    min-height: 300px;
    max-height: 300px;
  }

  .upcoming-date {
    margin-right: 10px;
    font-size: 72px;
    position: static;
    top: -15%;
    left: 4%;
  }

  .navbar {
    width: 100%;
  }

  .our-story-content {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .image {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .background-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 72px;
    position: static;
    top: -37%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .collumn-footer {
    align-items: flex-start;
  }

  .heading {
    font-size: 60px;
    line-height: 66px;
  }

  .heading.margin {
    font-size: 36px;
    line-height: 45px;
  }

  .heading.margin.smaller {
    font-size: 30px;
  }

  .link {
    text-align: left;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-bottom: 20px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .link:hover {
    transform: none;
  }

  .opening-second-text {
    color: var(--white);
    font-size: 14px;
  }

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

  .container-heading {
    margin-left: 26px;
    margin-right: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .main {
    background-color: var(--gainsboro);
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-menu-line {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .nav-container {
    align-items: center;
    padding-left: 20px;
  }

  .utility-page-content, .utility-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-404 {
    font-size: 17vw;
  }

  ._404-wrap {
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .text-field-2 {
    width: auto;
    max-width: 100%;
  }

  .wrap-link-footer {
    flex-direction: column-reverse;
  }

  .container-default {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-events {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .heading-407 {
    margin-bottom: 80px;
  }

  .section-unsere-villa {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .startseite-teaser.reverse, .startseite-teaser.location {
    margin-top: 0;
  }

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

  .container-default-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .divider {
    margin-bottom: 15px;
  }

  .section-zeremonienmeister {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .heading-410.smaller {
    font-size: 34px;
  }

  .small-print-wrapper {
    padding: 20px 10px;
    font-size: 16px;
  }

  .copyright {
    line-height: 1.5em;
  }

  .button-primary {
    white-space: normal;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-primary.form {
    align-self: flex-start;
  }

  .contact-us-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    margin-right: 22px;
  }

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

  .contact-us-form {
    padding: 40px 10px;
  }

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

  .icon-2 {
    padding-left: 10px;
  }

  .map-2 {
    margin-top: 10px;
  }

  .grid-gallery {
    grid-column-gap: 10px;
    background-color: #6b6b6b;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .button-secondary-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-4 {
    max-width: 100%;
  }
}

#w-node-_57dad8a2-b6e9-eee4-63c8-67fe652e79c5-ca5dcef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1f33ebd-c1ec-84e6-8c10-9cfaca5dcf21-ca5dcef1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdcf0-f644ad54 {
  align-self: center;
  justify-self: center;
}

#w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdcf4-f644ad54, #w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdcf8-f644ad54, #w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdcfc-f644ad54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-b1f33ebd-c1ec-84e6-8c10-9cfaca5dcf21-ca5dcef1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7c74dd04-c064-e79c-c11d-1f36d700c631-415ba7f0, #w-node-_7c74dd04-c064-e79c-c11d-1f36d700c632-415ba7f0, #w-node-_7c74dd04-c064-e79c-c11d-1f36d700c633-415ba7f0, #w-node-_8d4bc180-b10e-17bf-a0e6-69250a062189-194ebeac, #w-node-_8d4bc180-b10e-17bf-a0e6-69250a062193-194ebeac, #w-node-_8d4bc180-b10e-17bf-a0e6-69250a06219d-194ebeac, #w-node-_93ac6bd6-b0cb-7c47-5725-9b6e0dd77354-194ebeac, #w-node-_93ac6bd6-b0cb-7c47-5725-9b6e0dd77355-194ebeac, #w-node-_93ac6bd6-b0cb-7c47-5725-9b6e0dd77356-194ebeac, #w-node-_24546bbe-058d-9a79-f204-4bb0f8af31d7-194ebeac, #w-node-_24546bbe-058d-9a79-f204-4bb0f8af31d8-194ebeac, #w-node-_24546bbe-058d-9a79-f204-4bb0f8af31d9-194ebeac, #w-node-ebf5be06-c280-64e4-5fad-eb2d2b7a17c4-89c05303, #w-node-ebf5be06-c280-64e4-5fad-eb2d2b7a17c5-89c05303, #w-node-ebf5be06-c280-64e4-5fad-eb2d2b7a17c6-89c05303, #w-node-aade4a0d-cfbc-beb0-6b6e-12fa7af1f383-27d15600, #w-node-aade4a0d-cfbc-beb0-6b6e-12fa7af1f384-27d15600, #w-node-aade4a0d-cfbc-beb0-6b6e-12fa7af1f385-27d15600, #w-node-_9d9b3bb6-858f-3a27-a952-b1b7489a6035-cd1686e8, #w-node-_9d9b3bb6-858f-3a27-a952-b1b7489a6036-cd1686e8, #w-node-_9d9b3bb6-858f-3a27-a952-b1b7489a6037-cd1686e8, #w-node-_333d69ef-9b39-1c48-397a-9972239d223e-6d518e53, #w-node-_333d69ef-9b39-1c48-397a-9972239d223f-6d518e53, #w-node-_333d69ef-9b39-1c48-397a-9972239d2240-6d518e53, #w-node-_6f4a1e18-95d0-7839-554a-5fe2f8e065f1-6d518e53, #w-node-_6f4a1e18-95d0-7839-554a-5fe2f8e065f2-6d518e53, #w-node-_6f4a1e18-95d0-7839-554a-5fe2f8e065f3-6d518e53 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1f33ebd-c1ec-84e6-8c10-9cfaca5dcf21-ca5dcef1 {
    justify-self: start;
  }

  #w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdce9-f644ad54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdcfc-f644ad54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdce9-f644ad54 {
    grid-column: span 1 / span 1;
  }

  #w-node-f52268b7-0ba3-b71c-ce33-35cfeaebdcfc-f644ad54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


