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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 187, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

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

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

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

/**
 * Hide the overflow in IE.
 */
/* line 228, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

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

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

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

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

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

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

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../scss/_normalize.scss */
summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE.
 */
/* line 434, ../scss/_normalize.scss */
template {
  display: none;
}

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

/* 	Media query breakpoint te gebruiken in combinatie met de breakpoint mixin
	vb: @include bp(max-width, $bp-medium) of @include bp(max-width, 800px)
*/
/* line 1, ../scss/_base.scss */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* line 6, ../scss/_base.scss */
*:focus {
  outline: none;
}

/* line 10, ../scss/_base.scss */
::selection {
  background-color: #343e51;
  color: #fff;
}

/* line 15, ../scss/_base.scss */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 21, ../scss/_base.scss */
body {
  background: #fff;
  background-size: 100%;
  font-family: roboto, sans-serif, Arial, Verdana;
  font-size: 18px;
  color: #202632;
  font-weight: 400;
  line-height: 190%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 35, ../scss/_base.scss */
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 24px 0;
  padding: 0;
  float: left;
  width: 100%;
}

/* line 44, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #202632;
  font-family: oswald, sans-serif, Arial, Verdana;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
/* line 55, ../scss/_base.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 60, ../scss/_base.scss */
h1 {
  color: #fa7368;
}
/* line 63, ../scss/_base.scss */
h1 a {
  color: #fa7368;
}

/* line 68, ../scss/_base.scss */
h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fa7368;
}
/* line 73, ../scss/_base.scss */
h2 a {
  color: #fa7368;
}

/* line 78, ../scss/_base.scss */
h3 {
  font-size: 26px;
  line-height: 32px;
}

/* line 83, ../scss/_base.scss */
h4 {
  font-size: 20px;
  line-height: 26px;
}

/* line 88, ../scss/_base.scss */
h5 {
  font-size: 16px;
}

/* line 92, ../scss/_base.scss */
h6 {
  font-size: 14px;
}

/* line 96, ../scss/_base.scss */
a {
  text-decoration: underline;
  color: #008c95;
}
/* line 100, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 105, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}
/* line 108, ../scss/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 112, ../scss/_base.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 117, ../scss/_base.scss */
ul {
  margin-top: 0;
  margin-bottom: 40px;
}

/* line 122, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 128, ../scss/_base.scss */
strong {
  font-weight: 700;
}

/* line 132, ../scss/_base.scss */
strong a {
  text-decoration: none;
}

/* line 136, ../scss/_base.scss */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
input[type=password],
button,
texarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f7f7f7;
  border: 1px solid #dedede;
  padding: 17px 18px;
  font-family: roboto, sans-serif, Arial, Verdana;
}

/* line 155, ../scss/_base.scss */
.styled-select {
  float: left;
  width: 100%;
  clear: both;
  max-width: 360px;
  overflow: hidden;
  background: url(../images/arrow_down.svg) no-repeat top 50% right 12px;
  background-size: 9px 6px;
  background-color: #f7f7f7;
}
/* line 165, ../scss/_base.scss */
.styled-select select {
  background: transparent;
  height: 100%;
  color: #333;
  font-weight: 300;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: roboto, sans-serif, Arial, Verdana;
  width: 100%;
}
@media only screen and (max-width: 770px) {
  /* line 165, ../scss/_base.scss */
  .styled-select select {
    font-size: 17px;
  }
}

/* line 181, ../scss/_base.scss */
input[type=submit],
button,
a.button,
.button {
  float: left;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  background-color: #202632;
  padding: 14px 30px 15px;
  font-weight: 400;
  min-width: 200px;
  font-size: 30px;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 200, ../scss/_base.scss */
input[type=submit]:hover,
button:hover,
a.button:hover,
.button:hover {
  text-decoration: none;
  background-color: #343e51;
}

/* line 207, ../scss/_base.scss */
.contentblock.page-video,
.responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 57.5%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  /* line 207, ../scss/_base.scss */
  .contentblock.page-video,
  .responsive-video {
    padding-top: 0;
  }
}
/* line 220, ../scss/_base.scss */
.contentblock.page-video.vimeo,
.responsive-video.vimeo {
  padding-top: 0;
}
/* line 226, ../scss/_base.scss */
.contentblock.page-video embed,
.contentblock.page-video iframe,
.contentblock.page-video object,
.contentblock.page-video video,
.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 238, ../scss/_base.scss */
.alert {
  margin-bottom: -20px;
  margin-top: 40px;
}
/* line 242, ../scss/_base.scss */
.alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}
/* line 250, ../scss/_base.scss */
.alert.alert-warning, .alert.alert-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}

/* line 1, ../scss/_layout.scss */
.container {
  float: left;
  width: 100%;
  margin: 0 auto;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 8, ../scss/_layout.scss */
.layout {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.layout:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (max-width: 1270px) {
  /* line 8, ../scss/_layout.scss */
  .layout {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 8, ../scss/_layout.scss */
  .layout {
    padding: 0 5%;
  }
}
/* line 24, ../scss/_layout.scss */
.layout.wide {
  padding: 0 5%;
}
@media only screen and (max-width: 770px) {
  /* line 24, ../scss/_layout.scss */
  .layout.wide {
    padding: 0 5%;
  }
}

/* line 33, ../scss/_layout.scss */
.content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1240px;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.content:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 43, ../scss/_layout.scss */
.wide {
  float: left;
  width: 100%;
  max-width: 100%;
}

/* line 49, ../scss/_layout.scss */
.left {
  float: left;
  width: 72%;
}

/* line 54, ../scss/_layout.scss */
.sidebar {
  float: right;
  width: 20%;
}

/* line 59, ../scss/_layout.scss */
.text-container {
  width: 100%;
  max-width: 770px;
}

/* line 1, ../scss/_content.scss */
body.active {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 7, ../scss/_content.scss */
.homepage .footer {
  margin-top: 0;
}

/* line 11, ../scss/_content.scss */
.homepage-intro {
  margin: 60px 0 20px;
}

/* line 15, ../scss/_content.scss */
.header {
  position: relative;
  z-index: 2;
  background: #008c95;
}
/* line 20, ../scss/_content.scss */
.header .top {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  height: 250px;
}
/* line 28, ../scss/_content.scss */
.header .logo {
  font-family: oswald, sans-serif, Arial, Verdana;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  width: auto;
}
/* line 40, ../scss/_content.scss */
.header .logo:hover {
  text-decoration: none;
}
/* line 45, ../scss/_content.scss */
.header .logo.image {
  max-width: 350px;
  line-height: 0;
}
/* line 50, ../scss/_content.scss */
.header .bottom {
  float: left;
  width: 100%;
  height: 54px;
  background: #f1f1f1;
}
/* line 57, ../scss/_content.scss */
.header .menu-container {
  float: left;
  width: calc(100% - 50px);
  position: relative;
}
/* line 63, ../scss/_content.scss */
.header .right {
  float: right;
  width: 50px;
  margin-top: 10px;
  position: absolute;
  z-index: 1;
  right: 0;
}
/* line 72, ../scss/_content.scss */
.header .menulogo {
  position: absolute;
  right: 45px;
  top: 4px;
}
/* line 78, ../scss/_content.scss */
.header .searchbtn {
  float: right;
  font-size: 26px;
  color: #202632;
  cursor: pointer;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 85, ../scss/_content.scss */
.header .searchbtn:hover {
  color: #666;
}
/* line 90, ../scss/_content.scss */
.header #searchform-inline {
  position: absolute;
  right: 0;
  width: 480px;
  background: #f1f1f1;
  top: 53px;
  padding: 15px;
  display: none;
}
/* line 99, ../scss/_content.scss */
.header #searchform-inline.show {
  display: block;
}
/* line 103, ../scss/_content.scss */
.header #searchform-inline input[type=search] {
  clear: none;
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 18px;
}
/* line 109, ../scss/_content.scss */
.header #searchform-inline input[type=search]:focus {
  border: 1px solid #dedede;
}
/* line 114, ../scss/_content.scss */
.header #searchform-inline input[type=submit] {
  clear: none;
  display: inline-block;
  width: 150px;
  margin-top: 0;
  min-width: 0;
  padding: 11px 20px;
}
/* line 124, ../scss/_content.scss */
.header .newsletterbutton {
  float: right;
  width: auto;
  padding: 1px 14px;
  background: #fff;
  clear: right;
  color: #008c95;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
/* line 138, ../scss/_content.scss */
.header .newsletterbutton .fas {
  margin-right: 6px;
}
/* line 143, ../scss/_content.scss */
.header .vop {
  float: right;
  width: auto;
  padding: 1px 14px;
  background: #fff;
  clear: right;
  color: #202632;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  text-decoration: none;
}
/* line 156, ../scss/_content.scss */
.header .vop .fas {
  margin-right: 6px;
}

/* line 162, ../scss/_content.scss */
.socialbar {
  float: right;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
/* line 169, ../scss/_content.scss */
.socialbar li {
  float: left;
  margin-right: 5px;
}
/* line 173, ../scss/_content.scss */
.socialbar li a {
  float: left;
  line-height: 0;
  background: #fff;
  text-align: center;
  font-size: 22px;
  padding: 8px;
  width: 38px;
  color: #008c95;
}
/* line 184, ../scss/_content.scss */
.socialbar li:last-child {
  margin-right: 0;
}

/* line 190, ../scss/_content.scss */
.home-banners {
  float: left;
  width: 100%;
  margin-top: 60px;
}

/* line 196, ../scss/_content.scss */
.home-banners .homebanner {
  aspect-ratio: 16/12;
  position: relative;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.home-banners .homebanner:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 20px  ) / 3) - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.home-banners .homebanner:nth-of-type(3n) {
  margin-right: 0;
}
/* line 202, ../scss/_content.scss */
.home-banners .homebanner:hover .image-container {
  opacity: 0,8;
}
/* line 207, ../scss/_content.scss */
.home-banners .homebanner .image-container {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 218, ../scss/_content.scss */
.home-banners .homebanner .image-container:hover {
  opacity: 0.85;
}
/* line 223, ../scss/_content.scss */
.home-banners .homebanner .companylogo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
/* line 230, ../scss/_content.scss */
.home-banners .homebanner .text {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 40px 20px 20px;
  z-index: 2;
}
/* line 238, ../scss/_content.scss */
.home-banners .homebanner .text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
/* line 257, ../scss/_content.scss */
.home-banners .homebanner .text h2 {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 2;
  font-size: 34px;
  line-height: 32px;
  text-transform: none;
}
/* line 268, ../scss/_content.scss */
.home-banners .homebanner .text .subtitle {
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  color: #fff;
  float: left;
  margin-top: 10px;
  font-size: 26px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}

/* line 282, ../scss/_content.scss */
.pagebanner,
.main-banner {
  position: relative;
  float: left;
  width: 100%;
  height: 720px;
  margin-top: 55px;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 295, ../scss/_content.scss */
.pagebanner .text,
.main-banner .text {
  position: absolute;
  left: 50px;
  right: 50px;
  margin: 0 auto;
  bottom: 45px;
  z-index: 2;
  -moz-transition: bottom 0.25s ease-in-out;
  -o-transition: bottom 0.25s ease-in-out;
  -webkit-transition: bottom 0.25s ease-in-out;
  transition: bottom 0.25s ease-in-out;
}
/* line 305, ../scss/_content.scss */
.pagebanner h1,
.main-banner h1 {
  color: #fff;
  font-family: oswald, sans-serif, Arial, Verdana;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
/* line 315, ../scss/_content.scss */
.pagebanner .subtext,
.main-banner .subtext {
  font-family: oswald, sans-serif, Arial, Verdana;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
/* line 322, ../scss/_content.scss */
.pagebanner .shadow,
.main-banner .shadow {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

/* line 330, ../scss/_content.scss */
.main-banner:hover:after {
  opacity: 0.15;
}
/* line 334, ../scss/_content.scss */
.main-banner:hover .text {
  bottom: 55px;
}
/* line 339, ../scss/_content.scss */
.main-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 354, ../scss/_content.scss */
.back-link {
  text-decoration: underline;
  margin-top: 30px;
  float: left;
  clear: both;
  display: block;
}

/* line 362, ../scss/_content.scss */
.pagebanner {
  height: 440px;
  margin-top: 60px;
  margin-bottom: 30px;
}
/* line 367, ../scss/_content.scss */
.pagebanner .text {
  left: 60px;
  right: 60px;
}
/* line 373, ../scss/_content.scss */
.pagebanner.agenda h1 {
  margin-bottom: 0 !important;
}
/* line 378, ../scss/_content.scss */
.pagebanner h1 {
  font-size: 70px;
  line-height: 70px;
}

/* line 384, ../scss/_content.scss */
.home-kijker {
  background: #f4f4f4;
  padding: 50px 0;
  margin-top: 70px;
}

/* line 390, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis,
.owl-carousel.in-de-kijker {
  float: left;
  width: 100%;
  position: relative;
}
/* line 396, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-stage-outer,
.owl-carousel.in-de-kijker .owl-stage-outer {
  position: relative;
  z-index: 2;
}
/* line 401, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-nav,
.owl-carousel.in-de-kijker .owl-nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(50% - 21px);
}
/* line 407, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-next,
.owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-prev,
.owl-carousel.in-de-kijker .owl-nav button.owl-next,
.owl-carousel.in-de-kijker .owl-nav button.owl-prev {
  position: absolute;
  min-width: 0;
  width: 45px;
  height: 45px;
  font-size: 60px;
  line-height: 50px;
}
/* line 416, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-next span,
.owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-prev span,
.owl-carousel.in-de-kijker .owl-nav button.owl-next span,
.owl-carousel.in-de-kijker .owl-nav button.owl-prev span {
  float: left;
  width: 100%;
}
/* line 422, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-next,
.owl-carousel.in-de-kijker .owl-nav button.owl-next {
  right: -50px;
}
/* line 426, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-prev,
.owl-carousel.in-de-kijker .owl-nav button.owl-prev {
  left: -50px;
}
/* line 431, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-stage,
.owl-carousel.in-de-kijker .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
/* line 436, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .owl-item,
.owl-carousel.in-de-kijker .owl-item {
  background: #fff;
  display: flex;
}
/* line 441, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .item,
.owl-carousel.in-de-kijker .item {
  display: flex;
  flex-direction: column;
}
/* line 446, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .item:hover .image-link img,
.owl-carousel.in-de-kijker .item:hover .image-link img {
  opacity: 0.8;
}
/* line 451, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .item .image-link,
.owl-carousel.in-de-kijker .item .image-link {
  float: left;
  width: 100%;
  position: relative;
}
/* line 456, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .item .image-link h3,
.owl-carousel.in-de-kijker .item .image-link h3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background: #202632;
  text-transform: none;
  z-index: 2;
  width: auto;
  padding: 2px 12px 5px;
  margin-bottom: 0;
  text-align: right;
  max-width: calc(100% - 40px);
}
/* line 471, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .item .image-link img,
.owl-carousel.in-de-kijker .item .image-link img {
  opacity: 1;
  z-index: 1;
  backface-visibility: hidden;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 480, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .info,
.owl-carousel.in-de-kijker .info {
  float: left;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
/* line 489, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .teaser,
.owl-carousel.in-de-kijker .teaser {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 497, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .read-more,
.owl-carousel.in-de-kijker .read-more {
  margin-right: auto;
  margin-top: auto;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  color: #202632;
}

/* line 508, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .info {
  border: 1px solid #eee;
}

/* line 512, ../scss/_content.scss */
.owl-carousel.mondelinge-geschiedenis .item .image-link h3 {
  background: #fff;
  color: #202632;
  text-align: left;
  font-size: 22px;
  left: 20px;
  right: auto;
}

/* line 521, ../scss/_content.scss */
.home-agenda {
  padding: 50px 0;
  margin-top: 20px;
}
/* line 525, ../scss/_content.scss */
.home-agenda h2 {
  float: left;
  width: auto;
}
/* line 530, ../scss/_content.scss */
.home-agenda .agenda-link {
  float: right;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  font-size: 30px;
  margin-top: 5px;
}
/* line 537, ../scss/_content.scss */
.home-agenda .agenda-link .fas {
  font-size: 25px;
}
/* line 542, ../scss/_content.scss */
.home-agenda .agenda-overview {
  background: none;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.home-agenda .agenda-overview .item-listing li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 20px  ) / 4) - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.home-agenda .agenda-overview .item-listing li:nth-of-type(4n) {
  margin-right: 0;
}
/* line 549, ../scss/_content.scss */
.home-agenda .agenda-overview .image-link {
  height: 100%;
}
/* line 553, ../scss/_content.scss */
.home-agenda .agenda-overview .image-link .date {
  left: 10px;
  bottom: 10px;
  width: 65px;
  height: 85px;
  z-index: 3;
  line-height: 22px;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.9);
}
/* line 564, ../scss/_content.scss */
.home-agenda .agenda-overview h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 40px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 10px 10px 90px;
  margin-bottom: 0;
  text-transform: none;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
}

/* line 583, ../scss/_content.scss */
.paginas .contentblock.buttonssection {
  margin-bottom: 20px;
}

/* line 588, ../scss/_content.scss */
.contentpage {
  max-width: 1120px;
}
/* line 592, ../scss/_content.scss */
.contentpage h1 {
  margin-top: 60px;
}

/* line 598, ../scss/_content.scss */
.agenda-detail .info {
  float: left;
  width: 100%;
}

/* line 604, ../scss/_content.scss */
.praktisch {
  float: left;
  width: 100%;
  margin-top: 70px;
}
/* line 609, ../scss/_content.scss */
.praktisch h2 {
  margin-bottom: 0;
}
/* line 613, ../scss/_content.scss */
.praktisch .row {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 621, ../scss/_content.scss */
.praktisch .row:first-of-type {
  margin-top: 20px;
}
/* line 627, ../scss/_content.scss */
.praktisch .row.begeleiders .persoon {
  float: left;
  width: 100%;
}
/* line 634, ../scss/_content.scss */
.praktisch .row.downloads a {
  float: left;
  clear: both;
}
/* line 639, ../scss/_content.scss */
.praktisch .row.downloads .fas {
  margin-right: 10px;
}
/* line 644, ../scss/_content.scss */
.praktisch .label {
  float: left;
  width: 250px;
  font-size: 21px;
  padding: 15px 20px;
  max-width: 250px;
  font-weight: 700;
  background: #daeef3;
}
/* line 654, ../scss/_content.scss */
.praktisch .value {
  float: left;
  padding: 15px 20px;
  width: calc(100% - 250px);
  background: #f6f6f6;
}
/* line 661, ../scss/_content.scss */
.praktisch .faqs {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 667, ../scss/_content.scss */
.praktisch .faqs a {
  text-decoration: underline;
}

/* line 673, ../scss/_content.scss */
.contactform,
.inschrijven {
  float: left;
  width: 100%;
  margin-top: 80px;
}
/* line 679, ../scss/_content.scss */
.contactform h2,
.inschrijven h2 {
  margin-bottom: 15px;
}
/* line 683, ../scss/_content.scss */
.contactform form,
.inschrijven form {
  float: left;
  width: 100%;
  padding: 40px 40px;
  margin-top: 10px;
  background: #f5f5f5;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.contactform .row:nth-of-type(n),
.inschrijven .row:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 2) - 30px);
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.contactform .row:nth-of-type(2n),
.inschrijven .row:nth-of-type(2n) {
  margin-right: 0;
}
/* line 695, ../scss/_content.scss */
.contactform .form-error,
.inschrijven .form-error {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: red;
  top: -1px;
}
/* line 703, ../scss/_content.scss */
.contactform input,
.inschrijven input {
  max-width: 100%;
  background: #fff;
}
/* line 708, ../scss/_content.scss */
.contactform .g-recaptcha,
.inschrijven .g-recaptcha {
  float: left;
  clear: both;
}

/* line 715, ../scss/_content.scss */
.inschrijven.salesforce.normal-page {
  margin-top: 20px;
}
/* line 719, ../scss/_content.scss */
.inschrijven.salesforce .styled-select {
  background-color: #fff;
  max-width: 100%;
}
/* line 723, ../scss/_content.scss */
.inschrijven.salesforce .styled-select select {
  padding: 19px 18px;
}
/* line 728, ../scss/_content.scss */
.inschrijven.salesforce textarea {
  max-width: 100%;
  width: 100%;
  height: 200px;
}
/* line 734, ../scss/_content.scss */
.inschrijven.salesforce .row.omschrijving {
  clear: both;
  width: 100%;
}

/* line 741, ../scss/_content.scss */
.agenda-overview-intro .info {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

/* line 748, ../scss/_content.scss */
.item-listing {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 757, ../scss/_content.scss */
.item-listing li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.item-listing li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 40px  ) / 3) - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.item-listing li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 764, ../scss/_content.scss */
.item-listing li:hover {
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
}
/* line 768, ../scss/_content.scss */
.item-listing li a {
  color: #000;
}

/* line 773, ../scss/_content.scss */
.item-listing li:hover {
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
}

/* line 780, ../scss/_content.scss */
.mondelinge-geschiedenis-overview,
.interview-overview,
.agenda-overview {
  background: #f4f4f4;
  padding: 50px 0;
}

/* line 787, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .image-link,
.interview-overview .image-link,
.agenda-overview .image-link {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
  background: #fff;
}

/* line 797, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .image-link .date,
.interview-overview .image-link .date,
.agenda-overview .image-link .date {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 70px;
  height: 100px;
  z-index: 2;
  line-height: 26px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  padding: 10px 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}

/* line 816, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .image-link .date .divider,
.interview-overview .image-link .date .divider,
.agenda-overview .image-link .date .divider {
  display: inline-block;
  width: 30px;
  margin: 10px auto 6px;
  background: #202632;
  height: 4px;
}

/* line 826, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .image-link img,
.interview-overview .image-link img,
.agenda-overview .image-link img {
  position: relative;
  z-index: 1;
  opacity: 1;
  backface-visibility: hidden;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 839, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .image-link:hover img,
.interview-overview .image-link:hover img,
.agenda-overview .image-link:hover img {
  opacity: 0.8;
}

/* line 845, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .info,
.interview-overview .info,
.agenda-overview .info {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 859, ../scss/_content.scss */
.mondelinge-geschiedenis-overview h3,
.interview-overview h3,
.agenda-overview h3 {
  margin-bottom: 15px;
}

/* line 865, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .teaser,
.interview-overview .teaser,
.agenda-overview .teaser {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}

/* line 876, ../scss/_content.scss */
.overview-intro h1 {
  margin-bottom: 80px;
}

/* line 880, ../scss/_content.scss */
.overview-intro .page-text-layout .button {
  margin-top: 0;
}

/* line 885, ../scss/_content.scss */
.item-listing.interview li {
  background: #fff;
  padding: 0;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.item-listing.interview li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 2) - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.item-listing.interview li:nth-of-type(2n) {
  margin-right: 0;
}
/* line 890, ../scss/_content.scss */
.item-listing.interview li .main-link {
  color: #202632;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 899, ../scss/_content.scss */
.item-listing.interview li .main-link:hover .read-more {
  color: #202632;
  text-decoration: underline;
}
/* line 906, ../scss/_content.scss */
.item-listing.interview li img {
  width: 35%;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 10px;
  align-self: flex-start;
}
/* line 914, ../scss/_content.scss */
.item-listing.interview li .teaser {
  font-size: 16px;
  line-height: 27px;
  width: 60%;
  margin-left: auto;
}
/* line 921, ../scss/_content.scss */
.item-listing.interview li .info {
  padding: 0;
  float: left;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
/* line 930, ../scss/_content.scss */
.item-listing.interview li .read-more {
  color: #202632;
  margin-top: auto;
}

/* line 936, ../scss/_content.scss */
.interviews-detail {
  padding-bottom: 80px;
}
/* line 939, ../scss/_content.scss */
.interviews-detail .image {
  float: left;
  width: 100%;
  max-width: 280px;
  margin-top: 12px;
}
/* line 946, ../scss/_content.scss */
.interviews-detail .content-blocks {
  float: left;
  width: calc(100% - 280px);
  padding-left: 5%;
}

/* line 954, ../scss/_content.scss */
.audio-intro {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  margin-top: -40px;
}

/* line 962, ../scss/_content.scss */
.audioplayer {
  float: left;
  width: 100%;
  max-width: 700px;
  height: 46px;
}

/* line 969, ../scss/_content.scss */
.audioplayer-time {
  line-height: 44px;
}

/* line 974, ../scss/_content.scss */
.read-more {
  margin-right: auto;
  margin-top: auto;
  font-size: 27px;
  font-weight: 400;
  color: #202632;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
}

/* line 985, ../scss/_content.scss */
.mondelinge-geschiedenis-overview .item-listing li {
  background: #fff;
  padding: 0;
}

/* line 991, ../scss/_content.scss */
.interview-highlights {
  margin-top: 70px;
}

/* line 995, ../scss/_content.scss */
.interview-highlights .owl-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1000, ../scss/_content.scss */
.interview-highlights .owl-carousel .image-link img {
  width: auto;
  max-width: 100%;
}

/* line 1005, ../scss/_content.scss */
.interview-highlights .item-listing.interview li {
  border: 1px solid #eee;
}

/* line 1009, ../scss/_content.scss */
.interview-highlights .item-listing.interview li:hover {
  border: 1px solid #fff;
}

/* line 1013, ../scss/_content.scss */
.agenda-overview {
  background: #f4f4f4;
  padding: 50px 0;
}
/* line 1017, ../scss/_content.scss */
.agenda-overview .image-link {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
  background: #fff;
}
/* line 1024, ../scss/_content.scss */
.agenda-overview .image-link .date {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 70px;
  height: 100px;
  z-index: 2;
  line-height: 26px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  padding: 10px 5px;
  text-align: center;
  color: #242424;
  background: rgba(255, 255, 255, 0.75);
}
/* line 1041, ../scss/_content.scss */
.agenda-overview .image-link .date .divider {
  display: inline-block;
  width: 30px;
  margin: 10px auto 6px;
  background: #202632;
  height: 4px;
}
/* line 1050, ../scss/_content.scss */
.agenda-overview .image-link img {
  position: relative;
  z-index: 1;
  opacity: 1;
  backface-visibility: hidden;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 1059, ../scss/_content.scss */
.agenda-overview .image-link:hover img {
  opacity: 0.8;
}
/* line 1065, ../scss/_content.scss */
.agenda-overview .info {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 1075, ../scss/_content.scss */
.agenda-overview h3 {
  margin-bottom: 15px;
}
/* line 1079, ../scss/_content.scss */
.agenda-overview .teaser {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 1087, ../scss/_content.scss */
.agenda-overview .read-more {
  margin-right: auto;
  margin-top: auto;
  font-size: 27px;
  font-weight: 400;
  color: #202632;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
}

/* line 1099, ../scss/_content.scss */
.overview-intro h1 {
  margin-bottom: 80px;
}
/* line 1103, ../scss/_content.scss */
.overview-intro .page-text-layout .button {
  margin-top: 0;
}

/* line 1108, ../scss/_content.scss */
.wie-is-wie-overview,
.inspiratie-overview,
.portfolio-overview {
  /*
  background:#f4f4f4;
  padding:50px 0;
  */
}
/* line 1116, ../scss/_content.scss */
.wie-is-wie-overview li,
.inspiratie-overview li,
.portfolio-overview li {
  position: relative;
}
/* line 1120, ../scss/_content.scss */
.wie-is-wie-overview li:hover .image-link img,
.inspiratie-overview li:hover .image-link img,
.portfolio-overview li:hover .image-link img {
  opacity: 0.8;
}
/* line 1126, ../scss/_content.scss */
.wie-is-wie-overview .overlay,
.inspiratie-overview .overlay,
.portfolio-overview .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 0;
  background: none;
  z-index: 3;
}
/* line 1137, ../scss/_content.scss */
.wie-is-wie-overview .image-link,
.inspiratie-overview .image-link,
.portfolio-overview .image-link {
  line-height: 0;
}
/* line 1140, ../scss/_content.scss */
.wie-is-wie-overview .image-link img,
.inspiratie-overview .image-link img,
.portfolio-overview .image-link img {
  position: relative;
  z-index: 1;
  opacity: 1;
  backface-visibility: hidden;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 1149, ../scss/_content.scss */
.wie-is-wie-overview .info,
.inspiratie-overview .info,
.portfolio-overview .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: block;
  z-index: 2;
}
/* line 1157, ../scss/_content.scss */
.wie-is-wie-overview .info h3,
.inspiratie-overview .info h3,
.portfolio-overview .info h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 30px;
}
/* line 1162, ../scss/_content.scss */
.wie-is-wie-overview .info h3.shadow,
.inspiratie-overview .info h3.shadow,
.portfolio-overview .info h3.shadow {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}
/* line 1167, ../scss/_content.scss */
.wie-is-wie-overview .info .teaser,
.inspiratie-overview .info .teaser,
.portfolio-overview .info .teaser {
  margin-bottom: 0;
  padding: 7px 15px;
  background: #fff;
  float: left;
  font-weight: 700;
  font-size: 25px;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  line-height: 22px;
}

/* line 1181, ../scss/_content.scss */
.portfolio-overview {
  margin-top: -50px;
  margin-bottom: 30px;
}
/* line 1185, ../scss/_content.scss */
.portfolio-overview .item-listing {
  margin-bottom: 10px;
}

/* line 1192, ../scss/_content.scss */
.inspiratie-overview .info h3 {
  margin-bottom: 10px;
}
/* line 1196, ../scss/_content.scss */
.inspiratie-overview .info .teaser {
  font-size: 23px;
  line-height: 22px;
}

/* line 1203, ../scss/_content.scss */
.wie-is-wie-overview h2.vast,
.wie-is-wie-overview h2.freelance {
  margin-top: 30px;
}
/* line 1208, ../scss/_content.scss */
.wie-is-wie-overview h2.freelance {
  margin-bottom: 20px;
}
/* line 1212, ../scss/_content.scss */
.wie-is-wie-overview .freelancer {
  text-decoration: underline;
  clear: both;
  float: left;
}
/* line 1217, ../scss/_content.scss */
.wie-is-wie-overview .freelancer:last-child {
  margin-bottom: 40px;
}
/* line 1222, ../scss/_content.scss */
.wie-is-wie-overview li.dark {
  padding-top: 40px;
  border: 1px solid #eee;
  padding-bottom: 5px;
}
/* line 1227, ../scss/_content.scss */
.wie-is-wie-overview li.dark .info {
  position: relative;
}
/* line 1229, ../scss/_content.scss */
.wie-is-wie-overview li.dark .info h3, .wie-is-wie-overview li.dark .info h3.achternaam {
  color: #202632;
  opacity: 1;
  top: 0;
  text-shadow: none;
}

/* line 1241, ../scss/_content.scss */
.indekijker.overview-intro h1,
.inspiratie.overview-intro h1 {
  margin-bottom: 30px;
}

/* line 1246, ../scss/_content.scss */
.agenda-detail,
.indekijker-detail {
  padding-bottom: 80px;
}

/* line 1252, ../scss/_content.scss */
.inspiratie-overview .item-listing {
  margin-top: 15px;
}

/* line 1257, ../scss/_content.scss */
.reference-list {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
/* line 38, ../scss/mixin/_new-grid.scss */
.reference-list li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  position: relative;
  width: calc( ( (100% + 10px  ) / 6) - 10px);
  padding-top: calc( ( (100% + 10px  ) / 6) - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 54, ../scss/mixin/_new-grid.scss */
.reference-list li:nth-of-type(6n) {
  margin-right: 0;
}
/* line 59, ../scss/mixin/_new-grid.scss */
.reference-list li .image-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1267, ../scss/_content.scss */
.reference-list li .image-container {
  padding: 10%;
  border: 1px solid #eee;
}
/* line 1271, ../scss/_content.scss */
.reference-list li .image-container:hover {
  border: 1px solid #ccc;
}
/* line 1276, ../scss/_content.scss */
.reference-list li img {
  align-self: center;
  max-height: 100%;
  max-width: 80%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 1276, ../scss/_content.scss */
  .reference-list li img {
    width: 80%;
    max-width: none;
    max-height: none;
  }
}

/* line 1290, ../scss/_content.scss */
.documenten {
  float: left;
  width: 100%;
  margin-top: -20px;
}
/* line 1295, ../scss/_content.scss */
.documenten a {
  float: left;
  clear: both;
  text-decoration: underline;
  margin-bottom: 10px;
}
/* line 1301, ../scss/_content.scss */
.documenten a i {
  padding-right: 8px;
}

/* line 1308, ../scss/_content.scss */
.wie-is-wie h1 {
  margin-bottom: 30px;
}

/* line 1315, ../scss/_content.scss */
.wie-is-wie-overview .info h3 {
  position: relative;
  top: -8px;
  margin-bottom: 5px;
  opacity: 0;
  font-size: 32px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 1325, ../scss/_content.scss */
.wie-is-wie-overview .info h3.achternaam {
  -moz-transition: all 0.35s ease-in-out 0.1s;
  -o-transition: all 0.35s ease-in-out 0.1s;
  -webkit-transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.35s ease-in-out 0.1s;
}
/* line 1331, ../scss/_content.scss */
.wie-is-wie-overview .item-listing li:hover .info h3 {
  opacity: 1;
  top: 0;
}

/* line 1339, ../scss/_content.scss */
.wie-is-wie-detail .main-image {
  float: left;
  width: 40%;
  margin-top: 60px;
}
/* line 1345, ../scss/_content.scss */
.wie-is-wie-detail .pinfo {
  float: right;
  width: 55%;
  clear: left;
  margin-top: 60px;
}
/* line 1351, ../scss/_content.scss */
.wie-is-wie-detail .pinfo.wide {
  width: 100%;
}
/* line 1355, ../scss/_content.scss */
.wie-is-wie-detail .pinfo h1 {
  margin-bottom: 5px;
}
/* line 1359, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .functie {
  font-size: 26px;
  color: #888;
  font-weight: 400;
  float: left;
  widht: 100%;
  margin-bottom: 20px;
}
/* line 1368, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .telefoon {
  float: left;
  width: 100%;
}
/* line 1372, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .telefoon i {
  padding-right: 5px;
}
/* line 1377, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .email {
  float: left;
  width: 100%;
}
/* line 1381, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .email i {
  padding-right: 5px;
}
/* line 1387, ../scss/_content.scss */
.wie-is-wie-detail .info {
  float: right;
  width: 55%;
  margin-top: 20px;
}
/* line 1393, ../scss/_content.scss */
.wie-is-wie-detail.freelancer {
  /*
  .main-image {
      display:none;
  }
  
  .pinfo {
      width:100%;
      float:left;
  }
  
  .info {
      float:left;
      width:100%;
  }
  */
}

/* line 1412, ../scss/_content.scss */
.contact.adresgegevens {
  background: #f4f4f4;
  padding: 40px 0;
  margin-top: 20px;
}
/* line 1417, ../scss/_content.scss */
.contact.adresgegevens .adres {
  float: left;
  width: 35%;
}
/* line 1421, ../scss/_content.scss */
.contact.adresgegevens .adres h2 {
  margin-bottom: 15px;
}
/* line 1426, ../scss/_content.scss */
.contact.adresgegevens .openingsuren {
  float: left;
  widht: 100%;
  margin-top: 30px;
}
/* line 1432, ../scss/_content.scss */
.contact.adresgegevens .maps {
  float: right;
  width: 60%;
}
/* line 1436, ../scss/_content.scss */
.contact.adresgegevens .maps iframe {
  width: 100%;
}

/* line 1442, ../scss/_content.scss */
.contact.huurgegevens {
  padding: 40px 0;
}
/* line 1445, ../scss/_content.scss */
.contact.huurgegevens a {
  text-decoration: underline;
}

/* line 1450, ../scss/_content.scss */
.contact.contactformulier {
  padding: 40px 0 60px;
  background: #f4f4f4;
}
/* line 1454, ../scss/_content.scss */
.contact.contactformulier h2 {
  margin-bottom: 15px;
}

/* line 1459, ../scss/_content.scss */
.contactform {
  margin-top: 30px;
}
/* line 1462, ../scss/_content.scss */
.contactform .row.opmerking {
  width: 100%;
  margin-right: 0;
}
/* line 1466, ../scss/_content.scss */
.contactform .row.opmerking textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
}

/* line 1474, ../scss/_content.scss */
.container.nieuwsbrief {
  background: #f4f4f4;
  margin-top: 80px;
}
/* line 1478, ../scss/_content.scss */
.container.nieuwsbrief .content {
  padding-top: 50px;
  padding-bottom: 40px;
}
/* line 1483, ../scss/_content.scss */
.container.nieuwsbrief h3 {
  margin-bottom: 15px;
}
/* line 1488, ../scss/_content.scss */
.container.nieuwsbrief form .row {
  width: 100%;
  max-width: 380px;
}
/* line 1493, ../scss/_content.scss */
.container.nieuwsbrief form input[type=text] {
  background: #fff;
  max-width: 100%;
}
/* line 1498, ../scss/_content.scss */
.container.nieuwsbrief form input[type=submit] {
  float: left;
  clear: none;
  margin: 35px 0 0 -54px;
  padding: 11px 30px 12px;
}
/* line 1506, ../scss/_content.scss */
.container.nieuwsbrief .g-recaptcha {
  float: left;
  margin: 34px 0px 0px 10px;
  transform: scale(0.79) translateZ(0);
  -webkit-transform: scale(0.79) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 1517, ../scss/_content.scss */
.container.nieuwsbrief .form-error {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: red;
  top: -1px;
}
/* line 1525, ../scss/_content.scss */
.container.nieuwsbrief .disclaimer {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

/* line 1533, ../scss/_content.scss */
.footer {
  margin-top: 100px;
  background: #008c95;
}
/* line 1537, ../scss/_content.scss */
.footer .content {
  padding: 90px 0;
}
/* line 1541, ../scss/_content.scss */
.footer .adres {
  float: left;
  width: 48%;
  font-size: 20px;
  color: #fff;
}
/* line 1547, ../scss/_content.scss */
.footer .adres a {
  color: #fff;
}
/* line 1551, ../scss/_content.scss */
.footer .adres h3 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: none;
}
/* line 1559, ../scss/_content.scss */
.footer .adres .socialbar {
  float: left;
  margin-top: 15px;
}
/* line 1563, ../scss/_content.scss */
.footer .adres .socialbar a {
  color: #202632;
}
/* line 1567, ../scss/_content.scss */
.footer .adres .Kwdrtlogo {
  float: left;
  width: 100%;
  margin-top: 3%;
}
/* line 1577, ../scss/_content.scss */
.footer .adres .voplayout a {
  display: inline-block;
  background: #fff;
  color: #202632;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
  padding: 1px 14px;
}
/* line 1588, ../scss/_content.scss */
.footer .adres .vlaanderen-logo {
  float: left;
  width: 180px;
  clear: both;
  margin: 10px 0;
}
/* line 1596, ../scss/_content.scss */
.footer .privacyverklaring {
  float: left;
  clear: both;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: underline;
}
/* line 1604, ../scss/_content.scss */
.footer .maps {
  float: right;
  width: 50%;
}
/* line 1608, ../scss/_content.scss */
.footer .maps iframe {
  height: 450px;
  width: 100%;
}
/* line 1614, ../scss/_content.scss */
.footer .vlaanderen-logo {
  float: left;
  width: 180px;
  clear: both;
  margin-top: 20px;
}

/* line 1622, ../scss/_content.scss */
.contact .footer,
.in-de-kijker .footer,
.agenda .footer {
  margin-top: 0;
}

/* line 1629, ../scss/_content.scss */
.searchresults form {
  margin-bottom: 50px;
}
/* line 1632, ../scss/_content.scss */
.searchresults form input[type=search] {
  clear: none;
  padding: 16px;
}
/* line 1637, ../scss/_content.scss */
.searchresults form .button {
  clear: none;
  margin-top: 0px;
  padding: 12px 50px;
}
/* line 1644, ../scss/_content.scss */
.searchresults .items {
  float: left;
  width: 100%;
}
/* line 1648, ../scss/_content.scss */
.searchresults .items .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
/* line 1655, ../scss/_content.scss */
.searchresults .items .item:last-child {
  border: none;
}
/* line 1659, ../scss/_content.scss */
.searchresults .items .item h2 {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 31px;
}
/* line 1665, ../scss/_content.scss */
.searchresults .items .item h2 strong {
  font-weight: 700;
}
/* line 1669, ../scss/_content.scss */
.searchresults .items .item h2 br {
  display: none;
}
/* line 1674, ../scss/_content.scss */
.searchresults .items .item .intro {
  float: left;
  margin: 0;
}
/* line 1679, ../scss/_content.scss */
.searchresults .items .item .text-link {
  float: left;
  clear: both;
  font-weight: 400;
  margin-top: 15px;
  text-decoration: underline;
}
/* line 1687, ../scss/_content.scss */
.searchresults .items .item a.button.small {
  padding: 2px 25px 3px;
}

/* line 1695, ../scss/_content.scss */
.huurformulier .page-text-layout {
  margin-bottom: 0px;
}
/* line 1699, ../scss/_content.scss */
.huurformulier .page-text-layout h3 {
  margin: 20px 0 10px;
  text-transform: none;
}
/* line 1704, ../scss/_content.scss */
.huurformulier h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: none;
  position: relative;
}
/* line 1711, ../scss/_content.scss */
.huurformulier .disclaimer {
  float: left;
  width: 100%;
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
/* line 1721, ../scss/_content.scss */
.huurformulier .disclaimer ul {
  margin-top: -20px;
  margin-bottom: 25px;
}

/* line 1728, ../scss/_content.scss */
.huurform {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
}
/* line 1735, ../scss/_content.scss */
.huurform .row-container {
  float: left;
  width: 100%;
  padding: 30px 30px 26px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
/* line 1742, ../scss/_content.scss */
.huurform .row-container .row {
  margin-bottom: 0;
}
/* line 1747, ../scss/_content.scss */
.huurform .row {
  position: relative;
}
/* line 1751, ../scss/_content.scss */
.huurform .form-error {
  position: absolute;
  color: red;
  font-size: 14px;
  top: 0;
  right: 0;
  display: none !important;
}
/* line 1760, ../scss/_content.scss */
.huurform .row.aantal .form-error {
  left: 235px;
  right: auto;
}
/* line 1765, ../scss/_content.scss */
.huurform input[type=checkbox] {
  float: left;
  width: auto;
  position: relative;
  top: 6px;
  -webkit-appearance: checkbox;
}
/* line 1773, ../scss/_content.scss */
.huurform label.checkbox {
  float: left;
  clear: both;
  width: 100%;
  cursor: pointer;
  margin-bottom: 12px;
}
/* line 1780, ../scss/_content.scss */
.huurform label.checkbox span {
  float: left;
  line-height: 23px;
  padding-left: 8px;
  font-weight: 400;
  width: calc(100% - 20px);
}
/* line 1789, ../scss/_content.scss */
.huurform textarea,
.huurform .styled-select,
.huurform input {
  background-color: #fff;
  font-weight: 400;
  font-size: 17px;
}
/* line 1797, ../scss/_content.scss */
.huurform select {
  font-weight: 400;
}
/* line 1801, ../scss/_content.scss */
.huurform .gegevens {
  float: left;
  width: 100%;
}
/* line 1806, ../scss/_content.scss */
.huurform .gegevens .row .styled-select,
.huurform .gegevens .row input {
  width: 100%;
  max-width: 100%;
}
/* line 1812, ../scss/_content.scss */
.huurform .gegevens .row .styled-select {
  margin-top: 4px;
}
/* line 1817, ../scss/_content.scss */
.huurform .gegevens input {
  font-size: 17px;
}
/* line 1821, ../scss/_content.scss */
.huurform .gegevens select {
  padding: 14px 18px;
  line-height: 25px;
}
/* line 1826, ../scss/_content.scss */
.huurform .gegevens label {
  width: 100%;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.huurform .gegevens .row:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 25px  ) / 2) - 25px);
  margin-right: 25px;
  margin-bottom: 15px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.huurform .gegevens .row:nth-of-type(2n) {
  margin-right: 0;
}
/* line 1838, ../scss/_content.scss */
.huurform textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dedede;
}
/* line 1844, ../scss/_content.scss */
.huurform .dates {
  float: left;
  width: 100%;
}
/* line 1848, ../scss/_content.scss */
.huurform .dates .labels {
  float: left;
  width: 100%;
}
/* line 1852, ../scss/_content.scss */
.huurform .dates .labels span {
  float: left;
  width: 35%;
  margin-right: 3%;
  font-weight: 400;
  font-size: 17px;
}
/* line 1859, ../scss/_content.scss */
.huurform .dates .labels span.mobile {
  display: none;
}
/* line 1865, ../scss/_content.scss */
.huurform .dates .date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
/* line 1871, ../scss/_content.scss */
.huurform .dates .date .form-error {
  left: 234px;
  right: auto;
  top: -34px;
}
/* line 1878, ../scss/_content.scss */
.huurform .dates input,
.huurform .dates .styled-select {
  float: left;
  width: 35%;
  clear: none;
  font-size: 17px;
  margin-right: 3%;
}
/* line 1887, ../scss/_content.scss */
.huurform .dates .styled-select {
  margin-right: 0;
}
/* line 1891, ../scss/_content.scss */
.huurform .dates select {
  padding: 14px 18px;
  line-height: 25px;
}
/* line 1896, ../scss/_content.scss */
.huurform .dates .remove {
  float: left;
  padding: 10px;
  line-height: 0px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 5px;
}
/* line 1904, ../scss/_content.scss */
.huurform .dates .remove span {
  display: none;
}
/* line 1910, ../scss/_content.scss */
.huurform .add-date {
  float: left;
  clear: both;
  color: #33a5de;
  cursor: pointer;
  font-size: 17px;
  margin-left: 5px;
  text-decoration: underline;
}
/* line 1920, ../scss/_content.scss */
.huurform .row.aantal {
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 1924, ../scss/_content.scss */
.huurform .row.aantal label {
  font-weight: 400;
}
/* line 1928, ../scss/_content.scss */
.huurform .row.aantal input {
  max-width: 320px;
}
/* line 1933, ../scss/_content.scss */
.huurform label.koffiemoment,
.huurform .row.pauzemomenten {
  display: none;
}
/* line 1938, ../scss/_content.scss */
.huurform .row.pauzemomenten {
  float: left;
  width: 100%;
  margin: 20px 0 0 0px;
}
/* line 1943, ../scss/_content.scss */
.huurform .row.pauzemomenten .subtitle {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 1953, ../scss/_content.scss */
.huurform .row.email .form-error {
  display: block !important;
}
/* line 1958, ../scss/_content.scss */
.huurform .row.uren {
  margin-top: 40px;
}
/* line 1961, ../scss/_content.scss */
.huurform .row.uren label {
  width: 100%;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
/* line 1968, ../scss/_content.scss */
.huurform .row.uren textarea {
  height: 170px;
}
/* line 1973, ../scss/_content.scss */
.huurform .g-recaptcha {
  float: left;
}

/* line 1978, ../scss/_content.scss */
.datepicker {
  float: left;
  width: 50%;
  max-width: 540px;
}
/* line 1983, ../scss/_content.scss */
.datepicker .ui-datepicker {
  float: left;
  width: 100%;
  padding: 0;
  border: none;
  padding: 0 30px 30px;
  background: #f6f6f6;
}
/* line 1991, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next {
  top: 18px;
  right: 0;
  cursor: pointer;
}
/* line 1996, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next span {
  background-image: url(../images/icon_datepicker_next.png);
  background-position: 50%;
}
/* line 2001, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
  background: none;
}
/* line 2007, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next-hover {
  top: 18px;
  right: 0;
}
/* line 2013, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev {
  top: 18px;
  left: 0;
  cursor: pointer;
}
/* line 2018, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/icon_datepicker_prev.png);
  background-position: 50%;
}
/* line 2023, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  opacity: 0.35;
  background: none;
}
/* line 2029, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev-hover {
  top: 18px;
  left: 0;
}
/* line 2035, ../scss/_content.scss */
.datepicker .ui-state-hover,
.datepicker .ui-widget-content .ui-state-hover,
.datepicker .ui-widget-header .ui-state-hover {
  border: none;
  background: transparent;
  right: 0;
}
/* line 2043, ../scss/_content.scss */
.datepicker .ui-datepicker-header {
  padding: 0;
  border-radius: 0;
  border: none;
  float: left;
  width: calc(100% + 60px);
  left: -30px;
}
/* line 2052, ../scss/_content.scss */
.datepicker .ui-datepicker-title {
  margin: 0;
  line-height: 20px;
  background: #fff;
  font-family: roboto, sans-serif, Arial, Verdana;
  border-top: 5px solid #202632;
  border-bottom: 18px solid #f6f6f6;
  padding: 15px 0 10px;
}
/* line 2061, ../scss/_content.scss */
.datepicker .ui-datepicker-title .ui-datepicker-month {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 2069, ../scss/_content.scss */
.datepicker .ui-datepicker-title .ui-datepicker-year {
  display: inline-block;
  width: auto;
  font-size: 12px;
  font-weight: 300;
  color: #b7bbc2;
  margin-left: -4px;
  top: -4px;
  position: relative;
}
/* line 2081, ../scss/_content.scss */
.datepicker .ui-datepicker table {
  float: left;
  width: 100%;
  margin: 0;
  border-spacing: 0;
}
/* line 2087, ../scss/_content.scss */
.datepicker .ui-datepicker table thead, .datepicker .ui-datepicker table tbody, .datepicker .ui-datepicker table tr {
  float: left;
  width: 100%;
}
/* line 2092, ../scss/_content.scss */
.datepicker .ui-datepicker table th, .datepicker .ui-datepicker table td {
  float: left;
  width: calc(100% / 7);
  text-align: center;
}
/* line 2098, ../scss/_content.scss */
.datepicker .ui-datepicker table th {
  font-size: 11px;
  font-family: roboto, sans-serif, Arial, Verdana;
  color: #202632;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 2107, ../scss/_content.scss */
.datepicker .ui-datepicker table tr td:last-child {
  border-right: 1px solid #ccc;
}
/* line 2113, ../scss/_content.scss */
.datepicker .ui-datepicker table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
/* line 2118, ../scss/_content.scss */
.datepicker .ui-datepicker table td {
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* line 2132, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a {
  background: #fff;
  font-weight: 700;
  color: #000;
}
/* line 2137, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a.ui-state-active {
  background: #202632;
  color: #fff;
}
/* line 2141, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a.ui-state-active.ui-state-hover {
  background: #202632;
  color: #fff;
}
/* line 2147, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a.ui-state-hover {
  background: #fff;
  color: #000;
}
/* line 2156, ../scss/_content.scss */
.datepicker .ui-state-default {
  background: #fff;
  padding: 13px 0;
  text-align: center;
  margin: 0;
  border: none;
  font-weight: 300;
  font-size: 19px;
  font-family: roboto, sans-serif, Arial, Verdana;
}
/* line 2167, ../scss/_content.scss */
.datepicker .ui-state-active {
  background: #202632;
  color: #fff;
}
/* line 2171, ../scss/_content.scss */
.datepicker .ui-state-active.ui-state-hover {
  background: #202632;
  color: #fff;
}
/* line 2177, ../scss/_content.scss */
.datepicker .ui-state-disabled,
.datepicker .ui-widget-content .ui-state-disabled,
.datepicker .ui-widget-header .ui-state-disabled {
  opacity: 1;
  padding: 13px 0;
  background: #ececec;
}
/* line 2185, ../scss/_content.scss */
.datepicker .ui-datepicker-unselectable {
  padding: 0;
}
/* line 2189, ../scss/_content.scss */
.datepicker .ui-datepicker-unselectable.ui-state-disabled {
  padding: 0;
}
/* line 2192, ../scss/_content.scss */
.datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background: #ececec;
}
/* line 2197, ../scss/_content.scss */
.datepicker .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
  padding: 13px 0;
}
/* line 2201, ../scss/_content.scss */
.datepicker .ui-state-highlight, .datepicker .ui-widget-content .ui-state-highlight,
.datepicker .ui-state-active, .datepicker .ui-widget-content .ui-state-active {
  border: none;
}

/* Default datepicker */
/* line 2209, ../scss/_content.scss */
.ui-datepicker .ui-datepicker-title {
  font-family: roboto, sans-serif, Arial, Verdana;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 2216, ../scss/_content.scss */
.ui-datepicker table {
  margin-bottom: 4px;
  background: #f6f6f6;
}

/* line 2221, ../scss/_content.scss */
.ui-datepicker th {
  font-family: roboto, sans-serif, Arial, Verdana;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 2228, ../scss/_content.scss */
.ui-state-default, .ui-widget-content .ui-state-default {
  text-align: center;
  font-family: roboto, sans-serif, Arial, Verdana;
  font-weight: 300;
  background: #fff;
}

/* line 2235, ../scss/_content.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #f6f6f6;
  color: #000;
  font-weight: 600;
  border: 1px solid #c5c5c5;
}

/* line 2242, ../scss/_content.scss */
.ui-state-active, .ui-widget-content .ui-state-active {
  background: #202632;
  color: #fff;
  border: 1px solid #202632;
}

/* line 2249, ../scss/_content.scss */
.custom-listing {
  float: left;
  width: 100%;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2258, ../scss/_content.scss */
.custom-listing li {
  float: left;
  width: calc(50% - 20px);
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  margin-right: 40px;
  margin-bottom: 40px;
}
/* line 2270, ../scss/_content.scss */
.custom-listing li:hover .image-link img {
  opacity: 0.8;
}
/* line 2276, ../scss/_content.scss */
.custom-listing li.right {
  margin-right: 0;
}
/* line 2280, ../scss/_content.scss */
.custom-listing li.wide {
  width: 100%;
  margin-right: 0;
}
/* line 2284, ../scss/_content.scss */
.custom-listing li.wide .mobile {
  display: none;
}
/* line 2289, ../scss/_content.scss */
.custom-listing .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 2298, ../scss/_content.scss */
.custom-listing .image-link {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
}
/* line 2304, ../scss/_content.scss */
.custom-listing .image-link h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  width: auto;
  margin: 0;
  padding: 15px 30px 15px 30px;
  background: #202632;
  z-index: 1;
}
/* line 2316, ../scss/_content.scss */
.custom-listing .image-link img {
  line-height: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 2322, ../scss/_content.scss */
.custom-listing .info {
  background: #f4f4f4;
  padding: 20px 30px 25px;
  float: left;
  width: 100%;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 2332, ../scss/_content.scss */
.custom-listing .teaser {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 2340, ../scss/_content.scss */
.custom-listing .read-more {
  margin-right: auto;
  margin-top: auto;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
}

/* line 2350, ../scss/_content.scss */
.item-listing {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2359, ../scss/_content.scss */
.item-listing li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.item-listing li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 40px  ) / 3) - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.item-listing li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 2366, ../scss/_content.scss */
.item-listing li:hover {
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.15);
}

/* line 2375, ../scss/_content.scss */
.wie-is-wie-overview li,
.praktijk-overview li,
.portfolio-overview li {
  position: relative;
}
/* line 2379, ../scss/_content.scss */
.wie-is-wie-overview li:hover .image-link img,
.praktijk-overview li:hover .image-link img,
.portfolio-overview li:hover .image-link img {
  opacity: 0.8;
}
/* line 2385, ../scss/_content.scss */
.wie-is-wie-overview .overlay,
.praktijk-overview .overlay,
.portfolio-overview .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 0;
  background: none;
  z-index: 3;
}
/* line 2396, ../scss/_content.scss */
.wie-is-wie-overview .image-link,
.praktijk-overview .image-link,
.portfolio-overview .image-link {
  line-height: 0;
}
/* line 2399, ../scss/_content.scss */
.wie-is-wie-overview .image-link img,
.praktijk-overview .image-link img,
.portfolio-overview .image-link img {
  position: relative;
  z-index: 1;
  opacity: 1;
  backface-visibility: hidden;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 2408, ../scss/_content.scss */
.wie-is-wie-overview .info,
.praktijk-overview .info,
.portfolio-overview .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: block;
  z-index: 2;
}
/* line 2416, ../scss/_content.scss */
.wie-is-wie-overview .info h3,
.praktijk-overview .info h3,
.portfolio-overview .info h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
}
/* line 2421, ../scss/_content.scss */
.wie-is-wie-overview .info h3.shadow,
.praktijk-overview .info h3.shadow,
.portfolio-overview .info h3.shadow {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}
/* line 2426, ../scss/_content.scss */
.wie-is-wie-overview .info .teaser,
.praktijk-overview .info .teaser,
.portfolio-overview .info .teaser {
  margin-bottom: 0;
  padding: 7px 15px;
  background: #fff;
  float: left;
  font-weight: 700;
  font-size: 25px;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  line-height: 22px;
}

/* line 1, ../scss/_blocklayout.scss */
h1 + .contentblock h2:first-child,
h1 + .contentblock h3:first-child {
  margin-top: 40px !important;
}

/* line 6, ../scss/_blocklayout.scss */
.contentblock {
  float: left;
  margin: 0 0 90px 0;
}
/* line 10, ../scss/_blocklayout.scss */
.contentblock:last-child {
  margin-bottom: 0;
}

/* line 15, ../scss/_blocklayout.scss */
.contentblock:has(+ .contentblock.buttonssection) {
  margin-bottom: 40px;
}

/* line 19, ../scss/_blocklayout.scss */
.contenblocks-single {
  float: left;
  width: 100%;
}
/* line 23, ../scss/_blocklayout.scss */
.contenblocks-single .contentblock {
  margin-bottom: 30px;
}

/* line 28, ../scss/_blocklayout.scss */
.contenblocks-followup {
  float: left;
  width: 100%;
  margin-top: 60px;
}

/* line 34, ../scss/_blocklayout.scss */
.page-text-layout {
  float: left;
  width: 100%;
}
/* line 38, ../scss/_blocklayout.scss */
.page-text-layout h1, .page-text-layout h2, .page-text-layout h3, .page-text-layout h4 {
  margin: 40px 0 20px;
}
/* line 41, ../scss/_blocklayout.scss */
.page-text-layout h1:first-child, .page-text-layout h2:first-child, .page-text-layout h3:first-child, .page-text-layout h4:first-child {
  margin-top: 0;
}
/* line 46, ../scss/_blocklayout.scss */
.page-text-layout .button {
  margin-top: 25px;
}
/* line 50, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left,
.page-text-layout .page-text-right {
  float: left;
  width: 100%;
  display: flex;
  align-items: start;
}
/* line 57, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left h1:first-child,
.page-text-layout .page-text-left h2:first-child,
.page-text-layout .page-text-left h3:first-child,
.page-text-layout .page-text-left h4:first-child,
.page-text-layout .page-text-right h1:first-child,
.page-text-layout .page-text-right h2:first-child,
.page-text-layout .page-text-right h3:first-child,
.page-text-layout .page-text-right h4:first-child {
  margin-top: 0;
}
/* line 64, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left .text-left,
.page-text-layout .page-text-left .text-right,
.page-text-layout .page-text-right .text-left,
.page-text-layout .page-text-right .text-right {
  float: left;
  width: 53%;
  text-align: left;
  padding-right: 5%;
}
/* line 71, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left .text-left p:last-of-type,
.page-text-layout .page-text-left .text-right p:last-of-type,
.page-text-layout .page-text-right .text-left p:last-of-type,
.page-text-layout .page-text-right .text-right p:last-of-type {
  margin-bottom: 0;
}
/* line 76, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left .text-right,
.page-text-layout .page-text-right .text-right {
  float: right;
  padding-right: 0;
  padding-left: 5%;
}
/* line 82, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left .content-left,
.page-text-layout .page-text-left .content-right,
.page-text-layout .page-text-right .content-left,
.page-text-layout .page-text-right .content-right {
  float: left;
  align-self: start;
  width: 47%;
}
/* line 89, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left .content-right,
.page-text-layout .page-text-right .content-right {
  float: right;
}

/* line 95, ../scss/_blocklayout.scss */
.page-video {
  float: left;
  width: 100%;
}

/* line 100, ../scss/_blocklayout.scss */
.page-big-image {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 105, ../scss/_blocklayout.scss */
.page-big-image.with-text {
  margin-bottom: 0;
}
/* line 109, ../scss/_blocklayout.scss */
.page-big-image .image {
  width: 100%;
  line-height: 0;
}
/* line 114, ../scss/_blocklayout.scss */
.page-big-image img {
  width: 100%;
}
/* line 118, ../scss/_blocklayout.scss */
.page-big-image .block {
  top: -90px;
}

/* line 123, ../scss/_blocklayout.scss */
.page-interviews {
  float: left;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
}
/* line 130, ../scss/_blocklayout.scss */
.page-interviews li .main-link {
  border: 1px solid #eee;
}
/* line 135, ../scss/_blocklayout.scss */
.page-interviews li:hover .main-link {
  border: 1px solid #fff;
}

/* line 142, ../scss/_blocklayout.scss */
.page-fotogallery {
  float: left;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 50px;
}
/* line 148, ../scss/_blocklayout.scss */
.page-fotogallery .gallery {
  float: left;
  widht: 100%;
}
/* line 153, ../scss/_blocklayout.scss */
.page-fotogallery .thumb-image {
  line-height: 0;
  transition: all 0.25s;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.page-fotogallery .thumb-image:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 12px  ) / 6) - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.page-fotogallery .thumb-image:nth-of-type(6n) {
  margin-right: 0;
}
/* line 158, ../scss/_blocklayout.scss */
.page-fotogallery .thumb-image:hover {
  opacity: 0.85;
}

/* line 164, ../scss/_blocklayout.scss */
.buttonssection {
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 770px) {
  /* line 172, ../scss/_blocklayout.scss */
  .page-text-layout .page-text-left,
  .page-text-layout .page-text-right {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 178, ../scss/_blocklayout.scss */
  .page-text-layout .page-text-left .content-left,
  .page-text-layout .page-text-left .content-right,
  .page-text-layout .page-text-right .content-left,
  .page-text-layout .page-text-right .content-right {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 185, ../scss/_blocklayout.scss */
  .page-text-layout .page-text-left .text-right,
  .page-text-layout .page-text-left .text-left,
  .page-text-layout .page-text-right .text-right,
  .page-text-layout .page-text-right .text-left {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }

  /* line 195, ../scss/_blocklayout.scss */
  .page-text-layout.video .responsive-video {
    padding-bottom: 55%;
    margin-bottom: 30px;
  }

  /* line 201, ../scss/_blocklayout.scss */
  .item-listing.interview .info {
    margin-bottom: 20px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .item-listing.interview li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .item-listing.interview li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .page-fotogallery .thumb-image:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 12px  ) / 5) - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-fotogallery .thumb-image:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 216, ../scss/_blocklayout.scss */
  .page-video,
  .page-text-layout.video,
  .page-text-layout {
    margin-bottom: 60px;
  }

  /* line 222, ../scss/_blocklayout.scss */
  .page-interviews {
    margin-top: -10px;
  }

  /* line 226, ../scss/_blocklayout.scss */
  .page-fotogallery {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .page-fotogallery .thumb-image:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 12px  ) / 4) - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-fotogallery .thumb-image:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 238, ../scss/_blocklayout.scss */
  .item-listing.interview h3 {
    margin-bottom: 10px;
  }
  /* line 242, ../scss/_blocklayout.scss */
  .item-listing.interview img {
    display: none;
  }
  /* line 246, ../scss/_blocklayout.scss */
  .item-listing.interview .teaser {
    width: 100%;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .page-fotogallery .thumb-image:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 12px  ) / 3) - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-fotogallery .thumb-image:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* line 1, ../scss/_menu.scss */
ul.menu {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
}
/* line 8, ../scss/_menu.scss */
ul.menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 24px;
}
/* line 15, ../scss/_menu.scss */
ul.menu li.last {
  margin-right: 0;
}
/* line 20, ../scss/_menu.scss */
ul.menu li.active a {
  font-weight: 600;
}
/* line 25, ../scss/_menu.scss */
ul.menu li .mainitem,
ul.menu li a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-size: 27px;
  font-weight: 450;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  word-spacing: -2px;
}
/* line 38, ../scss/_menu.scss */
ul.menu li .mainitem:hover,
ul.menu li a:hover {
  text-decoration: underline;
}
/* line 43, ../scss/_menu.scss */
ul.menu li:hover > ul {
  display: block;
}
/* line 48, ../scss/_menu.scss */
ul.menu li.last a {
  margin-right: 0;
}
/* line 54, ../scss/_menu.scss */
ul.menu ul.submenu {
  position: absolute;
  display: none;
  text-align: left;
  min-width: 250px;
  max-width: 400px;
  z-index: 2;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 10px 0;
  margin: 0px;
}
/* line 68, ../scss/_menu.scss */
ul.menu ul.submenu li {
  border: 0;
  line-height: 22px;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  min-width: 100px;
  padding: 0;
}
/* line 78, ../scss/_menu.scss */
ul.menu ul.submenu li a {
  position: relative;
  float: left;
  width: 100%;
  min-height: 25px;
  padding: 7px 10px 7px 20px;
  margin: 0px;
  color: #202632;
  font-weight: 300;
  font-size: 15px;
  text-transform: none;
  font-family: roboto, sans-serif, Arial, Verdana;
}
/* line 92, ../scss/_menu.scss */
ul.menu ul.submenu li a:hover {
  color: #202632;
}

/* line 99, ../scss/_menu.scss */
.menu-mobile-button {
  float: right;
  display: block;
  margin: 2px 0 0 25px;
  width: 80px;
  height: auto;
  padding: 4px 0px;
  cursor: pointer;
  display: none;
}
/* line 109, ../scss/_menu.scss */
.menu-mobile-button span.title {
  float: left;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 22px;
}
/* line 118, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 22px;
  float: right;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 126, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 132, ../scss/_menu.scss */
.menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* line 143, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 147, ../scss/_menu.scss */
.menu-mobile .top {
  float: left;
  width: 100%;
  padding: 0 5%;
}
/* line 152, ../scss/_menu.scss */
.menu-mobile .top .menulogo {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 158, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 163, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 10px;
  float: left;
  width: 100%;
}
/* line 168, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 174, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 179, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 184, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 189, ../scss/_menu.scss */
.menu-mobile ul.menu li a,
.menu-mobile ul.menu li .nolink {
  padding: 11px 25px 11px 5%;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 197, ../scss/_menu.scss */
.menu-mobile ul.menu li .btn-submenu {
  display: block;
  background: url(../images/arrow_down.svg) no-repeat 50% 50%;
  background-size: 15px 9px;
  position: absolute;
  right: 0;
  height: 56px;
  width: 55px;
  top: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 212, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  border-left: none;
  border-right: none;
  margin-top: -5px;
}
/* line 225, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 7px 0 7px 65px;
}
/* line 231, ../scss/_menu.scss */
.menu-mobile form {
  float: left;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  padding: 0 5%;
}
/* line 240, ../scss/_menu.scss */
.menu-mobile form input {
  float: left;
  width: calc(100% - 130px);
  max-width: 360px;
  padding: 14px 12px;
  clear: none;
  font-size: 18px;
}
/* line 249, ../scss/_menu.scss */
.menu-mobile form .button.search {
  float: left;
  margin-top: 0;
  min-width: 0;
  width: 130px;
  padding: 8px 0px 8px;
  background: #202632;
}

/* line 261, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 28px;
  width: auto;
  padding: 15px 10px;
}
/* line 266, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar {
  float: none;
}
/* line 270, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:first-child,
.menu-mobile.active .menu-mobile-button span.icon-bar:last-child {
  display: none;
}
/* line 275, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(2) {
  margin: 0;
  top: 2px;
  position: relative;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 282, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 288, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
form,
.boltform {
  float: left;
  width: 100%;
}
/* line 6, ../scss/_forms.scss */
form label,
.boltform label {
  float: left;
  clear: both;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
/* line 13, ../scss/_forms.scss */
form label.required::after,
.boltform label.required::after {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 0px;
  font-weight: 400;
}
/* line 22, ../scss/_forms.scss */
form .row,
.boltform .row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
/* line 29, ../scss/_forms.scss */
form input,
form textarea,
.boltform input,
.boltform textarea {
  float: left;
  clear: both;
  background: #fff;
  border: 1px solid #dedede;
  font-family: roboto, sans-serif, Arial, Verdana;
  font-size: 21px;
  font-weight: 400;
  color: #333;
  width: 100%;
  padding: 17px 18px;
  max-width: 360px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 770px) {
  /* line 29, ../scss/_forms.scss */
  form input,
  form textarea,
  .boltform input,
  .boltform textarea {
    font-size: 16px;
  }
}
/* line 49, ../scss/_forms.scss */
form input:focus,
form textarea:focus,
.boltform input:focus,
.boltform textarea:focus {
  outline: none;
  border: 1px solid #bbb;
}
/* line 55, ../scss/_forms.scss */
form textarea,
.boltform textarea {
  height: 150px;
  line-height: 26px;
}
/* line 60, ../scss/_forms.scss */
form input[type=submit],
.boltform input[type=submit] {
  float: left;
  width: auto;
  font-family: futura-pt-condensed, sans-serif, Arial, Verdana;
  background-color: #202632;
  padding: 14px 30px 15px;
  font-weight: 400;
  min-width: 200px;
  font-size: 30px;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 77, ../scss/_forms.scss */
form input[type=submit]:hover,
.boltform input[type=submit]:hover {
  text-decoration: none;
  background-color: #343e51;
}
/* line 83, ../scss/_forms.scss */
form input[type=submit]:focus,
.boltform input[type=submit]:focus {
  border: none;
}
/* line 88, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

/* line 95, ../scss/_forms.scss */
.boltforms-row {
  float: left;
  width: 100%;
}

/* line 100, ../scss/_forms.scss */
.form-item {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  clear: both;
}
/* line 107, ../scss/_forms.scss */
.form-item.wide {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
/* line 113, ../scss/_forms.scss */
.form-item label {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
/* line 119, ../scss/_forms.scss */
.form-item label,
.form-item input,
.form-item textarea {
  width: 100%;
  float: left;
}
/* line 126, ../scss/_forms.scss */
.form-item textarea {
  height: 120px;
}
/* line 130, ../scss/_forms.scss */
.form-item button {
  margin-top: 10px;
}
/* line 134, ../scss/_forms.scss */
.form-item .form-error {
  color: #cc0000;
  font-size: .7em;
}

/* line 140, ../scss/_forms.scss */
.boltform-error,
.boltform-message {
  float: left;
  width: 100%;
}

/* line 146, ../scss/_forms.scss */
.boltform-message {
  background: #dfffdf;
  padding: 20px;
  border: 1px solid #bedebe;
  color: #1d651d;
}

/* line 153, ../scss/_forms.scss */
.boltform-error {
  background: #ffdfdf;
  padding: 20px;
  border: 1px solid #dec3c3;
  color: #8e3a3a;
}

/* line 160, ../scss/_forms.scss */
form.blocked-form {
  width: 100%;
  padding: 40px 40px;
  margin-top: 10px;
  background: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 168, ../scss/_forms.scss */
form.blocked-form .row {
  float: left;
  clear: none;
}
/* line 14, ../scss/mixin/_new-grid.scss */
form.blocked-form .row:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 2) - 30px);
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
form.blocked-form .row:nth-of-type(2n) {
  margin-right: 0;
}
/* line 173, ../scss/_forms.scss */
form.blocked-form .row.full {
  width: 100%;
  margin-right: 0;
}
/* line 179, ../scss/_forms.scss */
form.blocked-form select,
form.blocked-form textarea,
form.blocked-form input {
  max-width: 100%;
  background: #fff;
}
/* line 186, ../scss/_forms.scss */
form.blocked-form .styled-select {
  max-width: 100%;
}
/* line 190, ../scss/_forms.scss */
form.blocked-form input[type=submit] {
  background-color: #202632;
  margin-top: 100px;
}

/* line 196, ../scss/_forms.scss */
.form-persoon,
.form-bedrijf {
  display: none;
}

/* line 1, ../scss/_accordeon.scss */
#accordeon {
  float: left;
  width: 100%;
  margin: 15px 0;
}
/* line 6, ../scss/_accordeon.scss */
#accordeon .accordeon-item {
  float: left;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 10px;
}
/* line 12, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 17px 20px 18px 25px;
  color: #454545;
  margin: 0;
  cursor: pointer;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 24, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title svg {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 32, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open, #accordeon .accordeon-item .accordeon-title:hover {
  background: #202632;
  color: #fff;
}
/* line 37, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path, #accordeon .accordeon-item .accordeon-title:hover svg path {
  stroke: #fff;
}
/* line 43, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 46, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path {
  stroke: #fff;
}
/* line 53, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s 0.1s;
  -o-transition: height 0.5s 0.1s;
  -webkit-transition: height 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: height 0.5s 0.1s;
}
/* line 60, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 25px 30px;
}
/* line 66, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content p:first-child {
  margin-top: 4px;
}

/* Magnific Popup CSS */
/* line 2, ../scss/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, ../scss/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../scss/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../scss/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../scss/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../scss/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../scss/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, ../scss/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, ../scss/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 65, ../scss/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, ../scss/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, ../scss/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, ../scss/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, ../scss/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 85, ../scss/_magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, ../scss/_magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 97, ../scss/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 100, ../scss/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, ../scss/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, ../scss/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 119, ../scss/_magnific-popup.scss */
button.mfp-arrow {
  min-width: 0;
}

/* line 123, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 127, ../scss/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 143, ../scss/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 146, ../scss/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 149, ../scss/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 152, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 159, ../scss/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 168, ../scss/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 179, ../scss/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 181, ../scss/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 184, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 195, ../scss/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 199, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 204, ../scss/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 206, ../scss/_magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 209, ../scss/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 213, ../scss/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 215, ../scss/_magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 218, ../scss/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 221, ../scss/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 224, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 228, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 231, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 236, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 247, ../scss/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 260, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 262, ../scss/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 275, ../scss/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 280, ../scss/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 283, ../scss/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 291, ../scss/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 298, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 301, ../scss/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

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

  /* line 311, ../scss/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 313, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 316, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 319, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 329, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 331, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 334, ../scss/_magnific-popup.scss */
  .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) {
  /* line 346, ../scss/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 349, ../scss/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 352, ../scss/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 355, ../scss/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 359, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 361, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 367, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 369, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 371, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 1, ../scss/_popups.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 5, ../scss/_popups.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* line 9, ../scss/_popups.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 15, ../scss/_popups.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 21, ../scss/_popups.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 26, ../scss/_popups.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 32, ../scss/_popups.scss */
img.mfp-img {
  background: #fff;
  padding: 10px !important;
}

/* line 37, ../scss/_popups.scss */
.mfp-image-holder .mfp-close {
  right: 11px !important;
  width: 50% !important;
  top: 4px;
  opacity: 1 !important;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px;
}

/* line 45, ../scss/_popups.scss */
.mfp-bottom-bar {
  left: auto !important;
  right: 20px;
}
/* line 49, ../scss/_popups.scss */
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px;
}

/* line 56, ../scss/_popups.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 35px 40px;
  width: auto;
  max-width: 610px;
  padding: 45px;
  margin: 20px auto;
  display: table;
}
/* line 66, ../scss/_popups.scss */
.white-popup .styled-select {
  clear: both;
}
/* line 70, ../scss/_popups.scss */
.white-popup h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: -1px;
}
/* line 77, ../scss/_popups.scss */
.white-popup p {
  margin-bottom: 15px;
}
/* line 81, ../scss/_popups.scss */
.white-popup .tekst {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15x;
}

@media only screen and (max-width: 1280px) {
  /* line 2, ../scss/_responsive.scss */
  ul.menu li {
    margin-right: 20px;
  }

  /* line 7, ../scss/_responsive.scss */
  .header .menu {
    display: none;
  }
  /* line 11, ../scss/_responsive.scss */
  .header .menu-mobile .menu {
    display: block;
  }
  /* line 15, ../scss/_responsive.scss */
  .header .right {
    width: 100%;
    position: relative;
  }
  /* line 20, ../scss/_responsive.scss */
  .header .menulogo {
    right: auto;
    left: 0;
  }

  /* line 26, ../scss/_responsive.scss */
  .menu-mobile-button {
    display: block;
  }

  /* line 30, ../scss/_responsive.scss */
  .header .menu-container {
    float: right;
  }
}
@media only screen and (max-width: 1080px) {
  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-agenda .agenda-overview .item-listing li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 3) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-agenda .agenda-overview .item-listing li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 40, ../scss/_responsive.scss */
  .pagebanner, .main-banner {
    height: 480px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 51, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .owl-nav,
  .owl-carousel.in-de-praktijk .owl-nav,
  .owl-carousel.ons-speelveld .owl-nav,
  .owl-carousel.in-de-kijker .owl-nav {
    z-index: 2;
  }
  /* line 54, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-next,
  .owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-prev,
  .owl-carousel.in-de-praktijk .owl-nav button.owl-next,
  .owl-carousel.in-de-praktijk .owl-nav button.owl-prev,
  .owl-carousel.ons-speelveld .owl-nav button.owl-next,
  .owl-carousel.ons-speelveld .owl-nav button.owl-prev,
  .owl-carousel.in-de-kijker .owl-nav button.owl-next,
  .owl-carousel.in-de-kijker .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 45px;
  }
  /* line 62, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-next span,
  .owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-prev span,
  .owl-carousel.in-de-praktijk .owl-nav button.owl-next span,
  .owl-carousel.in-de-praktijk .owl-nav button.owl-prev span,
  .owl-carousel.ons-speelveld .owl-nav button.owl-next span,
  .owl-carousel.ons-speelveld .owl-nav button.owl-prev span,
  .owl-carousel.in-de-kijker .owl-nav button.owl-next span,
  .owl-carousel.in-de-kijker .owl-nav button.owl-prev span {
    height: 45px;
    width: 45px;
    line-height: 36px;
  }
  /* line 70, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-next,
  .owl-carousel.in-de-praktijk .owl-nav button.owl-next,
  .owl-carousel.ons-speelveld .owl-nav button.owl-next,
  .owl-carousel.in-de-kijker .owl-nav button.owl-next {
    right: 1px;
  }
  /* line 74, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .owl-nav button.owl-prev,
  .owl-carousel.in-de-praktijk .owl-nav button.owl-prev,
  .owl-carousel.ons-speelveld .owl-nav button.owl-prev,
  .owl-carousel.in-de-kijker .owl-nav button.owl-prev {
    left: 0;
  }
  /* line 79, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .item .image-link h3,
  .owl-carousel.in-de-praktijk .item .image-link h3,
  .owl-carousel.ons-speelveld .item .image-link h3,
  .owl-carousel.in-de-kijker .item .image-link h3 {
    bottom: auto;
    top: 20px;
  }

  /* line 85, ../scss/_responsive.scss */
  .owl-carousel.mondelinge-geschiedenis .item .image-link h3 {
    bottom: 20px;
    top: auto;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-banners .homebanner:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 2) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-banners .homebanner:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 770px) {
  /* line 96, ../scss/_responsive.scss */
  .header .top {
    height: 200px;
  }

  /* line 100, ../scss/_responsive.scss */
  .header .logo.image {
    max-width: 300px;
  }

  /* line 104, ../scss/_responsive.scss */
  .contentpage h1 {
    margin-top: 40px;
  }

  /* line 108, ../scss/_responsive.scss */
  .home-agenda {
    padding-bottom: 0;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-agenda .agenda-overview .item-listing li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 2) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-agenda .agenda-overview .item-listing li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 115, ../scss/_responsive.scss */
  .owl-carousel .owl-nav {
    top: calc(40% - 21px);
  }

  /* line 119, ../scss/_responsive.scss */
  .pagebanner, .main-banner {
    height: 400px;
  }

  /* line 123, ../scss/_responsive.scss */
  .pagebanner h1, .main-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .item-listing li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 2) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .item-listing li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 133, ../scss/_responsive.scss */
  .wie-is-wie-detail .pinfo {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 40px;
  }
  /* line 140, ../scss/_responsive.scss */
  .wie-is-wie-detail .main-image {
    width: 100%;
    max-width: 380px;
    margin-top: 20px;
  }
  /* line 146, ../scss/_responsive.scss */
  .wie-is-wie-detail .info {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  /* line 154, ../scss/_responsive.scss */
  .contact.adresgegevens .adres {
    width: 100%;
  }
  /* line 157, ../scss/_responsive.scss */
  .contact.adresgegevens .adres .adrescontainer {
    float: left;
    width: 50%;
  }
  /* line 162, ../scss/_responsive.scss */
  .contact.adresgegevens .adres .openingsuren {
    float: left;
    width: 50%;
    padding-left: 5%;
    margin: 0;
  }
  /* line 171, ../scss/_responsive.scss */
  .contact.adresgegevens .maps {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  /* line 178, ../scss/_responsive.scss */
  .searchresults form .button {
    padding: 9px 20px;
    min-width: 0;
    width: 150px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .huurform .gegevens .row:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .huurform .gegevens .row:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 190, ../scss/_responsive.scss */
  .huurform .dates .labels span {
    width: 47%;
  }
  /* line 194, ../scss/_responsive.scss */
  .huurform .dates input, .huurform .dates .styled-select {
    width: 47%;
  }

  /* line 201, ../scss/_responsive.scss */
  .interviews-detail .content-blocks {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  /* line 209, ../scss/_responsive.scss */
  .custom-listing li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

  /* line 216, ../scss/_responsive.scss */
  .home-banners .homebanner .text h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 224, ../scss/_responsive.scss */
  h1 {
    font-size: 50px;
    line-height: 54px;
  }

  /* line 229, ../scss/_responsive.scss */
  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  /* line 234, ../scss/_responsive.scss */
  body {
    font-size: 16px;
  }

  /* line 238, ../scss/_responsive.scss */
  .page-text-layout h1,
  .page-text-layout h2,
  .page-text-layout h3,
  .page-text-layout h4 {
    margin-top: 30px;
  }

  /* line 245, ../scss/_responsive.scss */
  .header .logo {
    font-size: 60px;
  }

  /* line 249, ../scss/_responsive.scss */
  .header .logo.image {
    max-width: 200px;
    line-height: 0;
  }

  /* line 254, ../scss/_responsive.scss */
  .header .top {
    height: 120px;
  }

  /* line 258, ../scss/_responsive.scss */
  .socialbar li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 28px;
    aspect-ratio: 1;
    text-decoration: none;
    font-size: 16px;
  }

  /* line 269, ../scss/_responsive.scss */
  .menu-mobile ul.menu ul.submenu li a {
    padding-left: 50px;
  }

  /* line 273, ../scss/_responsive.scss */
  .main-banner {
    overflow: hidden;
  }
  /* line 276, ../scss/_responsive.scss */
  .main-banner .text {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  /* line 282, ../scss/_responsive.scss */
  .main-banner h1 {
    font-size: 60px;
    line-height: 50px;
  }
  /* line 287, ../scss/_responsive.scss */
  .main-banner .subtext {
    font-size: 22px;
    line-height: 26px;
  }

  /* line 293, ../scss/_responsive.scss */
  .pagebanner {
    background: none !important;
    height: auto;
    margin: 0;
  }
  /* line 298, ../scss/_responsive.scss */
  .pagebanner .text {
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-shadow: none;
  }
  /* line 306, ../scss/_responsive.scss */
  .pagebanner h1 {
    font-size: 50px;
    line-height: 54px;
    color: #202632;
    margin: 70px 0 30px !important;
  }
  /* line 313, ../scss/_responsive.scss */
  .pagebanner .subtext {
    float: left;
    margin-top: -10px;
    margin-bottom: 30px;
    color: #202632;
    font-family: roboto, sans-serif, Arial, Verdana;
    font-size: 18px;
    font-weight: 400;
  }

  /* line 324, ../scss/_responsive.scss */
  .home-banners .homebanner {
    aspect-ratio: 16 / 10;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-banners .homebanner:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-banners .homebanner:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 328, ../scss/_responsive.scss */
  .home-banners .homebanner .companylogo {
    max-width: 130px;
  }

  /* line 333, ../scss/_responsive.scss */
  .home-kijker {
    padding: 30px 0 50px;
  }

  /* line 338, ../scss/_responsive.scss */
  .praktisch .label {
    font-size: 15px;
    padding: 15px 10px;
    max-width: 115px;
  }
  /* line 344, ../scss/_responsive.scss */
  .praktisch .value {
    padding: 15px 15px;
    width: calc(100% - 116px);
    font-size: 14px;
    line-height: 26px;
  }

  /* line 352, ../scss/_responsive.scss */
  .inschrijven {
    margin-top: 60px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .contactform .row:nth-of-type(n),
  .inschrijven .row:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .contactform .row:nth-of-type(1n),
  .inschrijven .row:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 360, ../scss/_responsive.scss */
  .contactform .row input[type=submit],
  .inschrijven .row input[type=submit] {
    margin-top: 5px;
  }

  /* line 365, ../scss/_responsive.scss */
  .searchresults form input[type=search] {
    width: 100%;
    max-width: 100%;
  }

  /* line 370, ../scss/_responsive.scss */
  .searchresults form .button {
    padding: 7px 10px;
    min-width: 0;
    width: 140px;
    margin-top: 10px;
  }

  /* line 378, ../scss/_responsive.scss */
  .footer .content {
    padding: 50px 0;
  }
  /* line 382, ../scss/_responsive.scss */
  .footer .adres {
    width: 100%;
  }
  /* line 386, ../scss/_responsive.scss */
  .footer .maps {
    display: none;
  }

  /* line 391, ../scss/_responsive.scss */
  form.blocked-form {
    padding: 30px;
  }
  /* line 394, ../scss/_responsive.scss */
  form.blocked-form .row {
    width: 100%;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  form.blocked-form .row:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  form.blocked-form .row:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 401, ../scss/_responsive.scss */
  .custom-listing li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  /* line 408, ../scss/_responsive.scss */
  .custom-listing li.wide .desktop {
    display: none;
  }
  /* line 412, ../scss/_responsive.scss */
  .custom-listing li.wide .mobile {
    display: block;
  }
  /* line 417, ../scss/_responsive.scss */
  .custom-listing .image-link h3 {
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 21px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 429, ../scss/_responsive.scss */
  .header .top {
    height: 100px;
  }
  /* line 433, ../scss/_responsive.scss */
  .header .logo {
    font-size: 60px;
  }

  /* line 438, ../scss/_responsive.scss */
  .header #searchform-inline {
    width: 100%;
  }
  /* line 441, ../scss/_responsive.scss */
  .header #searchform-inline input[type=submit] {
    width: 110px;
    float: right;
    font-size: 28px;
  }
  /* line 447, ../scss/_responsive.scss */
  .header #searchform-inline input[type=search] {
    width: calc(100% - 110px);
    font-size: 16px;
  }

  /* line 453, ../scss/_responsive.scss */
  .menu-mobile ul.menu ul.submenu li a {
    padding-left: 40px;
  }

  /* line 457, ../scss/_responsive.scss */
  .menu-mobile form input {
    width: calc(100% - 90px);
    font-size: 16px;
    padding: 15px 6px 15px 12px;
  }

  /* line 463, ../scss/_responsive.scss */
  .menu-mobile form .button.search {
    width: 90px;
    font-size: 26px;
    padding: 11px 0px 10px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-agenda .agenda-overview .item-listing li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-agenda .agenda-overview .item-listing li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .item-listing li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .item-listing li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 477, ../scss/_responsive.scss */
  .contactform form, .inschrijven form {
    padding: 30px;
  }

  /* line 484, ../scss/_responsive.scss */
  .contact.adresgegevens .adres .adrescontainer {
    float: left;
    width: 100%;
  }
  /* line 489, ../scss/_responsive.scss */
  .contact.adresgegevens .adres .openingsuren {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  /* line 497, ../scss/_responsive.scss */
  .contact.adresgegevens .maps {
    margin-top: 40px;
  }
  /* line 500, ../scss/_responsive.scss */
  .contact.adresgegevens .maps iframe {
    height: 250px;
  }

  /* line 506, ../scss/_responsive.scss */
  .item-listing.interview li .teaser {
    width: 100%;
  }

  /* line 511, ../scss/_responsive.scss */
  .huurform .row-container {
    padding: 30px 20px 26px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .huurform .gegevens .row:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .huurform .gegevens .row:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 520, ../scss/_responsive.scss */
  .huurform .dates .labels span {
    display: none;
  }
  /* line 523, ../scss/_responsive.scss */
  .huurform .dates .labels span.mobile {
    width: 100%;
    display: block;
  }
  /* line 529, ../scss/_responsive.scss */
  .huurform .dates input, .huurform .dates .styled-select, .huurform .dates select {
    width: 100%;
    margin-right: 0;
  }
  /* line 534, ../scss/_responsive.scss */
  .huurform .dates input {
    margin-bottom: 10px;
  }
  /* line 538, ../scss/_responsive.scss */
  .huurform .dates .date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  /* line 544, ../scss/_responsive.scss */
  .huurform .dates .remove {
    position: relative;
    margin-top: 7px;
    margin-left: 0;
    width: 120px;
  }
  /* line 550, ../scss/_responsive.scss */
  .huurform .dates .remove img {
    position: absolute;
  }
  /* line 554, ../scss/_responsive.scss */
  .huurform .dates .remove span {
    display: block;
    float: left;
    color: #f64646;
    font-weight: 500;
    position: absolute;
    left: 32px;
    top: 16px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 569, ../scss/_responsive.scss */
  .header .logo.image {
    max-width: 180px;
  }
}
@media only screen and (max-width: 340px) {
  /* line 575, ../scss/_responsive.scss */
  .header .menulogo {
    display: none;
  }
}
