

html {
	font-size:12px;
    hyphens: auto;
}
html.largebodyfont {
	font-size:16px;
}
html.largebodyfont * {
	word-wrap: break-word;
	hyphens: auto;
}

body {
	font-size: 1rem;
	font-family: Arial,Verdana, sans-serif;
	line-height: 1.6;
	color: #4f4f4f;
}
body.dyslexic * {
	letter-spacing:0.12em;
	word-spacing:0.16em;
	line-height:1.6;
	word-wrap: break-word;
	hyphens: auto;
}
body.dyslexic p {
	margin-bottom:2em;
}

button.switch {
padding: 0;
border-width: 0;
background: transparent;
margin: 0 0 0 5px;
color: #D3D1D2;
	line-height:0;
	cursor:pointer;
	height:17px;
}
button.switch.highcontrast {color:#000000;}

.highcontrast button.switch {color: #000000;}
button.switch::after {font-weight:normal;content:" | "}
button.switch:last-child::after {content:""}

button.switch {
	font-size:12px;
}
button.switch::before {
	font-size:12px;
	padding-right:5px;
	font-family:'fontawesome';
	font-weight:normal;
}

#translatebox {display:inline;position:relative}
.translate-wrap {
    opacity: 0;
    line-height: normal;
    transition: 0.5s;
}
.translate-wrap.opened {
    background-color:#FFFFFF;
    padding:0.5rem;
    width:16rem;
    border:1px solid #555555;
    opacity: 1;
    position:absolute;
    right:0;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2), 0 7px 10px 1px rgba(0,0,0,.14), 0 2px 16px 1px rgba(0,0,0,.12);
}

/* Block elements */
p, dl, ul, ol, hr {
	color: #4f4f4f;
        margin: 0 0 1em;
}
.highcontrast p, .highcontrast dl, .highcontrast ul, .highcontrast ol, .highcontrast hr {
	color:#000000;
}
.hr-border {
	border-width: 1px 0 0 0;
	border-color:#555555;
}

.cke_editable p,
#EX_contentarea p {
    font-family: Arial,Verdana, sans-serif;
}
.cke_editable a[data-cke-saved-href] {
    text-decoration:underline;
    color:#3e66b0;
}
.cke_editable a[data-cke-saved-href].calltoaction {
    text-decoration:underline;
    color:#FFFFFF;
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
ul, ol {
	padding: 0 0 0 2rem;
}
.valign-top { vertical-align: top; }
.align-justify { text-align: justify; }

li { list-style-position: inherit; }

blockquote {
	margin: 0.5em 0 1em 1em;
	border: 1px solid #CCCCCC;
	background-color: #E5E7E6;
	padding: 0.5em;
}

/* Headings */
h1, h2, h3, h4, h5, h6, legend.form_legend {
	margin: 0;
	line-height: 1.1;
	color: #4f4f4f;
}
.highcontrast h1, .highcontrast h2, .highcontrast h3, .highcontrast h4, .highcontrast h5, .highcontrast h6, .highcontrast legend.form_legend {
	color:#000000;
}
h1, .h1 {
	margin: 1em 0 1em;
	font-size: 1.8rem;
	text-decoration: none;
}
h2,
legend.form_legend {
	margin: 0.8em 0;
	font-size: 1.5rem;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4rem;
}
h4 {
	font-size: 1.2rem;
}
h5, h6 {
	font-size: 1rem;
	font-weight: normal;
}
h6 {
	font-style: italic;
}

hr {
	border: 1px solid #808080;
	border-bottom-color: #DDDDDD;
}
a img, iframe {
	border: 0;
}

/* Inline elements */
abbr {
	border-bottom: 1px dotted;
}
code, kbd, samp {
	font: 13px monospace;
	line-height: 1.3;
}
cite, var, dfn {
	font-style: italic;
}

a {
	color: #D3D1D2;
        text-decoration: none;
}
.highcontrast a {color: blue;}
a:hover,
a:focus {
	text-decoration: underline;
	color: #6a6969;
}
.highcontrast a:hover,
.highcontrast a:focus {
	color: darkblue;
}

/* focus outline on links, input & buttons */
.inputfield:focus,
.livesearch:focus,
.submit:focus,
a:focus,
button:focus {
	outline-width: 1px;
	outline-style: dashed;
    outline-color:currentcolor;
}
button:focus,
.inputfield:focus,
.livesearch:focus,
.submit:focus {
	outline-offset: 1px;
	outline-color:#000000;
}
li a:focus,
h2 a:focus,
h3 a:focus {outline-offset: -1px;}
:focus img {display:inline-block;}

a#logo {outline-offset:-1px;}

a.new-window::after,
a.external::after,
a.url.new-window span.title::after,
a.url.external span.title::after,
#thematictabs a.new-window .item-title::after,
#thematictabs a.external .item-title::after,
.newsbanner a.new-window span.title::after,
.newsbanner a.external span.title::after,
a.more.new-window::after,
a.more.external::after{
	content:" \f08e";
	font-family:'fontawesome';
	font-weight:normal;
	font-size:0.8334rem;
	padding-left:3px;
	display:inline-block;
}
a.no-icon::after,
a.item-photo.new-window::after,
a.item-photo.external::after,
.newsbanner a.new-window::after,
.newsbanner a.external::after,
a.url.new-window::after,
a.url.external::after {
	content:"";
	padding:0;
	display:inline;
}
span.new-window::after,
span.external::after,
i.new-window::before,
i.external::before {
	content:" \f08e";
	font-family:'fontawesome';
	font-weight:normal;
	font-style:normal;
	font-size:0.8334rem;
	display:block;
	position:absolute;
	top:3px;
	right:3px;
}

.section a{
	text-decoration: underline;
}
.section a:hover,
.section a:focus{
	text-decoration: underline;
}
.section.folder a,
.section.search-results a,
.section.briefing a,
.section.sitemap a {
	text-decoration: none;
}
.section.folder a:hover,
.section.folder a:focus,
.section.search-results a:hover,
.section.search-results a:focus,
.section.briefing a:hover,
.section.briefing a:focus,
.section.sitemap a:hover,
.section.sitemap a:focus {
	text-decoration: underline;
}

.product_description_overview {
    font-size: 12px;
    font-weight: normal;
    margin-top: 1em;
}

/*--- CKEditor start ---*/
.strike {text-decoration: line-through;}
.bold {font-weight:bold;}
.italic {font-style: italic;}
.underline {
	text-decoration: underline;
}

/* Image alignments */
img.float-left, img.alignimageleft {
	float: left;
	margin-right: 1.5em;
}
img.float-right, img.alignimageright {
	float: right;
	margin-left: 1.5em;
}
/* Heeft de afbeelding in de lightbox een class float-left, doe dan dit */
a.modalLightbox:has(img.float-left) {
    float: left;
    margin-right:1.5em;
}
a.modalLightbox img.float-left {
    float: none;
    margin:0;
}
/* Heeft de afbeelding in de lightbox een class float-right, doe dan dit */
a.modalLightbox:has(img.float-right) {
    float: right;
    margin-left:1.5em;
}
a.modalLightbox img.float-right {
    float: none;
    margin:0;
}

/* Block indent */
.indent-1 { margin-left: 1em; }
.indent-2 { margin-left: 2em; }
.indent-3 { margin-left: 3em; }
.indent-1_rtl { margin-right: 1em; }
.indent-2_rtl { margin-right: 2em; }
.indent-3_rtl { margin-right: 3em; }

/* Text alignments */
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

/* Table styles */
table {
	width: 100%;
	border-collapse: collapse;
	font-size: inherit;
}
td, th {
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
}
th {
	font-size: 1em;
	text-align: center;
}

/* Raster styles (.raster1, .raster2, .raster3, .grafiek) */
table.raster1, table.raster2, table.raster3,
table.raster1 td, table.raster2 td, table.raster3 td,
table.raster1 th, table.raster2 th, table.raster3 th {
	border: 1px #000000 solid;
}

table.raster1 td, table.raster1 th {
	border-width: 0 1px 1px 0;
}

table.raster2 td, table.raster2 th {
	border-width: 0 1px 0 0;
}

table.raster3 td, table.raster3 th {
	border-width: 0 0 1px 0;
}

table.grafiek {}
.grafiek caption {position:absolute;top:-999999em;left:-999999em;}
.grafiek.cke_show_border thead tr th:first-child,
#table.grafiek thead tr th:first-child {padding-left:35px;}
.grafiek.cke_show_border thead tr:first-child,
#table.grafiek thead tr:first-child{
    background-image: url('../default/img/graph.png');
    background-repeat: no-repeat;
	background-position: 3px  3px;
    background-size: 25px 25px;
}
.grafiek thead tr {background-color:#f7f6f6;}
.grafiek thead tr th {padding:7px 3px;}
.grafiek tr:nth-child(even) {background-color:#fcfbfb;}
.grafiek th,
.grafiek td {text-align:left;vertical-align:middle;border-right:2px solid #FFFFFF;}
.chart-container {margin-bottom:1em;clear:both}

/* CKEditor Raster styles end */
div.kader p:last-child,
div.kader2 p:last-child,
div.kader3 p:last-child {margin-bottom:0;}
div.kader{
    border:2px solid #d3d1d2;
    padding:1em;
    margin-bottom:1em;
}
div.kader2{
    border:2px solid #ff8708;
    padding:1em;
    margin-bottom:1em;
}
div.kader3{
    border:2px solid #ffffff;
    padding:1em;
    margin-bottom:1em;
}
ol.steps,
ul.checks{
    list-style: none;
    padding-left:4rem;
}
ol.steps {
    counter-reset: steps-counter;
}
ol.steps > li:before {content: counter(steps-counter);}
ol.steps > li:before,
ul.checks > li:before {
    color:#d3d1d2;
    background-color:#0062a0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 3rem;
    text-align: center;
    font-weight:bold;
    font-size:1.25rem;
    margin:-0.75rem 1rem -0.75rem -4rem;
}
ol.steps > li:has(*):before,
ul.checks > li:has(*):before {
    position:absolute;
}
ol.steps.solid > li:before,
ul.checks.solid > li:before {
    background-color:#d3d1d2;
    color:#0062a0;
    font-size:1.25rem;
}
ol.steps > li {counter-increment: steps-counter;position:relative;margin:1rem 0;}
ol.steps > li::after {content:""; outline: 2px solid #d3d1d2;position:absolute;top:calc(2.25rem + 2px);height:100%;left:-2.5rem;}
ol.steps > li:last-child::after {outline:unset;}

ul.checks > li {min-height:3rem;margin:1rem 0}
ul.checks.line > li,
ul.checks.solid > li {min-height:4rem;}
ul.checks > li:before {
    content:"\f00c";
    font-family:"fontawesome";
    font-size:1.5rem;
}
ol.steps > li:before,
ul.checks.line > li:before {
    outline:3px solid #d3d1d2;
    outline-offset: -3px;
    font-size:1.25rem;
}

p.emphasisyellow {
	background-color: #fefac8;
	border: 1px solid #eeeeee;
}

p.emphasisred {
	background-color: #fbcbcd;
	border: 1px solid #eeeeee;
}

p.emphasisgreen {
	background-color: #eefbcb;
	border: 1px solid #eeeeee;
}
/*--- CKEditor end ---*/
/* Call To Action */
a.calltoaction,
a.calltoaction.new-window.external,
.container_aside ul.items li.vacitem a.calltoaction {
	background-color:#000000;
	color:#FFFFFF;
	display:inline-block;
	border-radius:5px;
	padding:5px 10px;
	font-weight: bold;
	text-decoration:none;
}
a.calltoaction:hover,
a.calltoaction:focus,
a.calltoaction.new-window.external:hover,
a.calltoaction.new-window.external:focus,
.container_aside ul.items li.vacitem a.calltoaction:hover,
.container_aside ul.items li.vacitem a.calltoaction:focus {
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:underline;
}
a.calltoaction img {display:inline-block;float:none;vertical-align:middle;margin-right:5px;}

.cke_editable a[data-cke-saved-href].calltoaction {
    text-decoration:underline;
    color:#FFFFFF;
}

/* togglebox */
.cke_editable .toggle_container,
#EX_contentarea .toggle_container {display:block;border:1px solid #CCCCCC; overflow:hidden;border-radius:5px;margin-bottom:1em;}
.cke_editable .toggle_hidden_information,
#EX_contentarea .toggle_hidden_information {display:block;border-bottom:1px solid #CCCCCC;padding:5px;text-align:left;overflow:hidden;}
.cke_editable .hidden_information,
#EX_contentarea .hidden_information {display:block;padding:5px;}
.toggle_heading {margin:0;font-size:1.4em;font-weight:bold;}
/* Live blog */
.liveblog_block {margin-bottom:1rem;}
.liveblog_block header time {padding: 0.5rem 0;}
.liveblog_block header {background-color:#ECECEC;}
.liveblog_block time.datestamp {font-weight:bold;display:inline-block;padding: 0 0.5rem;}
.liveblog_block time.datestamp::first-letter{text-transform: capitalize;}
.liveblog_block .timestamp {font-weight:normal;display:inline-block;padding:0.5rem 0;}
.liveblog_block .timestamp::before {content:"- ";}
.liveblog_block .liveblog_content {padding:1rem 0.5rem 0;}
.liveblogtimeline {height: 3rem;left: calc(50% - 1px);position: relative;width: 2px;background-color: #777777;}
.liveblogtimeline:first-of-type::before {top: -12px;left: -5px;width: 12px;height: 12px;position: absolute;display: block;content: '';background-color: #777777;}
/* Live blog in editor */
.cke_editable .liveblog_block {border:1px dotted red;margin-bottom:10px;}
.cke_editable .liveblog_block .liveblog_content  {border:1px dotted red;margin:0 5px 5px;padding:5px 5px 0;}
.cke_editable p.countdown {font-size:150%;font-weight:bold;border:1px dashed red;}
.cke_editable p.countdown::before{content: "Aftelklok tekst: ";}

.countdown {font-size:150%;}
.pretext {font-weight:bold;}
.posttext {}
.warning_register{color:#FF0000}
#facebookpixel{height:1px;width:1px;display:none;}
#linkedininsight{height:1px;width:1px;display:none;}

/* Uitklapblokken toggle - test of er meer dan 1 toggle op een pagina staat */
.cke_editable .toggle_containers,
#EX_contentarea .toggle_containers {border:1px dotted red;margin-bottom:10px;display:block;padding:5px;}
.cke_editable .toggle_containers:after,
#EX_contentarea .toggle_containers:after {display:inline-block;content:"Open alle uitklapblokken";}
.cke_editable .toggle_containers ~ .toggle_containers {border:1px dotted black;background:red}
.cke_editable .toggle_containers ~ .toggle_containers:after,
#EX_contentarea .toggle_containers ~ .toggle_containers:after {color:white; font-weight:bold;content:"Open alle uitklapblokken - mag maar 1 keer op een pagina staan"}
#EX_contentarea .toggle_containers ~ .toggle_containers {border:1px dotted black;margin-bottom:10px;display:block;padding:5px;background:red}