#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: 3em; max-height: calc(100vh - 3em);
}

#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;
	-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{
}
footer .menu-link-arrow,
footer .afterMenu{
	display: none!important;
}

.footerAddress h2, .footer-menu h2{
	display: none;
}
.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{
		grid-template-columns:repeat(4 , 1fr); max-width: 1440px;
	}
	.footer-contact.footer-menu{
		grid-column: span 4;
		grid-template-columns:repeat(4 , 1fr); height: 300px;
		align-content: stretch;  align-items: stretch;
	}
	.footer-logo{
		grid-column: span 1; align-content: center; align-items: center;
	}
	.footer-logo img, .footer-logo svg{
		height: 70px; margin-top: -20px;
	}
	
	.footerAddress{
		grid-column: span 2;
	}
	.footerAddress p{
		text-align: center;
	}
	.footer-menu-1{
		grid-column: 2 / span 1; margin-top: -300px;
	}
	.footer-menu-2{
		grid-column: 4 / span 1; padding-right: 60px; height: 100px; margin-top: -120px;
	}
	.footer-menu .navbar-nav{
		justify-content: center;
	}
	.footer-menu .navbar-nav li.menu-link a.menu-link{
		text-align: left;
	}
	.footer-menu-2 .navbar-nav li.menu-link a.menu-link{
		text-align: right;
	}
	
	.footer-socials.social-icons h2{
		display: block!important;
	}
	.footer-socials.social-icons{
		grid-column: span 1; justify-content: flex-end; align-content: flex-start; padding: 0px; margin-top: -5px; padding-right: 60px;
	}
	.footer-socials.social-icons h2{
		text-align: right; line-height: 2em;
	}
	
	#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: 2px; 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: 38px; 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{
	list-style: none; position: relative; padding-left: 20px;
}

.page-block .page-block-txt 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'; 
}
	
	
#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{
		opacity: 0;
	}

	#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%;
  }
}



