@charset "UTF-8";
@import 'hint.min.css';
a {
  cursor: pointer;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

tr {
  height: 20px;
}

span.highlight {
  background-color: #d6ecff;
}

section img {
  max-width: 100%;
  height: auto;
}

/* collapse/expand large tables */
.table-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.table-wrapper table {
  width: 840px;
  margin-bottom: 0;
}

.table-overlay {
  z-index: 1;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 40%;
  box-shadow: inset -18px 1px 48px -35px rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.8) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}

.table-zoom {
  z-index: 1;
  position: absolute;
  right: -1px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  background: url(../img/zoom.png) center center no-repeat #fff;
  cursor: pointer;
}

.table-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 30px;
  border: 1px solid #ddd;
  background: url(../img/close.png) center center no-repeat #fff;
  cursor: pointer;
}

.table-wrapper.popup {
  float: right;
  padding: 50px 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 25px -5px;
  margin-right: -200px;
  z-index: 1;
}

.popup .table-overlay, .popup .table-zoom {
  display: none;
}

.popup .table-close {
  display: block;
}

/* tooltips */
span.hint--bottom {
  line-height: 12px;
  border-bottom: 1px dotted #000;
  padding-bottom: 2px;
}

span.hint--bottom:after {
  max-width: 300px;
  line-height: 16px;
  white-space: normal;
}

.left.hint--bottom:before, .left.hint--bottom:after {
  left: auto;
  right: 50%;
  margin-right: -100%;
}

.left.hint--bottom:after {
  margin-right: -20px;
}

.hint--bottom:hover {
  cursor: help;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#snelnaar a.disabled, #snelnaar a.disabled:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
  color: #000000 !important;
}

table p {
  padding-right: 5px;
  margin-bottom: 0px;
}

td.highlightresultaten {
  background-color: #f2e6fe;
  font-weight: bold;
}

td.rowhighlight {
  background-color: #f2e6fe;
}

.color-accent {
  color: rgb(227, 0, 123);
}
.color-accent a {
  color: rgb(227, 0, 123);
}
.color-accent a:hover, .color-accent a:visited {
  color: rgb(227, 0, 123);
}

.content h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}
.content .intro > * {
  position: relative;
  z-index: 1;
}
.content .chart {
  position: relative;
  z-index: 0;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
#skiplinks {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", "Arial";
}

a {
  color: #33006d;
}
a:hover, a:visited {
  color: #33006d;
}

ul {
  margin: 0;
  list-style: none;
}

.text-left,
.text-left p {
  text-align: left;
}

.text-center,
.text-center p {
  text-align: center;
}

.text-right,
.text-right p {
  text-align: right;
}

.content ul, .content ol {
  font-size: 16px;
  line-height: 150%;
}
.content ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.content ul li:before {
  position: absolute;
  display: inline-block;
  content: "•";
  left: 20px;
  top: 0px;
  color: #EF037F;
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .content ul, .content ol, .content p {
    font-size: 14px;
  }
  .content h2,
  .content h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .content ul, .content ol, .content p {
    font-size: 14px;
  }
  .content h2,
  .content h5 {
    font-size: 16px;
  }
}
.arrow-icon {
  position: absolute;
  top: 7px;
  right: 0;
}

h1 {
  position: relative;
  font-weight: normal;
  color: #33006d;
  margin-top: 0;
}
h1.icon {
  padding-left: 55px;
}
h1 img {
  position: absolute;
  max-width: 40px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 1.5em;
  }
}

h2,
h5 {
  font-size: 19px;
  line-height: 136%;
  margin-bottom: 20px;
  color: #33006d;
}
.text-block h2,
.text-block h5 {
  margin-bottom: 10px;
}

h5 {
  font-weight: 400;
}
h5.table {
  margin-bottom: 6px;
}

p {
  font-size: 16px;
  line-height: 150%;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
p.caption {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 1024px) {
  p.caption {
    font-size: 12px;
  }
}
p.table.caption {
  margin-top: -15px;
  margin-bottom: 25px;
}

.intro {
  font-size: 16px;
  line-height: 24px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #33006d;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #33006d;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #33006d;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #33006d;
  opacity: 1;
}

input:focus {
  outline: 0;
}

#search {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #search {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #search {
    padding: 0 0 20px 0;
  }
}
#search fieldset {
  display: block;
  border: 1px solid #33006d;
  background-color: #fff;
  padding: 0;
}
#search input[type=text] {
  display: inline-block;
  width: calc(100% - 200px);
  padding: 21px 20px 21px 45px;
  font-size: 16px;
  color: #33006d;
  border: 0;
  background: url("../img/search.png") no-repeat 20px center;
}
#search input[type=text]:placeholder-shown { /* Chrome/Opera/Safari */
  color: #33006d;
}
#search input[type=submit] {
  display: inline-block;
  width: 200px;
  padding: 6px 0;
  margin: 9px 0;
  border: 0;
  background: #fff;
  font-size: 26px;
  border-left: 1px solid #33006d;
  cursor: pointer;
  color: #33006d;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #search form {
    padding: 20px;
  }
  #search input[type=text] {
    padding: 10px;
    width: 100%;
    font-size: 11px;
    background: #fff;
    border: 1px solid #ece4f0;
  }
  #search input[type=submit] {
    font-size: 16px;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 15px 0;
    background-color: #33006d;
    color: #fff;
  }
  #search fieldset {
    border: 0;
  }
}

.header-image-fixed {
  position: fixed;
  width: 100%;
  height: 339px;
  left: 0;
  top: 0;
  background-color: lightblue;
  z-index: -1;
}
.header-image-fixed img {
  width: 100%;
  height: auto;
}

#header {
  position: relative;
  background-color: transparent;
  padding-top: 44px;
}
#header > div.overlay {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
}
#header #logo {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 30px;
  transition: 0.3s opacity;
  /*img{ 
      background-color: rgba(white, 0.2);
    } */
}
#header #logo img {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  #header #logo img {
    max-width: 100%;
    padding: 0 20px;
  }
}
#header #logo:hover {
  opacity: 0.7;
}
#header .divider-gradient {
  margin-top: -10px;
}
#header .divider-gradient:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#000000",GradientType=0 );
}

.document-title {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #33006d;
}
.document-title span {
  /*background-color: rgba(white, 0.2);*/
  padding: 0 2px;
  /* text-shadow: 1px 1px 2px rgba($accent-color,0.5), 1px -1px 2px rgba($accent-color,0.5), -1px 1px 2px rgba($accent-color,0.5), -1px -1px 2px rgba($accent-color,0.5); */
}
@media screen and (max-width: 767px) {
  .document-title {
    font-size: 14px;
  }
}

#quicknav {
  position: absolute;
  right: 15px;
  top: 59px;
}
#quicknav li {
  display: inline-block;
  margin-left: 10px;
}
#quicknav li a {
  color: #33006d;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #quicknav li a {
    font-size: 12px;
  }
}
#quicknav li a:hover {
  text-decoration: underline;
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #33006d;
  width: 100%;
  padding-left: 0;
  list-style: none;
  z-index: 9999;
  /* First level item */
  /* Submenu lvl 2 */
}
#main-nav > li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
}
#main-nav > li:hover > a, #main-nav > li.active > a {
  background-color: #EF037F;
}
#main-nav > li a {
  display: block;
  padding: 15px;
  font-size: 14px;
  background-color: #33006d;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
#main-nav > li:hover > ul {
  display: block;
}
#main-nav ul {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  width: 230px;
  padding-left: 0;
  list-style: none;
  border-left: 3px solid #EF037F;
}
#main-nav ul a {
  background-color: #33006d;
  padding: 15px;
  font-size: 12px;
  line-height: 14px;
}
#main-nav ul > li {
  position: relative;
  /* Submenu lvl 3+ */
}
#main-nav ul > li:hover > a, #main-nav ul > li.active > a {
  background-color: #EF037F;
}
#main-nav ul > li ul {
  top: 0;
  left: 227px;
}
#main-nav ul > li:hover > ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  #main-nav {
    display: none;
  }
}

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #33006d;
  width: 100%;
  padding-left: 0;
  list-style: none;
  z-index: 9999;
  /* First level item */
  /* Submenu lvl 2 */
}
#mobile-nav .menu-trigger {
  padding-left: 35px;
}
#mobile-nav .menu-trigger img {
  max-width: 22px;
  position: absolute;
  left: 20px;
  top: 12px;
}
#mobile-nav .menu-trigger a {
  background-color: #33006d;
}
#mobile-nav .menu-trigger a:hover, #mobile-nav .menu-trigger a:focus {
  background-color: #33006d;
}
@media screen and (max-width: 1024px) {
  #mobile-nav {
    display: block;
  }
}
#mobile-nav .submenu {
  display: none;
}
#mobile-nav li:not(.menu-trigger) {
  display: none;
}
#mobile-nav > li {
  position: relative;
  display: block;
}
#mobile-nav > li:hover > a, #mobile-nav > li.active > a {
  background-color: #EF037F;
}
#mobile-nav > li a {
  display: block;
  padding: 15px;
  font-size: 14px;
  background-color: #33006d;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
#mobile-nav > li:hover > ul {
  display: block;
}
#mobile-nav ul {
  display: block;
  padding-left: 10px;
  margin-left: 5px;
  list-style: none;
  width: 100%;
}
#mobile-nav ul a {
  background-color: #33006d;
  padding: 15px;
  font-size: 12px;
  line-height: 14px;
  border-left: 3px solid #EF037F;
}
#mobile-nav ul > li {
  position: relative;
}
#mobile-nav ul > li:hover > a, #mobile-nav ul > li.active > a {
  background-color: #EF037F;
}
#breadcrumbs {
  border-top: 1px solid #33006d;
  border-bottom: 1px solid #33006d;
  margin-bottom: 20px;
}
#breadcrumbs a {
  display: inline-block;
  position: relative;
  background-color: #ece4f0;
  color: #33006d;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  margin-right: 20px;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  #breadcrumbs a {
    font-size: 11px;
    margin-right: 1px;
    padding: 11px 8px 12px 8px;
    margin-bottom: 1px;
  }
}
#breadcrumbs a:not(:first-of-type):before {
  content: "";
  position: absolute;
  border-bottom: 0px solid transparent;
  border-right: 18px solid #ece4f0;
  border-top: 36px solid transparent;
  left: -18px;
  top: 0;
  z-index: 1;
  transition: 0.3s border-right-color;
}
@media screen and (max-width: 767px) {
  #breadcrumbs a:not(:first-of-type):before {
    display: none;
  }
}
#breadcrumbs a:after {
  content: "";
  position: absolute;
  border-bottom: 36px solid transparent;
  border-left: 18px solid #ece4f0;
  border-top: 0px solid transparent;
  right: -18px;
  top: 0;
  z-index: 1;
  transition: 0.3s border-left-color;
}
@media screen and (max-width: 767px) {
  #breadcrumbs a:after {
    display: none;
  }
}
#breadcrumbs a:hover {
  background-color: #EF037F;
  color: #fff;
}
#breadcrumbs a:hover:after, #breadcrumbs a:hover:before {
  border-right-color: #EF037F;
  border-left-color: #EF037F;
}
#breadcrumbs .last-crumb {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  color: #33006d;
}
@media screen and (max-width: 767px) {
  #breadcrumbs .last-crumb {
    font-size: 11px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  table {
    overflow-x: auto;
    display: block;
    max-width: 100%;
  }
}
table p {
  text-align: left;
}

table.hide-borders td,
table.hide-borders th {
  border: none;
}

table.show-borders td,
table.show-borders th {
  border: 1px solid #b19fc7;
}

table.standard td,
table.standard th,
table.decade td,
table.decade th,
table.decade-custom td,
table.decade-custom th {
  height: 31px;
  padding: 3px 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  table.standard td p,
  table.standard th p,
  table.decade td p,
  table.decade th p,
  table.decade-custom td p,
  table.decade-custom th p {
    font-size: 12px;
  }
}
table.standard tr.odd td,
table.decade tr.odd td,
table.decade-custom tr.odd td {
  background-color: #f4f4f4;
}
table.standard th,
table.decade th,
table.decade-custom th {
  background-color: #33006d;
  color: #fff;
}
table.standard td.highlightresultaten, table.standard td.rowhighlight,
table.decade td.highlightresultaten,
table.decade td.rowhighlight,
table.decade-custom td.highlightresultaten,
table.decade-custom td.rowhighlight {
  background-color: #ece4f0 !important;
}
table.standard td.highlightresultaten,
table.standard .decade-subtotalen,
table.decade td.highlightresultaten,
table.decade .decade-subtotalen,
table.decade-custom td.highlightresultaten,
table.decade-custom .decade-subtotalen {
  font-weight: bold;
}

.chart {
  max-width: 605px;
  /* PDF table font-size: 9pt = 12px; Web table font-size: 16px = 12pt; therefore charts are a bit small in web with respect to PDF; scale 16/12=1.33 to get the same font-size ratio in PDF and Web */
  transform: scale(1.33);
  transform-origin: left top;
  /* Note in javascript the div.chart height is increased by factor 1.33 to fix overlap problems */
}

.result_count {
  margin-bottom: 30px;
}

.searchresults {
  padding-left: 0;
}

.search-result-entry a {
  text-decoration: none;
}
.search-result-entry h3 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #33006d;
}
.search-result-entry p {
  line-height: 1.3;
}
.search-result-entry .marked_up_url {
  font-size: 14px;
  line-height: 1.2;
  color: #999;
  font-style: italic;
}
.search-result-entry:not(:last-of-type) {
  border-bottom: 1px solid #33006d;
}

.pager {
  text-align: center;
  margin-top: 30px;
}
.pager span {
  margin: 0 6px;
  color: #33006d;
}
.pager span:first-child {
  color: #999;
}
.pager span:not(:first-child) {
  color: #EF037F;
}
.pager span:last-child {
  color: #999;
}
.pager a {
  margin: 0 6px;
  color: #33006d;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

#globalwrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #globalwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrapper {
  padding: 30px 0;
  background-color: #33006d;
}
.wrapper p {
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 40px 20px;
  }
}

.text-blocks {
  overflow: hidden;
}
.text-blocks:after {
  display: block;
  clear: both;
  content: "";
}
.text-blocks.image-blocks .text-block {
  min-height: auto;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .text-blocks.image-blocks .text-block {
    padding: 5px;
  }
}
.text-blocks.highlight-blocks > div {
  clear: both;
  float: none;
}
.text-blocks.highlight-blocks .text-block {
  min-height: auto;
  padding: 10px;
  border-color: #33006d;
  border-width: 3px;
}
.text-blocks.highlight-blocks .text-block p {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 62px);
  color: #33006d;
}
.text-blocks.highlight-blocks .text-block:hover {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .text-blocks.highlight-blocks .text-block {
    padding: 5px;
  }
}
.text-blocks.highlight-blocks .text-block img {
  max-width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.text-block {
  float: left;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  min-height: 245px;
  border: 4px solid transparent;
  transition: 0.3s border;
}
.text-block p {
  color: black;
}
@media screen and (max-width: 767px) {
  .text-block {
    font-size: 14px;
  }
}
.text-block.small {
  min-height: 147px;
}
@media screen and (max-width: 767px) {
  .text-block.small {
    min-height: auto;
  }
}
.text-block.half {
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .text-block.half {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
.text-block.quarter {
  width: calc(25% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .text-block.quarter {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
  }
}
.text-block:hover {
  border: 4px solid #33006d;
}
.text-block .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 29px;
}
.text-block h2 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #33006d;
  padding: 0 0 15px 0;
  margin-top: 0;
  border-bottom: 4px solid #33006d;
}
.text-block h2.has-icon {
  padding-left: 45px;
}
.text-block p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-block p {
    font-size: 14px;
  }
}
.text-block a {
  color: #33006d;
  transition: 0.3s color;
}
.text-block a:hover {
  color: #EF037F;
}
.text-block img {
  max-width: 100%;
  height: auto;
}
.text-block ul {
  padding-left: 18px;
  margin-bottom: 15px;
}
.text-block ul:last-child {
  margin-bottom: 0;
}
.text-block ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.text-block ul li:before {
  position: absolute;
  display: inline-block;
  content: "•";
  left: -18px;
  top: 0;
  color: #EF037F;
  font-size: 27px;
}

.sitemap {
  overflow: hidden;
}

.sitemap-block {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .sitemap-block {
    width: 100%;
    float: none;
    clear: both;
  }
}
.sitemap-block ul {
  padding-left: 18px;
}
.sitemap-block ul .items {
  margin-bottom: 40px;
}
.sitemap-block ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.sitemap-block ul li:before {
  position: absolute;
  display: inline-block;
  content: "•";
  left: -18px;
  top: 0;
  color: #EF037F;
  font-size: 27px;
}
.sitemap-block ul li a {
  color: #33006d;
  transition: 0.3s color;
}
.sitemap-block ul li a:hover {
  color: #EF037F;
}

.text-blocks.highlight-blocks > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.text-blocks.highlight-blocks > div > a {
  flex: 1 25%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .text-blocks.highlight-blocks > div > a {
    flex: 1 50%;
  }
}
.text-blocks.highlight-blocks > div .text-block {
  width: 100% !important;
}
.text-blocks.highlight-blocks > div .text-block.quarter.highlight {
  margin-left: 0;
  margin-right: 0;
}

#footer {
  position: relative;
  border-top: 10px solid #EF037F;
  min-height: 100px;
  padding-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 0 20px;
  }
}
#footer ul {
  margin-bottom: 0;
}
#footer .button-row {
  position: relative;
}
#footer .button-row a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding-top: 3px;
  width: 230px;
  height: 50px;
  background-image: url("../img/scroll_up_nextpage.png");
  background-repeat: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer .button-row a {
    right: 50%;
    margin-right: -115px;
  }
}

#downloads h2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #downloads h2 {
    margin-top: 70px;
  }
}
#downloads ul {
  padding-left: 0;
  margin-bottom: 20px;
}
#downloads ul li {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  margin-bottom: 5px;
}
#downloads ul li:before {
  position: absolute;
  display: inline-block;
  content: "•";
  left: 20px;
  top: 0px;
  color: #EF037F;
  font-size: 27px;
}
#downloads ul li a {
  color: #33006d;
  transition: 0.3s color;
}
@media screen and (max-width: 1024px) {
  #downloads ul li a {
    font-size: 14px;
  }
}
#downloads ul li a:hover {
  color: #EF037F;
}
/*# sourceMappingURL=all.css.map */
