.mainSite .contentPage .centerPage  {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.mainSite .contentPage .nieuwsItemText, .mainSite .contentPage .nieuwsItemDatum, .mainSite .contentPage .newsImage  {
	margin: 25px 0; 	
}

.mainSite .contentPage #contentHeader .heading {
	margin-top: 225px;
}

.mainSite .contentPage #contentHeader .heading h1 {
	font-size: 35px;
}


.homeNews 
{

	margin-bottom:15;
	

}
.homeNewsItem article
{
	display:block;
	background-color:#f1f1f1;
	margin-bottom:15px;
	margin-top:15px;
	border-radius:30px;
	position:relative;
	overflow:hidden;
	font-size:16px;
}

.homeNewsItem .articleImg {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/image/contentHeader.png');
}

.homeNewsItem .innerTxt {
	padding: 15px 30px;


}

.homeNewsItem article a
{
	display:block;
	text-decoration:none;
	color:#333;
	
}

.homeNewsItem article h1 {
	height: 78px;
	overflow: hidden;
}

.homeNewsItem article .tekst {
	height: 110px;
	overflow:hidden;
}

.homeNewsItem .readMoreBtn {
	margin: 15px 0;
}

.homeNews article .tekst
{
	height:200px;
	overflow: hidden; 
}
.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
{
	background-image:url(/image/nieuwsItemRood.png);
	color:#FFF;
	font-weight:600;
	font-size:20px;
	overflow:hidden;
	line-height:1em;
}
.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;
}	
}
