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

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "dosis", sans-serif;
	color: #333;
	font-size: 1em;
}
#wrapper #container #header {
	height: 140px;	
	background-image: url(../2_images/headerbg2.png);
	background-repeat: no-repeat;
}
#wrapper #container #header #headerWerkDatum {
	float: right;
/*	width: 230px; */
	padding-right: 90px;
	margin-top: -50px;
	background-image: url(../2_images/wico_bannerbtn.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0% -25px;
}
#wrapper #container #header #headerWerkDatum p{
	margin-top: 4px !important;
	margin-left: 50px;
}
#wrapper #footer {
	background-color: #96BB39;
	height: 80px;
	width: 100%;
	z-index: 100;
}

/* BEGIN -- Opmaak voor teksten binnen de inhoud voor h1 - h2 - h3 - p - ul - ol - a  */
#wrapper #container #inhoud h1 {
	font-family: 'Gudea', sans-serif;
	color: #003F55;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#wrapper #container #inhoud h2 {
	font-family: 'Gudea', sans-serif;
	color: #777;
	font-weight: 600;
/*	margin-top: 30px; */
	margin-right: 0px;
/*	margin-bottom: 25px; */
	margin-left: 0px;
}
#wrapper #container #inhoud h3 :not(.ui-accordion, .ui-accordion-header-icon) {
	font-family: 'Gudea', sans-serif;
	color: #86BC24;
	font-weight: 500;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#wrapper #container #inhoud p {
	font-size: 14px;
	color: #444;
	line-height: 145%;
}
#wrapper #container #inhoud ul, #wrapper #container #inhoud ol {
	font-size: 14px;
	color: #444;
	line-height: 130%;
	padding: 0px;
}
#wrapper #container #inhoud .opsomming{
	list-style-type: none;
}
#wrapper #container #inhoud .opsomming li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-attachment: scroll;
	background-image: url(../2_images/li.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#wrapper #container #inhoud ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 17px;
}
a:link, a:visited {
	color: #86BC24;
}
a:hover{
	color: #999;
	text-decoration: none;
}
/* EINDE -- Opmaak voor teksten binnen de inhoud voor h1 - h2 - h3 - p - ul - ol - a  */

/* BEGIN --  layout voor vraag en antwoord */
.questionAnswer {
	background-color: rgba(238,238,238,1);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.NoUnderline {
	text-decoration: none;	
}
/* EINDE -- layout voor vraag en antwoord */

/* BEGIN -- layout voor op de contactpagina */
.GoogleMaps {
	padding: 0px 0px 0px 72px;
	text-transform: uppercase;
	line-height: 62px;
	font-size: 12px;
	margin-top: 40px;
	display: block;
	background-image: url(../2_images/googlemaps.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* EINDE -- layout voor op de contactpagina */

/* ALGEMENE layout */

/* BEGIN -- algemene opmaak */
.Hidden {
	display: none;	
}
.NoBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.UitlijnCentreer {
	text-align: center;
}
.Groen {
	color: #86BC24;
	font-weight: 600;
}
.groen11vet {
	color: #86BC24;
	font-weight: bold;
}
.GroenVstreep {
	color: #86BC24;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 10px;
}
.LinkTerug { 	/*Opmaak van de teruglink */
	font-variant: small-caps;
}
.FloatLeft {
	float: left;
}
.vuKol {
	float: left;
	margin: -15px 5px 15px 0px;
	height: 50px;
}
.vuNoKol {
	clear: both;
	display: block;
}
.UpdateMessage{
	position: absolute;
	top: 35px;
	left: 0px;
}
/* VANAF HIER alleen instelling die gelden voor grote media > 980px; */
@media screen and (min-width: 980px ){
#logoMobile, #logoMobile img { display: none; }
#wrapper #container #MenuMobile { display: none; }	
body, html {
	overflow: hidden;
	background-image: url(../2_images/bodybg.png);
	background-repeat: repeat;
	background-position: -15px center;
}
#wrapper {
	height: 100%;
	min-height: 600px;
	width: 100%;
	clear: both;
	position: relative;
}
#wrapper #container {
	height: 100%;
	min-height: 540px;
	min-width: 1000px;
	max-width: 1400px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: auto;
	background-color: #FFF;
}
#wrapper #container #header {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-position: right -60px;
}
#wrapper #container #header #headerTitle {
	text-align: left;
	padding-left: 50px;
	padding-top: 90px;
	margin-right: 320px;
	margin-left: 190px;
}
#wrapper #container #header #headerWerkDatum {
	height: 50px;
}
#wrapper #container #header #ShowHide {
	position: absolute;
	left: 210px;
	top: 117px;
}
.InhoudMinMenu {
	left: 0px !important;
}
#wrapper #container #menu {
	width: 190px;
	float: left;
	height: 100%;
	min-height: 500px;
	text-align: left;
	margin-top: -175px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../2_images/shadowleft.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F1F1F1;
}
#wrapper #container #menu #cline {
	background-attachment: scroll;
	background-image: url(../2_images/colorline_wico1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 8px;
	width: 149px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#wrapper #container #inhoud {
	overflow: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
	left: 210px;
	top: 150px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin: 0px;
	z-index: 20;
	background-color: rgb(255,255,255);
}
#wrapper #footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#wrapper #footer #wrapfooter {
	font-weight: 600;
	color: #003F55;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	min-width: 1000px;
	max-width: 1200px;
	padding-top: 5px;
	padding-left: 10px;
}

/* BEGIN -- Opmaak voor teksten binnen de inhoud voor h1 - h2 - h3  */
#wrapper #container #inhoud h1 {
	font-size: 25px;
	line-height: 52px;
}
#wrapper #container #inhoud h2 {
	font-size: 20px;
}
#wrapper #container #inhoud h3 :not(.ui-accordion, .ui-accordion-header-icon) {
	font-size: 20px;
}
/* BEGIN -- Opmaak voor teksten binnen de inhoud voor h1 - h2 - h3 */

/* BEGIN -- Opmaak voor WICO-logo  */
#logo {
	height: 100px;
	width: 373px;
	z-index: 500;
	background-image: url(../2_images/wico_logo.png);
	top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 12px;
	position: absolute;
}
#logo a #homelink {
	height: 100px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
/* EINDE -- Opmaak voor WICO-logo  */

/* BEGIN -- layout voor Nieuws archief en laatste maand */
.NewsDate {
	background-color: rgba(204,204,204,1);
	color: rgba(255,255,255,1);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: 500;
	letter-spacing: 1px;
}
.NewsTitle{
	text-decoration: none;	
}
/* EINDE -- layout voor Nieuws archief en laatste maand */

/* BEGIN -- layout voor op de contactpagina */
#ContactGeg {
	float: left;
	width: 50%;
}
#ContactRoute {
	float: left;
	width: 50%;
}
/* EINDE -- layout voor op de contactpagina */

/* BEGIN -- layout voor de logo's op de buso-pagina */
.LogoBuSO {
	margin-left: 120px;
}
/* EINDE -- layout voor de logo's op de buso-pagina */

.col1GroenVstreep {
	margin-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #86BC24;
	text-align: left;
	padding-right: 10px;
}
.col2  { 
	-moz-column-count:2; /* Firefox */
	-moz-column-gap: 10px;
/*	-moz-column-rule: 1px solid #c4c8cc; */
	-ms-column-count: 2;
	-ms-column-gap: 10px;
	-webkit-column-count:2; /* Safari and Chrome */
	-webkit-column-gap: 10px;
	column-count:2;
	column-gap: 10px;
}
.col3 {
	-moz-column-count:3; /* Firefox */
	-moz-column-gap: 10px;
	-ms-column-count:3;
	-ms-column-gap: 10px;
	-webkit-column-count:3; /* Safari and Chrome */
	-webkit-column-gap: 10px;
	column-count:3;	
	column-gap: 10px;
}
.InsprongOpsomming{
	margin-left: 18px;	
}
}


/* VANAF HIER alleen instelling die gelden voor kleine media < 979px; */
@media screen and (max-width: 979px){
#menu { display: none; }
#rechts { display: none; }
#logo { display: none; }
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9 { display: none; }
	
html {
	overflow-y: scroll;
}
#wrapper #container {
	min-width: 350px;
}
#wrapper #container #header {
	background-position: center -65px;
}
#wrapper #container #header #headerTitle {
	text-align: right;
	margin-top: -15px;
	margin-right: 320px;
	width: 420px;
	float: right;
}
#wrapper #container #header #headerWerkDatum {
	height: 30px;
}	
#wrapper #container #MenuMobile {
	height: 50px;
	background-image: url(../2_images/bodybg.png);
	background-repeat: repeat;
	background-position: -15px center;
	box-shadow: 0px 0px 5px #bbb;
}
#wrapper #container #MenuMobile .MenuMobileInner {
	
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;	
}
#wrapper #container #MenuMobile select {
	width: 100%;	
}
#wrapper #container #inhoud {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	background-color: rgb(255,255,255);
}
#wrapper #footer {
	text-align: center;
}

/* BEGIN -- Opmaak voor WICO-logo  */
#logoMobile {
	height: auto;
	width: auto;
	z-index: 500;
	padding-top: 20px;
	padding-left: 20px;
}
#logoMobile img {
	max-width: 100% !important;
	height: auto;
	width: auto;
	display: block;
	border: 0px none rgba(255,255,255,1);
}
/* EINDE -- Opmaak voor WICO-logo  */

/* BEGIN -- Opmaak voor teksten binnen de inhoud voor h1 - h2 - h3 - p - ul - ol - a  */
#wrapper #container #inhoud h1 {
	font-size: 20px;
	line-height: 34px;
}
#wrapper #container #inhoud h2 {
	font-size: 16px;
}
#wrapper #container #inhoud h3 :not(.ui-accordion, .ui-accordion-header-icon) {
	font-size: 16px;
}

.FormLayout {
	width: 95% !important;
}
}
