.berichten_met_aantal{
	padding: 160px 0 100px !important;
}

.achtergrond_kleur_wit + .achtergrond_kleur_grijs.berichten_met_aantal{
	
}

.berichten_met_aantal_4{
	
}

.berichten.achtergrond_kleur_grijs:before{
	display: none;
}

.berichten.achtergrond_kleur_grijs{
	background-color: rgba(5, 58, 77, 0.03);
}

.evenement_datum {   
	display: inline-flex;
    position: absolute;
    transform: translate(-1.5rem, 2rem);
    padding: 0rem 1rem;
    flex-direction: column;
    row-gap: 0.1rem; 
	align-items: flex-start;
}

.evenement_datum span {
	background-color: #053a4d;
	color: #fff;
	padding: 0rem 1rem;
}

.alm-filter--inner ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.alm-filter--link{
	margin-top: 15px;
	margin-right: 15px;
	border-radius: 25px;
	border: 1px solid #053a4d;
	color: #053a4d;
	font-family: roboto;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 30px;
	text-align: center;
	min-width: 140px;
	outline: none !important;
	float: left;
	cursor: pointer;
}

.alm-filter--link.active{
	color: #e72a7e;
	border-color: #e72a7e;;
}

.gefilterd_op{
	color: #e72a7e;
	font-family: museo;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	display: block;
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px !important;
}

.gefilterd_op span{
	text-transform: lowercase;	
}

.berichten_row{
	margin: 0 -35px;
	display: flex;
	flex-wrap: wrap;
}

.berichten_row > div{
	padding: 0 35px;
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.berichten .tns-item{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.bericht_blok{
	display: block;
	text-decoration: none !important;
	margin-bottom: 60px;
	float: left;
	position: relative;
}

.bericht_blok:hover h2{
	color: #e72a7e;
}

.bericht_blok:hover h2:after{	
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23e72a7e' stroke-miterlimit='20' stroke-width='2' d='M1.125 1v0H67v65.875'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23e72a7e' d='M66.965 1L1.257 66.708'/%3E%3Cpath fill='none' stroke='%23e72a7e' stroke-miterlimit='20' stroke-width='2' d='M66.965 1L1.257 66.708'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bericht_blok h2{
	color: #053a4d;
	font-family: museo;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	position: relative;
	padding-right: 118px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
    margin: 0;
	min-height: 84px;
}

.bericht_blok h2:before{
	display: none;
}

.bericht_blok h2:after{
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	content: "";
	width: 68px;
	height: 68px;
	position: absolute;
	right: 0;
	top: 12px;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%230b4552' stroke-miterlimit='20' stroke-width='2' d='M1.125 1v0H67v65.875'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23053a4d' d='M66.965 1L1.257 66.708'/%3E%3Cpath fill='none' stroke='%23053a4d' stroke-miterlimit='20' stroke-width='2' d='M66.965 1L1.257 66.708'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.filter_op{
	color: #053a4d;
	font-family: roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 65px;
	text-transform: uppercase;
	display: block;
}

h2 + .filter_op{
    margin-top: 34px;	
}

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

.bericht_blok__inner-top h2{
	margin-top: auto;
}

.bericht_blok__inner-top span,
.bericht_blok h2 span{
	display: block;
	color: #e72a7e;
	font-family: roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
    margin-top: 20px;
    margin-bottom: -11px;
	text-transform: uppercase;
}

.bericht_cat{
	position: absolute;
	color: #ffffff;
	font-family: roboto;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 44px;
	background-color: #053a4d;
	padding: 0 15px;
	display: inline-block;
	top: 20px;
	left: -10px;
}

.berichten .tns-ovh{
	overflow: visible;
}

@media (max-width:767px)
{		
	.berichten_met_aantal{
		padding: 50px 0 !important;
	}
	
	.direct_naar_nieuws{
		transform: translateY(-10px);
	}
	
	.berichten .tns-controls{		
		position: absolute;
		right: 0;
		transform: translateY(-62px);
	}
	
	.berichten .tns-controls button{
		border: none;
		padding: 0;
		margin: 0 0 0 10px;;
		box-shadow: none;
		background: none;
		outline: none;
		color: #053a4d;
		font-size: 16px;
	}
	
	.berichten_row{
		margin: 0;
		display: block;
	}
	
	.berichten_row > div{
		padding: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.gefilterd_op{
		display: none;
	}
	
	.alm-filters.alm-filters-container{
		margin-bottom: 30px;
		display: block;
		float: left;
		width: 100%;
	}
	
	.filter_op{
		font-size: 14px;
		line-height: normal;
	}
	
	.alm-filter--link{
		font-size: 12px;
		padding: 0 10px;
		line-height: 27px;
		min-width: 0;
		margin-right: 10px;
	}
	
	.bericht_blok{
		margin-bottom: 40px;
	}
	
	.berichten .col-sm-12:nth-child(n+2){
		margin-top: 0;
	}
	
	.bericht_cat{
		font-size: 16px;
		line-height: 33px;
		top: 10px;
	}
	
	.bericht_blok h2:after{		
		width: 25px;
		height: 25px;
    	background-size: contain;
	}
	
	.bericht_blok h2{
		padding-right: 70px;
		font-size: 20px;
		line-height: 27px;
		min-height: 54px;
    	-webkit-line-clamp: 3;
	}
	
	.bericht_blok h2 span,
	.bericht_blok__inner-top span{
		font-size: 15px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.berichten_met_aantal{
		padding: 90px 0 30px !important;
	}
	
	.bericht_cat{
		font-size: 16px;
		line-height: 33px;
		top: 10px;
	}
	
	.bericht_blok h2:after{		
		width: 48px;
		height: 48px;
    	background-size: contain;
	}
	
	.bericht_blok h2{
		padding-right: 70px;
		font-size: 25px;
		line-height: 32px;
    	min-height: 64px;
	}
}

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