:root {
	--link-hover: #93C13D;
}

#flexible-content .flex-hero-anchor {
    padding: 105px 0 20px 0;
}

#flexible-content .flex-hero-anchor.pagenav-sticky{
	margin-top: -120px;
}

#primary-menu li.current-page-parent > a{
	color: var(--link-hover);
}

.flex-columns:not(.bullet-over-ons) img{
	border-radius: 10px;
}

div.default-hero-images{
	max-height: 658px;
	overflow: visible;
	margin-bottom: 240px;
}

div.default-hero-images {
	margin-bottom: unset;
}

div.default-hero-images div.hero-arrow-bg{
	border-width: 0 0 658px 908px!important;
}

div.default-hero-images .hero-images img{
	position: unset;
	top: unset;
	left: unset;
	border-radius: 10px;
	max-width: 544px;
	width: 100%;
	height: 544px;
}

div.hero-images{
	display: flex;
    justify-content: center;
	margin-top: 100px;
	max-height: 272px;
	padding-left: 120px;
	padding-right: 120px;
}

div.hero-images .row{
	justify-content: center;
	height: 100%;
	margin: 0px -12px;
}

div.hero-images .row>div {
	padding: 0px 12px;
}

div.hero-images{
	text-align: center;
}

div.hero-static #breadcrumbs, body[herostyle='static'] #breadcrumbs{
	position: absolute;
	width: 100%;
	padding-left: 120px;
	padding-right: 120px;
	top: 160px;
	z-index: 22;
}
div.hero-static #breadcrumbs, body[herostyle='static'] #breadcrumbs .container-fluid {
	max-width: 1920px;
}
@media (max-width: 1024px){
	div.hero-static #breadcrumbs, body[herostyle='static'] #breadcrumbs{
		padding-left: 85px;
	}
}
@media (max-width: 767px){
	div.hero-static #breadcrumbs, body[herostyle='static'] #breadcrumbs{
		padding-left: 35px;
		top: 115px;
	}
}

#breadcrumbs a, #breadcrumbs span, #breadcrumbs i{
	color: white!important;
	margin-right: 5px;
}

div.default-hero #breadcrumbs a, div.default-hero #breadcrumbs span, div.default-hero #breadcrumbs i{
	color: #FBF9F0!important;	
}

@media only screen and (max-width: 1023px){
	div.default-hero-images{
		margin-bottom: 0px;
	}
	
	div.hero-images{
		display: none;
	}
}

div.flex-hero-anchor div.anchorlink div{
	transition: .3s all ease-in-out;
}

div.flex-hero-anchor div.anchorlink:hover div, div.flex-hero-anchor div.anchorlink.active div{
	color: #CF2A64;
}

div.flex-hero-anchor div.anchorlink div::before{
	background-image: url("/wp-content/themes/versatile-child/img/arrow-right.png")!important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 0px;
	height: 20px;
	margin-right: 5px;
	content: "";
	transition: .3s ease-in-out;
}

div.flex-hero-anchor div.anchorlink:hover div::before, div.flex-hero-anchor div.anchorlink.active div::before{
	width: 20px;
}

@media only screen and (max-width: 1480px){
	.container{
		max-width: 100%;
	}	
}


@media only screen and (max-width: 1000px){
	div.flexible-slider-werken div.slick-track{
		width: 100%!important;
	}
	
	div.flexible-slider-werken div.slick-track div.single-slide{
		margin: 0px!important;
		margin-bottom: 20px!important;
		float: left!important;
	}
	
	div.fblock-image-contact, div.flex-afdelingen-klus{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	
	div.flex-afdelingen-klus div.container{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
}

@media only screen and (max-width: 1574px){
	div.fblock-triangle-text-blok div.text-block{
		margin-left: 140px;
	}
}

@media only screen and (max-width: 766px){
	div.col-border-shadow div.row{
		flex-wrap: wrap!important;
	}
}