/*! 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: #1a84ac;
  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-style: normal !important;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
/* line 56, ../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 61, ../scss/_base.scss */
h2 {
  font-size: 40px;
  line-height: 40px;
}

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

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

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

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

/* line 84, ../scss/_base.scss */
a {
  text-decoration: none;
  color: #136280;
  text-decoration: underline;
}
/* line 89, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 94, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}
/* line 97, ../scss/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 101, ../scss/_base.scss */
p:last-child {
  margin-bottom: 0;
}

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

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

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

/* line 121, ../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 140, ../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 150, ../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 150, ../scss/_base.scss */
  .styled-select select {
    font-size: 17px;
  }
}

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

/* line 190, ../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 190, ../scss/_base.scss */
  .contentblock.page-video,
  .responsive-video {
    padding-top: 0;
  }
}
/* line 203, ../scss/_base.scss */
.contentblock.page-video.vimeo,
.responsive-video.vimeo {
  padding-top: 0;
}
/* line 209, ../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 221, ../scss/_base.scss */
.contentblock.page-video {
  margin-bottom: 70px;
}

/* line 225, ../scss/_base.scss */
.alert {
  margin-bottom: 0;
  margin-top: 40px;
}
/* line 229, ../scss/_base.scss */
.alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}
/* line 237, ../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 246, ../scss/_base.scss */
.alert.inschrijving {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0px;
}

/* 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 */
.header {
  position: relative;
  z-index: 2;
  background: #136280;
}
/* line 12, ../scss/_content.scss */
.header .top {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  height: 250px;
}
/* line 20, ../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 32, ../scss/_content.scss */
.header .logo:hover {
  text-decoration: none;
}
/* line 37, ../scss/_content.scss */
.header .logo.image {
  max-width: 350px;
  line-height: 0;
}
/* line 42, ../scss/_content.scss */
.header .bottom {
  float: left;
  width: 100%;
  height: 54px;
  background: #f1f1f1;
}
/* line 49, ../scss/_content.scss */
.header .menu-container {
  float: left;
  width: calc(100% - 220px);
}
/* line 54, ../scss/_content.scss */
.header .right {
  float: right;
  width: 220px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
/* line 62, ../scss/_content.scss */
.header .menulogo {
  position: absolute;
  right: 45px;
  top: 4px;
}
/* line 68, ../scss/_content.scss */
.header .searchbtn {
  float: right;
  font-size: 26px;
  color: #242424;
  cursor: pointer;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 75, ../scss/_content.scss */
.header .searchbtn:hover {
  color: #666;
}
/* line 80, ../scss/_content.scss */
.header #searchform-inline {
  position: absolute;
  right: 0;
  width: 480px;
  background: #f1f1f1;
  top: 53px;
  padding: 15px;
  display: none;
}
/* line 89, ../scss/_content.scss */
.header #searchform-inline.show {
  display: block;
}
/* line 93, ../scss/_content.scss */
.header #searchform-inline input[type=search] {
  clear: none;
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 18px;
}
/* line 99, ../scss/_content.scss */
.header #searchform-inline input[type=search]:focus {
  border: 1px solid #dedede;
}
/* line 104, ../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 114, ../scss/_content.scss */
.header .newsletterbutton {
  float: right;
  width: auto;
  padding: 1px 14px;
  background: #fff;
  clear: right;
  color: #136280;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
/* line 126, ../scss/_content.scss */
.header .newsletterbutton a {
  text-decoration: none;
}
/* line 130, ../scss/_content.scss */
.header .newsletterbutton .fas {
  margin-right: 6px;
}
/* line 135, ../scss/_content.scss */
.header .vop {
  float: right;
  width: auto;
  padding: 1px 14px;
  background: #fff;
  clear: right;
  color: #136280;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  text-decoration: none;
}
/* line 148, ../scss/_content.scss */
.header .vop .fas {
  margin-right: 6px;
}

/* line 154, ../scss/_content.scss */
.socialbar {
  float: right;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
/* line 161, ../scss/_content.scss */
.socialbar li {
  float: left;
  margin-right: 5px;
}
/* line 165, ../scss/_content.scss */
.socialbar li a {
  float: left;
  line-height: 0;
  background: #fff;
  text-align: center;
  font-size: 22px;
  padding: 8px;
  width: 38px;
}
/* line 175, ../scss/_content.scss */
.socialbar li:last-child {
  margin-right: 0;
}

/* line 183, ../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 196, ../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 206, ../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 216, ../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 223, ../scss/_content.scss */
.pagebanner .shadow,
.main-banner .shadow {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

/* line 230, ../scss/_content.scss */
.main-banner:hover:after {
  opacity: 0.15;
}
/* line 234, ../scss/_content.scss */
.main-banner:hover .text {
  bottom: 55px;
}
/* line 239, ../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 254, ../scss/_content.scss */
.back-link {
  text-decoration: underline;
  margin-top: 30px;
  float: left;
  clear: both;
  display: block;
}

/* line 262, ../scss/_content.scss */
.pagebanner {
  height: 440px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 267, ../scss/_content.scss */
.pagebanner .text {
  left: 60px;
  right: 60px;
}
/* line 273, ../scss/_content.scss */
.pagebanner.agenda h1 {
  margin-bottom: 0 !important;
}
/* line 278, ../scss/_content.scss */
.pagebanner h1 {
  font-size: 70px;
  line-height: 70px;
}

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

/* line 290, ../scss/_content.scss */
.owl-carousel.in-de-kijker {
  float: left;
  width: 100%;
  position: relative;
}
/* line 295, ../scss/_content.scss */
.owl-carousel.in-de-kijker .owl-stage-outer {
  position: relative;
  z-index: 2;
}
/* line 300, ../scss/_content.scss */
.owl-carousel.in-de-kijker .owl-nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(50% - 21px);
}
/* line 306, ../scss/_content.scss */
.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 315, ../scss/_content.scss */
.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 321, ../scss/_content.scss */
.owl-carousel.in-de-kijker .owl-nav button.owl-next {
  right: -50px;
}
/* line 325, ../scss/_content.scss */
.owl-carousel.in-de-kijker .owl-nav button.owl-prev {
  left: -50px;
}
/* line 330, ../scss/_content.scss */
.owl-carousel.in-de-kijker .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
/* line 335, ../scss/_content.scss */
.owl-carousel.in-de-kijker .owl-item {
  background: #fff;
  display: flex;
}
/* line 340, ../scss/_content.scss */
.owl-carousel.in-de-kijker .item {
  display: flex;
  flex-direction: column;
}
/* line 345, ../scss/_content.scss */
.owl-carousel.in-de-kijker .item:hover .image-link img {
  opacity: 0.8;
}
/* line 350, ../scss/_content.scss */
.owl-carousel.in-de-kijker .item .image-link {
  float: left;
  width: 100%;
  position: relative;
}
/* line 355, ../scss/_content.scss */
.owl-carousel.in-de-kijker .item .image-link h3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background: #136280;
  text-transform: none;
  z-index: 2;
  width: auto;
  padding: 2px 12px 5px;
  margin-bottom: 0;
  text-align: right;
  max-width: calc(100% - 40px);
}
/* line 370, ../scss/_content.scss */
.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 379, ../scss/_content.scss */
.owl-carousel.in-de-kijker .info {
  float: left;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
/* line 388, ../scss/_content.scss */
.owl-carousel.in-de-kijker .teaser {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 396, ../scss/_content.scss */
.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;
}

/* line 406, ../scss/_content.scss */
.home-agenda {
  padding: 50px 0;
  margin-top: 20px;
}
/* line 410, ../scss/_content.scss */
.home-agenda h2 {
  float: left;
  width: auto;
}
/* line 415, ../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 422, ../scss/_content.scss */
.home-agenda .agenda-link .fas {
  font-size: 25px;
}
/* line 427, ../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 434, ../scss/_content.scss */
.home-agenda .agenda-overview .image-link {
  height: 100%;
}
/* line 438, ../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 449, ../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 468, ../scss/_content.scss */
.paginas .contentblock.buttonssection {
  margin-bottom: 20px;
}

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

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

/* line 488, ../scss/_content.scss */
.praktisch {
  float: left;
  width: 100%;
  margin-top: 70px;
}
/* line 493, ../scss/_content.scss */
.praktisch h2 {
  margin-bottom: 0;
}
/* line 497, ../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 507, ../scss/_content.scss */
.praktisch .row.begeleiders .persoon {
  float: left;
  width: 100%;
}
/* line 514, ../scss/_content.scss */
.praktisch .row.downloads a {
  float: left;
  clear: both;
}
/* line 519, ../scss/_content.scss */
.praktisch .row.downloads .fas {
  margin-right: 10px;
}
/* line 524, ../scss/_content.scss */
.praktisch .label {
  float: left;
  width: 250px;
  font-size: 21px;
  padding: 15px 20px;
  max-width: 250px;
  font-weight: 700;
  background: #daeef3;
}
/* line 534, ../scss/_content.scss */
.praktisch .value {
  float: left;
  padding: 15px 20px;
  width: calc(100% - 250px);
  background: #f6f6f6;
}
/* line 541, ../scss/_content.scss */
.praktisch .faqs {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 547, ../scss/_content.scss */
.praktisch .faqs a {
  text-decoration: underline;
}

/* line 553, ../scss/_content.scss */
.contactform,
.inschrijven {
  float: left;
  width: 100%;
  margin-top: 80px;
}
/* line 559, ../scss/_content.scss */
.contactform h2,
.inschrijven h2 {
  margin-bottom: 15px;
}
/* line 563, ../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 575, ../scss/_content.scss */
.contactform .form-error,
.inschrijven .form-error {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: red;
  top: -1px;
}
/* line 583, ../scss/_content.scss */
.contactform input,
.inschrijven input {
  max-width: 100%;
  background: #fff;
}
/* line 588, ../scss/_content.scss */
.contactform .g-recaptcha,
.inschrijven .g-recaptcha {
  float: left;
  clear: both;
}

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

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

/* line 630, ../scss/_content.scss */
.agenda-overview-intro .info {
  margin-bottom: 10px;
}

/* line 635, ../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 644, ../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 651, ../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 657, ../scss/_content.scss */
.filters {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
/* line 664, ../scss/_content.scss */
.filters li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
}
/* line 670, ../scss/_content.scss */
.filters li:hover, .filters li.active {
  background: #136280;
}
/* line 674, ../scss/_content.scss */
.filters li:hover a, .filters li.active a {
  color: #fff;
  border: 1px solid #136280;
}
/* line 680, ../scss/_content.scss */
.filters li a {
  float: left;
  width: 100%;
  padding: 2px 16px 3px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #e8e8e8;
}

/* line 692, ../scss/_content.scss */
.blog-overview,
.agenda-overview {
  background: #f4f4f4;
  padding: 50px 0;
}
/* line 697, ../scss/_content.scss */
.blog-overview .image-link,
.agenda-overview .image-link {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
  background: #fff;
}
/* line 704, ../scss/_content.scss */
.blog-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;
  color: #242424;
  background: rgba(255, 255, 255, 0.75);
}
/* line 721, ../scss/_content.scss */
.blog-overview .image-link .date .divider,
.agenda-overview .image-link .date .divider {
  display: inline-block;
  width: 30px;
  margin: 10px auto 6px;
  background: #136280;
  height: 4px;
}
/* line 730, ../scss/_content.scss */
.blog-overview .image-link .icons,
.agenda-overview .image-link .icons {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}
/* line 736, ../scss/_content.scss */
.blog-overview .image-link .icons .icon,
.agenda-overview .image-link .icons .icon {
  background: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  float: left;
}
/* line 747, ../scss/_content.scss */
.blog-overview .image-link .icons .icon:last-child,
.agenda-overview .image-link .icons .icon:last-child {
  margin-right: 0;
}
/* line 752, ../scss/_content.scss */
.blog-overview .image-link .icons img,
.agenda-overview .image-link .icons img {
  max-width: 17px;
}
/* line 757, ../scss/_content.scss */
.blog-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 766, ../scss/_content.scss */
.blog-overview .image-link:hover img,
.agenda-overview .image-link:hover img {
  opacity: 0.8;
}
/* line 772, ../scss/_content.scss */
.blog-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 782, ../scss/_content.scss */
.blog-overview h3,
.agenda-overview h3 {
  margin-bottom: 15px;
}
/* line 786, ../scss/_content.scss */
.blog-overview .teaser,
.agenda-overview .teaser {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 794, ../scss/_content.scss */
.blog-overview .read-more,
.agenda-overview .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 804, ../scss/_content.scss */
.agenda-overview {
  padding-top: 36px;
}

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

/* line 820, ../scss/_content.scss */
.blog-overview .image-link .date {
  width: auto;
  max-width: calc(100% - 20px);
  height: auto;
  text-align: left;
  left: 10px;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
/* line 832, ../scss/_content.scss */
.blog-overview .image-link .auteur {
  font-weight: 400;
  font-size: 20px;
}

/* line 840, ../scss/_content.scss */
.blog-detail .pagebanner {
  margin-bottom: 20px;
}
/* line 844, ../scss/_content.scss */
.blog-detail .content {
  padding-top: 0;
}
/* line 848, ../scss/_content.scss */
.blog-detail .written-by {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 50px;
  font-style: italic;
}
/* line 858, ../scss/_content.scss */
.blog-detail .auteur {
  float: left;
  line-height: 22px;
  width: calc(100% - 70px);
}
/* line 864, ../scss/_content.scss */
.blog-detail .auteur-thumb {
  float: left;
  border-radius: 50px;
  width: 50px;
  margin-right: 10px;
}
/* line 871, ../scss/_content.scss */
.blog-detail .row.downloads {
  float: left;
  width: 100%;
  padding: 24px 34px;
  background: #f6f6f6;
}
/* line 877, ../scss/_content.scss */
.blog-detail .row.downloads .label {
  float: left;
  clear: both;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
/* line 885, ../scss/_content.scss */
.blog-detail .row.downloads a {
  float: left;
  clear: both;
}
/* line 890, ../scss/_content.scss */
.blog-detail .row.downloads .fas {
  margin-right: 10px;
}

/* line 896, ../scss/_content.scss */
.share-container {
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
/* line 904, ../scss/_content.scss */
.share-container .title {
  float: left;
  margin-right: 10px;
}
/* line 909, ../scss/_content.scss */
.share-container a {
  float: left;
  text-decoration: none;
  font-size: 28px;
  margin-right: 6px;
}

/* line 917, ../scss/_content.scss */
.wie-is-wie-overview,
.inspiratie-overview,
.portfolio-overview {
  /*
  background:#f4f4f4;
  padding:50px 0;
  */
}
/* line 925, ../scss/_content.scss */
.wie-is-wie-overview li,
.inspiratie-overview li,
.portfolio-overview li {
  position: relative;
}
/* line 929, ../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 935, ../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 946, ../scss/_content.scss */
.wie-is-wie-overview .image-link,
.inspiratie-overview .image-link,
.portfolio-overview .image-link {
  line-height: 0;
}
/* line 949, ../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 958, ../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 966, ../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 971, ../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 976, ../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 990, ../scss/_content.scss */
.portfolio-overview {
  margin-top: -50px;
  margin-bottom: 30px;
}
/* line 994, ../scss/_content.scss */
.portfolio-overview .item-listing {
  margin-bottom: 10px;
}

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

/* line 1012, ../scss/_content.scss */
.wie-is-wie-overview h2.vast,
.wie-is-wie-overview h2.freelance {
  margin-top: 30px;
}
/* line 1017, ../scss/_content.scss */
.wie-is-wie-overview h2.freelance {
  margin-bottom: 20px;
}
/* line 1021, ../scss/_content.scss */
.wie-is-wie-overview .freelancer {
  text-decoration: underline;
  clear: both;
  float: left;
}
/* line 1026, ../scss/_content.scss */
.wie-is-wie-overview .freelancer:last-child {
  margin-bottom: 40px;
}
/* line 1031, ../scss/_content.scss */
.wie-is-wie-overview li.dark {
  padding-top: 40px;
  border: 1px solid #eee;
  padding-bottom: 5px;
}
/* line 1036, ../scss/_content.scss */
.wie-is-wie-overview li.dark .info {
  position: relative;
}
/* line 1038, ../scss/_content.scss */
.wie-is-wie-overview li.dark .info h3, .wie-is-wie-overview li.dark .info h3.achternaam {
  color: #136280;
  opacity: 1;
  top: 0;
  text-shadow: none;
}

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

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

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

/* line 1066, ../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 1076, ../scss/_content.scss */
.reference-list li .image-container {
  padding: 10%;
  border: 1px solid #eee;
}
/* line 1080, ../scss/_content.scss */
.reference-list li .image-container:hover {
  border: 1px solid #ccc;
}
/* line 1085, ../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 1085, ../scss/_content.scss */
  .reference-list li img {
    width: 80%;
    max-width: none;
    max-height: none;
  }
}

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

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

/* line 1124, ../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 1134, ../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 1140, ../scss/_content.scss */
.wie-is-wie-overview .item-listing li:hover .info h3 {
  opacity: 1;
  top: 0;
}

/* line 1148, ../scss/_content.scss */
.wie-is-wie-detail .main-image {
  float: left;
  width: 40%;
  margin-top: 60px;
}
/* line 1154, ../scss/_content.scss */
.wie-is-wie-detail .pinfo {
  float: right;
  width: 55%;
  clear: left;
  margin-top: 60px;
}
/* line 1160, ../scss/_content.scss */
.wie-is-wie-detail .pinfo.wide {
  width: 100%;
}
/* line 1164, ../scss/_content.scss */
.wie-is-wie-detail .pinfo h1 {
  margin-bottom: 5px;
}
/* line 1168, ../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 1177, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .telefoon {
  float: left;
  width: 100%;
}
/* line 1181, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .telefoon i {
  padding-right: 5px;
}
/* line 1186, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .email {
  float: left;
  width: 100%;
}
/* line 1190, ../scss/_content.scss */
.wie-is-wie-detail .pinfo .email i {
  padding-right: 5px;
}
/* line 1196, ../scss/_content.scss */
.wie-is-wie-detail .info {
  float: right;
  width: 55%;
  margin-top: 20px;
}
/* line 1202, ../scss/_content.scss */
.wie-is-wie-detail.freelancer {
  /*
  .main-image {
      display:none;
  }
  
  .pinfo {
      width:100%;
      float:left;
  }
  
  .info {
      float:left;
      width:100%;
  }
  */
}

/* line 1221, ../scss/_content.scss */
.contact.adresgegevens {
  background: #f4f4f4;
  padding: 40px 0;
  margin-top: 20px;
}
/* line 1226, ../scss/_content.scss */
.contact.adresgegevens .adres {
  float: left;
  width: 35%;
}
/* line 1230, ../scss/_content.scss */
.contact.adresgegevens .adres h2 {
  margin-bottom: 15px;
}
/* line 1235, ../scss/_content.scss */
.contact.adresgegevens .openingsuren {
  float: left;
  widht: 100%;
  margin-top: 30px;
}
/* line 1241, ../scss/_content.scss */
.contact.adresgegevens .maps {
  float: right;
  width: 60%;
}
/* line 1245, ../scss/_content.scss */
.contact.adresgegevens .maps iframe {
  width: 100%;
}

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

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

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

/* line 1283, ../scss/_content.scss */
.container.nieuwsbrief {
  background: #f4f4f4;
  margin-top: 80px;
}
/* line 1287, ../scss/_content.scss */
.container.nieuwsbrief .content {
  padding-top: 50px;
  padding-bottom: 40px;
}
/* line 1292, ../scss/_content.scss */
.container.nieuwsbrief h3 {
  margin-bottom: 15px;
}
/* line 1297, ../scss/_content.scss */
.container.nieuwsbrief form .row {
  width: 100%;
  max-width: 380px;
}
/* line 1302, ../scss/_content.scss */
.container.nieuwsbrief form input[type=text] {
  background: #fff;
  max-width: 100%;
}
/* line 1307, ../scss/_content.scss */
.container.nieuwsbrief form input[type=submit] {
  float: left;
  clear: none;
  margin: 35px 0 0 -54px;
  padding: 11px 30px 12px;
}
/* line 1315, ../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 1326, ../scss/_content.scss */
.container.nieuwsbrief .form-error {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: red;
  top: -1px;
}
/* line 1334, ../scss/_content.scss */
.container.nieuwsbrief .disclaimer {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

/* line 1342, ../scss/_content.scss */
.footer {
  margin-top: 80px;
  background: #136280;
}
/* line 1346, ../scss/_content.scss */
.footer .content {
  padding: 90px 0;
}
/* line 1350, ../scss/_content.scss */
.footer .adres {
  float: left;
  width: 48%;
  font-size: 20px;
  color: #fff;
}
/* line 1356, ../scss/_content.scss */
.footer .adres a {
  color: #fff;
}
/* line 1360, ../scss/_content.scss */
.footer .adres h2 {
  color: #fff;
  font-size: 48px;
}
/* line 1365, ../scss/_content.scss */
.footer .adres .socialbar {
  float: left;
  margin-top: 15px;
}
/* line 1369, ../scss/_content.scss */
.footer .adres .socialbar a {
  color: #136280;
}
/* line 1373, ../scss/_content.scss */
.footer .adres .Sldrlogo {
  float: left;
  width: 100%;
  margin-top: 3%;
}
/* line 1383, ../scss/_content.scss */
.footer .adres .voplayout a {
  display: inline-block;
  background: #fff;
  color: #136280;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
  padding: 1px 14px;
}
/* line 1396, ../scss/_content.scss */
.footer .privacyverklaring {
  float: left;
  clear: both;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: underline;
}
/* line 1404, ../scss/_content.scss */
.footer .maps {
  float: right;
  width: 50%;
}
/* line 1408, ../scss/_content.scss */
.footer .maps iframe {
  height: 450px;
  width: 100%;
}
/* line 1414, ../scss/_content.scss */
.footer .vlaanderen-logo {
  float: left;
  width: 180px;
  clear: both;
  margin-top: 20px;
}

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

/* line 1429, ../scss/_content.scss */
.searchresults form {
  margin-bottom: 50px;
}
/* line 1432, ../scss/_content.scss */
.searchresults form input[type=search] {
  clear: none;
  padding: 16px;
}
/* line 1437, ../scss/_content.scss */
.searchresults form .button {
  clear: none;
  margin-top: 0px;
  padding: 12px 50px;
}
/* line 1444, ../scss/_content.scss */
.searchresults .items {
  float: left;
  width: 100%;
}
/* line 1448, ../scss/_content.scss */
.searchresults .items .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
/* line 1455, ../scss/_content.scss */
.searchresults .items .item:last-child {
  border: none;
}
/* line 1459, ../scss/_content.scss */
.searchresults .items .item h2 {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 31px;
}
/* line 1465, ../scss/_content.scss */
.searchresults .items .item h2 strong {
  font-weight: 700;
}
/* line 1469, ../scss/_content.scss */
.searchresults .items .item h2 br {
  display: none;
}
/* line 1474, ../scss/_content.scss */
.searchresults .items .item .intro {
  float: left;
  margin: 0;
}
/* line 1479, ../scss/_content.scss */
.searchresults .items .item .text-link {
  float: left;
  clear: both;
  font-weight: 400;
  margin-top: 15px;
  text-decoration: underline;
}
/* line 1487, ../scss/_content.scss */
.searchresults .items .item a.button.small {
  padding: 2px 25px 3px;
}

/* line 1495, ../scss/_content.scss */
.huurformulier .page-text-layout {
  margin-bottom: 0px;
}
/* line 1499, ../scss/_content.scss */
.huurformulier .page-text-layout h3 {
  margin: 20px 0 10px;
  text-transform: none;
}
/* line 1504, ../scss/_content.scss */
.huurformulier h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: none;
  position: relative;
}
/* line 1511, ../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 1521, ../scss/_content.scss */
.huurformulier .disclaimer ul {
  margin-top: -20px;
  margin-bottom: 25px;
}

/* line 1528, ../scss/_content.scss */
.huurform {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
}
/* line 1535, ../scss/_content.scss */
.huurform .row-container {
  float: left;
  width: 100%;
  padding: 30px 30px 26px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
/* line 1542, ../scss/_content.scss */
.huurform .row-container .row {
  margin-bottom: 0;
}
/* line 1547, ../scss/_content.scss */
.huurform .row {
  position: relative;
}
/* line 1551, ../scss/_content.scss */
.huurform .form-error {
  position: absolute;
  color: red;
  font-size: 14px;
  top: 0;
  right: 0;
  display: none !important;
}
/* line 1560, ../scss/_content.scss */
.huurform .row.aantal .form-error {
  left: 235px;
  right: auto;
}
/* line 1565, ../scss/_content.scss */
.huurform input[type=checkbox] {
  float: left;
  width: auto;
  position: relative;
  top: 6px;
  -webkit-appearance: checkbox;
}
/* line 1573, ../scss/_content.scss */
.huurform label.checkbox {
  float: left;
  clear: both;
  width: 100%;
  cursor: pointer;
  margin-bottom: 12px;
}
/* line 1580, ../scss/_content.scss */
.huurform label.checkbox span {
  float: left;
  line-height: 23px;
  padding-left: 8px;
  font-weight: 400;
  width: calc(100% - 20px);
}
/* line 1589, ../scss/_content.scss */
.huurform textarea,
.huurform .styled-select,
.huurform input {
  background-color: #fff;
  font-weight: 400;
  font-size: 17px;
}
/* line 1597, ../scss/_content.scss */
.huurform select {
  font-weight: 400;
}
/* line 1601, ../scss/_content.scss */
.huurform .gegevens {
  float: left;
  width: 100%;
}
/* line 1606, ../scss/_content.scss */
.huurform .gegevens .row .styled-select,
.huurform .gegevens .row input {
  width: 100%;
  max-width: 100%;
}
/* line 1612, ../scss/_content.scss */
.huurform .gegevens .row .styled-select {
  margin-top: 4px;
}
/* line 1617, ../scss/_content.scss */
.huurform .gegevens input {
  font-size: 17px;
}
/* line 1621, ../scss/_content.scss */
.huurform .gegevens select {
  padding: 14px 18px;
  line-height: 25px;
}
/* line 1626, ../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 1638, ../scss/_content.scss */
.huurform textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dedede;
}
/* line 1644, ../scss/_content.scss */
.huurform .dates {
  float: left;
  width: 100%;
}
/* line 1648, ../scss/_content.scss */
.huurform .dates .labels {
  float: left;
  width: 100%;
}
/* line 1652, ../scss/_content.scss */
.huurform .dates .labels span {
  float: left;
  width: 35%;
  margin-right: 3%;
  font-weight: 400;
  font-size: 17px;
}
/* line 1659, ../scss/_content.scss */
.huurform .dates .labels span.mobile {
  display: none;
}
/* line 1665, ../scss/_content.scss */
.huurform .dates .date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
/* line 1671, ../scss/_content.scss */
.huurform .dates .date .form-error {
  left: 234px;
  right: auto;
  top: -34px;
}
/* line 1678, ../scss/_content.scss */
.huurform .dates input,
.huurform .dates .styled-select {
  float: left;
  width: 35%;
  clear: none;
  font-size: 17px;
  margin-right: 3%;
}
/* line 1687, ../scss/_content.scss */
.huurform .dates .styled-select {
  margin-right: 0;
}
/* line 1691, ../scss/_content.scss */
.huurform .dates select {
  padding: 14px 18px;
  line-height: 25px;
}
/* line 1696, ../scss/_content.scss */
.huurform .dates .remove {
  float: left;
  padding: 10px;
  line-height: 0px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 5px;
}
/* line 1704, ../scss/_content.scss */
.huurform .dates .remove span {
  display: none;
}
/* line 1710, ../scss/_content.scss */
.huurform .add-date {
  float: left;
  clear: both;
  color: #33a5de;
  cursor: pointer;
  font-size: 17px;
  margin-left: 5px;
  text-decoration: underline;
}
/* line 1720, ../scss/_content.scss */
.huurform .row.aantal {
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 1724, ../scss/_content.scss */
.huurform .row.aantal label {
  font-weight: 400;
}
/* line 1728, ../scss/_content.scss */
.huurform .row.aantal input {
  max-width: 320px;
}
/* line 1733, ../scss/_content.scss */
.huurform label.koffiemoment,
.huurform .row.pauzemomenten {
  display: none;
}
/* line 1738, ../scss/_content.scss */
.huurform .row.pauzemomenten {
  float: left;
  width: 100%;
  margin: 20px 0 0 0px;
}
/* line 1743, ../scss/_content.scss */
.huurform .row.pauzemomenten .subtitle {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 1753, ../scss/_content.scss */
.huurform .row.email .form-error {
  display: block !important;
}
/* line 1758, ../scss/_content.scss */
.huurform .row.uren {
  margin-top: 40px;
}
/* line 1761, ../scss/_content.scss */
.huurform .row.uren label {
  width: 100%;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
/* line 1768, ../scss/_content.scss */
.huurform .row.uren textarea {
  height: 170px;
}
/* line 1773, ../scss/_content.scss */
.huurform .g-recaptcha {
  float: left;
}

/* line 1778, ../scss/_content.scss */
.datepicker {
  float: left;
  width: 50%;
  max-width: 540px;
}
/* line 1783, ../scss/_content.scss */
.datepicker .ui-datepicker {
  float: left;
  width: 100%;
  padding: 0;
  border: none;
  padding: 0 30px 30px;
  background: #f6f6f6;
}
/* line 1791, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next {
  top: 18px;
  right: 0;
  cursor: pointer;
}
/* line 1796, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next span {
  background-image: url(../images/icon_datepicker_next.png);
  background-position: 50%;
}
/* line 1801, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
  background: none;
}
/* line 1807, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-next-hover {
  top: 18px;
  right: 0;
}
/* line 1813, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev {
  top: 18px;
  left: 0;
  cursor: pointer;
}
/* line 1818, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/icon_datepicker_prev.png);
  background-position: 50%;
}
/* line 1823, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  opacity: 0.35;
  background: none;
}
/* line 1829, ../scss/_content.scss */
.datepicker .ui-datepicker .ui-datepicker-prev-hover {
  top: 18px;
  left: 0;
}
/* line 1835, ../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 1843, ../scss/_content.scss */
.datepicker .ui-datepicker-header {
  padding: 0;
  border-radius: 0;
  border: none;
  float: left;
  width: calc(100% + 60px);
  left: -30px;
}
/* line 1852, ../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 #136280;
  border-bottom: 18px solid #f6f6f6;
  padding: 15px 0 10px;
}
/* line 1861, ../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 1869, ../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 1881, ../scss/_content.scss */
.datepicker .ui-datepicker table {
  float: left;
  width: 100%;
  margin: 0;
  border-spacing: 0;
}
/* line 1887, ../scss/_content.scss */
.datepicker .ui-datepicker table thead, .datepicker .ui-datepicker table tbody, .datepicker .ui-datepicker table tr {
  float: left;
  width: 100%;
}
/* line 1892, ../scss/_content.scss */
.datepicker .ui-datepicker table th, .datepicker .ui-datepicker table td {
  float: left;
  width: calc(100% / 7);
  text-align: center;
}
/* line 1898, ../scss/_content.scss */
.datepicker .ui-datepicker table th {
  font-size: 11px;
  font-family: roboto, sans-serif, Arial, Verdana;
  color: #136280;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 1907, ../scss/_content.scss */
.datepicker .ui-datepicker table tr td:last-child {
  border-right: 1px solid #ccc;
}
/* line 1913, ../scss/_content.scss */
.datepicker .ui-datepicker table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
/* line 1918, ../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 1932, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a {
  background: #fff;
  font-weight: 700;
  color: #000;
}
/* line 1937, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a.ui-state-active {
  background: #136280;
  color: #fff;
}
/* line 1941, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a.ui-state-active.ui-state-hover {
  background: #136280;
  color: #fff;
}
/* line 1947, ../scss/_content.scss */
.datepicker .ui-datepicker table td.ui-datepicker-today a.ui-state-hover {
  background: #fff;
  color: #000;
}
/* line 1956, ../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 1967, ../scss/_content.scss */
.datepicker .ui-state-active {
  background: #136280;
  color: #fff;
}
/* line 1971, ../scss/_content.scss */
.datepicker .ui-state-active.ui-state-hover {
  background: #136280;
  color: #fff;
}
/* line 1977, ../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 1985, ../scss/_content.scss */
.datepicker .ui-datepicker-unselectable {
  padding: 0;
}
/* line 1989, ../scss/_content.scss */
.datepicker .ui-datepicker-unselectable.ui-state-disabled {
  padding: 0;
}
/* line 1992, ../scss/_content.scss */
.datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background: #ececec;
}
/* line 1997, ../scss/_content.scss */
.datepicker .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
  padding: 13px 0;
}
/* line 2001, ../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 2009, ../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 2016, ../scss/_content.scss */
.ui-datepicker table {
  margin-bottom: 4px;
  background: #f6f6f6;
}

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

/* line 2028, ../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 2035, ../scss/_content.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #f6f6f6;
  color: #000;
  font-weight: 600;
  border: 1px solid #c5c5c5;
}

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

/* line 1, ../scss/_blocklayout.scss */
.contentblock {
  float: left;
  widht: 100%;
  margin: 0 0 70px 0;
}
/* line 6, ../scss/_blocklayout.scss */
.contentblock:last-child {
  margin-bottom: 0;
}

/* line 11, ../scss/_blocklayout.scss */
.page-text-layout {
  float: left;
  width: 100%;
}
/* line 15, ../scss/_blocklayout.scss */
.page-text-layout h1, .page-text-layout h2, .page-text-layout h3, .page-text-layout h4 {
  margin: 40px 0 20px;
}
/* line 18, ../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 23, ../scss/_blocklayout.scss */
.page-text-layout .button {
  margin-top: 25px;
}
/* line 27, ../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 34, ../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 41, ../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 48, ../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 53, ../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 59, ../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 66, ../scss/_blocklayout.scss */
.page-text-layout .page-text-left .content-right,
.page-text-layout .page-text-right .content-right {
  float: right;
}

/* line 72, ../scss/_blocklayout.scss */
.page-video {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}

/* line 78, ../scss/_blocklayout.scss */
.page-big-image {
  float: left;
  width: 100%;
  line-height: 0;
  margin-bottom: 70px;
}
/* line 84, ../scss/_blocklayout.scss */
.page-big-image.with-text {
  margin-bottom: 0;
}
/* line 88, ../scss/_blocklayout.scss */
.page-big-image .image {
  width: 100%;
  line-height: 0;
}
/* line 93, ../scss/_blocklayout.scss */
.page-big-image img {
  width: 100%;
}
/* line 97, ../scss/_blocklayout.scss */
.page-big-image .block {
  top: -70px;
}

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

@media only screen and (max-width: 770px) {
  /* line 110, ../scss/_blocklayout.scss */
  .page-text-layout .page-text-left,
  .page-text-layout .page-text-right {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 116, ../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 123, ../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 133, ../scss/_blocklayout.scss */
  .page-text-layout.video .responsive-video {
    padding-bottom: 55%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 140, ../scss/_blocklayout.scss */
  .page-video,
  .page-text-layout.video,
  .page-text-layout {
    margin-bottom: 60px;
  }
}
/* 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: 30px;
}
/* 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 23, ../scss/_menu.scss */
ul.menu li.active a.nieuwsbrief {
  font-weight: 400;
}
/* line 29, ../scss/_menu.scss */
ul.menu li a {
  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;
}
/* line 39, ../scss/_menu.scss */
ul.menu li a:hover {
  text-decoration: underline;
}
/* line 44, ../scss/_menu.scss */
ul.menu li:hover > ul {
  display: block;
}
/* line 49, ../scss/_menu.scss */
ul.menu li.last a {
  margin-right: 0;
}
/* line 55, ../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 69, ../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 79, ../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: #136280;
  font-weight: 300;
  font-size: 15px;
  text-transform: none;
  font-family: roboto, sans-serif, Arial, Verdana;
}
/* line 93, ../scss/_menu.scss */
ul.menu ul.submenu li a:hover {
  color: #136280;
}

/* line 100, ../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 110, ../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 119, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 22px;
  float: right;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 127, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 133, ../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 144, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 148, ../scss/_menu.scss */
.menu-mobile .top {
  float: left;
  width: 100%;
  padding: 0 5%;
}
/* line 153, ../scss/_menu.scss */
.menu-mobile .top .menulogo {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 159, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 164, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 10px;
  float: left;
  width: 100%;
}
/* line 169, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 175, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 180, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 185, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 190, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  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: #136280;
}

/* 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: #136280;
  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 76, ../scss/_forms.scss */
form input[type=submit]:hover,
.boltform input[type=submit]:hover {
  text-decoration: none;
  background-color: #20a6d9;
}
/* line 81, ../scss/_forms.scss */
form input[type=submit]:focus,
.boltform input[type=submit]:focus {
  border: none;
}
/* line 86, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

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

/* line 98, ../scss/_forms.scss */
.form-item {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  clear: both;
}
/* line 105, ../scss/_forms.scss */
.form-item.wide {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
/* line 111, ../scss/_forms.scss */
.form-item label {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
/* line 117, ../scss/_forms.scss */
.form-item label,
.form-item input,
.form-item textarea {
  width: 100%;
  float: left;
}
/* line 124, ../scss/_forms.scss */
.form-item textarea {
  height: 120px;
}
/* line 128, ../scss/_forms.scss */
.form-item button {
  margin-top: 10px;
}
/* line 132, ../scss/_forms.scss */
.form-item .form-error {
  color: #cc0000;
  font-size: .7em;
}

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

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

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

/* 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: #136280;
  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 118, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, ../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 138, ../scss/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

/* line 147, ../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 154, ../scss/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 163, ../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 174, ../scss/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

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

/* line 179, ../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 190, ../scss/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 231, ../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 242, ../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 255, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 257, ../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 270, ../scss/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

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

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

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

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

/* line 296, ../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 303, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  /* line 314, ../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 324, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

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

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

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

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

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

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

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

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

/* line 366, ../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: 1199px) {
  /* line 2, ../scss/_responsive.scss */
  ul.menu li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  /* line 9, ../scss/_responsive.scss */
  .header .menu {
    display: none;
  }
  /* line 13, ../scss/_responsive.scss */
  .header .menu-mobile .menu {
    display: block;
  }
  /* line 17, ../scss/_responsive.scss */
  .header .right {
    width: 100%;
  }
  /* line 21, ../scss/_responsive.scss */
  .header .menulogo {
    right: auto;
    left: 0;
  }

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

  /* 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 35, ../scss/_responsive.scss */
  .pagebanner, .main-banner {
    height: 480px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 43, ../scss/_responsive.scss */
  .owl-carousel.in-de-kijker .owl-nav {
    z-index: 2;
  }
  /* line 46, ../scss/_responsive.scss */
  .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 54, ../scss/_responsive.scss */
  .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 62, ../scss/_responsive.scss */
  .owl-carousel.in-de-kijker .owl-nav button.owl-next {
    right: 1px;
  }
  /* line 66, ../scss/_responsive.scss */
  .owl-carousel.in-de-kijker .owl-nav button.owl-prev {
    left: 0;
  }
  /* line 71, ../scss/_responsive.scss */
  .owl-carousel.in-de-kijker .item .image-link h3 {
    bottom: auto;
    top: 20px;
  }

  /* 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  ) / 5) - 10px);
    padding-top: calc( ( (100% + 10px  ) / 5) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 54, ../scss/mixin/_new-grid.scss */
  .reference-list li:nth-of-type(5n) {
    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 82, ../scss/_responsive.scss */
  .container.nieuwsbrief form .row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* line 88, ../scss/_responsive.scss */
  .container.nieuwsbrief form input[type=text] {
    max-width: 600px;
  }
  /* line 92, ../scss/_responsive.scss */
  .container.nieuwsbrief form .g-recaptcha {
    margin: 0;
  }
  /* line 96, ../scss/_responsive.scss */
  .container.nieuwsbrief form input[type=submit] {
    margin: 0 0 0 -50px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 106, ../scss/_responsive.scss */
  .header .top {
    height: 200px;
  }

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

  /* line 114, ../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 121, ../scss/_responsive.scss */
  .owl-carousel.in-de-kijker .owl-nav {
    top: calc(40% - 21px);
  }

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

  /* line 129, ../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 138, ../scss/_responsive.scss */
  .wie-is-wie-overview .info h3,
  .wie-is-wie-overview .info h3.achternaam {
    opacity: 1;
    top: 0;
  }

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

  /* line 166, ../scss/_responsive.scss */
  .contact.adresgegevens .adres {
    width: 100%;
  }
  /* line 169, ../scss/_responsive.scss */
  .contact.adresgegevens .adres .adrescontainer {
    float: left;
    width: 50%;
  }
  /* line 174, ../scss/_responsive.scss */
  .contact.adresgegevens .adres .openingsuren {
    float: left;
    width: 50%;
    padding-left: 5%;
    margin: 0;
  }
  /* line 183, ../scss/_responsive.scss */
  .contact.adresgegevens .maps {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  /* line 190, ../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 202, ../scss/_responsive.scss */
  .huurform .dates .labels span {
    width: 47%;
  }
  /* line 206, ../scss/_responsive.scss */
  .huurform .dates input, .huurform .dates .styled-select {
    width: 47%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 215, ../scss/_responsive.scss */
  h1 {
    font-size: 50px;
    line-height: 54px;
  }

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

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

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

  /* line 236, ../scss/_responsive.scss */
  .header .top {
    height: 150px;
  }

  /* line 240, ../scss/_responsive.scss */
  .header .menulogo {
    display: none;
  }

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

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

  /* line 252, ../scss/_responsive.scss */
  .socialbar {
    margin-top: 0;
  }
  /* line 255, ../scss/_responsive.scss */
  .socialbar li a {
    font-size: 16px;
    width: 30px;
  }

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

  /* line 265, ../scss/_responsive.scss */
  .main-banner {
    overflow: hidden;
  }
  /* line 268, ../scss/_responsive.scss */
  .main-banner .text {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  /* line 274, ../scss/_responsive.scss */
  .main-banner h1 {
    font-size: 60px;
    line-height: 50px;
  }
  /* line 279, ../scss/_responsive.scss */
  .main-banner .subtext {
    font-size: 22px;
    line-height: 26px;
  }

  /* line 285, ../scss/_responsive.scss */
  .homepage .container.intro {
    display: none;
  }

  /* line 289, ../scss/_responsive.scss */
  .home-kijker {
    margin-top: 0;
    background: #fff;
    padding: 30px 0 0;
  }

  /* line 295, ../scss/_responsive.scss */
  .home-agenda {
    margin-top: 0;
    padding-top: 30px;
  }

  /* line 300, ../scss/_responsive.scss */
  .owl-carousel.in-de-kijker .info {
    border: 1px solid #eee;
    border-top: 0;
    padding: 25px 20px 30px 20px;
  }

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

  /* 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 */
  .portfolio-overview {
    margin-top: -30px;
  }

  /* 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  ) / 4) - 10px);
    padding-top: calc( ( (100% + 10px  ) / 4) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 54, ../scss/mixin/_new-grid.scss */
  .reference-list li:nth-of-type(4n) {
    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 360, ../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 368, ../scss/_responsive.scss */
  .contactform .row input[type=submit],
  .inschrijven .row input[type=submit] {
    margin-top: 5px;
  }

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

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

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

  /* line 399, ../scss/_responsive.scss */
  .filters {
    margin-bottom: 20px;
  }
  /* line 402, ../scss/_responsive.scss */
  .filters li {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  /* line 406, ../scss/_responsive.scss */
  .filters li a {
    font-size: 14px;
    padding: 2px 13px 3px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 418, ../scss/_responsive.scss */
  .header .top {
    height: 130px;
  }
  /* line 422, ../scss/_responsive.scss */
  .header .logo {
    font-size: 60px;
    margin-top: 10px;
  }
  /* line 426, ../scss/_responsive.scss */
  .header .logo.image {
    width: 150px;
  }
  /* line 431, ../scss/_responsive.scss */
  .header .socialbar {
    margin-top: 0;
  }

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

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

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

  /* line 462, ../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 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  ) / 3) - 10px);
    padding-top: calc( ( (100% + 10px  ) / 3) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 54, ../scss/mixin/_new-grid.scss */
  .reference-list li:nth-of-type(3n) {
    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 480, ../scss/_responsive.scss */
  .contactform form, .inschrijven form {
    padding: 30px;
  }

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

  /* 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 {
    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;
  }

  /* line 568, ../scss/_responsive.scss */
  .container.nieuwsbrief form input[type=submit] {
    margin: -10px 0 20px 0;
    min-width: 200px;
  }
}
@media only screen and (max-width: 380px) {
  /* 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  ) / 2) - 10px);
    padding-top: calc( ( (100% + 10px  ) / 2) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 54, ../scss/mixin/_new-grid.scss */
  .reference-list li:nth-of-type(2n) {
    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;
  }
}
@media only screen and (max-width: 340px) {
  /* line 582, ../scss/_responsive.scss */
  .header .menulogo {
    display: none;
  }
}
