/*
Theme Name: Collections Het Hoogeland
Theme URI: www.hethoogeland.com
Description: Custom theme for Collections - Het Hoogeland
Author: SQUID Media
Author URI: http://www.squidmedia.nl
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

.screen-reader-text {
  display: none; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.flex-col {
  flex-direction: column; }

.flex-col-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.items-start {
  align-items: start; }

.items-end {
  align-items: end; }

.items-center {
  align-items: center; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-stretch {
  justify-content: stretch; }

.flex-1 {
  flex: 1 1 0%; }

.flex-auto {
  flex: 1 1 auto; }

.flex-grow {
  flex-grow: 1; }

.flex-shrink {
  flex-shrink: 1; }

body {
  font-family: "Noto Sans", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kreon', serif; }

h1 {
  font-size: 32px;
  line-height: 38px; }

h2 {
  font-size: 28px;
  line-height: 34px; }

h3 {
  font-size: 18px;
  line-height: 28px; }

p + p {
  margin-top: 14px; }

a:not(.btn):not(.menu-item-a) {
  color: #005264; }
  a:not(.btn):not(.menu-item-a):hover {
    text-decoration: underline;
    color: #00232A; }

.btn {
  background-color: #0090B1;
  color: white;
  padding: 11px 15px;
  font-family: 'Kreon', serif;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    background-color: #005264; }

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box; }

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 10px 20px 10px 10px;
  margin-top: 10px;
  font-size: 13px;
  font-family: Noto Sans, sans-serif;
  color: #555;
  outline: none;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .ms-options-wrap > button:focus,
    .ms-options-wrap > button {
      max-width: 100% !important; } }

.ms-options-wrap.ms-active > button {
  z-index: 9999;
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.ms-options-wrap > button > span {
  display: flex; }

.ms-options-wrap > button > span > span {
  margin-left: 3px; }

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6; }

.ms-options-wrap > button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.ms-options-wrap.ms-active > button:after {
  transform: rotate(180deg); }

.ms-options-wrap.ms-has-selections > button {
  color: #333; }

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 20px;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #ececec;
  border-top: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
  visibility: hidden;
  font-size: 12px;
  color: #555; }

.ms-options-wrap.ms-active > .ms-options {
  margin-top: -39px;
  padding-top: 39px;
  padding-bottom: 10px;
  visibility: visible;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1000px) {
    .ms-options-wrap.ms-active > .ms-options {
      max-width: 210px !important;
      left: 15px; } }
  @media (max-width: 767px) {
    .ms-options-wrap.ms-active > .ms-options {
      left: 20px;
      max-width: calc(100% - 40px) !important; } }

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  outline: none; }

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  text-decoration: none;
  color: #005264; }
  .ms-options-wrap > .ms-options .ms-selectall:hover {
    color: #00B9E4; }

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline; }

.ms-options-wrap > .ms-options > .ms-selectall.global {
  display: flex;
  padding: 10px 10px 5px; }

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none; }

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px; }

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa; }

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold; }

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px; }

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px; }

.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef; }

.ms-options-wrap > .ms-options > ul li.selected label {
  border-color: transparent; }

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: relative;
  height: 14px;
  width: 14px;
  border: 1px solid #CFCFCF;
  margin-right: 10px;
  background-color: white; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.ms-options-wrap > .ms-options > ul label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.ms-options-wrap > .ms-options > ul label .checkmark:after {
  left: 2px;
  top: -2px;
  width: 5px;
  height: 10px;
  border: solid #00B9E4;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 25px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  background-color: white;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #005264;
  padding: 0;
  text-align: center;
  line-height: 42px;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 24px;
  font-weight: 700; }

.mfp-close:hover,
.mfp-close:focus {
  color: #00232A; }

.mfp-close-btn-in {
  color: #333; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 10px;
  color: #005264;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -20px;
  z-index: 9; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

/* Main image in popup */
img.mfp-img {
  max-height: 90vh !important;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: white; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0;
  background-color: white;
  padding: 10px; }
  .mfp-figure figure figcaption {
    padding: 10px 0 0; }

.mfp-bottom-bar {
  width: 100%;
  cursor: auto;
  position: relative; }

.mfp-title {
  line-height: 18px;
  color: #005264; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    left: 10px; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    right: 10px; } }
body {
  background-color: #F2F8F9; }

header.header {
  border-bottom: 5px solid #00B9E4;
  background-image: url("../src/img/header_img.jpg");
  background-size: cover;
  background-position: center 65%; }
  @media (max-width: 490px) {
    header.header {
      background: white; } }
  header.header .logo {
    width: 300px;
    max-width: 100%;
    padding: 20px;
    background-color: white;
    position: relative; }
    @media (max-width: 1000px) {
      header.header .logo {
        width: 240px;
        padding: 15px; } }
    @media (max-width: 767px) {
      header.header .logo {
        width: 150px;
        padding: 10px; } }
    header.header .logo a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    header.header .logo img {
      margin: 0 auto; }
  header.header .external_link {
    margin-right: 30px;
    align-self: center; }
    @media (max-width: 1000px) {
      header.header .external_link {
        margin-right: 20px; } }
    @media (max-width: 490px) {
      header.header .external_link {
        margin-right: 10px; } }
    header.header .external_link .btn {
      background-color: #DE3831;
      padding: 8px 15px; }
      header.header .external_link .btn:hover {
        background-color: #a42e2b; }
      @media (max-width: 490px) {
        header.header .external_link .btn {
          font-size: 16px;
          padding: 5px; } }

main.frontpage {
  max-width: 1040px; }
  main.frontpage section.intro {
    background-color: white;
    padding: 30px;
    margin: 80px 0 30px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
    main.frontpage section.intro h1 {
      color: #005264;
      margin-bottom: 20px; }
    main.frontpage section.intro img {
      width: 400px;
      max-width: 45%; }
    main.frontpage section.intro p {
      margin-left: 30px; }
    @media (max-width: 1360px) {
      main.frontpage section.intro {
        margin-top: 40px; } }
    @media (max-width: 1000px) {
      main.frontpage section.intro {
        padding: 20px; }
        main.frontpage section.intro > div {
          flex-flow: column; }
        main.frontpage section.intro img {
          max-width: 100%;
          width: 100%; }
        main.frontpage section.intro .content {
          margin-top: 20px; }
          main.frontpage section.intro .content p {
            margin: 0; } }
    @media (max-width: 490px) {
      main.frontpage section.intro {
        padding: 20px 10px; }
        main.frontpage section.intro h1 {
          font-size: 28px;
          line-height: 32px; } }
  main.frontpage section.uitgelichte_onderdelen h2 {
    color: #005264;
    margin-bottom: 20px; }
  main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border: 10px solid white;
    background-color: white; }
    main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel .img {
      width: 100%;
      height: 240px;
      background-size: cover;
      background-position: center; }
      @media (max-width: 1360px) {
        main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel .img {
          height: 180px; } }
      @media (max-width: 900px) {
        main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel .img {
          height: 140px; } }
    main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel h2 {
      font-size: 20px;
      line-height: 28px;
      margin: 30px 5px 10px; }
    main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel p {
      padding: 0 5px; }
    main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel .btn {
      font-size: 16px;
      padding: 5px 15px;
      margin: 20px 5px; }
    main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel + article {
      margin: 0 0 0 20px; }
  @media (max-width: 580px) {
    main.frontpage section.uitgelichte_onderdelen > div {
      flex-flow: column; }
    main.frontpage section.uitgelichte_onderdelen article.uitgelicht_onderdeel + article {
      margin: 20px 0 0 0; } }

@media (max-width: 767px) {
  .page_wrapper {
    flex-flow: column; } }

.toonfilter {
  display: none;
  padding: 10px 20px; }
  @media (max-width: 767px) {
    .toonfilter {
      display: block; } }
  @media (max-width: 490px) {
    .toonfilter {
      padding: 10px; } }

main.page {
  width: 100%;
  padding: 0 40px 60px; }
  @media (max-width: 1400px) {
    main.page {
      padding: 0 30px 60px; } }
  @media (max-width: 1000px) {
    main.page {
      padding: 0 20px 60px; } }
  @media (max-width: 767px) {
    main.page {
      padding: 0 20px 100px; } }
  @media (max-width: 490px) {
    main.page {
      padding: 0 10px 60px; } }
  main.page section.mainheader {
    margin: 40px 0; }
    @media (max-width: 767px) {
      main.page section.mainheader {
        margin: 30px 0 20px; } }
    main.page section.mainheader h1 {
      color: #005264; }
  main.page article.page_content {
    background-color: white;
    padding: 30px; }
    @media (max-width: 1000px) {
      main.page article.page_content {
        padding: 20px; } }
    @media (max-width: 490px) {
      main.page article.page_content {
        padding: 20px 10px; } }

main.single {
  max-width: 840px; }
  main.single h1, main.single h2, main.single h3, main.single h4, main.single h5, main.single h6 {
    font-family: 'Kreon', serif;
    font-weight: 700; }
  main.single h1 {
    font-size: 28px;
    line-height: 34px; }
  main.single h2 {
    font-size: 24px;
    line-height: 28px; }
  main.single h3 {
    font-size: 16px;
    line-height: 24px; }
  main.single p {
    font-family: "Noto Sans", sans-serif; }
  main.single p + h2, main.single p + h3, main.single p + h4, main.single p + h5, main.single p + h6, main.single p + p, main.single p + ul, main.single p + ol, main.single p + .wp-caption {
    margin-top: 16px; }
  main.single a {
    color: #005264; }
    main.single a:hover {
      text-decoration: underline; }
  main.single ul {
    list-style: none; }
    main.single ul li {
      padding: 5px 0 5px 30px;
      position: relative; }
      main.single ul li:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        top: 6px;
        left: 5px; }
  main.single ol {
    list-style: decimal;
    padding-left: 20px; }
    main.single ol li {
      padding: 5px 0 5px 10px;
      position: relative; }
  main.single ul, main.single ol {
    margin-bottom: 16px; }
  main.single .wp-caption {
    background-color: #fbfaff;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%; }
    main.single .wp-caption p {
      font-size: 14px;
      margin: 10px 0 0;
      padding-left: 10px; }

main.page_resultaten section.mainheader ul.tag_wrapper {
  margin: 10px -5px 0; }
  @media (max-width: 767px) {
    main.page_resultaten section.mainheader ul.tag_wrapper {
      display: none; } }
  main.page_resultaten section.mainheader ul.tag_wrapper li.tag {
    background-color: white;
    color: #005264;
    font-size: 12px;
    padding: 0 0 0 7px;
    margin: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    main.page_resultaten section.mainheader ul.tag_wrapper li.tag a.remove {
      color: #005264;
      padding: 5px 7px;
      font-size: 10px; }
      main.page_resultaten section.mainheader ul.tag_wrapper li.tag a.remove:hover {
        opacity: 0.85; }
    main.page_resultaten section.mainheader ul.tag_wrapper li.tag:hover {
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); }
  main.page_resultaten section.mainheader ul.tag_wrapper li.tag-all {
    background-color: #005264;
    color: white; }
    main.page_resultaten section.mainheader ul.tag_wrapper li.tag-all a.remove {
      color: white; }
main.page_resultaten section.resultaten {
  margin: -5px; }
  main.page_resultaten section.resultaten article.resultaat {
    flex-basis: 20%;
    padding: 10px; }
    @media (max-width: 1570px) {
      main.page_resultaten section.resultaten article.resultaat {
        flex-basis: 25%; } }
    @media (max-width: 1335px) {
      main.page_resultaten section.resultaten article.resultaat {
        padding: 5px; } }
    @media (max-width: 1300px) {
      main.page_resultaten section.resultaten article.resultaat {
        flex-basis: 33.333%; } }
    @media (max-width: 840px) {
      main.page_resultaten section.resultaten article.resultaat {
        flex-basis: 50%; } }
    @media (max-width: 767px) {
      main.page_resultaten section.resultaten article.resultaat {
        flex-basis: 33.333%; } }
    @media (max-width: 500px) {
      main.page_resultaten section.resultaten article.resultaat {
        flex-basis: 50%; } }
    @media (max-width: 350px) {
      main.page_resultaten section.resultaten article.resultaat {
        flex-basis: 100%; } }
    main.page_resultaten section.resultaten article.resultaat .resultaat-inner {
      min-height: 100%;
      background-color: white;
      padding: 0 0 20px;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      position: relative; }
      main.page_resultaten section.resultaten article.resultaat .resultaat-inner a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
      main.page_resultaten section.resultaten article.resultaat .resultaat-inner .image {
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        padding-top: 100%;
        border: 3px solid white;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        main.page_resultaten section.resultaten article.resultaat .resultaat-inner .image:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: inherit;
          transition: inherit; }
        @media (max-width: 350px) {
          main.page_resultaten section.resultaten article.resultaat .resultaat-inner .image {
            padding-top: 40%; } }
        main.page_resultaten section.resultaten article.resultaat .resultaat-inner .image img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      main.page_resultaten section.resultaten article.resultaat .resultaat-inner h3 {
        font-size: 16px;
        line-height: 22px;
        color: #005264;
        padding: 15px 10px 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      main.page_resultaten section.resultaten article.resultaat .resultaat-inner ul.details {
        font-size: 12px;
        line-height: 14px;
        color: #555;
        border-left: 2px solid #00B9E4;
        padding-left: 5px;
        margin: auto 10px 0; }
        main.page_resultaten section.resultaten article.resultaat .resultaat-inner ul.details li + li {
          margin-top: 10px; }
      main.page_resultaten section.resultaten article.resultaat .resultaat-inner:hover h3 {
        color: #0090B1; }
      main.page_resultaten section.resultaten article.resultaat .resultaat-inner:hover .image:before {
        transform: scale(1.1); }

main.page_resultaat section.mainheader a {
  color: #005264;
  font-size: 13px; }
  main.page_resultaat section.mainheader a:hover {
    text-decoration: underline; }
main.page_resultaat section.mainheader h1 {
  margin-top: 30px; }
main.page_resultaat section.resultaat {
  flex-flow: row wrap;
  margin-bottom: 30px; }
  main.page_resultaat section.resultaat h3 {
    font-size: 20px;
    color: #005264; }
  main.page_resultaat section.resultaat h4 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #005264; }
  main.page_resultaat section.resultaat article.resultaat_content {
    max-width: calc(100% - 400px);
    width: 580px; }
    @media (max-width: 1160px) {
      main.page_resultaat section.resultaat article.resultaat_content {
        max-width: 100%;
        width: 100%; } }
    main.page_resultaat section.resultaat article.resultaat_content .resultaat_content-wrapper {
      background-color: white;
      border: 10px solid white;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
      main.page_resultaat section.resultaat article.resultaat_content .resultaat_content-wrapper .beschrijving {
        margin: 20px 5px 10px; }
    main.page_resultaat section.resultaat article.resultaat_content .media {
      margin-top: 30px;
      padding: 20px 15px;
      background-color: white;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); }
      @media (max-width: 1160px) {
        main.page_resultaat section.resultaat article.resultaat_content .media {
          margin-top: 20px; } }
      main.page_resultaat section.resultaat article.resultaat_content .media h3 {
        margin-bottom: 5px; }
      main.page_resultaat section.resultaat article.resultaat_content .media .foto > .foto_wrapper, main.page_resultaat section.resultaat article.resultaat_content .media .video > .video_wrapper {
        margin: 0 -5px; }
        main.page_resultaat section.resultaat article.resultaat_content .media .foto > .foto_wrapper a, main.page_resultaat section.resultaat article.resultaat_content .media .video > .video_wrapper a {
          margin: 5px;
          position: relative;
          width: 70px;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden; }
          main.page_resultaat section.resultaat article.resultaat_content .media .foto > .foto_wrapper a img, main.page_resultaat section.resultaat article.resultaat_content .media .video > .video_wrapper a img {
            width: 100%;
            height: auto; }
      main.page_resultaat section.resultaat article.resultaat_content .media .video {
        margin-top: 10px; }
        main.page_resultaat section.resultaat article.resultaat_content .media .video .video_wrapper a img {
          opacity: .4; }
        main.page_resultaat section.resultaat article.resultaat_content .media .video .video_wrapper a .fa-play-circle {
          font-size: 28px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  main.page_resultaat section.resultaat aside.resultaat_details {
    width: 360px;
    margin-left: 40px; }
    @media (max-width: 1400px) {
      main.page_resultaat section.resultaat aside.resultaat_details {
        margin-left: 30px; } }
    @media (max-width: 1160px) {
      main.page_resultaat section.resultaat aside.resultaat_details {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px; } }
    main.page_resultaat section.resultaat aside.resultaat_details .aside_widget {
      padding: 20px 15px;
      background-color: white;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      font-size: 13px;
      line-height: 28px; }
      main.page_resultaat section.resultaat aside.resultaat_details .aside_widget h3 {
        margin-bottom: 10px; }
      main.page_resultaat section.resultaat aside.resultaat_details .aside_widget .label {
        font-size: 12px;
        color: #555;
        flex: 90px 0 0; }
      main.page_resultaat section.resultaat aside.resultaat_details .aside_widget .value {
        color: #333; }
        main.page_resultaat section.resultaat aside.resultaat_details .aside_widget .value a {
          color: #005264; }
          main.page_resultaat section.resultaat aside.resultaat_details .aside_widget .value a:hover {
            text-decoration: underline; }
        main.page_resultaat section.resultaat aside.resultaat_details .aside_widget .value.inscriptie {
          margin-top: 4px;
          line-height: 20px; }
      main.page_resultaat section.resultaat aside.resultaat_details .aside_widget + .aside_widget {
        margin-top: 30px; }
        @media (max-width: 1160px) {
          main.page_resultaat section.resultaat aside.resultaat_details .aside_widget + .aside_widget {
            margin-top: 20px; } }
      main.page_resultaat section.resultaat aside.resultaat_details .aside_widget.downloads ul li {
        align-items: flex-start;
        line-height: 20px; }
        main.page_resultaat section.resultaat aside.resultaat_details .aside_widget.downloads ul li + li {
          margin-top: 10px; }
        main.page_resultaat section.resultaat aside.resultaat_details .aside_widget.downloads ul li i {
          line-height: 20px;
          margin-right: 10px; }
          main.page_resultaat section.resultaat aside.resultaat_details .aside_widget.downloads ul li i.fa-file-pdf {
            color: #B40000; }
          main.page_resultaat section.resultaat aside.resultaat_details .aside_widget.downloads ul li i.fa-file-audio {
            color: #005264; }

aside.sidebar {
  min-width: 300px;
  max-width: 100%;
  min-height: calc(100vh - 125px);
  padding: 40px 20px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); }
  @media (max-width: 1000px) {
    aside.sidebar {
      min-width: 240px;
      padding: 40px 15px 20px; } }
  @media (max-width: 767px) {
    aside.sidebar {
      display: none;
      position: fixed;
      overflow: scroll;
      z-index: 999;
      top: 0;
      width: 100%;
      min-height: 100%;
      padding: 20px; }
      aside.sidebar.active {
        display: block; } }
  aside.sidebar h3 {
    color: #005264; }
  @media (max-width: 767px) {
    aside.sidebar .search {
      display: none; } }
  aside.sidebar .filters {
    margin-bottom: auto;
    margin-top: 30px; }
    @media (max-width: 767px) {
      aside.sidebar .filters {
        margin-top: 0; } }
    aside.sidebar .filters .btn {
      font-size: 18px;
      padding: 9px 15px;
      margin-top: 15px; }
  aside.sidebar footer.footer {
    font-size: 13px; }
    aside.sidebar footer.footer ul {
      padding-bottom: 20px; }
      aside.sidebar footer.footer ul li {
        margin-left: 3px; }
        aside.sidebar footer.footer ul li a {
          color: #005264; }
          aside.sidebar footer.footer ul li a:hover {
            color: #00232A; }
    aside.sidebar footer.footer .footer_logo {
      border-top: 1px solid #005264;
      padding-top: 20px;
      justify-content: center; }
      aside.sidebar footer.footer .footer_logo a img {
        width: 170px;
        height: auto; }
    @media (max-width: 767px) {
      aside.sidebar footer.footer {
        margin-top: 30px; }
        aside.sidebar footer.footer ul {
          justify-content: space-around; } }

section.paginatie {
  margin-top: 40px; }
  section.paginatie ul {
    font-size: 14px;
    line-height: 21px;
    color: #999; }
    section.paginatie ul li {
      line-height: 21px; }
      section.paginatie ul li a {
        color: #555;
        padding: 2px 8px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.paginatie ul li.prev i {
        margin-right: 8px; }
      section.paginatie ul li.next i {
        margin-left: 8px; }
      section.paginatie ul li.nolink {
        padding: 2px 8px; }
      section.paginatie ul li:hover a {
        color: #005264;
        text-decoration: underline;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    section.paginatie ul ul.paginas {
      margin: 0 10px;
      padding: 0 20px;
      border-left: 1px solid #555;
      border-right: 1px solid #555; }
      section.paginatie ul ul.paginas li + li {
        margin-left: 3px; }
      section.paginatie ul ul.paginas li.active a {
        color: white;
        background-color: #00B9E4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }

.fixednav {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    .fixednav {
      display: flex; } }
  .fixednav li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center; }
    .fixednav li a {
      font-size: 12px;
      line-height: 12px;
      color: #999;
      display: flex;
      flex-flow: column;
      padding: 15px 0 10px;
      position: relative; }
      .fixednav li a span:not(.linktext) {
        display: none;
        font-size: 20px;
        margin-bottom: 5px; }
    .fixednav li ul.sub-menu {
      display: none; }
    .fixednav li.active a {
      color: #005264;
      z-index: 2; }
      .fixednav li.active a span.current {
        height: 80px;
        width: 80px;
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: white;
        z-index: 1;
        transform: rotate(45deg); }
      .fixednav li.active a span:not(.current) {
        z-index: 2; }
    .fixednav li.filters > a span.fa-filter {
      display: block; }
    .fixednav li.home > a span.fa-home {
      display: block; }
    .fixednav li.zoeken > a span.fa-search {
      display: block; }

.searchform_wrapper h3 {
  color: #005264; }
.searchform_wrapper .searchform {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 520px; }
  .searchform_wrapper .searchform input[type="search"] {
    position: relative;
    width: calc(100% - 45px);
    text-align: left;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 10px 20px 10px 10px;
    font-size: 13px;
    font-family: Noto Sans, sans-serif;
    color: #555;
    outline: none;
    white-space: nowrap; }
  .searchform_wrapper .searchform button[type="submit"] {
    height: 40px;
    width: 40px;
    font-size: 16px;
    padding: 0; }

main.pagesearch {
  max-width: 1040px; }

article.search {
  background-color: white;
  padding: 30px; }
  @media (max-width: 1000px) {
    article.search {
      padding: 20px; } }
  @media (max-width: 490px) {
    article.search {
      padding: 20px 10px; } }

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