article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.required {
	color: #C00;
}
#content li {
	list-style: none;
	margin: 10px;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
 display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	background: transparent;
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
.bericht {
	position: relative;
	clear: both;
	border-bottom: 1px solid #999;
}
.article-header {
	color: whitesmoke;
	background-color: #333;
	padding-left: 8px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
p {
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
small, .small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0;
}
menu {
	padding: 0 0 0 40px;
}
ol, ul {
	padding: 0;
	list-style-type: none;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	background: #F0F0F5;
	border: 1px solid #CCC;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix, .comment-respond {
	zoom: 1;
}
.clearfix:before, .clearfix:after, .comment-respond:before, .comment-respond:after {
	content: "";
	display: table;
}
.clearfix:after, .comment-respond:after {
	clear: both;
}
p {
	-ms-word-break: break-all;
	-ms-word-wrap: break-all;
	word-break: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-before: 2;
	-webkit-hyphenate-after: 3;
	hyphenate-lines: 3;
}
.last-col {
	float: right;
	padding-right: 0 !important;
}
.alert-help, .alert-info, .alert-error, .alert-success {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
}
.alert-help {
	border-color: #e8dc59;
	background: #ebe16f;
}
.alert-info {
	border-color: #bfe4f4;
	background: #d5edf8;
}
.alert-error {
	border-color: #f8cdce;
	background: #fbe3e4;
}
.alert-success {
	border-color: #deeaae;
	background: #e6efc2;
}
body {
	font: 14px/1.8em Geneva, Tahoma, sans-serif;
	color: #5c6b80;
	background-color: #eaedf2;
	-webkit-font-smoothing: antialiased;
}
a, a:visited {
	color: #565656;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
	color: #738791;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(115, 135, 145, 1);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
}
h1, .h1 {
	font-size: 1.6em;
}
h2, .h2 {
	font-size: 1.4em;
}
h3, .h3 {
	font-size: 1.2em;
}
h4, .h4 {
	font-size: 1.1em;
}
h5, .h5 {
	font-size: 0.9em;
}
h6, .h6 {
	font-size: 0.4em;
}
#inner-content {
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
}
/* WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	width: 25%;
}
.gallery img {
	border-style: none;
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
}
.gallery a {
	border: none !important;
}
.gallery .gallery-caption {
}
dt.gallery-icon {
	float: left;
	margin-right: 4px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}
.gallery-meta .iso, .gallery-meta .camera, .gallery-meta .shutter, .gallery-meta .aperture, .gallery-meta .full-size, .gallery-meta .focal-length {
	display: block;
}
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
.wp-caption {
	padding: 0px 5px 15px;
	margin: 0px;
}
/* end WordPress Gallery */
.kunstenaars {
	border-radius: 3px;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}
.entry-title {
	font-size: 1.2em;
	font-weight: bold;
}
.entry-content {
	padding: 0.5em 1.5em 0;
}
.entry-content p {
	margin: 0 0 1.5em;
}
.entry-content table {
	width: 100%;
	border: 1px solid #eaedf2;
	margin-bottom: 1.5em;
}
.entry-content table caption {
	margin: 0 0 7px;
	font-size: 0.75em;
	color: #9fa6b4;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.entry-content tr {
	border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
	background-color: #CCC;
}
.entry-content td {
	padding: 7px;
	border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
	border-right: 0;
}
.entry-content th {
	background-color: #CCC;
	border-bottom: 1px solid #eaedf2;
	border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
	border-right: 0;
}
.entry-content blockquote {
	margin: 0 0 1.5em 0.75em;
	padding: 0 0 0 0.75em;
	border-left: 3px solid #2980b9;
	font-style: italic;
	color: #9fa6b4;
}
.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
}
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #323944;
	color: #CCC;
	font-size: 0.9em;
	padding: 1.5em;
	margin: 0 0 1.5em;
	border-radius: 3px;
}
/* end .entry-content */
.wp-caption {
	max-width: 100%;
	padding: 5px;
/* images inside wp-caption */ }
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption-text {
	font-size: 0.85em;
	text-align: center;
	margin-bottom: 20px;
}
.tags {
	margin: 0;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
	margin: 1.5em 0;
}
.pagination {
	text-align: center;
}
.pagination ul {
	display: inline-block;
	background-color: white;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-radius: 3px;
}
.pagination li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: 0.75em;
	min-width: 1em;
	display: block;
	color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	background-color: #2980b9;
	color: white;
}
.pagination .current {
	cursor: default;
	color: #5c6b80;
}
.pagination .current:hover, .pagination .current:focus {
	background-color: white;
	color: #5c6b80;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
	padding: 0.75em;
	margin: 0;
	border-top: 1px solid #CCC;
/* number of comments span */ }
.commentlist {
	margin: 0;
	list-style-type: none;
}
.comment {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 1.5em;
	border-bottom: 1px solid #CCC;/* vcard *//* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
.comment .comment-author {
	padding: 7px;
	border: 0;
}
.comment .vcard {
}
.comment .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}
.comment .vcard time {
	display: block;
	font-size: 0.9em;
	font-style: italic;
}
.comment .vcard time a {
	color: #9fa6b4;
	text-decoration: none;
}
.comment .vcard time a:hover {
	text-decoration: underline;
}
.comment .vcard .avatar {
	position: absolute;
	left: 16px;
	border-radius: 50%;
}
.comment:last-child {
	margin-bottom: 0;
}
.comment .children {
	margin: 0;
}
.comment[class*=depth-] {
	margin-top: 1.1em;
}
.comment.depth-1 {
	margin-left: 0;
	margin-top: 0;
}
.comment:not(.depth-1) {
	margin-top: 0;
	margin-left: 7px;
	padding: 7px;
}
.comment.odd {
	background-color: white;
	background: #CCC;
}
.comment.even {
}
.comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
.comment-reply-link {
	font-size: 0.9em;
	float: right;
}
.comment-edit-link {
	font-style: italic;
	margin: 0 7px;
	text-decoration: none;
	font-size: 0.9em;
}
.comment-respond {
	padding: 1.5em;
	border-top: 1px solid #CCC;
}
#reply-title {
	margin: 0;
}
.logged-in-as {
	color: #9fa6b4;
	font-style: italic;
	margin: 0;
}
.logged-in-as a {
	color: #5c6b80;
}
.comment-form-comment {
	margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
	padding: 1.5em;
	background-color: #CCC;
	font-size: 0.9em;
}
#submit {
	float: right;
	font-size: 1em;
}
#comment-form-title {
	margin: 0 0 1.1em;
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
/* ==== groter dan 768 px ==== */
@media only screen and (min-width: 768px) {
.wrap, .social {
	max-width: 768px;
	margin: 0 auto;
}
#logo {
	margin: 4px 40px 4px 0;
	float: left;
	height: 60px;
	width: 95px;
}
p {
	font-size: 0.9em;
}
#description {
	font-weight: bold;
	color: whitesmoke;
	padding-right: 10px;
	padding-left: 10px;
	background: #333;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	float: right;
}
.header {
	background: whitesmoke;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.6);
	-moz-box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.6);
	box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.6);
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99;
}
.footer {
	color: #666;
	position: fixed;
	width: 100%;
	height: 40px;
	bottom: 0;
	z-index: 2;
	border-top: 1px solid #999;
	background: whitesmoke;
	clear: both;
}
#content {
	max-width: 768px;
	margin: 80px auto 0px;
	padding-bottom: 50px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#menu-top-menu {
	cursor: pointer;
	font-size: 1.1em;
	height: 40px;
}
.sub-menu a {
	color: white !important;
}
.nav {
	border-bottom: 0;
	margin: 0;
}
.nav ul {
	background: gray;
	margin-top: 0;
}
.nav li {
	float: left;
	position: relative;
	height: 40px;
}
.nav li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 0;
	padding: 0.75em;
	font-weight: bold;
}
.nav li a:hover, .nav li a:focus {
	color: #999;
	text-decoration: underline;
}
.nav li ul.sub-menu, .nav li ul.children {
	margin-top: 0;
	border: 1px solid whitesmoke;
	border-top: 0;
	position: absolute;
	visibility: hidden;
	z-index: 8999;
}
.current_page_item {
	border-bottom: 4px solid silver;
}
.current-page-ancestor, .current-menu-ancestor, .current-menu-parent {
	border-bottom: 4px solid silver;
}
.nav li ul.sub-menu li, .nav li ul.children li {
/* if you need to go deeper, deeper menus suck. */ 
}
.nav li ul.sub-menu li a, .nav li ul.children li a {
	padding-left: 10px;
	border-right: 0;
	display: block;
	width: 180px;
	border-bottom: 1px solid whitesmoke;
}
.nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
	border-bottom: 0;
}
.nav li ul.sub-menu li ul, .nav li ul.children li ul {
	top: 0;
	left: 100%;
}
.nav li:hover > ul {
	top: auto;
	visibility: visible;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background: #E5E4E4;
}
div.wpcf7-mail-sent-ok {
	color: #FFF;
	background: #333;
	top: 0px;
	z-index: 4;
	padding: 4px;
	float: right;
	margin-top: -160px;
}
div.wpcf7-spam-blocked {
	border: 2px solid #FF0000;
	background: #E5E4E4;
}
div.wpcf7-validation-errors {
	display: none !important;
}
span.wpcf7-form-control-wrap {
}
span.wpcf7-not-valid-tip {
	border: 1px solid #F00;
	padding: 0px 4px;
}
.screen-reader-response {
	display: none;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 .placeheld {
	color: #888;
}
#contactform {
}
.col_contact {
	width: 47%;
	float : left;
}
#contactform textarea {
	vertical-align: top;
	height: 100px;
	width: 270px;
	float: right;
}
#contactform input {
	height: 20px;
	width: 270px;
	float: right;
}
#contactform .wpcf7-submit {
	border-style: none !important;
	color: #333;
	background: #CCC;
	height: 30px;
}
#contactform .wpcf7-submit:hover {
	background: #999;
	cursor: pointer;
}
#contactform .wpcf7-captcha-captcha {
	border-style: none;
	margin-left: 10px;
}
#veld1, #veld2, #veld3, #veld4, #veld5, #veld6, #veld7 {
	width: 100%;
	margin-bottom: 10px;
}
#veld5 {
	height: 120px;
}
#veld6 {
	vertical-align: top;
}
.col_contact_tekst {
	width: 45%;
	float : left;
	display : block;
	margin-top: 20px;
	margin-right: 20px;
}
.col_contact_form {
	float : left;
	display : block;
	width: 50%;
	margin-top: 20px;
}
#twittermenu {
	display: none;
}
}
/* 
	============================================= IPAD LANDSCAPE ====
*/
@media only screen and (max-width: 767px) {
#hoofdmenu, #logo {
	display: none;
}
/* bootstrap navigatie */
nav {
	display: block
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0
}
.container {
	margin-right: auto;
	margin-left: auto
}
.container:before, .container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
.container:before, .container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: ""
}
.dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open > .dropdown-menu {
	display: block
}
.open > a {
	outline: 0
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav:before, .nav:after {
	display: table;
	content: " "
}
.nav:after {
	clear: both
}
.nav:before, .nav:after {
	display: table;
	content: " "
}
.nav:after {
	clear: both
}
.nav > li {
	position: relative;
	display: block;
	background: whitesmoke;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee
}
.nav > li.disabled > a {
	color: #999
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav > li > a > img {
	max-width: none
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.navbar:before, .navbar:after {
	display: table;
	content: " "
}
.navbar:after {
	clear: both
}
.navbar:before, .navbar:after {
	display: table;
	content: " "
}
.navbar:after {
	clear: both
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " "
}
.navbar-header:after {
	clear: both
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " "
}
.navbar-header:after {
	clear: both
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " "
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " "
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse.in {
	overflow-y: auto
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}
.navbar-brand {
	float: left;
	padding: 2px 0px 0px 15px
}
#description {
	margin-top: 44px;
	margin-left: 120px;
	color: #000;
	font-weight: bold;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: silver;
}
.navbar-default {
	background: whitesmoke;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.6);
	-moz-box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.6);
	box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.6);
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-nav > li > a {
	color: #777
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e6e6e6
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #555;
	border-bottom-color: #555
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #777;
	border-bottom-color: #777
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-right: 0;
	margin-left: 0
}
.navbar > .container .navbar-brand {
	margin-left: -4px
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none
}
.navbar-form .form-group {
	margin-bottom: 5px
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent
}
/* end bootstrap navigatie */
/* contact */
#veld1, #veld2, #veld3, #veld4, #veld5, #veld6, #veld7 {
	max-width: 100% !important;
}
#contactform .wpcf7-captcha-captcha {
	margin: 0px;
}
.col_contact_tekst {
	width: 96%;
	float : left;
	display : block;
	margin: 10px 2% 4px;
}
.col_contact_form {
	width: 96%;
	float : left;
	display : block;
	margin: 10px 2% 4px;
}
#contactform textarea {
	width: 100%;
	float: none;
	border: 1px solid silver;
}
#contactform input {
	width: 100%;
	float: none;
	border: 1px solid silver;
}
/* einde contact */
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after, a:visited:after {
	content: " (" attr(href) ")";
}
a abbr[title]:after, a:visited abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.page-navigation, .wp-prev-next, .respond-form, nav {
	display: none;
}
}
