.nieuws-kop{
	margin-bottom: 80px;	
}

.nieuws-kop .link_met_pijl{
	margin-right: 35px;
}

.nieuws-kop h2{
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 0 !important;
}

.laatste_nieuwsbericht{
	position: relative;
	z-index: 15;
}

.nieuws_intro{	
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nieuws_enkel_afb{
	position: relative;
	float: left;
}

.nieuws_enkel_afb:after{
	content: "";
	top: 50%;
	width: 100px;
	background-color: #78c4af;
	height: 2px;
	right: 0;
	position: absolute;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}

.nieuws-cats{
	position: absolute;
	right: 20px;
	top: 20px;	
}

.nieuws_enkel_afb span{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 0 15px;
	line-height: 36px;
	color: #001c36;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 500;
	/* Text style for "Nieuws" */
	text-transform: uppercase;
	margin-left: 10px;
	display: inline-block;
}

time{
	color: rgba(120, 196, 175, 0.6);
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	/* Text style for "1 mei 2020" */
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

@media (max-width:767px)
{		
	.nieuws_enkel_afb{
		margin: 0 -30px;
	}
	
	.nieuws-kop h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}