


.homeNews 
{

	margin-bottom:15;
	

}
.homeNews article
{
	display:block;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	background-color:#f1f1f1;
	margin-bottom:15px;
	margin-top:15px;
	border-radius:30px;
	position:relative;
	overflow:hidden;
	font-size:16px;



}
.homeNews article a
{
	display:block;
	text-decoration:none;
	text-align:center;
	color:#333;
	
}
.homeNews article .tekst
{
	height:200px;
}
.homeNews article .date
{
	color:#FFF;
	font-weight:600;
	font-size:20px;
	top:0px;
	left:0px;
	position:absolute;
	width:82px;
	height:102px;
	background-image:url(/image/nieuwsListItemRood.png);
	overflow:hidden;
	padding-top:15px;
	line-height:1em;
	text-align:center;
	
}
.homeNews article .date .maand
{
	display:block;
	font-size:.7em;
	
}
.homeNews article .date .jaar
{
	display:block;
	margin-top:-5px;
	font-size:.5em;
}
.homeNews article .afbeelding
{
	background-color:#f9f8f8;
	padding-top:70%;
	margin:-15px -30px 15px -30px;
	background-position:center;
	background-size:cover;

}
.homeNews article a:hover
{
	text-decoration:none;
	
}
.homeNews article a .dummyBtn
	{
		text-transform:uppercase;
		text-align:right;
		font-weight:800;
		color:#e30613;
	}
.homeNews article a:hover .dummyBtn
{


	color:#333;
	text-decoration:underline;

}
.homeNews article a .leestijd
{
	margin-top:5px;
	text-align:center;
	font-size:.8em;
}
.homeNews article h1
{
	display:block;
	font-size:23px; 
	font-weight:800;
	height:60px;
	overflow:hidden;
}

.homeNews .date, .homeNews .dummyBtn 
{
	
	font-size:14px;
}
.homeNews .dummyBtn .glyphicon
{
	font-size:.8em;
}

.nieuwsHeader
{
	background-color:rgba(243,243,243,1.00);
	height:30vh;
	background-position:center;
	background-size:cover;
}

.homeNews .large article a
{
	display:flex;
	text-align:left;
}
.homeNews .large article .tekst
{
	height:auto;
}
.homeNews .large article a > div
{
	flex:1 1 auto;
	width:50%;
}
.homeNews .large article a > .afbeelding
{
	background-color:#f9f8f8;
	
	padding-top:0px;
	margin:-15px 15px -15px -30px;

}
@media (max-width: 767px) {
}



h1.nieuwsItemTitel
{
	color:#e30613;
	font-size:29px;
	margin-top:0px;
	margin-bottom:5vh;
}
.nieuwsItemAfbeelding
{
	margin-bottom:5vh;
}
.nieuwsItemDatum
{
	width:101px;
	height:172px;
	background-image:url(/image/nieuwsItemRood.png);
	color:#FFF;
	font-weight:600;
	font-size:20px;
	overflow:hidden;
	padding-top:80px;
	line-height:1em;
	text-align:center;
	
}
.nieuwsItemSocial a
{
	opacity:.2;
	margin:10px;
	width:55px;
	height:55px;
	border:1px solid #000;
	display:block;
	border-radius:100%;
	background-size:15px 15px;
	background-position:center;
	background-repeat:no-repeat;
}
.nieuwsItemSocial a:hover
{
	opacity:.5;	
}
.nieuwsItemSocial a.fb
{

	background-image:url(/image/fb.svg)
}

.nieuwsItemSocial a.linkedIn
{

	background-image:url(/image/linkedIn.svg)
}

.nieuwsItemSocial a.twitter
{

	background-image:url(/image/twitter.svg)
}

.nieuwsItemDatum .maand
{
	display:block;
	font-size:.8em;
	
}
.nieuwsItemDatum .jaar
{
	display:block;
	margin-top:-5px;
	font-size:.5em;
}

@media (min-width: 768px) {
	h1.nieuwsItemTitel
{
	font-size:37px;
}	
}


