.jumbotron.content_1_koloms.jumbo-padding + 
.jumbotron.berichten.jumbo-padding {
	padding-top:0;
}

.alm-filter--link{
	background: transparent;
    color: var(--kleur_groen); 
    padding:  2rem 6rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: .3s all; 
	border: 1px solid var(--kleur_groen);
	font-family: var(--heading-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal; 
}

#alm-filters-nieuws_filter{
	display: block;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.alm-filter--link.active{
	border: 1px solid var(--kleur_groen);
	background-color: var(--kleur_groen);
	color: var(--kleur_wit);
}

.item-blok{
	margin-bottom: 30px;
	background: #fff;
	text-decoration: none !important;
} 

.nieuws_item {
	margin-bottom: 30px;
	background: #fff;
	display: flex; 
	text-decoration: none !important;
} 

.item-blok time{
	color: var(--kleur_donker_blauw);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: var(--body-font);
	opacity: 0.5;
}

.item-blok .title {
    font-size: 20px;
    color: var(--kleur_donker_blauw);
    line-height: normal;
    font-weight: 700;
}

.item-blok__more:after{
	content: "\f061";
	color: var(--kleur_mosgroen);
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: 0.3s color, 0.3s -webkit-transform;
	transition: 0.3s color, 0.3s -webkit-transform;
	-o-transition: 0.3s transform, 0.3s color;
	transition: 0.3s transform, 0.3s color;
	transition: 0.3s transform, 0.3s color, 0.3s -webkit-transform;
	margin-left: 8px;
}

.item-blok:hover .item-blok__more:after{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
	color: var(--kleur_mosgroen);
}

.item-blok__more{
	color: var(--kleur_mosgroen);
	font-size: 17px; 
}

.item-blok__inner-bottom {
	color: var(--kleur_mosgroen);
}

.item-blok time,
.item-blok .item-blok__more{
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.item-blok:hover time,
.item-blok:hover .item-blok__more,
.item-blok:focus time,
.item-blok:focus .item-blok__more{
	color: var(--kleur_mosgroen);
}

.berichten .item-blok__bottom {
	padding: 0 2rem 1rem 2rem;
}

.item-blok__top img { 
	object-fit: cover;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0rem;
}

.item-blok__top.afbeelding_gekaderd img { 
	object-fit: contain;
    display: block;
    position: relative;
    width: 100%;
    height: auto; 
    aspect-ratio: 500 / 300;
    padding: 2rem;
} 
 
.berichten h2.item-blok__titel {
    font-size: 26px;
	font-family: var(--heading-font);
	margin-bottom: 1.5rem;
} 

@media (max-width:767px)
{	 
	#alm-filters-nieuws_filter{
		margin-top: 0;
	}
	
	.alm-filter--link {
		padding: 10px 15px;
	}
	
	.item-blok {
		margin-bottom: 1.5rem;
	}
	
	.alm-filter--inner ul li ul{
		display: block;
		float: left;
	}
	
	.alm-filter--inner ul li{ 
		display: block;
		float: left;
	} 
	
}

@media (min-width:768px) and (max-width:991px)
{
	.alm-layouts .alm-listing{
		margin: 0 -15px !important;
	}
	
	.alm-layouts .alm-listing > div{
		padding: 0 15px;
	}
}

@media (max-width:1199px)
{	
	.alm-filter--link{ 
		padding: 1.0rem 1.5rem;
	}
}


@media (max-width:568px)
{
.nieuws_item {
		margin-bottom: 15px; 
	}  
	
}