/*
GROEN: #8BC63E
*/

#page {
	background: #fff;
	font-family: OpenSansRegular, Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 16px;
	color: #333333;
}

#main a {
	color: #8BC63E;
}

/* =Branding
-------------------------------------------------------------- */

.btn-collapse {
	position: absolute;
	right: 1em;
	top: 2.6em;
	background: #333 !important;
}

/* =Front-page
-------------------------------------------------------------- */
h1.page-title,
.home h2 {
	font-family: OpenSansLight;
	text-align: center;
	font-size: 1.375em;
	text-align: center;
	margin: 2em 0;
}

#map {
	height: 200px;
}

#map-box {
	position: relative;
	height: 200px;
	width: 100%;
}

#map-box .marker {
	margin-right: .5em;
}

#map-box .route {
	display: none;
}

#map-box:hover .route {
	display: inline-block;
}

#map-box .address {
	position: absolute;
    bottom: .5em;
    z-index: 9999;
    background: #fff;
    left: .5em;
    right: .5em;
    padding: .5em;
    font-size: .75em;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    color: #666;
    width: auto;
}

#marquee {
	overflow: hidden;
	margin-top: 4em;
	width: 100%;
}

#marquee a {
	padding-left: 1em;
	border-left: 1px solid #ccc;
	padding-right: 1em;
}

#marquee a:first-child {
	border-left: 0;
}

/* =Header
-------------------------------------------------------------- */
#masthead {
	background: #8BC63E;
	height: 3.75em;
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    top: 0;
}

.admin-bar #masthead {
	top: 28px;
}
#header-image {
    background-image: url("<?php echo get_post_meta(get_the_ID(), 'background', true); ?>") !important;
    background-size: cover !important;
}

.medewerker {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 5px solid #8bc63e;
}

.medewerker:hover {
    border: 5px solid #333333;
}

.medewerker-wrapper {
    width: 150px;
    float: left;
    margin-right: 40px;
}

.medewerker-wrapper h2 {
   margin-top: 10px;
   font-size: 14px;
   text-align: center;
}

#nav-search {
	cursor: pointer;
}

#nav-search-form {
	display: none;
	position: absolute;
	background: #8BC63E;
	right: 0;
	top: 46px;
	padding: 1em;
}

#nav-search-form #searchsubmit {
	background: #fff;
	color: #8BC63E;
	border: 0;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	line-height: 1.8em;
}

#nav-search-form label {
	display: none;
}

#nav-search-form form,
#nav-search-form input {
	margin: 0;
}

/* =Splash
-------------------------------------------------------------- */
#splash {
	height: 22em;
	margin-top: 3.75em;
	margin-bottom: 3em;
}

#splash,
#header-image {
	background: #82C54C;
	background-image: url(../img/header-bg-3.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

.splash-title {
	line-height: 22em;
	text-align: center;
	color: #fff;
	font-family: OpenSansLight;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.splash-title span {
	font-size: 2em;
}
/* =Navigation menu
-------------------------------------------------------------- */

.navbar {
	margin-bottom: 0;
}

#site-navigation {
	float: right;
	margin-top: .875em;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	font-family: BPreplayRegular;
	border-bottom: 0;
	color: #fff;
	line-height: 2em;
	white-space: nowrap;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	padding: 0 .5em;
}
.main-navigation li a:hover {
	background: #fff;
	color: #8BC63E;
}
.main-navigation li {
	margin: 0 .5em 0 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #333;
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #fff;
	color: #444;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a
{
	background: #fff;
	color: #8BC63E;
}


/* =Common
-------------------------------------------------------------- */

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Browser nag */
#browser_nag {
	border: 1px solid #ac1b1b;
	padding: 1em;
	color: #fff;
	background-color: rgb(172, 27, 27);
}

#browser_nag a {
	color: #fff;
	text-decoration: underline;
}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0 .5em;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

#sidebar h2,
.widget-title,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	margin: 24px 0 .5em;
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}

.widget-title:first-child {
	margin-top: 0;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
	margin-bottom: .5em;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.widget p,
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	line-height: 1.533em;
	font-size: .9375em;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
	margin-bottom: 1em;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
	background: #fff;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* =Main content
-------------------------------------------------------------- */

.entry-content ul,
.entry-content ol {
	font-size: .9375em;
}

.entry-content li {
	line-height: 1.5em;
}

#header-image {
	height: 11.25em;
	margin: 3.75em 0 4em;
	position: relative;
	font-family: BPreplayRegular;
	overflow: hidden;
}

#the-content {

}

.entry-title-page h1 {
	font-size: 1em;
}

.entry-title-page {
	position: absolute;
	bottom: 2em;
	color: #fff;
}

.entry-title-page .str {
	font-size: 2em;
}

#main .entry-title-page a {
	color: #fff;
	opacity: .7;
}

.entry-title-page .current {
	color: #fff;
	opacity: 1.5;
}

.entry-header-page a {
	color: #fff;
}

/* Blog */
.entry-title {
	font-size: 2em;
	margin-bottom: 1em;
}

.entry-meta {
	font-size: .875em;
	color: #aaa;
	font-family: OpenSansLight;
}

.hentry {
	margin-bottom: 3em;
}

/* Side navigation */
#nav-side {
	margin: 0 0 2em;
}
#nav-side ul {
	margin: 0;
	padding: 0;
}

#nav-side li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2em;
}

#nav-side a {
	color: #999;
	font-size: .875em;
}

#nav-side .current_page_item a {
	color: #8BC63E;
	font-family: OpenSansSemibold;
}

#nav-side a:before
{
	content:"\203A\0000a0";
}

/* Google Maps lite plugin (WPMU) */
.agm_google_maps img,
.agm_google_maps div {
	box-shadow: none;
}

#agm_mh_footer {
	display: none;
}

/* =Sidebar
-------------------------------------------------------------- */

.home #sidebar ul {
	margin: 2em 0 0 ;
}
#sidebar ul {
	margin: -1em 0 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
}

#sidebar .widget-title {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.widget_dgl_text_widget .textwidget-img {
	margin-right: 1em;
}
#sidebar .widget-title {
	font-size: 1.375em;
	font-family: OpenSansLight;
}

.widget_dgl_text_widget .textwidget {
	margin-left: 3.9em;
	color: #666;
	font-family: OpenSansLight;
}

.widget_dgl_text_widget strong {
	font-weight: normal;
	font-family: OpenSansRegular;
}

.widget {
	margin-bottom: 3em;
}

.widget ul li {
	padding: 0 0 1em;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	background-color: #8BC63E;
	text-align: center;
	color: #fff;
	line-height: 7.75em;
	margin: 3.75em 0 0;
}

/* =Formidable
-------------------------------------------------------------- */
.frm_form_fields input, .frm_form_fields textarea {
	background-color: #fff !important;
	padding: .5em !important;
	height: auto;
}

.with_frm_style .submit input[type="submit"],
.frm_form_submit_style,
.submit input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	background: #8BC63E;
	color: #fff;
	font-family: OpenSansRegular;
	padding: .5em 2em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.with_frm_style .submit input[type="submit"]:hover,
.frm_form_submit_style:hover,
.submit input:hover {
	background: #2980b9;
}

.with_frm_style label.frm_primary_label {
	font-weight: normal;
	font-family: OpenSansSemibold;
}

.with_frm_style .frm_form_fields input, #wpcontent .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields textarea {
	width: 95%;
}

/* =Portrait tablet and lower
-------------------------------------------------------------- */
@media (max-width: 979px)
{
	#masthead {
		height: auto;
		position: relative;
		margin:0;
	}
}

/* =Large desktop
-------------------------------------------------------------- */
@media (min-width: 1200px)
{

}

/* =Portrait tablet to landscape and desktop
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px)
{

	.fast-nav-button {
		font-size: 1em;
	}

	.navbar .btn-navbar.btn-collapse {
		display: none;
	}

	.nav-collapse.collapse {
		height: auto!important;
		overflow: visible!important;
	}

	#menu-navigatie {
		margin-top: .3em;
	}

	#header-image {
		margin-bottom: 4em;
	}

	#sidebar .widget-title {
		font-size: 1em;
	}
}

@media (max-width: 978px)
{
	.admin-bar #masthead {
		top: 0;
	}

	#splash,
	#header-image {
		margin: 0 0 3em;
	}

	.site-title {
		padding-left: 1em;
	}
}

/* =Landscape phone to portrait tablet
-------------------------------------------------------------- */
@media (max-width: 767px)
{
	body {
		padding: 0;
	}

	/* Header */
	#nav-search-form {
		position: relative;
		top: 0;
	}

	#sidebar,
	.entry-content,
	.entry-summary,
	.mu_register,
	.entry-title-page,
	.splash-title span,
	.entry-header,
	.entry-meta {
		padding: 0 1em;
	}

	#sidebar {
		border-top: 1px solid #ccc;
		padding-top: 2em;
		margin-top: 2em;
	}

	.nav-collapse, .nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	}

	#header-image {
		height: 7em;
		margin-bottom: 2em;
	}

	.entry-title-page .str {
		font-size: 1.5em;
	}


	#site-navigation {
		float: none;
	}

	/* Navigation */

	.main-navigation li {
		display: block;
	}

	.main-navigation li a {
		line-height: 2.5em;
	}

	#menu-navigatie {
		padding-bottom: 2em;
		padding-left: 1.5em;

	}

	.main-navigation li ul {
		position: relative;
		display: block;

	}

	.main-navigation li ul li a {
		background: #fff;
		width: auto;
		padding: 0;
		border: 0;
		line-height: 2.5em;
	}

	.main-navigation li ul.sub-menu {
		margin-left: 1.5em;
	}

	.main-navigation li ul li a:hover {
		background: #fff;
	}

	.main-navigation li ul ul {
		left: 0;
	}
	.main-navigation li:hover > a,
	.main-navigation li ul li a:hover,
	.main-navigation li:hover,
	.main-navigation li a:hover,
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		background: none;
		color: #000;
	}

	.main-navigation li ul li a {
		background: none;
		color: #fff;
	}

	/* splash */
	#splash {
		height: 12em;
	}
	.splash-title {
		line-height: 12em;
	}
	.splash-title span {
		font-size: 1.5em;
	}

	#nav-side ul {
		padding-left: 1em;
	}

	#nav-side ul ul {
		padding-left: 0;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.splash-title span {
		font-size: 1.2em;
	}

}