/* normalize.css v2.1.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header {
  margin: 0 auto;
  position: relative;
  width: 57.25em;
  height: 8.25em;
  background-color: #fff;
}
header b {
  font-weight: normal;
  font-size: 0.868125em;
  color: #aaa;
  position: absolute;
  top: 0.75em;
  left: 14em;
  letter-spacing: 0.15em;
}
header a {
  display: inline-block;
  width: 175px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  text-decoration: none;
  color: #fff;
}
div.wrapper {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 57.25em;
  -webkit-box-shadow: 0px 0px 80px 40px #8f0004;
  box-shadow: 0px 0px 80px 40px #8f0004;
  background-color: #fff;
  background-image: url("/skin/images/background/background.png");
  background-repeat: repeat-y;
}
div.wrapper.blue {
  -webkit-box-shadow: 0px 0px 80px 40px #2c355a;
  box-shadow: 0px 0px 80px 40px #2c355a;
}
main {
  width: 32.9375em;
  font-size: 1.041875em;
  padding: 0.625em 0.8125em 6em 0.8125em;
  float: left;
  min-height: 52em;
}
main a:link,
main a:visited {
  color: #c52814;
  text-decoration: none;
}
main a:hover {
  border-bottom: 1px solid #c52814;
}
main img.header {
  width: 522px;
  height: 206px;
}
main ul {
  margin-top: 0;
}
main ul li {
  list-style-type: none;
}
main ul li:before {
  content: "\2022";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -0.6em;
  top: -0.1em;
  color: #c52814;
  font-size: 1.3em;
}
aside {
  font-size: 0.868125em;
  width: 11.4375em;
  padding: 11.9em 0em 0.75em 0.75em;
  float: left;
  line-height: 1em;
  display: flex;
  align-items: flex-end;
  height: 230px;
}
aside a:link,
aside a:visited {
  color: #c52814;
  text-decoration: none;
}
aside a:hover {
  border-bottom: 1px solid #c52814;
}
aside a[href$=".doc"] {
  display: inline-block;
  margin-bottom: 0.5em;
}
aside img.doc,
aside img.pdf {
  margin-left: 5px;
}
aside div.legend {
  font-style: italic;
  color: #4e5e9e;
  width: 12em;
  line-height: 1.5em;
}
div.clear {
  clear: both;
}
footer {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 66em;
}
footer div.copyright {
  float: left;
  margin-top: -3.7em;
  font-size: 0.868125em;
  color: #aaa;
  padding: 2em 0 0 30em;
}
footer div.copyright a:link,
footer div.copyright a:visited {
  color: #aaa;
  text-decoration: none;
}
footer div.copyright a:hover {
  color: #c52814;
  text-decoration: underline;
}
footer div.slogan {
  float: right;
  margin-top: -4em;
  color: #fff;
  font-size: 1.041875em;
  font-weight: bold;
}
p.sublink {
  margin-top: 4.9em;
  padding-bottom: 0.4em;
}
p.evaluatie {
  margin-top: 4.8em;
}
.aside-extra {
  position: absolute;
  margin-left: 1em;
  top: 420px;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  background-color: #c52814;
}
html.blue {
  background-color: #4e5e9e;
}
body {
  font-size: 1em;
  font-family: "Arial Narrow", Arial, sans-serif;
}
h1 {
  color: #c52814;
  font-size: 2.7775em;
  font-weight: normal;
  padding: 0 0 0.3em 0;
  margin: 0;
}
h2 {
  color: #000;
  font-size: 1.041875em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
.hidden {
  display: none;
}
nav {
  width: 11.4375em;
  padding: 0.75em;
  float: left;
  clear: both;
}
nav ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ol li {
  padding-bottom: 0.5em;
}
nav ol li a:link,
nav ol li a:visited {
  color: #000;
  font-size: 0.868125em;
  text-decoration: none;
  text-transform: uppercase;
}
nav ol li a.active,
nav ol li a.h-active {
  color: #4e5e9e;
  border-bottom: 1px solid #4e5e9e;
}
nav ol li a:hover {
  color: #4e5e9e;
  border-bottom: 1px solid #4e5e9e;
}
fieldset {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
}
input[type="search"] {
  width: 7.5em;
  height: 1.5em;
  border: 1px solid #cec194;
  font-size: 0.868125em;
  padding-left: 2px;
  vertical-align: bottom;
}
input[type="submit"] {
  width: 3.5em;
  height: 1.75em;
  font-size: 0.868125em;
  background-color: #cec194;
  color: #fff;
  border: 1px solid #cec194;
}
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7daf3b;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
  }
}
