/* CSS Document */
#smooth-content {
    float: left;
}

.page-block.welcome.ExplodeShow {
    padding: 0px;  margin: -150px 0px 0px 0px!important;
}

.footer-logo svg {
    width: 70%;
}

.page-block.usps{
}


.page-block.usps{
}
@media (min-width: 1280px) {
    .page-block.usps .page-block-caption .page-block-module .block-listing {
        grid-template-columns: repeat(4, 1fr);
    }
	.page-block.usps .page-block-caption .page-block-module .block-listing .block .block-caption .block-ttl h2 {
        font-size: 1.6em;
    }
}

.page-block.usps.center .page-block-caption .page-block-module .block-listing .block .block-caption .block-txt{
	display: flex; justify-content: center;
}
.page-block.usps.center .page-block-caption .page-block-module .block-listing .block .block-caption .block-txt p{
	max-width: 300px;
}

.form_block{
	border: 0px; padding-bottom: 15px;
}
.form_block h1{
	font-size: 18px;
}

.btn-primary, .btn-primary-grey, .btn-default, .btn-secondary, .btn-info, .btn-list, .btn-primary , .menu-default .mainmenu #extraMenu .navbar-nav li a, .menu-centered .mainmenu #extraMenu .navbar-nav li a {
    border-radius: 0px;
}
.page-block.welcome.SplittedSlideshow .page-block-caption .page-block-txt p {
    max-width: 380px;
}

#cta-pop .page-block-caption .page-block-ttl h2{
	text-transform: uppercase;
	font-size: 1.4em;
}

.theformfields h2{
	display: none;
}
.page-block.gallery.slideshow{
	max-width: 1920px;
}

.page-block.gallery.slideshow.with_block_image .page-block-caption{
	display: flex;
}

@media (min-width: 768px) {
	
}


.bouwtype-item.block .block-image {
	padding: 15px;
}
.bouwtype-item.block .block-image img{
	width: 100%; height: auto; aspect-ratio: 1/1; object-fit: contain; object-position: center;
}
.bouwtype-item .block-caption{
	padding: 30px 30px 15px 30px;
}
.bouwtype-item .block-caption .block-ttl h2{
	font-size: 3em; margin-bottom: 30px;
}

.bouwtype-item .block-caption .block-ttl h3{
	width: 100%;
}
.bouwtype-item .block-caption .block-ttl h3 p{
	width: 100%; line-height: 1.3em;
}
.bouwtype-item .block-caption .block-ttl h3 p b{
    font-family: AvantGardeBook,sans-serif; font-weight: bold; font-size: 1.3em;
}
.bouwtype-item .block-btns{
	display: none;
}

.block-listing-scroller{
	opacity: 0; pointer-events: none;
}
@media (min-width: 650px) {
    .page-block.woningtypen .block-listing .block.bouwtype-item .block-caption {
        grid-row: span 2; align-content: center; align-items: center;
    }
	#aanbod---woningtypes .block-listing {
        width: calc(100% - 0px);
        position: relative;
        top: 0px;
        left: 0;
	}
}

@media (min-width: 1280px) {
	.page-block.woningtypen .block-listing .block.bouwtype-item {
		grid-template-columns: repeat(4, 1fr);
	}
	.page-block.woningtypen .block-listing .block.bouwtype-item .block-image{
		grid-column: span 2;
	}
	.page-block.woningtypen .block-listing .block.bouwtype-item .block-caption{
		grid-column: span 2;
	}
	.bouwtype-item.block .block-image img{
	}
	.page-block.woningtypen .block-listing .block.bouwtype-item:nth-of-type(2n + 1) .block-image{
		order: 2;
	}
	.page-block.woningtypen .block-listing .block.bouwtype-item:nth-of-type(2n + 1) .block-caption{
		order: 1;
	}
	.page-block.woningtypen .block-listing .block.bouwtype-item:nth-of-type(2n + 1) .block-image img{
	}
}

.page-block.welcome.SplittedSlideshow .page-block-caption .page-block-txt p{
	text-shadow: #000 1px 0 10px;
}



/* Lock scroll when lightbox is open */
body.is-lightbox-open { overflow: hidden; }

.aw-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;             /* toggled by JS */
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 32px);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px);
}

.aw-lightbox__panel {
  position: relative;
  width: min(1100px, 100%);
  max-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
}

.aw-lightbox__media {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  background: rgba(255,255,255,0);
}

.aw-lightbox__img {
  display: block;
  width: 100%;
  height: min(75vh, 780px);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.aw-lightbox__captionRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--textcolor);
  font-size: 0.9em;
}

.aw-lightbox__caption {
    font-family: AvantGardeBook, sans-serif;
    text-transform: uppercase;
	color: var(--basecolorLight); font-size: 1.4em;
}

.aw-lightbox__counter {
  white-space: nowrap;
}

.aw-lightbox__btn {
  position: absolute; font-size: 1.4em;
  top: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0px!important;
  background: rgba(97, 113, 42,0.2);
  color: var(--basecolorLight);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform .15s ease, background .15s ease, opacity .15s ease;
	pointer-events: all!important;
	outline: none!important;
}

.aw-lightbox__close { right: 12px; }
.aw-lightbox__prev,
.aw-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}
.aw-lightbox__prev { left: 12px; }
.aw-lightbox__next { right: 12px; }

/* Slightly larger nav buttons, centered vertically */
.aw-lightbox__prev,
.aw-lightbox__next {
}

/* Hide nav if only 1 item */
.aw-lightbox[data-count="1"] .aw-lightbox__prev,
.aw-lightbox[data-count="1"] .aw-lightbox__next {
  opacity: 0;
  pointer-events: none;
}

.aw-lightbox__captionWrap{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.aw-lightbox__title {
    font-family: AvantGardeBook, sans-serif;
    text-transform: uppercase;
	color: var(--basecolorLight); font-size: 1.4em;
}
.aw-lightbox__spec{  }



.aw-lightbox__media { position: relative; }
.aw-lightbox__img { position: relative; z-index: 1; }
.aw-lightbox__btn { position: absolute; z-index: 10; pointer-events: auto; }


.alert-success{
  background: rgba(97, 113, 42,0.2);
}
