/* news module
***********************************************************************************************************************/
/* newsItem home
****************/
.wrapper.news {
	background: #f2f2f2;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}
.wrapper.news .container.news {
	position: relative;
}
a.newsLink {
	
}
.newsItemSmall {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding:20px;
	margin:10px 0px 0px 0;
	position: relative;
	background:#e6e6e6;
}
.newsItemSmall .newsItemSmallcontent {
	
	line-height: 18px;
}

.newsItemSmall .description {
	line-height:1.5em;
	overflow:hidden;
	font-size: 1em;
	padding:5px 5px 0px 0;
	color:#606060;
}
.newsItemSmall .description p {
	margin-top:0;
}
.newsItemSmall .date {
	font-size: 1em;
	color:#777;
	font-style:normal;
	display:none;
}
.newsItemSmall .title {
	padding:0 0 2px 0;
}
.newsItemSmall .title a {
	font-weight:900; 
	font-size:16px;
	line-height:1.5em;
	text-decoration: none;
	color:#333;
}
.newsItemSmall .title a:hover {
	color:#777;
}
.newsItemSmall .picture {
	display:none;
	background-color: #ddd;
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:#777;
	text-align:center;
	border-right: 1px solid #ddd;
	width:31.5%;
	height: auto;
	overflow: hidden;
	margin:0;
	float:left;
}
.newsItemSmall .picture .news-fitter {
	width: 100%;
	height:auto
}
.newsItemSmall .picture a {
	display: block;
}

.newsItemSmall .more {
	font-size: 13px;
}

.newsItemSmall .more:hover {
	
	font-size: 13px;
}
/* newsItem 
****************/
.newsItem {
	margin:20px 10px 20px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
	position: relative;
}
.newsItem:after {
	content: ' ';
	clear:both;
	display: block;
}
.newsItem .image {
	border: 1px solid #dddddd;
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
	margin:0 20px 10px 0;
}
.newsItem.image .content {
	padding-left:25%;
}
.newsItem .image img {
	width:100%;
	height:auto;
}
.newsItem .image a {
	display: block;
	background-color: #ddd;
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.newsItem .image a .news-fitter {
	width:100%;
	height:auto;	
}

.newsItem .content .introduction {
	margin-bottom: 50px;
}
.newsItem .content .readMore, .newsItem .content .back {
	text-align: right;
	position: absolute;
	bottom:10px;
	right:0;
}
.newsItem .content .readMore a, .newsItem .content .back a {
	padding:8px 10px;
	background: #333;
	color:#fff;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsItem .content .readMore a:hover, .newsItem .content .back a:hover {
	background: #777;
	text-shadow: 0px 0px 2px #333;
}
.newsItem .content .body {
	margin-bottom: 25px;
}
.newsItem .content .title {
	display:block;
	font-weight:300; 
	font-size:1.4em;
	text-decoration: none;
	color:#606060;
	margin-bottom:10px;	
	line-height:30px;
}
.newsItem .content .date {
	font-size: 12px;
	color:#ccc;
	font-weight: normal;
	display:none;
}
/*********************/
.readAll.nieuws {
	background:#777;
	color:#fff;
	display: block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 0;
	text-indent: 15px;
}
.readAll.nieuws:hover {
	background:#555;
	color:#fff;
}