.nieuws_extraafbeeldingen{
	display: inline-block;
	width: 23%;
	margin: 1%;
	float: left;
	height: 160px;
}

.nieuws_extraafbeeldingen img{
	max-width: 100%;
}

a.nieuws_terug{
	float: right;
}

.nieuws_front_content{
	float: left;
	margin: 15px 5%;
	width: 90%;
}

.nieuws_front_content h3{
	margin:10px 0px;
}

h2.nieuwsArchiefHeading{
	margin-top: 5px;
	font-size: 18px;
}

#nieuws_jaar_2015, #nieuws_jaar_2016, #nieuws_jaar_2017, #nieuws_jaar_2018, #nieuws_jaar_2019, #nieuws_jaar_2020, #nieuws_jaar_2021{
	margin-bottom: 20px;
}

img.NieuwsFullimg{
	max-width: 100%;
}

.nieuws_archief_links{
	width: 25%;
	margin-left: 5%;
	float: left;
}

.nieuws_overzicht{
	width: 70%;
	float: left;
}

.nieuws-item{
	max-height: 206px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sf_imgbox{
	margin-bottom: 20px;
	display: inline-block;
	float: left;
}

.sf_imgbox img {
    width: 160px;
    margin-right: 15px;
    max-height:100px;
}

.newsimg{
	width:100%;
}

.nieuws_img_hidden{
	display:none;
}

section.nieuws_item{
	float:left;
	width:100%;
	margin: 0px 0px 30px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.nieuws_datum{
	display: block;
	margin-bottom: 20px;
}

a.lees-verder{
	margin-top: 10px;
	display: block;
}

section.nieuws_item img.nieuws_image_thumb{
	float:left;
	width:30%;
	margin:0px;
	height:auto;
	border:0px;
}

.news_titel{
	margin: 20px 0;
	font-size: 16px;
}

.nieuws_blok_item{
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	overflow: auto;
}

.news_content{
	font-size:0.9em;
	line-height:1.6em;
	color: #555;
	min-height: 120px;
}

.video{
	width:98%;
	float:left;
}

.display_none{
	display:none;
}

.video iframe{
	width:100%!important;
	height:360px!important;
}

.nieuwsArchiefHeading{
	margin:5px 0;
}

.archiefItem{
	max-height: 100px;
	overflow:hidden;
	width:100%;
}

section.nieuws_item article.nieuws_content{
	float:left;
	width:60%;
	margin:0px 5%;
}

section.nieuws_item article.nieuws_content span{
	float: right;
	text-align: left;
	width:100%;
	margin-top:-10px;
	margin-bottom:15px;
}

/* Single page */

.nieuws_item_titel{
	float:left;
}

.nieuws_item_datum{
	float:left;
	margin:0px 0px 20px;
}

.nieuws_item_content{
	float:left;
	width:100%;
}

.noimage{
	outline:none;
	display: none;
}
.noimage1{
	display:none;
}

.nieuwsThumb{
	width:23%;
	margin:1%;
	float:left;
}

.nieuws_archief_links{
	margin-bottom: 50px;
}

@media screen and (max-width: 991px){
	.nieuws_extraafbeeldingen{
		width: 48%;
	}
}

@media screen and (max-width: 650px){
	.nieuws_overzicht{
		width: 100%;
	}

	.nieuws_archief_links{
		margin-left: 0;
		margin-top: 30px;
		padding-top: 30px;
	}
}

@media screen and (max-width: 600px){
	.nieuws_archief_links{
		width: 100%;
	}
	.nieuws_overzicht{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	section.nieuws_item article.nieuws_content{
		width: 100%;
		margin: 0;
	}
	section.nieuws_item img.nieuws_image_thumb{
		width: 100%;
		margin-bottom: 20px;
	}
	.nieuws_extraafbeeldingen{
		width: 70%;
		margin: 0 15% 10% 15%;
	}
}