.referenties{
	background-color: #1d1d1b;
	padding: 200px 0 160px;
}

.referenties .container{
	position: relative;
	z-index: 15;
}

.referenties p,
.referenties ul,
.referenties ol{
	color: #fff;
}

.referenties_row{
	margin: 0 -45px;
}

.referenties_row > div{
	padding: 0 45px;
}

.referenties .alm-filters-container .alm-filter li div.alm-filter--link.active,
.referenties .alm-filters-container .alm-filter li div.alm-filter--link,
.referenties .alm-filters-container .alm-filter li:hover div.alm-filter--link{
	color: #ffffff;
	font-family: elido;
	font-size: 15px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	padding-left: 17px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.referenties .alm-filters-container .alm-filter ul{
	column-count: 2;
	column-gap: 30px;
}

.referenties .alm-filters-container .alm-filter li:hover div.alm-filter--link,
.referenties .alm-filters-container .alm-filter li div.alm-filter--link.active{
	color: #de6a2e;
}

.referenties .alm-filters-container .alm-filter li div.alm-filter--link:after{
	display: none;
}

.referenties .alm-filters-container .alm-filter li div.alm-filter--link:before{
	color: #fff !important;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 15px;
	background: none !important;
	border: none;
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
}

#referenties_resultaten{
	position: relative;
	z-index: 1;
}

#referenties_resultaten:before{
	height: 280px;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #1d1d1b;
	top: 0;
	z-index: -1;
}

#referenties_resultaten:after{
	content: "";
	width: 380px;
	height: 690px;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='690' viewBox='0 0 380 690'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23323e48' d='M0 690V0l380 345z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	z-index: -1;
}

#referenties_resultaten .alm-filters{
	margin: 0 -45px;
}

#referenties_resultaten .alm-filters:first-child{
	margin-top: -120px !important;
}

#referenties_resultaten .alm-filters > div{
	padding: 0 45px;
}

#referenties_resultaten .col-lg-6 + .col-lg-6{
	margin-top: 80px;
}

#referenties_resultaten .col-lg-6 .fotoslide-descr{
	position: static;
	background: #fff;
    width: 100%;
	color: #323e48;
}

#referenties_resultaten .col-lg-6 .fotoslide-descr span{
	color: rgba(50, 62, 72, 0.6);
}

.project-blok{
	text-decoration: none !important;
	position: relative;
	display: block;
	margin-top: 120px;
}

.project-blok:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 17px 0 17px;
    border-color: #1d1d1b transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.fotoslide-descr{
	background-color: rgba(29, 29, 27, 0.9);
	position: absolute;
	left: 0;
	max-width: 620px;
	bottom: 0;
	padding: 33px 30px;
	height: 145px;
	color: #ffffff;
	font-family: marine;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	width: 395px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-transform: uppercase;
}

.fotoslide-descr:after{
	position: absolute;
	right: 30px;
	bottom: 30px;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 400;
}

.fotoslide-descr span{
	color: rgba(255, 255, 255, 0.6);
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	display: inline-block;
	margin-top: 14px;
}

@media (max-width:767px)
{		
	#referenties_resultaten .alm-filters:first-child {
		margin-top: -60px !important;
	}
	
	#referenties_resultaten .alm-filters{
		margin: 0 -20px;
	}
	
	#referenties_resultaten .alm-filters > div{
		padding: 0 20px;
	}
	
	#referenties_resultaten .col-lg-6 .fotoslide-descr,
	#referenties_resultaten .col-sm-12 .fotoslide-descr{
		font-size: 20px;
		line-height: 24px;
    	color: #323e48;
	}
	
	.fotoslide-descr span{
		color: rgba(50, 62, 72, 0.6);
	}
	
	#referenties_resultaten .col-sm-12:nth-child(n+2){
		margin-top: 0;
	}
	
	.project-blok{
		margin-top: 20px;
	}
	
	#alm-filters-referentie_filter{
		margin-top: 30px;
	}
	
	.referenties{
		padding-bottom: 60px;
	}
	
	.fotoslide-descr:after{
		right: 30px;
		bottom: 26px;
	}
	
	.fotoslide-descr{
    	background: #fff;
		padding: 25px 30px;
    	flex-direction: column;
		position: static;
		width: 100%;
		font-size: 20px;
		line-height: 24px;
		height: auto;
	}
	
	.fotoslide-tekst{
		margin-top: 9px;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;  
		overflow: hidden;
    	height: auto;
	}
	
	.fotoslide-jaar{
		width: 100%;
		flex-basis: auto;
    	display: block;
		height: auto;
		font-size: 20px;
		line-height: 24px;
	}
	
	#referenties_resultaten:after{
		display: none;
	}
	
	#referenties_resultaten:before{
		height: 30px;
	}
	
	#referenties_resultaten .col-lg-6 + .col-lg-6 {
		margin-top: 0;
	}
	
	.referenties.jumbotron h1{
		margin-top: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	#alm-filters-referentie_filter{
		margin-top: 30px;
	}
	
	.referenties{
		padding-bottom: 80px;
	}
	
	#referenties_resultaten .alm-filters:first-child {
		margin-top: -80px !important;
	}
	
	.project-blok{
		margin-top: 80px;
	}
	
	#referenties_resultaten .alm-filters{
		margin: 0 -20px;
	}
	
	#referenties_resultaten .alm-filters > div{
		padding: 0 20px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}