.berichten{
	margin-bottom: 125px !important;
}

.item-blok,
.item-blok:hover,
.item-blok:focus{
	height: 100%;
	border-radius: 5px;
	background-color: #ebce8e;
	display: flex;
	flex-direction: column;
	padding: 30px;
	color: #772210;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	overflow: hidden;
}

.item-blok__bottom{
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: space-between;
}

.item-blok__inner-top{
	height: 100%;
    display: flex;
    flex-direction: column;
}

.item-blok__top{
	margin: -30px -30px 30px -30px;
}

.item-blok__top img{
	border-radius: 5px;
}

.item-blok__introtekst{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: auto;
}

.item-blok h2{
	color: #aa3217;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 0;
}

.item-blok time{
	color: #d79c1d;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 33px;
	margin-bottom: 15px;
	display: block;
}

.alm-listing .alm-filters.alm-reveal{
	display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.item-blok .item-blok__more{
	color: #aa3217;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.item-blok .item-blok__more:after{
	content: "";
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    width: 28px;
    height: 15px;
	display: inline-block;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='15' viewBox='0 0 28 15'%3E%3Cg id='Group_1360' data-name='Group 1360' transform='translate(-1217.136 -4209.858)'%3E%3Cg id='Group_1356' data-name='Group 1356' transform='translate(1221.136 4210.565)'%3E%3Cg id='Group_1358' data-name='Group 1358' transform='translate(0 0)'%3E%3Cline id='Line_5' data-name='Line 5' x2='25.753' transform='translate(-3.5 6.52)' fill='%23fff' stroke='%23ac4t3217' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3Cg id='Group_1357' data-name='Group 1357' transform='translate(16.2 0)'%3E%3Cline id='Line_6' data-name='Line 6' x2='6.498' y2='6.498' fill='%23fff' stroke='%23aa3217' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_7' data-name='Line 7' y1='6.498' x2='6.498' transform='translate(0 6.542)' fill='%23fff' stroke='%23aa3217' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

#alm-filters-filter_blogberichten{
	margin-bottom: 45px;
}

#alm-filters-filter_blogberichten ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.alm-layouts .alm-listing.row{
	margin: 0 -15px;
}

#alm-filters-filter_blogberichten ul li{
	display: inline-block;
}

#alm-filters-filter_blogberichten ul li ul{
	float: left;
}

.alm-filter--link{
	margin-right: 15px !important;
}

#alm-filters-filter_blogberichten .alm-filter--link{
	color: #aa3217;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding: 0 20px;
	border-radius: 15px;
	border: 1px solid #aa3217;
	line-height: 30px;
	background-color: rgba(9, 30, 43, 0);
	float: left;
	outline: none !important;
	cursor: pointer;
}

#alm-filters-filter_blogberichten .alm-filter--link.active{
	color: #fff;
	background-color: #aa3217;
}

@media (max-width:767px)
{		
	.item-blok, .item-blok:hover, .item-blok:focus{
		margin-bottom: 0;
	}
	
	.berichten{
		margin-bottom: 80px !important;
	}
	
	#alm-filters-filter_blogberichten ul li ul {
		float: none;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}