@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background:#fff;
	line-height: 1;
	font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.top-header {
	background:#fff;
	height:auto;
}

.top-header .col-7-12 ul {
	text-align:right;
	clear:both;
	font-size:20px;
	font-weight:700;
	color:#000;
	padding-top:25px;
	line-height:150%;
}

.top-header .col-7-12 ul li a {
	text-shadow:none;
	color:#009999;
	font-size:18px;
	text-decoration:none;
}

.top-header .col-7-12 ul li a:hover {
	color:#333;
}

/* Menu */ 

.menu-ruimte {
	border-top:1px solid #ccc;
	margin-top:-2px;
}

.menu-contain {
	width:100%;
	height:50px;
	padding:0 20px 20px 0;
}

/* Intro */ 

.intro p {
	font-size:22px;
	line-height:150%;
	font-weight:300;
	color:#666;
	text-align:center;
	border-bottom:1px solid #DFDFDF;
	padding:0 0 30px 0;
	margin:0 0 20px 0;
}

/* Header */ 

.header {
	width:100%;
	background:#009999;
	margin:0 0 20px 0;
}

.slider {
	margin:-20px 0 0 0;
}

.slider .valk {
	background: #fff;
	padding: 8px;
}

/* Content */ 

h1, h2, h3, h4, h5, h6 {
	color:#666666;
	font-weight:700;
	line-height:150%;
}

h1 {
	font-size:24px;
	padding-bottom:20px;
}

h2 {
	font-size:22px;
	padding-bottom:20px;
}

h3 {
	font-size:18px;
	padding-bottom:20px;
}

h4 {
	font-size:18px;
	padding-bottom:20px;
}

h5 {
	font-size:18px;
	padding-bottom:20px;
}

.content p {
	line-height:180%;
	color:#666;
	font-size:16px;
	padding:0 0 20px 0;
	font-weight:300;
}

.content p blockquote {
	padding:0 0 0 35px;
	font-size:24px;
	color:#009999;
	font-style:italic;
	line-height:150%;
}

.content p a {
	color:#009999;
	font-weight:bold;
	text-decoration:none;
}

.content p a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.content .col-8-12 ul {
	font-size:16px;
	color:#666;
	padding:0 0 20px 0;
	margin:0 0 0 0;
}

.content .col-8-12 ul li {
	line-height:180%;
	background:url(images/list-img.png) no-repeat;
	background-position:left 12px;
	padding:0 0 0 30px;
	font-weight:300;
}

.content .col-8-12 ul li a {
	color:#009999;
	text-decoration:none;
	font-weight:bold;
}

.content ul li a:hover {
	text-decoration:underline;
}

.content img.alignleft {
	float:left;
	padding:10px;
	margin:5px 10px 0 0;
	border:1px solid #FFA401;
}

.content img.alignright {
	float:right;
	margin:5px 0 0 10px;
}

.content table {
	width:100%;
	margin:0 0 20px 0;
}

.content td {
	font-size:16px;
	padding:5px;
	color:#666;
	border:1px solid #FFA401;
}

/* Post */

.post {
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:20px;
	width:100%;
}

.post h3 a {
	color:#009999;
	text-decoration:none;
}

	.post h3 a:hover {
		text-decoration:underline;
	}

.author {
	display:block;
	font-size:14px;
	font-style:italic;
	color:#666;
	padding-bottom:20px;
}

.post .meer-lezen {
	background:#009999;
	color:#fff;
	display:inline-block;
	padding:10px;
	text-decoration:none;
}

	.post .meer-lezen:hover {
		text-decoration:underline;
	}

.single-post .author {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0 10px 0;
	margin-bottom:20px;
}

.single-post ul.tags li {
	background:none;
	color:#009999;
	font-style:italic;
	display:inline-block;
	list-style:none;
	padding:0;
}

	.single-post ul.tags li:first-child::after {
		content:'';
	}

	.single-post ul.tags li::after {
		content:',';
		padding-right:5px;
	}

	.single-post ul.tags li:last-child::after {
		content:'';
	}

/* Sidebar */ 

.sidebar ul {
	background:#666;
	padding:10px 20px 20px 20px;
	font-size:18px;
	margin-bottom:20px;
	list-style:none;
	margin-left:0;
	border-bottom:5px solid #009999;
}

.sidebar ul li {
	color:#fff;
	line-height:180%;
	padding:0;
	font-weight:300;
}

.sidebar ul li.head {
	background:none;
	font-weight:700;
	color:#fff;
	font-size:24px;
	padding:0 0 10px 0;
}

.sidebar ul li a {
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

.sidebar ul li a:hover {
	text-decoration:underline;
}

.sidebar-title {
	display:none;
}

.voordelen-side ul li {
	font-size:16px;
	line-height:180%;
	background:url(images/side-list-img.png) no-repeat;
	background-position:left 10px;
	padding:0 0 0 30px;
}

.bel-side a{
	background:#009999;
	padding:15px;
	color:#fff;
	font-weight:300;
	margin:20px 0 20px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}

.bel-side a:hover {
	background:#666;
}

.bel-side a i {
	padding:0 20px 0 0;
}

/* Referentie */ 

.referentie {
	font-size:18px;
	font-weight:300;
	text-align:center;
	width:100%;
	line-height:180%;
}

.referentie-inhoud {
	border-top:1px solid #ccc;
	padding:40px 0 0 0;
}

/* Formulieren */

.wpcf7-text {
	padding:5px;
	color:#333;
	width:50%;
}

.wpcf7-textarea {
	padding:5px;
	color:#333;
	border:1px solid #ccc;
	width:80%;
}

.wpcf7-submit {
	background:#009999;
	color:#fff; 
	font-size:18px;
	border:none;
	padding:5px 10px 5px 10px; 
	margin:0;
}

.wpcf7-submit:hover {
	cursor:pointer;
	background:#666;
}

.wpcf7-response-output {
	margin:0 !important;
}

/* Footer */ 

.footer {
	background:#009999;
	width:100%;
	padding:20px 0 40px 0;
	margin:40px 0 0 0;
}

.footer .col-1-1 p {
	font-size:14px;
	color:#fff;
	line-height:150%;
}

.footer p a {
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

.footer p a:hover {
	text-decoration:underline;
}

/* Suckerfish menu */

.responsiveSelectContainer, .responsiveSelectContainer ul { /* all lists */
    width:100%;
	margin:10px 0 0 0;
	list-style: none;
	line-height: 1;
	position:relative;
    z-index:999;
}

.responsiveSelectContainer ul .menu-item a{
	margin-right : 10px;
    font-weight:bold;
	font-size : 18px;
	color : #666;
}

.responsiveSelectContainer ul.sub-menu li a{
	font-size : 14px;
	color : #515151 !important;
	font-weight:normal;
}

.responsiveSelectContainer ul li.menu-item-object-page:after, .responsiveSelectContainer ul li.menu-item-has-children:after{
	content:url(images/list-img.png);
	position:relative;
	top:-4px;
	left:-12px;
}

.responsiveSelectContainer ul li.menu-item-object-page:last-child:after, .responsiveSelectContainer ul li.menu-item-has-children:last-child:after {
	content:'';
}

.responsiveSelectContainer ul.sub-menu li.menu-item-object-page:after {
	content:'';
}

.responsiveSelectContainer ul.sub-menu li.menu-item-object-page:last-child:after {
	content:'';
}
 
.responsiveSelectContainer a {		
	text-decoration: none;
	padding-right: 15px ;
	text-align: center ;
}

.responsiveSelectContainer li a:hover { text-decoration: underline; }
.responsiveSelectContainer li li a { color:#5c5c5c; display: block; font-size : 14px; padding: 10px 6px 10px; background: #efefef; border:1px solid #d9d9d9; text-align: left; font-weight:200;}
.responsiveSelectContainer li {
	float: left;	
	position: relative;	
	cursor: pointer;
}
.responsiveSelectContainer li ul {
	display: none;
	position: absolute;
	top: 10px;
	left : 0px;
    width:225px;
}

.responsiveSelectContainer li li.first { border-top: 1px solid white; }
.responsiveSelectContainer li li {
	width : 225px;
	padding : 0;
	margin : 0;
	float : left;
	clear : both;
	overflow : auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.responsiveSelectContainer li:hover ul, #nav li.over ul { display: block; }

.responsiveMenuSelect {
	border-radius:5px;
	border:1px solid #ccc;
	height:30px;
	font-size:14px;
	color:#666;
}

@media handheld, only screen and (max-width: 968px) {

	.top-header {
		height:auto;
		background:none;
	}

	.logo-img {
		width:100%;
	}

	.header {
		margin:0;
	}

	.menu-contain {
		background:none;
		padding:0;
	}

}

@media handheld, only screen and (max-width: 768px) {

	.top-header .col-7-12 ul {
		text-align:left;
		font-size:18px;
	}

	.top-header .col-7-12 ul li.mail {
		font-size:18px;
	}

}

@media handheld, only screen and (max-width: 480px) {

	.content img.alignleft,
	.content img.alignright {
		float:none; 
		clear:both;
		margin:0 0 10px 0;
		display:block;
		max-width:100%;
	}


}