:root {
  --off-black: #17191c;
  --secendairy-grey: #adadad;
  --green: #5bc7a2;
  --pink: #ff7cac;
}

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

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 4;
  height: 96px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1466px;
  margin-bottom: 0;
  padding: 18px 20px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-wrapper {
  width: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  align-self: center;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .5px;
  margin-left: 0;
  margin-right: 12px;
  padding: 11px 10px 2px 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .25px;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.w--open {
  z-index: 1;
}

.nav-dropdown-icon {
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  margin-top: -38px;
  padding-top: 45px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  width: 114px;
  border: 2px solid var(--off-black);
  -webkit-text-stroke-color: var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  margin-top: -60px;
  padding-left: 19px;
  overflow: visible;
  background-color: #fff;
}

.nav-dropdown-link {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.btn-faciliteiten-container{
	display: inline-block;
}
.image {
  object-fit: cover;
  object-position: 20% 50%;
  transition: box-shadow .4s cubic-bezier(.48, .089, 0, 1.024);
  position: static;
}

.image:hover {
  box-shadow: 5px 6px #ffec5d, 5px 6px 0 1px #000, 10px 12px #ff79e0, 11px 13px #141414;
}

.image.fill {
  width: auto;
  height: 220px;
  clear: none;
  object-position: 50% 50%;
  position: relative;
  left: 0%;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border: 0 solid #131313;
  border-radius: 0;
  flex-flow: column;
  align-content: space-around;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
}

.cell.buurt {
  padding-top: 100px;
}

.cell-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column wrap;
  grid-template-rows: minmax(1px, 165px);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: flex;
}

.quick-stack {
  width: 1466px;
  height: 835px;
  max-height: 835px;
  min-height: 835px;
  object-fit: cover;
  object-position: 50% 50%;
  flex-wrap: nowrap;
  flex: none;
  align-self: auto;
  padding-top: 2px;
  overflow: visible;
}

.container-2 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-3 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px;
  display: grid;
}

.lightbox-link-1-1 {
  height: 220px;
  clear: none;
  text-align: center;
  object-position: 50% 50%;
  flex: 0 auto;
}

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

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

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

.div-block {
  max-width: 220px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.image-4-3-portrait {
  max-width: 220px;
  object-fit: cover;
  object-position: 23% 50%;
  margin-top: 0;
  padding-top: 0;
  transition: all .6s;
  display: block;
  overflow: hidden;
}

.image-4-3-portrait:hover {
  height: 310px;
  max-width: none;
  float: none;
  object-fit: cover;
  margin-left: -43px;
  display: block;
  position: static;
  overflow: visible;
}

.image-4-3-portrait.bottomrow_colmn2_exeption {
  height: 113%;
  max-width: none;
  margin-top: -40px;
  margin-left: -5px;
}

.image-4-3-portrait.bottomrow_colmn2_exeption:hover {
  height: 115%;
  margin-top: -45px;
  margin-left: -6px;
}

.image-4-3-portrait.column-3_kitchen_exception {
  width: 250px;
  max-width: none;
  object-position: 50% 50%;
  margin-top: -37px;
  margin-left: -26px;
  transition: all .6s;
}

.image-4-3-portrait.column-3_kitchen_exception:hover {
  width: 260px;
  height: auto;
  max-width: none;
  margin-top: -42px;
  margin-left: -30px;
  overflow: visible;
}

.image-4-3-portrait.column-3_chickens_exception {
  width: auto;
  height: 83%;
  max-width: none;
  margin-top: -31px;
  margin-left: -36px;
}

.image-4-3-portrait.column-3_chickens_exception:hover {
  height: 89%;
  margin-left: -46px;
}

.image-4-3-portrait.binnendieze {
  height: 122%;
  max-width: none;
  margin-top: -41px;
  margin-left: -88px;
}

.image-4-3-portrait.binnendieze:hover {
  height: 130%;
  margin-top: -52px;
  margin-left: -96px;
}

.lightbox-c1-r1 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c1-r1:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-link-4-3-landscape {
  width: 100%;
  height: 163px;
  object-fit: cover;
}

.image-c2-r1 {
  width: 263.234px;
  height: 101%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  margin-left: -25px;
  transition: box-shadow .4s cubic-bezier(.48, .089, 0, 1.024);
  position: static;
  overflow: hidden;
}

.image-c2-r1.fill {
  width: auto;
  height: 220px;
  clear: none;
  object-position: 50% 50%;
  position: relative;
  left: 0%;
}

.image-c2-r1.bottomrow_colmn1_exeption {
  width: 277px;
  max-width: none;
  margin-top: -23px;
  margin-left: -24px;
}

.image-c2-r1.column-6-exeption {
  height: 180px;
  max-width: none;
  margin-top: -8px;
  margin-left: -14px;
  transition: all .6s;
}

.image-c2-r1.column-6-exeption:hover {
  height: 190px;
  margin-top: -12px;
  margin-left: -18px;
}

.image-c2-r1.exeption-second-column-bedroom {
  margin-left: -29px;
  transition: all .6s;
}

.image-c2-r1.exeption-second-column-bedroom:hover {
  height: 108%;
  margin-top: -7px;
  margin-left: -36px;
}

.image-c2-r1.exeption-1st-colmn-fire {
  width: 140%;
  height: auto;
  margin-top: -27px;
  margin-left: -32px;
  transition: all .6s;
}

.image-c2-r1.exeption-1st-colmn-fire:hover {
  width: 146%;
  margin-top: -33px;
  margin-left: -42px;
}

.image-c2-r1.efteling {
  height: 130%;
  margin-top: -19px;
  margin-left: -54px;
  transition: all .6s;
}

.image-c2-r1.efteling:hover {
  height: 140%;
  margin-top: -25px;
  margin-left: -77px;
}

.lightbox-c1-r2 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c1-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c1-r2.column4_exception_trampoline {
  border-width: 2px;
}

.image-2 {
  object-fit: fill;
}

.image-c1-r2 {
  width: 220px;
  height: 220px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-c1-r2:hover {
  width: 230px;
  height: 230px;
  margin-top: -5px;
  margin-left: -5px;
}

.image-c1-r2.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-c1-r2.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-c1-r2.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-c1-r2.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.section {
  z-index: auto;
  height: 840px;
  max-height: none;
  min-height: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-clip: border-box;
  position: relative;
  overflow: hidden;
}

.container-4 {
  width: 100%;
  height: 840px;
  max-width: 1466px;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.image-c1-r1 {
  width: 220px;
  height: 298px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 2px;
  transition: all .6s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-c1-r1:hover {
  width: 229.344px;
  height: 304px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  margin-left: -3px;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image-c1-r1.column3-exception {
  width: 397.453px;
  height: 298px;
  max-height: none;
  object-fit: cover;
  object-position: 30% 50%;
  margin-left: -42px;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.image-c1-r1.column3-exception:hover {
  height: 105%;
  top: -3px;
  left: -3px;
}

.image-c1-r1.column4-exception {
  height: 490px;
  object-fit: cover;
  margin-right: 29px;
  bottom: 119px;
  left: 100px;
  overflow: visible;
}

.image-c1-r1.column4-exception:hover {
  height: 510px;
  bottom: 132px;
  left: 109px;
}

.image-c1-r1.fietsen {
  width: auto;
  height: 190%;
  margin-top: -123px;
  margin-left: -101px;
}

.image-c1-r1.fietsen:hover {
  height: 197%;
  margin-top: -135px;
  margin-left: -117px;
}

.cell-copy {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border: 0 solid #131313;
  border-radius: 0;
  flex-flow: column;
  align-content: space-around;
  justify-content: space-between;
  align-items: stretch;
}

.lightbox-c1-r3 {
  width: 220px;
  height: 163px;
  clear: none;
  object-fit: fill;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  display: block;
  overflow: hidden;
}

.lightbox-c1-r3:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c2-r2 {
  width: 220px;
  height: 390px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c2-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.cell-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  padding-top: 0;
}

.image-c2-r2 {
  width: 238.828px;
  height: 424.578px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -29px;
  margin-left: -1px;
  transition: all .6s;
  display: block;
  overflow: hidden;
}

.image-c2-r2:hover {
  height: 113%;
  max-height: 113%;
  margin-left: -3px;
}

.image-c2-r2.den-bosch {
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: -181px;
  display: block;
}

.image-c2-r2.den-bosch:hover {
  height: 105%;
  margin-top: -6px;
  margin-left: -194px;
}

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

.cell-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 40px;
}

.image-4 {
  width: 586px;
  max-width: none;
  float: none;
  clear: both;
  object-fit: contain;
  object-position: 60% 50%;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.heading {
  height: auto;
  color: var(--off-black);
  letter-spacing: 0;
  -webkit-text-stroke-color: transparent;
  object-fit: none;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: flex;
  overflow: visible;
}

.paragraph {
  height: 225px;
  min-height: 0;
  color: var(--off-black);
  -webkit-text-stroke-color: #17191c;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
}

.paragraph.vertical-center-aligned {
  height: auto;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 5px;
  line-height: 18px;
  display: flex;
  overflow: visible;
}

.paragraph.vertical-center-aligned.left {
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.paragraph.minus-margin {
  height: auto;
  flex: 0 auto;
  margin-top: -4px;
}

.paragraph.trancated {
  height: auto;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 25px;
  overflow: hidden;
}

.paragraph.trancated.expanded {
  height: auto;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-2.left {
  align-items: flex-end;
}

.div-block-2.middle {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-left: -4px;
}

.container-5 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.container-intro-block-dt {
  width: 100%;
  height: auto;
  max-width: none;
  object-position: 50% 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.section-2 {
  width: 100vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 0;
}

.container-4-column-width {
  width: 460px;
  height: 260px;
  max-width: none;
  object-position: 50% 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 130px;
  display: flex;
  position: static;
}

.container-4-column-width.placeholder {
  z-index: auto;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 365px;
  background-color: rgba(202, 202, 202, 0);
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  margin-left: 115px;
  margin-right: 0;
  position: static;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-12-column-width {
  width: 100%;
  max-width: 1260px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  align-content: space-around;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.container-12-column-width.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  overflow: visible;
}

.info-button {
  letter-spacing: normal;
  background-color: #fff;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  font-weight: 900;
  padding: 9px 15px 9px 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.button {
  color: #17191c;
  letter-spacing: normal;
  background-color: #fff;
  padding-left: 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: flex;
}

.button.show {
  -webkit-text-stroke-color: var(--off-black);
}

.button.less {
  display: block;
}

.container-6 {
  width: 100%;
  max-width: none;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 130px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.container-generic-block-dt {
  width: 100%;
  height: auto;
  max-width: none;
  object-position: 50% 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.title-l-dt {
  color: #17191c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.container-rooms {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0 20px;
  display: flex;
}

.div-block-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.room-block {
  width: 220px;
  height: 125px;
  border: 2px solid var(--off-black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--off-black);
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.room-block.last {
  margin-right: 0;
}

.image-5 {
  max-width: none;
  aspect-ratio: auto;
  flex: 0 auto;
}

.body-l-heavy {
  -webkit-text-stroke-color: #17191c;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body-l-heavy.vertical-center-aligned {
  color: var(--off-black);
  letter-spacing: .3px;
  flex: none;
  align-self: center;
  margin-top: 10px;
  font-family: Whyte Inktrap, sans-serif;
  font-weight: 900;
  overflow: scroll;
}

.faciliteit-item {
  width: 340px;
  height: auto;
  grid-column-gap: 10px;
  border: 0px solid var(--off-black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--off-black);
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.div-block-3 {
  flex: 1;
}

.subscript {
  color: var(--secendairy-grey);
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.container-facilities-list {
  width: 50%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 20px 0 0;
  display: flex;
}

.body-m {
  color: var(--off-black);
  -webkit-text-stroke-color: #17191c;
  margin-top: 0;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.body-m.vertical-center-aligned {
  align-self: center;
  margin-top: 0;
  padding-top: 5px;
  font-size: 16px;
  line-height: 16px;
  display: inline;
  overflow: visible;
}

.body-m.minus-margin {
  margin-top: -4px;
}

.body-m.table-style {
  width: 100%;
  overflow-wrap: break-word;
}

.body-m.list {
  width: 100%;
  line-height: 26px;
  display: inline;
}

.container-7 {
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.secondary-button-m {
  height: 52px;
  border: 2px solid var(--off-black);
  perspective: 899px;
  perspective-origin: 0%;
  transform-origin: 1%;
  color: #17191c;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 4px;
  /* padding-top: 15px; */
  padding-left: 20px;
  padding-right: 20px;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  overflow: scroll;
  transform: perspective(1358px);
}

.secondary-button-m.backdrop {
  background-color: #4356ff;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 0;
  position: static;
  overflow: auto;
}

.secondary-button-m.backdrop.contact {
  width: auto;
  background-color: #ff7bac;
}

.secondary-button-m.backdrop.facilities {
  width: auto;
  background-color: #4357ff;
}

.secondary-button-m.face {
  margin-top: -58px;
}

.secondary-button-m.face.contact {
  width: auto;
}

.secondary-button-div {
  width: 210px;
  margin-top: 30px;
  margin-bottom: 6px;
  padding-top: 6px;
}

.secondary-button-div:hover {
  border-radius: 4px;
}

.secondary-button-div.contact {
  width: 149px;
  margin-top: 0;
  transition: all .4s;
}

.secondary-button-div.contact:hover {
  box-shadow: 6px 12px 0 -2px #ffc5da, 6px 13px 0 -1px var(--off-black);
  border-radius: 6px;
}

.secondary-button-div.facilities {
  width: 251px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all .4s;
}

.secondary-button-div.facilities:hover {
  box-shadow: 5px 12px 0 -2px #ff92f8, 5px 12px 0 0 var(--off-black);
  border-radius: 6px;
}

.secondary-button-div.facilities.hide {
  display: none;
}

.divider {
  height: 2px;
  max-height: 2px;
  max-width: 100vw;
  -webkit-text-fill-color: inherit;
  background-color: #ececec;
  background-clip: border-box;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.divider.notopmargin {
  margin-top: 0;
}

.divider.nomargins {
  margin-top: 0;
  margin-bottom: 0;
}

.container-indebuurt-block-dt {
  width: 460px;
  height: auto;
  max-width: none;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.title-m-dt {
  font-family: Whyte Inktrap, sans-serif;
  font-size: 22px;
  line-height: 18px;
}

.info-paragraph {
  min-height: 0;
  color: var(--off-black);
  -webkit-text-stroke-color: #17191c;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
}

.intro-paragraph {
  height: 150px;
  min-height: 0;
  color: var(--off-black);
  -webkit-text-stroke-color: #17191c;
  margin-bottom: 0;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
}

.intro-paragraph.vertical-center-aligned {
  align-self: center;
  margin-top: 0;
  padding-top: 5px;
  line-height: 18px;
  overflow: visible;
}

.intro-paragraph.minus-margin {
  margin-top: -4px;
}

.intro-paragraph.trancated {
  height: auto;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 25px;
  overflow: hidden;
}

.intro-paragraph.trancated.expanded {
  height: auto;
}

.indebuurt-paragraph {
  height: 225px;
  min-height: 0;
  color: var(--off-black);
  -webkit-text-stroke-color: #17191c;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
}

.indebuurt-paragraph.vertical-center-aligned {
  align-self: center;
  margin-top: 0;
  padding-top: 5px;
  line-height: 18px;
  overflow: visible;
}

.indebuurt-paragraph.minus-margin {
  margin-top: -4px;
}

.indebuurt-paragraph.trancated {
  height: auto;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 25px;
  overflow: hidden;
}

.indebuurt-paragraph.trancated.expanded {
  height: auto;
}

.indebuurt-paragraph.diap-adres {
  height: auto;
  color: #fff;
  margin-bottom: 30px;
  margin-left: 0;
  text-decoration: none;
}

.container-indebuurt {
  width: 1466px;
  height: auto;
  max-width: none;
  object-position: 50% 50%;
  position: static;
}

.quick-stack-indebuurt {
  width: 820px;
  height: 616px;
  object-position: 50% 50%;
  flex-wrap: nowrap;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.container-12-column-width-buurt {
  width: auto;
  height: 100%;
  max-width: 1244px;
  align-items: flex-start;
  margin: auto;
  padding-left: 32px;
  display: flex;
  position: static;
}

.container-6-buurt {
  max-width: none;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  margin: auto;
  display: flex;
}

.map {
  width: 722px;
  height: 580px;
  max-height: 580px;
  max-width: 722px;
  border: 2px solid var(--off-black);
  object-fit: scale-down;
  border-radius: 6px;
  flex-wrap: wrap;
  flex: none;
  align-items: flex-start;
  margin-top: 0;
  display: none;
  position: static;
}

.container-8 {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  cursor: pointer;
  object-fit: fill;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  width: 458px;
  border: 2px solid var(--off-black);
  background-color: #4383ff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: -2px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.image-6 {
  width: 180px;
  height: 180px;
  max-width: none;
  margin-bottom: 30px;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.footer {
  width: 100vw;
  height: 85px;
  max-width: none;
  padding-top: 0;
}

.container-9 {
  width: 100%;
  height: 2px;
  max-width: none;
  background-color: var(--off-black);
  margin-top: 10px;
}

.footer-text {
  height: auto;
  min-height: 0;
  color: var(--off-black);
  text-align: center;
  -webkit-text-stroke-color: #17191c;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
}

.footer-text.vertical-center-aligned {
  align-self: center;
  margin-top: 0;
  padding-top: 5px;
  line-height: 18px;
  overflow: visible;
}

.footer-text.minus-margin {
  margin-top: -4px;
}

.footer-text.trancated {
  height: auto;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 25px;
  overflow: hidden;
}

.footer-text.trancated.expanded {
  height: auto;
}

.image-1-1-fill {
  width: auto;
  height: 130%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: -53px;
  margin-left: -140px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-1-1-fill:hover {
  width: auto;
  height: 135%;
  margin-top: -57px;
  margin-left: -156px;
}

.image-1-1-fill.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-1-1-fill.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-1-1-fill.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-1-1-fill.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.image-1-1-fill.oisterwijk {
  height: 130%;
  margin-left: -177px;
}

.image-1-1-fill.oisterwijk:hover {
  height: 135%;
}

.image-buurt-c1-r3 {
  max-width: none;
  margin-top: -13px;
  transition: all .6s;
}

.image-buurt-c1-r3:hover {
  width: 117%;
  height: auto;
  margin-left: -19px;
  display: block;
}

.secondary-button-l-div {
  width: 264px;
  height: 60px;
  order: 0;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 6px;
  display: block;
  overflow: visible;
}

.secondary-button-l-div.contact {
  width: 149px;
  margin-top: 0;
}

.container-10 {
  justify-content: center;
  margin-top: -32px;
  display: flex;
  position: relative;
  overflow: auto;
}

.container-10.buurt {
  width: 264px;
  height: auto;
  max-width: none;
  flex: none;
  margin-top: 304px;
  margin-left: 303px;
  margin-right: -540px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.secondary-button-l {
  height: 52px;
  border: 2px solid var(--off-black);
  perspective: 899px;
  perspective-origin: 0%;
  transform-origin: 1%;
  color: #17191c;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 4px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  overflow: scroll;
  transform: perspective(1358px);
}

.secondary-button-l.backdrop {
  height: 60px;
  background-color: #5bc7a1;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 0;
  position: static;
  overflow: auto;
}

.secondary-button-l.backdrop.contact {
  width: 146px;
  background-color: #ff7bac;
}

.secondary-button-l.face {
  height: 60px;
  margin-top: -66px;
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
  overflow: scroll;
}

.secondary-button-l.face.contact {
  width: 146px;
}

.lightbox-link {
  width: 264px;
  height: 66px;
  opacity: 1;
  border-radius: 20px;
  margin: 0 0 0 -264px;
  display: block;
  overflow: scroll;
}

.image-8 {
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 0;
  object-fit: fill;
}

.div-block-6 {
  height: 60px;
  border: 2px solid var(--off-black);
  background-color: #5bc7a1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.div-block-6.face {
  background-color: #fff;
  margin-top: -66px;
  margin-left: 0;
  margin-right: 4px;
  padding: 0 20px;
  overflow: auto;
}

.button-l-text {
  color: var(--off-black);
  order: 1;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 20px;
  display: flex;
}

.image-9 {
  opacity: 0;
}

.div-block-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  display: flex;
}

.container-11 {
  display: none;
}

.primary-button-div {
  width: 210px;
  margin-top: 30px;
  margin-bottom: 6px;
  padding-top: 6px;
}

.primary-button-div.contact {
  width: 149px;
  margin-top: 0;
}

.primary-button-l {
  height: 52px;
  border: 2px solid var(--off-black);
  perspective: 899px;
  perspective-origin: 0%;
  transform-origin: 1%;
  color: #17191c;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  overflow: hidden;
  transform: perspective(1358px);
}

.primary-button-l.backdrop {
  background-color: #4356ff;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 0;
  position: static;
  overflow: auto;
}

.primary-button-l.backdrop.contact {
  width: 146px;
  background-color: #ff7bac;
}

.primary-button-l.face {
  margin-top: -58px;
}

.primary-button-l.face.contact {
  width: 146px;
}

.booking-div-overlay {
  display: none;
}

.div-block-10 {
  z-index: 1;
  width: 40%;
  height: 0;
  min-width: auto;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: content-box;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 474px;
  margin-bottom: -468px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.quick-stack-2 {
  width: 100%;
  max-width: 1244px;
  align-self: auto;
  padding: 0 32px;
}

.image-12 {
  width: 365px;
  max-width: none;
  align-self: flex-end;
  margin-top: 130px;
  display: none;
}

.cell-6 {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.div-block-11 {
  margin-top: 16px;
  margin-bottom: 30px;
}

.div-block-12 {
  margin-top: 20px;
}

.image-13 {
  display: none;
}

.container-rooms-2nd-row {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0 20px;
  display: none;
}

.div-block-13 {
  display: none;
}

.image-c1-r3 {
  width: 280px;
  height: 210px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  flex: none;
  margin-top: -15px;
  margin-left: -21px;
  transition: all .6s cubic-bezier(.48, .089, 0, 1.024);
  display: block;
  position: static;
  overflow: hidden;
}

.image-c1-r3:hover {
  height: 216px;
  margin-top: -23px;
  margin-left: -27px;
}

.image-c1-r3.fill {
  width: auto;
  height: 220px;
  clear: none;
  object-position: 50% 50%;
  position: relative;
  left: 0%;
}

.image-c1-r3.bottomrow_colmn1_exeption {
  width: 277px;
  max-width: none;
  margin-top: -23px;
  margin-left: -24px;
}

.image-c1-r3.column-6-exeption {
  height: 180px;
  max-width: none;
  margin-top: -8px;
  margin-left: -14px;
  transition: all .6s;
}

.image-c1-r3.column-6-exeption:hover {
  height: 190px;
  margin-top: -12px;
  margin-left: -18px;
}

.image-c1-r3.exeption-second-column-bedroom {
  margin-left: -29px;
  transition: all .6s;
}

.image-c1-r3.exeption-second-column-bedroom:hover {
  height: 108%;
  margin-top: -7px;
  margin-left: -36px;
}

.image-c1-r3.exeption-1st-colmn-fire {
  width: 140%;
  height: auto;
  margin-top: -27px;
  margin-left: -32px;
  transition: all .6s;
}

.image-c1-r3.exeption-1st-colmn-fire:hover {
  width: 146%;
  margin-top: -33px;
  margin-left: -42px;
}

.image-c1-r3.efteling {
  height: 130%;
  margin-top: -19px;
  margin-left: -54px;
  transition: all .6s;
}

.image-c1-r3.efteling:hover {
  height: 140%;
  margin-top: -25px;
  margin-left: -77px;
}

.image-c1-r4 {
  height: 108%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  margin-top: -19px;
  margin-left: -14px;
  transition: all .6s;
  position: static;
}

.image-c1-r4:hover {
  height: 113%;
  margin-top: -22px;
  margin-left: -11px;
}

.image-c1-r4.fill {
  width: auto;
  height: 220px;
  clear: none;
  object-position: 50% 50%;
  position: relative;
  left: 0%;
}

.image-c1-r4.bottomrow_colmn1_exeption {
  width: 277px;
  max-width: none;
  margin-top: -23px;
  margin-left: -24px;
}

.image-c1-r4.column-6-exeption {
  height: 180px;
  max-width: none;
  margin-top: -8px;
  margin-left: -14px;
  transition: all .6s;
}

.image-c1-r4.column-6-exeption:hover {
  height: 190px;
  margin-top: -12px;
  margin-left: -18px;
}

.image-c1-r4.exeption-second-column-bedroom {
  margin-left: -29px;
  transition: all .6s;
}

.image-c1-r4.exeption-second-column-bedroom:hover {
  height: 108%;
  margin-top: -7px;
  margin-left: -36px;
}

.image-c1-r4.exeption-1st-colmn-fire {
  width: 140%;
  height: auto;
  margin-top: -27px;
  margin-left: -32px;
  transition: all .6s;
}

.image-c1-r4.exeption-1st-colmn-fire:hover {
  width: 146%;
  margin-top: -33px;
  margin-left: -42px;
}

.image-c1-r4.efteling {
  height: 130%;
  margin-top: -19px;
  margin-left: -54px;
  transition: all .6s;
}

.image-c1-r4.efteling:hover {
  height: 140%;
  margin-top: -25px;
  margin-left: -77px;
}

.image-15 {
  border: 2px solid var(--off-black);
  border-radius: 6px 0 0 6px;
}

.link-block {
  width: 722px;
}

.html-embed {
  z-index: 3;
  width: 365px;
  height: 530px;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  align-self: flex-end;
  margin-top: 130px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  width: 724px;
  cursor: pointer;
}

.lightbox-c1-r4 {
  width: 220px;
  height: 163px;
  clear: none;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c1-r4:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c2-r1 {
  width: 220px;
  height: 163px;
  clear: none;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c2-r1:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c5-r1 {
  width: 220px;
  height: 390px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c5-r1:hover {
  width: 220px;
  height: 390px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.image-c5-r1 {
  width: 405.281px;
  height: 540.375px;
  max-height: none;
  max-width: none;
  clear: none;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 2px;
  margin-top: -115px;
  margin-left: -63px;
  margin-right: 0;
  transition: all .6s;
  display: block;
  position: static;
  overflow: visible;
}

.image-c5-r1:hover {
  width: 413.969px;
  height: 550px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  margin-top: -110px;
  margin-left: -64px;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image-c5-r1.column3-exception {
  width: auto;
  height: 298px;
  max-height: none;
  object-fit: cover;
  object-position: 30% 50%;
  margin-left: -42px;
  display: inline-block;
  overflow: hidden;
}

.image-c5-r1.column3-exception:hover {
  height: 105%;
  top: -3px;
  left: -3px;
}

.image-c5-r1.column4-exception {
  height: 490px;
  object-fit: cover;
  margin-right: 29px;
  bottom: 119px;
  left: 100px;
  overflow: visible;
}

.image-c5-r1.column4-exception:hover {
  height: 510px;
  bottom: 132px;
  left: 109px;
}

.image-c5-r1.fietsen {
  width: auto;
  height: 190%;
  margin-top: -123px;
  margin-left: -101px;
}

.image-c5-r1.fietsen:hover {
  height: 197%;
  margin-top: -135px;
  margin-left: -117px;
}

.image-c6-r2 {
  width: 318.438px;
  height: 424.578px;
  max-height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -29px;
  margin-left: -20px;
  transition: all .6s;
  overflow: hidden;
}

.image-c6-r2:hover {
  height: 113%;
  max-height: 113%;
  margin-left: -19px;
}

.image-c6-r2.den-bosch {
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: -181px;
}

.image-c6-r2.den-bosch:hover {
  height: 105%;
  margin-top: -6px;
  margin-left: -194px;
}

.lightbox-c2-r3 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c2-r3:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c3-r1 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c3-r1:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c3-r2 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c3-r2:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c3-r3 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c3-r3:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c4-r1 {
  width: 220px;
  height: 390px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c4-r1:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.image-c4-r2 {
  width: 220px;
  height: 220px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-c4-r2:hover {
  width: 230px;
  height: 230px;
  margin-top: -5px;
  margin-left: -5px;
}

.image-c4-r2.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-c4-r2.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-c4-r2.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-c4-r2.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.lightbox-c4-r3 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c4-r3:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c4-r3.column4_exception_trampoline {
  border-width: 2px;
}

.lightbox-c5-r2 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-c5-r2:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c5-r3 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c5-r3:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c5-r3.column4_exception_trampoline {
  border-width: 2px;
}

.lightbox-c6-r1 {
  width: 220px;
  height: 163px;
  clear: none;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c6-r1:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c6-r2 {
  width: 220px;
  height: 390px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c6-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c6-r3 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c6-r3:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c6-r3.column4_exception_trampoline {
  border-width: 2px;
}

.image-c2-r3 {
  max-width: 220px;
  object-fit: cover;
  object-position: 23% 50%;
  margin-top: 0;
  padding-top: 0;
  transition: all .6s;
  display: block;
  overflow: hidden;
}

.image-c2-r3:hover {
  height: 330px;
  max-width: none;
  float: none;
  object-fit: cover;
  margin-left: -2px;
  margin-top: -45px;
  display: block;
  position: static;
  overflow: visible;
}

.image-c2-r3.bottomrow_colmn2_exeption {
  width: 221.703px;
  height: 113%;
  max-width: none;
  margin-top: -40px;
  margin-left: -5px;
  overflow: visible;
}

/* .image-c2-r3.bottomrow_colmn2_exeption:hover {
  height: 115%;
  margin-top: -45px;
  margin-left: -6px;
  overflow: visible;
} */

.image-c2-r3.column-3_kitchen_exception {
  width: 250px;
  max-width: none;
  object-position: 50% 50%;
  margin-top: -37px;
  margin-left: -26px;
  transition: all .6s;
}

.image-c2-r3.column-3_kitchen_exception:hover {
  width: 260px;
  height: auto;
  max-width: none;
  margin-top: -42px;
  margin-left: -30px;
  overflow: visible;
}

.image-c2-r3.column-3_chickens_exception {
  width: auto;
  height: 83%;
  max-width: none;
  margin-top: -31px;
  margin-left: -36px;
}

.image-c2-r3.column-3_chickens_exception:hover {
  height: 89%;
  margin-left: -46px;
}

.image-c2-r3.binnendieze {
  height: 122%;
  max-width: none;
  margin-top: -41px;
  margin-left: -88px;
}

.image-c2-r3.binnendieze:hover {
  height: 130%;
  margin-top: -52px;
  margin-left: -96px;
}

.image-c3-r1 {
  width: 220px;
  height: 298px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: 23% 50%;
  border-radius: 2px;
  transition: all .6s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-c3-r2 {
  width: 247.453px;
  height: 332.203px;
  max-width: none;
  object-fit: cover;
  object-position: 23% 50%;
  margin-top: -20px;
  margin-left: -20px;
  padding-top: 0;
  transition: all .6s;
  display: block;
  overflow: hidden;
}

.image-c3-r2:hover {
  height: 116%;
  max-width: none;
  float: none;
  object-fit: cover;
  margin-left: -22px;
  display: block;
  position: static;
  overflow: visible;
}

.image-c3-r2.bottomrow_colmn2_exeption {
  height: 113%;
  max-width: none;
  margin-top: -40px;
  margin-left: -5px;
}

.image-c3-r2.bottomrow_colmn2_exeption:hover {
  height: 115%;
  margin-top: -45px;
  margin-left: -6px;
}

.image-c3-r2.column-3_kitchen_exception {
  width: 250px;
  max-width: none;
  object-position: 50% 50%;
  margin-top: -37px;
  margin-left: -26px;
  transition: all .6s;
}

.image-c3-r2.column-3_kitchen_exception:hover {
  width: 260px;
  height: auto;
  max-width: none;
  margin-top: -42px;
  margin-left: -30px;
  overflow: visible;
}

.image-c3-r2.column-3_chickens_exception {
  width: auto;
  height: 83%;
  max-width: none;
  margin-top: -31px;
  margin-left: -36px;
}

.image-c3-r2.column-3_chickens_exception:hover {
  height: 89%;
  margin-left: -46px;
}

.image-c3-r2.binnendieze {
  height: 122%;
  max-width: none;
  margin-top: -41px;
  margin-left: -88px;
}

.image-c3-r2.binnendieze:hover {
  height: 130%;
  margin-top: -52px;
  margin-left: -96px;
}

.image-c3-r3 {
  width: 313.594px;
  height: 235.188px;
  max-width: none;
  object-fit: cover;
  object-position: 23% 50%;
  margin-top: -29px;
  margin-left: -36px;
  padding-top: 0;
  transition: all .6s;
  display: block;
  overflow: hidden;
}

.image-c3-r3:hover {
  height: 85%;
  max-width: none;
  float: none;
  object-fit: cover;
  margin-left: -48px;
  display: block;
  position: static;
  overflow: visible;
}

.image-c3-r3.bottomrow_colmn2_exeption {
  height: 113%;
  max-width: none;
  margin-top: -40px;
  margin-left: -5px;
}

.image-c3-r3.bottomrow_colmn2_exeption:hover {
  height: 115%;
  margin-top: -45px;
  margin-left: -6px;
}

.image-c3-r3.column-3_kitchen_exception {
  width: 250px;
  max-width: none;
  object-position: 50% 50%;
  margin-top: -37px;
  margin-left: -26px;
  transition: all .6s;
}

.image-c3-r3.column-3_kitchen_exception:hover {
  width: 260px;
  height: auto;
  max-width: none;
  margin-top: -42px;
  margin-left: -30px;
  overflow: visible;
}

.image-c3-r3.column-3_chickens_exception {
  width: auto;
  height: 83%;
  max-width: none;
  margin-top: -31px;
  margin-left: -36px;
}

.image-c3-r3.column-3_chickens_exception:hover {
  height: 89%;
  margin-left: -46px;
}

.image-c3-r3.binnendieze {
  height: 122%;
  max-width: none;
  margin-top: -41px;
  margin-left: -88px;
}

.image-c3-r3.binnendieze:hover {
  height: 130%;
  margin-top: -52px;
  margin-left: -96px;
}

.image-c4-r1 {
  width: 283.438px;
  height: 424.578px;
  max-height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -29px;
  margin-left: -20px;
  transition: all .6s;
}

.image-c4-r1:hover {
  height: 113%;
  max-height: 113%;
  margin-left: -19px;
}

.image-c4-r1.den-bosch {
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: -181px;
}

.image-c4-r1.den-bosch:hover {
  height: 105%;
  margin-top: -6px;
  margin-left: -194px;
}

.lightbox-c4-r2 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-c4-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-c4-r2.column4_exception_trampoline {
  border-width: 2px;
}

.image-c4-r3 {
  width: 262.5px;
  height: 350px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: -79px;
  margin-left: -21px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-c4-r3:hover {
  width: auto;
  height: 370px;
  margin-top: -86px;
  margin-left: -30px;
}

.image-c4-r3.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-c4-r3.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-c4-r3.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-c4-r3.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.image-c5-r2 {
  width: 223px;
  height: 298px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 2px;
  transition: all .6s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-c5-r2:hover {
  width: 229.344px;
  height: 304px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  margin-left: -3px;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image-c5-r2.column3-exception {
  width: auto;
  height: 298px;
  max-height: none;
  object-fit: cover;
  object-position: 30% 50%;
  margin-left: -42px;
  display: inline-block;
  overflow: hidden;
}

.image-c5-r2.column3-exception:hover {
  height: 105%;
  top: -3px;
  left: -3px;
}

.image-c5-r2.column4-exception {
  height: 490px;
  object-fit: cover;
  margin-right: 29px;
  bottom: 119px;
  left: 100px;
  overflow: visible;
}

.image-c5-r2.column4-exception:hover {
  height: 510px;
  bottom: 132px;
  left: 109px;
}

.image-c5-r2.fietsen {
  width: auto;
  height: 190%;
  margin-top: -123px;
  margin-left: -101px;
}

.image-c5-r2.fietsen:hover {
  height: 197%;
  margin-top: -135px;
  margin-left: -117px;
}

.image-c5-r3 {
  width: 114%;
  height: 186px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: -50px;
  margin-left: -27px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-c5-r3:hover {
  width: auto;
  height: 190px;
  margin-top: -44px;
  margin-left: -26px;
}

.image-c5-r3.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-c5-r3.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-c5-r3.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-c5-r3.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.image-c6-r1 {
  width: 233.25px;
  height: 174.938px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  margin-left: -8px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-c6-r1:hover {
  width: 112%;
  margin-top: -2px;
  margin-left: -15px;
}

.image-c6-r1.fill {
  width: auto;
  height: 220px;
  clear: none;
  object-position: 50% 50%;
  position: relative;
  left: 0%;
}

.image-c6-r1.bottomrow_colmn1_exeption {
  width: 277px;
  max-width: none;
  margin-top: -23px;
  margin-left: -24px;
}

.image-c6-r1.column-6-exeption {
  height: 180px;
  max-width: none;
  margin-top: -8px;
  margin-left: -14px;
  transition: all .6s;
}

.image-c6-r1.column-6-exeption:hover {
  height: 190px;
  margin-top: -12px;
  margin-left: -18px;
}

.image-c6-r1.exeption-second-column-bedroom {
  margin-left: -29px;
  transition: all .6s;
}

.image-c6-r1.exeption-second-column-bedroom:hover {
  height: 108%;
  margin-top: -7px;
  margin-left: -36px;
}

.image-c6-r1.exeption-1st-colmn-fire {
  width: 140%;
  height: auto;
  margin-top: -27px;
  margin-left: -32px;
  transition: all .6s;
}

.image-c6-r1.exeption-1st-colmn-fire:hover {
  width: 146%;
  margin-top: -33px;
  margin-left: -42px;
}

.image-c6-r1.efteling {
  height: 130%;
  margin-top: -19px;
  margin-left: -54px;
  transition: all .6s;
}

.image-c6-r1.efteling:hover {
  height: 140%;
  margin-top: -25px;
  margin-left: -77px;
}

.image-c6-r3 {
  width: 220px;
  height: 220px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: -11px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-c6-r3:hover {
  width: 225px;
  height: 225px;
  margin-top: -13px;
  margin-left: -2px;
}

.image-c6-r3.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-c6-r3.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-c6-r3.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-c6-r3.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.image-16 {
  height: 100%;
}

.image-buurt-c1-r1 {
  width: 420.875px;
  height: 130%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: -53px;
  margin-left: -140px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-buurt-c1-r1:hover {
  width: auto;
  height: 135%;
  margin-top: -57px;
  margin-left: -156px;
}

.image-buurt-c1-r1.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-buurt-c1-r1.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-buurt-c1-r1.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-buurt-c1-r1.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.image-buurt-c1-r1.oisterwijk {
  height: 130%;
  margin-left: -177px;
}

.image-buurt-c1-r1.oisterwijk:hover {
  height: 135%;
}

.image-buurt-c1-r2 {
  width: 309.797px;
  height: 130%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  margin-top: -18px;
  margin-left: -44px;
  transition: all .6s;
  position: static;
}

.image-buurt-c1-r2:hover {
  height: 136%;
  margin-top: -22px;
  margin-left: -47px;
}

.image-buurt-c1-r2.fill {
  width: auto;
  height: 220px;
  clear: none;
  object-position: 50% 50%;
  position: relative;
  left: 0%;
}

.image-buurt-c1-r2.bottomrow_colmn1_exeption {
  width: 277px;
  max-width: none;
  margin-top: -23px;
  margin-left: -24px;
}

.image-buurt-c1-r2.column-6-exeption {
  height: 180px;
  max-width: none;
  margin-top: -8px;
  margin-left: -14px;
  transition: all .6s;
}

.image-buurt-c1-r2.column-6-exeption:hover {
  height: 190px;
  margin-top: -12px;
  margin-left: -18px;
}

.image-buurt-c1-r2.exeption-second-column-bedroom {
  margin-left: -29px;
  transition: all .6s;
}

.image-buurt-c1-r2.exeption-second-column-bedroom:hover {
  height: 108%;
  margin-top: -7px;
  margin-left: -36px;
}

.image-buurt-c1-r2.exeption-1st-colmn-fire {
  width: 140%;
  height: auto;
  margin-top: -27px;
  margin-left: -32px;
  transition: all .6s;
}

.image-buurt-c1-r2.exeption-1st-colmn-fire:hover {
  width: 146%;
  margin-top: -33px;
  margin-left: -42px;
}

.image-buurt-c1-r2.efteling {
  height: 130%;
  margin-top: -19px;
  margin-left: -54px;
  transition: all .6s;
}

.image-buurt-c1-r2.efteling:hover {
  height: 140%;
  margin-top: -25px;
  margin-left: -77px;
}

.image-buurt-c2-r1 {
  width: 636.375px;
  height: 424.578px;
  max-height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -29px;
  margin-left: -207px;
  transition: all .6s;
  overflow: hidden;
}

.image-buurt-c2-r1:hover {
  height: 113%;
  max-height: 113%;
  margin-top: -33px;
  margin-left: -206px;
  display: block;
}

.image-buurt-c2-r1.den-bosch {
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: -181px;
  display: block;
}

.image-buurt-c2-r1.den-bosch:hover {
  height: 105%;
  margin-top: -6px;
  margin-left: -194px;
}

.image-buurt-c2-r2 {
  width: 420.859px;
  height: 130%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: -53px;
  margin-left: -140px;
  transition: all .6s;
  position: static;
  overflow: hidden;
}

.image-buurt-c2-r2:hover {
  width: auto;
  height: 135%;
  margin-top: -57px;
  margin-left: -156px;
}

.image-buurt-c2-r2.column4_exeption_trampoline {
  width: 260px;
  margin-top: -12px;
  margin-left: -21px;
}

.image-buurt-c2-r2.column4_exeption_trampoline:hover {
  width: 265px;
  margin-top: -20px;
  margin-left: -24px;
}

.image-buurt-c2-r2.column5-exception-bedroom {
  object-position: 89% 50%;
  transition: all .6s;
}

.image-buurt-c2-r2.column5-exception-bedroom:hover {
  width: 230px;
  height: 225px;
  object-position: 110% 90%;
}

.image-buurt-c2-r2.oisterwijk {
  height: 130%;
  margin-left: -177px;
}

.image-buurt-c2-r2.oisterwijk:hover {
  height: 135%;
}

.image-buurt-c3-r1 {
  width: 375px;
  height: 500px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 2px;
  margin-top: -75px;
  margin-left: -63px;
  transition: all .6s ease-in-out;
  display: block;
  position: static;
  overflow: hidden;
}

.image-buurt-c3-r1:hover {
  width: auto;
  height: 530px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  margin-top: -105px;
  margin-left: -81px;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image-buurt-c3-r1.column3-exception {
  width: auto;
  height: 298px;
  max-height: none;
  object-fit: cover;
  object-position: 30% 50%;
  margin-left: -42px;
  display: inline-block;
  overflow: hidden;
}

.image-buurt-c3-r1.column3-exception:hover {
  height: 105%;
  top: -3px;
  left: -3px;
}

.image-buurt-c3-r1.column4-exception {
  height: 490px;
  object-fit: cover;
  margin-right: 29px;
  bottom: 119px;
  left: 100px;
  overflow: visible;
}

.image-buurt-c3-r1.column4-exception:hover {
  height: 510px;
  bottom: 132px;
  left: 109px;
}

.image-buurt-c3-r1.fietsen {
  width: auto;
  height: 190%;
  margin-top: -123px;
  margin-left: -101px;
}

.image-buurt-c3-r1.fietsen:hover {
  height: 197%;
  margin-top: -135px;
  margin-left: -117px;
}

.image-buurt-c3-r2 {
  width: 344.719px;
  height: 230px;
  max-width: none;
  object-fit: cover;
  object-position: 23% 50%;
  margin-top: -23px;
  margin-left: -56px;
  padding-top: 0;
  transition: all .6s;
  display: block;
  overflow: hidden;
}

.image-buurt-c3-r2:hover {
  height: 240px;
  max-width: none;
  float: none;
  object-fit: cover;
  margin-top: -26px;
  margin-left: -73px;
  display: block;
  position: static;
  overflow: visible;
}

.image-buurt-c3-r2.bottomrow_colmn2_exeption {
  height: 113%;
  max-width: none;
  margin-top: -40px;
  margin-left: -5px;
}

.image-buurt-c3-r2.bottomrow_colmn2_exeption:hover {
  height: 115%;
  margin-top: -45px;
  margin-left: -6px;
}

.image-buurt-c3-r2.column-3_kitchen_exception {
  width: 250px;
  max-width: none;
  object-position: 50% 50%;
  margin-top: -37px;
  margin-left: -26px;
  transition: all .6s;
}

.image-buurt-c3-r2.column-3_kitchen_exception:hover {
  width: 260px;
  height: auto;
  max-width: none;
  margin-top: -42px;
  margin-left: -30px;
  overflow: visible;
}

.image-buurt-c3-r2.column-3_chickens_exception {
  width: auto;
  height: 83%;
  max-width: none;
  margin-top: -31px;
  margin-left: -36px;
}

.image-buurt-c3-r2.column-3_chickens_exception:hover {
  height: 89%;
  margin-left: -46px;
}

.image-buurt-c3-r2.binnendieze {
  height: 122%;
  max-width: none;
  margin-top: -41px;
  margin-left: -88px;
}

.image-buurt-c3-r2.binnendieze:hover {
  height: 130%;
  margin-top: -52px;
  margin-left: -96px;
}

.lightbox-buurt-c1-r1 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-buurt-c1-r1:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c1-r1.column4_exception_trampoline {
  border-width: 2px;
}

.lightbox-buurt-c1-r2 {
  width: 220px;
  height: 163px;
  clear: none;
  object-fit: fill;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  display: flex;
  overflow: hidden;
}

.lightbox-buurt-c1-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c1-r3{
    width: 220px;
    height: 163px;
    clear: none;
    object-fit: fill;
    border: 2px solid #000;
    border-radius: 6px;
    flex: 0 auto;
    transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
    display: block;
    overflow: hidden;
}
.lightbox-buurt-c1-r3:hover{
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c2-r1 {
  width: 220px;
  height: 390px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-buurt-c2-r1:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c2-r2 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-buurt-c2-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c2-r2.column4_exception_trampoline {
  border-width: 2px;
}

.lightbox-buurt-c3-r1 {
  width: 220px;
  height: 298px;
  clear: none;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.lightbox-buurt-c3-r1:hover {
  width: 220px;
  height: 298px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c3-r2 {
  width: 220px;
  height: 220px;
  max-height: none;
  max-width: none;
  clear: none;
  border: 2px solid var(--off-black);
  object-fit: fill;
  border-radius: 6px;
  flex: 0 auto;
  align-self: stretch;
  transition: all .6s cubic-bezier(.544, .054, 0, 1.019);
  overflow: hidden;
}

.lightbox-buurt-c3-r2:hover {
  box-shadow: 4px 7px #ffec5d, 4px 7px 0 1px #000, 7px 14px #ff79e0, 7px 14px 0 1px #000;
}

.lightbox-buurt-c3-r2.column4_exception_trampoline {
  border-width: 2px;
}

.lightbox-link-mobile-header {
  width: 264px;
  height: 66px;
  opacity: 1;
  border-radius: 20px;
  margin: 0 0 0 -264px;
  display: none;
  overflow: scroll;
}

.image-17 {
  width: 34px;
}

.subtitle {
  font-family: Whyte Inktrap, sans-serif;
  font-weight: 900;
}

.bold-text {
  font-family: Whyte Inktrap, sans-serif;
  font-weight: 500;
}

.bold-text-2 {
  font-family: Whyte Inktrap, sans-serif;
  font-weight: 900;
}

.image-18 {
  overflow: hidden;
}

.image-19 {
  width: 34px;
}

.container-full-facilities-list {
  width: 100%;
  max-width: none;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  margin: 30px 0 29px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.list-item {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.column {
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.columns {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.columns.extended-facilities {
  display: none;
}

.host-card {
  z-index: 3;
  width: 365px;
  height: 632px;
  border: 2px solid var(--off-black);
  background-color: var(--pink);
  border-radius: 6px;
  flex-direction: column;
  align-self: flex-end;
  margin-top: 28px;
  display: flex;
  position: relative;
  overflow: visible;
}

.host-card.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.div-block-echo-bachdrop {
  z-index: 2;
  width: 365px;
  height: 632px;
  border: 2px solid var(--off-black);
  background-color: #fff;
  border-radius: 6px;
  align-self: flex-end;
  margin-top: -622px;
  margin-right: -8px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-echo-bachdrop.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.div-block-echo-bachdrop.layer2 {
  z-index: 1;
  margin-right: -16px;
}

.div-block-echo-bachdrop.layer3 {
  z-index: 0;
  margin-right: -24px;
}

.book-block-echo-backdrop1 {
  z-index: 2;
  width: 365px;
  height: 530px;
  border: 2px solid var(--off-black);
  background-color: #fff;
  border-radius: 6px;
  align-self: flex-end;
  margin-top: -520px;
  margin-right: -8px;
  display: flex;
  position: relative;
  overflow: visible;
}

.book-block-echo-backdrop1.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.book-block-echo-backdrop1.layer2 {
  z-index: 1;
  margin-right: -16px;
}

.book-block-echo-backdrop1.layer3 {
  z-index: 0;
  margin-right: -24px;
}

.book-block-echo-backdrop2 {
  z-index: 1;
  width: 365px;
  height: 530px;
  border: 2px solid var(--off-black);
  background-color: #fff;
  border-radius: 6px;
  align-self: flex-end;
  margin-top: -520px;
  margin-right: -16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.book-block-echo-backdrop2.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.book-block-echo-backdrop2.layer2 {
  z-index: 1;
  margin-right: -16px;
}

.book-block-echo-backdrop2.layer3 {
  z-index: 0;
  margin-right: -24px;
}

.book-block-echo-backdrop3 {
  z-index: 0;
  width: 365px;
  height: 530px;
  border: 2px solid var(--off-black);
  background-color: #fff;
  border-radius: 6px;
  align-self: flex-end;
  margin-top: -520px;
  margin-right: -24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.book-block-echo-backdrop3.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.book-block-echo-backdrop3.layer2 {
  z-index: 1;
  margin-right: -16px;
}

.book-block-echo-backdrop3.layer3 {
  z-index: 0;
  margin-right: -24px;
}

.image-20 {
  margin-top: 30px;
  margin-left: 30px;
}

.heading-xl {
  width: 100%;
  height: auto;
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: transparent;
  object-fit: none;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  align-content: stretch;
  align-items: flex-start;
  margin-top: 26px;
  margin-bottom: 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 46px;
  line-height: 41px;
  display: flex;
  overflow: visible;
}

.image-21 {
  align-self: flex-end;
  margin-top: -29px;
  margin-bottom: -52px;
  margin-right: 36px;
}

.flex-block {
  flex-direction: column;
  margin-left: 30px;
  margin-right: 30px;
}

.intro-paragraph-inverted {
  height: auto;
  min-height: 0;
  color: #fff;
  -webkit-text-stroke-color: #17191c;
  margin: 8px 30px 0;
  font-family: Whyte Inktrap Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
}

.intro-paragraph-inverted.vertical-center-aligned {
  align-self: center;
  margin-top: 0;
  padding-top: 5px;
  line-height: 18px;
  overflow: visible;
}

.intro-paragraph-inverted.minus-margin {
  margin-top: -4px;
}

.intro-paragraph-inverted.trancated {
  height: auto;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 25px;
  overflow: hidden;
}

.intro-paragraph-inverted.trancated.expanded {
  height: auto;
}

.button-inverted {
  height: 32px;
  color: #fff;
  letter-spacing: normal;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #fff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 0 8px 0 0;
  font-family: Whyte Inktrap, sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  overflow: visible;
}

.button-inverted.show {
  -webkit-text-stroke-color: var(--off-black);
}

.button-inverted.less {
  opacity: 0;
  display: block;
}

.div-block-15 {
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.image-22 {
  margin-top: -9px;
}

.location-block-backdrop-1 {
  z-index: 1;
  width: 100%;
  height: 582px;
  border: 2px solid var(--off-black);
  background-color: var(--pink);
  border-radius: 6px;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: -582px;
  margin-right: -10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.location-block-backdrop-1.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.location-block-backdrop-1.layer2 {
  z-index: 1;
  margin-right: -16px;
}

.location-block-backdrop-1.layer3 {
  z-index: 0;
  margin-right: -24px;
}

.location-block-backdrop-2 {
  z-index: 0;
  width: 100%;
  height: 582px;
  border: 2px solid var(--off-black);
  background-color: #f0e4f5;
  border-radius: 6px;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: -572px;
  margin-right: -20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.location-block-backdrop-2.backdrop {
  z-index: 1.3;
  background-color: #fdfdfd;
  margin-top: -622px;
  margin-left: 0;
  margin-right: -8px;
  display: flex;
}

.location-block-backdrop-2.layer2 {
  z-index: 1;
  margin-right: -16px;
}

.location-block-backdrop-2.layer3 {
  z-index: 0;
  margin-right: -24px;
}

.image-23 {
  display: none;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    width: auto;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    opacity: 1;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .quick-stack {
    width: 100%;
    height: 841px;
    max-width: 940px;
    clear: none;
    flex: 0 auto;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section {
    width: 100%;
    object-fit: cover;
    position: static;
    overflow: hidden;
  }

  .container-4 {
    width: 100%;
    max-width: none;
    object-fit: contain;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .image-4 {
    z-index: 1;
    width: 580px;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .paragraph.vertical-center-aligned, .paragraph.vertical-center-aligned.left {
    align-self: stretch;
    align-items: flex-end;
    display: flex;
  }

  .div-block-2.middle {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .container-intro-block-dt {
    width: auto;
    max-width: none;
    object-fit: contain;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .section-2 {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .container-4-column-width {
    object-fit: contain;
    margin-left: -322px;
    margin-right: auto;
    position: static;
  }

  .container-4-column-width.placeholder {
    align-items: flex-end;
    margin-left: -415px;
    margin-right: 0;
    display: none;
    position: static;
    overflow: visible;
  }

  .container-12-column-width {
    width: 100%;
    max-width: none;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 26px 0;
  }

  .container-12-column-width.contact {
    flex-direction: column;
    align-items: stretch;
  }

  .container-6 {
    width: 100%;
    max-width: none;
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 100px;
  }

  .container-generic-block-dt {
    width: 100%;
    max-width: none;
    object-fit: contain;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .container-rooms {
    width: 100%;
    max-width: none;
  }

  .room-block.last {
    margin-right: 0;
  }

  .secondary-button-m.backdrop.contact, .secondary-button-m.backdrop.facilities, .secondary-button-m.face.contact, .secondary-button-div.contact, .secondary-button-div.facilities {
    width: 100%;
  }

  .divider {
    max-width: none;
  }

  .container-indebuurt-block-dt {
    width: 100%;
    max-width: none;
    object-fit: contain;
    flex: 0 auto;
    margin: 0;
    position: static;
  }

  .intro-paragraph {
    height: 170px;
  }

  .indebuurt-paragraph {
    width: 100%;
  }

  .container-indebuurt {
    width: 100%;
    max-width: none;
    object-fit: contain;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .quick-stack-indebuurt {
    width: 704px;
    margin-top: -417px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container-12-column-width-buurt {
    width: 100%;
    height: 100%;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
  }

  .container-6-buurt {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .container-8 {
    width: 100%;
    height: 100%;
    max-width: none;
    flex-flow: row;
    flex: 0 auto;
    align-content: flex-start;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .div-block-4 {
    width: 40%;
    padding: 30px;
  }

  .image-6 {
    width: 140px;
    margin-bottom: 5px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer {
    height: 190px;
  }

  .container-10 {
    max-width: none;
  }

  .container-10.buurt {
    z-index: 1;
    width: 100%;
    height: 6%;
    margin-top: 349px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-11 {
    z-index: 3;
    max-width: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 29px;
    padding-bottom: 30px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .primary-button-div {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .primary-button-div.contact {
    width: 100%;
  }

  .primary-button-l.backdrop {
    height: 60px;
    background-color: var(--green);
    margin-top: 4px;
    padding-top: 47px;
  }

  .primary-button-l.backdrop.contact {
    width: 100%;
  }

  .primary-button-l.face {
    height: 60px;
    background-color: var(--pink);
    color: #fff;
    margin-top: -66px;
    font-size: 20px;
    line-height: 20px;
  }

  .primary-button-l.face.contact {
    width: 100%;
  }

  .booking-div-overlay {
    z-index: 4;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 146, 186, .8);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 20%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-10 {
    width: 470px;
    height: auto;
    max-width: none;
    float: none;
    clear: none;
    margin: auto;
    display: none;
    overflow: visible;
  }

  .div-block-8 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .body {
    padding-top: 62px;
  }

  .image-11 {
    float: right;
    clear: none;
    align-self: auto;
    display: block;
  }

  .div-block-9 {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-end;
    margin-bottom: -60px;
    display: flex;
  }

  .div-block-9.booking-module {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .div-block-9.close-button {
    width: 60px;
    align-self: flex-end;
    margin-bottom: 20px;
  }

  .div-block-10 {
    width: auto;
    object-fit: contain;
    flex-direction: row;
    margin-top: 503px;
    margin-bottom: -112px;
    margin-left: 19px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-6, .cell-7 {
    display: none;
  }

  .cell-8 {
    align-items: flex-start;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .container-rooms-2nd-row {
    width: 100%;
    max-width: none;
  }

  .image-15 {
    width: 100%;
    height: 506px;
    max-width: none;
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    display: block;
    overflow: hidden;
  }

  .link-block {
    width: 50%;
    height: 100%;
    display: flex;
  }

  .html-embed {
    width: 100%;
    height: 560px;
    align-self: center;
    margin-top: 0;
  }

  .div-block-14 {
    width: 60%;
    height: 506px;
    object-fit: fill;
    flex-direction: row;
    flex: 1;
    align-self: stretch;
    display: flex;
  }

  .columns.extended-facilities {
    height: auto;
    display: none;
  }

  .intro-paragraph-inverted {
    height: 170px;
  }

  .location-block-backdrop-1 {
    height: 506px;
    margin-top: -506px;
  }

  .location-block-backdrop-2 {
    height: 506px;
    margin-top: -496px;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .container-4 {
    flex-direction: column;
  }

  .image-4 {
    width: 86%;
    object-fit: cover;
    margin-left: -50px;
    margin-right: -50px;
  }

  .paragraph.vertical-center-aligned {
    flex: 1;
    align-self: stretch;
    align-items: flex-end;
    display: flex;
  }

  .paragraph.vertical-center-aligned.left {
    align-self: stretch;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }

  .paragraph.minus-margin {
    font-size: 16px;
  }

  .div-block-2 {
    margin-right: 16px;
  }

  .div-block-2.left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: center;
    align-items: flex-end;
    margin-right: 20px;
  }

  .div-block-2.middle {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-right: 20px;
  }

  .container-5 {
    width: 100%;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    width: 100%;
  }

  .room-block {
    margin-right: 12px;
  }

  .body-l-heavy.vertical-center-aligned {
    font-size: 16px;
  }

  .faciliteit-item {
    width: auto;
    margin-bottom: 22px;
  }

  .container-facilities-list {
    flex-wrap: wrap;
    margin-right: 0;
  }

  .body-m.list {
    display: block;
  }

  .container-7 {
    height: auto;
    flex-wrap: nowrap;
    flex: none;
    justify-content: space-between;
  }

  .quick-stack-indebuurt {
    width: 100vw;
  }

  .map {
    display: none;
  }

  .div-block-4 {
    width: 100%;
    justify-content: flex-end;
  }

  .image-6 {
    width: 170px;
    height: auto;
    margin-bottom: 16px;
  }

  .div-block-5 {
    flex-direction: row;
  }

  .booking-div-overlay {
    opacity: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .div-block-10 {
    width: 100%;
    height: 0;
    object-fit: contain;
    flex-wrap: nowrap;
    margin: 458px 30px -426px;
    position: static;
  }

  .div-block-14 {
    display: none;
  }

  .container-full-facilities-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .columns {
    height: auto;
  }

  .columns.extended-facilities {
    display: flex;
  }

  .column-2 {
    flex-wrap: wrap;
    align-content: stretch;
    display: none;
  }

  .location-block-backdrop-1 {
    height: 450px;
    margin-top: -450px;
  }

  .location-block-backdrop-2 {
    height: 450px;
    margin-top: -440px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .cell {
    align-items: flex-start;
  }

  .quick-stack {
    width: 100vw;
    grid-row-gap: 0px;
    object-fit: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .lightbox-c1-r1 {
    width: 100%;
    height: 250px;
  }

  .image-c2-r1 {
    height: 150px;
    object-fit: cover;
  }

  .lightbox-c1-r2 {
    width: 100%;
    height: 200px;
  }

  .image-c1-r2 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .section {
    width: 100vw;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -11px;
    overflow: visible;
  }

  .container-4 {
    width: 100vw;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    overflow: hidden;
  }

  .image-c1-r1 {
    width: 100%;
    margin-left: 23px;
  }

  .lightbox-c1-r3 {
    width: 100%;
    height: auto;
  }

  .cell-5 {
    flex-wrap: nowrap;
  }

  .image-4 {
    width: 90%;
    object-fit: cover;
    margin-top: -594px;
    margin-left: 0;
    margin-right: 0;
    position: static;
    top: -225%;
  }

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

  .paragraph.vertical-center-aligned {
    width: 100%;
    text-align: center;
    object-fit: fill;
    flex: 1;
    justify-content: space-around;
    font-family: Whyte Inktrap, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .paragraph.minus-margin {
    font-size: 16px;
  }

  .div-block-2 {
    width: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: flex-end;
    margin-right: 0;
  }

  .div-block-2.left {
    width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: space-around;
    align-self: flex-end;
    align-items: center;
    margin-right: 15px;
  }

  .div-block-2.middle {
    width: 42%;
    margin-right: 15px;
  }

  .container-5 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .container-intro-block-dt {
    width: 100%;
    margin-left: 0;
  }

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

  .container-4-column-width {
    width: 100vw;
    margin-left: 0;
  }

  .container-6 {
    margin-top: 80px;
  }

  .container-generic-block-dt {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .title-l-dt {
    font-size: 27px;
  }

  .container-rooms {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .room-block {
    margin-right: 14px;
  }

  .room-block.last {
    width: 48%;
    display: flex;
  }

  .room-block.last._1st-row {
    display: none;
  }

  .room-block.mob {
    margin-right: 0;
  }

  .body-l-heavy.vertical-center-aligned {
    font-size: 16px;
  }

  .faciliteit-item {
    margin-bottom: 20px;
  }

  .container-facilities-list {
    width: 100%;
    flex-wrap: wrap;
  }

  .container-7 {
    flex-direction: column;
  }

  .secondary-button-m.face.contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-indebuurt-block-dt {
    width: 100%;
    margin-left: 0;
  }

  .indebuurt-paragraph {
    height: 225px;
  }

  .container-indebuurt {
    width: 100vw;
    margin-top: -356px;
    margin-left: 0;
  }

  .quick-stack-indebuurt {
    width: 100vw;
    grid-row-gap: 0px;
    object-fit: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-12-column-width-buurt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-1-1-fill {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .container-10.buurt {
    margin-top: 288px;
  }

  .primary-button-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .booking-div-overlay {
    opacity: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .body {
    padding-top: 0;
  }

  .div-block-9.close-button {
    margin-bottom: 20px;
  }

  .div-block-10 {
    height: 100%;
    margin: 0;
  }

  .image-13 {
    width: 100%;
    height: 636.125px;
    max-width: none;
    object-fit: cover;
    flex: 0 auto;
    align-self: center;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .container-rooms-2nd-row {
    margin-top: 0;
    display: block;
  }

  .div-block-13 {
    width: 100%;
    display: block;
  }

  .image-14 {
    width: 100%;
    max-width: none;
  }

  .image-c1-r3, .image-c1-r4 {
    height: 150px;
    object-fit: cover;
  }

  .image-15 {
    display: none;
  }

  .html-embed {
    width: 100%;
  }

  .lightbox-c1-r4, .lightbox-c2-r1 {
    width: 100%;
    height: auto;
  }

  .lightbox-c5-r1 {
    width: 100%;
    height: 250px;
  }

  .image-c5-r1 {
    width: 100%;
    margin-left: 23px;
  }

  .lightbox-c2-r3, .lightbox-c3-r1, .lightbox-c1-r1-copy, .lightbox-c3-r3 {
    width: 100%;
    height: 250px;
  }

  .image-c4-r2 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .lightbox-c4-r3 {
    width: 100%;
    height: 200px;
  }

  .lightbox-c5-r2 {
    width: 100%;
    height: 250px;
  }

  .lightbox-c5-r3 {
    width: 100%;
    height: 200px;
  }

  .lightbox-c6-r1 {
    width: 100%;
    height: auto;
  }

  .lightbox-c6-r3, .lightbox-c4-r2 {
    width: 100%;
    height: 200px;
  }

  .image-c4-r3 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .image-c5-r2 {
    width: 100%;
    margin-left: 23px;
  }

  .image-c5-r3 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .image-c6-r1 {
    height: 150px;
    object-fit: cover;
  }

  .image-c6-r3, .image-buurt-c1-r1 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .image-buurt-c1-r2 {
    height: 150px;
    object-fit: cover;
  }

  .image-buurt-c2-r2 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .image-buurt-c3-r1 {
    width: 100%;
    margin-left: 23px;
  }

  .lightbox-buurt-c1-r1 {
    width: 100%;
    height: 200px;
  }

  .lightbox-buurt-c1-r2 {
    width: 100%;
    height: auto;
  }

  .lightbox-buurt-c2-r2 {
    width: 100%;
    height: 200px;
  }

  .lightbox-buurt-c3-r1 {
    width: 100%;
    height: 250px;
  }

  .lightbox-buurt-c3-r2 {
    width: 100%;
    height: 200px;
  }

  .lightbox-link-mobile-header {
    width: auto;
    height: 103%;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: -15px;
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .subtitle {
    width: 100%;
    display: inline;
  }

  .bold-text-2 {
    font-weight: 900;
  }

  .container-full-facilities-list {
    flex-direction: column;
  }

  .columns {
    padding-left: 0;
    display: none;
  }

  .columns.extended-facilities {
    padding-left: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
    left: 0;
  }

  .column-3 {
    display: none;
  }

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

  .container-12 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }
}

#w-node-_40c01ee0-ff3f-eeb2-54d3-0137486e40e1-d2ee1148 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr) 1fr 1fr 1fr 1fr;
}

#w-node-_29466770-d7ac-99a5-e4ea-a52e1227031b-d2ee1148 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_29466770-d7ac-99a5-e4ea-a52e1227031c-d2ee1148 {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-_0d67a9a9-229f-efa1-7b7d-4a802cb88611-d2ee1148 {
  grid-row: span 3 / span 3;
}

#w-node-_27fc1760-9167-dbbc-d7f6-1a0f6840f30e-d2ee1148 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_0b871d94-f8ff-8de9-cc4a-8a015d56dcfb-d2ee1148 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr) 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_40c01ee0-ff3f-eeb2-54d3-0137486e40e1-d2ee1148 {
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(auto, 1fr) 1fr 1fr;
  }

  #w-node-_29466770-d7ac-99a5-e4ea-a52e1227031c-d2ee1148 {
    grid-column: span 10 / span 10;
  }
}



@media screen and (max-width: 479px) {
  #w-node-_40c01ee0-ff3f-eeb2-54d3-0137486e40e1-d2ee1148 {
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(auto, 1fr) 1fr 1fr 1fr 1fr;
    display: none;
  }

  #w-node-_0b871d94-f8ff-8de9-cc4a-8a015d56dcfb-d2ee1148 {
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(auto, 1fr);
    display: none;
  }
}


.buurt-text {
	font-family: 'Whyte Inktrap Book';
    line-height: 25px;
	font-size: 18px;
	margin-top: 10px;
}

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