:root {
  --kp-geel: #fbc000;
  --kp-gray: #f2f2f2;
}

.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;
  font-family: Baulf, sans-serif;
  font-size: 28px;
  line-height: 44px;
}

h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Baulf, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Baulf, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Baulf, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Baulf, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 54px;
}

p {
  color: #000;
  margin-bottom: 0;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
}

.container.margin {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-left: 50px;
  padding-right: 50px;
}

.container.desktop_footer_photo_wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.no_margin, .container.hero_container {
  padding-left: 0;
  padding-right: 0;
}

.styleguide_section {
  width: 100%;
  height: 3000px;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.sg_title {
  color: #c4c4c4;
  margin-top: 35px;
  margin-bottom: 20px;
}

.sg_devider {
  width: 100%;
  height: 3px;
  background-color: #c4c4c4;
  margin-top: 35px;
}

.sg_buttons {
  margin-top: 150px;
}

.button_2 {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 100vw;
  align-items: center;
  margin-top: 50px;
  margin-left: -5px;
  padding: 10px 75px 10px 25px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.button_2:active {
  transform: scale(.97);
}

.button_2.ruimtes {
  margin-top: 0;
}

.button_arrow {
  width: 50px;
  height: 50px;
  background-color: var(--kp-geel);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 8px;
}

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

.button_arrow.white.form, .button_arrow.form {
  top: 19px;
  right: 9px;
}

.arrowdown {
  width: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.button_1 {
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 100vw;
  align-items: center;
  margin-top: 50px;
  margin-left: -5px;
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.button_1:hover {
  border-color: var(--kp-geel);
  background-color: var(--kp-geel);
}

.button_1:active {
  transform: scale(.97);
}

.button_1.ruimtes {
  min-width: 370px;
}

.button_3 {
  border: 2px solid var(--kp-geel);
  background-color: var(--kp-geel);
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100vw;
  align-items: center;
  margin-left: -5px;
  padding: 10px 75px 10px 25px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.button_3:active {
  transform: scale(.97);
}

.button_3.form_button_margin {
  margin-top: 50px;
}

.arrowright {
  width: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  transform: rotate(-90deg);
}

.sg_buttons2 {
  width: 560px;
  background-color: #000;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.sg_buttons1 {
  width: 865px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  padding: 20px;
  display: flex;
}

.button_4 {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 100vw;
  align-items: center;
  margin-left: -5px;
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.button_4:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button_4:active {
  transform: scale(.97);
}

.button_5 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100vw;
  align-items: center;
  margin-left: -5px;
  padding: 10px 75px 10px 25px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.button_5:active {
  transform: scale(.97);
}

.button_5.footer_button_margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
  display: flex;
  position: relative;
}

.hero_intro_box {
  background-color: var(--kp-gray);
  flex-direction: row;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.hero_intro_text {
  margin-top: 55px;
}

.hero_intro_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.hero_intro_gallery_desktop {
  width: 575px;
  height: 657px;
}

.hero_intro_gallery_nav {
  display: none;
}

.hero_logo_wrapper {
  width: 1000px;
  margin-bottom: -70px;
  padding-left: 40px;
}

.text-span {
  letter-spacing: -.5px;
}

.hero_bg_image_wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  max-height: 1110px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

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

.section.footer {
  background-color: #000;
}

.huurders_grid {
  grid-column-gap: 50px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
}

.huurder_linkblock {
  min-width: 0;
  color: #b3b3b3;
  text-align: left;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  line-height: 43px;
  text-decoration: none;
}

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

.huurder_linkblock.right {
  text-align: right;
}

.section_wide {
  width: 100%;
  background-color: var(--kp-gray);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ruimtes_text_wrapper {
  margin-top: 25px;
}

.ruimtes_grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ratio_box_4-3 {
  height: 449px;
  padding-top: 75%;
  position: relative;
}

.ratio_box_4-3.beschikbaarheid {
  height: 160px;
}

.ratio_box_content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ruimtes_slider {
  height: 100%;
}

.ruimtes_bullet {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.bullet {
  width: 15px;
  height: 15px;
  background-color: var(--kp-geel);
  border-radius: 100vw;
  margin-top: 17px;
  margin-right: 10px;
}

.ruimtes_gallery_nav {
  display: none;
}

.beschikbaar_intro {
  margin-bottom: 120px;
}

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

.beschikbare_ruimte_text_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.devider {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ruimte_lightbox_link {
  position: relative;
}

.lightbox_hover {
  opacity: 0;
  background-color: rgba(251, 192, 0, .45);
  justify-content: center;
  align-items: center;
  transition: all .15s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox_hover:hover {
  opacity: 1;
  display: flex;
}

.lightbox_hover_icon {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.lightbox_hover_icon_stripe {
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.lightbox_hover_icon_stripe.vertical {
  width: 3px;
  height: 25px;
}

.form_text_field {
  height: 67px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #999;
  border-radius: 7px;
  margin-bottom: 15px;
  font-size: 28px;
}

.form_text_field.paragraph {
  height: 134px;
}

.form_text_field.footer {
  color: #fff;
  border-width: 1px;
  border-color: #888;
}

.form-block {
  width: 100%;
  margin-top: 60px;
}

.form-block.footer {
  margin-top: 70px;
}

.submit-btn {
  background-color: var(--kp-geel);
  color: #000;
  text-transform: uppercase;
  border-radius: 100vw;
  padding: 12px 75px 12px 25px;
  font-size: 25px;
  font-weight: 700;
}

.submit-btn.footer {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}

.btn-wrapper {
  margin-top: 50px;
  margin-left: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.btn-wrapper:active {
  transform: scale(.97);
}

.btn-wrapper.footer {
  margin-top: 57px;
}

.form_success_message {
  background-color: var(--kp-gray);
  border-radius: 30px;
}

.error_message {
  border-radius: 15px;
  margin-top: 30px;
  padding: 15px;
}

.form_wrapper {
  margin-bottom: -23px;
}

.form_socials_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pakhuis_image {
  width: 100%;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.pakhuis_image.negative_margin {
  margin-top: -50px;
}

.social_link_block {
  height: 50px;
  color: #000;
  padding-left: 60px;
  text-decoration: none;
  position: relative;
}

.social_link_block.white {
  color: #fff;
}

.social_text {
  font-size: 38px;
  line-height: 40px;
}

.social_icon {
  height: 50px;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
}

.form_socials_desktop {
  flex-direction: column;
  margin-bottom: -5px;
  margin-left: 102px;
  display: flex;
}

.ruimte_form {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
}

.ruimte_form.niet_beschikbaar {
  margin-top: 0;
}

.social_devider {
  height: 20px;
}

.social_devider.horizontal {
  width: 30px;
  height: auto;
}

.doelstelling_wrapper {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
}

.doelstelling_paragraph {
  margin-top: 50px;
}

.quotes {
  width: 70px;
  margin-bottom: 25px;
}

.pakhuis_achterkant {
  margin-top: 200px;
}

.desktop_footer_logo {
  width: 600px;
  margin-top: -55px;
  margin-bottom: -300px;
  margin-left: -80px;
}

.footer_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  padding-top: 400px;
}

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

.footer_nav_link {
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .15s;
}

.footer_nav_link:hover {
  color: #888;
}

.footer_socials {
  flex-direction: column;
  margin-top: 60px;
  margin-left: -3px;
  display: block;
}

.footer_socials.mobile {
  display: none;
}

.footer_socials.horizontal {
  flex-direction: row;
  display: flex;
}

.niet_beschikbaar_intro {
  margin-bottom: 45px;
}

.white {
  color: #fff;
}

.copyright-wrapper {
  border-top: 1px solid #888;
  margin-top: 200px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.copyright {
  color: #888;
  text-align: center;
  font-size: 22px;
}

.hero_bg_image_desktop {
  width: 100%;
}

.slider_arrow_hide {
  display: none;
}

.slider_arrow {
  width: 70px;
  height: 70px;
  border: 2.5px solid #fff;
  border-radius: 100vw;
  margin-bottom: 35px;
  padding: 6px 13px 14px 15px;
  transition: all .15s;
  bottom: 0;
  right: 35px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.slider_arrow:hover {
  transform: scale(.95);
}

.slider_arrow.left {
  margin-right: 0;
  padding-left: 13px;
  padding-right: 15px;
  right: 132px;
}

.hide {
  display: none;
}

.beschikbaar_anchor {
  height: 0;
}

.hero_intro_gallery_mobile {
  width: 575px;
  height: 657px;
  display: none;
}

.grid {
  align-content: start;
}

.ruimtes_slider_mobile {
  height: 100%;
  display: none;
}

.lightbox_bekijk_mobile, .mobile_hero_logo, .intro_header_hidden, .hero_bg_image_mobile, .footer_image_mobile {
  display: none;
}

.doelstelling_header {
  margin-bottom: 0;
}

.heading {
  margin-top: 0;
}

.nav_wrapper {
  z-index: 99999;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
}

.nav_button_open {
  z-index: 2;
  width: 55px;
  height: 55px;
  background-color: var(--kp-geel);
  cursor: pointer;
  border-radius: 100vw;
  padding: 5px;
  position: absolute;
  top: 50px;
  right: 39px;
}

.nav_content {
  z-index: 1;
  width: 650px;
  height: 100vh;
  min-height: 800px;
  background-color: var(--kp-geel);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 50px;
  display: none;
  position: relative;
}

.nav_link {
  width: 100%;
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: flex;
}

.nav_button_close {
  z-index: 2;
  width: 55px;
  height: 55px;
  background-color: var(--kp-geel);
  cursor: pointer;
  border-radius: 100vw;
  padding: 5px;
  position: absolute;
  top: 50px;
  right: 39px;
}

.nav_bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
}

.nav_content_black_bar {
  width: 100%;
  height: 50px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.nav_links {
  width: 92%;
  border-top: 2px solid #fff;
  margin-top: 125px;
  margin-left: 50px;
}

.nav_arrow {
  width: 35px;
}

.nav_socials {
  height: 130px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 75px;
  margin-left: 50px;
  display: flex;
}

.nav_insta_icon {
  width: 60px;
  margin-right: 13px;
}

.link-block {
  color: #000;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav_bar_button_wrapper {
  z-index: 1;
  width: 478px;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 50px;
  right: 133px;
}

.nav_bar_button {
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  border: 1.5px solid #fff;
  border-radius: 100vw;
  flex-direction: column;
  align-items: center;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .125s;
}

.nav_bar_button:hover {
  border-color: var(--kp-geel);
  background-color: var(--kp-geel);
  color: #000;
}

.zwartewaas {
  width: 100%;
  height: 230px;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, 0));
  position: absolute;
}

.beschikbare_ruimte_subtekst {
  margin-top: 100px;
}

.checkbox {
  width: 29px;
  height: 29px;
  border: 2px solid #999;
  border-radius: 4px;
  margin-top: 7px;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  background-color: var(--kp-geel);
  background-position: 50%;
  background-size: auto;
  border-style: none;
}

.checkbox_field {
  cursor: pointer;
  margin-top: 5px;
  display: flex;
}

.checkbox_field.margin {
  margin-top: 25px;
}

.checkbox_label {
  margin-bottom: 0;
}

.checkboxes {
  margin-top: 25px;
}

.huurder_beschrijving {
  text-transform: none;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
    max-width: none;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.margin {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .button_arrow.white.lightbox_bekijk {
    width: 30px;
    height: 30px;
    margin-left: 12px;
    padding: 0 0 10px 3px;
    position: relative;
    top: 0;
    right: 0;
  }

  .button_3.form_button_margin {
    margin-bottom: 35px;
  }

  .arrowright.lightbox_mobile {
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

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

  .hero_intro_gallery_desktop {
    display: none;
  }

  .hero_logo_wrapper {
    width: 100%;
  }

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

  .huurder_linkblock.centred, .huurder_linkblock.right {
    text-align: left;
  }

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

  .ratio_box_4-3 {
    display: none;
  }

  .ratio_box_4-3.beschikbaarheid {
    display: block;
  }

  .ratio_box_4-3.beschikbaarheid.hide-show {
    display: none;
  }

  .beschikbaar_intro {
    margin-bottom: 80px;
  }

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

  .lightbox_hover, .pakhuis_image {
    display: none;
  }

  .form_socials_content {
    margin-top: 35px;
  }

  .form_socials_desktop {
    margin-left: 0;
  }

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

  .ruimte_form.beschikbaar {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .pakhuis_achterkant {
    margin-top: 150px;
  }

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

  .footer_socials, .footer_socials.mobile {
    display: none;
  }

  .footer_socials.horizontal {
    margin-top: 40px;
  }

  .copyright-wrapper {
    margin-top: 150px;
  }

  .slider_arrow:hover {
    transform: none;
  }

  .hero_intro_gallery_mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .denkers_heading {
    padding-right: 46%;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .ruimtes_slider_mobile {
    height: auto;
    display: block;
  }

  .mobile_ruimtes_image {
    width: 100%;
  }

  .lightbox_bekijk_mobile {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .6);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .nav_button_open {
    right: 47px;
  }

  .nav_content {
    width: 100%;
    height: 100svh;
  }

  .nav_button_close {
    right: 47px;
  }

  .nav_bg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 6vw;
    line-height: 9vw;
  }

  h1 {
    font-size: 9.2vw;
    line-height: 9.2vw;
  }

  h2 {
    margin-bottom: 5vw;
    font-size: 7.8vw;
    line-height: 9.2vw;
  }

  h3 {
    margin-bottom: 5vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  h4 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 7vw;
    line-height: 9vw;
  }

  p {
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .container {
    width: 90vw;
  }

  .container.margin {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .button_2 {
    border-width: .5vw;
    margin-top: 10vw;
    margin-left: -1vw;
    padding: 2vw 16vw 2vw 5vw;
    font-size: 4.5vw;
    line-height: 9vw;
  }

  .button_arrow {
    width: 10vw;
    height: 10vw;
    padding: 3vw 1.75vw 1.75vw;
    top: 1.5vw;
    right: 1.5vw;
  }

  .button_arrow.white.form {
    padding-right: 2vw;
    top: 3.6vw;
    right: 1.6vw;
  }

  .button_arrow.white.lightbox_bekijk {
    width: 5.5vw;
    height: 5.5vw;
    margin-left: 3vw;
    padding-bottom: 1.75vw;
    padding-left: 2.5vw;
  }

  .button_arrow.form {
    padding-right: 2vw;
    top: 3.7vw;
    right: 1.5vw;
  }

  .arrowdown {
    padding: 1.75vw 1.75vw 0;
  }

  .button_1 {
    border-width: .5vw;
    margin-top: 10vw;
    margin-left: -1vw;
    padding: 2vw 5vw;
    font-size: 4.5vw;
    line-height: 9vw;
  }

  .button_1.ruimtes {
    min-width: auto;
  }

  .button_3 {
    border-width: .5vw;
    margin-left: -1vw;
    padding: 2vw 16vw 2vw 5vw;
    font-size: 4.5vw;
    line-height: 9vw;
  }

  .arrowright {
    padding: 5vw 1vw 2vw 2.25vw;
  }

  .arrowright.lightbox_mobile {
    padding-right: 1.75vw;
  }

  .sg_buttons2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .sg_buttons1 {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .button_4 {
    border-width: .5vw;
    margin-left: -1vw;
    padding: 2vw 5vw;
    font-size: 4.5vw;
    line-height: 9vw;
  }

  .button_5 {
    border-width: .5vw;
    margin-left: -1vw;
    padding: 2vw 15vw 2vw 5vw;
    font-size: 4.5vw;
    line-height: 9vw;
  }

  .hero_intro_box {
    padding: 8vw 5vw 5vw;
  }

  .hero_intro_text {
    margin-top: 5vw;
  }

  .hero_intro_grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .hero_logo_wrapper {
    margin-bottom: -9vw;
    padding-left: 8vw;
  }

  .hero_bg_image_wrapper {
    height: 145vw;
    max-height: none;
  }

  .huurders_grid {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 10vw;
  }

  .huurder_linkblock {
    text-align: left;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .huurder_linkblock.right-aligned {
    margin-left: 3vw;
  }

  .ruimtes_text_wrapper {
    margin-top: 0;
  }

  .ruimtes_grid {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .ruimtes_bullet {
    margin-bottom: 2vw;
  }

  .bullet {
    width: 3vw;
    height: 3vw;
    margin-top: 3.75vw;
    margin-right: 2vw;
  }

  .beschikbare_ruimte_grid {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
  }

  .devider {
    height: .3vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .form_text_field {
    height: 14vw;
    border-width: .5vw;
    border-radius: 2vw;
    margin-bottom: 3vw;
    padding: 2vw 2.5vw;
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .form_text_field.paragraph {
    height: 30vw;
  }

  .form-block {
    width: 100%;
    margin-top: 10vw;
  }

  .form-block.footer {
    margin-top: 10vw;
  }

  .submit-btn {
    padding: 2vw 16vw 2vw 5vw;
    font-size: 4.5vw;
  }

  .btn-wrapper {
    margin-top: 8vw;
    margin-left: -1vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .btn-wrapper.footer {
    margin-top: 10vw;
  }

  .form_wrapper {
    margin-bottom: 0;
  }

  .form_socials_content {
    margin-top: 10vw;
  }

  .social_link_block {
    height: 9vw;
    align-items: center;
    padding-left: 10.5vw;
    display: flex;
  }

  .social_text {
    font-size: 6vw;
  }

  .social_icon {
    height: 9vw;
    top: -.5vw;
  }

  .form_socials_desktop {
    margin-bottom: 0;
    display: flex;
  }

  .ruimte_form.niet_beschikbaar {
    grid-column-gap: 10vw;
    grid-row-gap: 0vw;
  }

  .ruimte_form.beschikbaar {
    margin-top: 10vw;
  }

  .social_devider {
    height: 2vw;
  }

  .doelstelling_wrapper {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .quotes {
    width: 11vw;
    margin-bottom: 5vw;
  }

  .pakhuis_achterkant {
    margin-top: 20vw;
  }

  .desktop_footer_logo {
    display: none;
  }

  .footer_grid {
    grid-column-gap: 25vw;
    grid-row-gap: 25vw;
    padding-top: 65vw;
  }

  .footer_nav_link {
    margin-bottom: 3vw;
  }

  .footer_socials.mobile {
    margin-top: 10vw;
    margin-left: -1vw;
  }

  .niet_beschikbaar_intro {
    margin-bottom: 9vw;
  }

  .copyright-wrapper {
    margin-top: 20vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .copyright {
    font-size: 4vw;
    line-height: 4vw;
  }

  .hero_bg_image_desktop {
    display: none;
  }

  .slider_arrow {
    width: 12vw;
    height: 12vw;
    border-width: .5vw;
    margin-bottom: 5vw;
    padding: .2vw 2vw 2vw;
    right: 5vw;
  }

  .slider_arrow.left {
    padding-left: 2vw;
    padding-right: 2vw;
    right: 20.6vw;
  }

  .ruimtes_slider_mobile {
    margin-top: 5vw;
  }

  .lightbox_bekijk_mobile {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    font-size: 4vw;
  }

  .desktop_hero_logo {
    display: none;
  }

  .mobile_hero_logo {
    margin-left: -4vw;
    display: block;
  }

  .mobile_footer_logo {
    width: 62vw;
    margin-top: -10vw;
    margin-bottom: -50vw;
  }

  .hero_bg_image_mobile {
    width: 100%;
    display: block;
  }

  .footer_image_desktop {
    display: none;
  }

  .footer_image_mobile {
    display: inline-block;
  }

  .doelstelling_subtitle {
    margin-top: 1vw;
  }

  .heading, .heading-2, .heading-3 {
    margin-top: 0;
  }

  .nav_button_open {
    width: 9vw;
    height: 9vw;
    padding: 1vw;
    top: 5vw;
    right: 5vw;
  }

  .nav_content {
    padding-right: 5vw;
  }

  .nav_link {
    border-bottom-width: .5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .nav_button_close {
    width: 9vw;
    height: 9vw;
    padding: 1vw;
    top: 5vw;
    right: 5vw;
  }

  .nav_content_black_bar {
    height: 8vw;
  }

  .nav_links {
    border-top-width: .5vw;
    margin-top: 18vw;
    margin-left: 5vw;
  }

  .nav_arrow {
    width: 6vw;
  }

  .nav_socials {
    height: 27vw;
    margin-top: 20vw;
    margin-left: 5vw;
  }

  .nav_insta_icon {
    width: 11.5vw;
  }

  .link-block {
    font-size: 6.5vw;
    line-height: 6vw;
  }

  .nav_bar_button_wrapper {
    width: 80vw;
    top: 5vw;
    right: 17vw;
  }

  .nav_bar_button {
    height: 9vw;
    border-width: .25vw;
    padding: 2vw 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .zwartewaas {
    height: 39vw;
  }

  .beschikbare_ruimte_subtekst {
    margin-top: 10vw;
  }

  .checkbox {
    width: 6vw;
    height: 6vw;
    min-height: 6vw;
    min-width: 6vw;
    border-width: .5vw;
    border-radius: 1vw;
    margin-top: 1vw;
    margin-left: -3.5vw;
    margin-right: 3vw;
  }

  .checkbox_field {
    margin-top: 0;
    margin-bottom: 5vw;
    padding-left: 3.5vw;
    line-height: 8vw;
  }

  .checkboxes {
    margin-top: 5vw;
  }

  .huurder_beschrijving {
    margin-top: .9vw;
    font-size: 5.5vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .lightbox_hover_icon {
    height: 50px;
  }

  .social_link_block.white {
    display: flex;
  }

  .social_icon {
    top: 0;
  }

  .slider_arrow {
    padding-top: 0;
    padding-bottom: 2vw;
    padding-left: 2.75vw;
  }

  .slider_arrow.left {
    padding-right: 2.75vw;
  }

  .nav_button_open {
    right: 3.6vw;
  }

  .nav_content {
    padding-right: 3vw;
  }

  .nav_button_close {
    right: 3.6vw;
  }
}

#w-node-dc481339-77d8-30d5-5ed8-b9eda18e71fd-3d651509, #w-node-_4b9dc181-2b0e-f4ae-562e-3bb52cb6069f-3d651509, #w-node-cc7f963f-b4f1-7abb-0d59-0a686b08a2ab-3d651509, #w-node-f6f933ed-1289-3c00-51cf-ba60d6b95976-3d651509, #w-node-_30d9f8f4-257f-17e7-8447-868dca9a740b-3d651509, #w-node-_8ed32a00-d73b-d058-36ae-5fe891c97e20-3d651509, #w-node-_70df306f-72a9-3921-1b2a-4806452f54c8-3d651509, #w-node-a1c4fba9-37a9-876b-15d4-f36442c54396-3d651509, #w-node-_1749c07e-b722-ee37-9ff2-8c8a81681b9c-3d651509, #w-node-_9a60fbbf-4d23-276f-8984-ed27e1545df9-3d651509, #w-node-_9a60fbbf-4d23-276f-8984-ed27e1545dfa-3d651509, #w-node-_9a60fbbf-4d23-276f-8984-ed27e1545dfc-3d651509, #w-node-d023a0b9-b1e4-c08e-7b1f-53c33f584ae2-3d651509, #w-node-d023a0b9-b1e4-c08e-7b1f-53c33f584ae5-3d651509, #w-node-d023a0b9-b1e4-c08e-7b1f-53c33f584aed-3d651509, #w-node-d023a0b9-b1e4-c08e-7b1f-53c33f584afd-3d651509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f689f75f-59a2-40f7-b5b2-c07a8fedd5ea-3d651509 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c74f4f9-4e49-904c-a6df-5d93f3506af3-3d651509, #w-node-_8c74f4f9-4e49-904c-a6df-5d93f3506af5-3d651509, #w-node-_8c74f4f9-4e49-904c-a6df-5d93f3506af7-3d651509, #w-node-_9eb7dae4-3b8c-5e2b-3c94-7afbb265e3d6-3d651509, #w-node-_9eb7dae4-3b8c-5e2b-3c94-7afbb265e3d9-3d651509, #w-node-_9eb7dae4-3b8c-5e2b-3c94-7afbb265e3e6-3d651509, #w-node-_9eb7dae4-3b8c-5e2b-3c94-7afbb265e3f6-3d651509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78ec2a79-a660-84d6-1537-55282f80a28f-3d651509 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9da5258d-fb80-6ae0-4e47-132daf482e00-3d651509, #w-node-_0f8dedf5-c5d6-4b0c-adc3-066d72d98828-3d651509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Baulf';
  src: url('../fonts/BauLF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baulf';
  src: url('../fonts/BauLF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baulf';
  src: url('../fonts/BauLF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}