/*! 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: #829f14;
  color: #fff;
}

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

/* line 21, ../scss/_base.scss */
body {
  background: #fff;
  font-family: "Nunito Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 20px;
  line-height: 32px;
  color: #384249;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 33, ../scss/_base.scss */
.main-container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

/* line 93, ../scss/_base.scss */
h2 {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 40px;
}

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

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

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

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

/* line 119, ../scss/_base.scss */
a {
  text-decoration: underline;
  color: #7e9c19;
}
/* line 123, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 128, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}
/* line 131, ../scss/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 135, ../scss/_base.scss */
p:last-child {
  margin-bottom: 0;
}

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

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

/* line 150, ../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 {
  background: #fff;
  border: 1px solid #ccc;
  padding: 19px 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif, "Arial", "Tahoma", "Verdana";
}

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

/* line 193, ../scss/_base.scss */
input[type=submit],
button,
a.button,
.button {
  float: left;
  background-color: #5d720e;
  padding: 17px 30px 18px;
  font-weight: 700;
  font-size: 22px;
  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 208, ../scss/_base.scss */
input[type=submit]:hover,
button:hover,
a.button:hover,
.button:hover {
  text-decoration: none;
  background-color: #738d11;
}

/* line 214, ../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 214, ../scss/_base.scss */
  .responsive-video {
    padding-top: 0;
  }
}
/* line 226, ../scss/_base.scss */
.responsive-video.vimeo {
  padding-top: 0;
}
/* line 229, ../scss/_base.scss */
.responsive-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 233, ../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 245, ../scss/_base.scss */
.alert {
  margin-bottom: 15px;
}
/* line 248, ../scss/_base.scss */
.alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}
/* line 256, ../scss/_base.scss */
.alert.alert-warning, .alert.alert-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}

/* line 1, ../scss/_content.scss */
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;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
/* line 14, ../scss/_content.scss */
.header .layout {
  max-width: 100%;
}
/* line 18, ../scss/_content.scss */
.header .logo {
  float: left;
  line-height: 0;
  margin-top: 22px;
  width: 200px;
}

/* line 26, ../scss/_content.scss */
.border-container {
  min-height: 100vh;
  border-top: 80px solid #fff;
  border-left: 80px solid #fff;
  border-right: 80px solid #fff;
  padding: 0;
  flex-direction: column;
}

/* line 35, ../scss/_content.scss */
.page-top {
  float: left;
  width: 100%;
  display: flex;
  border-bottom: 80px solid #fff;
}
/* line 41, ../scss/_content.scss */
.page-top .intro-side {
  width: 24%;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
/* line 48, ../scss/_content.scss */
.page-top .logo {
  float: right;
  margin-right: 80px;
  line-height: 0;
  margin-top: 0;
  width: 240px;
}
/* line 56, ../scss/_content.scss */
.page-top h1 {
  font-size: 70px;
  line-height: 70px;
  color: #7e9c19;
  max-width: 540px;
  float: right;
  width: 100%;
  margin-top: 60px;
  text-align: right;
  margin-right: 80px;
}
/* line 68, ../scss/_content.scss */
.page-top .button {
  float: right;
  margin-top: 40px;
  margin-right: 80px;
}
/* line 74, ../scss/_content.scss */
.page-top .rings {
  max-width: 14vw;
  min-width: 300px;
  position: absolute;
  bottom: -260px;
  margin: 0 auto;
  left: -60px;
  right: 0;
  width: 100%;
}
/* line 85, ../scss/_content.scss */
.page-top .intro-image {
  margin-left: auto;
  width: 76%;
  height: calc(100vh - 160px);
  position: relative;
}
/* line 91, ../scss/_content.scss */
.page-top .intro-image .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

/* line 104, ../scss/_content.scss */
.page-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 114, ../scss/_content.scss */
.page-content.gradient:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #dedede;
  background: linear-gradient(127deg, #f5f5f5 0%, rgba(241, 246, 255, 0) 40%);
}
/* line 128, ../scss/_content.scss */
.page-content .content {
  width: 100%;
  margin-top: 150px;
  max-width: 1240px;
}
/* line 134, ../scss/_content.scss */
.page-content.media {
  background: #f6f6f6;
  padding-bottom: 40px;
}
/* line 139, ../scss/_content.scss */
.page-content.kaart {
  background: #fff;
  padding: 40px 0;
  min-height: auto;
  max-width: 1240px;
  margin: 0 auto;
}
/* line 146, ../scss/_content.scss */
.page-content.kaart img {
  border: 8px solid #f6f6f6;
  padding: 4px;
}

/* line 153, ../scss/_content.scss */
.image-text-block {
  float: left;
  widht: 100%;
  margin-top: 40px;
}
/* line 158, ../scss/_content.scss */
.image-text-block .left {
  float: left;
  width: 50%;
  margin-bottom: 120px;
}
/* line 164, ../scss/_content.scss */
.image-text-block .right {
  float: right;
  width: 40%;
  margin-top: -60px;
}
/* line 170, ../scss/_content.scss */
.image-text-block h2 {
  margin-bottom: 60px;
}
/* line 174, ../scss/_content.scss */
.image-text-block .text {
  float: left;
  margin-top: 40px;
  font-size: 20px;
  line-height: 32px;
}
/* line 181, ../scss/_content.scss */
.image-text-block span.link {
  font-weight: 700;
  color: #7e9c19;
  text-decoration: underline;
  float: left;
  margin-top: 20px;
  cursor: pointer;
}

/* line 191, ../scss/_content.scss */
.page-content.inschrijven {
  background-image: url("../images/footer_bottom.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -330px left 0;
  position: relative;
  padding-bottom: 50vh;
}
/* line 200, ../scss/_content.scss */
.page-content.inschrijven .content {
  margin-top: 70px;
}
/* line 204, ../scss/_content.scss */
.page-content.inschrijven h2 {
  margin-bottom: 20px;
}
/* line 208, ../scss/_content.scss */
.page-content.inschrijven .text {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 214, ../scss/_content.scss */
.page-content.inschrijven .rings {
  max-width: 14vw;
  min-width: 320px;
  position: absolute;
  top: -160px;
  margin: 0 auto;
  right: 60px;
  left: auto;
  width: 100%;
}

/* line 14, ../scss/mixin/_new-grid.scss */
form .row:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px  ) / 2) - 30px);
  margin-right: 30px;
  margin-bottom: 20px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
form .row:nth-of-type(2n) {
  margin-right: 0;
}
/* line 231, ../scss/_content.scss */
form .help-block.form-error {
  color: red;
  font-size: 15px;
  font-weight: 700;
}
/* line 237, ../scss/_content.scss */
form .row.privacy {
  width: 100%;
}
/* line 240, ../scss/_content.scss */
form .row.privacy .help-block.form-error {
  margin-left: 10px;
  top: -2px;
  position: relative;
}
/* line 246, ../scss/_content.scss */
form .row.privacy input {
  float: left;
  clear: none;
  width: auto;
  max-width: 0;
  margin-top: 9px;
  cursor: pointer;
  margin-top: 6px;
  width: 20px;
  height: 20px;
  max-width: 20px;
}
/* line 260, ../scss/_content.scss */
form .row.privacy label {
  clear: none;
  padding-left: 10px;
  cursor: pointer;
}
/* line 266, ../scss/_content.scss */
form .row.privacy a {
  color: #1d1d1b;
}

/* line 272, ../scss/_content.scss */
.contentpage {
  width: 100%;
  max-width: 100%;
  background: #f6f6f6;
}
/* line 277, ../scss/_content.scss */
.contentpage .content {
  padding: 80px;
  background: #fff;
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* line 286, ../scss/_content.scss */
.contentpage .content .logo {
  float: left;
  clear: both;
  width: 180px;
}
/* line 292, ../scss/_content.scss */
.contentpage .content .text-container {
  float: left;
  clear: both;
  margin-top: 20px;
}
/* line 298, ../scss/_content.scss */
.contentpage .content h1 {
  margin-top: 60px;
  font-size: 42px;
  line-height: 42px;
}
/* line 304, ../scss/_content.scss */
.contentpage .content h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

/* line 1, ../scss/_menu.scss */
ul.menu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 8, ../scss/_menu.scss */
ul.menu li {
  float: left;
  margin-right: 34px;
  position: relative;
}
/* line 13, ../scss/_menu.scss */
ul.menu li a {
  font-family: "Poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  color: #1d1d1b;
  font-weight: 700;
}
/* line 21, ../scss/_menu.scss */
ul.menu li:hover .submenu-container {
  display: block;
}
/* line 26, ../scss/_menu.scss */
ul.menu .submenu-container {
  display: none;
  position: absolute;
  left: 0;
  width: auto;
  top: 26px;
  padding-top: 12px;
}
/* line 35, ../scss/_menu.scss */
ul.menu .submenu {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
/* line 39, ../scss/_menu.scss */
ul.menu .submenu li {
  float: left;
  width: 100%;
  min-width: 220px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
/* line 46, ../scss/_menu.scss */
ul.menu .submenu li:last-child {
  border: none;
}
/* line 51, ../scss/_menu.scss */
ul.menu .submenu a {
  float: left;
  width: 100%;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  padding: 5px 20px;
  font-weight: 400;
}
/* line 59, ../scss/_menu.scss */
ul.menu .submenu a:hover {
  background: #f8f8f8;
  text-decoration: none;
}

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

/* line 90, ../scss/_menu.scss */
.menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
}
/* line 100, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 104, ../scss/_menu.scss */
.menu-mobile .top {
  padding: 0 3%;
}
/* line 107, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 112, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 10px;
  float: left;
  width: 100%;
}
/* line 117, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 123, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 128, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 133, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 138, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  padding: 11px 25px;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 145, ../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 160, ../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 171, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 5px 0 5px 40px;
}
/* line 177, ../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 188, ../scss/_menu.scss */
.menu-mobile form input {
  float: left;
  width: 100%;
  padding: 14px 12px;
}
/* line 194, ../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 207, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 28px;
}
/* line 210, ../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 215, ../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 222, ../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 228, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
form,
.boltform {
  float: left;
  width: 100%;
}
/* line 6, ../scss/_forms.scss */
form label,
.boltform label {
  float: left;
  clear: both;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
/* line 13, ../scss/_forms.scss */
form label.required::after,
.boltform label.required::after {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 0px;
  font-weight: 400;
}
/* line 22, ../scss/_forms.scss */
form .row,
.boltform .row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
/* line 29, ../scss/_forms.scss */
form input,
form textarea,
.boltform input,
.boltform textarea {
  float: left;
  clear: both;
  background: #fff;
  border: 1px solid #ccc;
  font-family: "Nunito Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 18px;
  font-weight: 400;
  color: #333;
  width: 100%;
  padding: 17px 18px;
  max-width: 100%;
  font-weight: 400;
  -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 48, ../scss/_forms.scss */
form input:focus,
form textarea:focus,
.boltform input:focus,
.boltform textarea:focus {
  outline: none;
  border: 1px solid #bbb;
}
/* line 54, ../scss/_forms.scss */
form textarea,
.boltform textarea {
  height: 150px;
  line-height: 26px;
}
/* line 59, ../scss/_forms.scss */
form input[type=submit],
.boltform input[type=submit] {
  margin-top: 10px;
  width: auto;
  padding: 18px 50px 18px;
}
/* line 64, ../scss/_forms.scss */
form input[type=submit]:focus,
.boltform input[type=submit]:focus {
  border: none;
}
/* line 68, ../scss/_forms.scss */
form input[type=submit]:hover,
.boltform input[type=submit]:hover {
  background: #89a91b;
}
/* line 73, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

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

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

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

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

/* line 138, ../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: #7e9c19;
  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: 1920px) {
  /* line 2, ../scss/_responsive.scss */
  .border-container {
    border-top: 60px solid #fff;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;
  }

  /* line 8, ../scss/_responsive.scss */
  .page-top {
    border-bottom: 60px solid #fff;
  }
  /* line 11, ../scss/_responsive.scss */
  .page-top .logo,
  .page-top .button {
    margin-right: 60px;
  }
  /* line 16, ../scss/_responsive.scss */
  .page-top h1 {
    font-size: 60px;
    line-height: 60px;
    padding-left: 60px;
    margin-right: 60px;
  }
  /* line 23, ../scss/_responsive.scss */
  .page-top .intro-image {
    height: calc(100vh - 120px);
  }
  /* line 27, ../scss/_responsive.scss */
  .page-top .rings {
    bottom: -210px;
    min-width: 300px;
  }

  /* line 34, ../scss/_responsive.scss */
  .page-content.inschrijven {
    background-size: 100%;
    background-position: bottom 0px left 0;
  }
  /* line 38, ../scss/_responsive.scss */
  .page-content.inschrijven .rings {
    min-width: 240px;
    top: -130px;
  }
}
@media only screen and (max-width: 1680px) {
  /* line 49, ../scss/_responsive.scss */
  .page-top h1 {
    font-size: 50px;
    line-height: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1460px) {
  /* line 58, ../scss/_responsive.scss */
  .page-top .rings {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 65, ../scss/_responsive.scss */
  .border-container {
    border-top: none;
    min-height: 0;
  }

  /* line 70, ../scss/_responsive.scss */
  .page-top {
    flex-direction: column;
    align-items: center;
  }
  /* line 74, ../scss/_responsive.scss */
  .page-top .intro-side {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  /* line 80, ../scss/_responsive.scss */
  .page-top .intro-image {
    height: 60vh;
    width: 100%;
  }
  /* line 85, ../scss/_responsive.scss */
  .page-top .logo {
    width: 140px;
    min-width: 120px;
    margin: 10px 0;
  }
  /* line 91, ../scss/_responsive.scss */
  .page-top h1 {
    text-align: center;
    line-height: 34px;
    font-size: 30px;
    margin: auto;
    padding: 0 40px;
    max-width: none;
  }
  /* line 100, ../scss/_responsive.scss */
  .page-top .button {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: 0;
  }

  /* line 108, ../scss/_responsive.scss */
  .page-content {
    padding: 0 5%;
    min-height: 50vh;
  }

  /* line 113, ../scss/_responsive.scss */
  .page-content.inschrijven {
    padding-bottom: 20vh;
  }
  /* line 116, ../scss/_responsive.scss */
  .page-content.inschrijven .rings {
    min-width: 220px;
    top: -110px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 124, ../scss/_responsive.scss */
  .border-container {
    border: none;
  }

  /* line 128, ../scss/_responsive.scss */
  .page-top {
    border: none;
  }
  /* line 131, ../scss/_responsive.scss */
  .page-top .intro-side {
    padding: 0 2%;
  }

  /* line 136, ../scss/_responsive.scss */
  .page-content.media {
    background: #f6f6f6;
  }
  /* line 139, ../scss/_responsive.scss */
  .page-content.media .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* line 146, ../scss/_responsive.scss */
  .image-text-block .left {
    width: 100%;
  }
  /* line 150, ../scss/_responsive.scss */
  .image-text-block .right {
    width: 100%;
  }
  /* line 154, ../scss/_responsive.scss */
  .image-text-block h2 {
    width: 100%;
  }
  /* line 158, ../scss/_responsive.scss */
  .image-text-block img {
    width: 100%;
  }

  /* line 164, ../scss/_responsive.scss */
  .page-content.inschrijven .content {
    margin-top: 40px;
  }
  /* line 168, ../scss/_responsive.scss */
  .page-content.inschrijven .rings {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 182, ../scss/_responsive.scss */
  .page-top .button {
    padding: 10px 20px;
    font-size: 18px;
    margin-right: 20px;
  }
  /* line 188, ../scss/_responsive.scss */
  .page-top .intro-image {
    height: 50vh;
  }
  /* line 192, ../scss/_responsive.scss */
  .page-top .logo {
    width: 90px;
    min-width: 90px;
    margin-left: 10px;
  }
  /* line 198, ../scss/_responsive.scss */
  .page-top h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    font-size: 30px;
    line-height: 31px;
    padding: 0 50px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    width: auto;
    max-width: 90%;
    padding: 16px 10px;
  }

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

  /* line 218, ../scss/_responsive.scss */
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  /* line 223, ../scss/_responsive.scss */
  .page-content.inschrijven {
    background-size: 900px;
    background-position: bottom 0px left 0;
  }

  /* line 228, ../scss/_responsive.scss */
  .image-text-block {
    margin-top: 20px;
  }
  /* line 231, ../scss/_responsive.scss */
  .image-text-block .left {
    margin-bottom: 0;
  }
  /* line 235, ../scss/_responsive.scss */
  .image-text-block .right {
    margin-top: 10px;
  }

  /* line 240, ../scss/_responsive.scss */
  .contentpage .content {
    padding: 40px;
  }
  /* line 243, ../scss/_responsive.scss */
  .contentpage .content .logo {
    width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 252, ../scss/_responsive.scss */
  .page-top .intro-image {
    height: 500px;
  }
  /* line 256, ../scss/_responsive.scss */
  .page-top h1 {
    font-size: 26px;
    line-height: 26px;
  }

  /* line 263, ../scss/_responsive.scss */
  .image-text-block h2 {
    margin-bottom: 30px;
  }

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