/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

body {
    --blauwgrijs: #5a6f80;
    --groen: #8cd3c6;
    --grijs: #d9d9d9;
    --rood: #AD1416;
    
    --oneven: #cfd5ea;
    --even: #e9ebf5;
    --link: #0563c1;
    
    --zwart: #000000;
    --wit: #FFFFFF;
}

/* BASIS */

html, body {
	color: var(--blauwgrijs);
	font-family: "Lato", sans-serif;
	/*font-family: Verdana, sans-serif;*/
	font-size: 16px;
	/*letter-spacing:0.025em;*/
	font-weight:400;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: subpixel-antialiased;;
	overflow-x:hidden;
	min-height: 100vh;
}

.wrapper {
	width:100%;
	margin: 0px auto !important;
	position: relative;
	padding: 0px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

img {
	display:block;
	max-width:inherit;
	width:100%;
}
img.center {
    margin-left: auto;
    margin-right: auto;
}

a {
	cursor:pointer;
	color:inherit;
	text-decoration:none;
}

em {font-style:italic;}

ul,ol {margin:0 0 15px 0;}
li {list-style:none;line-height:24px;}
li:before {content:'\f0da';font-family:'Font Awesome\ 5 Pro';margin-right:10px;color:#662483;}
ul li ul, ol li ol {margin-bottom:0;margin-left:15px;}
ul li ul li:before, ol li ol li:before {content:'\f105';color:#009FE3;}

p {line-height:24px;margin-bottom:15px;}
p.ppadding {padding-left:25px;}

strong {font-weight:600;}

h1{font-size:24px;word-wrap: break-word;margin-bottom:10px;}
h2{font-size:18px;word-wrap: break-word;margin-bottom:5px;font-weight:500;}
h3{font-size:16px;word-wrap: break-word;margin-bottom:5px;}
h4{font-size:15px;word-wrap: break-word;margin-bottom:5px;}
h5{word-wrap: break-word;margin-bottom:5px;font-weight:600;}
h6{word-wrap: break-word;margin-bottom:5px;}

/* CLASSES */
/*body.home {background:url(../images/home-bg.webp);background-size:cover;}*/
.col.side-image:before {content:'';height:100%;width:100%;position:absolute;top:-100%;left:0;background-color:inherit;z-index:0;}
.col.side-image:after {content:'';height:100%;width:100%;position:absolute;bottom:-100%;left:0;background-color:inherit;z-index:0;}


.clear {clear:both;}

.hidden {display:none;}

.btn {
	color:var(--zwart);;
	background-color:var(--groen);
	padding:6px 16px;
	text-decoration:none;
	display:inline-block;
	line-height:20px;
	margin-bottom:4px;
}
.btn:after {content:'\f105';font-family:"Font Awesome\ 5 Pro";margin-left:10px;}
.btn:before {display:none;}
.btn.left:before {content:'\f104';font-family:"Font Awesome\ 5 Pro";margin-right:10px;display:inline-block;}
.btn.left:after {display:none;}
.btn.upload:after, .btn.upload:before {content:'\f093';}
.btn.download:after, .btn.download:before {content:'\f019';}
.btn.phone:after, .btn.phone:before {content:'\f095';}
.btn.envelop:after, .btn.envelop:before {content:'\f0e0';}
.btn.noicon:after, .btn.noicon:before {display:none;}

.btn.dark {background-color:var(--zwart);color:var(--wit);}

.right {text-align:right;}
.center {text-align:center;}
.justify {text-align:justify;}

/* KLEUREN */
.bg-blauwgrijs {background-color:var(--blauwgrijs);}
.bg-groen {background-color:var(--groen);}
.bg-grijs {background-color:var(--grijs);}
.bg-wit {background-color:var(--wit);}

.blauwgrijs {color:var(--blauwgrijs);}
.groen {color:var(--groen);}
.grijs {color:var(--grijs);}
.wit, #main a.btn.wit {color:var(--wit);}

/* COLUMNS */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.section.flex {display:flex;flex-wrap: wrap;}
.section.flex.leden {align-items: center;justify-content: center;}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin:0;
	padding:10px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	position:relative;
}
.col .col {padding:0;}
.col p:last-child {margin-bottom:0px;}
.col.nopadding {padding:0;}
.col .col.padding {padding:10px;}
#loginform .col.padding {padding-left:0;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/* HEADER */
#header {color:var(--groen);background-color:#EDF7F6;position: relative;z-index: 1;}
/*#header #logo {position:absolute;top:0;left:0;}*/
#header .wrapper:after {content:'';width:300%;height:60px;position:absolute;bottom:0;left:-100%;background-color:var(--blauwgrijs);z-index:0;}
#header .wrapper .section {z-index:1;position:relative;}

#logo-container {background-color:var(--wit);padding-top:13.7px;margin-top:56.7px;}
#logo-container:before {content:'';width:100%;height:3.7px;background-color:var(--wit);position:absolute;top:-3.7px;left:0;}
#logo-container img {width:90%;margin:auto;position:relative;top:-3.7px;}

/* NAVIGATION */
ul.nav {position:absolute;bottom:20px;right:0;}
ul.nav, ul.nav li ul {margin:0;}
ul.nav li {float:left;list-style:none;margin-left:28px;position:relative; white-space: nowrap;}
ul.nav li:first-child {margin-left:0;}
ul.nav li:before {display:none;}

ul.nav li a {text-decoration:none;}
ul.nav li.active a {color:var(--wit);}

ul.nav li ul.subnav {display:none;position:absolute;top:0;left:0;padding-top:44px;z-index:999;}
ul.nav li ul.subnav li {margin-left:0;background-color:var(--groen);color:var(--blauwgrijs);float:none;padding:8px 12px;}

/* MOBILE-NAV*/
/*#mobile-nav-container {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
			box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}
#mobile-nav-container #mobile-nav-btn {float:right;font-size:30px;margin-right:20px;}
#mobile-nav-container span {float:left;padding:10px;}*/

/* MAIN */
#main {padding:40px 0;overflow: hidden;}

#main a {color:var(--link);}
#main a.nolink {color:inherit;text-decoration:none;}

/*#main ul li:before {display:none;}*/
#main ul {margin-left:20px;}
#main ul li:before {font-weight:900;color:var(--blauwgrijs);position: absolute;left:15px;}
#main ul.discs li:before {content:'\f111';font-size:8px;}
#main ul li {line-height:24px;}

/* NIEUWS */
.col.news_item {margin-bottom:20px;}
.col.news_item h2 {margin-bottom:4px;}
.col.news_item h2 span.news_time {font-size:12px;display:block;margin-bottom:5px;}

/* LEDEN OVERZICHT */
.col.lid-overzicht {background-color:var(--groen);padding:5px;font-size:13px;margin-bottom:15px;}
.col.lid-overzicht img {margin-bottom:5px;}
.lid-overzicht-img-container {width:100%;aspect-ratio : 1 / 1;overflow:hidden;}

/* FOOTER */
#footer.fixed {position:fixed;bottom:0px;left:0;width:100%;}
#copyright.fixed {position:fixed;bottom:0;left:0;width:100%;}
#footer {font-size:14px;/*padding:5px 0;*/}
#footer ul {margin-bottom:0;}
#footer ul li:before {display:none;}
#footer ul li {line-height:22px;}

#footer img:not(#beeldmerk) {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;}
/*#footer #beeldmerk {height:100px;width:auto;}*/
#footer #beeldmerk {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;}
#footer .col:not(.bg-wit) {padding-top:15px;padding-bottom:15px;}


/* COPYRIGHT */
#copyright {font-size:13px;}

/* FORMS */
#main #searchform .btn-submit {position:absolute;top:8px;right:8px;color:var(--wit);}
#main #searchform fieldset {margin-bottom:0;}

fieldset {margin-bottom:25px;}
input, textarea, .datepicker a {border:none;padding:11px 15px;width:100%;display:inline-block;color:var(--zwart);box-sizing:border-box;-moz-box-sizing:border-box;webkit-box-sizing:border-box;font-family:"Lato", sans-serif;font-size:14px;font-weight:300;margin-bottom:15px;background-color:var(--groen);position:relative;}
input.margin-bottom {margin-bottom:30px;}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}

.datepicker {position:relative;}
.datepicker input {width:80%;}
.datepicker a {width:20%;float:right;}
.datepicker a i {color:#171717;}

input[type=radio], input[type=checkbox] {
    display: none;
}
input[type="text"]:disabled {
    background: #f0f0f0;
} 
.radio-container .radio-items {display:inline-block;margin-bottom:5px;}
span.radiobox, span.checkbox {float:left;margin-right:10px;line-height:24px;margin-bottom:5.5px;position:relative;}
span.radiobox:before, span.checkbox:before {
    content: "";
    display: inline-block;
 
    width: 18px;
    height: 18px;
 
    margin-right: 10px;
	float:left;
	background-color: var(--groen);
	cursor:pointer;
}

textarea {resize:none;height:120px;}

span.radiobox:before {
    border-radius: 50%;
}

span.checkbox:before {
    border-radius: 4px;
}

input[type=radio]:checked + span.radiobox:before {
    content: "\2022";
    color: var(--blauwgrijs);
    font-size: 50px;
    text-align: center;
    line-height: 15px;
}
input[type=checkbox]:checked + span.checkbox:before {
    content: "\f00c";
	font-family:'Font Awesome\ 5 Pro';
    color: var(--blauwgrijs);
    font-size: 15px;
    text-align: center;
    line-height: 17px;
	font-weight:bold;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile, label.file {
    cursor: pointer;
}

/* SELECT BOX */
/*the container must be positioned relative:*/
.select-style {
  position: relative;
  font-family: "Lato", sans-serif;
	font-size: 13px;
}
.select-style select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #f1f1f1;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content:'\f078';
  font-family:'Font Awesome\ 5 Pro';
  top: 11px;
  right: 23px;
  width: 0;
  height: 0;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content:'\f077';
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color:#60605e;
  padding: 11px 15px;
  cursor: pointer;
  user-select: none;
}
.select-items div {
border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  white-space: nowrap;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f1f1f1;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

span.required {color:var(--rood);}

/* LABELS */
label.error {color:var(--rood);padding-top:2px;display:block;margin-top: -7px;margin-bottom: 8px;}
label.error:before {content:'\f0d8';font-family:'Font Awesome\ 5 Pro';margin-right:5px;font-weight:900;}

/* MESSAGING */
.message, #message {
	display:none;
}
.negative, .positive, .attention {
  margin: 4px 0;
  font-size: 1em;
  padding: 8px 10px 8px 10px;
  
  color: #C24848;  
  background: #FFD6D6 .5em .4em no-repeat;
  border: 1px solid #FFC2C2;
} 
.positive {
  color: #3F9153;  
  background: #D7F7DF .5em .4em no-repeat;
  border: 1px solid #A3F7B8
} 
.attention {
  color: #CF9E00;  
  background: #FAF2D7 .5em .4em no-repeat;
  border: 1px solid #FAE8AF;
}

/* MAP */
#map {height:300px;}

/*UC PAGE*/
.wrapper.uc {
	text-align:center;
	width:inherit;
}
.uc-logo {
	margin-top:50px;
	width:260px;
}
/* EMAIL */
.mailme {display:none;}
.email:not(input) {cursor:pointer;}
.email::after{ content:"@" attr(data-host); }

/* COOKIE MELDING*/
#cookiemelding {width:100%;text-align:center;position:fixed;bottom:0;z-index:999;}
#cookiemelding p {background-color:rgba(0,0,0,0.75);display:inline-block;padding:12px 25px;margin:0;color:#fff;font-weight:300;}
#cookiemelding p a.btn {margin:0;padding:7px 14px;text-decoration: none;margin-left:25px;}
#cookiemelding p a {text-decoration:underline;color:#fff;}

/* FIXED MESSAGE*/
#fixedmessage {width:100%;text-align:center;position:fixed;top:0;z-index:999;}
#fixedmessage p {background-color:rgba(0,0,0,0.75);display:inline-block;padding:12px 25px;margin:0;color:#fff;position:relative;}
#fixedmessage p a.btn {margin:0;padding:7px 14px;text-decoration: none;margin-left:25px;}
#fixedmessage p a {text-decoration:underline;color:#fff;}

#fixedmessage.positive, #fixedmessage.negative, #fixedmessage.attention {background:none;border:none;}

#fixedmessage p::after {
	content:'\f00d';
	font-family:'Font Awesome\ 5 Pro';
	position:absolute;
	top:0;right:4px;
	cursor:pointer;
}

#fixedmessage.negative p, #fixedmessage.positive p, #fixedmessage.attention p {
  margin: 4px;
  font-size: 12px;
  padding: 8px 16px;
  
  color: #C24848;
  background: #FFD6D6 .5em .4em no-repeat;
  border: 1px solid #FFC2C2;
} 
#fixedmessage.positive p {
  color: #3F9153;
  background: #D7F7DF .5em .4em no-repeat;
  border: 1px solid #A3F7B8
} 
#fixedmessage.attention p {
  color: #CF9E00;
   background: #FAF2D7 .5em .4em no-repeat;
  border: 1px solid #FAE8AF;
}

#fixedmessage p a.btn {
	padding: 4px 10px;
	margin: 5px 0 0 0;
	
	background-color:#FFD6D6;
}

#fixedmessage.positive p a.btn {
	background-color:#3F9153;
}

#fixedmessage.attention p a.btn {
	background-color:#CF9E00;
}

/* FINWIZE COPY */
.finwize-p {position:relative;}
.finwize-p a span {padding-left:14px;}
.finwize-icon {width:12px;display:inline-block;position:absolute;top:4px;}


/* INTRANET BEHEER */
p.beheer_table_header {background-color:var(--groen);color:var(--wit);padding-left:5px;padding-bottom:15px;margin-bottom:4px;}

table.beheer_table {width:100%;font-size:14px;border-spacing: 0px;}
table.beheer_table.green tr:first-child {background-color:var(--groen);color:var(--wit);}
table.beheer_table tr td {padding:5px;padding-bottom:15px;padding-left:10px;border-bottom:2px solid var(--wit);}
table.beheer_table tr:nth-child(odd) {background-color:var(--oneven);}
table.beheer_table tr:nth-child(even) {background-color:var(--even);}

table.beheer_table:not(.wetten) tr td:nth-child(1) {width:8%;border-right:2px solid var(--wit);}
table.beheer_table:not(.wetten) tr td:nth-child(2) {width:14%;border-right:2px solid var(--wit);}
/*.wetten table.beheer_table tr td:nth-child(2) {width:92%;}*/
table.beheer_table.wetten tr td:nth-child(2) {min-width:50%;}

table.beheer_table.grey tr:nth-child(odd) {background-color:var(--grijs);}
table.beheer_table.grey tr:nth-child(even) {background-color:var(--grijs);}

.beheer_tabellen div.col {margin:0;padding:2px;}
.beheer_tabellen div.col.col-310 {width:30%;}
.beheer_tabellen div.col.col-410 {width:40%;}
#main .beheer_tabellen a {color:var(--blauwgrijs);}

a.backbtn {position:absolute;top:12px;right:10px;}

/* DATE PICKER COLOR */
/*.datepicker-panel > ul > li:before {display:none;}

.datepicker-panel > ul > li:hover {
  background-color: rgb(173, 143, 112);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.muted:hover {
color:#fff;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(124, 106, 85);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(173, 143, 112);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(124, 106, 85);
}
.datepicker-top-left, .datepicker-top-right {
	border-top-color: #7c6a55;
}
.datepicker-top-left::before, .datepicker-top-right::before {
	border-bottom-color: #7c6a55;
}*/

	
	.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* SEARCH */
#main .zoekresultaten div.h3 a, #main .zoekresultaten div.h3 {background-color:var(--blauwgrijs);color:var(--wit);margin-bottom:20px;text-decoration:none;padding:5px;}
.results-pages-container {border-bottom:1px solid var(--zwart);padding-bottom:15px;margin-bottom:15px;}
.zoekresultaten div.h3 span {font-size:11px;}
#main .zoekresultaten div.h3.bg-groen a, #main .zoekresultaten div.h3.bg-groen {background-color:var(--groen);color:var(--blauwgrijs)}

/* WETTEN FILTER */
#wetten_filter {width:200px;margin-left:10px;}

/* LANGUAGES */
ul#languages {position:relative;margin-bottom:0;margin-right:0px;padding-top:8px;}
ul#languages li {float:left;margin-left:15px;font-size:11px;opacity:0.5;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;cursor:pointer;}
ul#languages li:before {display:none;}
ul#languages li .flag {width:22px;float:left;margin-right:0px;}
ul#languages li:first-child {margin-left:0;}
ul#languages li a {text-decoration:none;font-weight:400;color:#fff;}
ul#languages li.active, ul#languages li:hover {opacity:1;}
