/*colors

*/


/*fonts

*/

.section-nieuws{
	
	font-size: 11px;
}

.logo-visual .img-responsive{
	margin: 0 auto;
}


 .visual2 {
	
 background-color: ; 

background-image: url(../images/visual-bg-portrait.jpg);
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	  background-size: 500px;
	  background-position: 0px 0px;

 
	  width:;
	  height: 500px;
 }



.logo-visual{
	padding: 20px;
	position: absolute;
	top: 45px !important;
	width: 100%;
	text-align: center;
	margin-top: 100px;

	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
}

#nieuws{
	top: -100px !important;
}

.nieuws-bron, .nieuws-datum{
	display: inline-block;
	margin-right: 5px;
}

.nieuws-bron a{
	font-weight: 700;
	text-decoration: underline;
}

.glyphicons-circle-arrow-right{
	position: absolute !important;
	right: 1px;
	color: #d7d7d7;
	font-size: 18px;
}

.glyphicons-circle-arrow-right:hover{

	color: #000;

}

.nieuws-text{
	display: block;
	height: 90px;
	overflow: hidden;
	background-color: ;
}

.nieuws-text2{
	font-size: 14px;
}

.nieuws-meer{
	display: block;
	width: 100%;
	text-align: right;
	padding-bottom: 30px;
	
}

.nieuws-titel{
	font-size: 24px;
}

.nieuws-meer a{
	color: #0074B0;
	font-weight: 700;
}

.nav-left, .nav-right{
	width: 49%;
}

.nav-right{
	text-align: right;
}

.pagination{
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination .glyphicons{
	font-size: 28px;
	color: #d7d7d7;
}

.pagination .glyphicons:hover{
	color: #000;
}

.pagination .glyphicons-circle-arrow-right{
	right: 30px;
}

.line3{
	border-bottom: 1px solid #9b968a;
	width: 100%;
}

.line4{
	border-top: 1px solid #0074B0;
	margin-top: 20px;
	overflow: auto;
	padding: 30px 20px 25px 10px;
	
}

.line4 img{
	float: right;
	vertical-align: top;
	display: block;
}

.pagination-small .glyphicons{
	position: relative !important;
	font-size: 28px;
	color: #d7d7d7;
	padding-top: 15px;
	margin-left: 10px;
	
}

.pagination-small .glyphicons:hover{
	color: #000;
}

.pagination-small .glyphicons-circle-arrow-right{
	float: right;
	margin-right: 20px;
}

  
/* Large desktops and laptops */
@media (min-width: 1200px) {
	
 .visual2{
	
	 
	 background-image: url(../images/visual-bg.jpg);
	 background-size: cover;
	 background-position: center top;
	 background-attachment: fixed;
	 height: 500px;
 }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
 .visual2{
	
	 
	 background-image: url(../images/visual-bg.jpg);
	 background-size: 100%;
	 background-position: center top;
	 background-attachment: fixed;
	 height: 500px;
 }
 
 

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	
 .visual2 {
	
 background-color: yellow; 

background-image: url(../images/visual-bg-portrait.jpg);
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	  background-size: 100%;
	  background-position: 0px 0px;

 
	  width:;
	  height: 500px;
 }


}



  