<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 21, ../scss/_base.scss */
body {
  font-family: "Arial", "Tahoma", "Verdana", sans-serif;
  font-size: 19px;
  color: #1d1d1b;
  font-weight: 300;
  line-height: 180%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

/* line 44, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", "Tahoma", "Verdana", sans-serif;
  font-weight: 400;
  margin: 15px 0;
  color: #1d1d1b;
  float: left;
  width: 100%;
  text-transform: uppercase;
}

/* line 54, ../scss/_base.scss */
.page-title {
  margin-top: 80px;
}

/* line 59, ../scss/_base.scss */
h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 64, ../scss/_base.scss */
h1 {
  font-size: 60px;
  line-height: 55px;
  font-weight: 900;
  letter-spacing: -2px;
}

/* line 71, ../scss/_base.scss */
h2 {
  font-size: 38px;
  line-height: 40px;
}
/* line 75, ../scss/_base.scss */
h2 strong {
  font-weight: 400;
}

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

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

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

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

/* line 98, ../scss/_base.scss */
a {
  color: #1d1d1b;
  text-decoration: underline;
}
/* line 102, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 107, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}
/* line 110, ../scss/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 114, ../scss/_base.scss */
p:last-child {
  margin-bottom: 0;
}

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

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

/* line 129, ../scss/_base.scss */
.container {
  float: left;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* line 137, ../scss/_base.scss */
.main-container {
  margin-bottom: 70px;
  padding-top: 110px;
}

/* line 142, ../scss/_base.scss */
.contentpage {
  /* min-height:calc(100vh - 274px); */
}

/* line 146, ../scss/_base.scss */
.layout {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1310px) {
  /* line 146, ../scss/_base.scss */
  .layout {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 146, ../scss/_base.scss */
  .layout {
    padding: 0 5%;
  }
}
/* line 163, ../scss/_base.scss */
.layout.wide {
  padding: 0 3%;
  background: #f2f2f2;
}
@media only screen and (max-width: 770px) {
  /* line 163, ../scss/_base.scss */
  .layout.wide {
    padding: 0 5%;
  }
}

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

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

/* line 189, ../scss/_base.scss */
.left {
  float: left;
  width: 72%;
}

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

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

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

/* line 230, ../scss/_base.scss */
input[type=submit],
button,
a.button,
.button {
  float: left;
  background-color: #00b1b2;
  padding: 16px 30px 17px;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 246, ../scss/_base.scss */
input[type=submit]:hover,
button:hover,
a.button:hover,
.button:hover {
  text-decoration: none;
  background-color: #00cfd1;
}

/* line 252, ../scss/_base.scss */
.responsive-video {
  float: left;
  width: 100%;
  height: 0;
  padding-top: 25px;
  padding-bottom: 57.5%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  /* line 252, ../scss/_base.scss */
  .responsive-video {
    padding-top: 0;
  }
}
/* line 266, ../scss/_base.scss */
.responsive-video.vimeo {
  padding-top: 0;
}
/* line 269, ../scss/_base.scss */
.responsive-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 273, ../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 285, ../scss/_base.scss */
.alert {
  padding: 20px 20px 20px 30px;
  margin: 10px auto 0;
  font-size: 18px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
/* line 293, ../scss/_base.scss */
.alert.alert-success, .alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
}
/* line 301, ../scss/_base.scss */
.alert.alert-warning, .alert.alert-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

/* line 309, ../scss/_base.scss */
.imagelist {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.imagelist li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 5) - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.imagelist li:nth-of-type(5n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .imagelist li:nth-of-type(5n) {
    margin-left: -1px;
  }
}

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

/* line 7, ../scss/_content.scss */
.header {
  position: fixed;
  background: #fff;
  z-index: 3;
  top: 0;
  height: 110px;
  transition: all 250ms ease;
}
/* line 15, ../scss/_content.scss */
.header.small {
  height: 70px;
}
/* line 19, ../scss/_content.scss */
.header.small .logo svg {
  width: 100px;
  padding-bottom: 4px;
}
/* line 26, ../scss/_content.scss */
.header.small .header-search.show {
  top: 70px;
}
/* line 32, ../scss/_content.scss */
.header .container {
  padding-top: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 17px;
}
/* line 43, ../scss/_content.scss */
.header .layout {
  flex-direction: row;
}
/* line 47, ../scss/_content.scss */
.header .logo {
  float: left;
  line-height: 0;
}
/* line 51, ../scss/_content.scss */
.header .logo svg {
  transition: all 250ms ease;
  width: 200px;
  padding-bottom: 6px;
}
/* line 57, ../scss/_content.scss */
.header .logo .st0,
.header .logo .st1 {
  fill: #00b1b2;
}
/* line 63, ../scss/_content.scss */
.header .right {
  float: right;
  margin-left: auto;
  width: calc(100% - 200px);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
/* line 72, ../scss/_content.scss */
.header .menu-container {
  margin-left: auto;
}
/* line 76, ../scss/_content.scss */
.header .search-button {
  margin-left: 30px;
  position: relative;
  top: -7px;
  font-size: 20px;
  cursor: pointer;
}
/* line 84, ../scss/_content.scss */
.header .header-search {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  background: #f4f4f4;
  padding: 10px 3%;
  border-top: 1px solid #eee;
  z-index: 0;
  transition: top 250ms ease;
}
/* line 95, ../scss/_content.scss */
.header .header-search.show {
  top: 110px;
}
/* line 99, ../scss/_content.scss */
.header .header-search form {
  max-width: 1280px;
  margin: 0 auto;
  text-align: right;
}
/* line 105, ../scss/_content.scss */
.header .header-search .searchfield {
  padding: 14px 18px 15px;
  font-size: 17px;
  border-right: none;
  width: 100%;
  max-width: 480px;
}
/* line 113, ../scss/_content.scss */
.header .header-search .button {
  float: right;
  padding: 14px 0 15px;
  width: 100px;
  border-radius: 0 5px 5px 0;
}
/* line 119, ../scss/_content.scss */
.header .header-search .button:focus {
  border: none;
}

/* line 127, ../scss/_content.scss */
.page-header {
  float: left;
  width: 100%;
}
/* line 131, ../scss/_content.scss */
.page-header .slider-container,
.page-header .banner-container {
  float: left;
  width: 100%;
  position: relative;
}
/* line 137, ../scss/_content.scss */
.page-header .slider-container h1,
.page-header .banner-container h1 {
  font-size: 100px;
  line-height: 94px;
  font-weight: 900;
  letter-spacing: -2px;
  position: absolute;
  bottom: 100px;
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1920px) {
  /* line 137, ../scss/_content.scss */
  .page-header .slider-container h1,
  .page-header .banner-container h1 {
    font-size: 80px;
    line-height: 74px;
    bottom: 80px;
  }
}
/* line 160, ../scss/_content.scss */
.page-header .slide,
.page-header .banner {
  float: left;
  width: 100%;
  height: 40vw;
  min-height: 350px;
  max-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 1920px) {
  /* line 160, ../scss/_content.scss */
  .page-header .slide,
  .page-header .banner {
    max-height: 550px;
  }
}
/* line 175, ../scss/_content.scss */
.page-header .slide a,
.page-header .banner a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 182, ../scss/_content.scss */
.page-header .slick-prev,
.page-header .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  background: none !important;
}
/* line 189, ../scss/_content.scss */
.page-header .slick-prev:before,
.page-header .slick-next:before {
  font-size: 40px;
}
/* line 194, ../scss/_content.scss */
.page-header .slick-prev {
  left: 20px;
}
/* line 198, ../scss/_content.scss */
.page-header .slick-next {
  right: 26px;
}

/* line 203, ../scss/_content.scss */
.back-link {
  float: left;
  clear: both;
  margin-top: 30px;
  margin-bottom: -40px;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

/* line 213, ../scss/_content.scss */
.footer {
  margin-top: auto;
}
/* line 216, ../scss/_content.scss */
.footer .content {
  padding: 0 0 40px;
  text-align: center;
}
/* line 221, ../scss/_content.scss */
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* line 229, ../scss/_content.scss */
.footer ul li {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 235, ../scss/_content.scss */
.footer ul li:after {
  content: '|';
  margin: 0 14px;
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 16px;
}
/* line 245, ../scss/_content.scss */
.footer ul li:last-child:after {
  display: none;
}
/* line 252, ../scss/_content.scss */
.footer .login-ondernemers {
  display: inline-block;
  clear: both;
  margin: 0 auto;
}

/* line 259, ../scss/_content.scss */
#login {
  max-width: 460px;
}
/* line 262, ../scss/_content.scss */
#login label {
  font-size: 17px;
  font-weight: 700;
}
/* line 267, ../scss/_content.scss */
#login input {
  width: 370px;
  max-width: 370px;
}
/* line 272, ../scss/_content.scss */
#login .help-block.form-error {
  float: left;
  clear: both;
  width: auto;
  font-size: 15px;
  color: #dc3737;
  line-height: 20px;
}
/* line 281, ../scss/_content.scss */
#login button {
  margin-top: 20px;
  clear: both;
}

/* line 288, ../scss/_content.scss */
.event-overview h1 {
  font-size: 50px;
}
/* line 292, ../scss/_content.scss */
.event-overview .content {
  padding: 0;
}
/* line 296, ../scss/_content.scss */
.event-overview .contentblocks {
  float: left;
  margin: 60px 0 0;
  width: calc(100% - 420px);
}
/* line 302, ../scss/_content.scss */
.event-overview .no-results {
  float: left;
  width: 100%;
  background: #f4f4f4;
  padding: 30px 50px;
}

/* line 310, ../scss/_content.scss */
.eventlist {
  float: left;
  margin-top: 60px;
  margin-bottom: 60px;
  width: calc(100% - 420px);
}
/* line 316, ../scss/_content.scss */
.eventlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
/* line 323, ../scss/_content.scss */
.eventlist ul .listitem {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  transition: background 0.25s;
}
/* line 337, ../scss/_content.scss */
.eventlist .event-link {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #d9e7e7;
  background: #fcfcfc;
  transition: border 0.25s;
}
/* line 347, ../scss/_content.scss */
.eventlist .event-link:hover {
  text-decoration: none;
  border: 1px solid #a8b8b8;
}
/* line 353, ../scss/_content.scss */
.eventlist .image-container {
  width: 280px;
  line-height: 0;
  padding: 10px;
}
/* line 359, ../scss/_content.scss */
.eventlist .info {
  width: calc(100% - 280px);
  padding: 24px 20px 24px 24px;
  position: relative;
  border-left: none;
}
/* line 365, ../scss/_content.scss */
.eventlist .info .properties {
  float: left;
  width: calc(100% - 160px);
}
/* line 370, ../scss/_content.scss */
.eventlist .info h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}
/* line 377, ../scss/_content.scss */
.eventlist .info .type,
.eventlist .info .date {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #454545;
  line-height: 20px;
}
/* line 385, ../scss/_content.scss */
.eventlist .info .type .icon,
.eventlist .info .date .icon {
  font-size: 15px;
  margin-right: 4px;
}
/* line 391, ../scss/_content.scss */
.eventlist .info .type {
  margin-bottom: 2px;
}
/* line 394, ../scss/_content.scss */
.eventlist .info .type .icon {
  margin-right: 7px;
  margin-left: -2px;
}
/* line 400, ../scss/_content.scss */
.eventlist .info .genres {
  float: right;
  width: 140px;
  list-style: none;
  margin: 0;
}
/* line 406, ../scss/_content.scss */
.eventlist .info .genres li {
  float: right;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
  border-radius: 2px;
  line-height: 22px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 0 8px;
  letter-spacing: 0.5px;
  background: #f1f1f1;
  color: #242424;
}
/* line 424, ../scss/_content.scss */
.eventlist .info .teaser {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}
/* line 433, ../scss/_content.scss */
.eventlist .read-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0px 10px;
  font-size: 13px;
  line-height: 28px;
  border-radius: 3px;
}

/* line 444, ../scss/_content.scss */
.eventfilters {
  float: right;
  width: 360px;
  margin-top: 60px;
  clear: left;
}
/* line 450, ../scss/_content.scss */
.eventfilters h2 {
  font-size: 26px;
  font-weight: 700;
}
/* line 455, ../scss/_content.scss */
.eventfilters h3 {
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 4px;
}
/* line 462, ../scss/_content.scss */
.eventfilters .filter {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
/* line 468, ../scss/_content.scss */
.eventfilters .styled-select,
.eventfilters select,
.eventfilters input {
  max-width: 100%;
  width: 100%;
}
/* line 475, ../scss/_content.scss */
.eventfilters .button {
  margin-top: 6px;
  width: 100%;
  padding: 13px 50px 14px;
}
/* line 481, ../scss/_content.scss */
.eventfilters .remove-all {
  float: right;
  font-size: 16px;
  margin: 5px 0 10px;
}
/* line 486, ../scss/_content.scss */
.eventfilters .remove-all .icon {
  padding-right: 6px;
}

/* line 493, ../scss/_content.scss */
.event-details .main-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* line 499, ../scss/_content.scss */
.event-details .event-info {
  width: 100%;
  max-width: 900px;
  margin: -100px auto 0;
  background: #fff;
  padding: 40px 60px 50px;
}
/* line 507, ../scss/_content.scss */
.event-details .genres {
  float: left;
  width: 100%;
  list-style: none;
  margin: 4px 0 20px;
  padding: 0;
}
/* line 514, ../scss/_content.scss */
.event-details .genres li {
  float: left;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  border-radius: 2px;
  line-height: 27px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 0 8px;
  letter-spacing: 0.5px;
  background: #00b1b2;
  color: #fff;
}
/* line 532, ../scss/_content.scss */
.event-details .backlink {
  margin-bottom: 20px;
  float: left;
  font-size: 17px;
}
/* line 538, ../scss/_content.scss */
.event-details h1 {
  font-size: 50px;
  margin: 0;
}
/* line 543, ../scss/_content.scss */
.event-details .short-info {
  float: left;
  width: 100%;
  margin-top: 6px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}
/* line 550, ../scss/_content.scss */
.event-details .short-info .type,
.event-details .short-info .date {
  float: left;
  margin-right: 40px;
}
/* line 556, ../scss/_content.scss */
.event-details .short-info .icon {
  margin-right: 6px;
}
/* line 561, ../scss/_content.scss */
.event-details .description {
  line-height: 30px;
  font-size: 17px;
  margin-top: 40px;
  float: left;
  width: 100%;
}
/* line 569, ../scss/_content.scss */
.event-details .thumbnails {
  float: left;
  width: 100%;
  margin-top: 50px;
}
/* line 574, ../scss/_content.scss */
.event-details .thumbnails h2 {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 14px;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.event-details .thumbnails .image:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 10px  ) / 5) - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.event-details .thumbnails .image:nth-of-type(5n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .event-details .thumbnails .image:nth-of-type(5n) {
    margin-left: -1px;
  }
}
/* line 585, ../scss/_content.scss */
.event-details .details {
  width: 100%;
  max-width: 900px;
  background: #f2f2f2;
  padding: 60px 80px;
  margin: 0 auto 60px;
}
/* line 592, ../scss/_content.scss */
.event-details .details h3 {
  text-transform: none;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 10px;
  width: auto;
}
/* line 600, ../scss/_content.scss */
.event-details .details .organisation {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 606, ../scss/_content.scss */
.event-details .details .location {
  float: left;
  width: 22%;
}
/* line 611, ../scss/_content.scss */
.event-details .details .contact {
  float: left;
  width: 28%;
  margin-left: 30px;
}
/* line 617, ../scss/_content.scss */
.event-details .details .openingperiod {
  float: right;
  width: auto;
}
/* line 621, ../scss/_content.scss */
.event-details .details .openingperiod ul {
  margin: 0;
  padding: 0 0 0 20px;
}
/* line 627, ../scss/_content.scss */
.event-details .details span {
  float: left;
  clear: both;
  font-size: 15px;
  line-height: 27px;
}
/* line 634, ../scss/_content.scss */
.event-details .details .icon {
  margin-right: 8px;
  font-size: 16px;
}

/* line 642, ../scss/_content.scss */
.contentpage.searchresults .contentblock {
  margin-top: 0;
}
/* line 646, ../scss/_content.scss */
.contentpage.searchresults .searchintro {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 653, ../scss/_content.scss */
.contentpage.searchresults .searchform {
  float: left;
  clear: both;
  margin-top: 14px;
  width: 100%;
  margin-bottom: 30px;
}
/* line 660, ../scss/_content.scss */
.contentpage.searchresults .searchform input {
  float: left;
  width: 100%;
  max-width: 320px;
  padding: 16px 18px 16px;
}
/* line 667, ../scss/_content.scss */
.contentpage.searchresults .searchform .button {
  clear: none;
  margin-top: 0;
  margin-left: 6px;
}
/* line 674, ../scss/_content.scss */
.contentpage.searchresults .none-found {
  margin-top: 60px;
}
/* line 679, ../scss/_content.scss */
.contentpage.searchresults .search-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
/* line 685, ../scss/_content.scss */
.contentpage.searchresults .search-item:first-child {
  border-top: 1px solid #ddd;
}
/* line 689, ../scss/_content.scss */
.contentpage.searchresults .search-item .image-container {
  float: left;
  width: 300px;
  margin-right: 40px;
}
/* line 695, ../scss/_content.scss */
.contentpage.searchresults .search-item .info {
  float: right;
  width: calc(100% - 340px);
}
/* line 699, ../scss/_content.scss */
.contentpage.searchresults .search-item .info.no-margin {
  float: left;
  width: 100%;
}
/* line 705, ../scss/_content.scss */
.contentpage.searchresults .search-item h2 {
  font-size: 29px;
  text-decoration: underline;
}

/* line 713, ../scss/_content.scss */
.company-detail .company-intro {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 719, ../scss/_content.scss */
.company-detail .company-info {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 726, ../scss/_content.scss */
.company-detail .company-image {
  float: left;
  width: 30%;
  line-height: 0;
}
/* line 731, ../scss/_content.scss */
.company-detail .company-image img {
  width: 100%;
}
/* line 736, ../scss/_content.scss */
.company-detail .company-contact {
  float: right;
  width: 70%;
  background: #f2f2f2;
  padding: 40px;
}
/* line 742, ../scss/_content.scss */
.company-detail .company-contact.full {
  float: left;
  width: 100%;
}
/* line 747, ../scss/_content.scss */
.company-detail .company-contact ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  float: left;
  width: 100%;
}
/* line 754, ../scss/_content.scss */
.company-detail .company-contact ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 26px;
}
/* line 761, ../scss/_content.scss */
.company-detail .company-contact ul .icon {
  float: left;
  width: 30px;
}
/* line 766, ../scss/_content.scss */
.company-detail .company-contact ul .text {
  float: left;
  width: calc(100% - 30px);
}
/* line 771, ../scss/_content.scss */
.company-detail .company-contact ul a {
  color: #00b1b2;
}

/* line 778, ../scss/_content.scss */
.interactive-map {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
}
/* line 784, ../scss/_content.scss */
.interactive-map .map {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 791, ../scss/_content.scss */
.interactive-map .pointers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 799, ../scss/_content.scss */
.interactive-map .pointer {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 807, ../scss/_content.scss */
.interactive-map .pointer .hitbox {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  z-index: 10;
  position: absolute;
  border-radius: 40px;
}
/* line 817, ../scss/_content.scss */
.interactive-map .pointer:before {
  content: '';
  position: absolute;
  display: block;
  width: 260%;
  height: 260%;
  border-radius: 100px;
  background-color: red;
  animation: pulse-ring 1.75s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
/* line 828, ../scss/_content.scss */
.interactive-map .pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  background-color: red;
  border: 3px solid #fff;
  border-radius: 45px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
/* line 842, ../scss/_content.scss */
.interactive-map .p1 {
  left: 30%;
  top: 84%;
}
/* line 847, ../scss/_content.scss */
.interactive-map .p2 {
  left: 47%;
  top: 59%;
}
/* line 852, ../scss/_content.scss */
.interactive-map .p3 {
  left: 52%;
  top: 57%;
}
/* line 857, ../scss/_content.scss */
.interactive-map .p4 {
  left: 88%;
  top: 50%;
}
/* line 862, ../scss/_content.scss */
.interactive-map .p5 {
  left: 18%;
  top: 28%;
}

/* line 869, ../scss/_content.scss */
.grtyoutube-popup .grtyoutube-popup-content {
  display: flex;
  box-shadow: none;
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  box-sizing: border-box;
}
/* line 878, ../scss/_content.scss */
.grtyoutube-popup .grtyoutube-iframe {
  height: 465px;
  border-radius: 10px;
}

/* line 884, ../scss/_content.scss */
.grtyoutube-dark-theme {
  animation: fade-in 0.25s ease-in-out;
}
/* line 887, ../scss/_content.scss */
.grtyoutube-dark-theme .grtyoutube-popup-close {
  background-image: url("../images/icon_video_close.svg") !important;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes fade-in {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(0, 0, 0, 0.9);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* line 2, ../scss/_dashboard.scss */
.dashboard h1 {
  text-transform: none;
  font-size: 50px;
}
/* line 7, ../scss/_dashboard.scss */
.dashboard h2 {
  text-transform: none;
  font-size: 27px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
/* line 14, ../scss/_dashboard.scss */
.dashboard .topbar {
  float: left;
  width: 100%;
  background: #f6f6f6;
  text-align: right;
  padding: 7px 10px;
}
/* line 21, ../scss/_dashboard.scss */
.dashboard .topbar span {
  display: inline-block;
  font-size: 15px;
  color: #666;
  margin-right: 14px;
}
/* line 27, ../scss/_dashboard.scss */
.dashboard .topbar span strong {
  color: #242424;
}
/* line 32, ../scss/_dashboard.scss */
.dashboard .topbar .button {
  float: none;
  display: inline-block;
  padding: 3px 20px;
  font-size: 14px;
}
/* line 40, ../scss/_dashboard.scss */
.dashboard .intro {
  float: left;
  width: 100%;
  line-height: 28px;
  margin: 40px 0 60px;
}
/* line 46, ../scss/_dashboard.scss */
.dashboard .intro .button {
  padding: 12px 24px 12px;
}
/* line 49, ../scss/_dashboard.scss */
.dashboard .intro .button .icon {
  font-size: 16px;
  top: -1px;
  position: relative;
}
/* line 57, ../scss/_dashboard.scss */
.dashboard .event-container {
  float: left;
  width: 100%;
}

/* line 63, ../scss/_dashboard.scss */
.eventlist-dashboard {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 70, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item {
  backgound: #fff;
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 17px;
  border-bottom: 1px solid #eee;
}
/* line 78, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item:first-child {
  border-top: 1px solid #eee;
}
/* line 82, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item:hover {
  background: #f6fbff;
}
/* line 86, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item.inactive {
  opacity: 0.5;
}
/* line 90, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .title {
  float: left;
  max-width: calc(100% - 460px);
  text-decoration: underline;
}
/* line 95, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .title a {
  color: #0059b2;
}
/* line 100, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .info {
  float: right;
  width: 460px;
}
/* line 104, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .info .attribute {
  display: inline-block;
}
/* line 108, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .info .status {
  margin-left: 8%;
}
/* line 112, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .info .edit {
  float: right;
}
/* line 117, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .info .icon {
  color: #00b1b2;
}
/* line 122, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .status {
  font-weight: 700;
}
/* line 125, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .status .active {
  color: green;
}
/* line 129, ../scss/_dashboard.scss */
.eventlist-dashboard .event-item .status .inactive {
  color: red;
}

/* line 137, ../scss/_dashboard.scss */
.dashboard.edit-item h1 {
  font-weight: 700;
  font-size: 38px;
}
/* line 142, ../scss/_dashboard.scss */
.dashboard.edit-item h2 {
  margin-bottom: 30px;
}
/* line 145, ../scss/_dashboard.scss */
.dashboard.edit-item h2 .icon {
  font-size: 26px;
  margin-right: 6px;
}
/* line 151, ../scss/_dashboard.scss */
.dashboard.edit-item .intro {
  margin: 40px 0;
}
/* line 155, ../scss/_dashboard.scss */
.dashboard.edit-item .form-group {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 60px;
  background: #f9f9f9;
  padding: 50px 60px 40px;
}
/* line 163, ../scss/_dashboard.scss */
.dashboard.edit-item .form-group.event-media {
  margin-bottom: 0;
}
/* line 168, ../scss/_dashboard.scss */
.dashboard.edit-item .form-row {
  float: left;
  width: 100%;
  max-width: 900px;
  margin-bottom: 26px;
}
/* line 174, ../scss/_dashboard.scss */
.dashboard.edit-item .form-row.fulltext {
  max-width: 100%;
}
/* line 179, ../scss/_dashboard.scss */
.dashboard.edit-item .select2-container {
  width: 100% !important;
}
/* line 183, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup {
  float: left;
  width: 100%;
}
/* line 187, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup.large {
  width: 100%;
  max-width: 100%;
}
/* line 192, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup.small {
  width: 48%;
  max-width: 500px;
}
/* line 196, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup.small:nth-child(2n) {
  float: right;
}
/* line 202, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup.introtext textarea {
  height: 100px;
}
/* line 207, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup label {
  font-size: 17px;
  font-weight: 700;
}
/* line 212, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup input,
.dashboard.edit-item .inputgroup button,
.dashboard.edit-item .inputgroup textarea,
.dashboard.edit-item .inputgroup select,
.dashboard.edit-item .inputgroup .styled-select {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
}
/* line 222, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup textarea {
  float: left;
  height: 300px;
  line-height: 26px;
}
/* line 228, ../scss/_dashboard.scss */
.dashboard.edit-item .inputgroup .file input {
  margin-bottom: 12px;
}
/* line 233, ../scss/_dashboard.scss */
.dashboard.edit-item .input.file {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
/* line 238, ../scss/_dashboard.scss */
.dashboard.edit-item .input.file img {
  float: left;
  width: 62px;
  height: 62px;
  margin-right: 8px;
}
/* line 245, ../scss/_dashboard.scss */
.dashboard.edit-item .input.file .has-image,
.dashboard.edit-item .input.file .has-no-image {
  float: left;
  max-width: calc(100% - 70px);
  margin: 0;
  padding: 5px;
}
/* line 253, ../scss/_dashboard.scss */
.dashboard.edit-item .input.file .has-no-image {
  max-width: 100%;
}
/* line 257, ../scss/_dashboard.scss */
.dashboard.edit-item .input.file .delete {
  color: #fff;
  background: #ff3838;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 5px 3px 0 0;
  float: left;
  cursor: pointer;
  font-size: .7em;
  line-height: 1.1em;
}
/* line 270, ../scss/_dashboard.scss */
.dashboard.edit-item .actions {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
/* line 277, ../scss/_dashboard.scss */
.dashboard.edit-item .actions .button {
  line-height: 1.25;
}
/* line 281, ../scss/_dashboard.scss */
.dashboard.edit-item .actions .save {
  float: left;
}
/* line 285, ../scss/_dashboard.scss */
.dashboard.edit-item .actions .delete {
  background: #ff3838;
  float: right;
  text-decoration: none;
}
/* line 291, ../scss/_dashboard.scss */
.dashboard.edit-item .actions .icon {
  margin-right: 6px;
}

/* line 3, ../scss/_actie.scss */
.actie .greybar {
  float: left;
  width: 100%;
  background: #f6f6f6;
  text-align: left;
  padding: 7px 10px;
}
/* line 11, ../scss/_actie.scss */
.actie h1 {
  text-transform: none;
  font-size: 50px;
}
/* line 16, ../scss/_actie.scss */
.actie h2 {
  text-transform: none;
  font-size: 27px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 23, ../scss/_actie.scss */
.actie h2 .icon {
  font-size: 26px;
  margin-right: 6px;
}
/* line 29, ../scss/_actie.scss */
.actie .text {
  float: left;
  width: 100%;
  line-height: 28px;
  margin: 24px 0 32px;
}
/* line 35, ../scss/_actie.scss */
.actie .text .button {
  padding: 12px 24px 12px;
}
/* line 38, ../scss/_actie.scss */
.actie .text .button .icon {
  font-size: 16px;
  top: -1px;
  position: relative;
}
/* line 46, ../scss/_actie.scss */
.actie .form-group {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 60px;
  background: #f9f9f9;
  padding: 40px 40px 30px;
}
/* line 54, ../scss/_actie.scss */
.actie .form-group.event-media {
  margin-bottom: 0;
}
/* line 59, ../scss/_actie.scss */
.actie .form-row {
  float: left;
  width: 100%;
  max-width: 900px;
  margin-bottom: 26px;
}
/* line 65, ../scss/_actie.scss */
.actie .form-row.fulltext {
  max-width: 100%;
}
/* line 70, ../scss/_actie.scss */
.actie .inputgroup {
  float: left;
  width: 100%;
}
/* line 74, ../scss/_actie.scss */
.actie .inputgroup.large {
  width: 100%;
  max-width: 100%;
}
/* line 79, ../scss/_actie.scss */
.actie .inputgroup.small {
  width: 48%;
  max-width: 500px;
}
/* line 83, ../scss/_actie.scss */
.actie .inputgroup.small:nth-child(2n) {
  float: right;
}
/* line 89, ../scss/_actie.scss */
.actie .inputgroup.introtext textarea {
  height: 100px;
}
/* line 94, ../scss/_actie.scss */
.actie .inputgroup label {
  font-size: 17px;
  font-weight: 700;
}
/* line 99, ../scss/_actie.scss */
.actie .inputgroup input,
.actie .inputgroup button,
.actie .inputgroup textarea,
.actie .inputgroup select,
.actie .inputgroup .styled-select {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
}
/* line 109, ../scss/_actie.scss */
.actie .inputgroup textarea {
  float: left;
  height: 300px;
  line-height: 26px;
}
/* line 115, ../scss/_actie.scss */
.actie .inputgroup .file input {
  margin-bottom: 12px;
}
/* line 121, ../scss/_actie.scss */
.actie .input.file img {
  float: left;
  width: 62px;
  height: 62px;
  margin-right: 8px;
}
/* line 128, ../scss/_actie.scss */
.actie .input.file .has-image {
  float: left;
  max-width: calc(100% - 70px);
}
/* line 134, ../scss/_actie.scss */
.actie .actions {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}
/* line 140, ../scss/_actie.scss */
.actie .actions .button {
  line-height: 1.25;
}
/* line 144, ../scss/_actie.scss */
.actie .actions .save {
  float: left;
}
/* line 148, ../scss/_actie.scss */
.actie .actions .delete {
  background: #ff3838;
  float: right;
}
/* line 153, ../scss/_actie.scss */
.actie .actions .icon {
  margin-right: 6px;
}
/* line 158, ../scss/_actie.scss */
.actie .startover {
  width: 100%;
  float: left;
  margin-top: 10px;
}
/* line 164, ../scss/_actie.scss */
.actie #results {
  float: left;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
/* line 172, ../scss/_actie.scss */
.actie .notice {
  padding: 12px 24px;
  border: 1px solid #FFBF00;
  background: #FFE28C;
  border-radius: 4px;
  float: left;
  width: 100%;
  margin: 6px 0;
}
/* line 182, ../scss/_actie.scss */
.actie .itemlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 191, ../scss/_actie.scss */
.actie .itemlist li {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.actie .itemlist li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 20px  ) / 5) - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.actie .itemlist li:nth-of-type(5n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(5n) {
    margin-left: -1px;
  }
}
/* line 200, ../scss/_actie.scss */
.actie .itemlist li a {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 205, ../scss/_actie.scss */
.actie .itemlist li a img {
  border-radius: 3px 3px 0 0;
  line-height: 0;
}
/* line 211, ../scss/_actie.scss */
.actie .itemlist li .content {
  padding: 20px 12px 10px;
  font-size: 15px;
}
/* line 215, ../scss/_actie.scss */
.actie .itemlist li .content h4 {
  font-size: 17px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 4px;
}
/* line 222, ../scss/_actie.scss */
.actie .itemlist li .content p {
  display: inline;
}
/* line 229, ../scss/_actie.scss */
.actie .itemlist.prizelist li {
  border: none;
  padding: 0;
  margin-bottom: 32px;
  width: 100%;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.actie .itemlist.prizelist li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0  ) / 1) - 0);
  margin-right: 0;
  margin-bottom: 0;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.actie .itemlist.prizelist li:nth-of-type(1n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist.prizelist li:nth-of-type(1n) {
    margin-left: -1px;
  }
}

/* line 1, ../scss/_blocklayout.scss */
.contentblocks {
  display: flex;
  flex-direction: column;
  margin: 60px auto 0;
  width: 100%;
}
/* line 7, ../scss/_blocklayout.scss */
.contentblocks.small {
  margin-top: 0;
}

/* line 12, ../scss/_blocklayout.scss */
.contentblock {
  margin: 90px auto 0;
}
/* line 15, ../scss/_blocklayout.scss */
.contentblock.first-block {
  margin-top: 0;
}
/* line 19, ../scss/_blocklayout.scss */
.contentblock.last-block {
  margin-bottom: 0;
}
/* line 23, ../scss/_blocklayout.scss */
.contentblock.small {
  max-width: 800px;
}
/* line 27, ../scss/_blocklayout.scss */
.contentblock h2:first-child {
  margin-bottom: 5px;
}

/* line 32, ../scss/_blocklayout.scss */
.page-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* line 37, ../scss/_blocklayout.scss */
.page-text ul {
  margin-top: 0;
}
/* line 41, ../scss/_blocklayout.scss */
.page-text h2 {
  margin-top: 30px;
}
/* line 45, ../scss/_blocklayout.scss */
.page-text a {
  color: #00b1b2;
  text-decoration: underline;
}
/* line 51, ../scss/_blocklayout.scss */
.page-text h1:first-child, .page-text h2:first-child {
  margin-top: 0;
}

/* line 57, ../scss/_blocklayout.scss */
.page-text-layout.image {
  max-width: 100%;
  float: left;
}
/* line 61, ../scss/_blocklayout.scss */
.page-text-layout.image p:first-child {
  margin-top: 0;
}
/* line 65, ../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 71, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .text,
.page-text-layout.image .page-text-right .text {
  width: 40%;
}
/* line 75, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .image,
.page-text-layout.image .page-text-right .image {
  width: 60%;
}
/* line 81, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .text {
  float: left;
  margin-right: auto;
  padding: 20px 5% 20px 0;
}
/* line 87, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-left .image {
  float: right;
}
/* line 93, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-right .text {
  float: right;
  margin-left: auto;
  padding: 20px 0 20px 5%;
}
/* line 99, ../scss/_blocklayout.scss */
.page-text-layout.image .page-text-right .image {
  float: left;
}

/* line 105, ../scss/_blocklayout.scss */
.page-double-text {
  display: flex;
  width: 100%;
  flex-direction: column;
}
/* line 110, ../scss/_blocklayout.scss */
.page-double-text .double-text-container {
  display: flex;
  width: 100%;
  flex-direction: row;
}
/* line 116, ../scss/_blocklayout.scss */
.page-double-text h2:first-child {
  margin-bottom: 20px;
}
/* line 120, ../scss/_blocklayout.scss */
.page-double-text .text-left {
  width: 50%;
  padding-right: 4%;
}
/* line 125, ../scss/_blocklayout.scss */
.page-double-text .text-right {
  width: 50%;
  padding-left: 4%;
}

/* line 131, ../scss/_blocklayout.scss */
.page-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* line 137, ../scss/_blocklayout.scss */
.page-cta h1:first-child, .page-cta h2:first-child {
  margin-top: 0;
  margin-bottom: 16px;
}
/* line 143, ../scss/_blocklayout.scss */
.page-cta .info {
  float: left;
  width: 100%;
}
/* line 148, ../scss/_blocklayout.scss */
.page-cta .button {
  margin: 24px auto 0 0;
  min-width: 280px;
}

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

/* line 170, ../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 176, ../scss/_blocklayout.scss */
.page-gallery .gallery {
  float: left;
  width: 100%;
}
/* line 181, ../scss/_blocklayout.scss */
.page-gallery h2:first-child {
  margin-bottom: 25px;
}
/* line 185, ../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;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-gallery .image:nth-of-type(4n) {
    margin-left: -1px;
  }
}
/* line 190, ../scss/_blocklayout.scss */
.page-gallery .image:hover {
  opacity: 0.85;
}

/* line 196, ../scss/_blocklayout.scss */
.page-double-image {
  width: 100%;
  display: flex;
  flex-direction: row;
}
/* line 201, ../scss/_blocklayout.scss */
.page-double-image .block-left {
  float: left;
  padding-right: 2%;
}
/* line 206, ../scss/_blocklayout.scss */
.page-double-image .block-right {
  float: right;
  padding-left: 2%;
}
/* line 211, ../scss/_blocklayout.scss */
.page-double-image .block-left,
.page-double-image .block-right {
  display: flex;
  flex-wrap: wrap;
}
/* line 217, ../scss/_blocklayout.scss */
.page-double-image .block-left:hover .info,
.page-double-image .block-right:hover .info {
  background: #f2f2f2;
}
/* line 220, ../scss/_blocklayout.scss */
.page-double-image .block-left:hover .info p,
.page-double-image .block-right:hover .info p {
  text-decoration: underline;
}
/* line 227, ../scss/_blocklayout.scss */
.page-double-image .image {
  line-height: 0;
  float: left;
  height: auto;
  margin: auto;
}
/* line 233, ../scss/_blocklayout.scss */
.page-double-image .image.small {
  width: 65%;
}
/* line 238, ../scss/_blocklayout.scss */
.page-double-image .info {
  float: left;
  width: 35%;
  line-height: 26px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-self: center;
}
/* line 252, ../scss/_blocklayout.scss */
.page-double-image .info .text-container {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 0 20px 34px;
  width: calc(100% + 136px);
  left: -120px;
  text-align: left;
}
/* line 260, ../scss/_blocklayout.scss */
.page-double-image .info .text-container p {
  margin-bottom: 0;
}
/* line 266, ../scss/_blocklayout.scss */
.page-double-image .read-more-arrow {
  position: absolute;
  left: 14px;
  top: calc(50% - 5px);
  font-size: 14px;
}

/* line 274, ../scss/_blocklayout.scss */
.page-video {
  float: left;
  width: 100%;
  max-width: 1360px;
  height: 0;
  padding-top: 0px;
  padding-bottom: 60%;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
}
/* line 285, ../scss/_blocklayout.scss */
.page-video h2:first-child {
  margin-bottom: 15px;
}
@media only screen and (max-width: 770px) {
  /* line 274, ../scss/_blocklayout.scss */
  .page-video {
    padding-top: 0;
  }
}
/* line 293, ../scss/_blocklayout.scss */
.page-video.vimeo {
  padding-top: 0;
}
/* line 296, ../scss/_blocklayout.scss */
.page-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 300, ../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 312, ../scss/_blocklayout.scss */
.page-colorblock {
  float: left;
  width: 100%;
  background: #3c3c3b;
  transition: all 0.15s ease-in-out;
}
/* line 318, ../scss/_blocklayout.scss */
.page-colorblock:hover {
  background: #494948;
}
/* line 322, ../scss/_blocklayout.scss */
.page-colorblock.blauw {
  background: #00b1b2;
}
/* line 324, ../scss/_blocklayout.scss */
.page-colorblock.blauw:hover {
  background: #00c0c1;
}
/* line 329, ../scss/_blocklayout.scss */
.page-colorblock.paars {
  background: #8b509b;
}
/* line 331, ../scss/_blocklayout.scss */
.page-colorblock.paars:hover {
  background: #9455a5;
}
/* line 336, ../scss/_blocklayout.scss */
.page-colorblock.groen {
  background: #27a737;
}
/* line 338, ../scss/_blocklayout.scss */
.page-colorblock.groen:hover {
  background: #2ab33b;
}
/* line 343, ../scss/_blocklayout.scss */
.page-colorblock.wit {
  background: #fff;
}
/* line 347, ../scss/_blocklayout.scss */
.page-colorblock a {
  color: inherit;
  text-decoration: underline;
  /*
  &amp;:after {
  	display: inline-block;
  	font-style: normal;
  	font-variant: normal;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	content: "&gt;";
  	transform: scaleX(0.5);
  	position: relative;
  	top: 3px;
  	margin-left: 4px;
  }
  */
}
/* line 366, ../scss/_blocklayout.scss */
.page-colorblock a:hover {
  text-decoration: underline;
}
/* line 371, ../scss/_blocklayout.scss */
.page-colorblock .text {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 24px 40px;
  position: relative;
}
/* line 379, ../scss/_blocklayout.scss */
.page-colorblock .text.blauw {
  color: #00b1b2;
}
/* line 383, ../scss/_blocklayout.scss */
.page-colorblock .text.paars {
  color: #8b509b;
}
/* line 387, ../scss/_blocklayout.scss */
.page-colorblock .text.groen {
  color: #27a737;
}
/* line 391, ../scss/_blocklayout.scss */
.page-colorblock .text.zwart {
  color: #3c3c3b;
}

/* line 397, ../scss/_blocklayout.scss */
.page-tripadvisor {
  float: left;
  width: 100%;
}
/* line 401, ../scss/_blocklayout.scss */
.page-tripadvisor .tripadvisor-link {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 409, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container {
  float: left;
  width: 100%;
  max-width: calc(100% - 240px);
  background: #3c3c3b;
  transition: all 0.15s ease-in-out;
}
/* line 416, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container:hover {
  background: #494948;
}
/* line 420, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.blauw {
  background: #00b1b2;
}
/* line 422, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.blauw:hover {
  background: #00c0c1;
}
/* line 427, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.paars {
  background: #8b509b;
}
/* line 429, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.paars:hover {
  background: #9455a5;
}
/* line 434, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.groen {
  background: #27a737;
}
/* line 436, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.groen:hover {
  background: #2ab33b;
}
/* line 441, ../scss/_blocklayout.scss */
.page-tripadvisor .text-container.wit {
  background: #fff;
}
/* line 447, ../scss/_blocklayout.scss */
.page-tripadvisor a:hover {
  text-decoration: underline;
}
/* line 452, ../scss/_blocklayout.scss */
.page-tripadvisor .logo {
  float: right;
  width: 240px;
  margin-left: 30px;
}
/* line 458, ../scss/_blocklayout.scss */
.page-tripadvisor .text {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
}
/* line 465, ../scss/_blocklayout.scss */
.page-tripadvisor .text.blauw {
  color: #00b1b2;
}
/* line 469, ../scss/_blocklayout.scss */
.page-tripadvisor .text.paars {
  color: #8b509b;
}
/* line 473, ../scss/_blocklayout.scss */
.page-tripadvisor .text.groen {
  color: #27a737;
}
/* line 477, ../scss/_blocklayout.scss */
.page-tripadvisor .text.zwart {
  color: #3c3c3b;
}

/* line 483, ../scss/_blocklayout.scss */
.image-text-hexagon-layout {
  max-width: 100%;
  float: left;
  width: 100%;
}
/* line 488, ../scss/_blocklayout.scss */
.image-text-hexagon-layout h2:first-child {
  margin-top: 0;
}
/* line 492, ../scss/_blocklayout.scss */
.image-text-hexagon-layout p:first-child {
  margin-top: 0;
}
/* line 496, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon {
  float: left;
  width: 36%;
}
/* line 502, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.blauw svg .st0 {
  fill: #00b1b2;
}
/* line 507, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.blauw .text {
  background: #00b1b2;
}
/* line 514, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.paars svg .st0 {
  fill: #8b509b;
}
/* line 519, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.paars .text {
  background: #8b509b;
}
/* line 526, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.groen svg .st0 {
  fill: #27a737;
}
/* line 531, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.groen .text {
  background: #27a737;
}
/* line 538, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.zwart svg .st0 {
  fill: #3c3c3b;
}
/* line 543, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.zwart .text {
  background: #3c3c3b;
}
/* line 548, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.wit {
  width: 30%;
}
/* line 552, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.wit svg .st0 {
  fill: #fff;
}
/* line 557, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.wit .text {
  background: #fff;
}
/* line 561, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon.wit .text.extra-padding {
  padding-left: 0;
}
/* line 566, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon svg {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 571, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon svg .st0 {
  fill: #8b509b;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 577, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .hexagon svg.top {
    margin-bottom: -20px;
  }
  /* line 581, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .hexagon svg.bottom {
    margin-top: -20px;
  }
}
/* line 586, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text {
  float: left;
  width: 100%;
  background: #8b509b;
  padding: 24px 40px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  word-break: break-word;
}
/* line 597, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text.extra-padding {
  padding: 50px 40px;
}
/* line 601, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text.blauw {
  color: #00b1b2;
}
/* line 604, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text.paars {
  color: #8b509b;
}
/* line 607, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text.groen {
  color: #27a737;
}
/* line 610, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text.zwart {
  color: #3c3c3b;
}
/* line 613, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .hexagon .text.wit {
  color: #fff;
}
/* line 619, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .read-more-arrow {
  font-size: 30px;
  top: -6px;
  position: relative;
}
/* line 625, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .image-container img {
  width: 100%;
  line-height: 0;
}
/* line 630, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-right,
.image-text-hexagon-layout .text-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
/* line 637, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-right .image-container,
.image-text-hexagon-layout .text-left .image-container {
  left: 0;
  width: 68%;
  margin-left: auto;
}
/* line 642, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-right .image-container a,
.image-text-hexagon-layout .text-left .image-container a {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 648, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-right .image-container h2,
.image-text-hexagon-layout .text-left .image-container h2 {
  text-align: right;
  padding-left: 18%;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 42px;
}
/* line 658, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-right .hexagon,
.image-text-hexagon-layout .text-left .hexagon {
  margin-left: 0;
  position: absolute;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 658, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .text-right .hexagon,
  .image-text-hexagon-layout .text-left .hexagon {
    top: 0;
    left: 0;
  }
}
/* line 669, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-left {
  flex-direction: row-reverse;
}
/* line 672, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-left .image-container {
  margin-left: 0;
  margin-right: auto;
}
/* line 676, ../scss/_blocklayout.scss */
.image-text-hexagon-layout .text-left .image-container h2 {
  text-align: left;
  padding-left: 0;
  padding-right: 18%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 683, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .text-left .hexagon {
    top: 0;
    right: 0;
    left: auto;
  }
}

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

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

@media only screen and (max-width: 979px) {
  /* line 708, ../scss/_blocklayout.scss */
  .page-header .slide,
  .page-header .banner {
    max-height: 500px;
    height: 100vh;
    background-position: left -100px center;
  }

  /* line 716, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .text-right,
  .image-text-hexagon-layout .text-left {
    flex-direction: column-reverse;
  }
  /* line 720, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .text-right .hexagon,
  .image-text-hexagon-layout .text-left .hexagon {
    width: 100%;
    position: relative;
  }
  /* line 724, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .text-right .hexagon svg,
  .image-text-hexagon-layout .text-left .hexagon svg {
    display: none;
  }
  /* line 729, ../scss/_blocklayout.scss */
  .image-text-hexagon-layout .text-right .image-container,
  .image-text-hexagon-layout .text-left .image-container {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 738, ../scss/_blocklayout.scss */
  .page-header .slide,
  .page-header .banner {
    max-height: 330px;
    height: 100vh;
    background-position: left center;
    min-height: 0;
  }

  /* line 747, ../scss/_blocklayout.scss */
  .page-double-text .double-text-container {
    flex-direction: column;
  }
  /* line 751, ../scss/_blocklayout.scss */
  .page-double-text .text-left,
  .page-double-text .text-right {
    padding: 0;
    width: 100% !important;
  }
  /* line 757, ../scss/_blocklayout.scss */
  .page-double-text .text-right {
    margin-top: 20px;
  }
  /* line 762, ../scss/_blocklayout.scss */
  .page-double-text h2 br {
    display: none;
  }

  /* line 768, ../scss/_blocklayout.scss */
  .page-double-image {
    flex-direction: column;
  }
  /* line 771, ../scss/_blocklayout.scss */
  .page-double-image .block-left,
  .page-double-image .block-right {
    display: flex;
    width: 100% !important;
    padding: 0;
  }
  /* line 777, ../scss/_blocklayout.scss */
  .page-double-image .block-left .image.small,
  .page-double-image .block-right .image.small {
    width: 50%;
  }
  /* line 781, ../scss/_blocklayout.scss */
  .page-double-image .block-left .info,
  .page-double-image .block-right .info {
    width: 50%;
  }
  /* line 786, ../scss/_blocklayout.scss */
  .page-double-image .block-right {
    margin-top: 30px;
  }

  /* line 791, ../scss/_blocklayout.scss */
  .page-colorblock .text {
    font-size: 36px !important;
    line-height: 110% !important;
    padding: 24px;
  }

  /* line 798, ../scss/_blocklayout.scss */
  .page-text-layout .page-text-left,
  .page-text-layout .page-text-right {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 804, ../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 811, ../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 823, ../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 827, ../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%;
  }
  /* line 835, ../scss/_blocklayout.scss */
  .page-text-layout.video .page-text-left,
  .page-text-layout.image .page-text-left {
    flex-direction: column-reverse;
  }
  /* line 838, ../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: 30px;
  }

  /* line 845, ../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: 30px;
  }

  /* line 851, ../scss/_blocklayout.scss */
  .page-text-layout.video .responsive-video {
    padding-bottom: 55%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 858, ../scss/_blocklayout.scss */
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
  /* line 862, ../scss/_blocklayout.scss */
  h2:first-child {
    margin-bottom: 10px;
  }

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

  /* line 872, ../scss/_blocklayout.scss */
  .page-tripadvisor .tripadvisor-link {
    flex-direction: column;
  }
  /* line 876, ../scss/_blocklayout.scss */
  .page-tripadvisor .text-container {
    max-width: 100%;
    margin-bottom: 20px;
  }
  /* line 881, ../scss/_blocklayout.scss */
  .page-tripadvisor .logo {
    margin-left: 0;
  }

  /* line 886, ../scss/_blocklayout.scss */
  .page-colorblock {
    text-transform: lowercase;
  }
  /* line 889, ../scss/_blocklayout.scss */
  .page-colorblock p:first-letter {
    text-transform: uppercase;
  }
  /* line 893, ../scss/_blocklayout.scss */
  .page-colorblock .text {
    font-size: 28px !important;
    line-height: 32px !important;
    padding: 24px;
  }

  /* line 901, ../scss/_blocklayout.scss */
  .page-compare .after,
  .page-compare .before {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 908, ../scss/_blocklayout.scss */
  .page-compare .after {
    margin-bottom: 0;
  }
  /* line 912, ../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;
  }
}
@media only screen and (max-width: 599px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-gallery .image:nth-of-type(3n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 599px) {
  /* line 921, ../scss/_blocklayout.scss */
  .page-double-image {
    flex-direction: column;
  }
  /* line 924, ../scss/_blocklayout.scss */
  .page-double-image .image-left,
  .page-double-image .image-right {
    width: 100%;
    margin: 0;
  }
  /* line 930, ../scss/_blocklayout.scss */
  .page-double-image .image-left {
    margin-bottom: 40px;
  }
  /* line 934, ../scss/_blocklayout.scss */
  .page-double-image .image {
    align-self: flex-start;
  }

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

  /* line 944, ../scss/_blocklayout.scss */
  .page-quote ~ .page-quote {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 950, ../scss/_blocklayout.scss */
  .contentblocks {
    margin-top: 20px;
  }

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

  /* line 958, ../scss/_blocklayout.scss */
  .page-header .slide,
  .page-header .banner {
    max-height: 260px;
    background-position: left -80px center;
  }

  /* line 964, ../scss/_blocklayout.scss */
  .page-colorblock .text {
    font-size: 28px !important;
    padding: 24px;
  }

  /* line 973, ../scss/_blocklayout.scss */
  .page-double-image .block-left .image.small,
  .page-double-image .block-left .info,
  .page-double-image .block-right .image.small,
  .page-double-image .block-right .info {
    width: 100%;
  }
  /* line 978, ../scss/_blocklayout.scss */
  .page-double-image .block-left .info,
  .page-double-image .block-right .info {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0;
    text-align: left;
  }
  /* line 985, ../scss/_blocklayout.scss */
  .page-double-image .block-left .info .text-container,
  .page-double-image .block-right .info .text-container {
    text-align: left;
    width: 100%;
    left: 0;
    padding: 0;
    background: none;
  }
  /* line 992, ../scss/_blocklayout.scss */
  .page-double-image .block-left .info .text-container.padding,
  .page-double-image .block-right .info .text-container.padding {
    padding-left: 30px;
  }
  /* line 998, ../scss/_blocklayout.scss */
  .page-double-image .block-left .read-more-arrow,
  .page-double-image .block-right .read-more-arrow {
    margin-left: auto;
    margin-top: 0;
    left: 4px;
  }

  /* line 1006, ../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% + 14px  ) / 2) - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-gallery .image:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .page-gallery .image:nth-of-type(2n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 1014, ../scss/_blocklayout.scss */
  .page-quote {
    padding: 30px 4px;
  }
  /* line 1017, ../scss/_blocklayout.scss */
  .page-quote .quote {
    font-size: 14px;
    line-height: 25px;
    padding-left: 24px;
    padding-right: 10px;
  }
  /* line 1023, ../scss/_blocklayout.scss */
  .page-quote .quote:before {
    font-size: 30px;
  }
  /* line 1027, ../scss/_blocklayout.scss */
  .page-quote .quote:after {
    font-size: 30px;
  }
}
/* line 1, ../scss/_templateblocks.scss */
.templateblock {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 9, ../scss/_templateblocks.scss */
.template_image_text_link {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: -30px;
  /* Compensatie voor het grid waarbij de laatste rij margin aan de onderkant heeft */
}
/* line 15, ../scss/_templateblocks.scss */
.template_image_text_link .image_text_link_item {
  height: 13vw;
  min-height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.template_image_text_link .image_text_link_item: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 */
.template_image_text_link .image_text_link_item:nth-of-type(3n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_image_text_link .image_text_link_item:nth-of-type(3n) {
    margin-left: -1px;
  }
}
/* line 25, ../scss/_templateblocks.scss */
.template_image_text_link .image_text_link_item:hover:after {
  opacity: 0.2;
}
/* line 30, ../scss/_templateblocks.scss */
.template_image_text_link .image_text_link_item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease-in-out;
}
/* line 44, ../scss/_templateblocks.scss */
.template_image_text_link .image_text_link_item a {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
/* line 53, ../scss/_templateblocks.scss */
.template_image_text_link .title {
  float: left;
  width: 100%;
  position: relative;
  max-width: 80%;
  margin: 16px 0 0 16px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 22px;
  z-index: 2;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45);
}

/* line 69, ../scss/_templateblocks.scss */
.template_entrepreneur {
  margin-top: 40px;
}
/* line 72, ../scss/_templateblocks.scss */
.template_entrepreneur.sub-block {
  margin-top: 0;
}
/* line 76, ../scss/_templateblocks.scss */
.template_entrepreneur .block-title {
  margin-top: 60px;
}
/* line 79, ../scss/_templateblocks.scss */
.template_entrepreneur .block-title.first {
  margin-top: 0;
}
/* line 84, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
/* line 89, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.template_entrepreneur .entrepeneurs li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 40px  ) / 3) - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.template_entrepreneur .entrepeneurs li:nth-of-type(3n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_entrepreneur .entrepeneurs li:nth-of-type(3n) {
    margin-left: -1px;
  }
}
/* line 102, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs li a {
  float: left;
  width: 100%;
}
/* line 107, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs li .image-container {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border: 10px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  box-shadow: 0px 0px 0px 1px #e4e4e4;
  padding: 10px;
}
/* line 124, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs li .image-container img {
  height: auto;
}
/* line 129, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs li h3 {
  text-transform: none;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 29px;
}
/* line 137, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs li .location {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
}
/* line 144, ../scss/_templateblocks.scss */
.template_entrepreneur .entrepeneurs li .info {
  text-align: justify;
  font-size: 17px;
  line-height: 26px;
  margin-top: 14px;
  float: left;
}

/* line 155, ../scss/_templateblocks.scss */
.page-map-youtube {
  width: 100%;
}
/* line 158, ../scss/_templateblocks.scss */
.page-map-youtube h2 {
  margin-bottom: 20px !important;
}
/* line 162, ../scss/_templateblocks.scss */
.page-map-youtube .intro {
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 979px) {
  /* line 14, ../scss/mixin/_new-grid.scss */
  .template_image_text_link .image_text_link_item: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 */
  .template_image_text_link .image_text_link_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_image_text_link .image_text_link_item:nth-of-type(2n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 979px) {
  /* line 14, ../scss/mixin/_new-grid.scss */
  .template_entrepreneur .entrepeneurs li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 40px  ) / 2) - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_entrepreneur .entrepeneurs li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_entrepreneur .entrepeneurs li:nth-of-type(2n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 599px) {
  /* line 14, ../scss/mixin/_new-grid.scss */
  .template_image_text_link .image_text_link_item: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 */
  .template_image_text_link .image_text_link_item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_image_text_link .image_text_link_item:nth-of-type(1n) {
    margin-left: -1px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 192, ../scss/_templateblocks.scss */
  .template_image_text_link .title {
    font-size: 19px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .template_entrepreneur .entrepeneurs 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 */
  .template_entrepreneur .entrepeneurs li:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .template_entrepreneur .entrepeneurs li:nth-of-type(1n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 208, ../scss/_templateblocks.scss */
  .template_image_text_link .image_text_link_item {
    min-height: 250px;
  }
}
/* line 1, ../scss/_menu.scss */
.menu-container {
  float: right;
}

/* line 7, ../scss/_menu.scss */
.header ul.menu li:hover ul.submenu {
  display: block;
}

/* line 13, ../scss/_menu.scss */
ul.menu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 20, ../scss/_menu.scss */
ul.menu li {
  position: relative;
  float: left;
  margin-right: 30px;
}
/* line 25, ../scss/_menu.scss */
ul.menu li a {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-decoration: none;
}
/* line 34, ../scss/_menu.scss */
ul.menu li:last-child {
  margin-right: 0;
}

/* line 39, ../scss/_menu.scss */
ul.submenu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 220px;
  top: 28px;
  border-top: 12px solid transparent;
}
/* line 50, ../scss/_menu.scss */
ul.submenu li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 57, ../scss/_menu.scss */
ul.submenu li:last-child a {
  border-bottom: 1px solid #eee;
}
/* line 62, ../scss/_menu.scss */
ul.submenu li a {
  background: #fff;
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #eee;
  border-bottom: none;
  padding: 4px 10px 4px 20px;
}
/* line 72, ../scss/_menu.scss */
ul.submenu li a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

/* line 80, ../scss/_menu.scss */
.menu-mobile-button {
  float: right;
  display: block;
  cursor: pointer;
  display: none;
  width: 44px;
  padding: 10px;
  margin-left: auto;
}
/* line 89, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 96, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 102, ../scss/_menu.scss */
.menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 4;
  overflow-y: scroll;
}
/* line 112, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 116, ../scss/_menu.scss */
.menu-mobile .top {
  float: left;
  width: 100%;
  padding: 0 20px;
}
/* line 121, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 126, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 10px;
  float: left;
  width: 100%;
}
/* line 131, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 143, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 148, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 153, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub a {
  font-weight: 700;
}
/* line 157, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 160, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu li a {
  font-weight: 400;
}
/* line 166, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  padding: 10px 25px;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 173, ../scss/_menu.scss */
.menu-mobile ul.menu li .btn-submenu {
  display: block;
  background: url(../images/arrow_down.svg) no-repeat 50% 50%;
  background-size: 15px 9px;
  position: absolute;
  right: 0;
  height: 54px;
  width: 53px;
  top: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 188, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
  border-right: none;
  top: 0;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
/* line 204, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li:first-child {
  border-top: 1px solid #dedede;
}
/* line 208, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li:last-child {
  border-bottom: none;
}
/* line 212, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 5px 0 5px 50px;
  border: none;
  background: #f9f9f9;
}
/* line 220, ../scss/_menu.scss */
.menu-mobile form {
  float: left;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  max-width: 360px;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
}
/* line 231, ../scss/_menu.scss */
.menu-mobile form input {
  float: left;
  width: 100%;
  padding: 14px 12px 14px 20px;
  font-size: 16px;
}
/* line 238, ../scss/_menu.scss */
.menu-mobile form .button.search {
  position: absolute;
  top: 3px;
  height: 41px;
  right: 0;
  width: 48px;
  padding: 0;
  background: url(../images/icon_search.png) no-repeat 50% 50% transparent;
}

/* line 251, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 34px;
}
/* line 254, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:first-child,
.menu-mobile.active .menu-mobile-button span.icon-bar:last-child {
  display: none;
}
/* line 259, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(2) {
  margin: 0;
  top: 2px;
  position: relative;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 266, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 272, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
input,
button,
textarea,
select {
  /*appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; */
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 19px 18px 16px;
  font-family: "Arial", "Tahoma", "Verdana", sans-serif;
}
/* line 13, ../scss/_forms.scss */
input:focus,
button:focus,
textarea:focus,
select:focus {
  border: 1px solid #aaa;
}

/* line 18, ../scss/_forms.scss */
button[type=submit] {
  border: none;
}
/* line 21, ../scss/_forms.scss */
button[type=submit]:focus {
  border: none;
}

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

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

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

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

/* line 73, ../scss/_forms.scss */
.ui-datepicker table {
  font-size: 16px;
}
/* line 77, ../scss/_forms.scss */
.ui-datepicker .ui-datepicker-title {
  font-size: 18px;
}

/* line 82, ../scss/_forms.scss */
.select2-container {
  font-size: 15px;
}

/* line 86, ../scss/_forms.scss */
.select2-results__option {
  font-size: 17px;
  padding: 4px 12px 4px 16px;
}

/* line 93, ../scss/_forms.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #aaa;
}
/* line 98, ../scss/_forms.scss */
.select2-container--default .select2-selection--multiple {
  border-color: #e1e1e1;
  border-radius: 0;
  min-height: 59px;
}

/* line 107, ../scss/_forms.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 4px;
  margin-top: 9px;
  padding: 0 8px;
  margin-left: 5px;
}

/* line 1, ../scss/_tabs.scss */
.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccc;
  width: 100%;
  float: left;
  z-index: 1;
  position: relative;
}
/* line 11, ../scss/_tabs.scss */
.tabs li {
  float: left;
  padding: 10px 24px;
  border: 1px solid #ccc;
  border-bottom: 0;
  cursor: pointer;
  opacity: .5;
  background: #eee;
  z-index: 0;
  top: 1px;
  position: relative;
  transition: all linear .15s;
  margin-right: 1px;
  font-weight: bold;
}
/* line 26, ../scss/_tabs.scss */
.tabs li.active {
  opacity: 1;
  position: relative;
  background: #fff;
  z-index: 2;
}
/* line 32, ../scss/_tabs.scss */
.tabs li.active:hover {
  opacity: 1;
  background: #fff;
}
/* line 38, ../scss/_tabs.scss */
.tabs li:hover {
  opacity: .7;
  background: #eee;
}

/* line 45, ../scss/_tabs.scss */
.tabcontents {
  float: left;
  width: 100%;
}
/* line 49, ../scss/_tabs.scss */
.tabcontents .tabcontent {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/* line 57, ../scss/_tabs.scss */
.tabcontents .tabcontent.active {
  height: auto;
  padding: 24px;
}

/* 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 !important;
  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: 800px;
  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 2, ../scss/_colors.scss */
body.groen ::selection {
  background-color: #27a737;
}
/* line 7, ../scss/_colors.scss */
body.groen .header .logo .st0,
body.groen .header .logo .st1 {
  fill: #27a737;
}
/* line 13, ../scss/_colors.scss */
body.groen input[type=submit],
body.groen button,
body.groen a.button,
body.groen .button {
  background: #27a737;
}
/* line 19, ../scss/_colors.scss */
body.groen input[type=submit]:hover,
body.groen button:hover,
body.groen a.button:hover,
body.groen .button:hover {
  background: #2cbc3e;
}
/* line 24, ../scss/_colors.scss */
body.groen .header .search-button.active,
body.groen .back-link,
body.groen ul.menu li a:hover,
body.groen h2 strong {
  color: #27a737;
}
/* line 32, ../scss/_colors.scss */
body.groen .hexagon .st0 {
  fill: #27a737;
}
/* line 36, ../scss/_colors.scss */
body.groen .hexagon .text {
  background: #27a737;
}

/* line 45, ../scss/_colors.scss */
body.paars ::selection {
  background-color: #8b509b;
}
/* line 50, ../scss/_colors.scss */
body.paars .header .logo .st0,
body.paars .header .logo .st1 {
  fill: #8b509b;
}
/* line 56, ../scss/_colors.scss */
body.paars input[type=submit],
body.paars button,
body.paars a.button,
body.paars .button {
  background: #8b509b;
}
/* line 62, ../scss/_colors.scss */
body.paars input[type=submit]:hover,
body.paars button:hover,
body.paars a.button:hover,
body.paars .button:hover {
  background: #995aaa;
}
/* line 67, ../scss/_colors.scss */
body.paars .header .search-button.active,
body.paars .back-link,
body.paars ul.menu li a:hover,
body.paars h2 strong {
  color: #8b509b;
}
/* line 75, ../scss/_colors.scss */
body.paars .hexagon .st0 {
  fill: #8b509b;
}
/* line 79, ../scss/_colors.scss */
body.paars .hexagon .text {
  background: #8b509b;
}

/* line 86, ../scss/_colors.scss */
body.blauw ::selection {
  background-color: #00b1b2;
}
/* line 91, ../scss/_colors.scss */
body.blauw .header .logo .st0,
body.blauw .header .logo .st1 {
  fill: #00b1b2;
}
/* line 97, ../scss/_colors.scss */
body.blauw input[type=submit],
body.blauw button,
body.blauw a.button,
body.blauw .button {
  background: #00b1b2;
}
/* line 103, ../scss/_colors.scss */
body.blauw input[type=submit]:hover,
body.blauw button:hover,
body.blauw a.button:hover,
body.blauw .button:hover {
  background: #00cacc;
}
/* line 108, ../scss/_colors.scss */
body.blauw .header .search-button.active,
body.blauw .back-link,
body.blauw ul.menu li a:hover,
body.blauw h2 strong {
  color: #00b1b2;
}
/* line 116, ../scss/_colors.scss */
body.blauw .hexagon .st0 {
  fill: #00b1b2;
}
/* line 120, ../scss/_colors.scss */
body.blauw .hexagon .text {
  background: #00b1b2;
}

/* line 127, ../scss/_colors.scss */
body.zwart ::selection {
  background-color: #3c3c3b;
}
/* line 132, ../scss/_colors.scss */
body.zwart .header .logo .st0,
body.zwart .header .logo .st1 {
  fill: #3c3c3b;
}
/* line 138, ../scss/_colors.scss */
body.zwart .header .search-button.active {
  color: #00b1b2;
}
/* line 142, ../scss/_colors.scss */
body.zwart input[type=submit],
body.zwart button,
body.zwart a.button,
body.zwart .button {
  background: #3c3c3b;
}
/* line 148, ../scss/_colors.scss */
body.zwart input[type=submit]:hover,
body.zwart button:hover,
body.zwart a.button:hover,
body.zwart .button:hover {
  background: #494948;
}
/* line 154, ../scss/_colors.scss */
body.zwart .hexagon .st0 {
  fill: #3c3c3b;
}
/* line 158, ../scss/_colors.scss */
body.zwart .hexagon .text {
  background: #3c3c3b;
}

@media only screen and (max-width: 1180px) {
  /* line 7, ../scss/_responsive.scss */
  .header .layout {
    padding-right: 0;
  }
  /* line 11, ../scss/_responsive.scss */
  .header .menu {
    display: none;
  }
  /* line 15, ../scss/_responsive.scss */
  .header .menu-mobile .menu {
    display: block;
  }
  /* line 19, ../scss/_responsive.scss */
  .header .menu-container {
    display: none;
  }
  /* line 23, ../scss/_responsive.scss */
  .header .search-button {
    margin-left: auto;
    padding: 17px;
    margin-top: 6px;
  }
  /* line 29, ../scss/_responsive.scss */
  .header .right {
    align-items: flex-start;
  }

  /* line 34, ../scss/_responsive.scss */
  .menu-mobile-button {
    display: block;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 6px;
  }

  /* line 42, ../scss/_responsive.scss */
  .menu-mobile.active .menu-mobile-button {
    margin-right: 0;
    margin-top: 42px;
  }

  /* line 48, ../scss/_responsive.scss */
  .event-overview .contentblocks {
    width: 100%;
  }

  /* line 53, ../scss/_responsive.scss */
  .eventfilters {
    float: left;
    clear: both;
    width: 100%;
  }
  /* line 58, ../scss/_responsive.scss */
  .eventfilters .filter {
    width: 49%;
  }
  /* line 61, ../scss/_responsive.scss */
  .eventfilters .filter:nth-child(2n) {
    float: right;
  }
  /* line 66, ../scss/_responsive.scss */
  .eventfilters .filter.trefwoord {
    float: left;
    width: 100%;
  }
  /* line 71, ../scss/_responsive.scss */
  .eventfilters .button {
    float: left;
    width: 49%;
  }

  /* line 77, ../scss/_responsive.scss */
  .eventlist {
    width: 100%;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 4) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1180px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(4n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 979px) {
  /* line 88, ../scss/_responsive.scss */
  .left {
    float: left;
    width: 64%;
  }

  /* line 93, ../scss/_responsive.scss */
  .sidebar {
    float: right;
    width: 28%;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 3) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(3n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 770px) {
  /* line 106, ../scss/_responsive.scss */
  .header .logo {
    width: 160px;
  }
  /* line 110, ../scss/_responsive.scss */
  .header .right {
    margin-left: auto;
    width: auto;
  }

  /* line 116, ../scss/_responsive.scss */
  .actie h1,
  .event-details h1,
  h1 {
    font-size: 50px;
    line-height: 45px;
  }

  /* line 123, ../scss/_responsive.scss */
  .eventfilters {
    margin-top: 30px;
  }

  /* line 128, ../scss/_responsive.scss */
  .eventlist .image-container {
    width: 100%;
    overflow: hidden;
    height: 100%;
    max-height: 300px;
    position: relative;
  }
  /* line 135, ../scss/_responsive.scss */
  .eventlist .image-container img {
    object-fit: cover;
  }
  /* line 140, ../scss/_responsive.scss */
  .eventlist .info {
    width: 100%;
  }
  /* line 143, ../scss/_responsive.scss */
  .eventlist .info .properties {
    width: 100%;
  }
  /* line 147, ../scss/_responsive.scss */
  .eventlist .info .genres {
    float: left;
    width: 100%;
    margin-top: 16px;
  }
  /* line 152, ../scss/_responsive.scss */
  .eventlist .info .genres li {
    float: left;
  }
  /* line 158, ../scss/_responsive.scss */
  .eventlist .read-more {
    position: relative;
    float: left;
    clear: both;
    right: 0;
    bottom: 0;
    margin-top: 12px;
  }

  /* line 170, ../scss/_responsive.scss */
  .event-details .event-info {
    margin: 0px auto;
    padding: 40px 0 50px;
  }
  /* line 175, ../scss/_responsive.scss */
  .event-details .details {
    padding: 40px;
  }
  /* line 178, ../scss/_responsive.scss */
  .event-details .details .contact,
  .event-details .details .location {
    width: 50%;
    margin-left: 0;
  }
  /* line 184, ../scss/_responsive.scss */
  .event-details .details .openingperiod {
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .event-details .thumbnails .image:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 10px  ) / 3) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .event-details .thumbnails .image:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 770px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .event-details .thumbnails .image:nth-of-type(3n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 770px) {
  /* line 198, ../scss/_responsive.scss */
  .eventlist-dashboard .event-item .title {
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* line 203, ../scss/_responsive.scss */
  .eventlist-dashboard .event-item .info {
    float: left;
    width: 100%;
  }

  /* line 211, ../scss/_responsive.scss */
  .dashboard.edit-item .form-group {
    padding: 50px 40px 40px;
  }

  /* line 216, ../scss/_responsive.scss */
  .left {
    float: left;
    width: 100%;
  }

  /* line 221, ../scss/_responsive.scss */
  .sidebar {
    float: left;
    width: 100%;
    margin: 30px 0;
  }

  /* line 228, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item {
    padding: 40px 0;
  }
  /* line 231, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item .info {
    float: left;
    width: 100%;
  }
  /* line 236, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item .image-container {
    display: none;
  }
  /* line 240, ../scss/_responsive.scss */
  .contentpage.searchresults .search-item h2 {
    font-size: 22px;
  }
  /* line 245, ../scss/_responsive.scss */
  .contentpage.searchresults .searchform .button {
    clear: both;
    margin: 14px 0 0;
  }

  /* line 251, ../scss/_responsive.scss */
  .header .header-search .searchfield {
    max-width: calc(100% - 100px);
  }

  /* line 256, ../scss/_responsive.scss */
  .company-detail .company-info {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  /* line 261, ../scss/_responsive.scss */
  .company-detail .company-image {
    width: auto;
  }
  /* line 265, ../scss/_responsive.scss */
  .company-detail .company-contact {
    width: 100%;
    margin-bottom: 40px;
  }

  /* line 272, ../scss/_responsive.scss */
  .actie .voteitemscontainer {
    padding: 0;
    background: none;
    border: none;
    margin-top: 1em;
  }
  /* line 279, ../scss/_responsive.scss */
  .actie .actieform {
    padding: 30px 20px 0;
  }
  /* line 282, ../scss/_responsive.scss */
  .actie .actieform .actions {
    padding-bottom: 40px;
  }
  /* line 287, ../scss/_responsive.scss */
  .actie #results {
    margin-top: 0;
    padding-top: 34px;
  }
  /* line 291, ../scss/_responsive.scss */
  .actie #results .form-row {
    margin: 0;
  }
  /* line 295, ../scss/_responsive.scss */
  .actie #results .inputgroup.small {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 306, ../scss/_responsive.scss */
  .page-video {
    overflow: unset;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 0;
  }

  /* line 313, ../scss/_responsive.scss */
  .interactive-map .pointer {
    width: 30px;
    height: 30px;
  }
  /* line 317, ../scss/_responsive.scss */
  .interactive-map .pointer .hitbox {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 325, ../scss/_responsive.scss */
  body {
    font-size: 17px;
    line-height: 170%;
  }

  /* line 330, ../scss/_responsive.scss */
  .menu-mobile ul.menu li {
    font-size: 19px;
    line-height: 180%;
  }

  /* line 335, ../scss/_responsive.scss */
  .page-title {
    margin-top: 60px;
  }

  /* line 339, ../scss/_responsive.scss */
  .event-details h1,
  h1 {
    font-size: 40px;
    line-height: 35px;
  }

  /* line 345, ../scss/_responsive.scss */
  .page-text ul {
    padding-left: 20px;
  }

  /* line 351, ../scss/_responsive.scss */
  .eventlist-dashboard .event-item .info .date {
    float: left;
  }
  /* line 355, ../scss/_responsive.scss */
  .eventlist-dashboard .event-item .info .status {
    margin-left: 0;
    float: left;
    clear: both;
  }

  /* line 364, ../scss/_responsive.scss */
  .dashboard.edit-item .inputgroup.small {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* line 370, ../scss/_responsive.scss */
  .dashboard.edit-item .inputgroup.small:nth-child(2) {
    margin-bottom: 0;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 10px  ) / 2) - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) and (-ms-high-contrast: active) {
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actie .itemlist li:nth-of-type(2n) {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 599px) {
  /* line 380, ../scss/_responsive.scss */
  .grtyoutube-popup .grtyoutube-popup-content {
    padding: 8px;
  }
  /* line 384, ../scss/_responsive.scss */
  .grtyoutube-popup .grtyoutube-iframe {
    height: 385px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 392, ../scss/_responsive.scss */
  .actie h1,
  .event-details h1,
  h1 {
    font-size: 32px;
    line-height: 28px;
  }

  /* line 400, ../scss/_responsive.scss */
  .eventfilters .filter:nth-child(2n),
  .eventfilters .filter {
    float: left;
    width: 100%;
    margin-bottom: 6px;
  }
  /* line 407, ../scss/_responsive.scss */
  .eventfilters h2 {
    font-size: 22px;
  }
  /* line 411, ../scss/_responsive.scss */
  .eventfilters input,
  .eventfilters select {
    padding: 13px 15px 13px;
  }

  /* line 419, ../scss/_responsive.scss */
  .event-details .details .contact,
  .event-details .details .location {
    width: 100%;
  }
  /* line 424, ../scss/_responsive.scss */
  .event-details .details .contact {
    margin-top: 40px;
  }

  /* line 431, ../scss/_responsive.scss */
  .dashboard.edit-item .form-group {
    padding: 40px 20px 30px;
  }
  /* line 436, ../scss/_responsive.scss */
  .dashboard.edit-item .actions .button {
    float: left;
    clear: both;
  }
  /* line 441, ../scss/_responsive.scss */
  .dashboard.edit-item .actions .delete {
    margin-top: 30px;
  }

  /* line 448, ../scss/_responsive.scss */
  .grtyoutube-popup .grtyoutube-iframe {
    height: 280px;
  }

  /* line 453, ../scss/_responsive.scss */
  .interactive-map .pointer {
    width: 24px;
    height: 24px;
  }
  /* line 457, ../scss/_responsive.scss */
  .interactive-map .pointer .hitbox {
    width: 24px;
    height: 24px;
  }
}
</pre></body></html>