html,
button,
input,
select,
textarea {
	color: #00;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	/*resize: vertical;*/
}
textarea.alleenvertikaal {
	resize: vertical;
}
img{
	margin:0;padding:0;border:0;
}
img[align="left"],img[style*="float: left"],img[style*="float:left"]{
	margin: 5px 15px 0px 0px;
}
img[align="right"],img[style*="float: right"], img[style*="float:right"]{
	margin: 0px 0px 0px 15px;
}

html * {max-height:1000000px;}
html{
	/*overflow-y: scroll;*/
}
html { 
  background: #000; 

}
::-webkit-input-placeholder { color:  #ccc; text-overflow: ellipsis; }
:-moz-placeholder { color: #ccc !important; text-overflow: ellipsis; }
::-moz-placeholder { color: #ccc !important; text-overflow: ellipsis; }
:-ms-input-placeholder {  color: #ccc !important; text-overflow: ellipsis; }
body {
	padding:0;
	margin:0;
}
@font-face {
	font-family: ZIGZAG;
	src: url("ZIGZAG-Not-Rounded.otf") format("opentype");
}
body, table, td, div, p, span, textarea{	
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	font-weight:400;
	font-size:15px;
	line-height:1.4;
	-webkit-text-size-adjust: none;
}
/*dialog*/
.ui-widget-content{
	background-color:#fae34b;
}
.ui-widget-header{
	background-color:#fae34b;
	border: 0;
	color: #333333;
	font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane{
		border: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	background-color:#000;
	border: 0;
	color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, ui-button-icon, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .ui-dialog-titlebar-close{
	background-color:#000;
	border: 0;
	color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-button:hover{
	background-color:#484848;
	border: 0;
	color: #fff;
}
.ui-widget-overlay{
	background-color:rgba(0,24,36,1);
	opacity: 0.9;
}
/*einde dialog*/
.kaart{
	position:relative;
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.kaart img{
	width:100%;
}
.rondehoekjes{
	height: 20px;
	-webkit-border-radius: 0;
	border: 0;
	outline: 1px solid #ccc;
	outline-offset: -1px;
	padding:4px;
}
.locatie{
	position:absolute;background-color:#ff0000;width:20px;height:20px;border-radius:20px;z-index:99;border:1px solid #000;	font-size:12px;color:#FFF;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0 6px;
  width:calc(100% + 24px);
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.333%;
  max-width: 33.333%;
  margin: 0;
  padding: 0 6px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.ws_onder{
	margin-top:10px;
	font-size:11px;
	font-weight:600;	
}
td{
	vertical-align:top;	
}
a, a:active, a:link {
	text-decoration: none;
	color: #2580bf;
}
a:hover{
	text-decoration:underline;	
}
a.link, a.link img, a img { border: none; outline: none; }

.bevestigd a, .bevestigd a:active, .bevestigd a:link {
	text-decoration: underline;
	color: #000;
}
.profiel a{
	color: #fae34b;
	font-size:18px;
}
.justified{
	display:none;	
}
div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*datepicker*/
button.ui-datepicker-trigger, .kleinstebutton{
	background-color : #999;
	color:#FFF;
	border:0;
	FONT-SIZE: 9pt;
	line-height: 12px;
	padding: 4px 9px;
	margin:1px 12px 6px 0;
	float:left;
	cursor:pointer;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

button.ui-datepicker-trigger:hover, .kleinstebutton:hover{
	text-decoration : none;
	background-color : #3C9AD9;
	color:#FFF;
}
.ui-datepicker-title, .ui-datepicker-header.ui-widget-header{
	background-color:	#ccc;
}

.highlight a{
  background-color: #29f274 !important;
  color: #ffffff !important;
}

.ui-tooltip {
	padding: 4px 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #0CB0DA;
	box-shadow: 0 0 5px #0CB0DA;
	background-color:#FFF;
	white-space: pre-line;
}
.inlogblok{
	border:1px solid #E4E4E4;
	float:left;position:relative;width:calc(100% - 30px);padding:15px;clear:both;margin-bottom:30px;
}

p{
	padding:0;
	margin:0;
}

::-moz-selection {
	background: #E0DED8;
	text-shadow: none;
}
::selection {
	background: #E0DED8;
	text-shadow: none;
}
.pt5{
	padding-top:4px;
}
p.url { display:none;} 
h1,h2,h3,h4{
	font-family: ZIGZAG;
	font-feature-settings: 'clig' 1;
	margin-top:0;
	color:#000;
}
.logo h1{
	color:#fff;
}
h1{
	font-size: 24px;
	line-height:1.3;
	margin-bottom:10px;
	margin-top:12px;
}
h2{
	font-size: 20px;
	line-height:1.3;
	margin-bottom:10px;
	padding-top:2px;	
}

h3{
	font-size: 16px;
	line-height:1.3;
	margin-bottom:7px;
	padding-top:2px;	
	font-weight:700;
}
h1.vet,h2.vet,h3.vet{
	font-weight:700;
}

.wrapper {	
	position:relative;
	max-width:1600px;
	min-width:320px;
	padding:15px 0 0 0;	
	z-index:0;
	width: 100%; 
	margin: 0 auto;	
}
.zeecontainer {
	position:relative;
	/*max-width: 1900px;*/
	width: 100%;
	margin: 0 auto;
	z-index:1;
	padding-bottom:30px;
}
.mask{
	position:fixed;top:0;height:200px;left:0;right:0;z-index:0
}
.afdek{
	position:fixed;top:200px;bottom:0;left:0;right:0;background-color:#FFF;z-index:0
}
.header{
	display:table;padding-top:10px;padding-bottom:7px;width:100%; background: #000; ;
}

.logo{
	display:table-cell;;vertical-align:middle;text-align:left;color:#FFF;
}
.profiel{
	display:table-cell;;vertical-align:middle;text-align:right;color:#FFF;;
}
.svg-logo{
	width:100%;max-width:250px;
	vertical-align:middle;
}
.svg-menu{
	width:38px;
	vertical-align:middle;
	margin-right:10px
}

.toolnaam{
	display:table-cell;text-align:center;font-size:20px;color:#517c91;margin-top:15px;vertical-align:top;
}
.kollinks{
	display:table-cell;vertical-align:top;width:70%
}
.subnav{
	display:table-cell;vertical-align:top;width:25%;
}
.dwars{
	display:table-cell;vertical-align:top;width:5%;
}
.subnav a{
	color:#000;
	text-decoration:underline;
}
a.rechtsboven{
	font-size:12px;
	color:#000;
	margin-top:-3px;
	display:block;
	text-decoration:none;
}
a.edita{
	display:inline-block;	
	margin-top:-5px;
}

.subnav a.talen{
	display:inline-block;
}
.ingelogd{
	position:absolute;top:20px;right:0;color:#A2A2A2;
}
.formulier{
	width:100%;	
}
.content{
	display:table;width:100%;background-color:#fff;padding:15px 0 30px 0;
}
.content_smal{
	display:table;max-width:500px;width:100%;background-color:#fff;padding:15px 30px 30px 30px;margin:40px auto;
}
.alertbox{
	width:100%;border:2px solid #FFF;padding:8px 15px 14px 15px;margin-bottom:20px;margin-top:10px;color:#ff0000;max-width:600px;line-height:1.4;background-color:#FFF;
}
.alertbox h3{
	color:#FF6600
}
.klein{
	font-size:85%;
	line-height:1.4;
}

td.inspring{
	width:30px;	
}
.bericht{
	display:block;
	width:100%;
	padding:6px 14px;
	background-color:#f2f2f2;
	margin-bottom:6px
}
#wwvergeten{
	display:none;	
}
.klaar{
	clear:both;	
}
.w100p{
	width:100%;
}
.w25p{
	width:25%;
}
.w50p{
	width:50%;
}
.w75p{
	width:75%;
}
.pb0{
	padding-bottom:0;	
}
.pt15{
	padding-top:15px;	
}
.pt30{
	padding-top:30px;	
}

.pr15{
	padding-right:15px;	
}
.pr30{
	padding-right:30px;	
}
.pr50{
	padding-right:50px;	
}
.pb5{
	padding-bottom:5px;	
}
.pb10{
	padding-bottom:10px;	
}
.pb15{
	padding-bottom:15px;	
}
.w250{
	width:250px;	
}
.mb0{
	margin-bottom:0;	
}
.max400{
	max-width:400px;
}
.max600{
	max-width:600px;
}
.max800{
	max-width:800px;
}
.caps{
	text-transform:uppercase;	
}

.big{
	width:96%;
}
.brdr{
	
}	
.brdr td{
	padding:2px 10px;
}	
.bbtm{
	border-bottom:1px solid #ccc;
}
.mt15{
	margin-top:15px;	
}
.tabel{
	display:table;
}
.cel{
	display:table-cell;	
}

.breed{
	float:left;width:100%;clear:both;margin-bottom:10px;
}
.centertabel{
	display:table;width:90%;max-width:1200px;clear:both;margin:10px auto;
}
.maxtekst{
	max-width:900px;
}
.edit-item{
	float:right;	
}
.edit-item img{
	width:26px;
	vertical-align:middle;	
}
#programmaklein .edit-item img{
	width:18px;
	vertical-align:middle;	
	margin-top:-5px;
	line-height:0;
	font-size:0;
}
.klein .edit-item {
	margin-top:-2px;
}
#programmaklein{
	padding-top:20px;
}

.sluit-programma{
	float:right;
}
.sluit-programma a{
	color:#000;
	font-size:18px;
	text-decoration:none;
}		
.handje{
	cursor:pointer;
}
a.groot:active, a.groot:link, a.groot:visited, a.kleinebutton, a.kleinstebutton, div.kleinebutton, div.kleinstebutton, span.kleinstebutton {
	display: inline-block;
	text-decoration: none;
	background-color: #000;
	color: #FFF;
	FONT-SIZE: 14pt;
	line-height: 17px;
	padding: 7px 20px;
	margin-right: 12px;
	margin-bottom: 6px;
	font-weight:600;
}
a.groot:hover,a.kleinebutton:hover, .kleinebutton:hover, .kleinstebutton:hover, div.groot:hover{
	text-decoration : none;
	background-color : #484848;
	color:#fff;
}
a.kleiner:active,a.kleiner:link,a.kleiner:visited{
	FONT-SIZE: 12pt;
	line-height: 17px;
	padding: 5px 15px;
}
a.geel:active,a.geel:link,a.geel:visited{
	color:#fae34b;
}
a.geel:hover{
	color:#fae34b;
}
a.rood:active,a.rood:link,a.rood:visited{
	color:#FFF;
}
a.rood:hover{
	color:#8ec7fa;
}
a.blauw:active,a.blauw:link,a.blauw:visited{
	color:#33a3dc;
}
a.blauw:hover{
	color:#33a3dc;
}
a.kiesbutton, b.kiesbutton, a.kiesbuttonwit{
	display: inline-block;
	text-decoration: none;
	color: #000;
	border:2px solid #000;
	FONT-SIZE: 13pt;
	line-height: 1.4;
	padding: 5px 15px;
	margin: 12px 0;
	font-weight:600;
}
a.kiesbutton:hover{
	background-color: #000;
	color: #FFF;
}
a.kiesbuttonwit{
	color: #fff;
	border:2px solid #fff;
}
.actiVak{
	width:100%;text-align:center;margin-bottom:12px;padding:5%;
}
.inActief{
	opacity:0.32;
}
h2.rubriekkop{
	color:#000;	
	font-size:21px;
	margin-bottom:8px;
	font-weight:normal;
}
h3.subrubriekkop{
	color:#000;	
	font-size:17px;
	margin-bottom:8px;
}

.rubriekdiv{	
	clear:both;
	width:100%;
	float:left;
	position:relative;
	margin-top:25px;
}
.faq, .nb{
	float:left;clear:both;margin-bottom:40px;width:100%;
}
.faqs{
	float:left;
	position:relative;
	padding: 9px 3% 8px 3%;width:94%;
}
.faqs:last-child{
	border-bottom:0;
}


.antwoord{
	float:left;
	position:relative;
	width:100%;
	padding:12px 0;	
}

.weg{
	display:none;
}
.programma-detail, .programma-detail-zelf{
	color: #fff;
	background-color: #000;
	FONT-SIZE: 13pt;
	line-height: 1.4;
	padding: 9px 15px;
	margin: 12px auto;
	font-weight:600;
	max-width:550px;
}
.programma-detail-zelf{
	color: #000;
	background-color: #fae34b;
}
#programmaklein .programma-detail, #programmaklein .programma-detail-zelf{
	FONT-SIZE: 10pt;
	line-height: 1.4;
	padding: 5px 12px;
	margin: 5px auto;
	font-weight:600;
	max-width:300px;
}
.ikoon{
	width:22px;
	padding-right:8px;
	float:left;	
	vertical-align:middle;
}
a.rechtsboven{
	text-decoration: none;
	color: #fae34b;
}
label {
	display:none;
	margin-bottom:5px;
}
input {
	border:none
	
	height:25px;
	line-height:25px;
	width:100%;
	text-indent:5px;
	margin-bottom:10px;
}
#wwvergetenknop{
	margin-top:4px;
	width:100%;
}
#wwvergetenknop a{
	margin-top:4px;
}
.footer{
	display:none;
	position:fixed;
	bottom:0;
	width:100%;background-color:#000;text-align:center;padding-top:4px;padding-bottom:0;color:#FFF;
	z-index:2;
}
.footer img{
	width:100px;	
}
.footer img.ico-uitlog{
	width:auto;
}
input:focus { outline:none; }
/*
 * jQuery File Upload UI Plugin CSS 8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  cursor: pointer;
}
.fileinput-button{
 	clear:both;
 	float:left;
}

.uploadbtn{display:inline-block;*display:inline;padding:0;color:#2580bf;cursor:pointer;font: 11px Verdana, Arial, Helvetica, sans-serif;}
.progress{height:2px;margin-bottom:0px;overflow:hidden;background-color:#f7f7f7;display:none;}
.progress .bar{float:left;width:0;height:100%;color:#fff;text-align:center;background-color:#0e90d2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .2s ease;-moz-transition:width .2s ease;-o-transition:width .2s ease;transition:width .2s ease}

.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}

/*popup*/
#scrollcontent{
	position:fixed;
	height:100%;
	width:100%;
	overflow:auto;
	overflow-y: scroll;
	/*min-width:400px;*/
	
}
#mmpopup{
	display:none;
	z-index:999999999999999;position:fixed;background-color:rgba(0,24,36,0.9);height:100%;width:100%;top:0;left:0;	
}
#mmvenster{
	position:relative;
	width:90%;
	overflow:hidden;	
	margin:0 auto;
	background-color:#FFF;
}
#mmsluit{
	position:fixed;
	height:18px;
	width:34px;
	background-color: #FFF;
	border-radius:17px;
	font-size:25px;
	line-height:0;
	padding-top:13px;
	color:#000;
	z-index:9999999999999999;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
div.secs{
	display:inline;
}
a.zwart,a.zwart:active,a.zwart:link{
	color:#000;
}
/*
countdown
*/
.countdown-amount{
	color:#FFF;
	font-size:9px;	
}
 a.vraag, a.vraag:active, a.vraag:link {
	text-decoration:none;
	font-size: 17px;
	color:#000;
}
.antwoord a, .antwoord a:active, .antwoord a:link {
	text-decoration:underline;
	color:#000;
}
