.referenties{
	position: relative;
	padding-top: 80px;
}

/*
.referenties:before {
    background-color: #f8f8f8;
    width: 72.5%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 60px -100px 60px rgba(29, 29, 27, 0.05);
    box-shadow: 60px -100px 60px rgba(29, 29, 27, 0.05);
    content: "";
    height: 160px;
}
*/
 
.item-blok {
	text-decoration: none !important;
	margin-bottom: 40px;
}

.item-blok__inner-top{
	padding: 10px 40px 30px 20px;
	background: var(--kleur_grijs);
	position: relative;
	height: 100%;
}

.item-blok__inner-top i{
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--kleur_geel);
    font-size: 13px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	opacity: 0;
}

.item-blok:hover .item-blok__inner-top i{
	opacity: 1;
}

h2.item-blok__titel{
	color: var(--kleur_wit);
	margin-bottom: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	max-width: 290px;
}

.volgende{
	padding: 120px 0;
	margin-top: 120px;
	margin-bottom: 90px !important;
	position: relative;
}

.volgende .item-blok{
	margin-bottom: 0;
}

.volgende:before {
    content: "";
    position: absolute;
  	background-color: var(--kleur_geel);
    width: 100%;
	max-width: 750px;  
    top: 0;
    left: 0;
    height: 100%;  
}

.volgende_tekst{
	text-align: right;  
	font-size: 120px;
	font-weight: 700;
	line-height: 120px;
	text-transform: uppercase;
	left: -146px;
    position: relative;  
    color: rgba(0,0,0,0.0);  
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}


.project_specificaties {  
	color: var(--kleur_geel);
	text-align: right;
	width: 100%;
	display: inline-flex;
	position: relative;
	padding-right: 75px;
	justify-content: start;
}

.content_fotoslider .project_specificaties {
	justify-content: end;
}

.project_specificaties p {
 	padding: 1rem 0rem;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 0px;
	font-weight: 100; 
}

.last-no-margin .project_specificaties p::after {
	content: "\.";
	display: inline-flex; 
	font-family: "Font Awesome 6 Pro"; 
	width: 24px; 
	font-size: 14px;
	font-weight: 400;
	padding-left:10px; 
	text-align: center;
}

.item-blok__inner-top .project_specificaties p::after {
    content: "\7c";
    display: inline-flex;
    font-family: "Font Awesome 6 Pro";
    width: 24px;
    padding-left: 10px;
    text-align: center;
}


.project_specificaties p:nth-last-child(1)::after {
	display: none;
}

.jumbotron .ref_cats{
	list-style: none;
	padding: 0;
	margin: -30px 0 40px !important;
	width: 100%;
	float: left;
}

.ref_cats li{
	margin-right: 30px;
	float: left;
}

.ref_cats a{
	padding: 0;
	margin: 0;
	outline: none;
	color: #0080b7;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 300;
	background: none;
	position: relative;
	text-decoration: none !important;
	border: none;
}

.ref_cats a:after{
	height: 2px;
    width: 100%;
	opacity: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-color: #0080b7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ref_cats a:hover:after,
.ref_cats a.active:after{
	opacity: 1;
}

.referentie_meta{
	color: #0080b7;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 300;
    margin-bottom: 5px;
    display: block;
    margin-top: -10px;
}

.meta_referentie_single{
	color: #fcbe00;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	position: absolute;
	text-align: right;
    top: -60px;
}

@media (max-width:767px)
{
	.volgende {
		padding: 60px 0;
		margin-top: 60px;
	}
	
	.volgende:before{
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.volgende_tekst {
		text-align: right;
		color: rgba(0,62,81,0.0); 
		font-size: 40px;
		font-weight: 700;
		line-height: 40px;
		text-transform: uppercase;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		width: 100%;
	}
	
	.content_links_afbeelding_rechts .img_caption{
		font-size: 60px;
		line-height: 60px;
    	left: 30px;
	}
	
	.meta_referentie_single{
		text-align: left;
		top: -20px;
		position: static;
		order: 1;
		margin-bottom: 20px;
	}
	
	.referenties{
		padding-top: 0;
	}
	
	.meta_tekst:hover .sharebuttons {
		width: 165px;
	}
	
	.referenties:before{
		display: none;
	}
	
	.meta_tekst,
	.meta_tekst a{
		font-size: 14px;
	}
	
	.meta_tekst i {
		margin-left: 0;
		margin-right: 15px;
	}
	
	.ref_cats li {
    	margin-right: 0;
    	float: none;
	}
	
	.jumbotron .ref_cats{
		column-count: 2;
		margin: 0 0 40px !important;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
	.referenties:before{
		width: 75%;
	}
	
	.volgende_tekst{
		font-size: 60px;
		line-height: 60px;
	}
	
	.meta_referentie_single{
		text-align: left;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.referenties:before{
		width: 92.5%;
	}
	
	.volgende_tekst{
		font-size: 80px;
		line-height: 80px;
	}
}