:root {
  --padding: 5%;
  --div-3-images-spacing: 25px;
}

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

.body_wrapper {
  background-color: #1a1a1a;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.header {
  z-index: 2;
  background-image: linear-gradient(#3339, #3339), url('../images/restaurant-am-waldstadion.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 999;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0%;
}

.navbar.always-dark {
  z-index: 999;
  pointer-events: none;
}

.nav-desktop {
  z-index: 999;
  pointer-events: auto;
  background-color: #3333338c;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.nav-desktop.spezi {
  pointer-events: auto;
  background-color: #1a1a1a;
}

.logo-link {
  height: 100%;
}

.image {
  height: 1px;
}

.logo {
  height: 100%;
}

.button {
  background-image: linear-gradient(90deg, #b89249, #cbb07c);
  border-radius: 8px;
  width: auto;
  padding: 11px 25px;
  font-weight: 600;
}

.nav-desktop-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text {
  text-align: center;
  max-width: 750px;
}

.text.space-up {
  margin-top: 75px;
}

.text.space-up.space-down-small {
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.logo-wrapper {
  width: 220px;
  height: 100%;
}

.header-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 300px;
  display: flex;
}

.h1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ae8432, #ccb280);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PT Serif, serif;
  font-size: 75px;
  line-height: 75px;
}

.header-subtext {
  color: #f4f4f4;
  text-align: center;
  text-shadow: 0 1px 3px #00000063;
  margin-bottom: 20px;
}

.button-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  display: flex;
}

.section_white {
  z-index: 2;
  padding: 150px var(--padding);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.section_white.quickstack {
  padding-top: 0;
  padding-bottom: 0;
}

.placeholder {
  width: 350px;
}

.h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ae8634, #ccb280);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PT Serif, serif;
  font-size: 50px;
  line-height: 50px;
}

.h2.higher {
  line-height: 55px;
}

.div-3-images {
  grid-column-gap: var(--div-3-images-spacing);
  grid-row-gap: var(--div-3-images-spacing);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 25px;
  display: grid;
  overflow: visible;
}

.div-image {
  aspect-ratio: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  max-height: none;
}

.div-image._1 {
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.div-image._2 {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.div-image._3 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.ambient {
  grid-column-gap: 20px;
  width: 100%;
  padding: 0;
}

.image-desk-long {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Lounge_Waldstadion.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px #00000017;
}

.image-desc-high {
  background-image: url('../images/Ambiente_Waldstadion.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #00000017;
}

.image-desc-square {
  background-image: url('../images/Food_Waldstadion.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  box-shadow: 0 2px 5px #00000017;
}

.image-desc-square.salad {
  aspect-ratio: 1;
  background-image: url('../images/DessertBlery.webp');
  height: auto;
}

.image-desc-square.peperoni {
  aspect-ratio: 1;
  height: auto;
}

.subtext {
  font-size: 19px;
  font-weight: 700;
}

.opening-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f7;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 750px;
  height: auto;
  margin-top: 20px;
  display: grid;
}

.midweek {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
  display: flex;
}

.weekend {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
  display: flex;
}

.openinghour {
  flex-flow: column;
  display: flex;
}

.weekday {
  font-weight: 600;
}

.section_footer {
  z-index: -1;
  padding: 50px var(--padding) 20px;
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 362px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

.logo-footer {
  width: 150px;
}

.footer-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.footer-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ae8433, #bb9a58);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.footerlink {
  color: #efefef;
  font-weight: 300;
  text-decoration: none;
}

.footerlink:hover {
  text-decoration: underline;
}

.footerlink.small {
  font-size: 14px;
}

.footertext {
  color: #efefef;
  font-weight: 300;
}

.footertext.small {
  font-size: 14px;
}

.footer-divider {
  background-image: linear-gradient(90deg, #ae8330, #cdb381);
  width: 100%;
  height: 2px;
  margin-top: 55px;
}

.footer-legal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.footer-legal.copyright-only-mobile {
  display: none;
}

.legal-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 220px;
  display: flex;
}

.made-by-label {
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  display: flex;
}

.text-block {
  font-size: 13px;
}

.copyright {
  color: #535353;
  font-size: 14px;
  font-weight: 300;
}

.section_footer_overlay {
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 362px;
  position: relative;
}

.navbar-reset {
  width: 100%;
  height: 1px;
}

.navbar-desk-underline {
  background-image: linear-gradient(90deg, #b08635, #ccb27f 50%, #b08635 102%);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% -3px;
}

.page_loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.section_legal {
  z-index: 2;
  padding: 75px var(--padding);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.section_legal.bigger {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2 {
  z-index: 1;
}

.navbar-mobile {
  background-color: #3333338c;
  width: 100vw;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-mobile.always-dark {
  background-color: #1a1a1a;
}

.nav-mobile {
  z-index: 999;
  pointer-events: auto;
  background-color: #3333338c;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
}

.nav-mobile.spezi {
  pointer-events: auto;
  background-color: #1a1a1a;
}

.mobile-menu {
  pointer-events: auto;
  display: none;
}

.image-2 {
  width: 250px;
}

.checkbox_toggle {
  color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 50%, transparent);
  border-right-color: color-mix(in srgb, currentColor 50%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 50%, transparent);
  border-left-color: color-mix(in srgb, currentColor 50%, transparent);
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -32px;
  margin-right: .75rem;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
}

.checkbox_toggle:hover {
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px 0px 0px 4px;
}

.checkbox_toggle:focus {
  outline-offset: 2px;
  outline: 2px solid #1a1a1a;
}

.checkbox_toggle.w--redirected-checked {
  background-color: #2a794e;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-color: #22291b;
  border-radius: .75rem;
}

.checkbox_toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
}

.checkbox_toggle.w--redirected-focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
  border-color: #22291b1a;
}

.input-2 {
  margin-bottom: 1.25rem;
  position: relative;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.checkbox {
  margin-bottom: 1rem;
  padding: 0 0 0 2rem;
  display: flex;
  position: relative;
}

.checkbox.margin-bottom_none {
  justify-content: flex-start;
  align-items: center;
}

.display_inline-block {
  display: inline-block;
}

.text-field {
  display: none;
}

.form_success-message {
  background-color: #2a794e33;
  border: 1px solid #2a794e;
  border-radius: 1.25rem;
  padding: 2rem;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.text-link {
  color: #2a794e;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #2a794e99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.on-inverse {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

.text-link.on-inverse:hover {
  opacity: .6;
  color: inherit;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary {
  color: #22291b;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.checkbox_label {
  color: #333;
}

.button-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-7.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7.on-inverse.kontakt-resto {
  box-shadow: none;
  color: #fff;
  background-image: linear-gradient(90deg, #f4db96, #a77a51);
  width: 100%;
  font-weight: 500;
}

.input_label {
  z-index: 1;
  color: #333;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.input_field {
  color: #22291b;
  background-color: #0000;
  background-image: linear-gradient(#0000001a, #0000);
  border: 1px solid #22291b1a;
  border-radius: .75rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field:hover {
  background-color: #0000;
  border-color: #22291b1a;
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #22291b1a;
  outline: 2px solid #2a794e;
}

.input_field::placeholder {
  color: #22291b33;
}

.input_field.input_text-area {
  min-height: 7.5rem;
}

.input_field.on-inverse {
  box-shadow: none;
  color: #333;
  background-color: #fcfcfc;
  background-image: none;
  border-color: #ececec;
  transition-property: none;
}

.input_field.on-inverse:hover {
  border-color: #f9f4ea1a;
}

.input_field.on-inverse:focus {
  border-color: #f9f4ea1a;
  outline-color: #1a1a1a;
}

.input_field.on-inverse::placeholder {
  color: #ccc;
}

.inline-input-0 {
  z-index: -1;
  opacity: 0;
  border-radius: 0;
  margin-top: 0;
  margin-left: -25px;
  position: absolute;
}

.inline-input-0.w--redirected-checked {
  opacity: 100;
  background-color: #1a1a1a;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-left: -32px;
}

.form_error-message {
  opacity: 0;
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.r73-contact-dnt {
  width: 100%;
}

.utility-page-wrap {
  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;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 999;
    display: block;
    position: fixed;
  }

  .nav-desktop {
    z-index: 999;
    display: none;
  }

  .h1 {
    font-size: 55px;
  }

  .header-subtext {
    max-width: 600px;
  }

  .placeholder {
    width: 250px;
  }

  .h2 {
    text-align: center;
  }

  .page_loader {
    z-index: 9999;
    position: fixed;
  }

  .navbar-mobile {
    display: flex;
  }

  .nav-mobile {
    z-index: 999;
    display: flex;
  }

  .menuicon {
    cursor: pointer;
    width: 25px;
    height: 25px;
  }

  .mobile-menu {
    z-index: 9999;
    background-color: #00000054;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .menu-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
    margin: 0 20px 20px;
    padding: 35px 20px;
    display: flex;
    position: relative;
  }

  .close-menu {
    cursor: pointer;
    background-color: #fff;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
    display: flex;
  }

  .closeicon {
    width: 25px;
    height: 25px;
  }

  .seperatoronmenu {
    color: #0f0f0f;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-menulink {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-menulink.small {
    font-size: 11px;
  }

  .mobile-legal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .divideronmobile {
    background-color: #e0e0e0;
    width: 80%;
    height: 1.5px;
    margin: 10px;
  }

  .checkbox_toggle {
    min-width: 24px;
    min-height: 24px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .form-3 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 500px;
  }

  .section_white {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .opening-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .midweek {
    padding-bottom: 0;
  }

  .weekend {
    padding-top: 16px;
    padding-left: 35px;
  }

  .section_footer {
    height: auto;
  }

  .footer-content {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .link-logo-footer.hide-mobile-quer {
    display: none;
  }

  .logo-footer {
    width: 100px;
  }

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

  .footer-row.hide-mobile-quer {
    display: none;
  }

  .footer-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .footerlink {
    font-size: 15px;
  }

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

  .footertext {
    font-size: 15px;
  }

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

  .footer-divider {
    margin-top: 35px;
  }

  .legal-links {
    font-size: 15px;
  }

  .made-by-label {
    font-size: 12px;
  }

  .copyright {
    text-align: center;
    font-size: 12px;
  }

  .section_footer_overlay, .section {
    height: 310px;
  }

  .mobile-menu {
    display: none;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 100px;
    margin-left: -10px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 60px;
  }

  .header-subtext {
    width: 90%;
    max-width: none;
    font-size: 15px;
  }

  .placeholder {
    width: 150px;
  }

  .h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-3-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .footer-content {
    flex-flow: column;
  }

  .link-logo-footer.hide-mobile-quer {
    display: flex;
  }

  .logo-footer {
    width: 150px;
    margin-left: -10px;
  }

  .footer-row.hide-mobile-quer {
    display: flex;
  }

  .footer-title {
    margin-bottom: 0;
    font-size: 15px;
  }

  .footerlink, .footertext {
    font-size: 14px;
  }

  .footer-legal.copyright-only-mobile {
    margin-top: 0;
    display: flex;
  }

  .copyright {
    display: none;
  }

  .copyright.show {
    display: flex;
  }

  .section_footer_overlay {
    height: 589px;
  }

  .section {
    height: auto;
  }

  .section-2 {
    height: 589px;
  }

  .menuicon, .close-menu {
    cursor: pointer;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .button-7 {
    white-space: nowrap;
  }
}

#w-node-_1284b16a-10ee-d9cc-a422-78b3c39bb58c-cb566258 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1284b16a-10ee-d9cc-a422-78b3c39bb58d-cb566258 {
  grid-column: span 2 / span 2;
}

#w-node-_1c454c00-6e96-d371-532c-f149574d7e9f-cb566258 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_1284b16a-10ee-d9cc-a422-78b3c39bb58c-cb566258 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1284b16a-10ee-d9cc-a422-78b3c39bb58d-cb566258 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c454c00-6e96-d371-532c-f149574d7e9f-cb566258 {
    grid-row: span 2 / span 2;
  }
}


