@charset "UTF-8";
/* Overwrite bootstrap variables */
/* Theme variables */
/* Overwrite Bootstrap variables */
/* Icons */
.icon-font, .menu-items-chevron > li::before, aside > div > * ul.menu > li::before, aside .publicatie-items ul > li::before, .menu-items-chevron .menu-item::before, aside > div > * ul.menu .menu-item::before, aside .publicatie-items ul .menu-item::before, form#search-block-form input.form-submit, form#views-exposed-form-zoekresultaten-page-1 input.form-submit, #search-form summary::after, [class^="icon-"], [class*=" icon-"], .block-system-breadcrumb-block ol li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Bootstrap */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #447ebc;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2f5884;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.clearfix:before, main:before, .clearfix:after, main:after {
  content: " ";
  display: table; }

.clearfix:after, main:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/* Peutz Theme */
.menu-items-chevron, aside > div > * ul.menu, aside .publicatie-items ul {
  list-style-type: none;
  padding-left: 0; }
  .menu-items-chevron > li > *, aside > div > * ul.menu > li > *, aside .publicatie-items ul > li > *, .menu-items-chevron .menu-item > *, aside > div > * ul.menu .menu-item > *, aside .publicatie-items ul .menu-item > * {
    display: block;
    margin-left: 18px; }
  .menu-items-chevron > li::before, aside > div > * ul.menu > li::before, aside .publicatie-items ul > li::before, .menu-items-chevron .menu-item::before, aside > div > * ul.menu .menu-item::before, aside .publicatie-items ul .menu-item::before {
    content: "";
    float: left;
    margin-top: 3px; }
  .menu-items-chevron > li.menu-item--expanded::before, aside > div > * ul.menu > li.menu-item--expanded::before, aside .publicatie-items ul > li.menu-item--expanded::before, .menu-items-chevron .menu-item.menu-item--expanded::before, aside > div > * ul.menu .menu-item.menu-item--expanded::before, aside .publicatie-items ul .menu-item.menu-item--expanded::before {
    content: ""; }
  .menu-items-chevron > li .is-active, aside > div > * ul.menu > li .is-active, aside .publicatie-items ul > li .is-active, .menu-items-chevron .menu-item .is-active, aside > div > * ul.menu .menu-item .is-active, aside .publicatie-items ul .menu-item .is-active {
    color: #333; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.color-orange {
  color: #f39400; }

.color-blue {
  color: #447ebc; }

.color-yellow {
  color: #ffd100; }

.color-green {
  color: #0aa459; }

.color-lightgreen {
  color: #97bf0d; }

.color-red {
  color: #da5c39; }

.color-aqua {
  color: #00a3b4; }

.color-lila {
  color: #a69dc9; }

.color-peutzblue {
  color: #004381; }

.color-link {
  color: #004381; }

main {
  background-color: white; }

@media (max-width: 1199px) {
  body {
    overflow-x: hidden; } }

@media (min-width: 992px) {
  .page-center {
    display: flex; }
    .page-center main, .page-center aside {
      display: flex;
      flex-direction: column; } }

.layout-sidebar-right {
  padding-left: 0px;
  padding-right: 0px; }

aside {
  background-color: #c1c6cb; }
  aside > div > * {
    padding: 1.5rem 3rem;
    border-bottom: 1px solid #aaa; }
    aside > div > * h2 {
      margin-top: 0; }
    aside > div > * ul.menu ul.menu {
      margin-left: 15px; }

.bg-orange {
  background-color: #f39400; }

.bg-blue {
  background-color: #447ebc; }

.bg-yellow {
  background-color: #ffd100; }

.bg-green {
  background-color: #0aa459; }

.bg-lightgreen {
  background-color: #97bf0d; }

.bg-red {
  background-color: #da5c39; }

.bg-aqua {
  background-color: #00a3b4; }

.bg-lila {
  background-color: #a69dc9; }

html {
  height: 100vh;
  background: #a0a0a0;
  background: linear-gradient(#a0a0a0 0%, a0a0a0 50%, #dddcdc 51%); }

body {
  min-height: 100vh;
  color: #333;
  background: #dddcdc;
  background: linear-gradient(#a0a0a0 0%, #dddcdc 80%);
  background-attachment: fixed; }

h1 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-bottom: 2.8rem; }

h2 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  word-spacing: 1px;
  margin-top: 2rem;
  margin-bottom: 1rem; }

h3 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 2rem;
  margin-bottom: 0; }
  h3 + p {
    margin-top: 0; }

h4, h5, h6 {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 1.4rem;
  margin-bottom: 0; }
  h4 + p, h5 + p, h6 + p {
    margin-top: 0; }

p {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem; }

a {
  color: #004381;
  text-decoration: none; }
  a:link {
    color: #004381; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

b,
strong {
  font-style: normal;
  font-weight: 600; }

table.raster p {
  font-size: 0.846em; }

input[type="text"], input[type="email"], input[type="submit"], input[type="button"], input[type="phone"], input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

body .container > header {
  height: 75px; }

.menu-toggle {
  height: inherit; }
  .menu-toggle > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 2.2rem;
    color: inherit; }
    .menu-toggle > a:hover, .menu-toggle > a:active, .menu-toggle > a:focus {
      text-decoration: none; }

.header-logo {
  height: inherit;
  position: relative; }
  .header-logo .slogan {
    display: none; }
  @media (min-width: 768px) {
    .header-logo .slogan {
      display: block;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      position: absolute;
      top: 10px;
      right: 159px;
      left: 10px;
      text-align: right;
      color: black; } }
  .header-logo a.logo-title {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 139px;
    height: 55px;
    margin: 0;
    display: block;
    text-indent: -999em;
    background: transparent url("../img/logo.svg") scroll no-repeat 0 0; }

.header-utilities {
  height: inherit; }

.site-contact {
  left: 30px;
  position: absolute;
  top: 29px;
  width: 180px; }

#main-menu nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#main-menu nav > ul > li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #aaa;
  transition: background-color 300ms ease; }
  #main-menu nav > ul > li:last-child {
    border-bottom-width: 0; }
  #main-menu nav > ul > li.menu-item--expanded::before {
    content: "";
    position: absolute;
    right: 2rem;
    top: 1rem;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform-origin: 50% 55%;
            transform-origin: 50% 55%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #main-menu nav > ul > li.menu-item--expanded.open::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  #main-menu nav > ul > li a {
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    white-space: nowrap;
    color: #333;
    padding: 0.5rem 2rem; }
  #main-menu nav > ul > li > a {
    padding: 1rem 2rem; }
  #main-menu nav > ul > li > ul {
    display: none; }
  #main-menu nav > ul > li.open {
    background-color: #e1e6ea; }
    #main-menu nav > ul > li.open > ul {
      display: block; }

@media (max-width: 767px) {
  #main-menu nav > ul {
    position: absolute;
    z-index: 70;
    width: 100%;
    padding: 2rem 2rem;
    background-color: #c1c6cb;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }
    #main-menu nav > ul.open {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    #main-menu nav > ul > li > ul > li:last-child {
      margin-bottom: 0.5rem; }
    #main-menu nav > ul > li > a {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      transition: -webkit-transform 300ms ease;
      transition: transform 300ms ease;
      transition: transform 300ms ease, -webkit-transform 300ms ease; }
    #main-menu nav > ul > li.open > a {
      -webkit-transform: translate(1rem);
              transform: translate(1rem); } }

@media (min-width: 768px) {
  #main-menu nav > ul {
    display: flex;
    height: 45px;
    padding: 0; }
    #main-menu nav > ul > li {
      position: relative;
      flex: 1 0 auto;
      height: 45px;
      margin: auto;
      text-align: center;
      background-color: #c1c6cb;
      border-left: 1px solid #aaa;
      border-bottom-width: 0;
      transition: background-color 300ms ease; }
      #main-menu nav > ul > li:first-child {
        border-width: 0; }
      #main-menu nav > ul > li.menu-item--expanded::before {
        content: none; }
      #main-menu nav > ul > li a {
        text-decoration: none;
        text-transform: lowercase;
        white-space: nowrap;
        color: #333;
        padding: 0; }
      #main-menu nav > ul > li > a {
        display: inline-block;
        width: 100%;
        line-height: 45px;
        font-size: 1.7rem;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 1px;
        word-spacing: 1px; }
      #main-menu nav > ul > li > ul {
        width: auto;
        height: auto;
        text-align: left;
        position: absolute;
        left: 0;
        top: 100%;
        list-style-type: none;
        margin: 0;
        padding: 1.5rem 2rem;
        z-index: 50;
        background-color: #c1c6cb;
        min-width: 110px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 5s, opacity 5s ease 0s; }
        #main-menu nav > ul > li > ul a:hover {
          text-decoration: underline; }
      #main-menu nav > ul > li.open > ul {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s; }
      #main-menu nav > ul > li:hover {
        background-color: #e1e6ea; } }

.mission {
  padding: 15px;
  border-bottom: 1px solid #c1c6cb;
  margin-left: -15px;
  margin-right: -15px; }

.layout-content {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .layout-content {
      padding: 15px 30px; } }
  .layout-content img {
    max-width: 100%;
    height: auto; }
  .layout-content .video {
    position: relative; }
  .layout-content .video a {
    position: absolute;
    display: block;
    background: url("../img/YouTube.svg");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px; }
  .layout-content .node-created-date {
    float: right;
    color: #999;
    margin: 0 0 1em 1em; }
  @media (max-width: 767px) {
    .layout-content .field-paginafoto {
      text-align: center; } }
  .layout-content .field-paginafoto {
    margin-bottom: .5em; }
  .layout-content .field-afbeelding .field__item {
    margin: 1em 0; }

@media (min-width: 768px) {
  article.nieuws .field-paginafoto {
    float: left;
    margin-right: 30px;
    max-width: 45%; } }

@media (max-width: 991px) {
  #site-contact-out {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%; } }

@media (min-width: 992px) {
  #site-contact-out {
    margin-top: 23px;
    float: right;
    margin-right: 2rem;
    line-height: 3rem; } }

#site-contact {
  width: 100%;
  height: 100%;
  transition: background-color 300ms ease; }
  #site-contact > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 2.2rem;
    color: inherit; }
    #site-contact > a:hover, #site-contact > a:active, #site-contact > a:focus {
      text-decoration: none; }

#site-selection-out {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%; }

#site-selection {
  width: 100%;
  height: 100%;
  transition: background-color 300ms ease; }
  #site-selection > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 2.2rem;
    color: inherit; }
    #site-selection > a:hover, #site-selection > a:active, #site-selection > a:focus {
      text-decoration: none; }
  #site-selection > ul {
    list-style-type: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    z-index: 80;
    padding: 2rem 0;
    margin: 0;
    cursor: default;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: opacity 300ms linear, width 300ms ease-in-out;
    overflow-x: hidden;
    width: 0; }
    #site-selection > ul > li {
      white-space: nowrap;
      text-align: left;
      padding: 5px 3rem;
      width: 250px; }
      #site-selection > ul > li > span {
        display: block;
        margin-bottom: 3rem; }
  #site-selection.open {
    background-color: rgba(255, 255, 255, 0.3); }
    #site-selection.open > ul {
      opacity: 1;
      width: 250px;
      transition-delay: 0s; }
  #site-selection [class^='flag-'] {
    padding-left: 24px; }
  #site-selection > ul > li > a {
    display: block;
    text-decoration: none;
    white-space: nowrap; }
    #site-selection > ul > li > a:link {
      text-decoration: none;
      color: #004381; }
    #site-selection > ul > li > a:visited {
      text-decoration: none;
      color: #434343; }
    #site-selection > ul > li > a:hover {
      text-decoration: underline;
      color: #105391; }
    #site-selection > ul > li > a:active {
      text-decoration: none;
      color: #105391; }

@media (min-width: 992px) {
  #site-selection-out {
    position: static;
    float: right;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-top: 23px; }
  #site-selection {
    line-height: 1.45em;
    position: relative;
    padding: 5px 0 5px 7px;
    z-index: 100;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 300ms ease; }
    #site-selection > a {
      background-position: 1px 4px;
      font-size: inherit;
      text-align: inherit;
      padding-top: 0; }
    #site-selection:hover {
      background-color: rgba(255, 255, 255, 0.8); }
    #site-selection.open ul {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible;
      transition-delay: 0s;
      width: auto; }
    #site-selection ul {
      width: auto;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0;
      visibility: hidden;
      position: absolute;
      right: 0;
      top: 100%;
      background: white;
      z-index: 80;
      padding: 5px 7px 5px 7px;
      margin: 0;
      cursor: default;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      transition: visibility 0s linear 300ms, opacity 300ms ease 0s, -webkit-transform 300ms ease 0s;
      transition: visibility 0s linear 300ms, transform 300ms ease 0s, opacity 300ms ease 0s;
      transition: visibility 0s linear 300ms, transform 300ms ease 0s, opacity 300ms ease 0s, -webkit-transform 300ms ease 0s; }
      #site-selection ul li {
        width: auto;
        padding: 1px 0; }
    #site-selection a {
      display: block;
      text-decoration: none;
      white-space: nowrap; }
      #site-selection a:link {
        text-decoration: none;
        color: #004381; }
      #site-selection a:visited {
        text-decoration: none;
        color: #434343; }
      #site-selection a:hover {
        text-decoration: underline;
        color: #105391; }
      #site-selection a:active {
        text-decoration: none;
        color: #105391; }
    #site-selection.open > span:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    #site-selection > a {
      padding-right: 2em; }
      #site-selection > a:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 2em;
        height: 100%;
        background: transparent url("../img/menu-expanded.png") center center no-repeat;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease; } }

.flag-eu {
  background: transparent url("../img/europeanunion.png") 1px 4px no-repeat; }

.flag-nl {
  background: transparent url("../img/nl.png") 1px 4px no-repeat; }

.flag-gb {
  background: transparent url("../img/gb.png") 1px 4px no-repeat; }

.flag-be {
  background: transparent url("../img/be.png") 1px 4px no-repeat; }

.flag-fr {
  background: transparent url("../img/fr.png") 1px 4px no-repeat; }

.flag-de {
  background: transparent url("../img/de.png") 1px 4px no-repeat; }

.flag-es {
  background: transparent url("../img/es.png") 1px 4px no-repeat; }

.flag-it {
  background: transparent url("../img/it.png") 1px 4px no-repeat; }

.flag-tr {
  background: transparent url("../img/tr.png") 1px 4px no-repeat; }

.flag-cp {
  background: transparent url("../img/fr.png") 1px 4px no-repeat; }

.flag-kohler {
  background: transparent url("../img/nl.png") 1px 4px no-repeat; }

.flag-peutzdata {
  background: transparent url("../img/nl.png") 1px 4px no-repeat; }

form#search-block-form, form#views-exposed-form-zoekresultaten-page-1 {
  height: 45px;
  white-space: nowrap; }
  form#search-block-form div, form#views-exposed-form-zoekresultaten-page-1 div {
    box-sizing: border-box;
    height: 100%; }
  form#search-block-form div.form-item, form#views-exposed-form-zoekresultaten-page-1 div.form-item {
    float: left;
    width: calc(100% - 45px); }
  form#search-block-form div.form-actions, form#views-exposed-form-zoekresultaten-page-1 div.form-actions {
    width: 45px; }
  form#search-block-form input.form-text, form#search-block-form input.form-search, form#views-exposed-form-zoekresultaten-page-1 input.form-text, form#views-exposed-form-zoekresultaten-page-1 input.form-search {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    border-width: 0;
    font-size: 17px;
    padding: 12.5px 0 12.5px 30px;
    line-height: 20px;
    color: #aaa;
    transition: color 300ms ease; }
    form#search-block-form input.form-text::-webkit-input-placeholder, form#search-block-form input.form-search::-webkit-input-placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-text::-webkit-input-placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-search::-webkit-input-placeholder {
      opacity: 1; }
    form#search-block-form input.form-text:-ms-input-placeholder, form#search-block-form input.form-search:-ms-input-placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-text:-ms-input-placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-search:-ms-input-placeholder {
      opacity: 1; }
    form#search-block-form input.form-text::-ms-input-placeholder, form#search-block-form input.form-search::-ms-input-placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-text::-ms-input-placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-search::-ms-input-placeholder {
      opacity: 1; }
    form#search-block-form input.form-text::placeholder, form#search-block-form input.form-search::placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-text::placeholder, form#views-exposed-form-zoekresultaten-page-1 input.form-search::placeholder {
      opacity: 1; }
    form#search-block-form input.form-text:hover, form#search-block-form input.form-text:focus, form#search-block-form input.form-search:hover, form#search-block-form input.form-search:focus, form#views-exposed-form-zoekresultaten-page-1 input.form-text:hover, form#views-exposed-form-zoekresultaten-page-1 input.form-text:focus, form#views-exposed-form-zoekresultaten-page-1 input.form-search:hover, form#views-exposed-form-zoekresultaten-page-1 input.form-search:focus {
      color: #333; }
  form#search-block-form input.form-submit, form#views-exposed-form-zoekresultaten-page-1 input.form-submit {
    box-sizing: border-box;
    font-size: 2rem;
    color: #aaa;
    padding: 0;
    width: inherit;
    height: 100%;
    border-width: 0;
    background-color: white;
    transition: color 300ms ease, background-color 300ms ease; }
    form#search-block-form input.form-submit::before, form#views-exposed-form-zoekresultaten-page-1 input.form-submit::before {
      content: ""; }
    form#search-block-form input.form-submit:hover, form#views-exposed-form-zoekresultaten-page-1 input.form-submit:hover {
      background-color: #e1e6ea;
      color: #333; }

#search-form summary::after {
  display: inline-block;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  content: ""; }

#search-form summary[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.views-field-search-api-excerpt {
  margin-bottom: 2rem; }

.container > footer {
  height: auto; }
  @media (min-width: 992px) {
    .container > footer {
      display: flex;
      height: 75px; } }
  .container > footer .footer-certificates {
    height: inherit; }
  .container > footer .footer-links {
    height: inherit; }
    @media (max-width: 991px) {
      .container > footer .footer-links {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .container > footer .footer-links .menu, .container > footer .footer-links .menu-horizontal {
      height: inherit;
      margin: 0 10px;
      padding: 0;
      display: flex; }
      .container > footer .footer-links .menu li a, .container > footer .footer-links .menu-horizontal li a {
        color: #333;
        text-transform: lowercase; }
        @media (max-width: 991px) {
          .container > footer .footer-links .menu li a, .container > footer .footer-links .menu-horizontal li a {
            line-height: 2.4rem; } }
    .container > footer .footer-links .menu {
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      list-style-type: none; }
    .container > footer .footer-links .menu-horizontal {
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
      list-style-type: none;
      flex-wrap: wrap; }
    .container > footer .footer-links a.pull-right {
      margin-top: 1.25rem;
      margin-left: 15px; }
      .container > footer .footer-links a.pull-right .svg-icon-link {
        fill: #004381;
        transition: fill 300ms ease; }
      .container > footer .footer-links a.pull-right:hover .svg-icon-link, .container > footer .footer-links a.pull-right:active .svg-icon-link {
        fill: #00509b; }

/**
 * @file
 * Visual styles for fields.
 */
.field__label {
  font-weight: bold; }

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
  /* LTR */ }

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em; }

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5em;
  padding-right: 0; }

.field--label-inline .field__label::after {
  content: ':'; }

.field-fotobron {
  color: #777;
  text-align: right; }
  .field-fotobron .field__label {
    font-weight: normal;
    float: none;
    display: inline; }
  .field-fotobron .field__item {
    display: inline;
    padding-right: 0; }

.layout-content .field {
  margin-top: 1rem; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?o9w1e8");
  src: url("../fonts/icomoon.eot?o9w1e8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o9w1e8") format("truetype"), url("../fonts/icomoon.woff?o9w1e8") format("woff"), url("../fonts/icomoon.svg?o9w1e8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-arrow_back:before {
  content: ""; }

.icon-arrow_drop_down:before {
  content: ""; }

.icon-domain:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-cancel:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-check_circle:before {
  content: ""; }

.icon-navigate_next:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-remove_circle:before {
  content: ""; }

.icon-error:before {
  content: ""; }

.icon-error_outline:before {
  content: ""; }

.icon-expand_more:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-info_outline:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-more_vert:before {
  content: ""; }

.icon-public:before {
  content: ""; }

.icon-report:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.icon-vertical_align_bottom:before {
  content: ""; }

/**
 * @file
 * Styles for system messages.
 */
.messages {
  padding: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .messages {
      padding: 15px 30px;
      margin-left: -30px;
      margin-right: -30px; } }

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.messages__item + .messages__item {
  margin-top: 0.769em; }

.messages--status {
  color: #4c6007;
  background-color: #f2fccf;
  border-color: transparent #97bf0d; }

.messages--warning {
  color: #8d5600;
  background-color: #ffebcc;
  border-color: transparent #f39400; }

.messages--error {
  color: #92351b;
  background-color: #f7dcd4;
  border-color: transparent #da5c39; }

.messages--error p.error {
  color: #92351b; }

.block-local-tasks-block {
  display: block;
  clear: both; }
  @media (min-width: 768px) {
    .block-local-tasks-block {
      margin-left: -30px;
      margin-right: -30px; } }
  .block-local-tasks-block:after {
    content: "";
    display: table;
    clear: both; }
  .block-local-tasks-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right; }
    .block-local-tasks-block ul li {
      float: left; }
      .block-local-tasks-block ul li a {
        display: inline-block;
        width: auto;
        padding: 0.7rem 1rem;
        background-color: #e1e6ea;
        transition: background-color 300ms ease;
        color: #333; }
        .block-local-tasks-block ul li a:hover {
          background-color: #c1c6cb;
          text-decoration: none; }
        .block-local-tasks-block ul li a:active {
          background-color: #aaa;
          transition-duration: 0ms; }
      .block-local-tasks-block ul li:not(:first-child) a {
        margin-left: 1px; }

/*
** Certificates
*/
.footer-certificates {
  /* M. Koot: img added on behalf of German wish: non-clickable logo's in the footer */ }
  .footer-certificates > img {
    display: inline-block;
    height: 50px;
    margin: 13px 3px 12px;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity, -webkit-filter 300ms ease;
    transition: opacity, filter 300ms ease;
    transition: opacity, filter 300ms ease, -webkit-filter 300ms ease; }
    .footer-certificates > img:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1.0; }
  .footer-certificates a {
    display: inline-block;
    height: 50px;
    margin: 13px 3px 12px;
    vertical-align: top; }
    .footer-certificates a img {
      height: 50px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: 0.7;
      transition: opacity, -webkit-filter 300ms ease;
      transition: opacity, filter 300ms ease;
      transition: opacity, filter 300ms ease, -webkit-filter 300ms ease; }
      .footer-certificates a img:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
        opacity: 1.0; }

.relevant-blocks-list .relevant-blocks-list-item {
  margin: 1em 0;
  display: flex;
  align-items: center; }
  .relevant-blocks-list .relevant-blocks-list-item:before, .relevant-blocks-list .relevant-blocks-list-item:after {
    content: " ";
    display: table; }
  .relevant-blocks-list .relevant-blocks-list-item:after {
    clear: both; }
  .relevant-blocks-list .relevant-blocks-list-item .relevant-block-image {
    margin-right: 1em;
    border: 3px solid #AAA; }
  .relevant-blocks-list .relevant-blocks-list-item .relevant-block-image,
  .relevant-blocks-list .relevant-blocks-list-item .relevant-block-text {
    float: left; }

.block-system-breadcrumb-block ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #aaa; }
  .block-system-breadcrumb-block ol li {
    display: inline-block; }
    .block-system-breadcrumb-block ol li::before {
      content: ""; }
    .block-system-breadcrumb-block ol li:first-child::before {
      content: ""; }
    .block-system-breadcrumb-block ol li a {
      color: #aaa;
      transition: color 500ms ease-in; }

.block-system-breadcrumb-block:hover ol li a {
  color: #919191; }

nav.pager {
  clear: both;
  padding: 15px 30px; }
  nav.pager ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center; }
    nav.pager ul li {
      list-style: none; }
      nav.pager ul li a {
        display: block;
        margin-left: -1px;
        padding: 0.5rem 1rem;
        background-color: white;
        transition: background-color 300ms ease, color;
        border: 1px solid #e1e6ea;
        text-decoration: none;
        white-space: nowrap; }
        nav.pager ul li a:hover {
          background-color: #e1e6ea;
          text-decoration: none; }
        nav.pager ul li a:active {
          background-color: #004381;
          color: white; }
      nav.pager ul li.pager__item--ellipsis {
        padding: 0.5rem; }
      nav.pager ul li.is-active a {
        background-color: #e1e6ea; }
        nav.pager ul li.is-active a:hover {
          background-color: #d2dae0; }

.layout-content form fieldset {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 3rem;
  border-color: #c1c6cb; }
  .layout-content form fieldset legend span {
    text-transform: lowercase;
    font-weight: bold;
    color: #aaa;
    padding: 0.5rem 1rem; }

.layout-content .form-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 3.2rem; }
  .layout-content .form-item label {
    display: block;
    font-weight: 600; }
    .layout-content .form-item label.option {
      display: inline;
      font-weight: 400; }
  .layout-content .form-item input[type="text"], .layout-content .form-item input[type="email"] {
    width: 100%; }
  @media (min-width: 768px) {
    .layout-content .form-item label {
      width: 30%;
      float: left; }
    .layout-content .form-item input[type="text"], .layout-content .form-item input[type="email"] {
      width: 70%; } }
  .layout-content .form-item label {
    line-height: inherit; }
  .layout-content .form-item input, .layout-content .form-item select, .layout-content .form-item textarea {
    border: 1px solid #aaa;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    box-sizing: border-box; }
    .layout-content .form-item input:focus, .layout-content .form-item select:focus, .layout-content .form-item textarea:focus {
      border-color: #447ebc; }
  .layout-content .form-item input[type="checkbox"], .layout-content .form-item input[type="radio"] {
    margin-right: 1rem;
    vertical-align: baseline;
    line-height: inherit; }
  .layout-content .form-item .option {
    width: auto;
    float: none; }
  .layout-content .form-item .description {
    color: #aaa;
    line-height: 2rem; }

.layout-content .form-actions input[type="button"], .layout-content .form-actions input[type="submit"], .layout-content .form-actions input[type="reset"] {
  padding: 1rem 2rem; }

.layout-content textarea {
  width: 100%;
  resize: vertical; }

.layout-content .button {
  background-color: #447ebc;
  border: none;
  color: white;
  text-transform: lowercase;
  font-weight: 600;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease; }
  .layout-content .button:hover {
    background-color: #366597; }
  .layout-content .button:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.layout-content .form-checkboxes .form-item {
  margin-top: 0;
  margin-bottom: 0; }

/* Peutz Views */
.photo-view {
  margin: 0 -30px; }
  .photo-view .views-row {
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .photo-view .views-row {
        width: 50%; } }
  @media (min-width: 768px) {
    .photo-view.photo-view-full-width .views-row {
      width: 100%; } }
  .photo-view .photo-view-item {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    border: 0 solid #C1C6CB;
    margin: 5px;
    transition: border 0.4s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
    transition: box-shadow 0.4s ease; }
    .photo-view .photo-view-item img {
      width: 100% !important;
      height: auto !important; }
    .photo-view .photo-view-item .photo-view-item-title {
      position: absolute;
      top: -100%;
      left: 0;
      margin: 0;
      padding: 2px 7px;
      width: 100%;
      height: auto;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
      font-size: 16px;
      line-height: 30px;
      transition: opacity 0.4s ease, top 0.4s ease; }
    .photo-view .photo-view-item:hover .photo-view-item-title {
      top: 0; }
    .photo-view .photo-view-item:hover .photo-view-item-shadow {
      box-shadow: none; }

.photo-view-block {
  margin: 0 -30px; }
  .photo-view-block .views-block-row {
    display: inline-block;
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .photo-view-block .views-block-row {
        width: 100%; } }
  .photo-view-block .photo-view-block-item {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    border: 0 solid #C1C6CB;
    margin: 5px;
    transition: border 0.4s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
    transition: box-shadow 0.4s ease; }
    .photo-view-block .photo-view-block-item img {
      width: 100% !important;
      height: auto !important; }
    .photo-view-block .photo-view-block-item .photo-view-block-item-title {
      position: absolute;
      top: -100%;
      left: 0;
      margin: 0;
      padding: 2px 7px;
      width: 100%;
      height: auto;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
      font-size: 16px;
      line-height: 30px;
      transition: opacity 0.4s ease, top 0.4s ease; }
    .photo-view-block .photo-view-block-item:hover .photo-view-block-item-title {
      top: 0; }
    .photo-view-block .photo-view-block-item:hover .photo-view-block-item-shadow {
      box-shadow: none; }

#block-views-block-contactpersonen-block-contacts {
  font-size: 13px; }
  #block-views-block-contactpersonen-block-contacts .views-field-contact-photo img {
    float: left;
    margin-right: 5px;
    border: 3px solid #aaa;
    width: 47px;
    height: 47px; }

.news-list .views-row {
  margin-bottom: 1.4615em;
  padding-bottom: 1.4615em;
  border-bottom: 1px solid #C1C6CB;
  position: relative; }

.news-list h2 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 85px 0 0;
  line-height: 1.1765em; }
  .news-list h2 a {
    color: #333; }

.news-list .views-field-created {
  position: absolute;
  top: 0;
  right: 0;
  color: #999; }

.news-list .views-field-field-paginafoto {
  float: left;
  margin: 5px 1em 5px 0;
  padding: 5px;
  border: 1px solid #ddd; }
  .news-list .views-field-field-paginafoto .field-content {
    display: inline; }

.news-list .views-field-view-node {
  clear: left; }

.view-projecten-overview .views-row {
  display: inline-block;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .view-projecten-overview .views-row {
      width: 33.3333%; } }

.view-projecten-overview .project-overzicht-item {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  border: 0 solid #C1C6CB;
  margin: 5px;
  transition: border 0.4s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
  transition: box-shadow 0.4s ease; }
  .view-projecten-overview .project-overzicht-item img {
    width: 100% !important;
    height: auto !important; }
  .view-projecten-overview .project-overzicht-item .project-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 2px 7px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 16px; }
  .view-projecten-overview .project-overzicht-item .project-location {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 1em;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 7px;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.4s ease, top 0.4s ease; }
  .view-projecten-overview .project-overzicht-item:hover .project-location {
    top: 0;
    opacity: 1; }
  .view-projecten-overview .project-overzicht-item:hover .project-shadow {
    box-shadow: none; }

.view-adviseurs .views-row {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0 0 0 9px; }

.view-adviseurs .views-field-field-pasfoto {
  line-height: 1;
  margin: 20px 15px 0 0; }

.view-adviseurs .views-field-title {
  font-size: 12px; }

.block-views-blockprojecten-slideshow-block-1 {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  background: #004381; }
  .block-views-blockprojecten-slideshow-block-1 .views_slideshow_cycle_teaser_section {
    width: 100%;
    height: 400px; }
  @media (min-width: 992px) {
    .block-views-blockprojecten-slideshow-block-1 .views_slideshow_cycle_teaser_section {
      height: 300px; } }
  .block-views-blockprojecten-slideshow-block-1 .slideshow-slide {
    position: relative; }
    .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left {
      position: relative; }
      .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left > img {
        max-width: 100%;
        height: auto; }
        @media (min-width: 992px) {
          .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left > img {
            max-width: 780px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left > img {
      position: relative;
      left: -66.67px; } }
      .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left .slideshow-slide-title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        min-height: 40px;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        padding: 0;
        margin: 0;
        line-height: 1; }
        .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left .slideshow-slide-title > h1 {
          font-size: 1.3em;
          margin: 10px;
          text-shadow: 1px 0 0 #000, 0 1px 0 #000, 1px 1px 3px #000; }
          .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left .slideshow-slide-title > h1 > span {
            font-weight: normal;
            margin-left: 10px; }
        @media (min-width: 992px) {
          .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left .slideshow-slide-title {
            max-width: 646.67px; } }
        @media (min-width: 1200px) {
          .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-left .slideshow-slide-title {
            max-width: 780px; } }
    .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-right {
      position: relative;
      background: #004381; }
      @media (min-width: 992px) {
        .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-right {
          position: absolute;
          top: 0;
          left: 647px;
          width: 323px; } }
      @media (min-width: 1200px) {
        .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-right {
          left: 780px;
          width: 390px; } }
      .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-right .slideshow-slide-text {
        color: #fff;
        padding: 10px 30px; }
        .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-right .slideshow-slide-text a {
          color: #fff;
          text-decoration: underline; }
        @media (min-width: 992px) {
          .block-views-blockprojecten-slideshow-block-1 .slideshow-slide .slideshow-right .slideshow-slide-text {
            height: 300px; } }
  .block-views-blockprojecten-slideshow-block-1 .widget_pager {
    padding: 0 15px;
    text-align: right; }
    .block-views-blockprojecten-slideshow-block-1 .widget_pager .views_slideshow_pager_field_item {
      display: inline-block; }
      .block-views-blockprojecten-slideshow-block-1 .widget_pager .views_slideshow_pager_field_item div {
        display: inline-block; }
      .block-views-blockprojecten-slideshow-block-1 .widget_pager .views_slideshow_pager_field_item a {
        display: inline-block;
        color: #fff;
        padding: 10px 5px; }
      .block-views-blockprojecten-slideshow-block-1 .widget_pager .views_slideshow_pager_field_item.active a {
        background-color: rgba(0, 0, 0, 0.3); }
    @media (min-width: 992px) {
      .block-views-blockprojecten-slideshow-block-1 .widget_pager {
        position: absolute;
        bottom: 0;
        left: 647px;
        width: 323.33px;
        z-index: 999; } }
    @media (min-width: 1200px) {
      .block-views-blockprojecten-slideshow-block-1 .widget_pager {
        left: 780px;
        width: 390px;
        text-align: right;
        padding: 0 15px; }
        .block-views-blockprojecten-slideshow-block-1 .widget_pager a {
          padding: 10px 8px; } }

.view-cursusaanbod-overview .views-row {
  border-bottom: 1px solid #C1C6CB;
  margin-bottom: 1.4615em;
  padding-bottom: 1.4615em; }

.view-cursusaanbod-overview .view-content div.views-row {
  margin-top: 0.5em; }

.view-cursusaanbod-overview .view-content div.views-row-first {
  border-top: 1px solid #C1C6CB;
  margin-top: 1.4615em;
  padding-top: 1.4615em; }

.view-cursusaanbod-overview .views-field-field-publicatiedatum-value {
  float: right;
  margin-left: 1em;
  color: #999; }

.view-cursusaanbod-overview .views-field-field-coursedate-value div {
  display: inline; }

.view-cursusaanbod-overview .views-field-field-coursedate-value .field-item {
  display: inline-block;
  margin-right: 10px; }

.view-cursusaanbod-overview .views-field-title {
  font-weight: normal;
  font-size: 1.3077em;
  line-height: 1.1754em;
  margin: 0; }

.view-cursusaanbod-overview .views-field-field-bestand-fid a:link {
  text-decoration: none; }

.view-cursusaanbod-overview .views-field-field-bestand-fid a:visited {
  text-decoration: none; }

.view-cursusaanbod-overview .views-field-field-bestand-fid a:hover {
  text-decoration: underline; }

.view-cursusaanbod-overview .views-field-field-bestand-fid a:active {
  text-decoration: underline; }

.view-cursusaanbod-overview .views-field-field-medium-value {
  font-style: italic;
  color: #999; }

aside .publicatie-items ul li::before {
  margin-top: 3px;
  float: left; }

/*# sourceMappingURL=main.css.map */
