article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;vertical-align:middle}audio:not([controls]){display:none;height:0}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-y:scroll}body{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1,h2,h3,h4,h5,h6{font-weight:400;font-family:Arial,Helvetica,sans-serif;margin:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;margin:20px 0;border:0;border-top:1px solid #CCC;border-bottom:1px solid #FFF}mark{background:#ff0;color:#000}#_atssh{display:none}address,p,pre{margin:0;padding:0;font-weight:400}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ol,ul{margin:10px 0 14px 14px;padding:0}ol ol,ul ul{margin:4px 0 0 14px;padding:0}ol li{margin-left:18px}body nav li,body nav ol,body nav ul{list-style:none;margin:0;padding:0;background:0 0;text-decoration:none}img{border:0;-ms-interpolation-mode:bicubic;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;padding:0 9!important}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}th{font-weight:700;vertical-align:bottom;text-align:left}td{vertical-align:top}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}


/* CSS Document
--------------------------------------------------------------------*/
html, body														{ overflow-x: hidden; }
html, body														{ font-family: 'Manrope', Helvetica, sans-serif; font-size: 14px; color: #333; line-height: 185%; }

body 	{ padding: 70px 0 0 0; }


/* Typografie stijlen voor de hele site
--------------------------------------------------------------------*/
h1, h2, h3, span.h1												{ line-height: 140%; font-family: 'Manrope', Arial, Helvetica, sans-serif; }
p, address, ul, ol, table										{ line-height: 185%; margin-bottom: 20px; }

h1																{ font-size: 2.00em; color: #333; margin-bottom: 25px; }
h2																{ font-size: 1.71em; color: #c18239; margin-bottom: 15px; padding-top: 10px; }
h3																{ font-size: 1.43em; color: #c18239; margin-bottom: 15px; padding-top: 10px; }
span.h1															{ font-size: 2.00em; color: #333; margin-bottom: 35px; display: block; }

a																{ -webkit-transition: all 0.3s ease-in-out; -webkit-transition-property: color, background-color; transition: all 0.3s ease-in-out; transition-property: color, background-color; }
a																{ color: #c18239; }
a:hover															{ color: #c18239; }
a.no-underline													{ color: #333; text-decoration: none; }
a.no-underline:hover											{ color: #333; text-decoration: none; }

a.more															{ color: #666; font-size: 0.92em; padding-right: 12px; text-decoration: none; position: relative; }
a.more:after													{ content: ""; position: absolute; right: 0; top: 58%; margin-top: -3.5px; width: 5px; height: 7px; background: url(/media/img/svg/sprite_bullets.png) no-repeat -141px -6px; }
a.more:hover													{ text-decoration: underline; }
a.back															{ color: #666; font-size: 0.92em; padding-left: 12px; text-decoration: none; position: relative; }
a.back:after													{ content: ""; position: absolute; left: 0; top: 58%; margin-top: -3.5px; width: 5px; height: 7px; background: url(/media/img/svg/sprite_bullets.png) no-repeat -156px -6px; }
a.back:hover													{ text-decoration: underline; }

ul																{ margin-bottom: 20px; }
ul li															{ list-style: none; padding-left: 18px; position: relative; }
ul li:after														{ content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 11px; background: url(/media/img/svg/sprite_bullets.png) no-repeat -171px -6px; }
ol																{ margin-bottom: 20px; }

hr																{ margin: 30px 0; }

.aname															{ display: block; position: relative; top: -128px; }

/* Basis vlakverdeling
--------------------------------------------------------------------*/
#container														{ background-color: #fff; margin: 0 auto; width: 560px; overflow: auto; }
#header															{ }
#melding														{ margin: 4% 4% 0 4%; overflow: auto; }
#footer															{ margin: 0 4% 2% 4%; min-height: 40px; line-height: 40px; padding-top: 2%; border-top: 1px solid #d2e4ef; text-align: center; }
#footer	p														{ margin: 0; padding: 0; line-height: 40px; }

@media only screen and (max-width: 1024px) {

.container				{ width: auto; margin: 0 2%; }

} /*/mediaquery*/
