body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
html {
    overflow-y: scroll;
}

/* Reset margins */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin:0;
    padding:0;
}

/* Format basic elements */
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption,
th,
td {
    vertical-align:top;
    text-align:left;
}
abbr,
acronym {
    border-bottom:1px dotted #666;
    font-variant:normal;
    cursor:help;
}
blockquote,
q {
    quotes:none;
}
fieldset,
img {
    border:0;
}
li {
    list-style-type:none;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
del {
    text-decoration:line-through;
}
ins {
    text-decoration:none;
}
a {
    font-weight:bold;
    color:#005BA2;
}
a:hover {
    text-decoration:none;
}
:focus {
    outline:0;
}

/* Font settings */
body {
    font:11px/17px Verdana,sans-serif;
    color:#000;
}
input,
button,
textarea,
select {
    font-size:99%;
    font-family:inherit;
    font-weight:inherit;
}
pre,
code {
    font:12px "Lucida Console",Monaco,monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
h1 {
    margin-top:10px;
    margin-bottom:15px;
    font:19px Arial,Helvetica,sans-serif;
    font-weight:bold;
}
h2 {
    font-size:20px;
}
h3 {
    margin-bottom:3px;
    font-size:11px;
    font-weight:bold;
}
table {
    font-size:inherit;
}
caption,
th {
    font-weight:bold;
}
h1,
h2,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
    margin-bottom:12px;
    /* Should match the font size */;
}

article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
    margin:0;
    padding:0;
    vertical-align:baseline;
    border:0;
    font-size:100%;
    outline:0;
    background:transparent;
}
article,
aside,
details,
figcaption,
figure {
    display:block;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    font-size:100%;
    background:transparent;
}

.row-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cell {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.cell img {
    max-width: 100%; /* Zorg ervoor dat afbeeldingen binnen de cellen passen */
    cursor: pointer; /* Verander de cursor naar een handje bij aanwijzen */
}






.mt-45 {
	margin-top: 45px;
}

#main {
    width: auto;
    float: none;
    margin-left: 230px;
    margin-right: 230px;
}
.ministeries-page #main {
    margin-right: 0;
    margin-left: 430px;
}
.collectie-page #main {
    margin-right: 0;
}
#left {
    margin-left: 0;
    right: 0;
}
#right {
    float: right;
    margin-right: 0;
}
.collectie-page .layout_full {
    width: 18.1%;
    margin-right: 2%;
    margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
	.collectie-page .layout_full:nth-of-type(5n+5) {
	    margin-right: 0;
	}
}
body {
    background-color:#F3F5F6;
    border-top:1px solid #535353;
}
#header {
    background-image:url("/files/layout/header.jpg");
    background-position:center top;
    background-repeat:no-repeat;
}
#main .inside {
    margin-right:10px;
    margin-left:20px;
}
#container {
    padding-right:10px;
    padding-bottom:40px;
    padding-left:10px;
    background-image:url("/files/layout/background-container.jpg");
    background-position:center top;
    background-repeat:repeat-y;
}
#footer {
    background-image:url("/files/layout/background-footer.jpg");
    background-position:center bottom;
    background-repeat:no-repeat;
}
#left h2.ce_headline {
    display:block;
    padding:5px 50px 5px 20px;
    background-color:#D6E7EE;
    font-size:11px;
    line-height:15px;
    font-weight:bold;
}
.lichtblauw {
    margin-bottom:20px;
    padding-right:10px;
    padding-bottom:10px;
    padding-left:10px;
    background-color:#D6E7EE;
}
.nieuwsblok,
.item-eigenschappen {
    border:1px solid #E3E4E4;
}
.nieuwsblok p a {
    padding-left:10px;
    font-weight:bold;
    color:#005BA2;
}
.nieuwsblok h1.ce_headline,
.item-eigenschappen h1.ce_headline {
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    background-color:#F5F5F5;
    font:13px Verdana,sans-serif;
    font-weight:bold;
}
.item-eigenschappen {
    margin-left:20px;
}
.item-eigenschappen h2 {
    margin-bottom:0;
    font:11px Verdana,sans-serif;
    font-weight:bold;
    text-decoration:underline;
    color:#005BA2;
}
.item-eigenschappen .ce_text {
    padding-left:10px;
}
.mod_newslist,
.mod_newsreader .layout_full {
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
}
.mod_newslist p.info {
    color:#646567;
}
.mod_newslist p.more {
    display:none;
}
.mod_newslist h2 {
    margin-bottom:3px;
}
.mod_newslist h2 a,
.mod_newsreader h1 {
    font-size:11px;
    font-weight:bold;
    color:#005BA2;
}
.mod_newslist .teaser p {
    margin-bottom:0;
}
.mod_search {
    left:750px;
    top:153px;
    position:absolute;
}
.mod_search .submit {
    width:37px;
    height:18px;
    background-color:#D6E7EE;
    border:1px solid #787878;
    font:10px Arial,Helvetica,sans-serif;
    font-weight:bold;
    cursor:pointer;
    width: auto !important;
}
.mod_search .text {
    width:135px;
    height:17px;
    border:1px solid #787878;
}
.collectie-page .mod_newslist h2,
.collectie-page .mod_newslist p {
    display:none;
}
.collectie-page  .mod_newslist {
    padding:0;
}
.collectie-page  .layout_full {
    float:left;
}
.ce_gallery img {
    padding-right:15px;
}
.ministeries-page #left {
    padding-left:15px;
}
.ministeries-page img {
    padding-right:10px;
    padding-bottom:15px;
}
.doe-mee img {
    padding-right:15px;
    padding-bottom:15px;
}
.mod_sitemap ul.level_2 {
    padding-left:15px;
}

@media screen and (max-width: 767px) {
	#header {
		background-position: 69% top;
		height: auto;
	}
	
	#container {
		display: flex;
		flex-direction: column;
	}
	
	#left, #right, #main {
		width: 100%;
		margin: 0;
	}
	
	#main .inside {
		margin: 0;
	}
	
	.mod_search {
		position: initial !important;
		margin-top: 28px;
		margin-left: 10px;
	}
	
	.mod_navigation {
	    margin-top: 74px !important;
	    padding-top: 0 !important;
	    padding-left: 10px !important;
	    background-color: #005BA2;
	}
	
	.mod_breadcrumb {
		padding-left: 10px !important;
	}
	
	.mod_customnav {
		padding: 10px !important;
	}
	.mod_customnav ul {
		display: flex;
		flex-wrap: wrap;
	}
	.mod_customnav li {
		padding: 0 !important;
		float: none !important;
	}
	
	.collectie-page .layout_full {
		width: 32%;
	}
	.collectie-page .layout_full:nth-of-type(3n+3) {
	    margin-right: 0;
	}
	
	.ministeries-page #left {
		padding-left: 0 !important;
	}
	.ministeries-page #main {
		margin-left: 0 !important;
	}
}

.mod_customnav {
    padding-top:30px;
    padding-left:15px;
}
.mod_customnav li {
    float:left;
}
.mod_customnav li.first {
    padding-right:440px;
}
.mod_customnav li a {
    padding-right:5px;
    padding-left:5px;
    font-weight:normal;
    text-decoration:none;
    color:#535353;
}
.mod_customnav li a:hover {
    text-decoration:underline;
}
.mod_navigation {
    padding-top:120px;
    padding-left:30px;
}
.mod_navigation li {
    float:left;
}
.mod_navigation li a {
    height:20px;
    display:block;
    padding-right:10px;
    padding-left:10px;
    font:12px/20px Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-decoration:none;
    color:#FFF;
}
.mod_navigation li strong,
.mod_navigation li a:hover,
.mod_navigation li .trail {
    height:20px;
    display:block;
    padding-right:10px;
    padding-left:10px;
    background-color:#D6E7EE;
    font:12px/20px Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#000;
    cursor: pointer;
}
.mod_breadcrumb {
    padding-top:25px;
    padding-left:260px;
}
.mod_breadcrumb a {
    font-weight:normal;
    color:#000;
}
#submenu.mod_customnav {
    padding-top:10px;
}
#submenu.mod_customnav li {
    float:none;
}
#submenu.mod_customnav li a {
    height:26px;
    display:block;
    padding-left:20px;
    background-image:url("/files/layout/menu-left.png");
    background-position:left center;
    background-repeat:no-repeat;
    font:11px/26px Verdana,sans-serif;
    font-weight:normal;
    color:#000;
}
#submenu.mod_customnav li a:hover,
#submenu.mod_customnav li.strong,
#submenu.mod_customnav li.active {
    height:26px;
    display:block;
    padding-left:20px;
    background-image:url("/files/layout/menu-left1.png");
    background-position:left center;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#005BA2;
}

#header .mod_search .formbody {
	display: flex;
}

@media print {
* {
    background: transparent !important;
    color: black !important;
    box-shadow:none !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
}
a,
a:visited {
    text-decoration:underline;
}
.ce_text a[href]:after {
    content: " (" attr(href) ")";
}
.ce_href a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}
pre,
blockquote {
    border:1px solid #999;
    page-break-inside: avoid;
}
thead {
    display:table-header-group;
}
tr,
img {
    page-break-inside: avoid;
}
@page {
    margin:.2cm;
    margin-top: 10mm !important;
}
img {
    max-width: 100% !important;
}
.image_container img {
    max-width:210mm;
    width: auto!important;
    height: auto!important;
}
p {
    orphans: 3;
    widows: 3;
}
h2,
h3 {
    page-break-after: avoid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom:5mm;
    font-weight:bold;
}
h1 {
    font-size: 22pt!important;
    line-height: 26pt!important;
}
h2 {
    font-size: 20pt!important;
    line-height: 26pt!important;
    orphans: 3;
    widows: 3;
}
h3 {
    font-size: 18pt!important;
    line-height: 22pt!important;
    orphans: 3;
    widows: 3;
}
h5 {
    font-size: 16pt!important;
    line-height: 19pt!important;
}
h6 {
    font-size: 14pt!important;
    line-height: 17pt!important;
}
table {
    width:100%;
}
table td {
    padding:0 2mm 2mm 0;
}
.mod_customnav,
.mod_navigation,
#footer,
#slider,
.mod_article .ce_sliderStart .content-slider .slider-wrapper,
.ce_dlh_googlemaps,
.mod_mobile_menu,
.mobile_menu > div {
    display: none !important;
}

#navbar {
    position: initial !important;
}

#main .mod_article .ce_text {
	columns: 1 100%;
}
}
#lbl_19_0,
#lbl_24_0,
#lbl_32_0 {
    width:300px;
    display:block;
}
.formbody label {
    width:100px;
    display:block;
    margin-top:8px;
    margin-bottom:5px;
    padding-left:5px;
}
.formbody td.col_1 {
    padding-top:8px;
    padding-right:20px;
    padding-bottom:8px;
}
.ce_form .widget {
    background-color:#F2F2F2;
    border-bottom:2px solid #fff;
    display: flex;
    padding-top:8px;
    padding-right:20px;
    padding-bottom:8px;
}
.formbody input,
.formbody textarea {
    width:300px;
    margin-bottom:5px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:2px;
    border:1px solid #000;
}
.formbody button.submit,
.formbody button.upload {
    cursor:pointer;
    width: 300px;
    margin-left: auto;
    margin-right: 23px;
}
.formbody button.submit:hover {
    background-color:#bfbfbf;
}
.formbody .checkbox {
    width:20px;
}
fieldset {
    width:600px;
    display:block;
    margin:12px 0px 24px 0px;
    padding:12px 12px 0px 12px;
}
* html fieldset {
    margin-top:12px;
}
*:first-child+html fieldset {
    margin-top:12px;
}
legend {
    color:#0000e6;
}
* html legend {
    padding:12px 0px;
}
*:first-child+html legend {
    padding:12px 0px;
}
input.text,
input.password {
    width:300px;
    margin:1px 0px 1px 0px;
}
* html input.text,
* html input.password {
    margin:0;
}
*:first-child+html input.text,
*:first-child+html input.password {
    margin:0;
}
textarea {
    width:360px;
    height:140px;
}
* html textarea {
    width:358px;
}
select {
    width:204px;
    margin:1px 0px 1px 0px;
}
* html select {
    width:206px;
}
div.radio_container {
    margin:0px 0px 1px 0px;
}
* html div.radio_container {
    margin:2px 0px -1px 0px;
}
*:first-child+html div.radio_container {
    margin:2px 0px -1px 0px;
}
div.radio_container span {
    display:block;
    padding-right:6px;
}
input.radio {
    top:2px;
    position:relative;
    padding:0;
    margin:1px 2px 0px 1px;
}
* html input.radio {
    top:1px;
    position:relative;
    margin:-4px -1px 0px -3px;
}
*:first-child+html input.radio {
    top:1px;
    position:relative;
    margin:-4px 0px 0px -3px;
}
div.checkbox_container {
    margin:0px 0px 1px 0px;
}
* html div.checkbox_container {
    margin:2px 0px -1px 0px;
}
*:first-child+html div.checkbox_container {
    margin:2px 0px -1px 0px;
}
div.checkbox_container span {
    display:block;
    padding-right:6px;
}
input.checkbox {
    padding:0;
    margin:3px 3px 0px 1px;
}
* html input.checkbox {
    top:1px;
    position:relative;
    margin:-4px 0px 0px -3px;
}
*:first-child+html input.checkbox {
    top:1px;
    position:relative;
    margin:-4px 0px 0px -3px;
}
input.file {
    margin:1px 0px 1px 0px;
}
* html input.file {
    margin:0;
}
*:first-child+html input.file {
    margin:0;
}
.error {
    color:#f00;
}
span.mandatory {
    color:#f00;
}

