body{
	font:normal 12px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
    color:#231f20;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

#sliderholder{
	margin-bottom:30px;
}

body.page-id-6671 article p,
body.page-id-6699 article p,
body.page-id-4872 article p,
body.page-id-6549 article p,
body.page-id-5443 article p,
body.page-id-5680 article p {
    width: 100%;
    float: left;
}

p,
ul,
ol {
	font-size:13px !important;
}

ul li ul {
	list-style-type:disc;
}

p {
	text-align:justify;
	margin-bottom:15px;
}

p:last-of-type {
	margin-bottom:0;
}

p + ul {
	margin-top:-30px !important;
}

article>ul li:first-letter,
article>div>table td:first-letter,
p:first-letter {
	text-transform:capitalize;
}

.ssbl-wrap .ssbl-container .ssbl-img{
	display:inline !important;
}

article {
	padding:5px 0 30px 0;
}

article,
#left-content{
	width:100%;
	float:left;
}

article ul,
article ol {
	padding-left:15px;
}

article ul ul {
	margin-bottom:0 !important;
}

.page-template-page-leeg article {
    padding: 30px 0 30px 0;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:100%;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table{
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-bottom:30px;
	margin-top:0;
}

.jumbotron h1,
.jumbotron h1 a{
	color: #c76528;
    margin:0;
    font: normal 24px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight:bold;
	margin-bottom:15px;
}

.jumbotron h2,
.jumbotron h2 a{
	color: #c76528;
    margin: 0 0 15px 0;
    font: bold 14px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.jumbotron h3,
.jumbotron h3 a,
h3
{
	font-size:14px !important;
	font-weight:700 !important;
	color: #c76528;
}

.jumbotron h4,
.jumbotron h4 a,
h4
{
	font-size:14px !important;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a,
a:hover,
a:focus{
	color:#c76528;
}

p:last-of-type {
	margin-bottom:0;
}

hr{
	float:left;
	clear:both;
	width:100%;
	border-top:solid 1px #c9c9c9;
	margin:0 0 24px;
}

.button,
.button:hover,
.button:focus,
.search-submit{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border:none;
	border-radius:4px;
	color:#fff;
	background:#c76528;
	padding:0 10px !important;
	line-height:27px;
}

#breadcrumb,
#breadcrumb a {
	color: #7d8687;
    font: normal 11px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
	text-decoration:none;
	margin-bottom:15px;
}

form.search-form{
	margin:0;
}

.media {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.navbar-default{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
	width:100%;
	float:left;
}

.navbar>.container .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

#logoholder{
	float:left;
}

.socialmedia a {
	color:#c76528 !important;
}

.socialmedia a i {
	font-size:26px;
	margin-right:5px;
}

.socialmedia,
#contactgegevens {
	margin-right:60px;
}

#contactgegevens strong {
	font-size:22px;
	color:#c76528;
}

#contactgegevens i {
	font-size:26px !important;
	opacity:0.35;
}

#contactgegevens span {
	color: #7d8687;
    font: normal 10px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-align:right;
}

#top{
	background:#999;
}

#social-top{
}

#social-top a{
}

#slider{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	border-radius:0;
}

#slider .slide{
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	
	display: -webkit-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
	
	background-size:cover !important;
	
	position:relative;
}

#slider .slide .parallaxer{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
}

#slider .slide .parallaxer > img{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}

#slider .slide-link{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	
	display: -webkit-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.text-center.slide-tekst{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#666;
}

#hoofdmenu{
	margin:0;
	width:100%;
	position:relative;
}

#hoofdmenu li{
	position:relative;
}

#hoofdmenu li a{
	padding:0 15px;
	background:none;
}

#hoofdmenu li:hover a,
#hoofdmenu li.current-menu-item a,
#hoofdmenu li.current-menu-ancestor a,
#hoofdmenu li.current-menu-parent a{
}

/*Sub menu*/
#hoofdmenu li ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	background-color: #7e8787;
}

#hoofdmenu li:hover > ul{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top:30px;
}

#hoofdmenu li ul li{
	margin:0;
	padding:0 16px 0 16px;
	float:left;
	width:100%;
	clear:both;
    border-bottom: 2px solid #757e7e;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#hoofdmenu li ul li:hover a,
#hoofdmenu li ul li.current-menu-item a,
#hoofdmenu li ul li.current-menu-ancestor a,
#hoofdmenu li ul li.current-menu-parent a{
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

/** EIGEN CSS **/
.navbar-header {
	margin:30px 0;
	width:100%;
}

.navbar-header p {
	margin-bottom:0;
	line-height: 21px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    float: left;
    width: 100%;
	margin:0 0 30px 0;
	background: #636c6c;
	background: -moz-linear-gradient(top, #636c6c 0%, #505858 100%);
	background: -webkit-linear-gradient(top, #636c6c 0%,#505858 100%);
	background: linear-gradient(to bottom, #636c6c 0%,#505858 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636c6c', endColorstr='#505858',GradientType=0);
	border:2px solid #7e8787;
	position:relative;
}

#hoofdmenu li a {
	line-height:30px;
	padding:0 15px;
	color:#fff;
	border-left:1px solid #697272;
	border-right:1px solid #4f5657;
}

#hoofdmenu>li>a {
	border-left:1px solid #697272;
	border-right:1px solid #4f5657;
}

.sub-menu>li>a {
	border:none !important;
}

#menu-links {
	padding-right:0;
}

	#menu-links ul {
		list-style-type:none;
		margin:0;
		padding:0;
		overflow:hidden;
	}

		#menu-links ul li a {
			color:#404848;
			padding:10px 0 10px 60px;
			float:left;
			border-bottom:2px solid #dddedf;
			width:100%;		
			position:relative;
			z-index:0;
			font-size:15px !important;
			background-color:#fff;
		}
		
			#menu-links ul li.current_page_item a,
			#menu-links ul li a:hover {
				z-index:999;
				-webkit-box-shadow:-4px 5px 12px 0px rgba(50, 50, 50, 0.25);
				-moz-box-shadow:-4px 5px 12px 0px rgba(50, 50, 50, 0.25);
				box-shadow:-4px 5px 12px 0px rgba(50, 50, 50, 0.25);
			}
			
			#menu-links ul li.current_page_item a,
			#menu-links ul li:hover a {
				color:#c76528;
				font-weight:bold;
				text-decoration:none;
			}
			
			#menu-links ul li a:before {
				width:75px;
				height:100%;
				position:absolute;
				left:0;
				content:'';
				background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
				background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
				background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

			}

#content-rechts {
	margin-top:-30px;
	background-color:rgba(255,255,255,0.8);
	border-radius:3px;
	position: relative;
    z-index: 99;
}

#footer {
	background: #636c6c;
	background: -moz-linear-gradient(top, #636c6c 0%, #505858 100%);
	background: -webkit-linear-gradient(top, #636c6c 0%,#505858 100%);
	background: linear-gradient(to bottom, #636c6c 0%,#505858 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636c6c', endColorstr='#505858',GradientType=0);		
}

	#footercontainer span {
		color:#fff;
		font-size:18px;
		font-style:italic;
		line-height:40px;
	}
	
	#footercontainer span a {
		color:#fff;
	}

@media (max-width: 767px)
{	
	.page-id-22 #left-content .row{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .page-id-22 #left-content .row>div:first-of-type {
  	-webkit-box-ordinal-group:2;
  	-webkit-order:1;
  	-ms-flex-order:1;
  	order:1;
  }
	
	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container .navbar-brand{
		max-width:100%;
	}
	
	#logoholder{
		padding-left:0;
		padding-right:75px;
	}

	#hide-top{
		display:none;
	}
	
	.navbar>.container .navbar-brand img{
		max-width:100%;
		height:auto;
	}
	
	.navbar-header{
		position:relative;
	}
	
	.navbar-toggle{
		position:absolute;
		right:0;
		border:none;
		top:50%;
		background:#c76528 !important;
		margin-top:-17px;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		background:#fff;
	}
	
	.table-responsive { width: 100%; overflow-y: auto; _overflow: auto; margin: 5px 0 0 0; border: 1px solid #888; }
	.table-responsive::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; }
	.table-responsive::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3); } 
	.table-responsive table { min-width: 100%; }
	
	#hoofdmenu li a {
		padding: 0;
		border:none;
		text-align:center;
	}
	
	#hoofdmenu li:hover > ul{
		margin-top:0px;
	}
	
	#hoofdmenu li ul li {
		padding: 0 10px 0 10px;
	}
	
	.navbar-header {
		margin:15px 0 !important;
	}
	
	.navbar-toggle {
		margin-right: 0 !important;
	}
	
	#footercontainer span:first-of-type {
		font-size: 14px;
		text-align:center !important;
		display:block;
	}
	
	#footercontainer {
		text-align:center !important;
	}
	
	#hoofdmenu li.zoeken {
		position:relative !important;
	}
	
	#breadcrumb {
		padding-left:5px;
	}
}

@media (max-width: 480px){

}

@media (max-width: 375px){	
	.col-xs-6{
		width:100%;
	}
	
	article .nieuws-item img{
		max-width:100%;
		width:auto;
		float:none !important;
		display:inline-block;
	}
	
	.nieuws-tekst.nieuws-margin,
	.nieuws-tekst{
		width:100%;
		float:left;
	}
}

@media (max-width: 320px){	
	
}

@media (min-width: 768px) and (max-width: 991px)
{
	.no_parallax_slider_sm .parallaxer{
		top:0 !important;
	}
	
	#hoofdmenu li a {
		padding: 0 7px;
		font-size: 11px;
	}	
	
	#hoofdmenu li.zoeken {
		position:relative !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}
	
	#hoofdmenu li a {
		padding: 0 10px;
	}
}

@media (min-width: 1200px)
{
	.no_parallax_slider_lg .parallaxer{
		top:0 !important;
	}
}

table {
	font:normal 12px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
	font:normal 12px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
}

.table tr {
    border-bottom: 2px solid #fff !important;
    background: #e2dbda;
	font-weight:bold;
}

.table tr td {
    padding: 5px 5px 30px 5px !important;
}

.table-hover>tbody>tr:hover {
    background: #c6c1bf !important;
}

.page-id-3679 .table tr td {
    padding: 5px !important;
}

.page-id-3679 .table tr {
	font-weight:normal !important;
}

.page-id-896 article a {
	text-decoration:underline;
}

li.zoeken {
	position:absolute !important;
	right:0 !important;
}

.img-nieuws {
	margin-left:30px;
	margin-bottom:30px;
}

#content article a img {
	opacity:1;
	transition:all ease-in-out 0.25s;
}

	#content article a:hover img {
		opacity:0.75;
	}