.projecten{
	padding-bottom: 0 !important;
}

#filter_border{
    border-top: 0.1rem solid #94a5ad;
}

.alm-filter--inner ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.alm-filter--inner ul li{
	display: inline-block;
	margin-left: 3rem;
}

.alm-filter--link{
	color: #014363;
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 7rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s color;
}

.alm-filter--link.active{
	color: #e27240;
}

.aantal_resultaten{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 7rem;
}

#ajax-load-more{
	width: calc(100% + var(--bs-gutter-x));
	margin-left: calc(var(--bs-gutter-x)/ -2);
}

.bericht{
	text-decoration: none;
	color: #012c40 !important;
	margin-bottom: var(--jumbotron-standard-margin);
}

.projecten_zonder_marge_top .bericht{
	margin-bottom: 0 !important;
}

.bericht_subtitel:before{
	content: "\f111";
	margin-right: 1.2rem;
	color: #d79377;
	font-family: 'Font Awesome 5 Pro';
}

.bericht_subtitel{
	color: #d79377;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.4rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.bericht h2{
	color: #e27240;
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 3.2rem;
}

.projecten .link_met_pijl_na{
	margin-bottom: calc(var(--jumbotron-standard-margin) / 2);
    margin-top: calc(var(--jumbotron-standard-margin) / 2);
}

@media (max-width:767px)
{		
	.projecten_zonder_marge_top .alm-preloaded > div:nth-child(n+2) > .bericht{
		margin-top: var(--jumbotron-standard-margin);
	}
	
	.projecten_zonder_marge_top .alm-preloaded > div:last-child > .bericht {
		margin-bottom: 0 !important;
	}
	
	.projecten_h1{
		margin-bottom: 3.2rem;
	}
	
	.aantal_resultaten{
		display: none;
	}
	
	.alm-filter--inner ul li {
		margin-left: 0;
		margin-right: 1.5rem;
	}
	
	.projecten .link_met_pijl_na{
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.projecten_zonder_marge_top .alm-preloaded > div:nth-child(n+3) > .bericht{
		margin-top: var(--jumbotron-standard-margin);
	}
	
	.projecten_h1{
		margin-bottom: 3.2rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}