#toptop{
    background: rgba(255,255,255,0); text-align: center; line-height: 3em; font-size: 1em; position: relative; width: 100%;
}
#toptop p{
    margin: 0px; padding: 0px;
}
#tophighlight,
#mainhighlight{
	text-align: center; line-height: 3em; 
	font-size: 1.0em; position: relative; width: 100%;
	z-index: 1001;
	position: fixed; top: 139px;
}
#tophighlight::before{
    background: var(--basecolor); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; content: '';
	z-index: -1; opacity: 0;
}
#tophighlight::after{
    background: var(--highlightcolor); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; content: '';
	z-index: -1; opacity: 0.59;
}
#mainhighlight{
	padding: 0px!important;
}
#mainhighlight p{
    margin: 0px; padding: 0px; font-size: 1.4em;
}
#theBody.shrink #mainhighlight p{
    margin: 0px; padding: 0px; font-size: 1.0em;
}

.scrolltop{
    display: none;
}
img{
}
.block img,
.block-image img{
	opacity: 1;
}
#header.menu-hamburger{
	height: auto;
}
#header.menu-hamburger .logo{
	justify-content: flex-start;
	position: relative;
	padding: 15px 30px;
	z-index: 10;
}
.logo svg, .logo img{
	width: 100px;
}
.logo-icon{
    width: 100%;
    position: absolute;
    top: 24px;
    left: auto;
	right: 0px;
    margin: 0px;
    padding: 15px 30px 15px 15px;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    height: 100px;
	pointer-events: none;
	/*-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}

.logo-icon svg, .logo-icon img{
	width: 35px; height: auto; object-fit: contain; object-position: center right;
	/*-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}



#pageBlock0{
    max-height: 100vh;
}



#header.menu-hamburger .headAddress,
#socialtoptop,
.slideLeft,
.slideRight,
.scrolldown,
.breadcrumb/*,
.menu-home,
.page-block.gallery.slideshow .page-block-module .carouselState,
.page-block.gallery.slideshow .page-block-module .carousel-control-prev,
.page-block.gallery.slideshow .page-block-module .carousel-control-next*/
{
    display: none;
}

#mainmenu{
	margin-top: 4em; max-height: calc(100vh - 4em);
}

#theMain .navbar-nav li a.menu-link,
#extraMenu .navbar-nav li a.menu-link{
    text-align: left; padding: 0px;  float: left; width: auto;
	
}
#theMain .navbar-nav li a.menu-link{
	padding-top: 1.4em;
}
#header.menu-hamburger #extraMenu .headAddress{
    display: none;
}

#header.menu-hamburger .mainmenu ul.navbar-nav li{
	position: relative; margin: 0px;
}
.navbar-nav li a.menu-link-arrow{
	position: relative; top: 0px; left: 0px; float: left; width: auto;
	background: url("../../assets/ypl/img/arrow-dropdown.svg"); background-repeat: no-repeat; padding: 0px 7px!important; background-position: center center; background-size: 7px;
}

.afterMenu{
	position: relative; width: 100%; float: left;
}

#theMain .navbar-nav{
	padding: 0px 30px;
}

#theMain .navbar-nav li a.menu-link.menu-link-drop{
}
.mainmenu .navbar-nav ul.after-menu li.childmenu a{
	text-align: left;
}
.after-menu{
}

#extraMenu{
    position: relative; top: 0px; right: 0px; left: auto; bottom: auto; height: auto; padding: 0px 30px; margin-top: 100px;
    display: flex; width: 100%;
}
.extra-menu .navbar-nav{
	padding: 30px 0px; margin: 0px; gap: 15px; flex-wrap: nowrap; justify-content: flex-end;
}
#extraMenu .extra-menu ul li{
	width: auto;
}


.menu-inloggen a.menu-link{
	padding-right: 1.5em!important;
}
.menu-inloggen a.menu-link::after{
	position: absolute; left: auto; right: 0px; top: 0px;  display: inline-block; width: 1em; height: 100%;
	font: var(--fa-font-thin);
	font-size: 1em; line-height: 2.2em;
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;

	content: "\f054";
}

.headAddress, #extraMenu .headAddress{
	text-align: right; padding: 15px 30px;
}


#header .container{
	max-width: none;
}

.mainmenu .social-icons{
	justify-content: flex-end; padding: 30px 30px 0px 30px;
}
.mainmenu .social-label{
	display: block; width: auto;
}


#header.menu-hamburger .navbar-toggle{
	background: none; top: 0px; height: 3em; right: 30px; padding: 0px; width: 20px;
}
.navbar-toggle .icon-bar{
	background: var(--textcolor);
}

#theMain .menu-home{
}


#mainsection{
	margin-top: 120px;
	margin-top: 3em;
}

.footer{
	padding-bottom: 0px;
}
footer .menu-link-arrow,
footer .afterMenu{
	display: none!important;
}

.footerAddress h2, .footer-menu h2{
}
.footer-socials h2{
	
}
.footerAddress p a{
	text-decoration: none; margin-right: 15px;
}
.footerAddress p a.active{
	text-decoration: underline;
}


@media(min-width:550px){
	#extraMenu{
		margin: 0px 0px 45px 0px ;
	}
}


@media(max-width:767px){
	#theBody.shrink #header.menu-hamburger .logo{
		opacity: 0;
	}
}

@media(min-width:768px){
	
	.breadcrumb{
		display: flex; z-index: 10001;
		position: fixed; top: 0px; left: 0px;  padding: 0px 30px; line-height: 3em; font-size: 1em;
		max-width: 30%; 
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;	
		transition: all 0.4s ease;
		
		
		display: none;
	}
	
	#header.menu-hamburger, #header.menu-centered{
		padding-bottom: 0px;
		max-height: 300px;
		-webkit-transition: all 0.4s ease-out;;
		-moz-transition: all 0.4s ease-out;;
		-o-transition: all 0.4s ease-out;;	
		transition: all 0.4s ease-out;;
	}	
	#header.menu-hamburger .logo{
		height: auto; padding: 45px 30px;
		-webkit-transition: all 0.4s ease-out;;
		-moz-transition: all 0.4s ease-out;;
		-o-transition: all 0.4s ease-out;;	
		transition: all 0.4s ease-out;;
	}	
	#header.menu-hamburger .logo svg{
		height: 70px; width: auto;
		-webkit-transition: all 0.4s ease-out;;
		-moz-transition: all 0.4s ease-out;;
		-o-transition: all 0.4s ease-out;: ;
		transition: all 0.4s ease-out;;
	}
	#header.menu-hamburger #extraMenu .headAddress{
	}
	.logo-icon{
		top: 35px; right: 50px; padding: 30px 0px; align-content: flex-end; align-items: flex-end; height: 122px;
		justify-content: center; width: 195px;
	}
	.logo-icon svg, .logo-icon img{
		width: 50px; height: auto; z-index: 10;
		width: 55px;
	}
	
	#theMain .navbar-nav li a.menu-link.menu-link-drop{
		padding-left: 0px;
	}

	#mainmenu{
		max-height: 500px;
	}
	
	.navbar-nav li a.menu-link-arrow{
		transform: rotate(-90deg);
	}
	#header.menu-hamburger .afterMenu{
		width: auto;
	}
	#header.menu-hamburger .afterMenu ul{
		gap: 15px; display: flex;
	}
	#header.menu-hamburger .after-menu li{
		width: auto;
	}
	/*.menu-default .navbar-nav li.menu-link .afterMenu{
		opacity: 0; position: absolute; top: 110%; background: none; margin: 0px; pointer-events: all;
		flex-wrap: nowrap; gap: 15px; display: flex;
	}
	.menu-default .navbar-nav li.menu-link:hover .afterMenu{
		opacity: 1; position: absolute; top: 110%; background: none; margin: 0px; pointer-events: all;
		flex-wrap: nowrap; gap: 15px; display: flex;
	}*/
	#header.menu-hamburger #socialnmenu{
		display: flex; width: 100%; position: relative; padding: 0px 30px 0px 30px; margin-top: -2em;
	}
	#extraMenu{
		margin: 0px 0px 100px 0px ;
	}
	
	#tophighlight,
	#mainhighlight{
		top: calc(130px + 3em);
		top: calc(90px + 3em);
		-webkit-transition: top 0.4s ease-out;
		-moz-transition: top 0.4s ease-out;
		-o-transition: top 0.4s ease-out;
		transition: top 0.4s ease-out;
	}
	#mainhighlight{
		top: calc(33px + 3em);
	}
	
	#theBody._home #tophighlight{
		top: 189px;
	}
	#mainsection{
		margin-top: calc(130px + 3em);
		margin-top: 3em;
	}
	

	.footer .container{
		padding: 15px 0px;
	}
	#footer_links{
		padding-bottom: 30px;
	}
	#theBody.shrink #header.menu-hamburger{
		max-height: 3em;
	}
	#theBody.shrink #header.menu-hamburger:hover{
	}
	#theBody.shrink #header.menu-hamburger .logo{
		padding-top: 10px; padding-bottom: 0px;
		top: -35px;
		opacity: 0;
	}
	#theBody.shrink #header.menu-hamburger .logo svg{
		height: 50px; object-position: center left; width: auto;
	}
	#theBody.shrink #header.menu-hamburger #extraMenu .headAddress{
		top: -100px;
	}
	#theBody.shrink #header.menu-hamburger .logo-icon{
		top: 0px; right: calc(100% - 60px); height: 3em; width: 3em; padding: 8px; z-index: 100001;
		/*top: 3em; right: 19px;*/
	}
	#theBody.shrink #header.menu-hamburger .logo-icon svg{
		height: 25px; width: 25px; 
	}
	#theBody.shrink .menu-default .mainmenu .navbar-nav,
	#theBody.shrink .menu-centered .mainmenu .navbar-nav{
		margin: 25px 0px 0px 0px; padding-right: 75px;
	}
	#theBody.shrink .breadcrumb{
		left: 60px; padding: 0px 10px;
	}
	
	
	#tophighlight{
		width: 100%; left: auto; padding-right: 58px; text-align: right;
	}
	#mainhighlight{
		width: 100%; left: auto; text-align: right;
	}
	#mainhighlight{
		text-align: center;
	}
	#theBody.shrink #tophighlight,
	#theBody.shrink.home #tophighlight{
		top: 39px;
		padding-right: 75px;
		padding-right: 30px;
	}
	#theBody.shrink #mainhighlight{
		top: 39px;
	}
	
	/*#tophighlight p::after{
		background: none; position: absolute; top: 0px; right: 0px; left: auto; width: auto; height: 100%; display: block; content: 'Den Haag - Benoordenhout';
		z-index: 1; opacity: 1; font-size: 0.7em; letter-spacing: 1px; padding-right: 30px;
	}*/
	
}

#smooth-content::before{
	pointer-events: none;
	position: absolute; top: 0px; left: 0px; width: 100%; height: 500px; background:#ffffff; content: ''; display: block; opacity:1; z-index: -1;
}
/*#topbar::before{
	pointer-events: none;
	position: absolute; top: 0px; left: 0px; width: 100%; height: 3em; background:#000; content: ''; display: block; opacity: 0;
}*/
@media (min-width: 960px) {
	
	#header.menu-hamburger .logo svg{
		width: auto; height: 90px;
	}
	.logo-icon{
		top: 45px;
	}
	.logo-icon svg, .logo-icon img{
		width: 65px;
	}
	
	#tophighlight{
		top: calc(110px + 3em);
	}
	#mainhighlight{
		top: calc(39px + 3em);
	}
	#theBody.menuactive .logo{
		pointer-events: none;
	}
	
	#mainmenu{
		margin-top: 0; max-height: 550px; padding-top: 3em;
		background:rgba(255,255,255,0);
	}
	#extraMenu{
		position: absolute; top: 0px; right: 60px; left: auto; bottom: auto; height: auto; padding: 1em 15px; 
		display: flex; width: auto;
	}
	#theMain{
		margin-top: 30px; margin-left: calc(50% - 135px); width: calc(50% + 135px);
	}
	#toptop{
		z-index: 10; pointer-events: none;
		z-index: 101; background:none;
	}
	#toptop p a{
		pointer-events: all;
	}
	
	.extra-menu .navbar{
		padding: 0px; margin: 0px;
	}
	.extra-menu .navbar-nav{
		padding: 0px; margin: 0px; gap: 15px; flex-wrap: nowrap;	
	}
	.extra-menu ul li{
		margin: 0px; padding: 0px; 
	}
	.menu-hamburger #extraMenu .navbar-nav li a,
	#extraMenu .navbar-nav li a.menu-link{
		opacity: 1!important;
	}
	.mainmenu{
		margin: 0px; min-height: 3em;
	}
	
	#theMain .navbar-nav li a.menu-link{
	}
	
}

@media(min-width:1280px){	
	#header.menu-hamburger, #header.menu-centered{
	}	
	#header.menu-hamburger .logo{
		height: auto; padding: 60px 0px 30px 75px;
	}	
	#theBody._home #header.menu-hamburger .logo{
		padding: 75px 0px 45px 75px;
	}	
	#header.menu-hamburger .logo svg{
		width: auto; height: 90px;
	}
	#theBody._home.home #header.menu-hamburger .logo svg{
		height: 130px;
	}
	.logo-icon{
		top: 57px;
	}
	.logo-icon svg, .logo-icon img{
		width: 65px;
	}
	#theBody._home .logo-icon{
	}
	.logo-icon svg, .logo-icon img{
	}
	#theBody._home .logo-icon svg{
	}
	
	#theMain{
		margin-top: 30px; margin-left: calc(50% - 142px); width: calc(50% + 142px);
	}
	
	
	.menu-default .mainmenu .navbar-nav, .menu-centered .mainmenu .navbar-nav{
		padding-right: 75px;
		justify-content: flex-end; margin: 215px 0px 0px 0px;
		gap: 30px;
	}
	
		
	#tophighlight{
		top:calc(130px + 3em);
		top:calc(125px + 3em);
		padding-right: 70px;
	}
	#mainhighlight{
		top: calc(55px + 3em)
	}
	#tophighlight p::after{
		padding-right: 60px;
	}
	#theBody._homehome #tophighlight{
		top: 219px;
	}
	#mainsection{
		margin-top:calc(130px + 3em);
		margin-top:3em;
	}
	#theBody._home #mainsection{
		margin-top:219px;
	}
	
	#theBody.shrink .menu-default .mainmenu .navbar-nav,
	#theBody.shrink .menu-centered .mainmenu .navbar-nav{
	}
	#theBody.shrink #header.menu-hamburger .logo-icon{
	}
	#theBody.shrink #header.menu-hamburger .logo-icon{
		right: calc(100% - 110px);
		/*right: 19px;*/
	}
}


@media(min-width:1440px){
	#header .container{
		max-width: 1440px;position: relative;
	}	
	#header.menu-hamburger .logo{
	}	
	#tophighlight{
		top:calc(155px + 3em);
		padding-right: calc(50vw - 657px);
	}
	#mainhighlight{
		top:calc(62px + 3em);
	}
	#header.menu-hamburger .logo svg{
		width: auto; height: 120px;
	}
	#theBody._home #header.menu-hamburger .logo svg{
		height: 150px;
	}
	#theBody._home .logo-icon{
		height: 280px;
	}
	.logo-icon{
		top: 75px;
	}
	.logo-icon svg, .logo-icon img{
		width: 90px;
	}
	
	#header.menu-hamburger #extraMenu .headAddress{
	}
	#theBody.shrink .menu-default .mainmenu .navbar-nav,
	#theBody.shrink .menu-centered .mainmenu .navbar-nav{
	}
	
	#mainmenu{
		position: fixed;
	}
	#extraMenu{
		right: calc(50% - 660px);
	}
	
	.breadcrumb{
		left: calc(50% - 720px); max-width: 500px;
	}
	#theBody._home #tophighlight{
		top: 315px;
	}

	#theBody.shrink .breadcrumb{
		left: calc(50% - 660px);
	}
	#tophighlight p::after{
		padding-right: calc((100% - 1440px) / 2 + 60px);
	}
	
	#theBody.shrink #tophighlight,
	#theBody.shrink.home #tophighlight
	{
		padding-right: calc(50vw - 645px);
		padding-right: calc(50vw - 690px);
	}
}
@media(min-width:1920px){
    #header.menu-hamburger .mainmenu{
    }
}


/*#pageBlock0 .page-block-page_image{
	aspect-ratio: 1920 / 1440;
}*/

@media(min-width:960px){
#pageBlock0 .page-block-page_image{
	/*aspect-ratio: 1920 / 1440;*/
	height: 100vh;
	max-height: 70vw;	
}
}
@media(min-width:1920px){
#pageBlock0 .page-block-page_image{
	max-height: 1280px;	
}
}

.page-block.right .page-block-subname, .page-block.right .page-block-name, .page-block.right.with_block_image .page-block-ttl, .page-block.right .page-block-intro, .page-block.right .page-block-txt, .page-block.right .content-link, .page-block.right .page-block-link, .page-block.right .page-block-image-text{
	text-align: left;
}
.page-block{
	margin-bottom: 60px;
}
.page-block .page-block-caption,
.page-block.light .page-block-caption, .page-block.medium .page-block-caption{
	padding: 30px;
}
.page-block.with_block_image .page-block-caption-head{
	padding: 15px 30px;
}
.page-block.with_block_image .page-block-caption .page-block-ttl{
	order: 1;
}
.page-block.with_block_image .page-block-caption .page-block-ttl-intro{
	order: 2;
}
.page-block.with_block_image .page-block-caption .page-block-txt{
	order: 3;
}
.page-block.with_block_image .page-block-caption .page-block-link{
	order: 4;
}
.page-block.with_block_image .page-block-caption .content-link {
	order: 4; margin: 1em 0px 0px 0px;
}
#pageBlock0{
	margin: 0px;
}

.page-block .content-link{
	padding: 0px 0px 0px 0px;
}
.btn-primary,
.page-block-link .btn-primary,
.content-link  .btn-primary,
.block-btns  .btn-primary,
.page-block-txt  .btn-primary{
	position: relative;
	border-radius: 20px; height: 40px; padding-right: 60px; padding-top: 0px; overflow: hidden;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.btn-primary.noborder{
	border: 0px!important; padding: 0px 60px 0px 0px!important; height: 50px;
}

.btn-primary span,
.page-block-link .btn-primary span,
.content-link  .btn-primary span,
.block-btns  .btn-primary span,
.page-block-txt  .btn-primary span{
    z-index: 1; position: relative;
}
.page-block-txt  .btn-primary{
	margin-bottom: 30px;
}
.btn-primary::after,
.page-block-link .btn-primary::after,
.content-link .btn-primary::after,
.block-btns  .btn-primary::after,
.page-block-txt  .btn-primary::after{
	position: absolute; margin: 0px;
	text-align: left; left: auto; right: 15px; top: 0px;
	
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;

	content: ""; width:30px; height: 40px; display: flex; justify-content: center; align-content: center; align-items: center;
	background: url("../../assets/ypl/img/arrow-dropdown-active.svg"); background-repeat: no-repeat; background-position: center; 
	
}
.btn-primary.noborder::after{
	height: 100%;
}
.btn-primary::before,
.page-block-link .btn-primary::before,
.content-link .btn-primary::before,
.block-btns  .btn-primary::before,
.page-block-txt  .btn-primary::before{
	position: absolute; margin: 0px;
	text-align: left; left: auto; left: -40px; top: -100px;
	
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;

	width:0px; height: 240px; background: rgba(255,255,255,0.3); content: ''; display: block;
	
}
.btn-primary.noborder::before{
	display: none;
}
.btn-primary.noborder span{
	font-size: 1.2em;
}

.btn-primary:hover::before,
.page-block-link .btn-primary:hover::before,
.content-link .btn-primary:hover::before,
.block-btns  .btn-primary:hover::before,
.page-block-txt  .btn-primary:hover::before{

	width:100%; height: 300px; left: 0px;
	transform: rotate(90deg);
}

.page-block.cta-sticker .page-block-subname, .page-block.cta-sticker .page-block-name, .page-block.cta-sticker .page-block-ttl, .page-block.cta-sticker .page-block-intro, .page-block.cta-sticker .page-block-txt, .page-block.cta-sticker .content-link, .page-block.cta-sticker .page-block-link, .page-block.cta-sticker .page-block-image-text, .page-block.cta-sticker .page-block-link{
	text-align: left!important;
}
.page-block.cta-sticker .page-block-link{
	text-align: right!important;
}

.page-block.cta-sticker{
	border-radius: 0px; height: auto; aspect-ratio:auto;
	padding: 15px 0px; top: 0px; right: 0px;
}	
.page-block.cta-sticker .page-block-caption{
	padding: 30px 15px;
}



.page-block-module{
	margin: 0px; padding: 0px;
}
.block-listing{
	grid-gap: 30px;
}
.block{
	border: 0px;
}
.block .block-caption{
	padding: 30px;
}
.block .block-image{
	overflow: hidden
}
.block .block-image img{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
	transition: all 0.4s ease;
}
.page-block.list-click-detail.highlights  .block .block-caption{
	padding-bottom: 90px!important;
}

@media(min-width:500px){
.block-listing {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 45px;
}
.block-listing .block{
	grid-column: 2 / span 4;
}
}
@media(min-width:768px){
.block-listing {
	grid-template-columns: repeat(8, 1fr);
}
.block-listing .block{
	grid-column: span 4;
}
.page-block.list-click-detail.highlights .block-listing .block:nth-of-type(3){
	grid-column: 3 / span 4;
}
}
@media(min-width:1080px){
.block-listing {
	grid-template-columns: repeat(12, 1fr);
}
.block-listing .block{
	grid-column: span 4;
}
.page-block.list-click-detail.highlights .block-listing .block:nth-of-type(3){
	grid-column: span 4;
}
}
@media(min-width:1280px){
.block-listing {
	grid-template-columns: repeat(15, 1fr);
	grid-gap: 45px;
}
.block-listing .block{
	grid-column: span 5;
}
.page-block.list-click-detail.highlights .block-listing .block:nth-of-type(3){
	grid-column: span 5;
}
}

#theBody.home #pageBlock0,
#theBody.home #pageBlock1{
	z-index: 1;
}

.page-block.list-click-detail.highlights::before{
	position: absolute; top: -30vw; left: 0px; width: 100%; height: 60vw; background: #F7F7F7; display: block; content: ''; z-index: 0;
}
.page-block.list-click-detail.highlights  .block .block-btns{
	text-align: center
}
@media(min-width:1080px){
	
	.page-block.list-click-detail{
		margin-bottom: 0px;
	}
	
	.page-block.list-click-detail.highlights .block-listing {
		display: flex; flex-wrap: nowrap; justify-content: space-between;
	}
	.page-block.list-click-detail.highlights .block-listing  .block{
		width: 33%;
	}
	.page-block.list-click-detail.highlights  .block .block-image{
		height: 300px; width: 100%;
	}
	.page-block.list-click-detail.highlights  .block .block-image img{
		width: 100%; height: 100%; object-fit: cover; object-position: center;
	}

	.page-block.list-click-detail.highlights  .block{
		padding: 0px!important;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;	
		transition: all 0.4s ease;
		margin-bottom: 60px;
	}
	.page-block.list-click-detail.highlights  .block .block-caption{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;	
		transition: all 0.4s ease;
		padding-bottom: 90px!important; height: 420px; display: flex; align-items: flex-start; align-content: flex-start;
	}

	.page-block.list-click-detail.highlights  .block .block-caption .block-txt{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;	
		transition: all 0.4s ease;
	}

	.page-block.list-click-detail.highlights  .block:hover{
		width: calc(33% + 90px);
		margin-bottom: 0px;
	}
	.page-block.list-click-detail.highlights  .block:hover .block-caption{
		padding-left: 75px; padding-right: 75px; height: 480px; 
		padding-top: 60px;
	}
	.page-block.list-click-detail.highlights  .block:hover .block-caption .block-txt{
	}
	.page-block.list-click-detail.highlights  .block:hover .block-image img{
		transform: scale(1.05);
	}
}

@media(min-width:1520px){
	
	.page-block.list-click-detail{
		margin-bottom: 0px;
	}
	
}

@media(min-width:1520px){
	
	.page-block.list-click-detail{
		padding-left: 40px;
	}
	
}
/*.page-block.list-click-detail.highlights  .block:nth-of-type(1){
	background: var(--textcolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(1) .block-btns .btn-primary{
	background: var(--textcolor);
    border-color: var(--basecolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(1) .block-btns .btn-primary span{
	color: var(--basecolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(2){
	background: #CC9933;
}
.page-block.list-click-detail.highlights  .block:nth-of-type(2) .block-btns .btn-primary{
	background: #CC9933;
    border-color: var(--basecolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(2) .block-btns .btn-primary span{
	color: var(--basecolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(3){
	background: #ECEAE4;
}
.page-block.list-click-detail.highlights  .block:nth-of-type(3) .block-btns .btn-primary{
	background: #ECEAE4;
    border-color: var(--textcolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(3) .block-btns .btn-primary span{
	color: var(--textcolor);
}
.page-block.list-click-detail.highlights  .block:nth-of-type(1) .block-caption .block-ttl h2,
.page-block.list-click-detail.highlights  .block:nth-of-type(1) .block-caption .block-ttl h2 a,
.page-block.list-click-detail.highlights  .block:nth-of-type(1) .block-caption .block-txt ,
.page-block.list-click-detail.highlights  .block:nth-of-type(1) .block-caption .block-txt p,
.page-block.list-click-detail.highlights  .block:nth-of-type(2) .block-caption .block-ttl h2,
.page-block.list-click-detail.highlights  .block:nth-of-type(2) .block-caption .block-ttl h2 a,
.page-block.list-click-detail.highlights  .block:nth-of-type(2) .block-caption .block-txt ,
.page-block.list-click-detail.highlights  .block:nth-of-type(2) .block-caption .block-txt p{
	color: var(--basecolor);
}*/
.page-block.list-click-detail.highlights  .block{
	padding: 0px;
}
#pageBlock1{
	z-index: 2;
}
.page-block.quote {
    padding: 15px 60px;
}
.page-block.quote .page-block-caption .page-block-ttl{
	padding: 0px; margin: 0px;
	order: 3;
}
.page-block.quote .page-block-caption .page-block-ttl-intro{
	order: 1;
}
.page-block.quote .page-block-caption .page-block-txt{
	order: 2; margin: 30px 0px 15px;
}
.page-block.quote .page-block-caption .page-block-ttl h2{
	padding: 0px; margin: 0px 0px 0px 0px; width: 100%;
}
.page-block.quote .page-block-caption .page-block-ttl h3{
	padding: 0px; margin: 0px;
}
.page-block.quote .page-block-caption .page-block-txt h3{
	padding: 0px; margin: 0px;
}
.page-block.quote .page-block-caption .page-block-txt h4{
	padding: 0px; margin: 0px;
}

#map.page-block{
	background: #fff;
}
#map.page-block .page-block-ttl{
	display: none;
}


.page-block.cta .page-block-caption .page-block-link{
	order: 3;
}
.page-block.cta .page-block-caption .page-block-ttl{
	order: 1;
}
.page-block.cta .page-block-caption .page-block-ttl-intro{
	order: 2;
}



.page-block.hero .page-block-caption .page-block-ttl{
	order: 1;
}
.page-block.hero .page-block-caption .page-block-ttl.page-block-ttl-intro{
	order: 2;
}
.page-block.hero .page-block-caption .page-block-ttl.page-block-ttl-intro h3{
	margin: 0px;
}


@media(min-width:1280px){
    .page-block.quote{
        padding: 15px 180px;
    }
}



#pageBlock1{
	margin-top: 50px;
}

@media(min-width:1280px){
	#pageBlock1{
		margin-top: 54px;
	}
}
#pageBlock1.with_page_image{
	margin-top: 0px;
}


.page-block .page-block-txt ul li,
.page-block .block .block-caption ul li{
	list-style: none; position: relative; padding-left: 10px;
}

.page-block .page-block-txt ul li::before,
.page-block .block .block-caption ul li::before{
	position: absolute; margin: 0px; display: block;
	text-align: left; left: -25px; top: 0px;
	
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;

	content: ""; width:30px; height: 1.4em; display: flex; justify-content: center; align-content: center; align-items: center;
	/*background: url("../../assets/ypl/img/arrow-dropdown-active.svg"); background-repeat: no-repeat; background-position: center;*/ 
	
	font: var(--fa-font-light);
	content: "\f078"; font-size: 18px;
	
	content: '\2d'; 
}
	
@media(min-width:768px){
	.page-block .page-block-txt ul li::before,
	.page-block .block .block-caption ul li::before{
		height: 1.6em;
	}
}
	
#pageBlock1.page-block.center .page-block-subname,
#pageBlock1.page-block.center .page-block-txt,
#pageBlock1.page-block.center .page-block-name,
#pageBlock1.page-block.center .content-link,
#pageBlock1.page-block.center .page-block-link,
#pageBlock1.page-block.center .page-block-image-text,
#pageBlock1.page-block.right .page-block-subname,
#pageBlock1.page-block.right .page-block-txt,
#pageBlock1.page-block.right .content-link,
#pageBlock1.page-block.right .page-block-name,
#pageBlock1.page-block.right .page-block-link,
#pageBlock1.page-block.right .page-block-image-text{
	text-align: left;
}


.block-img-credits{
	padding: 0px 30px; width: 100%; 
}	

@media(max-width:767px){
	#pageBlock1.with_page_image .page-block-caption .page-block-name h1{
		
		font-size:50px!important; color: var(--textcolor);
		line-height: 0.95em;
	}
}
@media(min-width:768px){
	.page-block{
		margin-left: 30px;
	}
	.page-block.quote{
		margin-left: 0px;
	}
	.page-block.list-click-detail.highlights::before{
		left: -30px; width: calc(100% + 30px); 
	}
	.page-block.list-click-detail.highlights  .page-block-caption{
		padding: 0px 30px 0px 0px;
	}
	
	.page-block.with_block_image.left{
		margin-left: 30px;
	}
	.page-block.with_block_image.left .page-block-image{
		padding: 0px 0px 0px 0px; margin-right: 0px; margin-left: 0px; 
	}
	.page-block.with_block_image.right .page-block-image{
		padding: 0px 0px 0px 30px;
	}
	.page-block.cta-sticker .page-block-caption{
		padding: 15px 30px;
	}
	

	#pageBlock1.with_page_image{
		margin-top: -20vw; min-height: calc(20vw);
		margin-top: -8vw;
	}
	#pageBlock1 .page-block-caption{
		padding-right: 25%;
		padding-top: 30px;
		padding-bottom: 15px;
        opacity: 1!important;
        visibility: visible!important;
	}
	#pageBlock1.with_block_image .page-block-caption{
		padding-right: 30px;
	}
	#pageBlock1.with_page_image .page-block-caption .page-block-name{
        position: absolute;
		width: 75%; left: 25%; padding: 0px; top: auto; bottom: 100%; padding-bottom: 20px!important; padding-top: 100px!important; overflow: hidden; 
	}
	#pageBlock1.with_page_image.with_block_image .page-block-caption .page-block-name{
		width: 150%; left: 50%; padding: 0px;
	}
	#pageBlock1.with_page_image .page-block-caption .page-block-name h1{
		padding: 0px 60px 0px 0px; margin: 0px;
		padding-left: 0%; position: relative; float: left;
		line-height: 0.75em;
        text-align: right!important;
	}
	#pageBlock1.with_page_image .page-block-caption .page-block-subname{
		margin: 0px;
	}
	
	

	#pageBlock1.page-block.center .page-block-name{
		text-align: center;
	}
	#pageBlock1.page-block.right .page-block-name{
		text-align: right;
	}
	
	#pageBlock1.page-block.with_block_image .page-block-image{
		margin: 0px;
		padding: 30px 0px;
	}
	
	.page-block.ne_pas_d_image.default{
		justify-content: center;
	}
	.page-block.ne_pas_d_image.default .page-block-caption{
		max-width: 960px;
	}

	
	.page-block.middle .page-block-caption{
        align-content: center;
        align-items: center;
	}
	.page-block.top .page-block-caption{
        align-content: flex-start;
        align-items: flex-start;
	}
	.page-block.bottom .page-block-caption{
        align-content: flex-end;
        align-items: flex-end;
	}
	
	
	.page-block.with_block_image.top .page-block-caption{
        align-content: flex-start; padding-top: 0px;
        align-items: flex-start;
	}
	.page-block.with_block_image.top.fill .page-block-caption{
       margin-top: -3em;
	}
	.page-block.with_block_image.top.fill{
        margin-top: 3em;
	}
	.page-block.with_block_image.bottom .page-block-caption{
        align-content: flex-end; padding-bottom: 0px;
        align-items: flex-end;
	}
	.page-block.with_block_image.top .page-block-image{
        align-content: flex-start; padding-top: 0px;
        align-items: flex-start;
	}
	.page-block.with_block_image.bottom .page-block-image{
        align-content: flex-end;
        align-items: flex-end; padding-bottom: 0px;
	}
	.page-block.with_block_image.fill.left .page-block-caption{
		margin-left: 50%;
	}
	.page-block.with_block_image.fill .page-block-image{
		position: absolute; height: 100%;
	}
	.page-block.with_block_image.fill .page-block-image img{
		object-fit: cover; width: 100%; height: 100%;
	}
	

	.block-img-credits{
		padding: 0px 0px; width: 100%; 
	}
	.page-block.left .block-img-credits p{
		width: 100%; text-align: right;
	}
	
	
	.page-block.with_block_image.inverse-ttl .page-block-caption-head{
		display: flex; width: 100%; order: 0; z-index: 1
	}
	.page-block.with_block_image.inverse-ttl .page-block-caption-head .page-block-ttl{
		width: 50%;
	}
	.page-block.with_block_image.inverse-ttl .page-block-caption-head .page-block-ttl-intro,
	.page-block.with_block_image.inverse-ttl .page-block-caption-content .page-block-ttl{
		display: none;
	}
	.page-block.with_block_image.inverse-ttl .page-block-caption-content .page-block-ttl-intro{
		display: block;
	}
	
	.page-block.with_block_image.inverse-ttl .page-block-caption-content .page-block-ttl.page-block-ttl-intro h3{
		margin-top: 0px;
	}
	
	.page-block.with_block_image.inverse-ttl .page-block-caption-head .page-block-ttl h2{
		margin: 0px; padding: 0px 0px 0px 0px; width: 70%; margin-bottom: -60px;
	}
	
	.page-block.with_block_image.inverse-ttl .page-block-image{
		/*padding-left: 30px!important;*/
	}
	
	
    .page-block.hero{
		margin-left: 0px;
	}
    .page-block.hero .page-block-caption {
		position: absolute; top: 0px; left: 0px; height: 100%; padding: 30px 60px;
	}
    .page-block.hero .page-block-caption .page-block-ttl h2{
		margin: 0px;
	}
	
	.page-block.hero.top .page-block-caption{
        align-content: flex-start;
        align-items: flex-start;
	}
	.page-block.hero.middle .page-block-caption{
        align-content: center;
        align-items: center; padding-left: 30%; padding-right: 30%;
	}
	.page-block.hero.bottom .page-block-caption{
        align-content: flex-end;
        align-items: flex-end;
	}
	
	.page-block.map .page-block-image{
		width: calc(50% - 15px); margin: 0px; order: 1;
		height: auto; aspect-ratio: 1 / 1;
	}
	.page-block.map.fill .page-block-image{
		height: 100%;
	}
	.page-block.map .page-block-image #map2{
		width: 100%; height: 100%;
	}
	.page-block.map .page-block-caption {
		width: 50%; order: 2;
       }
    .map.page-block .page-block-ttl{
        margin-top: -7em;
    }
	
	
	
    #theBody.home #pageBlock1.page-block.with_block_image .page-block-caption {
        width: 60%;
    }
	#theBody.home #pageBlock1.with_page_image.with_block_image .page-block-caption .page-block-name{
		width: 120%; left: 50%; padding: 0px;
	}
    #theBody.home #pageBlock1.page-block.with_block_image .page-block-image {
        width: 40%;
    }
    
    
    #pageBlock1.with_slideshow .page-block-caption{
        padding-top: 60px;
    }
    #pageBlock1.page-block.with_block_image.with_slideshow .page-block-image{
        padding-top: 60px;
    }
	
	/*#theBody.home #pageBlock1.with_page_image.with_block_image .page-block-caption .page-block-name{
		width: 100%; left: 50%; padding: 0px;
	}*/
    
}
@media(min-width:960px){
	.page-block .page-block-caption,
	.page-block.light .page-block-caption, .page-block.medium .page-block-caption{
		padding: 50px;
	}
	.page-block.with_block_image .page-block-caption-head{
		padding: 15px 50px;
	}
	
	.page-block-caption-with-intro .page-block-intro{
		width: 50%; padding-right: 45px;
	}
	.page-block-caption-with-intro .page-block-txt{
		width: 50%;
	}
	
	.page-block.default.with_block_image{
		margin-bottom: 90px;
	}
	.page-block.with_block_image .page-block-image{
	}
	#pageBlock1.page-block.with_block_image .page-block-image{
		padding: 50px 0px 50px 0px;
	}
    #pageBlock1 .page-block-caption{
        padding-top: 50px;
        padding-bottom: 35px; padding-right: 40%;
    }
	#pageBlock1.with_block_image .page-block-caption{
		padding-right: 60px;
	}
    .page-block.hero .page-block-caption{
		padding: 45px 75px;
	}
    #pageBlock1.with_slideshow .page-block-caption{
        padding-top: 65px;
    }
    #pageBlock1.page-block.with_block_image.with_slideshow .page-block-image{
        padding-top: 65px;
    }
}
@media(min-width:1280px){
    #pageBlock1,
	.page-block,
	.page-block.light, .page-block.medium, #pageBlock1.page-block.light, #pageBlock1.page-block.medium,
	.page-block.gallery.slideshow,
	.page-block.with_block_image.left{
		margin-left: 75px; max-width: 1440px; padding: 0px; margin-bottom: 90px;
	}
	.page-block.with_block_image.left{
		max-width: 1365px;
	}
    #pageBlock1.page-block.medium{
		margin-left: 0px; padding-left: 75px;
	}
	
	#pageBlock1 .page-block-caption{
		padding-right: 50%;
	}
		
    /*.page-block.with_block_image.left.dark .page-block-image{
        width: 40%; margin-left: 10%;
	}
	.page-block.with_block_image.right.dark .page-block-image{
        width: 40%; margin-right: 10%;
	}
	#theBody.home .page-block.with_block_image.left.dark .page-block-image,
	#theBody.home .page-block.with_block_image.right.dark .page-block-image{
        width: 50%; margin: 0px;
	}*/
	
	.page-block.list-click-detail.highlights::before{
		left: -75px; width: calc(100% + 75px); 
	}
	.page-block.list-click-detail.highlights  .page-block-caption{
		padding: 0px 75px 0px 0px;
	}
	#pageBlock0{
		max-width: 1920px;
	}
	.page-block .page-block-caption,
	.page-block.light .page-block-caption, .page-block.medium .page-block-caption{
		padding: 45px 45px;
	}
	.page-block.cream .page-block-caption,
	.page-block.gold .page-block-caption{
	}
	.page-block.with_block_image.left .page-block-image{
		/*margin-left: -75px; width: calc(50% + 75px); margin-right: 0px;*/
	}
	.page-block.with_block_image.right .page-block-image{
		padding: 0px 0px 0px 45px;
	}
	.page-block.cta-sticker{
		width: 550px; max-width: none;
	}
	.page-block.cta-sticker .page-block-caption{
		padding: 15px 60px;
	}
	
	.page-block.list-click-detail.highlights .page-block-module{
		padding: 45px 0px;
	}
	
	.block-listing {
    }
	
	
	.page-block.with_block_image.inverse-ttl .page-block-image{
		/*padding-left: 75px!important;*/
	}
	.page-block.with_block_image.inverse-ttl .page-block-caption-head .page-block-ttl h2{
		padding: 0px 0px 0px 0px;
	}
    .page-block.hero .page-block-caption{
		padding: 75px 115px;
	}
	
	.page-block.map.fill .page-block-image #map2{
		width: 100%; height: 100%;
	}
}


@media(min-width:1440px){
	
	
	#pageBlock1.with_page_image{
		margin-top: -290px; min-height: 410px;
		margin-top: -8vw; min-height: 410px;
	}
	#pageBlock1,
	.page-block.map,
	#terugbel.page-block{
		width: calc(50% + 720px - 75px);
		margin-left: calc(50% - 720px + 75px);
		max-width: none;
	}
	.page-block.map{
		padding-right: calc(50% + 720px - 75px - 1440px);
	}
	
	#pageBlock1 .page-block-caption{
		max-width: 1440px; padding-right: 720px;
	}
	#pageBlock1.with_block_image .page-block-caption{
		max-width: 720px;
	}
	
	
    #theBody.home #pageBlock1.page-block.with_block_image .page-block-caption {
        width: 50%;
    }
	#theBody.home #pageBlock1.with_page_image.with_block_image .page-block-caption .page-block-name{
		width: 150%; left: 50%;
	}
    #theBody.home #pageBlock1.page-block.with_block_image .page-block-image {
        width: 50%;
    }
	
	#pageBlock1.with_block_image .page-block-image{
		max-width: 720px;
	}
	.page-block.fill.with_block_image .page-block-image{
		max-width: 720px;
	}
	
    #pageBlock1.page-block.medium{
		padding-left: 75px; margin-right: 75px;
	}
	.page-block.quote,
	.page-block.cta{
		margin-left: 0px; max-width:none; 
        padding-left: calc(50% - 690px);
        padding-right: calc(50% - 720px);
	}
	
	
	
    #theBody.home #pageBlock1.page-block.with_block_image .page-block-caption {
    }
    #theBody.home #pageBlock1.page-block.with_block_image .page-block-image {
    }
	
}
@media(min-width:1920px){
	.page-block.cta-sticker .page-block-caption{
		padding: 15px 60px;
	}
	#pageBlock1.with_page_image{
		margin-top: -290px; min-height: 410px;
		margin-top: -190px; min-height: 410px;
	}
}
/**/






@media(max-width:767px){
	
	.page-block.gallery.slideshow .page-block-caption{
		padding: 15px 30px;
	}
	
}
.page-block.slideshow .page-block-module .carousel-indicators li{
	height: 10px; border-radius: 50%;
}
.page-block.slideshow .page-block-module .carousel-indicators li img{
	display: none;
}
.page-block.gallery.slideshow .page-block-caption .page-block-link{
	display: none;
}





@media(min-width:768px){
	.page-block.gallery.slideshow{
		padding: 0px 30px;
	}
	.page-block.gallery.slideshow .page-block-caption{
		left: 0px;
		mix-blend-mode: normal; top: auto; bottom: 36px; height: auto;
		padding: 15px 30px; width: auto;
	}
	
	#theBody.aanbod #pageBlock1.with_page_image .page-block-caption .page-block-name{
	}

	#theBody.aanbod #pageBlock1 .page-block-caption{
		padding-right: 50px;
	}
}
@media(min-width:991px) {
	.page-block.gallery.slideshow{
	}
	.page-block.gallery.slideshow .page-block-module .carousel-indicators{
		height: auto; display: grid; 
        grid-template-columns: repeat(4, 1fr);
		grid-gap: 15px; position: relative; top: 0px; bottom: auto; padding: 15px 0px;
	}
	
	.page-block.slideshow .page-block-module .carousel-indicators li{
		height: auto; border-radius: 0%; width: 100%; margin: 0px;
	}
	.page-block.slideshow .page-block-module .carousel-indicators li img{
		width: 100%; height: auto; display: block;
	}
	.page-block.gallery.slideshow .page-block-caption{
		bottom: 90px; max-width: 40%;
	}
	#theBody.aanbod #pageBlock1 .page-block-caption{
		padding-right: 15%;
	}
}
@media(min-width:1280px){
	.page-block.gallery.slideshow{
		padding: 0px 75px 0px 0px;
	}
	.page-block.gallery.slideshow .page-block-caption{
		padding: 15px 60px;
	}
	.page-block.gallery.slideshow .page-block-module .carousel-indicators{
		grid-template-columns: repeat(5, 1fr);
	}
	#theBody.aanbod #pageBlock1 .page-block-caption{
		padding-right: 25%;
	}
}
@media(min-width:1440px) {
	.page-block.gallery.slideshow{
		padding: 0px 0px;
	}
	.page-block.gallery.slideshow .page-block-caption{
		 max-width: 40%;
	}
}
@media(min-width:1920px){
	.page-block.gallery.slideshow .page-block-caption{
		padding: 15px 120px;
	}
	#theBody.aanbod #pageBlock1 .page-block-caption{
		padding-right: 25%;
	}
}

.page-block.gallery.slider .page-block-caption{
	display: none;
}


.page-block.gallery.slider .page-block-module{
	display: flex; flex-wrap: wrap;
}
.draggable-container {
	width: 100%;
	overflow:hidden; height: 550px;
}
.draggable-group {
	margin: 0px;
	white-space: nowrap;
	padding: 0; display: flex; gap: 0px; flex-wrap: nowrap;
}
.draggable-group-child {
	list-style: none; position: relative;
	width: auto; height: 500px;
	padding: 0px 15px 0px 0px;
	display: inline-block;
	margin: 0;
}
.draggable-group .zoomslide{
	display: block;
	position: absolute; top: 0px; left: auto; right: 15px; width: 50px; height: 50px;
	text-align: center; line-height: 50px; font-size: 20px;
	z-index: 100000;
} 
.draggable-group-child img {
	width: auto; height: 500px;
}
.draggable-group-child-inner {
	padding-bottom: 100%;
	background: red;
}
.draggable-group-scroll-bar {
	position: relative;
	width: 100%;
	height: 50px; position: absolute; background: rgba(0,0,0,0); top: auto; bottom: 0px;
	z-index: 0;
}

.draggable-group-scroll-handle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: calc(100%);
	cursor: pointer; background: rgba(0,0,0,0);
	z-index: 1;
}

.draggable-group-scroll-handle:after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.4)!important;
	height: 7px;
	width: 100%;
	left: 0;
	top: auto;
	bottom: 0px;
	pointer-events: none;
	border-radius: 5px;
	z-index: 1;
}
/*.draggable-group-scroll-handle:before {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0);
	height: 100%;
	width: 200vw;
	left: -100vw;
	top: auto;
	bottom: 0px;
	pointer-events: all;
}*/
.draggable-group-scroll-bar:after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(231,226,214,0.95);
	height: 7px;
	width: 100%;
	left: 0;
	top: auto;
	bottom: 0px;
	pointer-events: none;
	border-radius: 5px;
	z-index: 0;
}



@media(min-width:768px){
	.page-block.gallery.slider.with_block_image{
	}
	.page-block.gallery.slider.with-long-text .page-block-module{
		width: 50%; overflow: hidden;
	}
	.page-block.gallery.slider.with-long-text .page-block-caption{
		min-height: 100%;
	}

}
@media(min-width:1280px){
	.page-block.gallery.slider .page-block-caption{
		padding-bottom: 60px;
	}
	
	
	.draggable-container {
		height: 650px; max-height: 80vh;
	}
	.draggable-group-child {
		height: 600px; max-height: calc(80vh - 50px);
	}
	.draggable-group-child img {
		height: 100%;
	}

}



@media(min-width:1600px){
	
	.draggable-container {
		height: 750px; max-height: 80vh;
	}
	.draggable-group-child {
		height: 700px; max-height: calc(80vh - 50px);
	}
}

@media(min-width:1920px){
	
	.draggable-container {
		height: 850px; max-height: 80vh;
	}
	.draggable-group-child {
		height: 800px; max-height: calc(80vh - 50px);
	}
	.page-block.gallery.slider{
		max-width: none;
	}
	.page-block.gallery.slider.left.with-long-text{
		padding-right: calc(50% - 960px);
	}
	.page-block.gallery.slider.left,
	.page-block.gallery.slider.right.with-long-text{
		padding-left: calc(50% - 960px);
	}
}













@media (min-width: 650px) {
}
@media (min-width: 768px) { 
}
@media (min-width: 991px) {
}
@media (min-width: 1280px) {
	#re-use .page-block-image{
		width: 40%;
	}
	#re-use .page-block-caption-content{
		width: 60%;
	}
}
@media (min-width: 1440px) {
	.page-block.map,
	.page-block.map-pois{
	}
	#re-use .page-block-image{
		width: 50%;
	}
	#re-use .page-block-caption-content{
		width: 50%;
	}
}





#pageBlock0 .scrolldown{
	width: 0; 
	height: 0; 
	border: 0px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;

	border-top: 30px solid var(--highlightcolor);
	background: none;
	transform: rotate(-45deg);
	padding: 0px; margin: 0px; right: -20px; bottom: -5px;
}


#pageBlock0 .scrolldown span{
	transform: rotate(45deg); position: absolute; top: 0px; left: 0px;
	position: absolute;
    top: -19px;
    left: -6px; color:  var(--basecolor);
}




#form_search_reset .btn-primary{
    padding: 3px 10px!important;
}
#form_search_reset .btn-primary i{
    display: none;
}
#woning3d{
    border: 0px;
}


#theBody.contact #pageBlock1{
margin-bottom: 0px;
}

#theBody.contact #terugbel.page-block .fancy-form-item .form-control{
    border-radius: 1.5em;
}
@media (min-width: 991000px) {
#theBody.contact #terugbel.page-block .theformfields{
	max-width: 500px;
}
#theBody.contact #terugbel.page-block .theformfields .fancy-form-item{
    width: calc(50% - 15px); float: left; margin-right: 15px;
}
}


#woningdetail #modal .page-block-txt h2 span{
	width: 100%;
}
#woningdetail #modal .page-block-txt h2 span.spacer{
	display:none;
}

@media (min-width: 1600px) {
    .page-block.news .block-listing{
        grid-template-columns: repeat(3, 1fr);
    }
}

#pageBlock0 .page-block-page_image{
	
}
#theBody.home #pageBlock0 .page-block-page_image img{
	display: none;
}
.pic-container{
  position: absolute; top: 0px; left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    
-webkit-transition: all 0.4s ease-out;;
-moz-transition: all 0.4s ease-out;;
-o-transition: all 0.4s ease-out;;	
transition: all 0.4s ease-out;;
}
.pic3 {
  -webkit-animation: fade3 15s infinite;
  animation: fade3 15s infinite;
}
.pic2 {
  -webkit-animation: fade2 10s infinite;
  animation: fade2 10s infinite;
}
.pic5 {
  -webkit-animation: fade5 25s infinite;
  animation: fade5 25s infinite;
}


@-webkit-keyframes fade2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@-webkit-keyframes fade3 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade3 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade5 {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade5 {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media (min-width: 768px) {
.pic-container_status{
	background: rgba(255,255,255,0.3); position: absolute;
	width: calc(100% - 30px); top: 30px; left: 30px;  height: 5px;
}
.pic-container_indicator{
	background: rgba(255,255,255,1); position: absolute;
	width: 50%; top: 0px; left: 0px; height: 5px;
	-webkit-animation: ind2 10s infinite;
	animation: ind2 10s infinite;
}
}

@media (min-width: 960px) {
.pic-container_status{
	width: calc(100% - 50px); top: 30px; left: 50px; max-width: 1390px;
}
}

@keyframes _ind2 {
  0% {
	  left: 0%;
  }
  25% {
	  left: 0%;
  }
  50% {
	  left: 50%;
  }
  75% {
	  left: 50%;
  }
  100% {
	  left: 0%;
  }
}

@keyframes ind2 {
  0% {
	  left: 0%;
	  width:10%;
  }
  25% {
	  left: 0%;
  }
  50% {
	  left: 50%;
	  width: 50%;
  }
  75% {
	  left: 90%;
	  width: 10%;
  }
  100% {
	  left: 0%;
	  width:10%;
  }
}

/* Scope alleen naar maps + jouw wrapper */
#map2 .gm-style .spring-iw,
#map3 .gm-style .spring-iw{
  max-width: 300px;
  padding-right: 30px;
}
#map2 .gm-style .gm-style-iw-c #bodyContent,
#map3 .gm-style .gm-style-iw-c #bodyContent{
  padding-right: 42px; /* ruimte voor het X-kruisje */
  max-width: 300px;
  box-sizing: border-box;
}
#map2 .gm-style .gm-style-iw-c button.gm-ui-hover-effect,
#map3 .gm-style .gm-style-iw-c button.gm-ui-hover-effect{
  top: 5px !important;
  right: 5px !important;
}
/* Titel */
#map2 .gm-style .spring-iw h3,
#map3 .gm-style .spring-iw h3{
  color: var(--goldcolor);
  margin: 0;
  padding: 0;
  font-size: 1.1em;      /* iets compacter in info window */
  font-weight: 400;
  padding-right: 42px;
  font-family: ivymode, sans-serif;
}

/* Body spacing */
#map2 .gm-style .spring-iw__body,
#map3 .gm-style .spring-iw__body{
  line-height: 1.35;
}

/* Knop */
#map2 .gm-style .spring-iw__actions,
#map3 .gm-style .spring-iw__actions{
  margin-top: 10px;
}

#map2 .gm-style .spring-iw__btn,
#map3 .gm-style .spring-iw__btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.12);
  background: white;
  color: #111;
  font-size: 13px;
}

/* optioneel hover */
#map2 .gm-style .spring-iw__btn:hover,
#map3 .gm-style .spring-iw__btn:hover{
  transform: translateY(-1px);
}

.gm-style .gm-style-iw-c { padding-right: 28px; } /* ruimte voor close X */
.gm-body h3 { margin: 20px 18px 0 0; }              /* of alleen h3 ruimte */
.gm-actions { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.gm-btn { padding: 8px 10px; border-radius: 999px; border: 1px solid rgba(0,0,0,.15); background:#fff; cursor:pointer; text-decoration:none; }



:root {
  --bg: #ffffff;
  --card-bg: #ffffff;
  --accent: #ff6f61;
  --accent-soft: rgba(255, 111, 97, 0.08);
  --text: #000000;
  --muted: #d8cfc7;
  --available: #1b9b4b;
  --option: #f39c12;   /* nieuw: onder optie */
  --taken: #c62828;
  --border-soft: #d8cfc7;
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.08);
}
* {
  box-sizing: border-box;
}


#woningsearch{
	display: none;
}

    .app {
      /*min-height: 	100vh;*/
      display: flex;
      flex-direction: column;
		width: 100%;
    }

    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.85rem 5vw;
      border-bottom: 1px solid var(--border-soft);
      background: #ffffffee;
      backdrop-filter: blur(8px);
      position: sticky;
      top: 0;
      z-index: 20;
    }

    .brand {
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.8rem;
      color: var(--muted);
      display: flex;
      align-content: center;
      align-items: center;
      gap: 15px;
    }
    .brand object{
      width: 100%;
      height: auto;
      max-height: 45px;
      border-radius: 0;
      position: relative;
      z-index: 1;
    }

    .titel {
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.8rem;
      color: var(--muted);
      display: flex;
      align-content: center;
      align-items: center;
      gap: 15px;
    }

    .breadcrumbs {
      font-size: 0.8rem;
      color: var(--muted);
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .breadcrumbs .crumb.current {
      color: var(--accent);
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .stage {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 0px;
      gap: 0.75rem;
    }

    .svg-stage {
      width: 100%;
      max-width: 1440px;
      max-width: none;
      margin: 0 auto;
      background: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 0;
      overflow: hidden;
    }

    object#mainSvg {
      width: 100%;
      height: auto;
      max-height: min(72vh, 780px);
	  max-height: none;
      border-radius: 0;
      background: none;
      position: relative;
      z-index: 1;
    }

    /* Filter bar */

    .filter-bar {
      width: 100%;
      max-width: 1440px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0.75rem;
      font-size: 0.75rem;
    }

    .filter-bar-left {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .view-select-wrapper {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--muted);
    }

    .view-select {
      border-radius: 0;
      border: 1px solid var(--border-soft);
      background: #ffffff;
      padding: 0.35rem 0.75rem;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--muted);
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
      background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
      background-size: 5px 5px, 5px 5px;
      background-repeat: no-repeat;
      padding-right: 1.5rem;
    }

    .filter-bar-right {
      display: flex;
      gap: 0.5rem;
    }

    .filter-btn {
      border-radius: 0;
      border: 1px solid var(--border-soft);
      background: #ffffff;
      padding: 0.35rem 0.75rem;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--muted);
      font-size: 0.7rem;
      transition: background 0.15s ease, color 0.15s ease, border 0.15s ease,
        transform 0.1s ease;
    }

    .filter-btn:hover {
      border-color: var(--accent);
      color: #000000;
      transform: translateY(-1px);
    }

    .filter-btn.is-active {
      background: var(--accent);
      border-color: var(--accent);
      color: #ffffff;
    }

    /* -------- Popup overlay -------- */

    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      z-index: 58000000;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .overlay.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .unit-popup {
      max-width: 1200px;
      width: 100%;
      max-height: 90vh;
      display: grid;
      grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
      gap: 1.5rem;
      background: var(--card-bg);
      border-radius: 0;
      padding: 1.5rem 1.75rem;
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: scroll;
      border: 1px solid var(--border-soft);
    }

    @media (max-width: 900px) {
      .unit-popup {
        grid-template-columns: minmax(0, 1fr);
        max-height: 100vh;
      }
    }

    .unit-popup-left,
    .unit-popup-right {
      position: relative;
      z-index: 1;
    }

    .unit-title {
      margin: 0.75rem 0 0.4rem;
      font-size: 1.8rem;
      font-weight: normal;
		    font-family: headfont;
		color: var(--accent);
			
    }

    .unit-subtitle {
      margin: 0;
      font-size: 0.9rem;
      color: var(--muted);
		display: none;
    }

    .unit-grid {
      margin-top: 1.25rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.9rem 1.25rem;
      font-size: 0.86rem;
    }

    .unit-grid-label {
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.7rem;
      color: var(--muted);
      margin-bottom: 0.2rem;
    }

    .unit-grid-value {
      font-weight: 500;
    }

    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.25rem 0.7rem;
      border-radius: 0;
      border: 1px solid transparent;
      background: #f7f7f7;
      margin-bottom: 0.5rem;
    }

    .status-pill span.dot {
      width: 6px;
      height: 6px;
      border-radius: 0;
    }

    .status-available {
      color: var(--available);
      border-color: rgba(27, 155, 75, 0.4);
      background: rgba(27, 155, 75, 0.06);
    }

    .status-available span.dot {
      background: var(--available);
    }

    .status-taken {
      color: var(--taken);
      border-color: rgba(198, 40, 40, 0.4);
      background: rgba(198, 40, 40, 0.06);
    }

    .status-taken span.dot {
      background: var(--taken);
    }

    .status-option {
      color: var(--option);
      border-color: rgba(255, 152, 0, 0.4);
      background: rgba(255, 152, 0, 0.06);
    }

    .status-option span.dot {
      background: var(--option);
    }

    /* Preview small in right column */

    .unit-preview {
      border-radius: 20px;
      border: 1px solid var(--border-soft);
      padding: 0.35rem;
      background: #fafafa;
      margin-bottom: 0.75rem;
        padding: 15px;
    }

    .unit-preview img {
      width: 100%;
      height: 260px;
      object-fit: contain; object-position: center center;
      display: block;
      border-radius: 0;
    }

    .unit-previewtext {
      margin-top: 0.5rem;
      font-size: 0.75rem;
      color: var(--muted);
      max-height: 5.5rem;
      overflow: hidden;
    }

    .unit-previewtext h3 {
      margin: 0.25rem 0;
      font-size: 0.86rem;
      font-weight: 500;
      color: #000;
    }

    .unit-previewtext .projectName {
      display: none; /* fallback als de span tóch zou meekomen */
    }

    /* Floorplan inside left column */

    .floorplan-header {
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
      display: flex;
      justify-content: flex-end;
      align-items: center;
        display: none;
    }

    .floorplan-badge {
      font-size: 0.72rem;
      padding: 0.15rem 0 0.15rem 0.6rem;
      border-radius: 0;
      border: 0px solid var(--border-soft);
      background: none;
      color: var(--muted);
    }

    .floorplan-wrapper {
      border-radius: 0;
      padding: 0px;
      position: relative;
      overflow: hidden;
      max-height: 55vh;
    }

    object#floorplanSvg {
      width: 100%;
      height: auto;
      max-height: 50vh;
      display: block;
      border-radius: 0;
    }

    /* CTA column */

    .cta-stack {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      margin-top: 0.5rem;
    }

    .cta-btn {
      border-radius: 320px;
      padding: 0.65rem 0.9rem;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      border: 1px solid var(--border-soft);
      background: #ffffff;
      cursor: pointer;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      transition: background 0.15s ease, color 0.15s ease, border 0.15s ease,
        transform 0.1s ease;
      text-decoration: none!important;
      color: var(--text);
    }

    .cta-btn span.label {
      flex: 1;
    }

    .cta-btn span.chevron {
      font-size: 0.9rem;
      color: var(--muted);
    }

    .cta-btn.primary {
      background: var(--accent);
      border-color: var(--accent);
      color: #ffffff;
    }

    .cta-btn.primary span.chevron {
      color: #fff;
    }

    .cta-btn.subtle {
      background: #fafafa;
    }

    .cta-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
      border-color: var(--accent);
    }

    .close-btn {
      position: absolute;
      top: 0.0rem;
      right: 0.0rem;
      z-index: 2;
      background: #ffffff;
      border-radius: 0;
      border: 0px solid var(--border-soft);
      color: #000;
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1.1rem;
      line-height: 1;
      /*transition: background 0.15s ease, transform 0.15s ease,
        box-shadow 0.15s ease;*/
    }

    .close-btn:hover {
      /*background: #f2f2f2;
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);*/
    }

    .overlay-click-catcher {
      position: fixed;
      inset: 0;
      z-index: 0;
    }

    .unit-tooltip {
      position: absolute;
      z-index: 58000001; /* hoger dan overlay-bg, lager dan popup zelf */
      pointer-events: none;
      background: #ffffff;
      border-radius: 6px;
      border: 1px solid var(--border-soft);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
      padding: 0.45rem 0.6rem;
      font-size: 0.75rem;
      opacity: 0;
      transform: translateY(4px);
      transition: opacity 0.12s ease, transform 0.12s ease;
    }

    .unit-tooltip.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .unit-tooltip .tooltip-title {
      font-weight: 600;
      margin-bottom: 0.15rem;
      font-size: 0.8rem;
      color: #000;
    }

    .unit-tooltip .tooltip-row {
      line-height: 1.3;
      color: var(--muted);
    }

    .unit-tooltip .tooltip-status {
      margin-top: 0.2rem;
    }

    /* Kleur status tekst in tooltip */
    .unit-tooltip .tooltip-status--available {
      color: var(--available);
    }

    .unit-tooltip .tooltip-status--option {
      color: var(--option);
    }

    .unit-tooltip .tooltip-status--taken {
      color: var(--taken);
    }

	/* ---------- Legend panel ---------- */

	.legend-panel {
	  width: 100%;
	  max-width: 1440px;
	  margin: 1.5rem auto 0;
	}

	.legend-panel-inner {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0px;
	  align-items: flex-start;
	}

	.legend-types-block {
	  display: flex; justify-content: flex-start; padding: 30px; padding-bottom: 0px;
		flex-wrap: wrap;
	}

	.legend-status-block {
	   display: flex; justify-content: flex-start; padding: 30px; 
		flex-wrap: wrap;
	}

    @media (min-width: 768px) {
	.legend-panel-inner {
	  gap: 1.25rem;
	}
	
	.legend-types-block {
	  flex: 2 1 260px; padding-bottom: 30px;
	}

	.legend-status-block {
	  flex: 1 1 220px;
	}
	}

	.legend-heading {
	  margin: 0 0 0.5rem;
	  font-size: 0.8rem;
	  text-transform: uppercase;
	  letter-spacing: 0.12em;
	  color: var(--muted);
		min-width: 100%; text-align: left;
	}

    @media (min-width: 960px) {
		
	.legend-status-block {
		justify-content: flex-end;
	}
		
	.legend-status-block .legend-heading{
		text-align: right;
	}
	}

	/* grid met kaarten per type */
	.legend-types {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	  gap: 0.65rem; width: auto;
	  display: flex;
	  gap: 0.65rem; flex-wrap: wrap;
	}

	.legend-type-card {
	  width: 140px;
	  text-align: left;
	  border: 1px solid var(--border-soft);
	  border-radius: 0;
	  background: #fafafa;
	  padding: 0.6rem 0.7rem;
	  cursor: pointer;
	  display: flex;
	  flex-direction: column;
	  gap: 0.35rem;
	  font-size: 0.78rem;
	  transition: background 0.15s ease, border-color 0.15s ease,
		transform 0.1s ease, box-shadow 0.15s ease;
	}

	.legend-type-card:hover {
	  border-color: var(--accent);
	  background: #ffffff;
	  transform: translateY(-1px);
	  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
	}

	.legend-type-card.is-active {
	  border-color: var(--accent);
	  background: var(--accent-soft);
	}

	.legend-type-header {
	  display: flex;
	  /*justify-content: space-between;*/
	  align-items: baseline;
	  gap: 0.35rem; flex-wrap: nowrap;
	}

	.legend-type-name {
	  font-weight: 600; white-space: nowrap;
	}

	.legend-type-total {
	  font-size: 0.7rem; white-space: nowrap;
	  /*color: var(--muted);*/
	}

	.legend-type-status-row {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0.25rem 0.4rem;
		
		display: none;
	}

	.legend-pill {
	  display: inline-flex;
	  align-items: center;
	  gap: 0.2rem;
	  padding: 0.1rem 0.45rem;
	  border-radius: 999px;
	  border: 1px solid transparent;
	  font-size: 0.7rem;
	  background: #ffffff;
	}

	.legend-pill .dot {
	  width: 7px;
	  height: 7px;
	  border-radius: 999px;
	}

	/* kleuren in legend */
	.legend-pill.status-available {
	  border-color: rgba(27, 155, 75, 0.25);
	  color: var(--available);
	}

	.legend-pill.status-available .dot {
	  background: var(--available);
	}

	.legend-pill.status-option {
	  border-color: rgba(243, 156, 18, 0.25);
	  color: var(--option);
	}

	.legend-pill.status-option .dot {
	  background: var(--option);
	}

	.legend-pill.status-sold {
	  border-color: rgba(198, 40, 40, 0.25);
	  color: var(--taken);
	}

	.legend-pill.status-sold .dot {
	  background: var(--taken);
	}

	.status-toggle-bar {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0.4rem;
	  margin-top: 0.35rem;
	}

	.status-toggle {
	  display: inline-flex;
	  align-items: center;
	  gap: 0.3rem;
	  padding: 0.3rem 0.65rem;
	  border-radius: 999px;
	  border: 1px solid var(--border-soft);
	  background: #fafafa;
	  font-size: 0.72rem;
	  text-transform: uppercase;
	  letter-spacing: 0.08em;
	  color: var(--muted);
	  cursor: pointer;
	  transition: background 0.15s ease, border-color 0.15s ease,
		color 0.15s ease, transform 0.1s ease;
		outline: none!important;
	}

	.status-toggle .dot {
	  width: 7px;
	  height: 7px;
	  border-radius: 999px;
	}

	/* basis kleuren */
	.status-toggle.status-available .dot {
	  background: var(--available);
	}

	.status-toggle.status-option .dot {
	  background: var(--option);
	}

	.status-toggle.status-sold .dot {
	  background: var(--taken);
	}

	/* active state */
	.status-toggle.is-active.status-available {
	  border-color: rgba(27, 155, 75, 0.5);
	  background: rgba(27, 155, 75, 0.06);
	  color: var(--available);
	}

	.status-toggle.is-active.status-option {
	  border-color: rgba(243, 156, 18, 0.5);
	  background: rgba(243, 156, 18, 0.06);
	  color: var(--option);
	}

	.status-toggle.is-active.status-sold {
	  border-color: rgba(198, 40, 40, 0.5);
	  background: rgba(198, 40, 40, 0.06);
	  color: var(--taken);
	}

	.status-toggle:hover {
	  transform: translateY(-1px);
	}


.preview-download-btn {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 320px;
  border: 1px solid var(--border-soft);
  background: #ffffff;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--text);
  transition: background 0.15s ease, color 0.15s ease, border 0.15s ease,
    transform 0.1s ease, box-shadow 0.15s ease;
}

.preview-download-btn::after {
  content: "↓";
  font-size: 0.85rem;
  margin-left: 0.4rem;
  color: var(--muted);
}

.preview-download-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border-color: var(--accent);
}





.page-block.gallery.slideshow .page-block-module{
	margin-bottom: 0px;
}
.page-block.gallery.slideshow .carousel {
  position: relative;
  width: 100%;
  height: auto; 
}

.carousel-images {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; overflow: hidden;
}

.carousel img.placeholder {
  width: 100%; opacity: 0;
  height: auto;
}
.carousel-images .img {
	object-position: center top;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-images .img {
  will-change: clip-path, transform;
}

.carousel-images .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-images {
  opacity: 1;
}

.slide-title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none; padding: 15px;
   padding: 10px 40px 29px 40px;
}

.slide-title-container .title {
  position: relative;
  text-align: right;
  filter: url(#blur-matrix) blur(0.25px);
  -webkit-filter: url(#blur-matrix) blur(0.25px);
  z-index: 2; color: var(--textcolor);
	font-size: 0.8em;
    font-weight: 500;
}
.slide-title-container .title::before,
.slide-title-container .title::after {
	display: none;
}


.slide-title-container .title .word {
  filter: blur(75px);
  -webkit-filter: blur(75px);
  will-change: filter, opacity;
  opacity: 0;
}

.slider-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  z-index: 10;
	
	display: none;
}

.control-btn {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0.075rem dashed rgba(255, 255, 255, 0.75);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.control-btn:hover {
  background-color: #fff;
}

.control-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #000;
  transition: fill 200ms ease-in-out;
}

.control-btn:hover svg {
  fill: #000;
}

@media (max-width: 767px) {
  .slide-title-container {
    padding: 10px 10px 29px 0px;
  }
}
@media (max-width: 900px) {
 


  .slider-controls {
    top: 65%;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    gap: 1rem;
  }

  .control-btn {
    padding: 1rem;
  }

  .control-btn svg {
    width: 1rem;
    height: 1rem;
  }
}

.carousel-bullets { position: relative; left: 0%;top:0px; margin: 15px 30px 30px;  display: flex; gap: 10px; justify-content: flex-end;}
.carousel-bullets .bullet { width: 10px; height: 10px; border-radius: 0px; border: 1px solid var(--textcolor); background: var(--textcolor); opacity: .5; padding: 0px; outline:none!important;}
.carousel-bullets .bullet.is-active { opacity: 1; border: 1px solid var(--basecolorMedium); background: var(--basecolorMedium);}



.page-block.gallery.autoslider{
    max-width: none;
}
#autoSLider{
    display: flex; flex-direction: row; gap: 30px;
}
#autoSLider img{
    height: clamp(280px, 40vh, 500px);; width: auto; max-height: 700px;
}
.page-block.gallery.autoslider .page-block-caption{
	z-index: 1;
    column-gap: 15px;  padding-bottom: 0px; margin: 0px;
}
.page-block.gallery.autoslider .page-block-caption .page-block-ttl,
.page-block.gallery.autoslider .page-block-caption .page-block-txt{
}
.page-block.autoslider .page-block-caption .page-block-ttl{
}
.page-block.gallery.autoslider .page-block-module {
    display: flex;
    justify-content: flex-start; 
    padding: 0px;
}

@media(min-width:500px) {
	.page-block.gallery.autoslider .page-block-caption{
	}
	.page-block.autoslider .page-block-caption .page-block-ttl{
	}
}
@media(min-width:900px) {
	.page-block.gallery.autoslider .page-block-caption{
		column-gap: 30px; padding-bottom: 60px;
	}
	.page-block.gallery.autoslider .page-block-caption:nth-of-type(3){
		column-gap: 0px; padding-top: 0px;
	}
	.page-block.autoslider .page-block-caption .page-block-ttl{
	}
}
@media(min-width:1600px) {
    .page-block.gallery.autoslider .page-block-caption{
    }
}
.page-block.gallery.autoslider .image-container{
	position: relative; padding-top: 30px;
}
.page-block.gallery.autoslider .image-container .image-ttl{
    display: none;
	position: absolute; top: 0px; left: 0px;
	padding: 15px 0px 15px 0px; width: 100%;
}
.page-block.gallery.autoslider .image-container .image-ttl h2{
	padding: 0px; margin: 0px; font-size: 10px; text-transform: uppercase;
    letter-spacing: 0.1em; text-align: center;
}

@media(min-width:960px) {
	
#autoSLider img{
    height: clamp(280px, 40vh, 500px);; width: auto; max-height: 700px;
}
.page-block.gallery.autoslider .image-container{
	position: relative; padding-bottom: 45px; padding-top: 0px;
}
.page-block.gallery.autoslider .image-container .image-ttl{
	position: absolute; bottom:0px; left: 0px; top: auto;
	padding: 30px 0px 30px 0px;
}
    
.page-block.gallery.autoslider .image-container .image-ttl h2{
    font-size: 12px;
    }
}
@media(min-width:1600px) {
	#autoSLider img{
		height: clamp(340px, 60vh, 600px);; width: auto; max-height: 700px;
	}
}



