body{
	background: url(/wp-content/uploads/2019/07/bedrijf-300x226.jpg) no-repeat left top fixed;
	font-family: 'Open Sans', sans-serif;
}

a, a:link, a:active, a:visited{
	color: #004a00;
	text-decoration: underline;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
	color: #f7f7f7!important;
}

#content input{
	outline: none;
	font-family: Arial;
	font-size: 12px !important;
	line-height: 18px;
}

.group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

header{
	position: relative;
}

header a, header a:link, header a:active, header a:visited{
	color: #FFF;
	text-decoration: none;
}

header div.logo{
	position: absolute;
	top: 60px;
	right: 25px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
	height: 128px;
}

header div.disclaimer{
	height: 45px;
	background-color: #004a00;
	line-height: 45px;
	color: #FFF;
}
header a.link-portal{
	display:inline-block;
	height: 45px;
	color: #FFF;
	background: #f07d00;
}

header div.disclaimer ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

header div.disclaimer ul li{
	display: inline;
}

header div.header_img{
	height: 128px;
	background:url(images/header_afbeelding.jpg) no-repeat center;
	background-size:cover;
}

header nav.main{
	background-color: #004a00;
}

header nav.main ul.menu{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

header nav.main ul.menu li{
	display: inline;
}

header nav.main ul.menu li a{
	display: block;
	float: left;
	padding: 0 15px;
}

header nav.main ul.menu li.current_page_item a{
	background: #f07d00;
}

header nav.main ul.menu li a:hover{
	background: #166416;
}

#content table{
	border: 0;
}
#content table td{
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #F1F1F1;
}

ul.sidebar{
	list-style: none;
	padding: 0;
	margin: 0;
}

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

ul.sidebar li ul li{
	padding: 0;
}

ul.sidebar li {
	padding: 0 0 20px 0;
}

.content img.alignnone{
	padding: 2px;
	vertical-align: middle;
}

#content .post h1 a{
	text-decoration: none;
}

#content .post h1 a:hover{
	color: #999;
}

.post div.date{
	font-size: 11px;
	color: #666;
}

footer{
	background: #f07d00;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

footer a,footer a:active,footer a:link,footer a:visited{
	color: #FFF;
	text-decoration: none;
}

/* GALLERY */
.gallery img{
	border: 3px solid #F1F1F1;
}
.gallery dl{
	
}

.sidebar-thumb{
	padding: 10px;
}


.sidebar-thumb img{
	border: 3px solid #F1F1F1;
}

.owl-carousel .owl-item img{
	width: 50%!important;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
	header div.logo{
		Xz-index:99999;
	}
}