/*
  Author: Conversal - www.conversal.be
*/


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}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:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}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}


/* FRONTEND CSS
*********************************************/
html, body{     
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  color: #4b4b4b;
}

img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.alignright {
	float: right;
	left: 1rem;
}

.clr {
	clear: both;
}

a {
	color: #00a75d;
	text-decoration: none;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease;  	
}

a:hover {
	text-decoration: underline;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease;  	
}

h1, 
h2,
h3 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #28292e;
	padding-bottom: 0.4em;
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: oblique;
}

#component ul {
	margin: 1.5em 1.5em 1.5em 0em;
	
}

span.sigProPseudoCaption, ul.sigProSleek span.sigProCaption {display:none !important;}

#component ul li {
	padding-left: 17px;
	background: url(../images/bullet.png) no-repeat 0 0.6em;
	line-height: 1.5em;
	margin-bottom: 0.7em;
	list-style: none;
}

#component ol {
	margin: 1em 0;
}

#component ol li {
	list-style: decimal;
	padding: 0.7em;
	list-style-position: inside;
}

#component ol li.even {
	background: #f5f5f5;
}


.transition {
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease;    
}

div,
section,
aside,
header,
footer,
input,
select,
textarea,
legend,
.itemContainer,
li,
.cta h2{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  	
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0 !important
}

#system-message-container {
	display: none;
}



/* LAYOUT
*********************************************/

.container {
	width: 100%;
    max-width: 1170px;
    margin: auto;
    position: relative;
    clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}

#wrapper {
    /*min-height: 100%;     
    height: auto !important;     
    height: 100%;     
    margin: 0 auto -117px auto; */
}

header {
  width: 100%;
  height: 138px;
}

#logo {
	float: left;
}


#logo a {
  display: block;
  width: 208px;
  height: 98px;
  background: url(../images/logo.png);
  margin-top: 16px;
}

#header_center {
	float: left;
	margin-left: 6%;
	margin-top: 15px;
}

#header_center p {
	margin: 0;
}

#header_right {
	float: right;
	width: 40%;
	max-width: 500px;
}




.clearList {
	clear: both !important;
	float: none !important;;
	height: 0;
	padding: 0 !important;
	border: 0 !important;
}

a.fullclick {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}




/* Main Menu */

#navbar {
	background: #f1f1f1;
	height: 50px;
}

#navbar .container {
	display: table;
}

#main_menu {
	width: 66%;
	display: table-cell;
	vertical-align: top;
}

#main_menu ul,
#main_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#main_menu li {
	display: inline-block;
}

#main_menu li a {
	color: #101010;
	font-size: 14px;
	padding: 0 14px !important;
	line-height: 50px;
	display: inline-block;
	height: 47px;
	vertical-align: top;
	overflow:hidden;
}

#main_menu li a:hover {
	color: #00a75d;
	text-decoration: none;	
}


#search {
	background: #28292e;
	display: table-cell;
	height: 50px;
	position: relative;
	width: 34%;
	vertical-align: middle;
	text-align: right;
}

.mod_search label {
	display: none;
}

.mod_search .inputbox {
	color: #a4a4a4;
	font-size: 13px;
	font-style: italic;
	border: 0;
	height: 30px;
	padding: 0 15px;
	width: 70%;
}

.mod_search .button {
	border: 0;
	background: #00a75d;
	color: #fff;
	height: 30px;
	font-size: 14px;
	padding: 0 15px;
	margin-left: -2px;
	width: 23%;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease;	
     border-bottom: 1px solid #00a75d;
}

.mod_search .button:hover {
	opacity: 0.8;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease;	
}





.breadcrumb li {
	background: none !Important;
	display: inline-block;
	margin: 0 !Important;
	padding: 0 !Important;
	font-size: 13px;
	color: #00a75d;

}

.breadcrumb li a {
	color: #191919;
}

.breadcrumb .divider {
	margin: 0 8px 0 10px;
	color: #fff;
    text-indent: -2000em;
    display: inline-block;
    background: url(../images/icons.png) 0 -1900px no-repeat;
    width: 10px;
    height: 5px;
    vertical-align: middle;
    margin-bottom: 0.1em;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb .icon-location {
	display: none;
}

ul.breadcrumb {
    padding-left: 27px !important;
    background: url(../images/icons.png) 0 -1798px no-repeat;
    margin: 0 0 20px 0!important;
    padding-bottom: 17px;
    border-bottom: 1px solid #f1f1f1;
}

#home_top {
	background: #f1f1f1;
}

#home_top .container,
#main_content .container {
	display: table;
}

#slideshow,
#welkom,
#component,
#sidebar {
	display: table-cell;
	vertical-align: top;
}

#slideshow,
#component {
	width: 66%;
}

#welkom,
#sidebar {
	width: 34%;
}

#welkom {
	padding: 15px 0 10px 2%
}

#welkom h3 {
	font-size: 36px;
	margin: 0;
	padding: 0;
}

#welkom h3 span {
	color: #00a75d;
}

#welkom a {
	color: #28292e;
}

#welkom ul,
#welkom li {
	margin: 0;


	padding: 0;
	list-style: none;
}

#welkom li {
	clear: both;
	margin-bottom: 10px;
}

























#welkom li:before {
	content: "";
	display: inline-block;
	float: left;
	width: 21px;
	height: 21px;
	background: url(../images/icons.png) 0 -98px;
	margin-right: 10px;
}

#welkom a:hover {
	text-decoration: none;
}

.green_btn {
	color: #fff !important;
	background: #00a75d;
	display: block;
	padding: 5px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	margin: auto;
	margin-top: 25px;
	position: relative;
	min-width: 250px;
	max-width: 400px;
}

.green_btn span {
	font-size: 14px;
	display: block;
	font-weight: 400;
	font-style: italic;
}

.green_btn:before,
.green_btn:after {
	content: "";
	width: 24px;
	height: 18px;
	background: url(../images/icons.png) 0 -400px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}

.green_btn:after {
	width: 30px;
	height: 30px;
	background-position: 0 -500px;
	right: 15px;
	left: auto;
	top: 11px;
}

.green_btn.doemee:before {
	width: 38px;
	height: 27px;
	background: url(../images/icons.png) 0 -3200px;	
	top: 8px
}

.green_btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

.mod_gift.custom {
	display: table;
	width: 100%;
	border-top: 3px solid #f1f1f1;
	border-bottom: 3px solid #f1f1f1;
}

.mod_gift.custom > div {
	display: table-cell;
	vertical-align: top;
	padding: 30px 0
}

.mod_gift.custom .green_btn,
.mod_gift.custom h4 {
	margin: 0;
}

.mod_gift.custom h4 {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.mod_gift.custom .gift_left span {
	color: #afafaf;
}

.gift_right {
	width: 35%
}

.quote {
	border-left: 10px solid #00a75d;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	position: relative;
	padding: 15px 0 15px 70px;
	line-height: 1.5em;
}

.quote:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/icons.png) 0 -2100px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#sidebar {
	background: #fff;
}

.page #sidebar {
	background: #f1f1f1;
}

#sidebar h3 {
	text-transform: uppercase;
	padding-left: 25px;
	background: url(../images/icons.png) 0 -592px no-repeat;
}

#sidebar .moduletable {
	margin-bottom: 30px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	padding-left: 5%
}

#sidebar .moduletable.mod_projecten {
	margin-bottom: 50px;
}

#sidebar .moduletable:first-child {
	margin-top: 20px;
}

.mod_facebook iframe {
	max-width: 100% !Important;
}

.subnav h3 {
	color: #00a75d
}

.moduletable.subnav {
	background: #e2e2e2;
	padding: 20px;
	position: relative;
	margin-top: 0 !important;
}

.subnav ul,
.subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav > ul > li {
	margin-bottom: 3px;
}

.subnav > ul > li.current a,
.subnav > ul > li.activeCategory a {
	color: #00a75d;
}

.subnav a {
	color: #808080;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}

.subnav a:hover {
	text-decoration: none;
	color: #00a75d;
}

.subnav > ul > li > a {
	padding: 4px 5px 4px 35px;
	background: #fafafa url(../images/icons.png) 15px -2291px no-repeat
}

.subnav li.open  {
	margin-bottom: 0 !important
}

.subnav .nav-child  li a,
.subnav ul li ul a {
	border-bottom: 1px solid #fafafa;
	padding: 4px 5px 4px 50px;
	font-size: 13px;
	font-style: italic;
}

.subnav .nav-child  li:last-child a {
	border: 0;
}

.subnav .nav-child  li.current a,
.subnav  ul  li.parent ul li.current a {
	background: url(../images/icons.png) 30px -2391px no-repeat;
	font-weight: bold;
	font-style: normal;
}



.mod_sub_btn.moduletable {
	margin: 25px 0
}

.mod_sub_btn a {
	display: block;
	color: #fff;
	background: #00a75d;
	font-size: 36px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 15px;
	padding-top: 10px;
	border-radius: 40px;
}

.mod_sub_btn a span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}

.mod_sub_btn a:before {

	content: "";
	display: inline-block;

	width: 64px;
	height: 56px;
	float: left;
	background: url(../images/icons.png) 0 -800px;
	margin-top: 8px;
	margin-right: 15px;
}

.mod_sub_btn.wordlid a:before {
    background: none;
}

.mod_sub_btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#sidebar .sprocket-features-content {
	position: static;
width: 100%;
background: none;
padding: 0;
}

#sidebar .layout-slideshow .sprocket-features-desc {
	color: #9b9b9b;
}

#sidebar .sprocket-features-title,
#sidebar .sprocket-features-title a{
	color: #28292e !important;
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
}

#sidebar .sprocket-features-title a:hover {
	text-decoration: none;
}

#sidebar .layout-slideshow .sprocket-features-arrows .arrow {
	top: 180px !important;
}

#sidebar .sprocket-features-img-container {
	height: 170px;
	background-size: cover;
	background-position: center;
}


#sidebar .arrows-active .sprocket-features-list {
	margin: 0
}

#sidebar .layout-showcase .sprocket-features-img-container img {
	width: 100%;
	height: auto;
}

#sidebar .layout-showcase .sprocket-features-arrows .arrow {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	top: auto;
	bottom: -20px;
	right: 0;
	margin-top: 0;
	border-radius: 0;
	opacity: 0.5;
	cursor: pointer;
	z-index: 10;
	text-align: center;
font-size: 2.2em;
}

#sidebar .layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow {
	background: transparent;
	color: #b2b2b2;
	font-size: 50px !important;
	opacity: 1 !Important;
}

#sidebar .layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow:hover {
	opacity: 0.7 !important;
}

#sidebar .layout-showcase .sprocket-features-arrows .prev {
	left: auto;
	right: 25px;
}





#slideshow .layout-slideshow .sprocket-features-img-container {
	background-color: #f1f1f1;
	height: 355px
}

#slideshow .layout-slideshow .sprocket-features-content {
	background: rgba(0, 167, 93,0.7)
}

#slideshow .sprocket-features-title a {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
}

#slideshow .layout-slideshow .sprocket-features-content {
	width: 90%;
}

#slideshow .layout-slideshow .sprocket-features-desc,
.sprocket-features-date {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#slideshow .sprocket-features-date {
	display: block;
	font-style: italic;
	margin-bottom: 5px;
}

#slideshow .layout-slideshow .sprocket-features-arrows .arrow {
position: absolute;
display: block;
cursor: pointer;
z-index: 10;
top: 15px !important;
left: 20px !important;
width: 45px !important;
height: 45px !important;
background: transparent url(../images/icons.png) 0 -200px !important;
}

#slideshow .layout-slideshow .sprocket-features-arrows .next {
	left: 72px !important;
	background-position: 0 -300px !important
}

.tweetimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
}

.tweet {
	color: #9b9b9b;
	margin-bottom: 15px;
	font-size: 13px;
	width: 100%;
	clear: both;
}

.tweetat {
	font-size: 12px;
	margin-top: 10px;
	color: #c2c2c2 
}


.tweetby a:before {
	content: "@"
}


#main_content {
	background: url(../images/bgf1f1f1.png) repeat-y
}

.page #main_content {
	background-position: right;
}

#component {
	background: #fff;
	padding: 20px 2% 20px 2%
}

.page #component {
	padding-left: 0
}

/* K2 */

.catItemIntroText {
	width: 48%;
	float: left;
}

.catItemImage {
	display: block;
	width: 48%;
	height: 170px;
	float: right;
	position: relative;
	background-size: cover;
	background-position: center;
}

.catItemImage:hover {
	opacity: 0.8;
}

.catItemImage a {
	display: block; width: 100%;
	height: 100%;
}

.catItemImage:after {
	content: "";
	display: block;

	position: absolute;
	width: 21px;
	height: 39px;
	background: url(../images/icons.png) 0 -2900px;
	top: 50%;
	margin-top: -20px;
}



.catItemTitle {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 400

}

.catItemTitle a{
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #28292e;
}

.catItemTitle a:hover {
	color: #00a75d;
	text-decoration: none;
}

.catItemDateCreated {
	font-size: 12px;
	color: #00a75d;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}

.k2ReadMore {
	text-transform: lowercase;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

.catItemCategory {
	position: absolute;
	top: 0;
	background: #00a75d;
	color: #fff;
	padding: 0 12px 0 30px;
	height: 35px;
	line-height: 35px;
}

.page .catItemCategory {
	display: none;
}

.catItemCategory.mobiliteit {
	background: #807A7A;
}

.catItemCategory.klimaat-en-energie {
	background: #F46E39;
}

.catItemCategory.milieuzones {
	background: #D6D94E;
}

.catItemCategory.duurzame-consumptie {
	background: #982147;
}

.catItemCategory.water {
	background: #1F4880;
}

.catItemCategory.ruimtelijke-ordening {
	background: #586683;
}

.catItemCategory.afval {
	background: #398B96;
}
.catItemCategory.groen {
	background: #267323;
}
.catItemCategory.lucht {
	background: #C0BFE7;
}

.catItemCategory.licht {
	background: #EAB821;

}

.catItemCategory:before {
	content: "";
	width: 11px;
	height: 14px;
	background: url(../images/icons.png) 0 -700px;
	display: inline-block;
	float: left;
	position: absolute;
	top: 11px;
	left: 10px;
}

.itemContainer {
	margin-bottom: 25px;
}

#itemListLeading .catItemView {
	height: 330px;
	background-size: cover;
	background-position: center;
	position: relative;
}


#itemListLeading .catItemIntroText {
	padding: 10px;
	background: rgba(0, 167, 93,0.8);
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 95%;
	font-family: 'Roboto Condensed', sans-serif;
}

#itemListLeading .catItemTitle a,
#itemListLeading .catItemDateCreated {
	color: #fff;
}

#itemListLeading .catItemDateCreated {
	font-style: italic;
	border: 0;
	margin-top: 0px;
	margin-bottom: 0;
}

#itemListLeading .k2ReadMore {
	font-style: italic;
	font-weight: 400;
	margin-top: 20px;
	color: #fff;
	display: none
} 

#itemListLeading .catItemImage:after {
	display: none;
}

#itemListLinks {
	border-top: 1px solid #f1f1f1;
}

.kalender #itemListLinks {
	border: 0;
	color: #9c9c9c;

}

.kalender #itemListLinks h4 {
	display: none;
}

.kalender #itemListLinks .catItemTitle a {
	font-size: 16px;
}

.kalender #itemListLinks .itemContainer {
	padding-left: 20px;
	background: url(../images/icons.png) 0 -2494px no-repeat;
	margin-bottom: 20px;
}

.kalender .itemDateCreated {
	margin-bottom: 0;
}

#itemListLinks .itemLocation {
	color: #9c9c9c;
}


#itemListLinks ul,
#itemListLinks li  {
	margin: 0 !important;
	padding:0 !Important;
	background: none !Important;
	list-style: none;
}

#itemListLinks li {
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0 !Important;
}

#itemListLinks li a {
	color: #28292e;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}


#itemListLinks li .catItemDateCreated {
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}

.mod_testimonials li {
	display: table-row;
}

.t_img,
.t_info {
	display: table-cell;
	vertical-align: top;
}

.t_img {
	padding-right: 25px;
	padding-top: 10px
}

.t_img span {
	width: 75px;
	height: 75px;
	display: block;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.t_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}

.t_author {
	color: #b3b3b3;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 3px;
}

.t_quote {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
}

.t_quote:before {
	content: open-quote
}

.t_quote:after {
	content: close-quote
}

.itemTitle {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.itemDateCreated,
.itemLocation {
	color: #00a75d;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}

.itemDateCreated {
	margin-bottom: 30px;
	display: inline-block;
}

.kalender .itemDateCreated {
	display: inline-block;
}


.itemImageBlock {
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin: 30px 0;
	margin-top: 20px;
}

.itemImageCaption,
.itemImageCredits {
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #fff;
	background: rgba(0, 167, 93,0.7);
	font-size: 18px;
	padding: 10px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.itemImageCredits {
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	background: rgba(0,0,0,0.7);
	text-transform: none;
	font-size: 14px;
}


.itemSubTitle,
.kalender-form h3 {
	font-size: 24px;
	margin-top: 30px
}

.kalender .itemImageBlock {
	margin-bottom: 0;
}


#kalender_info {
	display: table;
}

#kalender_info > div {
	/*display:table-cell;
	vertical-align: top;*/
}

#kalender_info .itemFullText {
	/* width: 64%; */
	padding-right: 2%;
}

#kalender_info .itemExtraFields {
	padding-top: 40px;
	float: right;
	width: 40%;
	margin: 0 0 20px 2%;
	position: relative;
	z-index: 10;
}

#kalender_info .itemExtraFields ul,
#kalender_info .itemExtraFields li {
	margin: 0;
	padding: 0;
	background: none;
	display: table;
}

#kalender_info .itemExtraFields ul {
	padding: 15px 10px;
	background: #f1f1f1;
}

#kalender_info .itemExtraFields li {
	display: table-row;
}

#kalender_info .itemExtraFields li span {
	display: table-cell;
	padding:7px 5px ;
	vertical-align: middle;
	
}


#kalender_info .itemExtraFields li span.itemExtraFieldsValue {
	word-break: break-word
}

.kalender-form {
	border: 1px solid transparent;
	clear: both
}

.kalender-form .rsform-block-verplicht {
	color: #afafaf;
}

.kalender-form .rsform-block-verplicht:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #bdbdbd;
	margin-top: 15px;
}


.kalender-form h3 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.kalender-form ol {
	margin: 0 !important
}

.itemExtraFieldsLabel {
	font-weight: bold;
}


#component .k2ItemsBlock ul {
	margin: 0;
	padding: 0;
}

#component .k2ItemsBlock ul li {
	background-image: none;
	padding: 0;
	margin-bottom: 20px;
}

a.catItemImage {
display: block;
width: 30%;
max-width: 150px;
height: 150px;
float: left;
position: relative;
margin-right: 20px;
/*margin-bottom: 40px;*/
background-repeat: no-repeat !important;
background-position: middle !important;
background-size: cover !important;
}


.itemAttachments a {
	font-size: 16px;
	color: #28292e;
	font-family: 'Roboto Condensed', sans-serif;
}

.itemAttachments span {
	color: #aeaeae;
}


.mod_agenda .k2ItemsBlock {

}

.mod_agenda ul {
	margin: 0;
	padding: 0;
}

.mod_agenda li {
	margin-bottom: 17px;
	list-style: none;
	font-family: 'Roboto Condensed', sans-serif;
	color: #b6b6b6;
}

.mod_agenda .moduleItemImage {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
}

.mod_agenda .moduleItemTitle {
	font-size: 16px;
	color: #28292e;
	margin-top: 8px;
	display: block;
}



.mod_agenda .moduleItemDateCreated {
	color: #00a75d
}

.itemFacebookButton {
	border-top: 5px solid #f1f1f1;
	border-bottom: 5px solid #f1f1f1;
	padding: 15px 0;
	margin-top: 20px;
	position: relative;
}

.itemPrintLink {
	display: inline-block;
	float: right;
	background: #b6b6b6;
	color: #fff;
	font-weight: bold;

	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 8px;
	position: absolute;
	top: 15px;
	right: 0;
}

.itemPrintLink:hover {
	text-decoration: none;
	opacity: 0.8;
}

.facebook-comments {
	margin-top: 30px
}












.k2Pagination,
.pagination{
	text-align: right;
	margin-bottom: 15px;
    font-size: 12px;
	margin-top: 30px;
}	

.k2Pagination ul,
.pagination ul {
	margin-bottom: 10px !important
}	

.k2Pagination li,
.pagination li{
	margin: 0 3px !important;
	display: inline-block;
	background-image: none !important;
	border: 1px solid #f8f8f8;
	width: 30px;
	padding: 0px !important;
	text-align: center;
}	


.k2Pagination li span,
.pagination li span {
	padding:  5px;
}

.k2Pagination li a,
.pagination li a {
	text-decoration: none;
	display: block;
	width: 100%;
	background: #2f2f31;
	color: #fff;
	padding: 5px 0
}


.k2Pagination li a:hover,
.pagination li a:hover {
    opacity: 0.7;
}

.k2Pagination li span.pagenav,
.pagination li span.pagenav {
	background: #00a75d;
	color: #fff;
	display: block;
}






.k2Pagination li.pagination-start,
.k2Pagination li.pagination-prev,
.k2Pagination li.pagination-next,
.k2Pagination li.pagination-end,
.pagination li.pagination-start,
.pagination li.pagination-prev,
.pagination li.pagination-next,
.pagination li.pagination-end{

	width: auto;

	/* padding: 0 5px !Important; */
}

.k2Pagination li.pagination-start a,
.k2Pagination li.pagination-prev a,
.k2Pagination li.pagination-next a,
.k2Pagination li.pagination-end a,
.pagination li.pagination-start a,
.pagination li.pagination-prev a,
.pagination li.pagination-next a,
.pagination li.pagination-end a{

	padding: 5px 10px 5px 5px !important;
}

.k2Pagination li.pagination-next a,
.k2Pagination li.pagination-end a,
.pagination li.pagination-next a,
.pagination li.pagination-end a{
	padding-left: 0
}






.k2Pagination li.pagination-start span,
.k2Pagination li.pagination-prev span,
.k2Pagination li.pagination-next span,
.k2Pagination li.pagination-end span,
.pagination li.pagination-start span,
.pagination li.pagination-prev span,
.pagination li.pagination-next span,
.pagination li.pagination-end span{
	background: none !Important;
	color: #444;
}

.pagination-end,
.pagination-start {
	display: none !important
}

.k2Pagination li.pagination-next a{
	padding-right: 20px !important;
	background-image: url(../images/icons.png);
	background-position: right -40px top -2188px;
	background-repeat: no-repeat;
}

div.sigplus-gallery ul>li>img, div.sigplus-gallery ul>li>a>img {
	margin-bottom: 0px!important;
}

div.sigplus-gallery ul>li {
	line-height: 1 !Important
}


.sigProThumb {
	padding: 0 !important;
	margin-right: 25px !important;
	margin-bottom: 25px !important
}

ul.sigProSleek li.sigProThumb a.sigProLink,
ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	border: 0;
}

ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	opacity: 0.75;
}


footer {
width: 100%;
margin-top: 0px;
color: #adadad;
background: #2f2f31;
font-size: 13px;
}

footer .container {
	padding-top: 60px;
}

footer .container:before {
	content: "";
	display: block;
	width: 60px;
	height: 32px;
	background: url(../images/icons.png) 0 -3000px;
	position: absolute;
	top: 0;
	margin-left: -30px;
	left: 50%;
}

footer a {
	color: #adadad;
}

footer a:hover {
	color: #00a75d;
	text-decoration: none;
}

#footer_top {
	display: table;
}

#footer_top h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer_top .moduletable {
	display: table-cell;
	vertical-align: top;
}

.mod_logo2.moduletable {
	width: 20%;
}

.mod_footer2.moduletable {
	width: 34%;
	padding: 0 3%
}

.mod_footer3.moduletable {
	width: 12%;
	padding: 0 2%
}

.mod_footer3 ul,
.mod_footer3 li,
.mod_footer4 ul,
.mod_footer4 li {
	margin: 0;
	padding: 0;
	list-style: none;
}


.mod_footer3 li {
	margin-bottom: 5px;
}

.mod_footer4.moduletable {
	width: 23%;
	padding-left: 3%;
}

.mod_footer4 li a {
	display: block;
	width: 28px;

	height: 28px;
	background: #6b6b6b;
	float: left;
	margin-right: 8px;
	background: #6b6b6b url(../images/icons.png);
}


.mod_footer4 li.fb a {
	background-position: 9px -1095px;
}

.mod_footer4 li.gp a {
	background-position: 5px -1194px;
}

.mod_footer4 li.tw a {
	background-position: 4px -1294px;
}

.mod_footer4 li.yt a {
	background-position: 4px -1396px;
}

.mod_footer4 li.li a {
	background-position: 5px -1495px;
}

.mod_footer4 li.pi a {
	background-position: 4px -1596px;
}

.mod_footer4 li.in a {
	background-position: 5px -1694px;
}

.mod_footer4 li a:hover {
	background-color: #00a75d;
}

#footer_bottom {
	display: table;
	width: 100%;
	border-top: 1px solid #3b3b3b;
	font-size: 12px;
	margin-top: 20px;
	line-height: 1.8em;
}

#footer_bottom > div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 20px 0
}

#footer_right {
	text-align: right;
}

#conversal a span {
	color: #00a75d;

}


fiedlset ol,
fieldset ol li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important
}


.formBody {
	width: 100%;
	float: none !important;
}


li.rsform-block {
	width: 30%;
	float: left !Important;
	clear: none !important;
	margin-bottom: 15px !important;
	margin-right: 3% !Important;
}

li.rsform-block-verplicht,
li.rsform-block-4,
li.rsform-block-vertrouwelijk,
li.rsform-block-verzenden,
li.rsform-block-lidmaatschap,
li.rsform-block-ander-bedrag,
li.rsform-block-iban-validatie,
li.rsform-block-iban,
li.rsform-block-geen-frontaal-papier,
li.rsform-block-vrijwilligers-nieuwsbrief,
li.rsform-block-aanvaard-dom,
li.rsform-block-aanvaard-privacy,
li.rsform-block-submit,
li.rsform-block-uitleg-dom,
li.rsform-block-captcha {
	width: 100% !important
}

li.rsform-block-geen-frontaal-papier,
li.rsform-block-vrijwilligers-nieuwsbrief,
li.rsform-block-aanvaard-dom,
li.rsform-block-aanvaard-privacy {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.word-lid .formBody {
	width: auto
}

.rsform-input-box,

.rsform-text-box,
.rsform-select-box {
	background: #f1f1f1;
	border: 0;
	width: 100%;
	padding: 7px;
}

.rsform-text-box {
	width: 96%
}

.formCaption2 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 8px;
}

button.rsform-submit-button {
	background: #00a75d;
	color: #fff;
	border: 0;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	margin-right: 4%;
	height: 37px;
	line-height: 37px;
	padding: 0 30px 0 15px;
	position: relative;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease; 	
}

button.rsform-submit-button:after {
	content: "";
	display: block;
	background: #00a75d url(../images/icons.png) 0 -2200px;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 17px;
	right: 10px;
}

button:hover {
	opacity: 0.8;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease; 	
}

#map_canvas {
	width: 100% !important;
	max-width: 100% !important
}


#map_contact #map_canvas {
	height: 330px;
}



#map_contact {
	position: relative;
	border-top: 30px solid #fff;	
}


.mod_map.moduletable {
	position: absolute;
	z-index: 1;
	background: rgba(255,255,255,0.85);
	right: 20px;
	top: 60px;
	padding: 15px;
}

.mod_map ul,
.mod_contact_info ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.mod_map ul li,
.mod_contact_info ul li {
	padding-left: 25px !important;
}

.mod_contact_info ul li {
	margin-bottom: 10px;
}

li.location {
	background: url(../images/icons.png) 0px -2597px no-repeat !important;
}

li.email {
	background: url(../images/icons.png) 1px -2695px no-repeat !important;
}

li.email a {
	color: #4e5050 !Important;
}

li.phone {
	background: url(../images/icons.png) 4px -2796px no-repeat !Important;
}



		
	.slicknav_menu {
		display: none;
	}	


.mod_poll {
	font-size: 15px;
}

.mod_poll label {
	margin-bottom: 10px;
	font-size: 14px;
}	

.mod_poll h4 {
	font-size: 16px;
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
}	

.mod_poll div {
	border: 0 !important
}

.btn.btn-primary {
	background: #00a75d;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 20px;
}

.btn.btn-primary:hover {
	opacity: 0.8;
}

.poll_module_bar_holder {
	background: #f1f1f1;
	border: 0 !important;
	height: 15px !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.poll_module_bar_holder div {
	height: 15px !important;
}



	

#searchForm input {
	max-width: 200px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 3px 5px;
	color: #444

}

#searchForm button{
	background: url(../images/icons.png) 0 -3100px;
	border: 0;
	text-indent: -2000em;
	height: 16px;
	width: 15px;
	background-color: none;
	margin: 2px 0 0 5px
}

#searchForm button:hover {
	opacity: 0.8;
}

#searchForm .btn-toolbar div {
	display: inline-block;
}

.ordering-box,
.form-limit,

.result-category,
.phrases,
.tooltip{
	display: none !important;
}

.search dd {
	margin: 3px 0 10px 0;
}


div.related {
	margin-top: 35px
}
.mod_related > h3 {
	font-size: 24px;
	margin: 0;
}

.mod_related .k2ItemsCreated {
	font-size: 12px
}
	
.moduletable.cta_popup {
	background: #99324e;
	color: #fff;
	width: 450px;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 9999;
	padding: 30px;
	font-size: 17px;
}

.moduletable.cta_popup h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

.moduletable.cta_popup .button {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #28292e;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
}

.moduletable.cta_popup .button:hover {
	color: #00a75d;
	text-decoration: none;
}

.moduletable.cta_popup p:last-child {
	margin-bottom: 0;
}

.moduletable.cta_popup .close {
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	background: #28292e;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

.moduletable.cta_popup .close:hover {
	text-decoration: none;
	color: #00a75d;
}





/* Media Queries
*********************************************/

/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {


  
}

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

	body {
		overflow-x: hidden
	}


	#search:after {
		content: "";
		display: block;
		position: absolute;
		background: #28292e;

		height: 50px; 
		width: 600px;
		right: -600px;
		top: 0;
	}	

	.moduletable.subnav:after {
		content: "";
		display: block;
		width: 500px;
		position: absolute;
		background: #e2e2e2;
		right: -500px;
		top: 0;
		height: 100%;
	}	


	/*#itemListLeading .catItemIntroText {

		top: 50%;
		margin-top: -113px;
		height: 227px;
	}*/	
  
}


@media (max-width: 1200px) {
	header .container,
	footer .container {
		padding-left: 10px;
		padding-right: 10px
	}


	.page #component {
		padding-left: 10px
	}

	#navbar .container {
		display: block;
	}

	#main_menu {
		display: block;
		width: 66%;
		float: left;
	}

	#main_menu li a {
		font-size: 13px;
		padding: 0 10px;
	}

	#search {
		display: block;
		width: 34%;
		float: right;
		padding-top: 9px;
		padding-right: 10px
	}

	.green_btn {
		font-size: 15px;
	}	

}

@media (max-width: 979px) {

	#header_center {
		display: none;
	}

	#header_right {
		width: 70%;
	}

	.mod_projecten,
	.mod_sub_btn {
		display: none;
	}


	.mod_sub_btn.wordlid {
		display: block;
		margin: 2.5rem 0  1.5rem 0
	}	

	.mod_sub_btn.wordlid a:before {
        display: none;
	}

	#main_menu li a {
		padding: 0 15px;
	}	

	.mod_agenda .moduleItemImage {
		display: none;
	}	

	#search,
	#main_menu {

		width: 100%;
	}	
}


@media (min-width: 768px) {
	#main_menu .menu {
		position: relative;
		/*padding-left: 47px*/
	}	

	
	#main_menu .item-101 a span{
		display: none;
	}

	#main_menu .item-101 {
		top: 0;
		width: 47px;
		height: 50px;
		position: absolute;
		left: 0;
	}

	#main_menu .item-101 a {
		width: 47px;
		padding: 0;
		background: url(../images/icons.png) 15px -1784px no-repeat;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#main_menu .item-101.current a {
		background-position: 15px 16px;
		background-color: #00a75d;
	}

#main_menu li {
	position: relative;
}

#main_menu li ul.nav-child,
#main_menu li ul.nav-child li ul.nav-child  {
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 999999;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease; 
     padding-top: 10px;	
}

#main_menu li:hover ul.nav-child,
#main_menu li ul.nav-child li:hover ul.nav-child {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     transition: all .4s ease; 	
}

#main_menu li ul.nav-child li {
	display: block;
	margin-bottom: 1px;
}

#main_menu li ul.nav-child li a{
	display: block;
	background: rgba(0, 167, 93,0.85);
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}

#main_menu li ul.nav-child li a:hover {
	background: rgba(0, 167, 93,1);
}

#main_menu li ul.nav-child li ul.nav-child {
	top: 0;
	left: 191px;
	padding-top: 0;
	padding-left: 10px;
}

}
.k2ItemsRelatedListVerti h3 {margin-bottom: 0px !important;}

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

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#slideshow,
	.mod_testimonials,
	.moduletable.mod_logo2,
	.moduletable.mod_footer3,
	.moduletable.cta_popup {
		display: none !important;
	}

	#welkom {
		text-align: center;
	}
	#welkom li:before {
		float: none;
		display: inline-block;
		vertical-align: top
	}


	#component,
	#sidebar {
		display: block;
		width: 100%;
	}

	#sidebar {
	}

    #main_menu .nav{
        display: none;
    }
	
    #main_menu ul.menu li ul,
    #main_menu ul.menu li ul li ul {
		display: block;
	}
		
	.slicknav_menu {
		display: block;
	}	



	.mod_gift.custom,
	.mod_gift.custom > div {
		display: inline-block;
		text-align: center;
		padding: 10px 0
	}	

	#itemListLeading .catItemTitle a {
		font-size: 18px
	}

	.itemImageCaption {
		font-size: 14px;
	}


	#kalender_info > div {
		display: block;
		width: 100% !Important;

		padding-right: 2%;
	}

	#kalender_info .itemExtraFields {
		background: #f1f1f1;
		padding-top: 0;
	}


  
}

/* Landscape phones and down */
@media (max-width: 480px) {

	.catItemImage,
	.catItemIntroText {
		width: 100%;
		float: none;
		margin-bottom: 5px
	}

	#footer_top > .moduletable {
		display: block;
		width: 100%;
	}

	header {
		height: auto;
	}

	#logo,
	#logo a {
		float: none;
		margin: 20px auto;
	}

	.quote {
		font-size: 16px;
	}

	#itemListLeading .catItemIntroText {
	padding: 10px;
	right: auto;
	left: 2%;
	top: auto;
	bottom: 8px;
	width: 96%;
	}	

	#itemListLeading .catItemDateCreated {
		margin: 0;
	}

	#itemListLeading .k2ReadMore {
		margin-top: 5px
	}

	#itemListLeading .cat_introtext {
		font-size: 12px
	}


	#itemListLeading .catItemImage:after {
		display: none;
	}

	li.rsform-block {
		width: 96%;
	}
  
}


::selection {background: #00a75d; color:#ffffff; /* Safari */} 
::-moz-selection {background: #00a75d; color:#ffffff; /* Firefox */}

/*
.item-160,
.mod_search,
#main_menu ul li ul {
	display: none !important
}



#main_menu li a span {
	display: inline-block;
	vertical-align: top;
}
*/



@media print {

	header,

	.breadcrumb,
	#slideshow,
	#search,
	#footer_bottom,
	#navbar,
	#sidebar,
	#welkom,
	footer,
	.itemFacebookButton,
	.facebook-comments,
	.related,
	.kalender-form
	 {
		display: none !important;
	}

	#component {
		width: 100%;
		max-width: 100%;
	}

	.itemImageBlock {
		max-width: 640px;
		margin: auto
	}


}

body.front #map_canvas {
    display: none;
}
/*
.rsform-block-recaptcha {    height: 0;    margin: 0 !important;}.rsform-block-recaptcha .formRequired {    display: none;}.grecaptcha-badge {    width: 256px;    height: 60px;    transition: left 0.3s ease 0s;    position: fixed;    bottom: 14px;    left: -186px;    box-shadow: grey 0px 0px 5px;}.grecaptcha-badge:hover {    left: 2px;}*/