/* 1. Global elements */
/* Grid */
section {
  max-width: 100vw;
  /* overflow-x: hidden; */
}
.single-nieuwbouw main,
.page-id-183 main,
.single-projecten main:not(.overflow) {
  max-width: 100vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  section .container.p-0,
  section .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .slider-news.nieuwbouw-image-slider .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  section .row,
  section .container > .row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .default-block-item .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-right {
  max-width: calc(100vw - (50vw - 565px));
  margin-left: auto;
  overflow: hidden;
  padding-left: 15px;
}
@media (max-width: 1199.98px) {
  .container-right {
    padding-left: 15px;
    max-width: calc(100vw - (50vw - 480px));
  }
}
@media (max-width: 991.98px) {
  .container-right {
    max-width: calc(100vw - (50vw - 360px));
    padding-left: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .container-right {
    max-width: calc(100vw - (50vw - 270px));
  }
}
@media (max-width: 575.98px) {
  .container-right {
    max-width: 100vw;
  }
}
/* Buttons */
.gform_button,
.btn-default {
  font-weight: 400;
}
.gform_button,
.btn-default:not(.btn-yellow):not(.btn-white) {
  background-color: #007ca3;
}
.btn-white {
  background-color: #fff;
  color: #007ca3 !important;
}
.btn-white:hover {
  background-color: #f5f5f5;
}
/* classes */
.section-white:not(.references) {
  background: transparent;
}

/* CTA block */
.cta-block-wrapper {
  position: fixed;
  bottom: 95px;
  right: 0px;
  z-index: 3;
}
.cta-block-wrapper .cta-block {
  background: #eaeef2;
  filter: drop-shadow(-15px 15px 20px rgba(0, 0, 0, 0.15));
}
.cta-block-wrapper .cta-block-head {
  position: relative;
  background: #007ca3;
  padding: 40px 25px 16px;
}
.cta-block-wrapper .cta-block-head:after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 35px;
  background-image: url('../img/cta-block-head-after.svg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.cta-block-wrapper .cta-block-body {
  padding: 50px 25px 25px;
}

/* 2. Template parts */
/* Home header */
.home-header-wrap::after {
  display: none;
}
@media (min-width: 768px) {
  .home-header {
    padding-top: 400px;
  }
}
.home-header:before {
  display: none;
}
.home-header::after {
  display: none;
}
.home-header .bg-wrap {
  display: flex;
  flex-wrap: wrap;
}
.home-header .bg-wrap:before,
.home-header .bg-wrap:after {
  display: none !important;
}

.home-header .bg-wrap-inner-left,
.home-header .bg-wrap-inner-middle,
.home-header .bg-wrap-inner-right {
  overflow: hidden;
}
.home-header .bg-wrap-inner-left:before,
.home-header .bg-wrap-inner-middle:before,
.home-header .bg-wrap-inner-right:before {
  content: '';
  position: absolute;
  bottom: 0;
  opacity: 0.86;
  background: linear-gradient(0deg, #007ca3 0%, rgba(0, 124, 163, 0.2) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.home-header .bg-wrap-inner-left a,
.home-header .bg-wrap-inner-middle a,
.home-header .bg-wrap-inner-right a {
  height: 100%;
  width: 100%;
}
.home-header .bg-wrap-inner-left img,
.home-header .bg-wrap-inner-middle img,
.home-header .bg-wrap-inner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
}
.home-header .bg-wrap-inner-left:hover img,
.home-header .bg-wrap-inner-middle:hover img,
.home-header .bg-wrap-inner-right:hover img {
  transform: scale(1.05);
}
.home-header .container-fluid {
  pointer-events: none;
}
.home-header .left a,
.home-header .middle a,
.home-header .right a {
  text-align: center;
  padding: 0px;
  border-radius: 0px;
  background: transparent;
  pointer-events: none;
}
.home-header .left a *,
.home-header .middle a *,
.home-header .right a * {
  color: #fff !important;
  text-align: center;
}
.home-header .title:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 44px;
  background-color: #fccc2e;
}
.home-header .left a p.bree,
.home-header .middle a p.bree,
.home-header .right a p.bree {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
}
.home-header .left a i,
.home-header .middle a i,
.home-header .right a i {
  color: #fccc2e !important;
  font-size: 18px;
  margin-left: 5px;
}
.home-header .title {
  position: relative;
}
.home-header .text {
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-header .text .title,
  .home-header .text p {
    font-size: 20px;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .home-header .text .title,
  .home-header .text p {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .home-header .bg-wrap {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
  }
  .home-header .bg-wrap-inner-left,
  .home-header .bg-wrap-inner-middle,
  .home-header .bg-wrap-inner-right,
  .home-header .left,
  .home-header .middle,
  .home-header .right {
    height: 170px;
    min-height: 170px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-header .bg-wrap-inner-left:before,
  .home-header .bg-wrap-inner-middle:before,
  .home-header .bg-wrap-inner-right:before {
    background: linear-gradient(15deg, #007ca3 0%, rgba(0, 124, 163, 0.4) 100%);
  }
  .home-header .title,
  .home-header .title + p {
    line-height: 27px;
  }
  .home-header .title:before {
    top: -20px;
  }
  .home-header .left a p.bree,
  .home-header .middle a p.bree,
  .home-header .right a p.bree {
    margin-top: 15px;
  }
}
/* Text section */
.project-detail-header h1,
.nieuwbouw-banner .h3.subtitle,
.team-block .top-title,
.text-img-section h3,
.text-section h2 {
  position: relative;
}
.project-detail-header h1:before,
.nieuwbouw-banner .h3.subtitle::before,
.team-block .top-title:before,
.text-img-section h3:before,
.text-section h2:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  height: 5px;
  width: 44px;
  background-color: #fccc2e;
}
.project-detail-header h1:before {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .text-img-section figure {
    padding: 0 15px !important;
  }
  .text-img-section .text-wrap {
    padding: 30px 15px 0;
  }
  .text-img-section h3 {
    margin-top: 30px;
  }
  .project-detail-header h1:before,
  .nieuwbouw-banner .h3.subtitle::before,
  .team-block .top-title:before,
  .text-img-section h3:before,
  .text-section h2:before {
    top: -20px;
  }
}
/* Featured blogs */
.featured-news {
  position: relative;
  /* overflow: hidden; */
}
.featured-news:not(.related-nieuwbouw):not(.hide-bg-before)::before {
  content: '';
  position: absolute;
  min-width: 1920px;
  min-height: 560px;
  width: 100%;
  aspect-ratio: 1920/561;
  right: 0;
  top: 0;
  background-image: url('../img/featured-blogs-bg.svg');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
.featured-news:not(.related-nieuwbouw):not(.hide-bg-before)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #007ca3;
  z-index: -1;
}
.featured-news.project-news:not(.related-nieuwbouw):not(.hide-bg-before)::before {
  background-image: url('../img/featured-project-news-bg.svg');
  background-position: top right;
  background-repeat: no-repeat;
  top: auto;
  bottom: 0px;
}
.featured-news.project-news:not(.related-nieuwbouw)::after {
  background: #eaeef2;
}
.nieuwbouw-plattegrond-slider h2,
.featured-news h2 {
  font-size: 30px;
  position: relative;
}
.nieuwbouw-plattegrond-slider h2:before,
.featured-news h2:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  height: 5px;
  width: 44px;
  background-color: #fccc2e;
}
.featured-news .link-wrap a {
  font-size: 20px;
}
.slider-news .owl-stage {
  padding-left: 0px !important;
}
.slider-news .item {
  margin-bottom: 0px !important;
}
.slider-news .owl-carousel .item {
  padding: 0px !important;
}
.featured-news:not(.nieuwbouw-image-slider) .owl-dots {
  text-align: left;
  padding-left: 15px;
  width: fit-content;
}
.featured-news .owl-dots .owl-dot span {
  border-color: #fff;
}
.featured-news .owl-dots .owl-dot.active span {
  background-color: #fff;
}
@media (min-width: 992px) {
  .featured-news .container > .link-wrapper .link-wrap {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .featured-news .container {
    position: relative;
  }
  .featured-news .container > .link-wrapper .link-wrap {
    right: 20px;
    left: auto;
    bottom: 10px;
    z-index: 2;
  }
}
@media (max-width: 575px) {
  .featured-news:not(.related-nieuwbouw)::before {
    top: auto;
    bottom: 0;
    right: -136px;
    min-width: 777px;
    width: 777px;
    aspect-ratio: 777 / 390;
    min-height: unset;
  }
  .featured-news .owl-stage-outer {
    margin-right: -30px;
    width: calc(100% + 30px);
  }
  .nieuwbouw-plattegrond-slider h2,
  .featured-news h2 {
    font-size: 22px;
    line-height: 1.32;
    margin-left: 10px;
  }
  .nieuwbouw-plattegrond-slider h2:before,
  .featured-news h2:before {
    top: -20px;
  }
  .featured-news:not(.nieuwbouw-image-slider) .owl-dots {
    padding-left: 20px;
  }
  .featured-news .container > .link-wrapper .link-wrap {
    right: 25px;
  }
}
/* references */

.references:last-child {
  background-color: #fec633;
}
.references:last-child:after {
  display: none;
}
/* footer */
footer {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
footer .contact-banner {
  background: #007ca3;
  color: #fff !important;
  position: relative;
  z-index: 3;
}
footer .contact-banner .container {
  position: relative;
}
footer .contact-banner .container:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -15px;
  height: 1px;
  width: calc(100% + 30px);
  background: rgba(255, 255, 255, 0.65);
}
footer .contact-banner * {
  color: #fff !important;
}
footer .contact-banner .item:after {
  background: rgba(255, 255, 255, 0.65);
}
footer .contact-banner .wrap a.show:after {
  background: rgba(255, 255, 255, 0.65);
}

footer .footer.section-blue {
  padding-top: 40px;
  padding-bottom: 95px;
  overflow: visible;
}
footer .footer.section-blue .container {
  position: relative;
}
footer .footer.section-blue:after {
  content: '';
  position: absolute;
  min-width: 1920px;
  min-height: 608px;
  width: 100%;
  aspect-ratio: 1920/608;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-image: url('../img/footer-bg.svg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  footer .footer.section-blue:after {
    min-width: 1750px;
  }
}
@media (max-width: 991.98px) {
  footer .footer.section-blue:after {
    min-width: 1500px;
  }
}
@media (max-width: 767.98px) {
  footer .footer.section-blue:after {
    min-height: calc(100% + 5px);
    min-width: 1400px;
  }
}
.footer .left ul li .show:after,
.footer .left ul li .tel:after,
.footer p a:after,
footer .footer-bottom {
  background-color: #eaeef2;
}
footer .footer-bottom * {
  color: #365b71 !important;
}
.footer-bottom ul li:after {
  background: #365b71;
}
.footer .left ul li p span {
  color: #fec633;
  font-weight: 600;
}
.footer .left ul li p,
.footer .left ul li a,
.footer .left ul li p a,
.footer .right .item .title,
.footer .right .item .title a,
.footer .right .item ul li p,
.footer .right .item ul li a {
  color: #fff;
}
.footer .right .item ul li p,
.footer .right .item ul li a {
  font-weight: 400;
}
.footer .pb-address br + br {
  display: none;
}
.footer .cta-wrap {
  margin-top: 15px !important;
}
@media (min-width: 1200px) {
  .footer .right .item {
    width: 165px;
  }
}
/* page-banner */
@media (min-width: 1200px) {
  .page-banner-height {
    height: calc(100vh - 60px);
  }
}
.about-banner .bg::after,
.page-banner .bg:after {
  display: none;
}
.page-banner h1 {
  margin-bottom: 50px;
}
.page-banner .text-block .row {
  min-height: 400px;
}
.page-banner h2 {
  position: relative;
  margin-top: 30px;
}
.page-banner h2:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  height: 5px;
  width: 44px;
  background-color: #fccc2e;
}
@media (max-width: 575px) {
  .page-banner h2 {
    margin-top: 20px;
  }
  .page-banner h2:before {
    top: -20px;
  }
}
/* Project overview section */

.default-block-item .link-wrap p {
  color: #007ca3;
}
.select-map {
  position: relative;
  background: transparent;
  /* overflow: hidden; */
}
.select-map::before {
  content: '';
  position: absolute;
  min-width: 1920px;
  min-height: 750px;
  width: 100%;
  aspect-ratio: 1920/561;
  right: 0;
  /* top: 0; */
  background-image: url('../img/featured-project-news-bg.svg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
  bottom: 0px;
  z-index: -1;
}
.select-map.woning-overview:before {
  min-height: unset;
  top: -400px;
  max-width: 3000px;
  bottom: auto;
}
.select-map #map {
  min-height: 340px;
  border-radius: 10px;
}
.project-block.default-block-item h2 {
  font-size: 25px;
}
.project-block.default-block-item .line {
  height: 1px;
  background: #365b71;
  opacity: 0.25;
}
.checkbox-wrap,
.project-block.default-block-item .form-default .input-wrap {
  width: 100%;
  margin-bottom: 15px;
}
.project-block.default-block-item .select-wrap input[type='checkbox'],
.project-block.default-block-item .select-wrap input[type='checkbox']:before,
.project-block.default-block-item .select-wrap input[type='checkbox']:after {
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  cursor: pointer;
}
.project-block.default-block-item .select-wrap input[type='checkbox']:checked:after {
  content: '';
  background-color: #365b71;
}
.checkbox-wrap,
.project-block.default-block-item .form-default .checkbox-wrap {
  margin-bottom: 15px;
}
.checkbox-wrap label,
.project-block.default-block-item .form-default .checkbox-wrap label {
  display: flex;
}
.checkbox-wrap .wpcf7-list-item {
  display: flex !important;
}
.checkbox-wrap .wpcf7-list-item,
.project-block.default-block-item .form-default .checkbox-wrap .wpcf7-list-item {
  margin-left: 0px;
}
.input-wrap span.wpcf7-not-valid-tip {
  color: red !important;
}
.default-block-item .wrap,
.woning-aanbod.default-block-item .wrap,
.featured-news.default-block-item .wrap,
.downloads-grid.default-block-item .wrap,
.project-block.default-block-item .wrap {
  height: 100%;
}
.default-block-item .wrap a,
.woning-aanbod.default-block-item .wrap a,
.featured-news.default-block-item .wrap a,
.downloads-grid.default-block-item .wrap a,
.project-block.default-block-item .wrap a {
  height: 100%;
  display: grid;
  text-decoration: none !important;
  grid-template-rows: auto 1fr;
}
.woning-aanbod.default-block-item .wrap a:hover {
  color: unset;
}
.default-block-item.no-img .wrap a {
  grid-template-rows: auto;
}
.default-block-item .text-wrap {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.default-block-item.no-img .text-wrap {
  border-top: 1px solid #d9d9d9;
  margin-top: 0px;
  border-radius: 10px;
}
.project-block.default-block-item .status li {
  margin-right: 12px;
}
.project-block.default-block-item .status li:last-child {
  margin-right: 0px;
}
.project-block.default-block-item .status li:after {
  right: -10px;
  top: 52%;
}
.default-block-item-4 .title {
  min-height: unset;
}
.default-block-item .link-wrap,
.post-item .link-wrap,
.text-number-block ol li .link-wrap,
.woning-aanbod.default-block-item .link-wrap,
.featured-news.default-block-item .link-wrap,
.downloads-grid.default-block-item .link-wrap,
.project-block.default-block-item .link-wrap {
  position: relative;
  bottom: unset;
  left: unset;
  margin-top: auto;
}
.woning-aanbod.default-block-item .title,
.featured-news.default-block-item .title,
.downloads-grid.default-block-item .title,
.project-block.default-block-item .title {
  min-height: unset;
}
.project-block.default-block-item .title span {
  display: inline-block;
}
.project-block.default-block-item .select-wrap {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 40px;
}
@media (min-width: 1200px) and (min-height: 760px) {
  .project-block.default-block-item .select-wrap {
    position: sticky;
    top: 75px;
  }
}
.content.ajax_filtering_map .select-block .list {
  overflow: scroll;
  max-height: 500px;
}
.project-block.default-block-item .select-wrap input[type='radio'],
.project-block.default-block-item .select-wrap input[type='radio']:before {
  width: 15px;
  height: 15px;
}
.project-block.default-block-item .pagination {
  justify-content: center;
}
.project-block.default-block-item .pagination .page-numbers {
  margin-left: 8px;
  margin-right: 8px;
}
.project-block.default-block-item .pagination .page-numbers.current {
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .project-block .col-12 > .col-12.pr-0 {
    padding-left: 0px !important;
  }
}
/* Project detail header */
.banner-inner .link-wrap a {
  font-family: 'sofia-pro', 'Sofia Pro', 'Open Sans', sans-serif;
  position: relative;
  z-index: 2;
}
.date-info li:after {
  margin-top: 0px;
}
.banner-inner .img-anim {
  display: none !important;
}
.banner-inner .bg:after {
  display: none;
}
.banner-inner .bg {
  -webkit-mask-image: url('../img/header-mask.svg');
  mask-image: url('../img/header-mask.svg');
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: bottom center;
}
.banner-inner .left .wrap:after {
  display: none;
}
.banner-inner .link-wrap.text-body a {
  color: #365b71;
}
.banner-inner .row {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .single-projecten .banner-inner .bg,
  .single-nieuwbouw .banner-inner .bg {
    aspect-ratio: 1920/840;
    height: auto;
    width: 100%;
  }
  .single-nieuwbouw .banner-inner .wrap-title.container {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) and (max-height: 900px) {
  .single-projecten .banner-inner .bg,
  .single-nieuwbouw .banner-inner .bg {
    aspect-ratio: 1920/740;
  }
}
@media (max-width: 1199.98px) {
  .banner-inner {
    height: max-content;
  }
  .single-nieuwbouw .banner-inner .wrap-title.container {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .banner-inner .left .wrap {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .banner-inner .right .wrap {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 767.98px) {
  .select-map::before {
    /* aspect-ratio: unset;
        min-height: calc(100% + 60px); */
    background-image: url('../img/featured-project-news-bg-mob.svg');
    /* min-height: unset; */
  }
  .banner-inner .bg {
    -webkit-mask-image: url('../img/header-mask-mobile.svg');
    mask-image: url('../img/header-mask-mobile.svg');
  }
  .banner-inner .left .wrap {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .banner-inner .left {
    margin-bottom: 0px;
  }
  .banner-inner .right {
  }
  .banner-inner .right .wrap {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
/* Project area map */
.project-area-map {
  height: 600px;
}
.project-area-map .wpgmza_map {
  position: relative;
  z-index: 2;
}
/* image-slider (big-img-slider-wrap) */
.big-img-slider-wrap {
  position: relative;
}
.big-img-slider-wrap:not(.hide-bg-before) .background-container {
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/905;
  min-height: calc(100% + 100px);
  max-height: 70vh;
  top: 0;
  left: 0;
  background-image: url('../img/image-slider-bg.svg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .big-img-slider-wrap .background-container {
    background-image: url('../img/image-slider-bg-mob.svg');
    aspect-ratio: unset;
    min-height: calc(100% + 60px);
    max-height: unset;
  }
}
.big-img-slider-wrap .container {
  position: relative;
  z-index: 2;
}

.big-img-slider-wrap .big-img-slider .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.big-img-slider-wrap .big-img-slider .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  max-height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
}
.big-img-slider-wrap .big-img-slider figure {
  position: relative;
  height: auto !important;
  aspect-ratio: 1920/1080 !important;
}
.big-img-slider-wrap .big-img-slider figure a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.big-img-slider-wrap .big-img-slider figure figcaption {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 40px;
  max-width: calc(100% - 80px);
}
@media (max-width: 767.98px) {
  /* .big-img-slider-wrap .container {
        padding-left: 30px;
        padding-right: 30px;
    } */
  .big-img-slider-wrap .big-img-slider .item:after {
    max-height: 50%;
  }
  .big-img-slider-wrap .big-img-slider figure figcaption {
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
    font-size: 15px;
  }
}
/* References */

.references-slider.owl-carousel {
  flex-direction: column;
}
.references-slider.owl-carousel,
.references-slider .owl-stage,
.references-slider .owl-stage-outer,
.references-slider .owl-item {
  display: flex !important;
}
.references-slider .owl-item,
.references .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .references-slider blockquote {
    font-size: 18px;
  }
}
/* Steps slider */
.steps-slider {
}
.steps-slider .item {
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .steps-slider .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .steps-slider .container-right {
    padding-left: 30px;
  }
}
.steps-slider .owl-stage-outer {
  margin-bottom: 50px;
}
.steps-slider .owl-stage-outer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 65px;
  left: 0px;
  background-image: linear-gradient(to left, #707070 33%, rgba(112, 112, 112, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  transform: translateY(-50%);
}
.steps-slider .owl-nav {
  display: flex;
  align-items: center;
  height: 40px;
}
.steps-slider .btn {
  margin-top: -5px;
}
.steps-slider .btn,
.steps-slider .btn + .owl-nav {
  display: inline-flex;
}
.steps-slider .btn + .owl-nav * {
  height: 40px;
  display: flex;
  align-items: center;
}
.steps-slider .owl-nav:before {
  content: 'Navigeren';
  position: relative;
  display: inline-block;
  order: 1;
  font-family: 'Bree Serif', 'sofia-pro', 'Sofia Pro', 'Open Sans', sans-serif !important;
  font-size: 16px;
  color: #007ca3;
  margin-left: 20px;
  margin-right: 20px;
}
.steps-slider .owl-nav button.owl-next {
  order: 2;
}
.steps-slider .owl-nav button * {
  color: #fccc2e;
  font-size: 25px;
}
.steps-slider .item {
  position: relative;
}
.steps-slider .item:before {
  content: '';
  position: absolute;
  top: 65px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #365b71;
  transform: translateY(-50%);
}
.steps-slider .item .icon-wrapper i {
  font-size: 40px;
}

.steps-slider .status {
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  padding-left: 15px;
}
.steps-slider .status:before {
  content: '•';
  font-size: 30px;
  line-height: 13px;
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-66%);
}
.steps-slider .status.green,
.steps-slider .status.complete {
  color: #86db6c;
}
.steps-slider .status.in-progress,
.steps-slider .status.orange {
  color: #dbb06c;
}
.steps-slider .status.planned,
.steps-slider .status.grey {
  color: #afafaf;
}
.steps-slider .status.blue {
  color: #007ca3;
}
.steps-slider .status.yellow {
  color: #fec633;
}
.steps-slider .status.red {
  color: #db6c6c;
}
/* Woning aanbod */
.woning-aanbod {
  position: relative;
}
.woning-aanbod:not(.hide-bg-before) .background-container {
  position: absolute;
  width: 100%;
  /* aspect-ratio: 1920/905; */
  min-height: calc(100% + 200px);
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url('../img/woningaanbod-bg.svg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.woning-aanbod .item .features {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.woning-aanbod .item .features .feature {
  margin-bottom: 10px;
}
.woning-aanbod .item .features .feature:last-child {
  margin-bottom: 0px;
}
.woning-aanbod .item .features .icon-wrapper {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}
.woning-aanbod-slider .owl-stage {
  padding-left: 0px !important;
}
.woning-aanbod-slider .owl-nav {
  /* position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none; */
}
.nieuwbouw-plattegrond-slider-carousel .owl-nav button *,
.nieuwbouw-image-slider-carousel .owl-nav button *,
.woning-types-slider.owl-carousel .owl-nav button *,
.text-number-block .owl-carousel .owl-nav button *,
.woning-aanbod-slider .owl-nav button * {
  /* color: #FCCC2E; */
  font-size: 25px;
}
.nieuwbouw-plattegrond-slider-carousel .owl-dots,
.nieuwbouw-image-slider-carousel .owl-dots,
.woning-types-slider.owl-carousel .owl-dots,
.woning-types-slider.owl-carousel .owl-nav,
.text-number-block .owl-carousel .owl-dots,
.text-number-block .owl-carousel .owl-nav {
  display: flex;
}
.nieuwbouw-plattegrond-slider-carousel .owl-nav,
.nieuwbouw-image-slider-carousel .owl-nav,
.text-number-block .owl-carousel .owl-nav {
  margin-top: 20px;
}
.nieuwbouw-plattegrond-slider-carousel .owl-dots,
.nieuwbouw-plattegrond-slider-carousel .owl-nav,
.nieuwbouw-image-slider-carousel .owl-dots,
.nieuwbouw-image-slider-carousel .owl-nav,
.woning-types-slider.owl-carousel .owl-dots,
.woning-types-slider.owl-carousel .owl-nav,
.woning-aanbod-slider .owl-dots,
.woning-aanbod-slider .owl-nav {
  display: flex;
  justify-content: center;
}
.nieuwbouw-plattegrond-slider-carousel .owl-dots,
.nieuwbouw-image-slider-carousel .owl-dots,
.woning-types-slider.owl-carousel .owl-dots,
.text-number-block .owl-carousel .owl-dots,
.woning-aanbod-slider .owl-dots {
  max-width: max-content;
  margin-left: 10px;
  margin-right: 10px;
}
.woning-aanbod-slider .owl-nav {
  max-width: 1140px;
}
@media (min-width: 1200px) {
  .woning-types-slider .owl-stage-outer,
  .woning-aanbod-slider .owl-stage-outer {
    position: relative;
  }
  .woning-types-slider .owl-stage-outer:after,
  .woning-aanbod-slider .owl-stage-outer:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(234, 238, 242, 1) 0%, rgba(234, 238, 242, 0) 100%);
  }
}
@media (max-width: 1199.98px) {
  .woning-aanbod-slider .owl-nav {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .woning-aanbod-slider .owl-nav {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .woning-aanbod-slider .owl-nav {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .woning-aanbod-slider .owl-nav {
    max-width: calc(100vw - 60px);
  }
}
.nieuwbouw-plattegrond-slider-carousel .owl-dots .owl-dot,
.nieuwbouw-image-slider-carousel .owl-dots .owl-dot,
.woning-types-slider .owl-dots .owl-dot,
.text-number-block .owl-carousel .owl-dots .owl-dot,
.team-slider .owl-dots .owl-dot,
.makelaars-slider .owl-dots .owl-dot,
.woning-aanbod-slider .owl-dots .owl-dot {
  margin: 0 4px;
}
.nieuwbouw-plattegrond-slider-carousel .owl-dots .owl-dot span,
.nieuwbouw-image-slider-carousel .owl-dots .owl-dot span,
.woning-types-slider .owl-dots .owl-dot span,
.text-number-block .owl-carousel .owl-dots .owl-dot span,
.team-slider .owl-dots .owl-dot span,
.makelaars-slider .owl-dots .owl-dot span,
.woning-aanbod-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 2px solid #365b71;
  border-radius: 15px;
  transition: ease all 0.3s;
  display: block;
}
.nieuwbouw-plattegrond-slider-carousel .owl-dots .owl-dot.active span,
.nieuwbouw-image-slider-carousel .owl-dots .owl-dot.active span,
.woning-types-slider .owl-dots .owl-dot.active span,
.text-number-block .owl-carousel .owl-dots .owl-dot.active span,
.team-slider .owl-dots .owl-dot.active span,
.makelaars-slider .owl-dots .owl-dot.active span,
.woning-aanbod-slider .owl-dots .owl-dot.active span {
  background: #365b71;
}
.woning-aanbod .map-image {
  display: block;
  width: 100%;
}
.woning-aanbod .map-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .woning-aanbod .background-container {
    background-image: url('../img/woningaanbod-bg-mob.svg');
    aspect-ratio: unset;
    min-height: calc(100% + 60px);
  }
}
/* downloads grid */
.downloads-slider .owl-stage {
  padding-left: 0px !important;
}
.downloads-slider .owl-dots {
  padding-right: 30px;
}
.downloads-slider .owl-dots .owl-dot {
  margin: 0 4px;
}
.downloads-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 2px solid #365b71;
  border-radius: 15px;
  transition: ease all 0.3s;
  display: block;
}
.downloads-slider .owl-dots .owl-dot.active span {
  background: #365b71;
}
@media (max-width: 767px) {
  .downloads-grid .container {
    padding-right: 0px !important;
  }
  .downloads-grid.default-block-item .item {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .featured-news.default-block-item .row,
  .downloads-grid.default-block-item .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  .featured-news.default-block-item .row,
  .downloads-grid.default-block-item .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* Section contact person / newsletter */
section#inschrijven:not(:last-child) {
  margin-bottom: -150px;
  position: relative;
  z-index: 2;
  background: transparent !important;
}
section#inschrijven:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  background-color: #eaeef2;
}
section#inschrijven:not(:last-child) + section {
  padding-top: 200px !important;
}
section.contact-person .contact-section {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
}
section.contact-person .contact-person {
  background: #007ca3;
}
section.contact-person .contact-person:after {
  background: #007ca3;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 2px;
  transform: translate(50%, -50%) rotate(45deg);
}
section.contact-person .wpcf7-form-control-wrap[data-name='privacy'] {
  display: block;
  background: #fff;
}
.checkbox-wrap .wpcf7-list-item,
section.contact-person .wpcf7-list-item {
  margin-left: 0px;
}
section.contact-person .form-wrap input[type='checkbox']:before {
  border: 1px solid #365b71;
}
.checkbox-wrap .wpcf7-list-item > label {
  margin-top: 0px;
}
.checkbox-wrap .wpcf7-list-item > label,
section.contact-person .wpcf7-list-item > label {
  display: flex !important;
  align-items: center;
}
.checkbox-wrap .wpcf7-list-item-label,
section.contact-person .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  section.contact-person .contact-person:after {
    display: block !important;
    bottom: 2px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, 50%) rotate(45deg);
  }
  section#inschrijven:not(:last-child) {
    margin-bottom: -500px;
  }
  section#inschrijven:not(:last-child):before {
    height: calc(100% - 500px);
  }
  section#inschrijven:not(:last-child) + section {
    padding-top: 500px !important;
  }
}
@media (max-width: 767px) {
  section.contact-person .wpcf7-list-item > label {
    align-items: start;
  }
}
/* FAQ */
@media (max-width: 767px) {
  .faq {
    padding: 50px 0;
  }
  .faq .left,
  .faq .right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Makelaars */
.makelaars-slider.owl-carousel .owl-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom left;
}
.makelaars .logo-wrapper {
  height: 80px;
  margin-bottom: 20px;
}
.makelaars .logo-wrapper img {
  width: auto;
  height: 100%;
  max-height: 80px;
  object-fit: contain;
}
.faq + .makelaars {
  padding-top: 0px !important;
}
@media (min-width: 1200px) {
  .faq + .makelaars {
    margin-top: -50px !important;
  }
}
@media (max-width: 575px) {
  .makelaars-slider .owl-stage-outer {
    margin-right: -30px;
    width: calc(100% + 30px);
  }
  .makelaars-slider .owl-stage {
    padding-left: 0px !important;
  }
}

/* information block */
.information-block:not(:last-child) {
  position: relative;
  background: transparent !important;
}
.single-nieuwbouw .information-block,
.information-block:last-child {
  position: relative;
  background: #007ca3 !important;
}
.information-block:not(:last-child):not(.hide-bg-before) .background-container {
  position: absolute;
  width: 100%;
  min-width: 100vw;
  aspect-ratio: 1920/905;
  min-height: calc(100% - 120px);
  top: 0;
  left: 0;
  background-image: url('../img/image-slider-bg.svg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.single-nieuwbouw .information-block .background-container,
.single-nieuwbouw .information-block .container-right {
  display: none !important;
}

@media (max-width: 767.98px) {
  .information-block:not(:last-child) .background-container {
    background-image: url('../img/image-slider-bg-mob.svg');
    aspect-ratio: unset;
    min-height: calc(100% - 250px);
  }
}
.information-block .container {
  position: relative;
  z-index: 2;
}
.information-block .form-default .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 0px !important;
}
.information-block .form-default .checkbox-wrap .wpcf7-list-item > label {
  color: #fff;
}
@media (min-width: 768px) {
  .information-block input[name='privacy'] {
    margin-top: -13px;
  }
}
.default-block-item.team-block .item {
  position: relative;
}
.team-slider {
  position: relative;
}
.team-slider.owl-carousel:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 2555, 2555, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.team-slider .owl-stage {
  padding-left: 0px !important;
}
.default-block-item.team-block .team-slider .item {
  margin-bottom: 0px;
}
.default-block-item.team-block figure {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 370/355;
  min-height: 355px;
}
.default-block-item.team-block figure:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 86%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: ease all 0.3s;
}
.default-block-item.team-block .item:hover figure:before {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.default-block-item.team-block .item .text-wrap {
  position: absolute;
  width: 100%;
  height: max-content;
  max-height: 100%;
  bottom: 0;
  left: 0;
  background: transparent;
  border: none;
}
.default-block-item.team-block .item .text-wrap * {
  color: #fff !important;
}
.default-block-item.team-block .item .text-wrap .bio-text {
  max-height: 0px;
  height: max-content;
  overflow: hidden;
  transition: ease all 0.3s;
}
.default-block-item.team-block .item:hover .bio-text {
  max-height: 320px;
  padding-top: 15px;
}

/* Text number block */
.text-number-block .owl-stage,
.text-number-block .owl-item {
  display: flex;
  height: 100%;
}

.text-number-block ol li {
  width: 100%;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.text-number-block ol li p.number {
  display: inline-block;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #365b71;
  font-family: 'Bree Serif', sans-serif;
  margin-bottom: 15px;
}

.text-number-block ol li:before {
  display: none;
}
@media (max-width: 767px) {
  .text-number-block {
    padding: 50px 0 0;
  }
}
/* Project info */
@media (max-width: 767.98px) {
  .project-info:after {
    display: none;
  }
}
/* project bottom */
.project-bottom {
  background: transparent;
  padding: 100px 0 95px;
}
.project-bottom h2,
.project-bottom p {
  color: #365b71;
}
.project-bottom .link-wrap a {
  color: #007ca3;
}
/* Woningen */
.related-nieuwbouw .text-wrapper *,
section.project-block.woningen-block .text-wrapper * {
  color: #365b71;
}
section.project-block.woningen-block.default-block-item.section-blue {
  background: transparent;
  position: relative;
}
section.project-block.woningen-block.default-block-item.section-blue:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - ((561 / 1920) * 100vw) + 450px);
  background-color: #eaeef2;
  z-index: -1;
}
@media (min-width: 3001px) {
  section.project-block.woningen-block.default-block-item.section-blue:before {
    height: calc(100% - ((561 / 1920) * 3000px) + 450px);
  }
}
.woningen-block {
}
.woningen-block .price-range {
}
.woningen-block .price-range .price-wrap {
  position: relative;
}
.woning-types-slider .owl-stage {
  padding-left: 0px !important;
}
.woning-types-slider .item {
  position: relative;
  margin-bottom: 10px;
}
.woning-types-slider .item input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
}
.woning-types-slider .item figure {
  position: relative;
}
.woning-types-slider .item figure:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 86%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: ease all 0.3s;
}

.woning-types-slider .item figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.woning-types-slider .item figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 3;
}
.woning-types-slider .item figure figcaption * {
  color: #fff;
}
.woning-types-slider .item .text-wrap .bree {
  position: relative;
  display: flex;
  align-items: center;
}
.woning-types-slider .item .text-wrap .bree:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #eaeef2;
  position: relative;
  margin-right: 8px;
  transition: ease all 0.3s;
}
.woning-types-slider .item input[type='checkbox']:checked + .wrap .text-wrap .bree:before {
  background: #365b71;
}
.woningen-block .price-range .price-wrap:before {
  content: '€';
  top: 50%;
  left: 10px;
  position: absolute;
  pointer-events: none;
  color: #365b71;
  transform: translateY(-50%);
}
.woningen-block .price-range .price-wrap,
.woningen-block .price-range .price-wrap input {
  width: 105px;
  background: #eaeef2;
  border-radius: 6px;
  height: 40px;
}
.woningen-block .price-range .price-wrap input {
  padding: 15px 10px 15px 22px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}
.woningen-block .price-range .price-wrap input::-webkit-outer-spin-button,
.woningen-block .price-range .price-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woningen-block .price-range button.btn-default {
  margin-left: 10px;
  min-width: max-content;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .woningen-block .price-range .price-wrap,
  .woningen-block .price-range .price-wrap input {
    width: 90px;
    height: 50px;
  }
  .woningen-block .price-range .price-wrap:before {
    left: 10px;
  }
  .woningen-block .price-range .price-wrap input {
    padding: 15px 10px 15px 20px;
  }
}
/* News */
.filter-block {
  padding: 0;
}
.filter-wrap .filter-block p:first-child {
  margin-left: 0px;
}
.filter-block .select-block label {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .filter-block {
    padding: 0 15px;
  }
  .filter-wrap .filter-block *:not(.projectnieuws) {
    order: 2;
  }
  .filter-wrap .filter-block p.projectnieuws {
    order: 0;
  }
  .filter-block .select-block {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .filter-wrap .filter-block p,
  .filter-wrap .filter-block label {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .default-block-item.default-block-item-4:not(.project-block)
    .contact-form-wrap
    .form-default
    form
    .wrap
    .checkbox-wrap {
    order: 4;
    margin-top: 15px;
  }
}
.pagination {
  justify-content: center;
  width: 100%;
}
.pagination .page-numbers {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .page-numbers.current {
  font-weight: 900;
}
/* Team overview */
.team-block {
  overflow: visible;
  position: relative;
}
.team-block:not(.hide-bg-before) .background-container {
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/905;
  min-height: 905px;
  top: 0;
  left: 0;
  background-image: url('../img/image-slider-bg.svg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .big-img-slider-wrap .background-container {
    background-image: url('../img/image-slider-bg-mob.svg');
    aspect-ratio: unset;
    min-height: 620px;
  }
}
/* USPS / 3 column section */
.plan:not(.hide-bg-before) {
  position: relative;
  background: transparent;
}
.plan:not(.hide-bg-before)::before {
  content: '';
  position: absolute;
  min-width: 1920px;
  min-height: calc(100% + 100px);
  width: 100%;
  aspect-ratio: 1920/561;
  right: 0;
  bottom: 0;
  background-image: url('../img/featured-blogs-bg.svg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .plan:not(.hide-bg-before)::before {
    /* top: auto;
        bottom: 0;
        right: -136px;
        min-width: 777px;
        width: 777px;
        aspect-ratio: 777 / 390;
        min-height: unset; */
    width: calc(100% + 100px);
    right: -50px;
  }
}
/* small page header / about-banner */
.about-banner {
  /* -webkit-mask-image: url('../img/header-mask.svg');
    mask-image: url('../img/header-mask.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: bottom center; */
}
.about-banner:before {
  display: none;
}
/* @media(max-width: 767.98px) {
    .about-banner {
        -webkit-mask-image: url('../img/header-mask-mobile.svg');
        mask-image: url('../img/header-mask-mobile.svg');
    }
} */
/* page banner */
.page-banner {
  position: relative;
}
.page-banner:not(.no-after):after {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/540;
  min-height: 540px;
  /* min-height: calc(100% + 200px); */
  bottom: -100px;
  right: 0;
  z-index: -1;
  background-image: url('../img/page-banner-after.svg');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .page-banner:not(.no-after):after {
    background-image: url('../img/page-banner-after-mob.svg');
    aspect-ratio: 414/475;
    min-height: unset;
    bottom: -50px;
    background-position: bottom left;
  }
}
.contact-block .form-default {
  background: #fff;
  border-radius: 10px;
}
.contact-block .form-default .top {
  height: 178px;
  mask-image: url(/app/themes/van/img/form-header-mask.svg);
  mask-size: cover;
  overflow: visible;
  mask-position: bottom center;
  padding-top: 36px;
  align-items: flex-start !important;
}
@media (min-width: 1200px) {
  .contact-block .form-default .top .title {
    font-size: 34px;
  }
}
.contact-block .wrap-content:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .contact-block .form-default .top {
    height: 200px;
  }
}
/* project detail header */
@media (min-width: 1200px) {
  .project-detail-header.banner-inner .bg {
    max-height: 80vh;
  }
}
@media (min-width: 1200px) and (max-height: 950px) {
  .project-detail-header .wrap-title {
    margin-bottom: 50px !important;
  }
  .project-detail-header {
    min-height: 750px;
  }
}
/* Nieuwbouw banner */
.nieuwbouw-banner {
  height: max-content;
}
.nieuwbouw-banner.banner-inner .wrap-title {
  text-align: left;
}
.nieuwbouw-banner h1 {
  text-align: left;
  margin: 0 !important;
}
.nieuwbouw-banner .text-block-wrap .text-wrapper {
  padding: 40px;
  border-radius: 10px;
}
.nieuwbouw-banner .text-block-wrap .col-12.order-1 .text-wrapper {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nieuwbouw-banner .text-block-wrap .text-wrapper-footer {
  background-color: #007ca3;
  border-radius: 0 0 10px 10px;
  padding: 40px;
}

@media (max-width: 991.98px) {
  .nieuwbouw-banner .text-block-wrap .col-12.order-0 .text-wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px;
  }
  .nieuwbouw-banner .text-block-wrap .col-12.order-1 .text-wrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* margin-top: -10px; */
  }
}
/* Nieuwbouw plattegrond slider */
.nieuwbouw-plattegrond-slider {
  position: relative;
}
.nieuwbouw-plattegrond-slider::before {
  content: '';
  position: absolute;
  min-width: 1920px;
  min-height: 560px;
  width: 100%;
  aspect-ratio: 1920/561;
  right: 0;
  top: -310px;
  background-image: url('../img/plattegrond-before.svg');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 575px) {
  .nieuwbouw-plattegrond-slider::before {
    top: auto;
    bottom: 0;
    right: -136px;
    min-width: 777px;
    width: 777px;
    aspect-ratio: 777 / 390;
    min-height: unset;
  }
}
.nieuwbouw-plattegrond-slider img {
  /* border-radius: 10px; */
  aspect-ratio: 970/770;
  object-fit: contain;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .nieuwbouw-plattegrond-slider img {
    aspect-ratio: 1;
  }
}
/* Nieuwbouw image slider */
.nieuwbouw-image-slider img {
  border-radius: 10px;
  aspect-ratio: 970/770;
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* Related nieuwbouw */
@media (max-width: 767.98px) {
  .related-nieuwbouw .title-row .col-12 {
    padding: 0px !important;
  }
}
.default-block-item .item .label li {
  letter-spacing: 0.6px;
}
section *:not(.wrap, .link-wrap) > a:not([class]) {
  position: relative;
  text-decoration: underline;
}
section *:not(.wrap, .link-wrap) > a:not([class]):after {
  display: none;
}
section *:not(.wrap, .link-wrap) > a:not([class]):hover {
  text-decoration: none;
}

.owl-nav.disabled {
  display: none !important;
}
.single main section.default-inner {
  padding-bottom: 50px;
}
.single main section.default-inner:last-child .contact-banner {
  display: none !important;
}
.single .default-inner:before,
.single .default-inner:after {
  display: none !important;
}
.single .default-inner .references {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: -200px;
  margin-right: -200px;
}
@media (max-width: 1199.98px) {
  .single .default-inner .references {
    margin-left: -110px;
    margin-right: -110px;
  }
}
@media (max-width: 991.98px) {
  .single .default-inner .references {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .single .default-inner .references .container {
    padding: 0px !important;
  }
  .single .default-inner .references-slider blockquote {
    font-size: 18px;
    padding: 10px 35px;
  }
  .single .default-inner .references-slider blockquote:before,
  .single .default-inner .references-slider blockquote:after {
    transform: scale(0.4);
  }
  .single .default-inner .references-slider blockquote:after {
    transform: rotate(180deg) scale(0.4);
    bottom: -65px;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
.page-banner .next-display img {
  width: 30px;
  height: auto;
}
@media (min-width: 1200px) {
  .page-banner.page-banner-height {
    min-height: max-content;
    padding-bottom: 60px;
  }
  .page-banner.page-banner-height > .container > .row {
    padding-bottom: 95px;
  }
  .page-banner.page-banner-height .text-block {
    position: relative;
    bottom: unset;
    transform: translate(-50%, -50px);
  }
  .page-banner .text-block,
  .page-banner .text-block .row {
    min-height: 350px;
  }
}
.bg-yellow,
.references.bg-yellow {
  background: #fccc2e !important;
}
.bg-yellow:after,
.references.bg-yellow:after {
  background: #fccc2e !important;
}
@media (min-width: 1200px) and (max-height: 750px) {
  .page-banner .text-block .left {
    padding-top: 60px;
  }
  .page-banner .text-block .right {
    padding-top: 50px;
  }
}
.single
  .default-block-item.default-block-item-4.slider-news
  + .default-block-item.default-block-item-4.slider-news {
  display: none !important;
}
.gform_wrapper.gravity-theme .ginput_complex span {
  display: flex;
  flex-direction: column;
}
.gform_wrapper.gravity-theme .ginput_complex span label {
  order: 0;
}
.gform_wrapper.gravity-theme .ginput_complex span input {
  order: 1;
}
@media (min-width: 768px) {
  .participatie-form .ginput_left.address_city.ginput_address_city {
    flex: 0 0 50%;
  }
  .gfield--width-half {
    display: flex;
    flex-direction: column;
  }
  .gfield--width-half .ginput_container {
    margin-top: auto;
  }
  .gfield--width-half .gfield_description {
    padding-top: 0px !important;
  }
  .participatie-form label.gfield_label {
    min-height: unset !important;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}
.big-img-slider-wrap {
  z-index: 2;
}
.big-img-slider-wrap + .woning-aanbod {
  margin-top: -105px;
  padding-top: 255px !important;
  background-color: #eaeef2;
}
.big-img-slider-wrap + .woning-aanbod .background-container {
  display: none;
}
@media (max-width: 767.98px) {
  .woning-aanbod-slider .owl-dots {
    flex-wrap: wrap;
  }
}
