/*! 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/_blocklayout.scss */
.contentblocks {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
/* line 8, ../scss/_blocklayout.scss */
.contentblocks.small {
  margin-top: 0;
}
/* line 12, ../scss/_blocklayout.scss */
.contentblocks h1 {
  max-width: 880px;
  margin: 0 auto 40px;
}
/* line 17, ../scss/_blocklayout.scss */
.contentblocks p {
  display: inline-block;
  margin-bottom: 16px;
}
/* line 22, ../scss/_blocklayout.scss */
.contentblocks.large {
  max-width: 1360px;
}
/* line 25, ../scss/_blocklayout.scss */
.contentblocks.large h1,
.contentblocks.large .contentblock {
  max-width: 1360px;
}

/* line 32, ../scss/_blocklayout.scss */
.contentblock {
  margin: 90px auto 0;
}
/* line 35, ../scss/_blocklayout.scss */
.contentblock.first-block {
  margin-top: 0;
}
/* line 39, ../scss/_blocklayout.scss */
.contentblock.last-block {
  margin-bottom: 0;
}
/* line 43, ../scss/_blocklayout.scss */
.contentblock.small {
  max-width: 880px;
}
/* line 47, ../scss/_blocklayout.scss */
.contentblock h2 {
  font-size: 28px;
  margin-bottom: 6px;
}
/* line 52, ../scss/_blocklayout.scss */
.contentblock h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
}
/* line 58, ../scss/_blocklayout.scss */
.contentblock ul {
  float: left;
  width: 100%;
  margin-top: 6px;
}
/* line 63, ../scss/_blocklayout.scss */
.contentblock ul li {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}
/* line 68, ../scss/_blocklayout.scss */
.contentblock ul li ul li {
  margin-bottom: 4px;
}

/* line 75, ../scss/_blocklayout.scss */
.page-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* line 80, ../scss/_blocklayout.scss */
.page-text h2 {
  margin-top: 30px;
}
/* line 84, ../scss/_blocklayout.scss */
.page-text a {
  color: #0f466e;
  text-decoration: underline;
}
/* line 90, ../scss/_blocklayout.scss */
.page-text h1:first-child, .page-text h2:first-child {
  margin-top: 0;
}

/* line 96, ../scss/_blocklayout.scss */
.page-text-layout.image {
  max-width: 100%;
  float: left;
}
/* line 100, ../scss/_blocklayout.scss */
.page-text-layout.image.small {
  max-width: 880px;
}
/* line 104, ../scss/_blocklayout.scss */
.page-text-layout.image.no-margin {
  margin-top: 30px;
}
/* line 107, ../scss/_blocklayout.scss */
.page-text-layout.image.no-margin .page-text-left,
.page-text-layout.image.no-margin .page-text-right {
  align-items: flex-start;
}
/* line 111, ../scss/_blocklayout.scss */
.page-text-layout.image.no-margin .page-text-left .text,
.page-text-layout.image.no-margin .page-text-right .text {
  padding-top: 0;
}
/* line 117, ../scss/_blocklayout.scss */
.page-text-layout.image p:first-child {
  margin-top: 0;
}
/* line 121, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left,
.page-text-layout.image .page-text-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 127, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .text,
.page-text-layout.image .page-text-right .text {
  width: 50%;
}
/* line 131, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .image,
.page-text-layout.image .page-text-right .image {
  width: 50%;
}
/* line 137, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .text {
  float: left;
  margin-right: auto;
  padding: 20px 5% 20px 0;
}
/* line 143, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .image {
  float: right;
}
/* line 149, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-right .text {
  float: right;
  margin-left: auto;
  padding: 20px 0 20px 5%;
}
/* line 155, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-right .image {
  float: left;
}

/* line 161, ../scss/_blocklayout.scss */
.page-double-text {
  display: flex;
  width: 100%;
  flex-direction: column;
}
/* line 166, ../scss/_blocklayout.scss */
.page-double-text .double-text-container {
  display: flex;
  width: 100%;
  flex-direction: row;
}
/* line 172, ../scss/_blocklayout.scss */
.page-double-text h2:first-child {
  margin-bottom: 20px;
}
/* line 176, ../scss/_blocklayout.scss */
.page-double-text .text-left {
  width: 50%;
  padding-right: 4%;
}
/* line 181, ../scss/_blocklayout.scss */
.page-double-text .text-right {
  width: 50%;
  padding-left: 4%;
}

/* line 187, ../scss/_blocklayout.scss */
.page-cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: -20px;
}
/* line 195, ../scss/_blocklayout.scss */
.page-cta h1:first-child, .page-cta h2:first-child {
  margin-top: 0;
  margin-bottom: 16px;
}
/* line 201, ../scss/_blocklayout.scss */
.page-cta .info {
  float: left;
  width: 100%;
}
/* line 206, ../scss/_blocklayout.scss */
.page-cta .buttons {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 212, ../scss/_blocklayout.scss */
.page-cta .button {
  display: inline-block;
  margin: 0 20px 20px 0;
  min-width: 260px;
  clear: none;
}

/* line 220, ../scss/_blocklayout.scss */
.page-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
/* line 227, ../scss/_blocklayout.scss */
.page-faq h1:first-child, .page-faq h2:first-child {
  margin-top: 0;
}
/* line 232, ../scss/_blocklayout.scss */
.page-faq .intro {
  margin-top: 12px;
  margin-bottom: 8px;
}

/* line 238, ../scss/_blocklayout.scss */
.page-big-image {
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
/* line 243, ../scss/_blocklayout.scss */
.page-big-image a {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 249, ../scss/_blocklayout.scss */
.page-big-image img {
  width: 100%;
}

/* line 254, ../scss/_blocklayout.scss */
.page-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: -20px;
  /* Compensatie voor de margin-bottom van de onderste rij van afbeeldingen */
}
/* line 260, ../scss/_blocklayout.scss */
.page-gallery .gallery {
  float: left;
  width: 100%;
}
/* line 265, ../scss/_blocklayout.scss */
.page-gallery h2:first-child {
  margin-bottom: 25px;
}
/* line 269, ../scss/_blocklayout.scss */
.page-gallery .image {
  line-height: 0;
  transition: opacity 0.25s;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.page-gallery .image: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 */
.page-gallery .image:nth-of-type(4n) {
  margin-right: 0;
}
/* line 274, ../scss/_blocklayout.scss */
.page-gallery .image:hover {
  opacity: 0.85;
}

/* line 280, ../scss/_blocklayout.scss */
.page-double-image {
  width: 100%;
  display: flex;
  flex-direction: row;
}
/* line 285, ../scss/_blocklayout.scss */
.page-double-image .block-left {
  float: left;
  padding-right: 2%;
}
/* line 290, ../scss/_blocklayout.scss */
.page-double-image .block-right {
  float: right;
  padding-left: 2%;
}
/* line 298, ../scss/_blocklayout.scss */
.page-double-image .block-left:hover .info,
.page-double-image .block-right:hover .info {
  background: #f2f2f2;
}
/* line 301, ../scss/_blocklayout.scss */
.page-double-image .block-left:hover .info p,
.page-double-image .block-right:hover .info p {
  text-decoration: underline;
}
/* line 308, ../scss/_blocklayout.scss */
.page-double-image .image {
  line-height: 0;
  float: left;
  width: 100%;
}
/* line 313, ../scss/_blocklayout.scss */
.page-double-image .image.small {
  width: 65%;
}
/* line 318, ../scss/_blocklayout.scss */
.page-double-image .info {
  float: left;
  width: 35%;
  line-height: 26px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: center;
}
/* line 331, ../scss/_blocklayout.scss */
.page-double-image .read-more-arrow {
  margin-top: -10px;
}

/* line 336, ../scss/_blocklayout.scss */
.page-video {
  float: left;
  width: 100%;
  max-width: 1360px;
  height: 0;
  padding-top: 0px;
  padding-bottom: 62%;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
}
/* line 347, ../scss/_blocklayout.scss */
.page-video h2:first-child {
  margin-bottom: 15px;
}
@media only screen and (max-width: 770px) {
  /* line 336, ../scss/_blocklayout.scss */
  .page-video {
    padding-top: 0;
  }
}
/* line 355, ../scss/_blocklayout.scss */
.page-video.vimeo {
  padding-top: 0;
}
/* line 358, ../scss/_blocklayout.scss */
.page-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 362, ../scss/_blocklayout.scss */
.page-video embed,
.page-video iframe,
.page-video object,
.page-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 374, ../scss/_blocklayout.scss */
.page-templateblock {
  float: left;
  width: 100%;
}
/* line 378, ../scss/_blocklayout.scss */
.page-templateblock h2:first-child {
  margin-bottom: 15px;
}

/* line 383, ../scss/_blocklayout.scss */
.page-usp {
  width: 100%;
}
/* line 386, ../scss/_blocklayout.scss */
.page-usp .usp-list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 397, ../scss/_blocklayout.scss */
.page-usp li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 300px;
  color: #fff;
  text-align: center;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.page-usp li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0px  ) / 3) - 0px);
  margin-right: 0px;
  margin-bottom: 0px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.page-usp li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 408, ../scss/_blocklayout.scss */
.page-usp li.blauw {
  background: #0f466e;
}
/* line 412, ../scss/_blocklayout.scss */
.page-usp li.groen {
  background: #b8cdc4;
}
/* line 416, ../scss/_blocklayout.scss */
.page-usp li.grijs {
  background: #f6f6f6;
  color: #fff;
}
/* line 420, ../scss/_blocklayout.scss */
.page-usp li.grijs .label,
.page-usp li.grijs .number {
  color: #0f466e;
}
/* line 426, ../scss/_blocklayout.scss */
.page-usp li .label,
.page-usp li .number {
  color: #fff;
}
/* line 431, ../scss/_blocklayout.scss */
.page-usp li .label {
  font-size: 20px;
}
/* line 435, ../scss/_blocklayout.scss */
.page-usp li .number {
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-weight: 600;
  font-size: 100px;
  line-height: 110px;
}

/* line 444, ../scss/_blocklayout.scss */
.page-timeline {
  width: 100%;
}

/* line 448, ../scss/_blocklayout.scss */
.page-team {
  margin-top: 0;
}

/* line 452, ../scss/_blocklayout.scss */
.sub-block {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 770px) {
  /* line 459, ../scss/_blocklayout.scss */
  .page-text-layout .page-text-left,
  .page-text-layout .page-text-right {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 465, ../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 472, ../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 484, ../scss/_blocklayout.scss */
  .page-text-layout.video .page-text-left,
  .page-text-layout.video .page-text-right,
  .page-text-layout.image .page-text-left,
  .page-text-layout.image .page-text-right {
    flex-direction: column;
  }
  /* line 488, ../scss/_blocklayout.scss */
  .page-text-layout.video .page-text-left .text,
  .page-text-layout.video .page-text-left .image,
  .page-text-layout.video .page-text-left .video,
  .page-text-layout.video .page-text-right .text,
  .page-text-layout.video .page-text-right .image,
  .page-text-layout.video .page-text-right .video,
  .page-text-layout.image .page-text-left .text,
  .page-text-layout.image .page-text-left .image,
  .page-text-layout.image .page-text-left .video,
  .page-text-layout.image .page-text-right .text,
  .page-text-layout.image .page-text-right .image,
  .page-text-layout.image .page-text-right .video {
    float: left;
    width: 100% !important;
    margin-bottom: 10px;
  }
  /* line 497, ../scss/_blocklayout.scss */
  .page-text-layout.video .page-text-left,
  .page-text-layout.image .page-text-left {
    flex-direction: column-reverse;
  }
  /* line 500, ../scss/_blocklayout.scss */
  .page-text-layout.video .page-text-left .image,
  .page-text-layout.video .page-text-left .video,
  .page-text-layout.image .page-text-left .image,
  .page-text-layout.image .page-text-left .video {
    margin-bottom: 10px;
  }

  /* line 507, ../scss/_blocklayout.scss */
  .page-text-layout.image.no-margin .page-text-left .text,
  .page-text-layout.image.no-margin .page-text-right .text {
    margin-top: 10px;
  }

  /* line 512, ../scss/_blocklayout.scss */
  .page-text-layout.video .page-text-left .text,
  .page-text-layout.image .page-text-right .image,
  .page-text-layout.image .page-text-left .text {
    margin-bottom: 10px;
  }

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

  /* line 524, ../scss/_blocklayout.scss */
  .page-double-text .double-text-container {
    flex-direction: column;
  }
  /* line 528, ../scss/_blocklayout.scss */
  .page-double-text .text-left,
  .page-double-text .text-right {
    width: 100% !important;
    padding: 0;
  }
  /* line 534, ../scss/_blocklayout.scss */
  .page-double-text .text-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 541, ../scss/_blocklayout.scss */
  .contentblock {
    margin-top: 50px;
  }

  /* line 546, ../scss/_blocklayout.scss */
  .page-compare .after,
  .page-compare .before {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 553, ../scss/_blocklayout.scss */
  .page-compare .after {
    margin-bottom: 0;
  }
  /* line 557, ../scss/_blocklayout.scss */
  .page-compare .outro {
    text-align: left;
  }

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

  /* line 566, ../scss/_blocklayout.scss */
  .page-double-image {
    flex-direction: column;
  }
  /* line 569, ../scss/_blocklayout.scss */
  .page-double-image .block-left,
  .page-double-image .block-right {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  /* line 576, ../scss/_blocklayout.scss */
  .page-double-image .block-left {
    margin-bottom: 40px;
  }

  /* line 581, ../scss/_blocklayout.scss */
  .page-quote {
    margin-top: 50px !important;
    margin-bottom: 0;
  }

  /* line 586, ../scss/_blocklayout.scss */
  .page-quote ~ .page-quote {
    margin-top: 20px !important;
  }

  /* line 591, ../scss/_blocklayout.scss */
  .page-usp li {
    min-height: 200px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .page-usp li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-usp li:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 599, ../scss/_blocklayout.scss */
  .contentblock {
    margin-top: 50px;
  }

  /* line 603, ../scss/_blocklayout.scss */
  .page-gallery {
    margin-bottom: -10px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .page-gallery .image:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 12px  ) / 2) - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-gallery .image:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 611, ../scss/_blocklayout.scss */
  .page-quote {
    padding: 30px 4px;
  }
  /* line 614, ../scss/_blocklayout.scss */
  .page-quote .quote {
    font-size: 14px;
    line-height: 25px;
    padding-left: 24px;
    padding-right: 10px;
  }
  /* line 620, ../scss/_blocklayout.scss */
  .page-quote .quote:before {
    font-size: 30px;
  }
  /* line 624, ../scss/_blocklayout.scss */
  .page-quote .quote:after {
    font-size: 30px;
  }
}
/* 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: #0f466e;
  color: #fff;
}

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

/* line 21, ../scss/_base.scss */
body {
  background: #fff;
  font-family: "Hind", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 18px;
  color: #303433;
  font-weight: 400;
  line-height: 28px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /*
  &.open {
  	overflow-y:hidden;
  }
  */
}

/* line 38, ../scss/_base.scss */
.main-container {
  float: left;
  width: 100%;
  display: flex;
  padding-bottom: 160px;
  /*
  background-image:url(../images/logo_blauw_transparant.png);
  background-repeat:no-repeat;
  background-position:bottom -20px right -20px;		
  background-size:300px;
  */
}

/* line 51, ../scss/_base.scss */
.container {
  float: left;
  width: 100%;
  display: flex;
  padding: 0 5%;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  /* line 51, ../scss/_base.scss */
  .container {
    padding: 0 6%;
  }
}
/* line 62, ../scss/_base.scss */
.container.wide {
  background: #f2f2f2;
}

/* line 67, ../scss/_base.scss */
.layout {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1360px;
}

/* line 75, ../scss/_base.scss */
.content {
  float: left;
  width: 100%;
}

/* line 80, ../scss/_base.scss */
.content-centered {
  max-width: 1360px;
  margin: 0 auto;
}

/* line 85, ../scss/_base.scss */
.wide {
  float: left;
  width: 100%;
  padding: 0 5%;
  max-width: 100%;
}

/* line 92, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-weight: 700;
  margin: 25px 0;
  color: #0f466e;
  float: left;
  width: 100%;
}
/* line 100, ../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 105, ../scss/_base.scss */
h1 {
  font-size: 46px;
  line-height: 50px;
}

/* line 110, ../scss/_base.scss */
h2 {
  font-size: 28px;
  line-height: 32px;
}
/* line 114, ../scss/_base.scss */
h2.large {
  font-size: 36px;
  line-height: 40px;
}

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

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

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

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

/* line 140, ../scss/_base.scss */
a {
  color: #0f466e;
  text-decoration: none;
}
/* line 144, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 149, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}
/* line 152, ../scss/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 156, ../scss/_base.scss */
p:last-child {
  margin-bottom: 0;
}

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

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

/* line 171, ../scss/_base.scss */
.responsive-video {
  float: left;
  width: 100%;
  height: 0;
  padding-top: 25px;
  padding-bottom: 54%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  /* line 171, ../scss/_base.scss */
  .responsive-video {
    padding-top: 0;
  }
}
/* line 185, ../scss/_base.scss */
.responsive-video.vimeo {
  padding-top: 0;
}
/* line 189, ../scss/_base.scss */
.responsive-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 193, ../scss/_base.scss */
.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 205, ../scss/_base.scss */
.message-container.small {
  max-width: 880px;
  margin: 0 auto;
}

/* line 210, ../scss/_base.scss */
.alert {
  margin-bottom: 15px;
  margin-top: 35px;
  line-height: 25px;
}
/* line 215, ../scss/_base.scss */
.alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}
/* line 223, ../scss/_base.scss */
.alert.alert-warning, .alert.alert-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}

/* line 1, ../scss/_content.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 5;
  padding: 0 0 0 20px;
  height: 90px;
  align-items: center;
  transition: all 0.2s ease-out;
}
/* line 12, ../scss/_content.scss */
.header:after {
  content: "";
  left: 0;
  bottom: 0;
  right: 100%;
  top: 0;
  position: fixed;
  z-index: 1;
  background-color: rgba(15, 70, 110, 0);
  transition: background-color 0.4s cubic-bezier(0.45, 0.03, 0.5, 0.95), right 0s cubic-bezier(0.45, 0.03, 0.5, 0.95) 0.4s;
}
/* line 24, ../scss/_content.scss */
.header.open {
  background: #fff;
}
/* line 27, ../scss/_content.scss */
.header.open:after {
  background-color: rgba(15, 70, 110, 0.6);
  right: 0;
  transition: background-color 0.4s cubic-bezier(0.45, 0.03, 0.5, 0.95);
}
/* line 34, ../scss/_content.scss */
.header.open .menu-button .open {
  display: none;
}
/* line 38, ../scss/_content.scss */
.header.open .menu-button .close {
  display: block;
}
/* line 44, ../scss/_content.scss */
.header.small {
  height: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* line 48, ../scss/_content.scss */
.header.small .menu-button {
  width: 60px;
  font-size: 19px;
}
/* line 52, ../scss/_content.scss */
.header.small .menu-button .close {
  font-size: 24px;
}
/* line 57, ../scss/_content.scss */
.header.small ul.top-menu li a {
  font-size: 16px;
}
/* line 61, ../scss/_content.scss */
.header.small .logo {
  width: 190px;
}
/* line 65, ../scss/_content.scss */
.header.small .past-precies {
  width: 127px;
  margin-left: 20px;
}
/* line 71, ../scss/_content.scss */
.header.instant {
  transition: all 0s ease-out;
}
/* line 74, ../scss/_content.scss */
.header.instant .logo {
  transition: all 0s ease-out;
}
/* line 78, ../scss/_content.scss */
.header.instant .menu-button {
  transition: all 0s ease-out;
}
/* line 82, ../scss/_content.scss */
.header.instant ul.top-menu li a {
  transition: all 0s ease-out;
}
/* line 87, ../scss/_content.scss */
.header .layout {
  max-width: 100%;
  transition: all 0.2s ease-out;
}
/* line 92, ../scss/_content.scss */
.header .logo {
  float: left;
  width: 280px;
  transition: all 0.2s ease-out;
}
/* line 98, ../scss/_content.scss */
.header .past-precies {
  float: left;
  width: 160px;
  margin-left: 30px;
}
/* line 104, ../scss/_content.scss */
.header .menu-container {
  margin-left: auto;
  position: relative;
  z-index: 3;
}
/* line 110, ../scss/_content.scss */
.header .menu-button {
  margin-left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #0f466e;
  color: #fff;
  width: 90px;
  height: 100%;
  font-size: 28px;
  cursor: pointer;
  z-index: 3;
  position: relative;
  transition: all 0.2s ease-out;
}
/* line 125, ../scss/_content.scss */
.header .menu-button:hover {
  background: #145d92;
}
/* line 129, ../scss/_content.scss */
.header .menu-button .close {
  font-size: 32px;
  display: none;
}
/* line 135, ../scss/_content.scss */
.header ul.top-menu li a {
  transition: font-size 0.15s;
}

/* line 142, ../scss/_content.scss */
.top-menu.open li {
  transform: translateY(-100px);
}
/* line 145, ../scss/_content.scss */
.top-menu.open li.last {
  transform: none;
}
/* line 151, ../scss/_content.scss */
.top-menu li {
  transition: 0.5s cubic-bezier(0.45, 0.03, 0.5, 0.95);
}

/* line 156, ../scss/_content.scss */
.main-container {
  padding-top: 90px;
  flex-direction: column;
  min-height: calc(100vh - 410px);
}

/* line 162, ../scss/_content.scss */
.header-image {
  padding: 0;
  height: 80vh;
  max-height: 700px;
  min-height: 350px;
  background-size: cover;
  background-position: top center;
}
/* line 170, ../scss/_content.scss */
.header-image.small {
  max-height: 450px;
}

/* line 175, ../scss/_content.scss */
.sectoren {
  max-width: 1280px;
  background: #fff;
  position: relative;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding: 0;
  flex-direction: row;
  /*
  &:after {
  	position: absolute;
  	content: '';
  	width: 100%;
  	height: 80%;
  	top: 0;
  	left:0;
  	box-shadow: 0 -15px 15px 0px rgba(0,0,0,0.1);
  	z-index:-1;
  }
  */
}
/* line 199, ../scss/_content.scss */
.sectoren .vacatures {
  display: flex;
  flex-direction: column;
  float: left;
  padding: 50px 60px 0;
  width: calc(100% - 380px);
  background: #f4fafe;
}
/* line 207, ../scss/_content.scss */
.sectoren .vacatures h2 {
  text-align: center;
  width: 100%;
}
/* line 213, ../scss/_content.scss */
.sectoren .personeelzoeken {
  float: right;
  width: 380px;
  margin-left: auto;
  background: #0f466e;
  color: #fff;
  padding: 50px;
  background-image: url(../images/logo_wit_transparant.png);
  background-repeat: no-repeat;
  background-position: bottom -20px right -20px;
  background-size: 300px;
}
/* line 225, ../scss/_content.scss */
.sectoren .personeelzoeken h2 {
  color: #fff;
}
/* line 229, ../scss/_content.scss */
.sectoren .personeelzoeken .button {
  margin-top: 30px;
}
/* line 234, ../scss/_content.scss */
.sectoren .buttons {
  display: inline-block;
  width: 90%;
  text-align: center;
  margin: auto auto 40px auto;
}
/* line 240, ../scss/_content.scss */
.sectoren .buttons .button {
  width: 48%;
  float: left;
}
/* line 244, ../scss/_content.scss */
.sectoren .buttons .button:nth-child(2) {
  float: right;
}

/* line 251, ../scss/_content.scss */
.sectorlist {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
/* line 259, ../scss/_content.scss */
.sectorlist a {
  color: #0f466e;
  text-align: center;
  padding: 6px 0;
  position: relative;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.sectorlist a:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0px  ) / 4) - 0px);
  margin-right: 0px;
  margin-bottom: 20px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.sectorlist a:nth-of-type(4n) {
  margin-right: 0;
}
/* line 266, ../scss/_content.scss */
.sectorlist a:after {
  content: '';
  position: absolute;
  right: 0;
  height: 80%;
  width: 2px;
  background: #d7e8f4;
  top: 10%;
}
/* line 277, ../scss/_content.scss */
.sectorlist a:nth-child(4n):after {
  display: none;
}
/* line 282, ../scss/_content.scss */
.sectorlist a:hover {
  color: #718945;
}
/* line 285, ../scss/_content.scss */
.sectorlist a:hover .title {
  text-decoration: underline;
}
/* line 291, ../scss/_content.scss */
.sectorlist .sector {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
/* line 298, ../scss/_content.scss */
.sectorlist .icon {
  display: inline-block;
  font-size: 34px;
  margin-bottom: 12px;
  margin-top: 6px;
}
/* line 305, ../scss/_content.scss */
.sectorlist .title {
  width: 100%;
  max-width: 140px;
  display: inline-block;
  margin: 0 auto;
  line-height: 20px;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-weight: 700;
  font-size: 16px;
}

/* line 317, ../scss/_content.scss */
.popup-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  max-width: 490px;
  padding: 30px;
  background: #0f466e;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 999990;
  color: #fff;
}
/* line 332, ../scss/_content.scss */
.popup-message a {
  color: #fff;
  text-decoration: underline;
}
/* line 337, ../scss/_content.scss */
.popup-message .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 40px;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

/* line 351, ../scss/_content.scss */
.home-vacatures {
  margin-top: 340px;
}
/* line 354, ../scss/_content.scss */
.home-vacatures .layout {
  margin: -200px auto 140px;
  display: flex;
  flex-direction: column;
}
/* line 360, ../scss/_content.scss */
.home-vacatures h2 {
  text-align: center;
  margin: 0;
}
/* line 365, ../scss/_content.scss */
.home-vacatures .recente-vacatures {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 46px 0 0;
}
/* line 374, ../scss/_content.scss */
.home-vacatures .recente-vacatures li {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* line 14, ../scss/mixin/_new-grid.scss */
.home-vacatures .recente-vacatures li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 65px  ) / 3) - 65px);
  margin-right: 65px;
  margin-bottom: 65px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.home-vacatures .recente-vacatures li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 380, ../scss/_content.scss */
.home-vacatures .recente-vacatures .image-container {
  float: left;
  width: 100%;
  line-height: 0;
  height: 270px;
  overflow: hidden;
}
/* line 387, ../scss/_content.scss */
.home-vacatures .recente-vacatures .image-container img {
  width: 100%;
  height: auto;
}
/* line 393, ../scss/_content.scss */
.home-vacatures .recente-vacatures .info {
  float: left;
  width: 100%;
  padding: 36px 36px 40px;
}
/* line 399, ../scss/_content.scss */
.home-vacatures .recente-vacatures h3 {
  min-height: 60px;
  margin: 0;
}
/* line 404, ../scss/_content.scss */
.home-vacatures .recente-vacatures .attributes {
  float: left;
  width: 100%;
  border-top: 2px solid #eee;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 413, ../scss/_content.scss */
.home-vacatures .recente-vacatures .attribute {
  float: left;
  width: 100%;
  line-height: 33px;
}
/* line 419, ../scss/_content.scss */
.home-vacatures .recente-vacatures .attribute.locatie .icon {
  padding-left: 2px;
  font-size: 22px;
  top: 3px;
}
/* line 427, ../scss/_content.scss */
.home-vacatures .recente-vacatures .attribute.opleiding .icon {
  font-size: 18px;
  top: 2px;
}
/* line 434, ../scss/_content.scss */
.home-vacatures .recente-vacatures .attribute.dienstverband .icon {
  font-size: 18px;
  top: 2px;
}
/* line 440, ../scss/_content.scss */
.home-vacatures .recente-vacatures .attribute .icon {
  width: 28px;
  position: relative;
}
/* line 447, ../scss/_content.scss */
.home-vacatures .button.view-all {
  display: flex;
  margin: 0 auto;
  min-width: 0;
  padding: 18px 50px 18px;
}

/* line 455, ../scss/_content.scss */
.contentpage {
  padding-top: 120px;
}
/* line 458, ../scss/_content.scss */
.contentpage h1 {
  max-width: 880px;
  margin: 0 auto 40px;
  clear: both;
}

/* line 466, ../scss/_content.scss */
.contentpage.notfound h1 {
  max-width: 100%;
  margin: 0 auto 10px;
}

/* line 473, ../scss/_content.scss */
.contentpage.vacatures .alert {
  margin-top: 75px;
}
/* line 477, ../scss/_content.scss */
.contentpage.vacatures .top {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 483, ../scss/_content.scss */
.contentpage.vacatures h1 {
  margin: 0;
  width: calc(100% - 440px);
}
/* line 488, ../scss/_content.scss */
.contentpage.vacatures .sorting {
  float: right;
  width: 400px;
}
/* line 492, ../scss/_content.scss */
.contentpage.vacatures .sorting label {
  display: inline-block;
  clear: none;
  margin-top: 13px;
}
/* line 498, ../scss/_content.scss */
.contentpage.vacatures .sorting .styled-select {
  clear: none;
  width: auto;
  float: right;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
/* line 508, ../scss/_content.scss */
.contentpage.vacatures .pagination-container .pagination {
  float: right;
  width: auto;
}

/* line 515, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen h1 {
  margin-bottom: 30px;
}
/* line 519, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen .top {
  margin-bottom: 30px;
}
/* line 523, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen .contentblock {
  margin-right: auto;
  margin-left: 0;
}
/* line 528, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen .vacaturelisting {
  width: 100%;
}
/* line 531, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen .vacaturelisting .vacature {
  padding: 54px 60px 54px 0;
}
/* line 535, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen .vacaturelisting .button {
  clear: none;
}
/* line 540, ../scss/_content.scss */
.contentpage.vacatures.zomerbanen .sorting {
  margin-top: 40px;
}

/* line 546, ../scss/_content.scss */
.contentpage.vacature-alert .alert {
  max-width: 880px;
  margin: 0 auto 40px;
}
/* line 551, ../scss/_content.scss */
.contentpage.vacature-alert form {
  max-width: 880px;
  margin: 40px auto 0;
  display: flex;
  float: none;
  flex-direction: column;
}
/* line 560, ../scss/_content.scss */
.contentpage.vacature-alert .inputgroup.privacy label {
  clear: both;
  width: 100%;
}
/* line 566, ../scss/_content.scss */
.contentpage.vacature-alert .alerttype-selection {
  float: left;
  width: 100%;
}
/* line 570, ../scss/_content.scss */
.contentpage.vacature-alert .alerttype-selection span {
  float: left;
  clear: none;
  margin-right: 14px;
  padding-left: 46px;
  padding-right: 46px;
  margin-top: 0;
  position: relative;
}
/* line 579, ../scss/_content.scss */
.contentpage.vacature-alert .alerttype-selection span.active {
  background: #0f466e;
  color: #fff;
}
/* line 583, ../scss/_content.scss */
.contentpage.vacature-alert .alerttype-selection span.active .icon {
  display: block;
}
/* line 588, ../scss/_content.scss */
.contentpage.vacature-alert .alerttype-selection span .icon {
  display: none;
  position: absolute;
  top: 17px;
  left: 22px;
}
/* line 597, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: none;
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 60px;
}
/* line 606, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters h2 {
  margin-bottom: 10px;
}
/* line 610, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filter-alert-container {
  float: left;
  width: 100%;
  background: #f6f6f6;
}
/* line 616, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filter-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 28px 14px 18px 24px;
}
/* line 623, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filter-row:hover {
  background: #f9f9f9;
}
/* line 628, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filter-row.row-1 .remove {
  display: none;
}
/* line 633, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filter-row:nth-child(2n) {
  /* background:#fff; */
}
/* line 638, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filters {
  float: left;
  width: calc(100% - 40px);
}
/* line 14, ../scss/mixin/_new-grid.scss */
.contentpage.vacature-alert .alert-filters .filter-option: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 */
.contentpage.vacature-alert .alert-filters .filter-option:nth-of-type(3n) {
  margin-right: 0;
}
/* line 646, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .filter-option h4 {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Hind", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 655, ../scss/_content.scss */
.contentpage.vacature-alert .alert-filters .remove {
  float: right;
  width: 30px;
  padding-top: 6px;
  color: #e20e0e;
  cursor: pointer;
  text-align: center;
  margin-top: 40px;
}
/* line 666, ../scss/_content.scss */
.contentpage.vacature-alert .addFilterButton {
  float: left;
  clear: both;
  text-transform: uppercase;
  color: #0f466e;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: auto;
  cursor: pointer;
}
/* line 678, ../scss/_content.scss */
.contentpage.vacature-alert .addFilterButton .icon {
  font-size: 15px;
  margin-right: 8px;
}
/* line 684, ../scss/_content.scss */
.contentpage.vacature-alert .fields {
  float: left;
  width: 100%;
  display: none;
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 60px;
}
/* line 692, ../scss/_content.scss */
.contentpage.vacature-alert .fields h2 {
  margin-bottom: 10px;
}

/* line 699, ../scss/_content.scss */
.contentpage.contactpage .contentblocks.contactform .contentblock {
  margin-top: 40px;
}
/* line 703, ../scss/_content.scss */
.contentpage.contactpage .message-container .alert {
  margin-bottom: 35px;
}

/* line 708, ../scss/_content.scss */
.filter-container {
  float: left;
  width: 340px;
  background: #f6f6f6;
}
/* line 713, ../scss/_content.scss */
.filter-container .filters {
  float: left;
  width: 100%;
  padding: 40px 30px 60px;
}
/* line 718, ../scss/_content.scss */
.filter-container .filters h3 {
  color: #303433;
  font-size: 26px;
}
/* line 724, ../scss/_content.scss */
.filter-container .filter {
  float: left;
  width: 100%;
  border-top: 1px solid #dadada;
}
/* line 729, ../scss/_content.scss */
.filter-container .filter:last-child {
  border-bottom: 1px solid #dadada;
}
/* line 733, ../scss/_content.scss */
.filter-container .filter .title {
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  color: #303433;
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}
/* line 745, ../scss/_content.scss */
.filter-container .filter .title.open .arrow {
  transform: rotate(180deg);
  top: -2px;
}
/* line 751, ../scss/_content.scss */
.filter-container .filter .title .arrow {
  float: right;
  font-size: 28px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* line 760, ../scss/_content.scss */
.filter-container .filter .remove-filters {
  float: left;
  clear: both;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: -20px;
}
/* line 768, ../scss/_content.scss */
.filter-container .filter .remove-filters .remove {
  margin-right: 8px;
}
/* line 773, ../scss/_content.scss */
.filter-container .filter label {
  cursor: pointer;
}
/* line 776, ../scss/_content.scss */
.filter-container .filter label input {
  position: relative;
  top: 1px;
}
/* line 781, ../scss/_content.scss */
.filter-container .filter label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #303433;
}
/* line 789, ../scss/_content.scss */
.filter-container .filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  display: none;
  padding-bottom: 26px;
}
/* line 800, ../scss/_content.scss */
.filter-container .filter.search {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
}
/* line 805, ../scss/_content.scss */
.filter-container .filter.search button {
  width: auto;
  min-width: 0;
  margin-top: 10px;
  padding: 14px 30px 15px;
}
/* line 812, ../scss/_content.scss */
.filter-container .filter.search input {
  border-color: #dadada;
}

/* line 818, ../scss/_content.scss */
.sideblocks {
  float: left;
  width: 340px;
  clear: left;
}
/* line 823, ../scss/_content.scss */
.sideblocks .block {
  float: left;
  width: 100%;
  padding: 50px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
/* line 831, ../scss/_content.scss */
.sideblocks .block h3 {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}
/* line 839, ../scss/_content.scss */
.sideblocks .block a {
  color: #fff;
}
/* line 843, ../scss/_content.scss */
.sideblocks .block.blue {
  background: #0f466e;
}
/* line 847, ../scss/_content.scss */
.sideblocks .block.green {
  background: #718945;
}
/* line 851, ../scss/_content.scss */
.sideblocks .block.lightgreen {
  background: #b8cdc4;
}
/* line 855, ../scss/_content.scss */
.sideblocks .block .contacts {
  float: left;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
}
/* line 861, ../scss/_content.scss */
.sideblocks .block .contacts a {
  float: left;
  clear: both;
}
/* line 866, ../scss/_content.scss */
.sideblocks .block .contacts .icon {
  margin-right: 8px;
}
/* line 871, ../scss/_content.scss */
.sideblocks .block .button {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 14px;
  margin-top: 0;
}
/* line 878, ../scss/_content.scss */
.sideblocks .block .button:last-child {
  margin-bottom: 0;
}

/* line 886, ../scss/_content.scss */
.vacaturelisting {
  float: right;
  width: 100%;
  width: calc(100% - 340px);
  border-top: 1px solid #e7e7e7;
}
/* line 892, ../scss/_content.scss */
.vacaturelisting .vacaturelist {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 900, ../scss/_content.scss */
.vacaturelisting .no-results {
  float: left;
  width: 100%;
  padding: 54px 0 54px 60px;
}
/* line 905, ../scss/_content.scss */
.vacaturelisting .no-results a {
  text-decoration: underline;
}
/* line 910, ../scss/_content.scss */
.vacaturelisting .vacature {
  float: left;
  width: 100%;
  position: relative;
  padding: 54px 0 54px 60px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 918, ../scss/_content.scss */
.vacaturelisting .vacature.vervuld .image-container,
.vacaturelisting .vacature.vervuld .info {
  opacity: 0.5;
}
/* line 925, ../scss/_content.scss */
.vacaturelisting .image-mobile {
  display: none;
  float: left;
  width: 100%;
  margin: 12px 0;
}
/* line 932, ../scss/_content.scss */
.vacaturelisting .vacature-status {
  position: absolute;
  right: 0;
  top: 52px;
  color: #fff;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-weight: 700;
}
/* line 940, ../scss/_content.scss */
.vacaturelisting .vacature-status span {
  float: left;
  width: 100%;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
}
/* line 949, ../scss/_content.scss */
.vacaturelisting .vacature-status .nieuw {
  background: #718945;
}
/* line 953, ../scss/_content.scss */
.vacaturelisting .vacature-status .vervuld {
  background: #3b4a4b;
}
/* line 957, ../scss/_content.scss */
.vacaturelisting .vacature-status .zomerbaan {
  background: #ffad00;
}
/* line 962, ../scss/_content.scss */
.vacaturelisting h2 {
  margin-bottom: 10px;
  max-width: calc(100% - 150px);
}
/* line 967, ../scss/_content.scss */
.vacaturelisting .image-container {
  float: left;
  width: 260px;
  transition: opacity 0.25s;
}
/* line 972, ../scss/_content.scss */
.vacaturelisting .image-container:hover {
  opacity: 0.85;
}
/* line 976, ../scss/_content.scss */
.vacaturelisting .image-container img {
  width: 100%;
}
/* line 981, ../scss/_content.scss */
.vacaturelisting .info {
  float: left;
  width: calc(100% - 260px);
  padding: 0 0 0 40px;
}
/* line 987, ../scss/_content.scss */
.vacaturelisting .intro {
  float: left;
  width: 100%;
  margin-top: 16px;
}
/* line 993, ../scss/_content.scss */
.vacaturelisting .buttons {
  float: left;
  width: 100%;
  margin-top: 30px;
}
/* line 999, ../scss/_content.scss */
.vacaturelisting .button {
  text-transform: none;
  margin-right: 10px;
  clear: none;
}
/* line 1005, ../scss/_content.scss */
.vacaturelisting .button.view {
  position: relative;
  padding-left: 52px;
}
/* line 1011, ../scss/_content.scss */
.vacaturelisting .button.view:hover svg path {
  fill: #fff;
}
/* line 1017, ../scss/_content.scss */
.vacaturelisting .button.view svg {
  width: 22px;
  position: absolute;
  left: 26px;
  top: 12px;
}

/* line 1026, ../scss/_content.scss */
.button.favorite {
  min-width: 0;
}
/* line 1029, ../scss/_content.scss */
.button.favorite.is_favorite {
  border-color: #718945;
  color: #fff;
  background: #718945;
  border: 2px solid #718945;
}
/* line 1035, ../scss/_content.scss */
.button.favorite.is_favorite .icon.selected {
  color: #fff;
  display: inline-block;
}
/* line 1040, ../scss/_content.scss */
.button.favorite.is_favorite .icon.default {
  display: none;
}
/* line 1044, ../scss/_content.scss */
.button.favorite.is_favorite .loading-icon {
  display: none;
}
/* line 1050, ../scss/_content.scss */
.button.favorite.is_favorite.is_loading .loading-icon path {
  fill: #fff;
}
/* line 1058, ../scss/_content.scss */
.button.favorite.is_loading .loading-icon {
  display: inline-block;
}
/* line 1062, ../scss/_content.scss */
.button.favorite.is_loading .icon.selected,
.button.favorite.is_loading .icon.default {
  display: none;
}
/* line 1069, ../scss/_content.scss */
.button.favorite.is_loading:hover .loading-icon path {
  fill: #fff;
}
/* line 1076, ../scss/_content.scss */
.button.favorite .loading-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin: -10px -15px -12px 2px;
  display: none;
}
/* line 1083, ../scss/_content.scss */
.button.favorite .loading-icon path {
  fill: #0f466e;
}
/* line 1088, ../scss/_content.scss */
.button.favorite .icon {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
/* line 1095, ../scss/_content.scss */
.button.favorite .icon.selected {
  display: none;
  color: #718945;
}

/* line 1101, ../scss/_content.scss */
.vacature-properties {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}
/* line 1108, ../scss/_content.scss */
.vacature-properties li {
  display: inline-block;
  margin-right: 26px;
  line-height: 34px;
}
/* line 1114, ../scss/_content.scss */
.vacature-properties .icon {
  font-size: 19px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

/* line 1122, ../scss/_content.scss */
.pagination-container {
  float: left;
  width: 100%;
  margin-top: 24px;
}
/* line 1127, ../scss/_content.scss */
.pagination-container .pagination {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1135, ../scss/_content.scss */
.pagination-container li {
  float: left;
}
/* line 1139, ../scss/_content.scss */
.pagination-container li.active a {
  background: #0f466e;
  color: #fff;
}
/* line 1143, ../scss/_content.scss */
.pagination-container li.active a:hover {
  background: #0f466e;
}
/* line 1149, ../scss/_content.scss */
.pagination-container li.disabled {
  height: 38px;
  width: 28px;
  text-align: center;
  line-height: 44px;
}
/* line 1155, ../scss/_content.scss */
.pagination-container li.disabled:hover {
  cursor: default;
}
/* line 1161, ../scss/_content.scss */
.pagination-container a {
  float: left;
  line-height: 38px;
  width: 44px;
  text-align: center;
  color: #303433;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 1169, ../scss/_content.scss */
.pagination-container a:hover {
  text-decoration: none;
  background: #eee;
}
/* line 1175, ../scss/_content.scss */
.pagination-container .prev,
.pagination-container .next {
  font-size: 26px;
  line-height: 36px;
  padding-top: 2px;
}

/* line 1183, ../scss/_content.scss */
.vacaturedetails {
  padding-top: 0;
}
/* line 1186, ../scss/_content.scss */
.vacaturedetails .layout {
  margin-top: 0;
}
/* line 1190, ../scss/_content.scss */
.vacaturedetails .vacature {
  float: left;
  width: 100%;
  margin-top: 80px;
}
/* line 1196, ../scss/_content.scss */
.vacaturedetails .backlink {
  float: left;
  clear: both;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  text-decoration: underline;
}
/* line 1206, ../scss/_content.scss */
.vacaturedetails .vacaturetext {
  float: left;
  width: calc(100% - 320px);
  padding-right: 60px;
  max-width: 940px;
}
/* line 1212, ../scss/_content.scss */
.vacaturedetails .vacaturetext h1 {
  margin: 0 0 10px 0;
}
/* line 1217, ../scss/_content.scss */
.vacaturedetails .contentblock {
  margin: 60px auto 0;
}
/* line 1220, ../scss/_content.scss */
.vacaturedetails .contentblock.first-block {
  margin-top: 20px;
}
/* line 1224, ../scss/_content.scss */
.vacaturedetails .contentblock ul li {
  margin-bottom: 2px;
}
/* line 1229, ../scss/_content.scss */
.vacaturedetails .actions {
  float: left;
  width: 100%;
  margin-top: 60px;
}
/* line 1234, ../scss/_content.scss */
.vacaturedetails .actions .button {
  margin-right: 14px;
}
/* line 1238, ../scss/_content.scss */
.vacaturedetails .actions .button.favorite {
  float: right;
  margin-right: 0;
  width: 170px;
  height: 54px;
}
/* line 1246, ../scss/_content.scss */
.vacaturedetails .button.favorite.is_favorite {
  padding: 15px 30px 16px;
  border: 2px solid transparent;
}
/* line 1251, ../scss/_content.scss */
.vacaturedetails .button.favorite .loading-icon {
  margin: -10px -2px -10px -10px;
}

/* line 1256, ../scss/_content.scss */
.overview-backlink {
  display: flex;
  flex-direction: column;
  margin: -40px auto 40px;
  width: 100%;
  max-width: 880px;
  text-decoration: underline;
}

/* line 1265, ../scss/_content.scss */
.sidebar {
  float: right;
  width: 320px;
  margin-top: 14px;
}
/* line 1270, ../scss/_content.scss */
.sidebar .block-usp {
  float: left;
  width: 100%;
  background: #718945;
  padding: 46px 34px;
  color: #fff;
  margin-bottom: 50px;
}
/* line 1278, ../scss/_content.scss */
.sidebar .block-usp ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
/* line 1286, ../scss/_content.scss */
.sidebar .block-usp li {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
/* line 1291, ../scss/_content.scss */
.sidebar .block-usp li:last-child {
  margin-bottom: 0;
}
/* line 1296, ../scss/_content.scss */
.sidebar .block-usp .icon {
  float: left;
  width: 26px;
  margin-top: 2px;
}
/* line 1302, ../scss/_content.scss */
.sidebar .block-usp span {
  float: left;
  width: calc(100% - 26px);
  line-height: 24px;
}
/* line 1308, ../scss/_content.scss */
.sidebar .block-usp .button {
  width: 100%;
  margin-top: 16px;
}
/* line 1314, ../scss/_content.scss */
.sidebar .block-questions {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
/* line 1319, ../scss/_content.scss */
.sidebar .block-questions h4 {
  margin-bottom: 20px;
}
/* line 1323, ../scss/_content.scss */
.sidebar .block-questions .image-container {
  float: left;
  width: 100%;
  line-height: 0;
  margin-bottom: 24px;
}
/* line 1330, ../scss/_content.scss */
.sidebar .block-questions span {
  float: left;
  width: 100%;
}
/* line 1335, ../scss/_content.scss */
.sidebar .block-questions .name {
  font-size: 20px;
  font-weight: 700;
}
/* line 1340, ../scss/_content.scss */
.sidebar .block-questions .phone {
  margin-top: 10px;
}
/* line 1344, ../scss/_content.scss */
.sidebar .block-questions a {
  float: left;
  widht: calc(100% - 30px);
  text-decoration: underline;
}
/* line 1350, ../scss/_content.scss */
.sidebar .block-questions .icon {
  float: left;
  width: 30px;
  font-size: 16px;
  line-height: 28px;
}

/* line 1359, ../scss/_content.scss */
.sollicatieform-container,
.shareform-container {
  height: 0;
}

/* line 1364, ../scss/_content.scss */
.shareform-container,
.sollicatieform-container {
  float: left;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}
/* line 1371, ../scss/_content.scss */
.shareform-container form,
.sollicatieform-container form {
  padding-top: 70px;
  margin-top: 70px;
  border-top: 1px solid #e7e7e7;
}

/* line 1378, ../scss/_content.scss */
.homepage .main-container {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 1383, ../scss/_content.scss */
.news-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 1392, ../scss/_content.scss */
.news-list li {
  display: flex;
  flex-direction: column;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.news-list li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 3) - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.news-list li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1398, ../scss/_content.scss */
.news-list .image-container {
  line-height: 0;
  float: left;
  max-height: 290px;
  overflow: hidden;
  transition: opacity 0.25s;
}
/* line 1405, ../scss/_content.scss */
.news-list .image-container:hover {
  opacity: 0.85;
}
/* line 1410, ../scss/_content.scss */
.news-list .intro {
  float: left;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #dedede;
  border-top: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 1421, ../scss/_content.scss */
.news-list h3 {
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 20px;
}
/* line 1427, ../scss/_content.scss */
.news-list .read-more {
  margin-top: auto;
  margin-right: auto;
}

/* line 1433, ../scss/_content.scss */
.team-container {
  max-width: 880px;
  margin: 50px auto 0;
  float: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 1442, ../scss/_content.scss */
.team-container .teamlist {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1450, ../scss/_content.scss */
.team-container li {
  position: relative;
  overflow: hidden;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.team-container li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 2) - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.team-container li:nth-of-type(2n) {
  margin-right: 0;
}
/* line 1455, ../scss/_content.scss */
.team-container li img {
  float: left;
  line-height: 0;
}
/* line 1461, ../scss/_content.scss */
.team-container li:hover .overlay {
  opacity: 1;
}
/* line 1467, ../scss/_content.scss */
.team-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 70, 110, 0.85);
  opacity: 0;
  color: #fff;
  z-index: 2;
  padding: 30px 40px;
  transition: opacity 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
}
/* line 1482, ../scss/_content.scss */
.team-container .overlay span {
  float: left;
  width: 100%;
}
/* line 1487, ../scss/_content.scss */
.team-container .overlay a {
  color: #fff;
}
/* line 1491, ../scss/_content.scss */
.team-container .overlay .intro {
  margin-top: 30px;
  line-height: 26px;
}
/* line 1495, ../scss/_content.scss */
.team-container .overlay .intro:before {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  position: relative;
  top: -15px;
  opacity: 0.6;
}
/* line 1507, ../scss/_content.scss */
.team-container .overlay .name {
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
}
/* line 1514, ../scss/_content.scss */
.team-container .overlay .function {
  margin-top: 4px;
  font-size: 17px;
  font-style: italic;
}
/* line 1520, ../scss/_content.scss */
.team-container .overlay .email {
  margin-top: auto;
}
/* line 1524, ../scss/_content.scss */
.team-container .overlay .phone {
  margin-top: 4px;
}
/* line 1528, ../scss/_content.scss */
.team-container .overlay .icon {
  margin-right: 8px;
}
/* line 1535, ../scss/_content.scss */
.team-container .showmore {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 21px;
  z-index: 1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* line 1546, ../scss/_content.scss */
.footer {
  background: #0f466e;
  background-image: url(../images/logo_wit_transparant.png);
  background-repeat: no-repeat;
  background-position: bottom left 140px;
  color: #fff;
  padding: 110px 5% 70px;
}
/* line 1554, ../scss/_content.scss */
.footer .adres {
  float: right;
  width: auto;
}
/* line 1558, ../scss/_content.scss */
.footer .adres h3 {
  font-size: 22px;
  color: #fff;
  float: left;
  margin-bottom: 12px;
}
/* line 1565, ../scss/_content.scss */
.footer .adres span {
  float: left;
  clear: both;
  color: #fff;
}
/* line 1571, ../scss/_content.scss */
.footer .adres .icon {
  margin-right: 8px;
  font-size: 15px;
}
/* line 1576, ../scss/_content.scss */
.footer .adres a {
  color: #fff;
}
/* line 1581, ../scss/_content.scss */
.footer .socialmedia {
  float: left;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  clear: both;
}
/* line 1588, ../scss/_content.scss */
.footer .socialmedia li {
  float: left;
  margin-right: 8px;
}
/* line 1593, ../scss/_content.scss */
.footer .socialmedia a {
  color: #fff;
  font-size: 28px;
}
/* line 1599, ../scss/_content.scss */
.footer .bottom {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: right;
}
/* line 1605, ../scss/_content.scss */
.footer .bottom a {
  color: #fff;
  text-decoration: underline;
}
/* line 1610, ../scss/_content.scss */
.footer .bottom .privacy {
  float: left;
  margin-top: 4px;
  margin-left: 20px;
}
/* line 1616, ../scss/_content.scss */
.footer .bottom .logo {
  float: left;
  margin-right: 8px;
}
/* line 1620, ../scss/_content.scss */
.footer .bottom .logo img {
  height: 34px;
}

/* line 1627, ../scss/_content.scss */
.footer-menu {
  float: left;
  width: 70%;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.footer-menu ul.menu li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 3) - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.footer-menu ul.menu li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1635, ../scss/_content.scss */
.footer-menu ul.menu li a {
  font-size: 22px;
  color: #fff;
  float: left;
  margin-bottom: 12px;
}
/* line 1645, ../scss/_content.scss */
.footer-menu ul.menu .submenu li {
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  line-height: 30px;
}
/* line 1652, ../scss/_content.scss */
.footer-menu ul.menu .submenu li a {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

/* line 1664, ../scss/_content.scss */
.favorites-container .side-favorites {
  position: fixed;
  z-index: 5;
  right: -550px;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  padding: 40px 40px 70px;
  background: #fff;
  border-left: 1px solid #eee;
  overflow-y: auto;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  transition: 0.5s cubic-bezier(0.45, 0.03, 0.5, 0.95);
}
/* line 1679, ../scss/_content.scss */
.favorites-container .side-favorites.show {
  right: 0;
}
/* line 1684, ../scss/_content.scss */
.favorites-container .close-favorites {
  position: absolute;
  top: 20px;
  right: 40px;
  font-weight: 700;
  color: #0f466e;
  cursor: pointer;
}
/* line 1692, ../scss/_content.scss */
.favorites-container .close-favorites .icon {
  position: relative;
  top: 1px;
}
/* line 1697, ../scss/_content.scss */
.favorites-container .close-favorites:hover {
  text-decoration: underline;
}
/* line 1702, ../scss/_content.scss */
.favorites-container .toggle-favorites {
  position: fixed;
  bottom: -100px;
  right: 0;
  z-index: 3;
  width: 100px;
  text-align: center;
  background: #fff;
  color: #0f466e;
  border: 2px solid #0f466e;
  border-right: none;
  border-bottom: none;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
/* line 1721, ../scss/_content.scss */
.favorites-container .toggle-favorites.show {
  bottom: 0;
}
/* line 1725, ../scss/_content.scss */
.favorites-container .toggle-favorites:hover {
  background: #0f466e;
  color: #fff;
  border-color: #fff;
}
/* line 1730, ../scss/_content.scss */
.favorites-container .toggle-favorites:hover .icon-amount {
  color: #fff;
}
/* line 1735, ../scss/_content.scss */
.favorites-container .toggle-favorites .icon-amount {
  font-size: 46px;
  position: relative;
  margin-bottom: 4px;
  color: #0f466e;
  transition: 0.25s ease-in-out;
}
/* line 1742, ../scss/_content.scss */
.favorites-container .toggle-favorites .icon-amount .amount {
  position: absolute;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -1px;
}
/* line 1756, ../scss/_content.scss */
.favorites-container .container-loading {
  float: left;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
/* line 1768, ../scss/_content.scss */
.favorites-container .container-loading.is_loading {
  display: block;
}
/* line 1772, ../scss/_content.scss */
.favorites-container .container-loading svg {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-top: 25vh;
}
/* line 1780, ../scss/_content.scss */
.favorites-container .favorite-list {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}
/* line 1789, ../scss/_content.scss */
.favorites-container .favorite-list.is_loading {
  opacity: 0.3;
}
/* line 1794, ../scss/_content.scss */
.favorites-container li {
  float: left;
  width: 100%;
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
/* line 1801, ../scss/_content.scss */
.favorites-container li:first-child {
  border-top: 1px solid #ccc;
  padding-top: 24px;
}
/* line 1807, ../scss/_content.scss */
.favorites-container h2,
.favorites-container .buttons {
  float: left;
  width: 100%;
}
/* line 1813, ../scss/_content.scss */
.favorites-container h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 30px;
}
/* line 1819, ../scss/_content.scss */
.favorites-container .title {
  font-size: 34px;
  line-height: 36px;
  margin: 40px 0 40px;
}
/* line 1825, ../scss/_content.scss */
.favorites-container .button.view {
  position: relative;
  padding-left: 52px;
}
/* line 1831, ../scss/_content.scss */
.favorites-container .button.view:hover svg path {
  fill: #fff;
}
/* line 1837, ../scss/_content.scss */
.favorites-container .button.view svg {
  width: 22px;
  position: absolute;
  left: 26px;
  top: 12px;
}
/* line 1845, ../scss/_content.scss */
.favorites-container .remove-favorite {
  float: right;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 12px;
  color: #f53232;
}
/* line 1853, ../scss/_content.scss */
.favorites-container .remove-favorite:hover {
  text-decoration: underline;
}
/* line 1857, ../scss/_content.scss */
.favorites-container .remove-favorite .icon {
  margin-right: 4px;
}

/* line 1864, ../scss/_content.scss */
.contentpage.searchresults .contentblock {
  margin-top: 0;
}
/* line 1869, ../scss/_content.scss */
.contentpage.searchresults .searchform .button {
  clear: none;
  margin-top: 0;
  margin-left: 10px;
}
/* line 1876, ../scss/_content.scss */
.contentpage.searchresults .none-found {
  margin-top: 60px;
}
/* line 1881, ../scss/_content.scss */
.contentpage.searchresults .search-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
/* line 1887, ../scss/_content.scss */
.contentpage.searchresults .search-item:first-child {
  border-top: 1px solid #ddd;
}
/* line 1891, ../scss/_content.scss */
.contentpage.searchresults .search-item .image-container {
  float: left;
  width: 300px;
  margin-right: 40px;
}
/* line 1897, ../scss/_content.scss */
.contentpage.searchresults .search-item .info {
  float: right;
  width: calc(100% - 340px);
}
/* line 1901, ../scss/_content.scss */
.contentpage.searchresults .search-item .info.no-margin {
  float: left;
  width: 100%;
}
/* line 1907, ../scss/_content.scss */
.contentpage.searchresults .search-item h2 {
  text-decoration: underline;
}

/* line 1913, ../scss/_content.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 1917, ../scss/_content.scss */
.recaptcha-message {
  clear: both;
  width: 100%;
  font-size: 13px;
  color: #bbb;
  margin-top: -12px;
  margin-bottom: 20px;
  float: left;
}

/* line 1, ../scss/_timeline.scss */
.timeline-container {
  margin-top: 100px;
  padding-bottom: 100px;
}

/* line 7, ../scss/_timeline.scss */
.timeline {
  float: left;
  width: 100%;
  position: relative;
  top: -60px;
  background: url(../images/timeline_background.png) repeat-y;
  background-position: top center;
}
/* line 15, ../scss/_timeline.scss */
.timeline:before, .timeline:after {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  margin: auto;
  background: #b8cdc4;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 2px black;
  text-align: center;
}
/* line 33, ../scss/_timeline.scss */
.timeline:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  top: -40px;
}
/* line 41, ../scss/_timeline.scss */
.timeline:after {
  content: '';
  bottom: -40px;
  left: 0;
  right: 0;
}
/* line 49, ../scss/_timeline.scss */
.timeline .items {
  float: left;
  width: 100%;
  margin-top: 38px;
}
/* line 55, ../scss/_timeline.scss */
.timeline .item {
  float: right;
  clear: right;
  width: 100%;
  position: relative;
  top: 100px;
  opacity: 0;
  max-width: 540px;
  margin-bottom: 200px;
  min-height: 500px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  transition: all 0.75s ease-out 0.25s;
}
/* line 69, ../scss/_timeline.scss */
.timeline .item.no-image {
  min-height: 0;
}
/* line 72, ../scss/_timeline.scss */
.timeline .item.no-image .date-no-image {
  float: left;
  width: 100%;
  color: #0f466e;
  font-weight: 700;
  font-size: 39px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 82, ../scss/_timeline.scss */
.timeline .item.no-image .date-no-image img {
  float: left;
  margin-right: 12px;
  width: 30px;
  margin-top: 6px;
}
/* line 91, ../scss/_timeline.scss */
.timeline .item.in-view {
  opacity: 1;
  top: 0;
}
/* line 96, ../scss/_timeline.scss */
.timeline .item:nth-child(2) {
  margin-top: 340px !important;
}
/* line 100, ../scss/_timeline.scss */
.timeline .item:nth-child(2n) {
  float: left;
  clear: left;
  margin-top: 200px;
  margin-bottom: 0;
}
/* line 106, ../scss/_timeline.scss */
.timeline .item:nth-child(2n) .year {
  left: auto;
  right: 14px;
  padding-left: 0;
  text-align: right;
  padding-right: 10px;
}
/* line 113, ../scss/_timeline.scss */
.timeline .item:nth-child(2n) .year img {
  transform: rotateY(180deg);
}
/* line 118, ../scss/_timeline.scss */
.timeline .item:nth-child(2n) .pointer {
  transform: rotate(180deg);
  left: auto;
  right: -115px;
}
/* line 125, ../scss/_timeline.scss */
.timeline .item:last-child {
  margin-bottom: 100px !important;
}
/* line 129, ../scss/_timeline.scss */
.timeline .item .year {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 120px;
  font-size: 39px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  padding-left: 10px;
  padding-top: 12px;
  color: #0f466e;
}
/* line 142, ../scss/_timeline.scss */
.timeline .item .year .date {
  position: relative;
  z-index: 2;
}
/* line 147, ../scss/_timeline.scss */
.timeline .item .year img {
  left: 0;
  top: 0;
  position: absolute;
  min-width: 120px;
  height: auto;
  z-index: 1;
}
/* line 157, ../scss/_timeline.scss */
.timeline .item .pointer {
  position: absolute;
  height: 30px;
  width: 64px;
  left: -115px;
  top: 20%;
}
/* line 164, ../scss/_timeline.scss */
.timeline .item .pointer .circle {
  border-radius: 100px;
  background: #fff;
  border: 7px solid #0f466e;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
}
/* line 175, ../scss/_timeline.scss */
.timeline .item .pointer .line {
  width: 54px;
  height: 6px;
  background: #0f466e;
  border-radius: 10px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: calc(50% - 4px);
}
/* line 187, ../scss/_timeline.scss */
.timeline .item img {
  line-height: 0;
}
/* line 191, ../scss/_timeline.scss */
.timeline .item h3 {
  margin: 0 0 4px;
  font-size: 26px;
  line-height: 34px;
}
/* line 197, ../scss/_timeline.scss */
.timeline .item .info {
  padding: 24px 40px 34px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1400px) {
  /* line 207, ../scss/_timeline.scss */
  .timeline .item {
    max-width: 44%;
  }
  /* line 210, ../scss/_timeline.scss */
  .timeline .item .pointer {
    left: -16.5%;
  }

  /* line 216, ../scss/_timeline.scss */
  .timeline .item:nth-child(2n) .pointer {
    right: -16.5%;
  }
}
@media only screen and (max-width: 979px) {
  /* line 224, ../scss/_timeline.scss */
  .timeline .item h3 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 231, ../scss/_timeline.scss */
  .timeline .items {
    margin-top: 90px;
  }
  /* line 235, ../scss/_timeline.scss */
  .timeline .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  /* line 240, ../scss/_timeline.scss */
  .timeline .item .pointer {
    display: none;
  }
  /* line 244, ../scss/_timeline.scss */
  .timeline .item:nth-child(2n) {
    margin-top: 0 !important;
    margin-bottom: 80px;
  }
  /* line 249, ../scss/_timeline.scss */
  .timeline .item .year {
    width: 100px;
    font-size: 33px;
    line-height: 32px;
    padding-left: 8px;
    padding-top: 13px;
  }
  /* line 256, ../scss/_timeline.scss */
  .timeline .item .year img {
    min-width: 100px;
  }
}
/* line 1, ../scss/_menu.scss */
ul.menu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  /*
  li:hover {
  	.submenu-container {
  		display:block;
  	}
  }
  
  .submenu-container {
  	display:none;
  	position:absolute;
  	left:0;
  	width:auto;
  	top:26px;
  	padding-top:12px;
  }
  
  .submenu {
  	width:100%;
  	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
  	
  	li {
  		float:left;
  		width:100%;
  		min-width:220px;
  		border-bottom:1px solid #ddd;
  		background:#fff;	
  		
  		&:last-child {
  			border:none;
  		}
  	}
  	
  	a {
  		float:left;
  		width:100%;
  		font-size:16px;
  		font-family:$standard-font;
  		padding:5px 20px;
  		font-weight:400;
  		
  		&:hover {
  			background:#f8f8f8;
  			text-decoration:none;
  		}
  	}
  }
  */
}
/* line 8, ../scss/_menu.scss */
ul.menu li {
  float: left;
  margin-right: 34px;
  position: relative;
}
/* line 13, ../scss/_menu.scss */
ul.menu li a {
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  color: #0f466e;
  font-size: 18px;
  font-weight: 700;
}
/* line 19, ../scss/_menu.scss */
ul.menu li a.normal {
  color: #718945;
}
/* line 26, ../scss/_menu.scss */
ul.menu .submenu a {
  font-size: 16px;
  font-family: "Hind", sans-serif, "Arial", "Tahoma", "Verdana";
  padding: 5px 20px;
  font-weight: 400;
}

/* line 83, ../scss/_menu.scss */
.slide-menu {
  content: "";
  bottom: 0;
  right: -860px;
  top: 0;
  width: 100%;
  max-width: 860px;
  position: fixed;
  z-index: 2;
  background: #fff;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 12vh 5% 6vh 84px;
  transition: 0.5s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  background-image: url(../images/logo_groen_transparant.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
/* line 102, ../scss/_menu.scss */
.slide-menu.open {
  right: 0;
}
/* line 107, ../scss/_menu.scss */
.slide-menu ul.menu li {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 50px;
}
/* line 113, ../scss/_menu.scss */
.slide-menu ul.menu li:last-child {
  margin-bottom: 0;
}
/* line 117, ../scss/_menu.scss */
.slide-menu ul.menu li a {
  font-size: 26px;
}
/* line 122, ../scss/_menu.scss */
.slide-menu ul.menu .submenu-container {
  position: relative;
  top: 0;
  display: block;
  float: left;
  width: 100%;
  padding: 4px 0 0;
}
/* line 131, ../scss/_menu.scss */
.slide-menu ul.menu .submenu {
  box-shadow: none;
}
/* line 134, ../scss/_menu.scss */
.slide-menu ul.menu .submenu li {
  border: none;
  clear: both;
  width: auto;
  min-width: 0;
  margin: 0;
}
/* line 142, ../scss/_menu.scss */
.slide-menu ul.menu .submenu a {
  padding: 0;
  line-height: 30px;
  font-size: 18px;
  color: #303433;
}
/* line 148, ../scss/_menu.scss */
.slide-menu ul.menu .submenu a:hover {
  background: none;
  text-decoration: underline;
}
/* line 156, ../scss/_menu.scss */
.slide-menu .hello-flex {
  display: none;
  font-weight: 700;
  color: #718945;
  float: left;
  clear: both;
  margin: 50px 0 0;
  font-size: 21px;
}
/* line 166, ../scss/_menu.scss */
.slide-menu form {
  margin-bottom: 40px;
  margin-top: 40px;
}
/* line 171, ../scss/_menu.scss */
.slide-menu input.searchfield {
  border-radius: 5px 0 0 5px;
  border-right: 0;
  padding: 0 18px;
  height: 55px;
}
/* line 178, ../scss/_menu.scss */
.slide-menu .button.search {
  font-size: 20px;
  min-width: 0;
  border-radius: 0 5px 5px 0;
  padding: 0;
  height: 55px;
  width: 60px;
  line-height: 55px;
  clear: none;
  margin-top: 0;
  background: url(../images/icon_search_wit.svg) #0f466e;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center center;
}
/* line 193, ../scss/_menu.scss */
.slide-menu .button.search:hover {
  background: url(../images/icon_search_wit.svg) #145d92;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center center;
}
/* line 201, ../scss/_menu.scss */
.slide-menu .socialmedia {
  float: left;
  list-style: none;
  padding: 0;
  margin-top: auto;
}
/* line 207, ../scss/_menu.scss */
.slide-menu .socialmedia li {
  float: left;
  margin-right: 10px;
  font-size: 32px;
}

/* line 1, ../scss/_forms.scss */
form {
  float: left;
  width: 100%;
}
/* line 5, ../scss/_forms.scss */
form label {
  float: left;
  clear: both;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
/* line 13, ../scss/_forms.scss */
form .row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
/* line 20, ../scss/_forms.scss */
form input[type=submit] {
  margin-top: 10px;
  width: auto;
}
/* line 24, ../scss/_forms.scss */
form input[type=submit]:focus {
  border: none;
}
/* line 33, ../scss/_forms.scss */
form button {
  float: left;
  clear: both;
  margin-top: 5px;
}

/* line 40, ../scss/_forms.scss */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=password],
textarea,
select {
  float: left;
  clear: both;
  width: 100%;
  max-width: 360px;
  padding: 17px 18px;
  font-family: "Hind", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 17px;
  font-weight: 400;
  color: #303433;
  background: #fff;
  border: 1px solid #ccc;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
}
@media only screen and (max-width: 770px) {
  /* line 40, ../scss/_forms.scss */
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea,
  select {
    font-size: 16px;
  }
}
/* line 69, ../scss/_forms.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #bbb;
}

/* line 75, ../scss/_forms.scss */
input[type=submit],
button,
a.button,
.button {
  float: left;
  background-color: #718945;
  padding: 18px 30px 18px;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  min-width: 220px;
  transition: all 0.3s;
}
/* line 95, ../scss/_forms.scss */
input[type=submit].outlined,
button.outlined,
a.button.outlined,
.button.outlined {
  border: 2px solid #718945;
  background: none;
  color: #718945;
  padding: 15px 30px 16px;
}
/* line 102, ../scss/_forms.scss */
input[type=submit].small,
button.small,
a.button.small,
.button.small {
  min-width: 180px;
  padding: 13px 30px 14px;
  margin-top: auto;
  text-transform: none;
  font-size: 15px;
}
/* line 110, ../scss/_forms.scss */
input[type=submit]:hover,
button:hover,
a.button:hover,
.button:hover {
  text-decoration: none;
  background: #87a453;
}
/* line 114, ../scss/_forms.scss */
input[type=submit]:hover.outlined,
button:hover.outlined,
a.button:hover.outlined,
.button:hover.outlined {
  background: #718945;
  color: #fff;
}
/* line 120, ../scss/_forms.scss */
input[type=submit].blue,
button.blue,
a.button.blue,
.button.blue {
  background: #0f466e;
  color: #fff;
}
/* line 124, ../scss/_forms.scss */
input[type=submit].blue.outlined,
button.blue.outlined,
a.button.blue.outlined,
.button.blue.outlined {
  border: 2px solid #0f466e;
  background: none;
  color: #0f466e;
}
/* line 130, ../scss/_forms.scss */
input[type=submit].blue:hover,
button.blue:hover,
a.button.blue:hover,
.button.blue:hover {
  background: #135789;
}
/* line 133, ../scss/_forms.scss */
input[type=submit].blue:hover.outlined,
button.blue:hover.outlined,
a.button.blue:hover.outlined,
.button.blue:hover.outlined {
  background: #0f466e;
  color: #fff;
}
/* line 140, ../scss/_forms.scss */
input[type=submit].white,
button.white,
a.button.white,
.button.white {
  backound: #fff;
  color: #0f466e;
}
/* line 144, ../scss/_forms.scss */
input[type=submit].white.outlined,
button.white.outlined,
a.button.white.outlined,
.button.white.outlined {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
/* line 151, ../scss/_forms.scss */
input[type=submit].white:hover.outlined,
button.white:hover.outlined,
a.button.white:hover.outlined,
.button.white:hover.outlined {
  background: #fff;
  color: #0f466e;
}

/* line 159, ../scss/_forms.scss */
textarea {
  height: 150px;
  line-height: 26px;
}

/* line 164, ../scss/_forms.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: #fff;
}
/* line 174, ../scss/_forms.scss */
.styled-select select {
  background: transparent;
  height: 100%;
  color: #303433;
  font-weight: 400;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Hind", sans-serif, "Arial", "Tahoma", "Verdana";
  width: 100%;
}
@media only screen and (max-width: 770px) {
  /* line 174, ../scss/_forms.scss */
  .styled-select select {
    font-size: 16px;
  }
}

/* line 191, ../scss/_forms.scss */
form .form-group {
  float: left;
  width: 100%;
}
/* line 196, ../scss/_forms.scss */
form .inputgroup {
  float: left;
  width: 48%;
  margin-bottom: 18px;
}
/* line 201, ../scss/_forms.scss */
form .inputgroup:nth-child(2n) {
  float: right;
}
/* line 207, ../scss/_forms.scss */
form .inputgroup.housenumber .huisnummer {
  clear: none;
  width: 66%;
}
/* line 212, ../scss/_forms.scss */
form .inputgroup.housenumber .huisnummer_toevoeging {
  width: 30%;
  clear: none;
  float: right;
}
/* line 220, ../scss/_forms.scss */
form .inputgroup.privacy.has-error a,
form .inputgroup.privacy.has-error span {
  color: red;
}
/* line 226, ../scss/_forms.scss */
form .inputgroup.large {
  width: 100%;
  float: left;
}
/* line 231, ../scss/_forms.scss */
form textarea,
form input[type=text],
form input[type=email],
form .styled-select,
form select {
  max-width: 100%;
  width: 100%;
}
/* line 241, ../scss/_forms.scss */
form input[type=file].error {
  padding: 4px;
  border: 1px solid;
}
/* line 247, ../scss/_forms.scss */
form textarea {
  height: 240px;
}
/* line 251, ../scss/_forms.scss */
form .form-error {
  display: none;
}
/* line 255, ../scss/_forms.scss */
form .g-recaptcha {
  float: left;
  clear: both;
}
/* line 260, ../scss/_forms.scss */
form .descr {
  float: left;
  width: 100%;
}
/* line 265, ../scss/_forms.scss */
form .button {
  clear: both;
  margin-top: 20px;
}

/* line 272, ../scss/_forms.scss */
form.application .descr {
  font-size: 15px;
  font-style: italic;
  color: #787878;
  margin-top: 4px;
}
/* line 279, ../scss/_forms.scss */
form.application input[type=file] {
  float: left;
  clear: both;
  margin: 10px 0;
  font-size: 16px;
}
/* line 286, ../scss/_forms.scss */
form.application .inputgroup.privacy,
form.application .inputgroup.vacature-alert {
  margin-bottom: 20px;
}
/* line 290, ../scss/_forms.scss */
form.application .inputgroup.privacy label,
form.application .inputgroup.vacature-alert label {
  clear: both;
  width: 100%;
}

/* line 298, ../scss/_forms.scss */
form.tellafriend .left,
form.tellafriend .right {
  float: left;
  width: 100%;
}
/* line 304, ../scss/_forms.scss */
form.tellafriend .left {
  margin-top: 10px;
}
/* line 308, ../scss/_forms.scss */
form.tellafriend h2 {
  margin-bottom: 10px;
}
/* line 312, ../scss/_forms.scss */
form.tellafriend .inputgroup.message {
  width: 100%;
}

/* line 317, ../scss/_forms.scss */
form.contactform {
  max-width: 880px;
}
/* line 320, ../scss/_forms.scss */
form.contactform input[type=email] {
  max-width: 100%;
}
/* line 324, ../scss/_forms.scss */
form.contactform .inputgroup.message {
  width: 100%;
}

/* line 329, ../scss/_forms.scss */
form.vacatureplaatsenform {
  max-width: 880px;
}
/* line 332, ../scss/_forms.scss */
form.vacatureplaatsenform .inputgroup.privacy {
  margin-bottom: 20px;
}
/* line 335, ../scss/_forms.scss */
form.vacatureplaatsenform .inputgroup.privacy label {
  clear: both;
  width: 100%;
}

/* line 343, ../scss/_forms.scss */
.rnFormWrapper {
  border-top: 1px solid #e7e7e7;
  padding: 60px 0;
  margin-top: 60px;
}

/* line 349, ../scss/_forms.scss */
.rnFormContainer {
    /*
    .rnFileUpload {
        display:flex;
        flex-direction: column;

        input[type=file] {
            font-size:16px;
        }

        .rnAction {
            padding:4px 0;
        }
    }
    

    .rnFilename {
        display:none;
    }
    */
}
/* line 350, ../scss/_forms.scss */
.rnFormContainer fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  gap: 20px;
}
/* line 359, ../scss/_forms.scss */
.rnFormContainer legend {
  display: none;
}
/* line 363, ../scss/_forms.scss */
.rnFormContainer label {
  font-weight: 700;
}
/* line 367, ../scss/_forms.scss */
.rnFormContainer input,
.rnFormContainer textarea,
.rnFormContainer input[type=text] {
  max-width: 100%;
}
/* line 373, ../scss/_forms.scss */
.rnFormContainer textarea {
  height: 240px;
}
/* line 377, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
/* line 383, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber,
.rnFormContainer .rnFormGroup.rnmotivation-text,
.rnFormContainer .rnFormGroup.rncvFile,
.rnFormContainer .rnFormGroup.rnemailAddress,
.rnFormContainer .rnFormGroup.rncheckboxField {
  width: 100%;
}
/* line 392, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
/* line 397, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone .rnSelectBox {
  width: 100%;
}
/* line 401, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone label {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
}
/* line 407, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone .rnPhonePrefix {
  padding-right: 10px;
}
/* line 411, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone .rnPhoneNumberInput {
  width: 100%;
}
/* line 418, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnFieldWrap .rnPhoneCountry .rnSelectValue {
  display: none;
}
/* line 424, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber select {
  width: 100%;
  max-width: 100%;
}
/* line 430, ../scss/_forms.scss */
.rnFormContainer .rnFileUpload {
  display: flex;
  background-color: #fff;
  border: 1px dashed gray;
  padding: 14px;
  position: relative;
}
/* line 437, ../scss/_forms.scss */
.rnFormContainer .rnFileUpload .rnFilename {
  border: 1px solid gray;
  padding: 14px;
  text-align: center;
  flex: 1;
  font-weight: 700;
}
/* line 445, ../scss/_forms.scss */
.rnFormContainer .rnFileUpload .rnAction {
  flex: 1;
  background-color: #d3d3d3;
  display: block;
  padding: 14px;
  text-align: center;
  transition: 500ms;
  font-weight: 700;
}
/* line 455, ../scss/_forms.scss */
.rnFormContainer .rnFileUpload input[type=file] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 486, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rncheckboxField {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0;
  position: relative;
}
/* line 494, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rncheckboxField.error {
  margin-bottom: 60px;
}
/* line 498, ../scss/_forms.scss */
.rnFormContainer .rnFormGroup.rncheckboxField .rnErrors {
  position: absolute;
  top: 30px;
  left: 0;
}
/* line 505, ../scss/_forms.scss */
.rnFormContainer .rnErrors {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  padding: 5px 10px 5px 20px;
  font-size: 15px;
  margin-top: 6px;
  border-radius: 5px;
}
/* line 516, ../scss/_forms.scss */
.rnFormContainer .styled-select {
  max-width: 100%;
}
/* line 520, ../scss/_forms.scss */
.rnFormContainer select {
  height: 55px;
  padding: 0 16px;
}

/* line 527, ../scss/_forms.scss */
.oe_widget {
  max-width: 880px;
  margin: 40px auto 0;
  display: flex;
  float: none;
  flex-direction: column;
}
/* line 534, ../scss/_forms.scss */
.oe_widget .oe_formElement {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 540, ../scss/_forms.scss */
.oe_widget .oe_label {
  font-weight: 700;
  margin-bottom: 4px !important;
}
/* line 545, ../scss/_forms.scss */
.oe_widget .oe_help {
  margin-bottom: 0 !important;
}
/* line 549, ../scss/_forms.scss */
.oe_widget .oe_checkboxList {
  margin-top: 20px;
}
/* line 553, ../scss/_forms.scss */
.oe_widget .oe_mapResult {
  margin-bottom: 10px !important;
}
/* line 557, ../scss/_forms.scss */
.oe_widget .oe_buttons button {
  background-color: #718945;
  padding: 18px 30px 18px;
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
}
/* line 567, ../scss/_forms.scss */
.oe_widget .oe_buttons button:hover {
  text-decoration: none;
  background: #87a453;
}
/* line 573, ../scss/_forms.scss */
.oe_widget .oe_mapResult .oe_selector .oe_selectorValue {
  background: #fff !important;
}
/* line 577, ../scss/_forms.scss */
.oe_widget label span {
  font-weight: 700;
}
/* line 581, ../scss/_forms.scss */
.oe_widget .oe_fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
/* line 586, ../scss/_forms.scss */
.oe_widget .oe_fieldset legend {
  font-weight: 700;
}
/* line 591, ../scss/_forms.scss */
.oe_widget input:not([type=file]),
.oe_widget textarea {
  padding: 17px 18px !important;
  margin-bottom: 0 !important;
}
/* line 597, ../scss/_forms.scss */
.oe_widget .oe_selector select {
  max-width: 100%;
}
/* line 601, ../scss/_forms.scss */
.oe_widget .oe_selector .oe_selectorValue {
  padding-left: 18px !important;
  height: 55px;
  padding-top: 13px !important;
  border-radius: 5px;
}
/* line 608, ../scss/_forms.scss */
.oe_widget .oe_validation {
  float: left;
  width: 100%;
  margin: 6px 0 0 !important;
  border: 1px solid #ebccd1;
  color: #a94442 !important;
  background-color: #f2dede;
  padding: 5px 10px 5px 20px;
  font-size: 15px !important;
  border-radius: 5px;
}
/* line 620, ../scss/_forms.scss */
.oe_widget .oe_uploader {
  margin-bottom: 0 !important;
}
/* line 624, ../scss/_forms.scss */
.oe_widget input,
.oe_widget textarea,
.oe_widget input[type=text],
.oe_widget input[type=number] {
  max-width: 100%;
}
/* line 630, ../scss/_forms.scss */
.oe_widget input:disabled,
.oe_widget textarea:disabled,
.oe_widget input[type=text]:disabled,
.oe_widget input[type=number]:disabled {
  background: #eee;
}

/* line 1, ../scss/_accordeon.scss */
#accordeon {
  float: left;
  width: 100%;
  margin: 16px 0 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%;
  font-family: "Hind", sans-serif, "Arial", "Tahoma", "Verdana";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 17px 20px 17px 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 25, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title svg {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 33, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open, #accordeon .accordeon-item .accordeon-title:hover {
  background: #0f466e;
  color: #fff;
}
/* line 38, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path, #accordeon .accordeon-item .accordeon-title:hover svg path {
  stroke: #fff;
}
/* line 44, ../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 47, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path {
  stroke: #fff;
}
/* line 54, ../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 61, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 25px 24px;
}
/* line 67, ../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;
}
/* line 48, ../scss/_popups.scss */
.mfp-bottom-bar .mfp-title {
  margin-left: 20px;
  font-size: 14px;
  background: #000;
  color: #fff;
  width: auto;
  padding: 4px 10px;
  bottom: -16px;
  position: absolute;
}
/* line 59, ../scss/_popups.scss */
.mfp-bottom-bar .mfp-counter {
  margin-right: 10px;
  font-size: 14px;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px;
  color: #fff;
}

/* line 67, ../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 77, ../scss/_popups.scss */
.white-popup .styled-select {
  clear: both;
}
/* line 81, ../scss/_popups.scss */
.white-popup h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: -1px;
}
/* line 88, ../scss/_popups.scss */
.white-popup p {
  margin-bottom: 15px;
}
/* line 92, ../scss/_popups.scss */
.white-popup .tekst {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15x;
}

/* line 100, ../scss/_popups.scss */
button.mfp-close,
button.mfp-arrow {
  min-width: 0;
}

@media only screen and (max-width: 1280px) {
  /* line 2, ../scss/_responsive.scss */
  .header .logo {
    width: 230px;
  }

  /* line 6, ../scss/_responsive.scss */
  .header .past-precies {
    width: 130px;
  }

  /* line 10, ../scss/_responsive.scss */
  ul.menu li {
    margin-right: 20px;
  }

  /* line 14, ../scss/_responsive.scss */
  .header-image {
    max-height: 500px;
  }

  /* line 18, ../scss/_responsive.scss */
  .sectoren {
    margin: -50px 5%;
    width: 90%;
  }
  /* line 22, ../scss/_responsive.scss */
  .sectoren .vacatures {
    padding: 50px 10px 0;
    width: calc(100% - 200px);
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-vacatures .recente-vacatures li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 30px  ) / 2) - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-vacatures .recente-vacatures li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 33, ../scss/_responsive.scss */
  .home-vacatures .button.view-all {
    margin-top: 20px;
  }

  /* line 38, ../scss/_responsive.scss */
  .footer-menu {
    width: 100%;
  }

  /* line 42, ../scss/_responsive.scss */
  .footer .adres {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 50, ../scss/_responsive.scss */
  .filter-container {
    width: 100%;
    clear: both;
  }
  /* line 54, ../scss/_responsive.scss */
  .filter-container .filters {
    padding: 40px 30px 40px;
  }
  /* line 59, ../scss/_responsive.scss */
  .filter-container .filter.search input {
    width: calc(100% - 200px);
  }
  /* line 63, ../scss/_responsive.scss */
  .filter-container .filter.search button {
    width: 180px;
    float: right;
    clear: none;
    margin: 0;
    padding: 16px 30px 17px;
  }
  /* line 73, ../scss/_responsive.scss */
  .filter-container .filter .title {
    font-size: 18px;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  /* line 81, ../scss/_responsive.scss */
  .vacaturelisting {
    width: 100%;
  }
  /* line 84, ../scss/_responsive.scss */
  .vacaturelisting .vacature {
    padding-left: 0;
  }

  /* line 89, ../scss/_responsive.scss */
  .sideblocks {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .sideblocks .block:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 3) - 0px);
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .sideblocks .block:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  /* line 104, ../scss/_responsive.scss */
  ul.menu.top-menu li {
    display: none;
  }
  /* line 107, ../scss/_responsive.scss */
  ul.menu.top-menu li.last {
    display: block;
  }
  /* line 111, ../scss/_responsive.scss */
  ul.menu.top-menu li.mobile {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  /* line 118, ../scss/_responsive.scss */
  .main-container {
    padding-bottom: 100px;
  }

  /* line 122, ../scss/_responsive.scss */
  .contentpage {
    padding-top: 70px;
  }

  /* line 126, ../scss/_responsive.scss */
  .vacaturedetails {
    padding-top: 0;
  }

  /* line 130, ../scss/_responsive.scss */
  .header-image.small,
  .header-image {
    max-height: 350px;
  }

  /* line 135, ../scss/_responsive.scss */
  .sectorlist .title {
    max-width: 100%;
  }

  /* line 139, ../scss/_responsive.scss */
  .sectoren {
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
  /* line 144, ../scss/_responsive.scss */
  .sectoren .vacatures {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 149, ../scss/_responsive.scss */
  .sectoren .personeelzoeken {
    width: 100%;
  }
  /* line 153, ../scss/_responsive.scss */
  .sectoren .buttons {
    width: 94%;
  }

  /* line 159, ../scss/_responsive.scss */
  .contentpage.vacatures h1 {
    width: 100%;
  }
  /* line 163, ../scss/_responsive.scss */
  .contentpage.vacatures .sorting {
    float: left;
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
  }
  /* line 169, ../scss/_responsive.scss */
  .contentpage.vacatures .sorting label {
    margin-right: 10px;
  }
  /* line 173, ../scss/_responsive.scss */
  .contentpage.vacatures .sorting .styled-select {
    float: left;
  }

  /* line 179, ../scss/_responsive.scss */
  .sideblocks {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .sideblocks .block:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .sideblocks .block:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 189, ../scss/_responsive.scss */
  .sideblocks .block .button {
    max-width: 280px;
    clear: none;
    margin-right: 20px;
  }

  /* line 198, ../scss/_responsive.scss */
  .vacaturedetails .vacature {
    margin-top: 50px;
  }
  /* line 202, ../scss/_responsive.scss */
  .vacaturedetails .vacaturetext {
    width: 100%;
    padding-right: 0;
  }

  /* line 208, ../scss/_responsive.scss */
  .sidebar {
    float: left;
    width: 100%;
    margin-top: 80px;
  }
  /* line 213, ../scss/_responsive.scss */
  .sidebar .block-usp {
    float: left;
    width: 48%;
  }
  /* line 218, ../scss/_responsive.scss */
  .sidebar .block-questions {
    float: right;
    width: 48%;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .news-list li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 30px  ) / 2) - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .news-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 770px) {
  /* line 231, ../scss/_responsive.scss */
  body {
    font-size: 17px;
  }

  /* line 235, ../scss/_responsive.scss */
  .header .past-precies {
    display: none;
  }

  /* line 239, ../scss/_responsive.scss */
  .main-container {
    padding-bottom: 100px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .home-vacatures .recente-vacatures li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .home-vacatures .recente-vacatures li:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 249, ../scss/_responsive.scss */
  .home-vacatures .recente-vacatures h3 {
    height: auto;
    word-break: break-word;
  }
  /* line 254, ../scss/_responsive.scss */
  .home-vacatures .recente-vacatures .image-container {
    height: auto;
  }

  /* line 259, ../scss/_responsive.scss */
  .contentpage.vacatures.zomerbanen .vacaturelisting .vacature {
    padding: 54px 0 54px 0;
  }

  /* line 264, ../scss/_responsive.scss */
  .vacaturelisting .info {
    width: 100%;
    padding: 0;
  }
  /* line 269, ../scss/_responsive.scss */
  .vacaturelisting h2 {
    max-width: 100%;
  }
  /* line 273, ../scss/_responsive.scss */
  .vacaturelisting .image-desktop {
    display: none;
  }
  /* line 277, ../scss/_responsive.scss */
  .vacaturelisting .image-mobile {
    display: block;
  }
  /* line 281, ../scss/_responsive.scss */
  .vacaturelisting .image-container {
    width: 100%;
  }
  /* line 285, ../scss/_responsive.scss */
  .vacaturelisting .buttons {
    margin-top: 26px;
    margin-bottom: -4px;
  }
  /* line 290, ../scss/_responsive.scss */
  .vacaturelisting .button {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 294, ../scss/_responsive.scss */
  .vacaturelisting .button.view {
    margin-bottom: 10px;
  }

  /* line 300, ../scss/_responsive.scss */
  .footer {
    padding: 60px 6%;
    background-size: 300px;
    background-position: bottom right 80px;
  }

  /* line 306, ../scss/_responsive.scss */
  .footer-menu {
    display: none;
  }

  /* line 310, ../scss/_responsive.scss */
  .footer .adres {
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }

  /* line 318, ../scss/_responsive.scss */
  .sidebar .block-usp {
    float: left;
    width: 100%;
  }
  /* line 323, ../scss/_responsive.scss */
  .sidebar .block-questions {
    float: left;
    width: 100%;
  }

  /* line 329, ../scss/_responsive.scss */
  .vacaturedetails .actions {
    margin-top: 40px;
  }
  /* line 332, ../scss/_responsive.scss */
  .vacaturedetails .actions .button.favorite,
  .vacaturedetails .actions .button {
    float: left;
    clear: both;
    margin-bottom: 12px;
    min-width: 250px;
  }

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

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

  /* line 349, ../scss/_responsive.scss */
  .contentblock {
    margin-top: 50px;
  }

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

  /* line 358, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item {
    padding: 40px 0;
  }
  /* line 361, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item .info {
    float: left;
    width: 100%;
  }
  /* line 366, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item .image-container {
    display: none;
  }
  /* line 370, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item h2 {
    font-size: 22px;
  }
  /* line 375, ../scss/_responsive.scss */
  .contentpage.searchresults .searchform .button {
    clear: both;
    margin: 14px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 383, ../scss/_responsive.scss */
  .header .logo {
    width: 210px;
  }

  /* line 387, ../scss/_responsive.scss */
  ul.menu.top-menu li.mobile {
    float: right;
    clear: both;
  }

  /* line 392, ../scss/_responsive.scss */
  ul.menu.top-menu li.last {
    display: none;
  }

  /* line 396, ../scss/_responsive.scss */
  .slide-menu .hello-flex {
    display: block;
  }

  /* line 401, ../scss/_responsive.scss */
  .header.container.open ul.menu.top-menu li.mobile.last {
    top: -15px;
    transition: 0.25s ease-in-out;
  }
}
@media only screen and (max-width: 599px) {
  /* line 410, ../scss/_responsive.scss */
  .slide-menu {
    padding: 8vh 50px 6vh;
  }

  /* line 414, ../scss/_responsive.scss */
  h1 {
    font-size: 40px;
    line-height: 42px;
  }

  /* line 419, ../scss/_responsive.scss */
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  /* line 424, ../scss/_responsive.scss */
  .popup-message {
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  /* line 429, ../scss/_responsive.scss */
  .popup-message .close {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    font-size: 15px;
  }

  /* line 437, ../scss/_responsive.scss */
  .sectoren .buttons .button {
    width: 70%;
    clear: both;
    float: none;
    margin-bottom: 12px;
    display: inline-block;
  }
  /* line 444, ../scss/_responsive.scss */
  .sectoren .buttons .button:nth-child(2) {
    float: none;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .sectorlist a:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 3) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .sectorlist a:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 453, ../scss/_responsive.scss */
  .sectorlist a:nth-child(3n):after {
    display: none;
  }
  /* line 459, ../scss/_responsive.scss */
  .sectorlist a:nth-child(4n):after {
    display: block;
  }

  /* line 466, ../scss/_responsive.scss */
  .filter-container .filter.search input {
    width: 100%;
  }
  /* line 470, ../scss/_responsive.scss */
  .filter-container .filter.search button {
    float: left;
    margin-top: 10px;
  }

  /* line 476, ../scss/_responsive.scss */
  .vacaturelisting .vacature-status {
    right: 0;
    top: 10px;
  }
  /* line 480, ../scss/_responsive.scss */
  .vacaturelisting .vacature-status span {
    padding: 2px 13px;
    font-size: 13px;
  }

  /* line 487, ../scss/_responsive.scss */
  form .inputgroup {
    width: 100%;
  }

  /* line 494, ../scss/_responsive.scss */
  .rnFormContainer .rnFormGroup {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 502, ../scss/_responsive.scss */
  ul.menu.top-menu li.mobile.last {
    display: none;
  }

  /* line 507, ../scss/_responsive.scss */
  .header.container.open .logo {
    display: none;
  }
  /* line 511, ../scss/_responsive.scss */
  .header.container.open ul.menu.top-menu li.mobile.last {
    display: block;
  }

  /* line 516, ../scss/_responsive.scss */
  ul.menu li {
    margin-right: 10px;
  }
  /* line 519, ../scss/_responsive.scss */
  ul.menu li a {
    margin-right: 0px;
    font-size: 16px;
  }

  /* line 525, ../scss/_responsive.scss */
  .slide-menu {
    padding: 8vh 40px 6vh;
  }
  /* line 528, ../scss/_responsive.scss */
  .slide-menu input.searchfield {
    border-radius: 5px;
    border-right: 1px solid #ccc;
  }
  /* line 533, ../scss/_responsive.scss */
  .slide-menu .button.search {
    border-radius: 5px;
    height: 50px;
    width: 90px;
    line-height: 50px;
    margin-top: 10px;
  }

  /* line 542, ../scss/_responsive.scss */
  .main-container {
    padding-top: 60px;
  }

  /* line 546, ../scss/_responsive.scss */
  .header {
    padding-left: 10px;
    height: 60px;
  }
  /* line 551, ../scss/_responsive.scss */
  .header.small .logo {
    width: 160px;
  }
  /* line 556, ../scss/_responsive.scss */
  .header .logo {
    width: 160px;
  }
  /* line 560, ../scss/_responsive.scss */
  .header .menu-button {
    width: 60px;
    font-size: 19px;
  }

  /* line 566, ../scss/_responsive.scss */
  h1 {
    font-size: 34px;
    line-height: 38px;
  }

  /* line 571, ../scss/_responsive.scss */
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  /* line 576, ../scss/_responsive.scss */
  .header-image {
    max-height: 260px;
    min-height: 0;
  }

  /* line 581, ../scss/_responsive.scss */
  .sectoren .buttons .button {
    width: 100%;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .sectorlist a:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 2) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .sectorlist a:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 589, ../scss/_responsive.scss */
  .sectorlist a:nth-child(1n):after {
    display: block;
  }
  /* line 595, ../scss/_responsive.scss */
  .sectorlist a:nth-child(2n):after {
    display: none;
  }

  /* line 601, ../scss/_responsive.scss */
  .vacaturelisting h2 {
    word-break: break-word;
  }

  /* line 605, ../scss/_responsive.scss */
  .team-container .overlay {
    padding: 20px 20px;
  }
  /* line 608, ../scss/_responsive.scss */
  .team-container .overlay .intro {
    display: none;
  }

  /* line 614, ../scss/_responsive.scss */
  .favorites-container .side-favorites {
    padding: 40px 30px 70px;
  }
  /* line 618, ../scss/_responsive.scss */
  .favorites-container h2 {
    margin: 0 0 20px;
  }
  /* line 622, ../scss/_responsive.scss */
  .favorites-container .remove-favorite {
    float: left;
    clear: both;
  }
  /* line 627, ../scss/_responsive.scss */
  .favorites-container .buttons {
    text-align: center;
  }
  /* line 631, ../scss/_responsive.scss */
  .favorites-container .button.view {
    width: 100%;
    max-width: 100%;
  }

  /* line 637, ../scss/_responsive.scss */
  .oe_widget .oe_fileElement .oe_uploader,
  .rnFormContainer .rnFileUpload {
    flex-direction: column;
  }

  /* line 643, ../scss/_responsive.scss */
  .rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone {
    flex-direction: column;
    gap: 10px;
  }
  /* line 647, ../scss/_responsive.scss */
  .rnFormContainer .rnFormGroup.rninternationalphoneField.rnmobilePhoneNumber .rnInternationalPhone label {
    width: 100%;
  }
}
