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

@font-face {
  font-family: 'Dow Corporate';
  src: url("../fonts/DowCorporate-Black.eot");
  src: url("../fonts/DowCorporate-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DowCorporate-Black.woff2") format("woff2"), url("../fonts/DowCorporate-Black.woff") format("woff"), url("../fonts/DowCorporate-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Dow Corporate';
  src: url("../fonts/DowCorporate-Bold.eot");
  src: url("../fonts/DowCorporate-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DowCorporate-Bold.woff2") format("woff2"), url("../fonts/DowCorporate-Bold.woff") format("woff"), url("../fonts/DowCorporate-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Dow Corporate';
  src: url("../fonts/DowCorporate-Medium.eot");
  src: url("../fonts/DowCorporate-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DowCorporate-Medium.woff2") format("woff2"), url("../fonts/DowCorporate-Medium.woff") format("woff"), url("../fonts/DowCorporate-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Dow Corporate';
  src: url("../fonts/DowCorporate-Regular.eot");
  src: url("../fonts/DowCorporate-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DowCorporate-Regular.woff2") format("woff2"), url("../fonts/DowCorporate-Regular.woff") format("woff"), url("../fonts/DowCorporate-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 	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: #ff0f51;
  color: #fff;
}

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

/* line 21, ../scss/_base.scss */
body {
  background: #fff;
  background-size: 100%;
  font-family: "Dow Corporate", "Arial", "Tahoma", "Verdana";
  font-size: 17px;
  color: #242424;
  font-weight: 300;
  line-height: 180%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

/* line 44, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Dow Corporate", "Arial", "Tahoma", "Verdana";
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  margin: 15px 0;
  color: #000;
  float: left;
  width: 100%;
}
/* line 54, ../scss/_base.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 59, ../scss/_base.scss */
h2 {
  font-size: 28px;
}

/* line 63, ../scss/_base.scss */
h3 {
  font-size: 20px;
}

/* line 67, ../scss/_base.scss */
h4 {
  font-size: 18px;
}

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

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

/* line 79, ../scss/_base.scss */
a {
  text-decoration: none;
}
/* line 81, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 86, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}
/* line 89, ../scss/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 93, ../scss/_base.scss */
p:last-child {
  margin-bottom: 0;
}

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

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

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

/* line 127, ../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 137, ../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: "Dow Corporate", "Arial", "Tahoma", "Verdana";
  width: 100%;
}
@media only screen and (max-width: 770px) {
  /* line 137, ../scss/_base.scss */
  .styled-select select {
    font-size: 17px;
  }
}

/* line 153, ../scss/_base.scss */
input[type=submit],
button,
a.button,
.button {
  float: left;
  background-color: #db003c;
  padding: 17px 30px 18px;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 168, ../scss/_base.scss */
input[type=submit]:hover,
button:hover,
a.button:hover,
.button:hover {
  text-decoration: none;
  background-color: #c70036;
}

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

/* line 205, ../scss/_base.scss */
.alert {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  max-width: 900px;
  margin: 10px 0 30px;
}
/* line 212, ../scss/_base.scss */
.alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}
/* line 220, ../scss/_base.scss */
.alert.alert-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}

/* line 229, ../scss/_base.scss */
.checkbox-container {
  float: left;
  display: block;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 239, ../scss/_base.scss */
.checkbox-container:hover input ~ .checkmark {
  background-color: #eee;
}
/* line 244, ../scss/_base.scss */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
}
/* line 251, ../scss/_base.scss */
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
/* line 255, ../scss/_base.scss */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* line 259, ../scss/_base.scss */
.checkbox-container label {
  cursor: pointer;
}
/* line 263, ../scss/_base.scss */
.checkbox-container .title {
  float: left;
  clear: both;
}
/* line 268, ../scss/_base.scss */
.checkbox-container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #ccc;
}
/* line 277, ../scss/_base.scss */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #db003c;
  border-width: 0 3px 3px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

/* line 7, ../scss/_content.scss */
.header {
  position: relative;
  z-index: 2;
  background: url(../images/header.jpg) no-repeat top right;
  background-size: cover;
  height: 100vh;
}
/* line 15, ../scss/_content.scss */
.header .layout {
  height: 100vh;
}
/* line 19, ../scss/_content.scss */
.header .logo {
  float: left;
  line-height: 0;
  margin-top: 4vh;
}
/* line 25, ../scss/_content.scss */
.header .language {
  float: right;
  margin-top: 30px;
}
/* line 30, ../scss/_content.scss */
.header .overlay {
  position: absolute;
  left: 0;
  bottom: 15vh;
}
/* line 35, ../scss/_content.scss */
.header .overlay span {
  color: #fff;
  line-height: 100px;
  font-weight: 900;
  float: left;
  clear: both;
  text-transform: uppercase;
}
/* line 44, ../scss/_content.scss */
.header .overlay span.top {
  font-size: 172px;
  letter-spacing: -1px;
}
/* line 49, ../scss/_content.scss */
.header .overlay span.middle {
  font-size: 170px;
  letter-spacing: 5px;
  margin-top: 30px;
}
/* line 55, ../scss/_content.scss */
.header .overlay span.bottom {
  font-size: 192px;
  margin-top: 32px;
}
/* line 60, ../scss/_content.scss */
.header .overlay .button {
  float: left;
  clear: both;
  font-size: 28px;
  margin-top: 30px;
  width: 100%;
  max-width: 440px;
  margin-left: 15px;
  padding: 25px 0;
}
/* line 70, ../scss/_content.scss */
.header .overlay .button .small {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

/* line 80, ../scss/_content.scss */
.homepage h1 {
  text-transform: uppercase;
  margin: 40px 0 20px;
  width: 100%;
  max-width: 900px;
}
/* line 87, ../scss/_content.scss */
.homepage .text {
  float: left;
  width: 100%;
  max-width: 770px;
  margin-bottom: 30px;
}

/* line 95, ../scss/_content.scss */
#reageerdirect {
  float: left;
  width: 100%;
  max-width: 770px;
  background: #fff;
  margin: 20px 0 50px;
}
/* line 102, ../scss/_content.scss */
#reageerdirect h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 108, ../scss/_content.scss */
#reageerdirect .intro {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 114, ../scss/_content.scss */
#reageerdirect .row {
  float: left;
  width: 100%;
  max-width: 480px;
  clear: both;
  position: relative;
}
/* line 121, ../scss/_content.scss */
#reageerdirect .row input {
  max-width: 100%;
}
/* line 126, ../scss/_content.scss */
#reageerdirect label {
  width: 100%;
}
/* line 130, ../scss/_content.scss */
#reageerdirect .styled-select {
  max-width: 320px;
}
/* line 134, ../scss/_content.scss */
#reageerdirect .subscript {
  float: left;
  width: 100%;
  font-style: italic;
  font-size: 15px;
  color: #666;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
/* line 144, ../scss/_content.scss */
#reageerdirect .subscript.disclaimer {
  margin-top: 10px;
  margin-bottom: 5px;
}
/* line 151, ../scss/_content.scss */
#reageerdirect .row.tijdsblok {
  max-width: 770px;
}
/* line 154, ../scss/_content.scss */
#reageerdirect .row.tijdsblok .subscript {
  margin-bottom: 10px;
}
/* line 159, ../scss/_content.scss */
#reageerdirect .row.optin {
  max-width: 770px;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 25px;
}
/* line 167, ../scss/_content.scss */
#reageerdirect .checkbox-container .title {
  line-height: 24px;
}
/* line 171, ../scss/_content.scss */
#reageerdirect .checkbox-container .checkmark {
  top: 4px;
}
/* line 176, ../scss/_content.scss */
#reageerdirect .button {
  width: 200px;
  margin-top: 10px;
}
/* line 181, ../scss/_content.scss */
#reageerdirect .form-error {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: red;
}

/* line 189, ../scss/_content.scss */
.footer {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
/* line 194, ../scss/_content.scss */
.footer .topbar {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
/* line 202, ../scss/_content.scss */
.footer .topbar .bar {
  float: left;
  width: calc(100% - 230px);
  height: 5px;
  background: #db003c;
}
/* line 209, ../scss/_content.scss */
.footer .topbar .bottom-logo {
  float: right;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}
/* line 217, ../scss/_content.scss */
.footer .left {
  float: left;
  width: 48%;
}
/* line 222, ../scss/_content.scss */
.footer .right {
  float: right;
  width: 48%;
  text-align: right;
}

/* line 1, ../scss/_menu.scss */
ul.menu {
  padding: 0;
  float: right;
  font-family: "Dow Corporate", "Arial", "Tahoma", "Verdana";
}
/* line 6, ../scss/_menu.scss */
ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 20px;
}
/* line 13, ../scss/_menu.scss */
ul.menu li.last {
  margin-right: 0;
}
/* line 17, ../scss/_menu.scss */
ul.menu li.active:after {
  content: '';
  display: block;
  position: relative;
  margin-top: -5px;
}
/* line 24, ../scss/_menu.scss */
ul.menu li a {
  text-decoration: none;
  padding: 2px 0 0;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dow Corporate", "Arial", "Tahoma", "Verdana";
  text-transform: uppercase;
  color: #000;
  border-bottom: 3px solid transparent;
}
/* line 36, ../scss/_menu.scss */
ul.menu li:hover > ul {
  display: block;
}
/* line 41, ../scss/_menu.scss */
ul.menu li.last a {
  margin-right: 0;
}
/* line 47, ../scss/_menu.scss */
ul.menu ul.submenu {
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  max-width: 400px;
  z-index: 15;
  left: -20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px 0 5px 0px;
  margin: 0px;
  -moz-box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 62, ../scss/_menu.scss */
ul.menu ul.submenu li {
  border: 0;
  line-height: 22px;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  min-width: 100px;
  padding: 0;
  background: #fff;
}
/* line 73, ../scss/_menu.scss */
ul.menu ul.submenu li.active:after {
  border: none;
}
/* line 77, ../scss/_menu.scss */
ul.menu ul.submenu li a {
  position: relative;
  float: left;
  width: 100%;
  min-height: 25px;
  padding: 2px 10px 2px 20px;
  margin: 0px;
  background-color: #fff;
  color: #808080;
  font-weight: normal;
  font-size: 13px;
}
/* line 90, ../scss/_menu.scss */
ul.menu ul.submenu li a:hover {
  color: #db003c;
}

/* line 97, ../scss/_menu.scss */
.menu-mobile-button {
  float: right;
  display: block;
  margin: 20px -11px 0 0;
  width: 44px;
  height: 35px;
  padding: 4px 11px;
  cursor: pointer;
  display: none;
}
/* line 107, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 114, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 120, ../scss/_menu.scss */
.menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
}
/* line 130, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 134, ../scss/_menu.scss */
.menu-mobile .top {
  padding: 0 3%;
}
/* line 137, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 142, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 10px;
  float: left;
  width: 100%;
}
/* line 147, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 153, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 158, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 163, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 168, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  padding: 11px 25px;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 175, ../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: 49px;
  width: 50px;
  top: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 190, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  border-left: none;
  border-right: none;
}
/* line 201, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 5px 0 5px 40px;
}
/* line 207, ../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 218, ../scss/_menu.scss */
.menu-mobile form input {
  float: left;
  width: 100%;
  padding: 14px 12px;
}
/* line 224, ../scss/_menu.scss */
.menu-mobile form .button.search {
  position: absolute;
  top: 2px;
  height: 41px;
  right: 0;
  width: 48px;
  padding: 0;
  background: url(../images/icon_search.png) no-repeat 50% 50% transparent;
}

/* line 237, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 28px;
}
/* line 240, ../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 245, ../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 252, ../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 258, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
form,
.boltform {
  float: left;
  width: 100%;
}
/* line 6, ../scss/_forms.scss */
form label,
.boltform label {
  float: left;
  clear: both;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
/* line 13, ../scss/_forms.scss */
form label.required::after,
.boltform label.required::after {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 0px;
  font-weight: 400;
}
/* line 22, ../scss/_forms.scss */
form .row,
.boltform .row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
/* line 29, ../scss/_forms.scss */
form input,
form textarea,
.boltform input,
.boltform textarea {
  float: left;
  clear: both;
  background: #f7f7f7;
  border: 1px solid #dedede;
  font-family: "Dow Corporate", "Arial", "Tahoma", "Verdana";
  font-size: 17px;
  font-weight: 400;
  color: #333;
  width: 100%;
  padding: 17px 18px;
  max-width: 360px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 770px) {
  /* line 29, ../scss/_forms.scss */
  form input,
  form textarea,
  .boltform input,
  .boltform textarea {
    font-size: 16px;
  }
}
/* line 49, ../scss/_forms.scss */
form input:focus,
form textarea:focus,
.boltform input:focus,
.boltform textarea:focus {
  outline: none;
  border: 1px solid #bbb;
}
/* line 55, ../scss/_forms.scss */
form textarea,
.boltform textarea {
  height: 150px;
  line-height: 26px;
}
/* line 60, ../scss/_forms.scss */
form input[type=submit],
.boltform input[type=submit] {
  margin-top: 10px;
  width: auto;
  padding: 18px 50px 18px;
}
/* line 65, ../scss/_forms.scss */
form input[type=submit]:focus,
.boltform input[type=submit]:focus {
  border: none;
}
/* line 69, ../scss/_forms.scss */
form input[type=submit]:hover,
.boltform input[type=submit]:hover {
  background: #c70036;
}
/* line 74, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1230px) {
  /* line 2, ../scss/_responsive.scss */
  .header .overlay {
    left: 2.5%;
  }
  /* line 5, ../scss/_responsive.scss */
  .header .overlay span {
    line-height: 110px;
  }
  /* line 9, ../scss/_responsive.scss */
  .header .overlay span.top {
    font-size: 140px;
  }
  /* line 13, ../scss/_responsive.scss */
  .header .overlay span.middle {
    font-size: 150px;
    margin-top: 2px;
  }
  /* line 18, ../scss/_responsive.scss */
  .header .overlay span.bottom {
    font-size: 157px;
    margin-top: 8px;
  }
  /* line 23, ../scss/_responsive.scss */
  .header .overlay .button {
    max-width: 366px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 32, ../scss/_responsive.scss */
  .header {
    background-position: top center;
  }
}
@media only screen and (max-width: 770px) {
  /* line 39, ../scss/_responsive.scss */
  .homepage h1 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 47, ../scss/_responsive.scss */
  .header .overlay span {
    line-height: 90px;
  }
  /* line 51, ../scss/_responsive.scss */
  .header .overlay span.top {
    font-size: 110px;
  }
  /* line 55, ../scss/_responsive.scss */
  .header .overlay span.middle {
    font-size: 110px;
    margin-top: 2px;
  }
  /* line 60, ../scss/_responsive.scss */
  .header .overlay span.bottom {
    font-size: 127px;
    margin-top: 8px;
  }
  /* line 65, ../scss/_responsive.scss */
  .header .overlay .button {
    max-width: 366px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 74, ../scss/_responsive.scss */
  .header .logo {
    max-width: 150px;
  }

  /* line 79, ../scss/_responsive.scss */
  .header .overlay {
    left: 5%;
    bottom: 15vh;
  }
  /* line 83, ../scss/_responsive.scss */
  .header .overlay span {
    line-height: 68px;
  }
  /* line 87, ../scss/_responsive.scss */
  .header .overlay span.top {
    font-size: 100px;
  }
  /* line 91, ../scss/_responsive.scss */
  .header .overlay span.middle {
    font-size: 86px;
    margin-top: 8px;
  }
  /* line 96, ../scss/_responsive.scss */
  .header .overlay span.bottom {
    font-size: 112px;
    margin-top: 10px;
  }
  /* line 101, ../scss/_responsive.scss */
  .header .overlay .button {
    max-width: 300px;
    margin-left: 8px;
    font-size: 20px;
    padding: 16px 0;
  }

  /* line 110, ../scss/_responsive.scss */
  h1 {
    font-size: 28px;
  }

  /* line 114, ../scss/_responsive.scss */
  .homepage h1 {
    margin-bottom: 10px;
  }

  /* line 119, ../scss/_responsive.scss */
  .footer .topbar .bar {
    width: calc(100% - 150px);
  }
  /* line 123, ../scss/_responsive.scss */
  .footer .topbar .bottom-logo {
    max-width: 130px;
  }
}
@media only screen and (max-width: 340px) {
  /* line 131, ../scss/_responsive.scss */
  .header .overlay {
    left: 5%;
    bottom: 15vh;
  }
  /* line 135, ../scss/_responsive.scss */
  .header .overlay span {
    line-height: 47px;
  }
  /* line 139, ../scss/_responsive.scss */
  .header .overlay span.top {
    font-size: 60px;
  }
  /* line 143, ../scss/_responsive.scss */
  .header .overlay span.middle {
    font-size: 64px;
    margin-top: 8px;
  }
  /* line 148, ../scss/_responsive.scss */
  .header .overlay span.bottom {
    font-size: 68px;
    margin-top: 10px;
  }
  /* line 153, ../scss/_responsive.scss */
  .header .overlay .button {
    max-width: 258px;
    font-size: 18px;
    padding: 16px 15px;
  }

  /* line 161, ../scss/_responsive.scss */
  .header .overlay {
    bottom: 50px;
  }
}
@media screen and (max-height: 800px) and (min-width: 480px) {
  /* line 167, ../scss/_responsive.scss */
  .header .overlay {
    bottom: 8vh;
  }
}
@media screen and (max-height: 700px) and (min-width: 480px) {
  /* line 175, ../scss/_responsive.scss */
  .header .overlay {
    left: 5%;
    bottom: 10vh;
  }
  /* line 179, ../scss/_responsive.scss */
  .header .overlay span {
    line-height: 80px;
  }
  /* line 183, ../scss/_responsive.scss */
  .header .overlay span.top {
    font-size: 100px;
  }
  /* line 187, ../scss/_responsive.scss */
  .header .overlay span.middle {
    font-size: 126px;
    margin-top: 8px;
  }
  /* line 192, ../scss/_responsive.scss */
  .header .overlay span.bottom {
    font-size: 112px;
    margin-top: 10px;
  }
  /* line 197, ../scss/_responsive.scss */
  .header .overlay .button {
    max-width: 410px;
    margin-left: 8px;
    font-size: 20px;
    padding: 16px 0;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  /* line 209, ../scss/_responsive.scss */
  .header .logo {
    max-width: 150px;
  }

  /* line 214, ../scss/_responsive.scss */
  .header .overlay {
    left: 5%;
    bottom: 10vh;
  }
  /* line 218, ../scss/_responsive.scss */
  .header .overlay span {
    line-height: 60px;
    clear: none;
    margin-right: 20px;
  }
  /* line 224, ../scss/_responsive.scss */
  .header .overlay span.top {
    font-size: 80px;
  }
  /* line 228, ../scss/_responsive.scss */
  .header .overlay span.middle {
    font-size: 80px;
    margin-top: 0;
  }
  /* line 233, ../scss/_responsive.scss */
  .header .overlay span.bottom {
    font-size: 80px;
    margin-top: 0;
  }
  /* line 238, ../scss/_responsive.scss */
  .header .overlay .button {
    max-width: 410px;
    margin-left: 8px;
    font-size: 20px;
    padding: 16px 0;
  }
}
