.berichten{
	margin-top: 40px !important;
}

.berichten_container{
	max-width: 1400px;
}

.nieuws_blok{
	position: relative;
	text-decoration: none !important;
	display: block;
	margin-bottom: 30px;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.nieuws_blok:hover{
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}

.nieuws_blok:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(28, 28, 58, 0.3);
	z-index: 1;
}

.nieuws_blok_bottom{
	padding: 0 30px 50px;	
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.nieuws_blok:hover .nieuws_blok_bottom span{
	opacity: 1;
	margin-bottom: -20px;
}

.nieuws_blok_bottom span{
	color: #fff;
	font-family: calibri;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.4px;
	line-height: 60px;
	text-transform: uppercase;
    margin-bottom: -60px;
    display: inline-block;
    float: left;
    width: 100%;
	opacity: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.nieuws_blok h2{
	color: #ffffff;
	font-family: "Marselis Pro";
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 40px;
	text-align: center;
	margin-bottom: 0;
}

.alm-filter--title{
	float: left;
	width: 95px;
}

.alm-filter--inner{
	width: calc(100% - 95px);
	float: left;
}

#alm-filters-berichten_filter{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

h3#alm-filter-category-title{
	margin-right: 20px !important;
	white-space: nowrap;
}

h3#alm-filter-category-title:before{
	color: #1c1c3a;
	content: "\f0b0" !important;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 33px;
	margin-right: 7px;
}

.alm-filter--inner ul{
	list-style: none;
	padding: 0;
	margin: 0;
    float: left;
}

.alm-filter--radio{
	display: inline-block;
}

.alm-filter--link{
	outline: none !important;
	color: #e94266;
	font-family: calibri;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
    float: left;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	line-height: 36px;
	padding: 0 13px;
	border-radius: 4px;
	border: 2px solid transparent;
}

.alm-filter--link.active{
	border: 2px solid #e94266;
}

@media (max-width:767px)
{		
	.nieuws_blok .nieuws_blok_bottom span {
		opacity: 1;
		margin-bottom: -40px;
	}
	
	.alm-filter--radio{
		float: left;
		width: 100%;
	}
	
	.alm-filter--inner {
		width: 100%;
		float: left;
		padding: 20px 20px 0;
		display: none;
	}
	
	#alm-filters-berichten_filter{
		margin-bottom: 30px;
	}
	
	h3#alm-filter-category-title {
		margin-right: 0 !important;
		margin: 0;
		line-height: 55px;
	}
	
	#alm-filter-category-title:after{
		color: #1c1c3a;
		content: "\f067";
		font-family: "Font Awesome 5 Pro";
		font-size: 26px;
		font-weight: 400;
		font-style: normal;
		float: right;
	}
	
	.open #alm-filter-category-title:after{
		content: "\f068";
	}
	
	.alm-filter--title{
		width: 100%;
		margin: 0;
		background: #fff;
		-webkit-box-shadow: 0 0 60px rgba(28, 28, 58, 0.15);
		        box-shadow: 0 0 60px rgba(28, 28, 58, 0.15);
		border-radius: 4px;
		background-color: #ffffff;
		padding: 0 20px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.berichten_container {
		max-width: 720px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.berichten_container {
		max-width: 960px;
	}
}