.berichten.row_1{
	padding-top: 80px;
}

.sticky_post{
	color: #ffffff;
	font-family: aglet-slab;
	font-size: 11px;
	font-weight: 400;
	line-height: 24px;
	/* Text style for "Uitgelicht" */
	text-transform: uppercase;
	background-color: #4f81d6;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sticky_post i{
	margin-right: 5px;
}

.item-blok{
	position: relative;
	text-decoration: none !important;
}

.item-blok__top{
	overflow: hidden;
}

.jumbotron .item-blok:hover h2.item-blok__titel{
	color: #000;
}

.jumbotron .item-blok img{
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.jumbotron .item-blok:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.jumbotron h2.item-blok__titel{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
    margin-top: 20px;
    margin-bottom: 18px;
	-webkit-transition:all 0.3s ease-in-out;
	-o-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;
	min-height: 60px;
}

.item-blok__introtekst{
	color: #575756;
	font-family: aglet-slab;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;  
	  overflow: hidden;
    margin-top: -5px;
}

.meer_nieuws{
	font-size: 13px;
	font-weight: 600;
	color: #e63223;
	line-height: 20px;
	text-decoration: none !important;
}

.meer_nieuws:hover,
.meer_nieuws:focus{
	color: #000000;
}

@media (max-width:767px)
{		
	h2 + div > .meer_nieuws{
		display: none;
	}
	
	.berichten .item-blok__top{
		-ms-flex-preferred-size: 125px;
		    flex-basis: 125px;
		min-width: 125px;
		max-width: 125px;
		margin-right: 15px;
	}
	
	.sticky_post{
		left: 0;
		right: auto;
	}
	
	.berichten .item-blok{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	
	.berichten .item-blok__bottom .post_meta,
	.berichten .item-blok__bottom .item-blok__introtekst{
		display: none;
	}
	
	.jumbotron h2.item-blok__titel{
		font-size: 17px;
		line-height: 26px;
    	margin: -5px 0 0;
		min-height: 0;
	}
	
	.berichten.row_1 {
		padding-top: 40px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}