:root {
  --grey: #798794;
  --beige: #e4dfda;
  --brown: #b68a6d;
  --light-blue: lightblue;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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 {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 400px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 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, .ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #f5f4f2;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: #e4dfda;
}

.highlights {
  color: #fff;
  background-color: #798794;
}

.adresse {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Playfair, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

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

.heading-1 {
  text-transform: none;
  font-family: Playfair, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

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

.heading-1.heading-mitting.farbe-der-headings {
  text-transform: none;
}

.heading-1.heading-mitting.white {
  color: #fff;
}

.heading-2 {
  text-transform: none;
  font-family: Playfair, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

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

.heading-3 {
  text-transform: none;
  font-family: Playfair, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: Playfair, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.farbe-der-headings {
  color: #798794;
  line-height: 1.3;
}

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

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

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

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

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

.start-slider {
  height: 114vh;
  position: relative;
}

.start-slider._80vh {
  height: 114vh;
}

.titelvideo {
  height: 100%;
  position: relative;
}

.slogan {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 110px;
}

.slogan.heading-1 {
  text-align: center;
  text-transform: none;
  width: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: .9;
}

.footer-block {
  color: #333;
  padding: 20px 140px;
}

.div-block-114 {
  filter: invert();
}

.navlink {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 25px;
}

.navlink.flie-text {
  transition: all .2s;
}

.navlink.flie-text:hover {
  color: #8b8b8b;
}

.navlink.flie-text.w--current {
  color: #c2a893;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff0, #fff0), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.impdat {
  padding: 220px 40px 100px;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

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

.html-embed-2 {
  width: 100%;
}

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

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

.paragraph1 {
  font-size: 24px;
  line-height: 30px;
}

.paragraph1.flie-text {
  color: #333;
  font-family: Hk Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 11px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.button.highlights {
  text-transform: none;
  background-color: #798794;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.button.transparent {
  border: 1px solid #fff;
  border-radius: 0;
  transition: all .5s;
}

.button.transparent:hover {
  background-color: #dadada59;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  color: #fff;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  background-image: linear-gradient(#00000080, #0000);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.left-part {
  z-index: 3;
  float: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_white {
  filter: invert();
}

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

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

.impdat-2.flie-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

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

.nav-men-1.hauptfarbe {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #45454300;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-new {
  width: 100%;
}

.navbar-new.hauptfarbe {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 10px 5px 10px 5vw;
  display: flex;
  position: fixed;
}

.navbar-new.hauptfarbe.impressum {
  background-color: #798794;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Hk Grotesk, sans-serif;
  transition: all .5s;
}

.nav-link-3.flie-text:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3.flie-text.w--current {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-family: Hk Grotesk, sans-serif;
}

.container-navbar {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

.image-100.top-80 {
  object-position: 50% 80%;
}

.image-100.top-30 {
  object-position: 50% 30%;
}

.image-100.bottom-1, .image-100.top-center, .image-100.top-20 {
  object-position: 50% 0%;
}

.section-6 {
  padding: 10vw 8vw;
}

.maps {
  width: 100%;
  height: 80vh;
}

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

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

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

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

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

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

.section-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.section-no-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

.section-no-padding.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-no-padding.padding {
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-wrapper-85vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
}

.image-wrapper-85vh.transform {
  transform: translate(56px);
}

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

.content-wrapper.padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.shadow-box {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 13px 3px #0003;
}

.shadow-box.absolute {
  background-color: #fff;
  width: auto;
  height: auto;
  transform: translate(-43px, -38px);
}

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

.image-80.bottom {
  object-position: 50% 100%;
}

.text-mitting {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.btn-icon {
  opacity: 0;
  object-fit: contain;
  height: 25px;
  margin-left: 10px;
  display: none;
  transform: translate(-38px);
}

.btn-block, .btn-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bg-img-section {
  object-fit: cover;
  background-image: linear-gradient(#0003, #0003), url('../images/DSC01537.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 75vh;
  padding-left: 12vw;
  padding-right: 12vw;
}

.image-wrapper-60vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-wrapper-50vh {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50vh;
  display: flex;
}

.image-wrapper-50vh.move {
  transform: translate(16px);
}

.bg-section-img {
  object-fit: cover;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Bilder-für-Kopfzeile-2.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding: 5vw 12vw;
}

.content-block {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.bg-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC04619.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  padding: 5vw 12vw;
}

.form-block {
  color: #fff;
  background-color: #d4d4d478;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 10vw;
  display: flex;
}

.text-links {
  text-align: left;
  font-size: 18px;
}

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

.top-arrow {
  z-index: 1000;
  background-color: #798794;
  border-radius: 8px;
  padding: 20px;
  position: fixed;
  inset: auto 2% 2% auto;
  transform: translate(200%);
}

.arrow-icon {
  object-fit: contain;
  height: 20px;
}

.overlay-div {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-50 {
  width: 32vw;
}

.gallery {
  width: 100%;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

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

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

.quick-stack-2er {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.link-white {
  color: #fff;
  text-align: center;
  font-family: Playfair, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
}

.quick-stack-kontakt {
  width: 100%;
}

.kontakt-card {
  background-color: #798794;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
}

.icon {
  object-fit: contain;
  height: 45px;
  margin-bottom: 20px;
}

.body {
  justify-content: space-between;
}

.divider-7 {
  width: 20vw;
  height: 4px;
}

.divider-7.highlights {
  background-color: #fff;
  width: 15vw;
  margin-bottom: 20px;
}

.text-centered {
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

.section-big-spaces {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.icon-8 {
  object-fit: cover;
  width: auto;
  height: 100px;
  margin-bottom: 20px;
}

._3ergrid1 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  color: #fff;
  background-image: url('../images/kreuz_1kreuz.webp');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 70vh;
  margin-top: 60px;
  position: relative;
}

.content-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.content-centered.align {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.content-centered.align-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.black-background {
  z-index: 0;
  color: #fff;
  background-color: #798794;
  position: absolute;
  inset: 0%;
}

.terminbutton-4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.terminbutton-4.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-4.highlights.heading-font3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

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

.mg-bottom-12px-2 {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.slider-mask {
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slider-mask.margin {
  height: 100%;
  margin-left: 10px;
  overflow: visible;
}

.mg-bottom-32px-3 {
  z-index: 50;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  position: static;
  overflow: visible;
}

.card-slides {
  position: relative;
}

.card-slides.slide-one {
  width: auto;
  margin-right: 20px;
  overflow: visible;
}

.reviews-slider {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.reviews-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.slide-nav-hidden {
  display: none;
}

.revies-text {
  height: 100%;
  overflow: visible;
}

.brix---color-neutral-809 {
  color: #211f54;
  margin-left: auto;
  margin-right: auto;
}

.card-testimonial {
  text-align: left;
  border: 1px #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
  padding: 40px 40px 64px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.card-testimonial.zweitfarbe {
  background-color: var(--beige);
  height: 100%;
  min-height: auto;
  padding-bottom: 40px;
  overflow: visible;
}

.accordion-item-wrapper-white-5 {
  background-color: #24242400;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-arrow-icon {
  color: #333;
  font-size: 22px;
}

.color-neutral {
  color: #6e7191;
  text-align: center;
}

.brix---heading-h4-size-2 {
  color: #333;
  width: auto;
  margin: 0 auto;
  font-family: Hk Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.slider-arrow {
  background-color: #fff;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
}

.slider-arrow.left {
  background-color: #0000;
  margin-left: 0;
}

.slider-arrow.right {
  background-color: #0000;
  top: 0;
  left: auto;
  right: 0;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 90vh;
  margin-top: 40px;
  overflow: hidden;
}

.left-arrow, .right-arrow, .slide-nav {
  z-index: 15;
}

.smaller {
  font-size: 40px;
}

.logo-wrapper {
  display: none;
}

.logo-desktop-below {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.jotform-wrapper {
  width: 100%;
}

.inhalt-footer {
  color: #333;
  padding-left: 100px;
  padding-right: 100px;
}

.jotform-wrapper-vh {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.html-embed-jotform-auto {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.navbar-block {
  z-index: -1;
  background-color: var(--grey);
  position: absolute;
  inset: 0%;
}

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

  .logo {
    display: none;
  }

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

  .heading-1.heading-mitting.farbe-der-headings {
    margin-top: 10px;
    font-size: 35px;
  }

  .heading-1.heading-mitting.white, .heading-1.wrap {
    font-size: 35px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .start-slider {
    height: 75vh;
  }

  .start-slider._80vh {
    height: 70vh;
  }

  .slogan.heading-1 {
    margin-top: 10px;
    font-size: 50px;
  }

  .footer.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-block {
    padding: 5px;
  }

  .div-f-r-nav {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon-5 {
    color: #fff;
  }

  .navlink.flie-text {
    text-align: right;
  }

  .nav-menu-3 {
    background-color: #000c;
    width: 100%;
  }

  .navbar {
    justify-content: space-between;
  }

  .bild-zoom-effekt1 {
    height: 400px;
  }

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

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

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

  .heading-22 {
    margin-bottom: 10px;
    font-size: 30px;
  }

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

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

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

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

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

  .men-icon1 {
    color: #fff;
  }

  .navbar-new.hauptfarbe {
    z-index: 1000;
    background-color: var(--grey);
    flex-flow: column;
    padding: 0 0;
    position: sticky;
    top: 0;
  }

  .nav-link-3.flie-text {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-navbar {
    min-width: 100%;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--beige);
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

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

  .maps {
    height: 45vh;
  }

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

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

  .section-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-no-padding, .section-no-padding.padding {
    padding: 60px;
  }

  .image-wrapper-85vh {
    height: auto;
  }

  .image-wrapper-85vh.transform {
    transform: none;
  }

  .content-wrapper {
    padding: 40px;
  }

  .shadow-box.absolute {
    width: 100%;
    margin-bottom: 10px;
    transform: none;
  }

  .image-80 {
    height: 100%;
  }

  .image-80.bottom {
    object-position: 50% 70%;
  }

  .image-80.top {
    object-position: 50% 30%;
  }

  .text-mitting.flie-text {
    margin-top: 10px;
    font-size: 18px;
  }

  .btn-icon {
    height: 20px;
  }

  .bg-img-section {
    height: 50vh;
  }

  .gallery-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .image-wrapper-60vh {
    height: auto;
  }

  .image-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    display: flex;
  }

  .image-wrapper-50vh.move {
    width: 100%;
    height: auto;
    transform: none;
  }

  .bg-section-img {
    height: auto;
    padding: 60px;
  }

  .bg-section {
    padding: 60px;
  }

  .form-block {
    padding: 20px;
  }

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

  .top-arrow {
    padding: 10px;
  }

  .content-50 {
    width: 80%;
  }

  .gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lightbox-link, .lightbox-link-40vh {
    height: 50vh;
  }

  .quick-stack-2er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .quick-stack-kontakt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .kontakt-card {
    height: 25vh;
  }

  .icon {
    height: 35px;
    margin-bottom: 10px;
  }

  .text-centered.paragraph-font {
    font-family: Playfair, sans-serif;
    line-height: 1.5;
  }

  .section-big-spaces {
    padding: 60px;
  }

  .heading-block1 {
    width: 100%;
  }

  ._3ergrid1 {
    height: auto;
    margin-top: 20px;
  }

  .heading-centered-small.heading-font3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Playfair, sans-serif;
    font-size: 22px;
    line-height: 1.3;
  }

  .background-video {
    height: 100%;
  }

  .slider-mask.margin {
    width: 100%;
  }

  .mg-bottom-32px-3 {
    margin-bottom: 0;
  }

  .card-slides.slide-one {
    margin-right: 10px;
  }

  .accordion-item-wrapper-white-5 {
    margin-bottom: 20px;
  }

  .brix---heading-h4-size-2 {
    line-height: 1.3;
  }

  .cards-slider {
    height: auto;
    margin-top: 20px;
  }

  .left-arrow, .right-arrow {
    width: 55px;
  }

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

  .logo-wrapper {
    width: 100%;
    display: block;
  }

  .logo-desktop-below.w--current {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
  }

  .html-embed-jotform {
    overflow: auto;
  }

  .jotform-wrapper {
    height: auto;
    overflow: hidden;
  }

  .inhalt-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-quickstack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 5px;
  }

  .left-arrow-white, .right-arrow-white {
    width: 55px;
  }

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

  .hide {
    display: none;
  }

  .jotform-wrapper-vh {
    height: 75vh;
    overflow: hidden;
  }

  .html-embed-jotform-auto {
    margin-bottom: 0;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo-img {
    width: 250px;
  }

  .adresse {
    font-size: 16px;
  }

  .heading-1.heading-mitting.farbe-der-headings, .heading-1.heading-mitting.white, .heading-1.wrap {
    font-size: 30px;
  }

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

  .divblock1 {
    height: auto;
  }

  .start-slider {
    height: 60vh;
  }

  .start-slider._80vh {
    height: 55vh;
  }

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

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    min-height: 65vh;
    padding: 40px;
  }

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

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .paragraph1.flie-text {
    font-size: 16px;
  }

  .button.highlights {
    margin-top: 10px;
  }

  .impressum-link, .datenschutz-link {
    font-size: 16px;
  }

  .nav-men-1.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-new.hauptfarbe {
    position: relative;
  }

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

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

  .image-100.top-20 {
    object-position: 50% 20%;
  }

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

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

  .section-no-padding, .section-no-padding.padding {
    padding: 40px;
  }

  .image-wrapper-85vh {
    transform: none;
  }

  .content-wrapper, .content-wrapper.padding {
    padding: 20px;
  }

  .text-mitting.flie-text {
    margin-top: 0;
    font-size: 16px;
  }

  .btn-icon {
    height: 16px;
  }

  .bg-img-section {
    height: 40vh;
  }

  .bg-section-img, .bg-section {
    padding: 40px;
  }

  .form-block {
    padding: 10px;
  }

  .text-links.flie-text {
    font-size: 16px;
  }

  .top-arrow.w--current {
    padding: 10px;
  }

  .content-50 {
    width: 100%;
  }

  .lightbox-link, .lightbox-link-40vh {
    height: auto;
  }

  .quick-stack-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-white {
    font-size: 16px;
  }

  .kontakt-card {
    height: 20vh;
  }

  .icon {
    height: 30px;
  }

  .section-big-spaces {
    padding: 40px;
  }

  ._3ergrid1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-image: none;
    background-size: auto;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 10px;
    display: flex;
  }

  .heading-centered-small.heading-font3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .black-background {
    color: #fff;
  }

  .mg-bottom-12px-2 {
    margin-bottom: 10px;
  }

  .mg-bottom-32px-3 {
    margin-bottom: 0;
  }

  .card-testimonial {
    padding: 44px 32px;
  }

  .card-testimonial.zweitfarbe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h4-size-2 {
    font-size: 20px;
  }

  .left-arrow, .right-arrow {
    width: 50px;
    font-size: 35px;
  }

  .smaller {
    font-size: 20px;
  }

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

  .left-arrow-white, .right-arrow-white {
    font-size: 35px;
  }

  .jotform-wrapper-vh {
    height: 70vh;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

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

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

  .logo-img {
    width: 230px;
  }

  .adresse {
    font-size: 14px;
  }

  .heading-1.heading-mitting.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .heading-1.heading-mitting.white {
    font-size: 24px;
  }

  .heading-1.wrap {
    overflow-wrap: anywhere;
    font-size: 24px;
  }

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

  .heading-2.heading-mitting {
    font-size: 20px;
    line-height: 1.3;
  }

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

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

  .start-slider {
    height: 45vh;
  }

  .start-slider._80vh {
    height: 40vh;
  }

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

  .slogan.heading-1 {
    margin-top: 0;
    font-size: 30px;
  }

  .footer-block {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .success {
    min-height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 15px;
  }

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

  .section-2 {
    padding: 10px;
  }

  .maps-gro {
    height: 300px;
  }

  .paragraph1.flie-text {
    margin-bottom: 5px;
  }

  .button {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button.highlights {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px 10px;
  }

  .button.transparent {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 7px 10px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .impressum-link, .datenschutz-link {
    font-size: 15px;
  }

  .nav-link-3.flie-text {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.4;
  }

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

  .maps {
    height: 35vh;
  }

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

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

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

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

  .content-wrapper, .content-wrapper.padding {
    padding: 10px;
  }

  .bg-img-section {
    height: 30vh;
  }

  .bg-section-img, .bg-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    padding: 5px;
  }

  .text-links.flie-text {
    font-size: 15px;
  }

  .top-arrow, .top-arrow.w--current {
    padding: 5px;
  }

  .arrow-icon {
    height: 15px;
  }

  .link-white {
    font-size: 14px;
  }

  .kontakt-card {
    height: 15vh;
  }

  .icon {
    height: 25px;
  }

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

  .text-centered.paragraph-font {
    margin-bottom: 5px;
    font-size: 14px;
  }

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

  .heading-block1 {
    width: 100vw;
  }

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

  .slider-mask.margin {
    margin-left: 5px;
  }

  .card-slides.slide-one {
    margin-right: 5px;
  }

  .card-testimonial {
    padding: 40px 24px;
  }

  .card-testimonial.zweitfarbe {
    padding: 10px 20px;
  }

  .slider-arrow-icon {
    font-size: 20px;
  }

  .brix---heading-h4-size-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-arrow.left, .slider-arrow.right {
    width: 45px;
    height: 45px;
  }

  .cards-slider {
    margin-top: 10px;
  }

  .left-arrow, .right-arrow {
    width: 45px;
    font-size: 30px;
  }

  .smaller {
    font-size: 15px;
  }

  .logo-desktop-below.w--current {
    padding-top: 8px;
    padding-bottom: 10px;
  }

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

  .left-arrow-white, .right-arrow-white {
    width: 45px;
    font-size: 30px;
  }

  .jotform-wrapper-vh {
    height: 65vh;
  }
}

#w-node-_3fc5926e-0316-b429-6afc-d71ee983282f-f83f82b2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_06a57192-46d6-dced-007d-dfe9d3e70673-f83f82b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr;
}

#w-node-b51855cd-e79c-ccd2-ef2a-81b09f84e744-f83f82b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eb364aae-b1d1-d799-18f5-f1d3433dfd31-a99a9cd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6ec726a7-f34d-b7de-83a7-a434a71060af-f83f82bf {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b12cadde-1321-1c6b-6eba-5125af0177f1-f83f82bf, #w-node-_0a39ea70-52ba-234e-4fb6-99b49a054f49-f83f82bf, #w-node-_34b513d3-69c0-a579-5984-96cda1dcd5f2-f83f82bf, #w-node-e31d788f-82e4-ffc2-065b-99e81c314c4b-f83f82bf, #w-node-_1b16d9cb-c402-a5ff-c5dc-7759a2618e17-f83f82bf, #w-node-d684933b-0594-d621-24a6-10238e4c8f90-f83f82bf, #w-node-_0a827ee9-2214-64fa-dcbb-4f8add59efa5-f83f82bf, #w-node-_4bf995e9-ffca-e4f9-a64c-5606b1a28335-f83f82bf, #w-node-_1c75025b-01f4-3079-c17d-c1ddfd3c8fc1-f83f82bf, #w-node-_56af7d7f-bad5-8030-0a2d-9f00d4a05d85-f83f82bf, #w-node-cf5a3613-54f4-c89d-06e7-f5720a244240-f83f82bf, #w-node-_4441f877-5368-87b9-ba06-ed22af126b17-f83f82bf {
  grid-row: span 2 / span 2;
}

#w-node-_3961c19d-d9dd-e15b-a82e-3f24834d038b-f83f82c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d0726f1d-f73f-6cce-1051-f647b27469e4-f83f82c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_34c484de-b9f1-656a-0f91-bad325b3e57a-f83f82d3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_88e88e09-df9c-559a-6515-26221a374378-f83f82d3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_88e88e09-df9c-559a-6515-26221a374380-f83f82d3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_88e88e09-df9c-559a-6515-26221a374388-f83f82d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88e88e09-df9c-559a-6515-26221a374390-f83f82d3 {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3fc5926e-0316-b429-6afc-d71ee983282f-f83f82b2, #w-node-_06a57192-46d6-dced-007d-dfe9d3e70673-f83f82b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_637536d7-f342-b0b8-4c6d-2fe8d7fec710-f83f82b2 {
    order: -9999;
  }

  #w-node-b51855cd-e79c-ccd2-ef2a-81b09f84e744-f83f82b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6ec726a7-f34d-b7de-83a7-a434a71060af-f83f82bf {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b12cadde-1321-1c6b-6eba-5125af0177f1-f83f82bf, #w-node-_0a39ea70-52ba-234e-4fb6-99b49a054f49-f83f82bf, #w-node-_34b513d3-69c0-a579-5984-96cda1dcd5f2-f83f82bf, #w-node-_3ae678ed-d3eb-44f7-9519-5b1743caa973-f83f82bf, #w-node-e31d788f-82e4-ffc2-065b-99e81c314c4b-f83f82bf, #w-node-_1b16d9cb-c402-a5ff-c5dc-7759a2618e17-f83f82bf, #w-node-d684933b-0594-d621-24a6-10238e4c8f90-f83f82bf, #w-node-_0a827ee9-2214-64fa-dcbb-4f8add59efa5-f83f82bf, #w-node-_4bf995e9-ffca-e4f9-a64c-5606b1a28335-f83f82bf, #w-node-_480abcf0-792c-2ebc-139f-4ca805e17ade-f83f82bf, #w-node-_14483025-7d04-d15d-0c2a-1baed727d22e-f83f82bf {
    grid-row: span 1 / span 1;
  }

  #w-node-_9e884ec4-56ef-3a95-9214-a80071c09381-f83f82bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf5a3613-54f4-c89d-06e7-f5720a244240-f83f82bf, #w-node-_4441f877-5368-87b9-ba06-ed22af126b17-f83f82bf {
    grid-row: span 1 / span 1;
  }

  #w-node-_3961c19d-d9dd-e15b-a82e-3f24834d038b-f83f82c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3961c19d-d9dd-e15b-a82e-3f24834d0394-f83f82c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-d0726f1d-f73f-6cce-1051-f647b27469e4-f83f82c5, #w-node-_34c484de-b9f1-656a-0f91-bad325b3e57a-f83f82d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6ec726a7-f34d-b7de-83a7-a434a71060af-f83f82bf {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b12cadde-1321-1c6b-6eba-5125af0177f1-f83f82bf {
    grid-row: span 1 / span 1;
  }

  #w-node-_0a39ea70-52ba-234e-4fb6-99b49a054f49-f83f82bf, #w-node-_34b513d3-69c0-a579-5984-96cda1dcd5f2-f83f82bf, #w-node-_3ae678ed-d3eb-44f7-9519-5b1743caa973-f83f82bf {
    grid-row: span 2 / span 2;
  }

  #w-node-e31d788f-82e4-ffc2-065b-99e81c314c4b-f83f82bf {
    grid-row: span 3 / span 3;
  }

  #w-node-af738991-dc55-3673-def5-90b187eb4759-f83f82bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e884ec4-56ef-3a95-9214-a80071c09381-f83f82bf {
    grid-column: span 1 / span 1;
  }

  #w-node-_3961c19d-d9dd-e15b-a82e-3f24834d038b-f83f82c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3961c19d-d9dd-e15b-a82e-3f24834d0394-f83f82c5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_88e88e09-df9c-559a-6515-26221a374378-f83f82d3, #w-node-_88e88e09-df9c-559a-6515-26221a374380-f83f82d3, #w-node-_88e88e09-df9c-559a-6515-26221a374388-f83f82d3, #w-node-_88e88e09-df9c-559a-6515-26221a374390-f83f82d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Hk Grotesk';
  src: url('../fonts/hk-grotesk.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gruppo';
  src: url('../fonts/Gruppo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-MediumLegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Italic.ttf') format('truetype'), url('../fonts/HKGrotesk-LegacyItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-RegularLegacy.ttf') format('truetype'), url('../fonts/HKGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Light.ttf') format('truetype'), url('../fonts/HKGrotesk-LightLegacy.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-LightItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-LightLegacyItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Bold.ttf') format('truetype'), url('../fonts/HKGrotesk-BoldLegacy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-BoldItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-BoldLegacyItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBoldLegacy.ttf') format('truetype'), url('../fonts/HKGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-MediumLegacy.ttf') format('truetype'), url('../fonts/HKGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBoldLegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}