.projecten_overzicht.met_overlay_tekst {
    position: relative;
    margin-top: 25rem !important;
    padding-top: calc(var(--jumbotron-standard-margin) + 5rem);
}

.project_slide a{
    text-decoration: none !important;
}

.project_meta{
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.6rem;
    line-height: 3.4rem;
    opacity: 0.5;
    margin-top: 0.5rem;
}

.project_meta + h3{
	margin-bottom: 0 !important;
}

.project_meta i{
    font-size: 1.2rem;
    margin-right: 0.6rem;
}

.project_meta span{
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
}

#alm-filters-projecten_filter{
	display: flex;
    column-gap: 1rem;
	flex-wrap: wrap;
	row-gap: 1.5rem;
}

#alm-filters-projecten_filter #alm-filters-reset-button{
	bottom: -1.5rem
}

#alm-filters-projecten_filter [data-meta-key="hoofdkop"] {
    flex-basis: calc(100% - 14rem);
}

#alm-filters-projecten_filter #alm-filter-7{
    margin-left: auto;
    margin-right: -1.1rem;	
}

.projecten_list_row{
	display: flex;
    row-gap: 2rem;
    flex-wrap: wrap;
}

.projecten_list_row > div:nth-child(n+4){
	margin-top: 4rem;
}

.specifieke_project_items{
	row-gap: 6rem;
}

.projecten_overzicht #alm-filters-projecten_filter [data-taxonomy="product_cat"] .alm-filter--inner > ul > li > div,
.projecten_overzicht #alm-filters-projecten_filter [data-taxonomy="product_cat"] .alm-filter--inner > ul > li ul ul{
    /*display: none;*/
}

.jumbotron .project_slide h3{
    font-size: 4rem;
    line-height: normal;
    margin-bottom: var(--default-margin-bottom) !important;
}

.project_slide .nieuwsoverzicht_afbeelding{
    overflow: hidden;
}

.project_slide .nieuwsoverzicht_afbeelding img{
    transition: 0.3s transform;
}

.project_slide:hover .nieuwsoverzicht_afbeelding img{
    transform: scale(1.2);
}

.projecten_overzicht .tns-nav{
    border-bottom: solid 0.1rem rgba(55,66,74,0.35);
    margin-bottom: 5rem;
    display: flex;
}

.projecten_overzicht .tns-nav button{
    flex: 1;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 0.3rem;
    transition: 0.3s background;
}

.projecten_overzicht .tns-nav button.tns-nav-active{
    background-color: #37424a;
}

.projecten_overzicht .tns-ovh{
    overflow: visible;
}

#zoek_kleur{
    margin-top: 0.5rem;
    margin-left: 0.5rem;
	width: calc(100% - 1rem);
    margin-right: 0.5rem;
	border: 0.1rem solid #e2e2e2;
	background-color: #ffffff;
    outline: none !important;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.5rem 0 3rem;
}

@media (max-width:767px)
{		
	.jumbotron .project_slide h3 {
        font-size: 2.3rem;
    }
	
	.specifieke_project_items {
		row-gap: 2rem;
	}
	
	.terug_overzicht {
		margin-top: 2rem;
	}
	
	.projecten_overzicht.met_overlay_tekst {
    	margin-top: 9rem !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.jumbotron .project_slide h3 {
        font-size: 3.4rem;
    }
    
    .projecten_overzicht.met_overlay_tekst{
        margin-top: 12rem !important;
    }
    
    #alm-filters-projecten_filter #alm-filter-7{
		margin-left: 0;
	}
	
	#alm-filters-projecten_filter [data-meta-key="hoofdkop"] {
		flex-basis: calc(325px - 14rem);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	#alm-filters-projecten_filter #alm-filter-7{
		margin-left: 0;
	}
	
	#alm-filters-projecten_filter [data-meta-key="hoofdkop"] {
		flex-basis: calc(585px - 14rem);
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}