.item-blok{
	text-decoration: none !important;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 40px;
}

.item-blok:hover{
	background: #fff;
}

.item-blok__inner-top{
	padding: 15px 15px;
}

.jumbotron h2.item-blok__titel{
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
}

#ajax-load-more{
	float: left;
	width: 100%;
}

.jumbotron .item-blok__introtekst{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.jumbotron .item-blok__introtekst p{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 23px;
}

.item-blok__introtekst *:last-child{
	margin-bottom: 0;
}

.jumbotron ul.categorie-lijst{
	list-style: none;
	padding: 0;
	margin: -20px 0 40px;
	width: 100%;
	float: left;
	display: block;
}

.categorie-lijst li{
	float: left;
	margin-right: 30px;
}

.categorie-lijst li:last-child{
	margin-right: 0;
}

.categorie-lijst li a{
	color: #000000;
	font-family: brevia;
	font-size: 15px;
	line-height: 48px;
    display: block;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	position: relative;
}

.categorie-lijst li:hover a,
.categorie-lijst li.active a{
	color: #d8292f;
}

.categorie-lijst li a:after{
	background: #d8292f;
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
	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;
}

.categorie-lijst li:hover a:after,
.categorie-lijst li.active a:after{
	opacity: 1;
}