/*!
 * Theme Name: Atlas Kidtech
 * Description: HTML5 WordPress Theme
 * Version: 1.0.0
 * Author: Dharma Media
 * Author URI: https://www.dharmamedia.nl/
 * Tags: HTML5, CSS3, Responsive
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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.
 */

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.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[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.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit; }

img,
svg {
  max-width: 100%;
  height: auto; }

small {
  color: #a2a19e; }

iframe {
  max-width: 100%;
  overflow: hidden; }

.cursive {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  letter-spacing: -0.05em; }

@font-face {
  font-family: 'Proxima Nova Soft W03';
  src: url("build/fonts/Proxima-Nova.eot");
  /* IE9 Compat Modes */
  src: url("build/fonts/Proxima-Nova.eot?#iefix") format("embedded-opentype"), url("build/fonts/Proxima-Nova.woff2") format("woff2"), url("build/fonts/Proxima-Nova.woff") format("woff"), url("build/fonts/Proxima-Nova.ttf") format("truetype"), url("build/fonts/Proxima-Nova.svg#svgProximaNova") format("svg");
  /* Legacy iOS */
  font-weight: bolder; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("build/fonts/Proxima-Nova-Regular.eot");
  /* IE9 Compat Modes */
  src: url("build/fonts/Proxima-Nova-Regular.eot?#iefix") format("embedded-opentype"), url("build/fonts/Proxima-Nova-Regular.woff2") format("woff2"), url("build/fonts/Proxima-Nova-Regular.woff") format("woff"), url("build/fonts/Proxima-Nova-Regular.ttf") format("truetype"), url("build/fonts/Proxima-Nova-Regular.svg#svgProximaNova") format("svg");
  /* Legacy iOS */
  font-weight: normal; }
@font-face {
  font-family: 'Amatic SC';
  src: url("build/fonts/Amatic.eot");
  /* IE9 Compat Modes */
  src: url("build/fonts/Amatic.eot?#iefix") format("embedded-opentype"), url("build/fonts/Amatic.woff2") format("woff2"), url("build/fonts/Amatic.woff") format("woff"), url("build/fonts/Amatic.ttf") format("truetype"), url("build/fonts/Amatic.svg#svgbuild/fonts/AmaticSC") format("svg");
  /* Legacy iOS */ }
html {
  font-family: "Proxima Nova Soft W03", sans-serif;
  color: #252523;
  font-size: 20px;
  overflow-x: hidden;
  line-height: 1.5em; }

body {
  overflow-x: hidden; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 36px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 0.9em; }

p, ul, ol, blockquote {
  line-height: 1.5em; }

p, td {
  font-family: "Proxima Nova", sans-serif; }

a {
  color: #5b97ca; }

small {
  font-size: 65%; }

input, textarea, select {
  outline: none;
  transition: border 0.3s ease;
  border: 1px solid #c1c3cb;
  padding: 0.5em; }
  input:focus, textarea:focus, select:focus {
    border-color: #5b97ca; }

input {
  border-radius: 2em;
  box-shadow: none !important; }
  input[type='text'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'] {
    -webkit-appearance: none;
            appearance: none; }

input[type="color"] {
  height: 50px !important;
  width: 50px !important;
  padding: 5px;
  overflow: hidden; }

textarea {
  border-radius: 1em;
  box-shadow: none !important;
  -webkit-appearance: none;
          appearance: none; }

select {
  border-radius: 2em;
  background: #fff;
  padding: 0.5em;
  height: 2.2rem; }

select[multiple] {
  border-radius: 1em; }

button {
  outline: none; }
  button:active {
    outline: none; }

input[type='file'] {
  max-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    input[type='file'] {
      width: 200px; } }

::selection {
  background: #5b97ca; }

@media (max-width: 500px) {
  .mob-hide {
    display: none !important; } }
input[type='submit'] {
  border: 3px solid #f5990b;
  background-color: #f5990b;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 1em 2.22em;
  border-radius: 2em;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
  max-width: 100%;
  cursor: pointer; }
  input[type='submit']:hover {
    background-color: transparent;
    border: 3px solid #f5990b;
    color: #f5990b; }
  @media screen and (min-width: 1500px) {
    input[type='submit'] {
      min-width: 260px; } }

.bttn {
  border: 3px solid #f5990b;
  background-color: #f5990b;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 1em 2.22em;
  border-radius: 2em;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  cursor: pointer; }
  .bttn:hover {
    background-color: transparent;
    border: 3px solid #f5990b;
    color: #f5990b; }
  @media screen and (min-width: 1500px) {
    .bttn {
      min-width: 260px; } }
  .bttn--danube {
    border: 3px solid #5b97ca;
    background-color: #5b97ca;
    color: #FFF; }
    .bttn--danube:hover {
      background-color: transparent;
      border: 3px solid #5b97ca;
      color: #5b97ca; }
  .bttn--green {
    border: 3px solid #98C329;
    background-color: #98C329;
    color: #FFF; }
    .bttn--green:hover {
      background-color: transparent;
      border: 3px solid #98C329;
      color: #98C329; }
  .bttn--pad {
    margin-right: 3px;
    margin-left: 3px; }

.ghost {
  border: 3px solid #f5990b;
  background-color: transparent;
  color: #252523;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 1em 2.22em;
  border-radius: 2em;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
  max-width: 100%;
  cursor: pointer; }
  .ghost:hover {
    background-color: #f5990b;
    border: 3px solid #f5990b;
    color: #FFF; }
  @media screen and (min-width: 1500px) {
    .ghost {
      min-width: 260px; } }
  .ghost--share {
    border: 3px solid #c1c3cb;
    background-color: transparent;
    color: #252523;
    min-width: initial; }
    .ghost--share:hover {
      background-color: #c1c3cb;
      border: 3px solid #c1c3cb;
      color: #FFF; }
  @media (max-width: 719px) {
    .ghost {
      display: block;
      margin: auto;
      max-width: calc(100% - 20%); } }

.ghost--white {
  border: 3px solid #fff;
  background-color: transparent;
  color: #FFF; }
  .ghost--white:hover {
    background-color: #fff;
    border: 3px solid #fff;
    color: #5b97ca; }

.ghost--tuatara {
  border: 3px solid #252523;
  background-color: transparent;
  color: #252523; }
  .ghost--tuatara:hover {
    background-color: #252523;
    border: 3px solid #252523;
    color: #FFF; }

.ghost--atlantis {
  border: 3px solid #98C329;
  background-color: transparent;
  color: #252523; }
  .ghost--atlantis:hover {
    background-color: #98C329;
    border: 3px solid #98C329;
    color: #FFF; }

.ghost--green {
  border: 3px solid #98C329;
  background-color: transparent;
  color: #252523; }
  .ghost--green:hover {
    background-color: #98C329;
    border: 3px solid #98C329;
    color: #FFF; }

.ghost--buttercup {
  border: 3px solid #f5990b;
  background-color: transparent;
  color: #252523; }
  .ghost--buttercup:hover {
    background-color: #f5990b;
    border: 3px solid #f5990b;
    color: #FFF; }

.ghost--lochinvar {
  border: 3px solid #309796;
  background-color: transparent;
  color: #252523; }
  .ghost--lochinvar:hover {
    background-color: #309796;
    border: 3px solid #309796;
    color: #FFF; }

.ghost--danube {
  border: 3px solid #5b97ca;
  background-color: transparent;
  color: #252523; }
  .ghost--danube:hover {
    background-color: #5b97ca;
    border: 3px solid #5b97ca;
    color: #FFF; }

.ghost--crimson {
  border: 3px solid #e61b46;
  background-color: transparent;
  color: #252523; }
  .ghost--crimson:hover {
    background-color: #e61b46;
    border: 3px solid #e61b46;
    color: #FFF; }

.ghost--supernova {
  border: 3px solid #ffcb01;
  background-color: transparent;
  color: #252523; }
  .ghost--supernova:hover {
    background-color: #ffcb01;
    border: 3px solid #ffcb01;
    color: #FFF; }

.btn-unstyled {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: transparent; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
    font-size: 32px;
    color: red;
}
========================================== */
.icon-arrow-left {
  width: 2.4541015625em; }

.icon-arrow-right {
  width: 2.4541015625em; }

.icon-logo {
  width: 5.9326171875em; }

.icon-PDF {
  width: 0.8662109375em; }

.curve-arrow {
  width: 3.5925925926em; }

.icon-onderhoud {
  font-size: 200px; }

.icon-stap1 {
  width: 0.71875em; }

.icon-stap2 {
  width: 0.84375em; }

.icon-360 {
  font-size: 60px;
  vertical-align: middle;
  padding: 0 5px; }

.flex-grid {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .flex-grid {
      display: block; } }

.display-flex {
  display: -ms-flexbox;
  display: flex; }

.rows {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.col {
  -ms-flex: 1;
      flex: 1;
  padding-right: 25px;
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .col {
      width: 100%; } }
  .col__66 {
    -ms-flex: 1 0 66%;
        flex: 1 0 66%; }
  .col__33 {
    -ms-flex: 1 0 33%;
        flex: 1 0 33%; }

.col-halfs {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .col-halfs {
      width: 100%; } }

.col-thirds {
  -ms-flex: 0 1 33.33%;
      flex: 0 1 33.33%;
  width: 33.33%; }
  @media screen and (max-width: 767px) {
    .col-thirds {
      width: 100%; } }

.col-fourths {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
  width: 25%;
  margin-bottom: 2.5em; }
  @media screen and (max-width: 767px) {
    .col-fourths {
      width: 100%; } }

.flex-center {
  -ms-flex-pack: center;
      justify-content: center; }

.space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.h2 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  max-width: 100%;
  line-height: 1em;
  top: 0;
  padding-right: 25px;
  padding-left: 25px; }
  .h2:before {
    content: '';
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #5b97ca;
    margin: 0.5em 0.2em 0 0;
    /*  @include breakpoint(container) {
        width: $h2-stroke-width;
        min-width: $h2-stroke-width;
    
        @if $pos == left {
          margin-left: -$pad-x;
        }
        @if $pos == right   {
          position: absolute;
          right: 0;
        }
      }*/
    position: absolute;
    left: 0;
    right: calc(100vw - ((100vw - 1315px) / 2)); }
  @media screen and (min-width: 768px) {
    .h2 {
      max-width: 100%; }
      .h2--lg {
        max-width: 100%; } }
  @media screen and (max-width: 500px) {
    .h2 {
      font-size: 10vw; } }
  .h2--right {
    text-align: right;
    -ms-flex-pack: end;
        justify-content: flex-end;
    /*    @include breakpoint(container) {
          padding-right: $h2-stroke-width;
        }*/ }
    .h2--right:before {
      content: '';
      border-width: 4px 0 0 0;
      border-style: solid;
      border-color: #5b97ca;
      margin: 0.5em 0 0 0.2em;
      /*  @include breakpoint(container) {
          width: $h2-stroke-width;
          min-width: $h2-stroke-width;
      
          @if $pos == left {
            margin-left: -$pad-x;
          }
          @if $pos == right   {
            position: absolute;
            right: 0;
          }
        }*/
      position: absolute;
      right: 0;
      left: calc(100vw - ((100vw - 1315px) / 2)); }
    @media screen and (min-width: 768px) {
      .h2--right {
        margin-left: 0%; }
        .h2--right.h2--lg {
          margin-left: 0%; } }
  .h2--blue:before {
    border-color: #5b97ca; }
  .h2--pink:before {
    border-color: #e61b46; }
  .h2--green:before {
    border-color: #98C329; }
  .h2--purple:before {
    border-color: #b24fd6; }
  .h2--orange:before {
    border-color: #f5990b; }

.rework-padding {
  padding-top: 25px; }

nav.navbar__nav {
  font-size: 18px; }

@media (max-width: 1364px) {
  div.navbar {
    padding-bottom: 0; }

  .header__top {
    padding: 0 25px; } }
@media (min-width: 1365px) {
  div.header__top {
    margin-bottom: 10px; }

  .header__top {
    margin-bottom: 10px; }
    .header__top .header__tagline {
      padding: 0; }
  .header__nav .menu .nav__list li {
    padding: 0; } }
span.cat-bean-icon {
  display: block;
  width: 20%;
  height: 20%;
  margin-top: 5%; }
  span.cat-bean-icon img {
    width: 100%;
    height: 100%;
    max-height: 150px !important; }

.link-unstyled {
  text-decoration: none;
  color: #252523; }

.center-text {
  text-align: center; }

.intro-text {
  font-size: 1.5em; }

.bg-blokjes {
  position: relative; }
  .bg-blokjes:before {
    content: '';
    width: 573px;
    height: 424px;
    display: block;
    position: absolute;
    right: -50px;
    bottom: -424px;
    background: url("build/img/blokjes.png") 0 0 no-repeat;
    z-index: -1; }

.vinkjes {
  list-style-image: url("build/img/check.svg");
  padding: 0 20px; }
  .vinkjes li {
    padding: 7px 0; }

.text-white {
  color: #fff; }

.text-gray {
  color: #a2a19e; }

.text-gray-alt {
  color: #929089; }

.text-black {
  color: #252523; }

.text-green {
  color: #98C329; }

.text-white-shadow {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.hidden {
  display: none; }

.disabled {
  background: #d8d8d8;
  pointer-events: none; }

.circle-left:before {
  content: '';
  font-size: 383px;
  border-radius: 50%;
  background: #ffcb01;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  left: -0.5em;
  z-index: -1;
  mix-blend-mode: darken;
  font-size: 19vw; }
  @media screen and (max-width: 767px) {
    .circle-left:before {
      z-index: auto;
      font-size: 191.5px; } }
.circle-left--small:before {
  content: '';
  font-size: 253px;
  border-radius: 50%;
  background: #ffcb01;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  left: -0.5em;
  z-index: -1;
  mix-blend-mode: darken;
  font-size: 15vw; }
  @media screen and (max-width: 767px) {
    .circle-left--small:before {
      z-index: auto;
      font-size: 126.5px; } }

.circle-right:after {
  content: '';
  font-size: 437px;
  border-radius: 50%;
  background: #ffcb01;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  right: -0.5em;
  z-index: -1;
  mix-blend-mode: darken;
  font-size: 23vw; }
  @media screen and (max-width: 767px) {
    .circle-right:after {
      z-index: auto;
      font-size: 218.5px; } }
.circle-right--small:after {
  content: '';
  font-size: 223px;
  border-radius: 50%;
  background: #ffcb01;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  right: -0.5em;
  z-index: -1;
  mix-blend-mode: darken;
  font-size: 12vw; }
  @media screen and (max-width: 767px) {
    .circle-right--small:after {
      z-index: auto;
      font-size: 111.5px; } }

.blokjes:before {
  content: '';
  position: absolute;
  display: block;
  mix-blend-mode: darken;
  font-size: 377px;
  width: 1.215em;
  height: 1em;
  background: url("build/img/blokjes-met-cirkel.png") 0 0 no-repeat;
  right: -0.5em;
  z-index: -1;
  background-size: contain; }
  @media screen and (max-width: 1200px) {
    .blokjes:before {
      z-index: auto;
      font-size: 188.5px;
      margin-top: -0.6em; } }

.kartelrandje {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .kartelrandje:after {
    font-size: 30px;
    content: '';
    background-image: radial-gradient(circle closest-side, #fff 15px, rgba(255, 255, 255, 0) 16px);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 31px 32px;
    shape-rendering: geometricPrecision;
    display: block;
    height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5em;
    width: 100%; }

.wrapper {
  width: 100%; }
  .wrapper--pad {
    padding: 5% 0 5% 0; }
  .wrapper--pad-z {
    padding: 0 0 5% 0; }
  .wrapper--pad-n {
    padding: 5% 0 0 0; }
  .wrapper--pad-y {
    padding: 5% 0; }

.pad-y {
  padding-top: 5%;
  padding-bottom: 5%; }

.pad-x {
  padding-right: 25px;
  padding-left: 25px; }

.container {
  width: 1315px;
  margin: 0 auto; }
  @media screen and (max-width: 1364px) {
    .container {
      width: 100%; } }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.relative {
  position: relative; }

.display-block {
  display: block; }

.bottom-curve {
  position: relative;
  -webkit-clip-path: ellipse(200% 150% at 50% -50%);
          clip-path: ellipse(200% 150% at 50% -50%);
  shape-rendering: geometricPrecision;
  will-change: transform;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media screen and (max-width: 767px) {
    .bottom-curve.wrapper {
      -webkit-clip-path: ellipse(270% 150% at 50% -50%);
              clip-path: ellipse(270% 150% at 50% -50%); } }
  @media screen and (max-width: 500px) {
    .bottom-curve.wrapper {
      -webkit-clip-path: ellipse(400% 150% at 50% -50%);
              clip-path: ellipse(400% 150% at 50% -50%); } }

.toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .toggle__label {
    text-decoration: line-through;
    padding: 0 0.2em;
    cursor: pointer; }
    .toggle__label:hover {
      text-decoration: none; }

input[type="radio"]:checked + .toggle__label,
input[type="checkbox"]:checked + .toggle__label {
  color: #98C329;
  text-decoration: none; }

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transform: scale(0.8);
  transition: 0.5s;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  .reveal-if-active label {
    display: block;
    margin: 0 0 3px 0; }
  .reveal-if-active input[type=text] {
    width: 100%; }
  input[type="radio"]:checked + .toggle__label + .reveal-if-active, input[type="checkbox"]:checked + .toggle__label + .reveal-if-active {
    opacity: 1;
    max-height: 9999px;
    padding: 5% 0;
    transform: scale(1);
    overflow: visible; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.nav__list {
  padding: 0;
  margin: 0; }
.nav__item {
  font-size: 18px;
  padding: 6px 18px;
  font-weight: 700;
  text-decoration: none;
  color: inherit; }
  @media screen and (max-width: 1364px) {
    .nav__item {
      display: block; } }

.sub-menu {
  display: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1364px) {
    .sub-menu {
      background: rgba(255, 255, 255, 0.1); } }
  @media screen and (min-width: 1365px) {
    .sub-menu {
      position: absolute;
      top: 100%;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      color: #5b97ca;
      min-width: 130px;
      border-radius: 18px; } }
  .sub-menu .menu-item {
    width: 100%;
    display: block;
    padding: 0; }
    @media screen and (min-width: 1365px) {
      .sub-menu .menu-item {
        border-radius: 18px; } }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0; }
  .sub-menu .nav__item {
    text-shadow: none !important; }
    @media screen and (min-width: 1365px) {
      .sub-menu .nav__item {
        display: block;
        border-radius: 18px; } }
    .sub-menu .nav__item:hover {
      background: rgba(222, 235, 239, 0.5); }

.menu-item {
  list-style: none;
  display: inline-block;
  position: relative; }
  @media screen and (min-width: 1365px) {
    .menu-item {
      padding: 25px 0; } }
  .menu-item:hover > .sub-menu {
    display: block; }

.nav__ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0; }
.nav__li {
  float: left; }
.nav__a {
  display: inline-block;
  padding: 20px 15px; }

.menu-item-has-children > .nav__item:after {
  content: ">";
  vertical-align: middle;
  font-family: "Proxima Nova Soft W03", sans-serif;
  font-weight: bold;
  display: inline;
  padding: 6px; }
  @media screen and (min-width: 1365px) {
    .menu-item-has-children > .nav__item:after {
      color: inherit; } }
  @media screen and (max-width: 1364px) {
    .menu-item-has-children > .nav__item:after {
      color: #fff; } }

.navbar {
  padding: 22px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1364px) {
    .navbar {
      display: block; } }
  .navbar__nav {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0; }
    @media screen and (max-width: 1364px) {
      .navbar__nav {
        display: none; } }
  .navbar__item {
    margin: auto 0;
    padding: 0 1em;
    font-weight: 700; }
    @media screen and (max-width: 1364px) {
      .navbar__item {
        display: none; } }
  .navbar__logo-col {
    padding: 0; }
    @media screen and (max-width: 1364px) {
      .navbar__logo-col {
        max-width: 70%;
        margin-left: 10px; } }
  .navbar__logo-a {
    display: block; }
  .navbar__logo {
    height: 59px;
    width: auto;
    vertical-align: middle; }

.hamburger {
  position: absolute;
  right: 10px;
  top: 25px;
  outline: none; }
  .hamburger:active .hamburger-inner,
  .hamburger:active .hamburger-inner:before,
  .hamburger:active .hamburger-inner:after, .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner:before,
  .hamburger:hover .hamburger-inner:after, .hamburger:focus .hamburger-inner,
  .hamburger:focus .hamburger-inner:before,
  .hamburger:focus .hamburger-inner:after {
    background-color: #5b97ca; }
  @media screen and (max-width: 500px) {
    .hamburger {
      right: 0; } }
  @media screen and (min-width: 1365px) {
    .hamburger {
      display: none; } }

.nav-nvp {
  display: none; }
  @media screen and (max-width: 1364px) {
    .nav-nvp.is-active {
      position: relative;
      z-index: 999;
      width: 100%;
      padding: 0;
      background: #5b97ca;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      margin: 22px 0 -22px 0; }
      .nav-nvp.is-active .menu {
        width: 100%; }
      .nav-nvp.is-active .menu-item {
        width: 100%;
        text-align: center; } }

.header {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 450px;
  max-height: 500px;
  margin-bottom: 5%; }
  @media screen and (max-width: 1364px) {
    .header {
      padding-right: 25px;
      padding-left: 25px;
      min-height: initial; } }
  @media screen and (max-width: 767px) {
    .header {
      max-height: none; } }
  .header:after {
    font-size: 30px;
    content: '';
    background-image: radial-gradient(circle closest-side, #fff 15px, rgba(255, 255, 255, 0) 16px);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 31px 32px;
    shape-rendering: geometricPrecision;
    display: block;
    height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5em;
    width: 100%; }
  .header__nav {
    z-index: 999; }
    @media screen and (max-width: 1364px) {
      .header__nav {
        display: none; } }
  .header__content {
    -ms-flex-align: center;
        align-items: center;
    min-height: 500px;
    padding-bottom: 3em; }
    @media screen and (max-width: 767px) {
      .header__content {
        width: 100%;
        min-height: 300px; } }
  .header__title {
    font-size: 80px;
    line-height: 0.85em; }
    @media screen and (max-width: 767px) {
      .header__title {
        font-size: 60px; } }
  .header__tagline {
    font-size: 20px;
    line-height: 1.5em;
    padding: 5% 0;
    opacity: 0.9; }
  .header__col1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 10%; }
    .header__col1:only-child {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    @media screen and (max-width: 767px) {
      .header__col1 {
        width: 100%;
        margin-right: 0; } }
    .header__col1--lg {
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
  .header__col2 {
    background: #f5990b;
    color: #252523;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 5% 25px; }
    @media screen and (max-width: 767px) {
      .header__col2 {
        width: 100%; } }
    .header__col2 .bttn {
      width: 100%;
      text-align: center;
      border: 3px solid #5b97ca;
      background-color: #5b97ca;
      color: #fff; }
      .header__col2 .bttn:hover {
        background-color: transparent;
        border: 3px solid #5b97ca;
        color: #fff; }
  .header__icon {
    font-size: 280px;
    border-radius: 50%;
    -webkit-clip-path: circle();
            clip-path: circle();
    z-index: 0; }

.header--white {
  background-color: #fff; }

.header--yellow {
  background-color: #ffcb01; }

.header--pink {
  background-color: #e61b46; }

.header--green {
  background-color: #98C329; }

.header--bluegreen {
  background-color: #309796; }

.header--orange {
  background-color: #f5990b; }

.header--blue {
  background-color: #5b97ca; }

.header--purple {
  background-color: #b24fd6; }

.stappen {
  background: #f5990b;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 5%; }
  .stappen__grid {
    padding-bottom: 2em; }
    @media screen and (max-width: 1200px) {
      .stappen__grid {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center; } }
  .stappen__icon {
    font-size: 75px !important;
    stroke-width: 4px; }
  .stappen__cta {
    color: #f5990b;
    text-align: center; }
  .stappen__h2 {
    color: #fff; }
    .stappen__h2:before {
      border-color: #fff; }

.stap {
  text-align: center;
  padding: 25px; }
  @media screen and (max-width: 1200px) {
    .stap {
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
      width: 50%; }
      .stap:last-child {
        border-left: none !important; } }
  @media screen and (max-width: 767px) {
    .stap {
      width: 100%; } }
  .stap:nth-child(n+2) {
    border-left: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .stap:nth-child(n+2) {
        border-left: none;
        border-top: 1px solid #fff;
        padding-top: 10%; } }
  .stap__nr {
    font-family: "Amatic SC", cursive !important;
    font-size: 36px;
    font-weight: bolder !important;
    margin-top: 5%; }

.themas {
  margin: 5% 0; }
  .themas__heading {
    margin: 60px 0; }
    @media screen and (max-width: 767px) {
      .themas__heading {
        margin: 30px 0; } }

.thema {
  padding: 5% 0 50px 0;
  text-align: center;
  margin-right: -3px;
  background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px);
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 7px 3px, 3px 7px; }
  @media screen and (max-width: 767px) {
    .thema {
      padding: 5px 0 5% 0; } }
  @media (max-width: 719px) {
    .thema:nth-child(1) {
      background-image: none;
      padding-top: 0; } }
  .thema:nth-child(n+4) {
    background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px);
    background-position: 0 0, 100% 0, 0 100%;
    background-repeat: repeat-x, repeat-y;
    background-size: 7px 3px, 3px 7px; }
    @media screen and (max-width: 767px) {
      .thema:nth-child(n+4) {
        background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
        background-position: 0 0, 100% 0, 0 100%;
        background-repeat: repeat-x, repeat-y;
        background-size: 7px 3px, 3px 7px; } }
  @media screen and (max-width: 767px) {
    .thema {
      background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
      background-position: 0 0, 100% 0, 0 100%;
      background-repeat: repeat-x, repeat-y;
      background-size: 7px 3px, 3px 7px; } }
  .thema__icon {
    font-size: 250px;
    padding: 0 0 5% 0; }
  .thema__btn {
    text-transform: lowercase;
    font-weight: 700; }

.ervaringen {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%; }
  .ervaringen:before {
    content: '';
    font-size: 23vw;
    border-radius: 50%;
    background: #ffcb01;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    right: -0.5em;
    z-index: -1;
    mix-blend-mode: darken;
    margin-top: -160px; }
    @media screen and (max-width: 767px) {
      .ervaringen:before {
        z-index: auto;
        font-size: 11.5vw; } }
    @media screen and (max-width: 767px) {
      .ervaringen:before {
        font-size: 40vw; } }
  .ervaringen:after {
    content: '';
    font-size: 437px;
    border-radius: 50%;
    background: #ffcb01;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    left: -0.5em;
    z-index: -1;
    mix-blend-mode: darken;
    font-size: 23vw;
    margin-top: -1em;
    bottom: -0.5em; }
    @media screen and (max-width: 767px) {
      .ervaringen:after {
        z-index: auto;
        font-size: 218.5px; } }
    @media screen and (max-width: 767px) {
      .ervaringen:after {
        font-size: 40vw; } }

.ervaring__img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 612px; }
@media screen and (min-width: 768px) {
  .ervaring {
    padding: 80px 0 0 0; }
    .ervaring__content {
      padding: 0 25px 0 50px; } }
.ervaring__name {
  font-size: 180px;
  line-height: 0.8em;
  margin: 0 0 0 -10px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .ervaring__name {
      margin: 0.5em 0;
      font-size: 90px; } }
  .ervaring__name--small {
    font-size: 80px; }
    @media screen and (max-width: 767px) {
      .ervaring__name--small {
        margin: 0.5em 0;
        font-size: 15vw; } }

.partners {
  margin: 5% 0;
  position: relative;
  padding: 3.5em 0 0 0; }
  .partners__flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .partners__logo {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    padding: 0.5em 25px; }
    @media screen and (max-width: 1364px) {
      .partners__logo {
        min-width: 25%; } }
    @media screen and (max-width: 767px) {
      .partners__logo {
        min-width: 33%; } }
    @media screen and (max-width: 500px) {
      .partners__logo {
        min-width: 50%; } }
  .partners__heading {
    font-size: 30px;
    transform: rotate(-5deg);
    font-weight: 400;
    position: absolute;
    margin: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .partners__heading {
        margin-left: 25px;
        padding-left: 26px; } }
    .partners__heading:after {
      content: '';
      width: 26px;
      height: 65px;
      left: -0.9em;
      top: 0.5em;
      display: block;
      position: absolute;
      background: url("build/img/arrow-down.svg") 0 0 no-repeat; }
      @media screen and (max-width: 767px) {
        .partners__heading:after {
          margin-left: 25px; } }

.about {
  background: #5b97ca;
  color: #fff;
  position: relative; }
  .about:before {
    font-size: 30px;
    content: '';
    background-image: radial-gradient(circle closest-side, #5b97ca 15px, rgba(91, 151, 202, 0) 16px);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 31px 32px;
    shape-rendering: geometricPrecision;
    display: block;
    height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5em;
    width: 100%; }
  .about__h2:before {
    border-color: #ffcb01; }
  .about__images {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    padding-bottom: 5%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .about__images {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px; } }
  .about__img {
    background: center center no-repeat white;
    background-size: contain;
    border-radius: 50%;
    width: .75em;
    height: .75em;
    overflow: hidden; }
    .about__img--0 {
      font-size: 18vw;
      margin-left: -0.2em;
      background-size: 70% auto; }
    .about__img--1 {
      font-size: 21vw;
      margin-top: 0.3em; }
    .about__img--2 {
      font-size: 21vw;
      margin-top: 0em; }
    .about__img--3 {
      font-size: 19.5vw;
      margin-top: 0.5em;
      margin-right: -0.3em; }
    .about__img--4 {
      font-size: 10.5vw;
      margin-top: 0.1em;
      margin-right: -0.3em; }
    @media screen and (max-width: 767px) {
      .about__img {
        float: left; } }

.footer {
  background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 7px 3px, 3px 7px;
  background-color: #5b97ca;
  padding: 50px 0;
  font-size: 18px;
  line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 0; }
    .footer p, .footer a {
      line-height: 2.2em;
      }
    }
  .footer p, .footer a {
    color: #fff; }
  .footer__col {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    padding: 20px 70px 20px 70px; }
    .footer__col:nth-child(n+2) {
      background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px);
      background-position: 0 0, 100% 0, 0 100%;
      background-repeat: repeat-x, repeat-y;
      background-size: 7px 3px, 3px 7px; }
      @media screen and (max-width: 767px) {
        .footer__col:nth-child(n+2) {
          background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
          background-position: 0 0, 100% 0, 0 100%;
          background-repeat: repeat-x, repeat-y;
          background-size: 7px 3px, 3px 7px; } }

@media screen and (min-width: 768px) {
  .subscribe {
    margin-top: 40px; } }
@media screen and (max-width: 1364px) {
  .subscribe {
    padding: 0 25px; } }
@media screen and (max-width: 899px) {
  .subscribe {
    display: block; } }
.subscribe__text {
  padding-right: 70px;
  padding-bottom: 5%;
  position: relative; }
.subscribe__arrow {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: 0; }
  @media screen and (max-width: 1200px) {
    .subscribe__arrow {
      transform: rotate(35deg); } }
  @media screen and (max-width: 899px) {
    .subscribe__arrow {
      transform: rotate(-35deg) scaleX(-1); } }
.subscribe__form {
  position: relative;
  max-width: 100%; }
  .subscribe__form .checkbox-wrap {
    padding: 0;
    right: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (min-width: 900px) {
      .subscribe__form .checkbox-wrap {
        position: absolute;
        top: 0;
        height: 90px; } }
    @media screen and (max-width: 899px) {
      .subscribe__form .checkbox-wrap {
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 10px; } }
.subscribe__email {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 1em 2.22em;
  border-radius: 2em;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  width: 100% !important;
  max-width: 100%;
  font-size: 22px !important;
  border: 2px solid #c2b6ae;
  overflow: hidden; }
  @media screen and (min-width: 1500px) {
    .subscribe__email {
      min-width: 260px; } }
  @media screen and (min-width: 900px) {
    .subscribe__email {
      height: 90px !important; }
      .subscribe__email:nth-last-child(2):first-child {
        width: 550px !important;
        padding-right: 275px; }
      .subscribe__email:nth-last-child(3):first-child {
        width: 850px !important;
        padding-right: 600px; } }
  @media screen and (max-width: 899px) {
    .subscribe__email {
      padding-right: 0;
      padding-left: 0;
      text-align: center; } }
.subscribe__btn {
  font-size: 22px;
  height: 70px;
  top: 10px;
  position: absolute;
  padding: 0 1em; }
  @media screen and (min-width: 768px) {
    .subscribe__btn {
      min-width: 260px; } }
  .subscribe__btn:nth-child(2) {
    right: 10px; }
  .subscribe__btn:nth-child(3) {
    right: 10px; }
  @media screen and (max-width: 899px) {
    .subscribe__btn {
      position: static;
      width: 100%;
      height: 90px;
      margin: 5px 0 0 0; } }

@media screen and (max-width: 899px) {
  .subscribe__email {
    width: 100% !important; }
  .subscribe__form .checkbox-wrap {
    position: static; }
  .subscribe__btn {
    position: static; } }
.breadcrumbs {
  list-style: none;
  padding: 0 0 40px 0;
  margin: 0 0 5% 0;
  background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 7px 3px, 3px 7px; }
  @media screen and (max-width: 1364px) {
    .breadcrumbs {
      padding: 0 25px 40px 25px; } }

.breadcrumb {
  display: inline-block; }
  .breadcrumb:nth-child(n+2):before {
    content: '>';
    padding: 0 9px 0 0;
    font-family: "Amatic SC", cursive; }
  .breadcrumb__a {
    text-decoration: none;
    padding: 5px 5px 5px 0; }

.scroll-up {
  font-size: 90px;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #d8d8d8; }
  .scroll-up:hover {
    color: #5b97ca; }
  @media screen and (max-width: 767px) {
    .scroll-up {
      margin: auto;
      text-align: center;
      display: block;
      padding-top: 25px; } }

.table {
  width: 100%; }
  .table tr:nth-child(even) {
    background: #f1f5f7; }
  .table td {
    padding: 15px 10px;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .table td {
        padding: 5px;
        font-size: 0.7rem;
        line-height: 25px; } }

.tabs {
  font-size: 0;
  margin: 25px 0; }
  @media screen and (max-width: 1364px) {
    .tabs {
      margin: 0 25px; } }

.tabs:after {
  clear: both;
  content: '';
  display: table; }

.tabs .tab {
  display: inline; }

.tabs .tab-label {
  background: white;
  color: #929089;
  border: 1px solid transparent;
  border-bottom-color: #979797;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  left: 1px;
  margin-left: -1px;
  padding: 25px 30px;
  position: relative;
  vertical-align: bottom;
  cursor: pointer; }
  .tabs .tab-label:hover {
    color: #5b97ca; }
  @media screen and (max-width: 1364px) {
    .tabs .tab-label {
      padding: 15px 3vw;
      font-size: 16px; } }

.tabs .tab > [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1; }

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0; }

.tabs .tab-content {
  display: block;
  background: white;
  padding: 30px;
  border: 1px solid #979797;
  border-radius: 0 10px 10px 10px;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -1px;
  width: 100%; }
  @media screen and (max-width: 1364px) {
    .tabs .tab-content {
      padding: 15px 5px;
      font-size: 16px; } }

.tabs .tab [type="radio"]:checked + .tab-label {
  color: #252523;
  border-color: #979797;
  border-bottom-width: 0;
  padding-bottom: 26px;
  z-index: 1; }
  @media screen and (max-width: 1364px) {
    .tabs .tab [type="radio"]:checked + .tab-label {
      padding-bottom: calc(15px + 1px); } }

.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline; }

/* and just for fun... */
/*
@media only screen and (max-width: 43em) {
  .tabs .tab > label {
    background: #BBB;
    border-color: #999;
    width: 100%;
  }
  .tabs .tab [type="radio"]:checked + .tab-label {
    background: #222;
    border-color: #444;
    color: #DDD;
  }
}*/
.download {
  padding: 0 25px 5% 0; }
  @media screen and (max-width: 1364px) {
    .download {
      padding: 5% 25px 0 25px; } }
  .download__icon {
    min-width: 40px;
    font-size: 65px;
    vertical-align: middle; }
  .download__a {
    color: #e61b46;
    padding: 0 0.5em; }
    .download__a:hover {
      color: #ba1437; }
    @media screen and (max-width: 767px) {
      .download__a {
        word-break: break-all; } }

.onderhoud__col1 {
  -ms-flex: 33%;
      flex: 33%;
  padding: 0 25px; }
.onderhoud__col2 {
  -ms-flex: 66%;
      flex: 66%;
  padding: 0 25px; }
  @media screen and (min-width: 768px) {
    .onderhoud__col2 {
      margin-top: 100px; } }

.accessoires {
  background: #f9f9f7;
  position: relative; }
  .accessoires:before {
    font-size: 30px;
    content: '';
    background-image: radial-gradient(circle closest-side, #f9f9f7 15px, rgba(249, 249, 247, 0) 16px);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 31px 32px;
    shape-rendering: geometricPrecision;
    display: block;
    height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5em;
    width: 100%; }

.accessoire__img {
  font-size: 157px;
  width: 1em;
  height: 1em;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  line-height: 0.9em;
  overflow: hidden;
  margin: auto; }
.accessoire__name {
  font-size: 16px;
  margin: 0.7em 0 0 0; }
.accessoire__cta {
  font-size: 18px;
  color: #e61b46;
  text-decoration: underline; }

.product__descr {
  background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px);
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 7px 3px, 3px 7px;
  padding-bottom: 5%; }
  @media screen and (max-width: 767px) {
    .product__descr {
      background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
      background-position: 0 0, 100% 0, 0 100%;
      background-repeat: repeat-x, repeat-y;
      background-size: 7px 3px, 3px 7px; } }
.product__anchors {
  background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px);
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 7px 3px, 3px 7px; }
  @media screen and (max-width: 767px) {
    .product__anchors {
      background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
      background-position: 0 0, 100% 0, 0 100%;
      background-repeat: repeat-x, repeat-y;
      background-size: 7px 3px, 3px 7px; } }
.product__img-360 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 7px 3px, 3px 7px; }
  .product__img-360 > .carousel-products {
    width: 100%; }
.product__carousel-cell {
  text-align: center; }
.product__rondjes {
  max-height: 120px;
  padding: 15px 25px;
  overflow: hidden; }
.product__heading-360 {
  font-size: 30px;
  text-align: center;
  margin: 0.7em 0 0 0; }
.product__nav {
  margin: 10px -20px; }
.product__nav-item {
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px; }

input[type='button'].ninja-forms-field {
  border: 3px solid #f5990b;
  background-color: #f5990b;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 1em 2.22em;
  border-radius: 2em;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
  max-width: 100%;
  cursor: pointer; }
  input[type='button'].ninja-forms-field:hover {
    background-color: transparent;
    border: 3px solid #f5990b;
    color: #f5990b; }
  @media screen and (min-width: 1500px) {
    input[type='button'].ninja-forms-field {
      min-width: 260px; } }

.ninja-forms-req-symbol {
  font-family: "Amatic SC", cursive; }

.faq {
  position: relative;
  min-height: 753px; }
  .faq:before {
    content: '';
    width: 548px;
    height: 753px;
    background: url("build/img/speech.png") right center no-repeat;
    background-size: 35vw auto;
    position: absolute;
    left: -203px;
    z-index: -1; }
    @media screen and (min-width: 1500px) {
      .faq:before {
        left: -90px;
        background-size: contain; } }
    @media screen and (max-width: 1364px) {
      .faq:before {
        background-size: 35vw auto;
        left: calc(-548px + (25vw - 25px)); } }
    @media screen and (max-width: 767px) {
      .faq:before {
        content: none;
        display: none; } }
  .faq__container {
    padding: 0 0 0 370px; }
    @media screen and (max-width: 1364px) {
      .faq__container {
        margin: 0 25px;
        padding: 0 0 0 25vw; } }
    @media screen and (max-width: 767px) {
      .faq__container {
        padding: 0; } }
  .faq__item {
    border-bottom: 1px solid #deebef; }
  .faq__radio {
    clip: rect(0 0 0 0);
    height: 1px;
    opacity: 0;
    position: fixed;
    width: 1px;
    z-index: -1; }
  .faq__label {
    width: 100%;
    line-height: 1.5em;
    padding: 20px 50px 20px 0;
    display: block;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #deebef;
    margin: 0 0 -1px 0; }
    .faq__label:after {
      content: '+';
      font-family: "Amatic SC", cursive;
      font-size: 50px;
      position: absolute;
      top: 16px;
      right: 5px;
      text-align: center;
      transition: .3s transform ease; }
  .faq__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
  .faq__content {
    padding: 10px;
    background: rgba(216, 216, 216, 0.3); }
  .faq__radio:checked + .faq__label {
    color: #252523;
    z-index: 1; }
    .faq__radio:checked + .faq__label:after {
      transform: rotate(135deg); }
  .faq__radio:checked ~ .faq__panel {
    max-height: 999px; }

.category {
  position: relative;
  padding: 35px 0; }
  .category:nth-child(even) {
    background: #f9f9f7;
    z-index: 0; }
  .category__product-image {
    height: 220px;
    overflow: hidden;
    text-align: center;
    mix-blend-mode: darken;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 5%; }
    @media screen and (max-width: 767px) {
      .category__product-image {
        margin-bottom: 0; } }
    .category__product-image .wp-post-image {
      max-height: 100%;
      max-width: 100%;
      width: auto; }
  .category__product-no-image {
    font-size: 100px;
    margin-top: 30px; }
  .category__product-link {
    z-index: 1; }
  .category__product-title {
    font-size: 36px; }
    @media screen and (max-width: 767px) {
      .category__product-title {
        border: 3px solid #5b97ca;
        border-radius: 2em;
        background-color: transparent;
        padding: 10px 0;
        margin: 25px 50px;
        color: #252523;
        transition: all 0.3s ease; } }
  .category__more {
    background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
    background-position: 0 0, 100% 0, 0 100%;
    background-repeat: repeat-x, repeat-y;
    background-size: 7px 3px, 3px 7px;
    color: #5b97ca;
    text-decoration: underline;
    font-size: 22px;
    padding: 5% 0; }
    @media screen and (max-width: 767px) {
      .category__more {
        background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
        background-position: 0 0, 100% 0, 0 100%;
        background-repeat: repeat-x, repeat-y;
        background-size: 7px 3px, 3px 7px; } }
  .category__more-border {
    background-image: radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
    background-position: 0 0, 100% 0, 0 100%;
    background-repeat: repeat-x, repeat-y;
    background-size: 7px 3px, 3px 7px;
    color: #5b97ca;
    text-decoration: underline;
    font-size: 22px;
    padding: 5% 0; }
    @media screen and (max-width: 767px) {
      .category__more-border {
        background-image: radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, #c1c3cb 0.5px, rgba(193, 195, 203, 0) 1.5px), radial-gradient(circle closest-side, transparent 0.5px, rgba(193, 195, 203, 0) 1.5px);
        background-position: 0 0, 100% 0, 0 100%;
        background-repeat: repeat-x, repeat-y;
        background-size: 7px 3px, 3px 7px;
        padding: 0 0 5% 0;
        margin: 0 0 5% 0; } }
    .category__more-border:hover {
      color: #e75896; }
  .category:first-child:after {
    content: '';
    font-size: 283px;
    border-radius: 50%;
    background: #ffcb01;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    left: -0.5em;
    z-index: -1;
    mix-blend-mode: darken;
    font-size: 15vw;
    bottom: 1em;
    top: 0.5em; }
    @media screen and (max-width: 767px) {
      .category:first-child:after {
        z-index: auto;
        font-size: 141.5px; } }
  .category:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    mix-blend-mode: darken;
    font-size: 377px;
    width: 1.215em;
    height: 1em;
    background: url("build/img/blokjes-met-cirkel.png") 0 0 no-repeat;
    right: -0.5em;
    z-index: -1;
    background-size: contain;
    font-size: 20vw;
    margin-top: -160px; }
    @media screen and (max-width: 1200px) {
      .category:nth-child(2):before {
        z-index: auto;
        font-size: 188.5px;
        margin-top: -0.6em; } }
  .category:nth-child(3):before {
    content: '';
    font-size: 223px;
    border-radius: 50%;
    background: #ffcb01;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    left: -0.5em;
    z-index: -1;
    mix-blend-mode: darken;
    font-size: 12vw;
    margin-top: -160px; }
    @media screen and (max-width: 767px) {
      .category:nth-child(3):before {
        z-index: auto;
        font-size: 111.5px; } }
  .category:nth-child(4):after {
    content: '';
    font-size: 437px;
    border-radius: 50%;
    background: #ffcb01;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    right: -0.5em;
    z-index: -1;
    mix-blend-mode: darken;
    font-size: 23vw;
    margin-top: -160px; }
    @media screen and (max-width: 767px) {
      .category:nth-child(4):after {
        z-index: auto;
        font-size: 218.5px; } }
  .category:last-child:before {
    display: none; }

.adviseur__naam {
  position: relative;
  margin-left: -150px; }
  @media screen and (max-width: 1200px) {
    .adviseur__naam {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .adviseur__naam {
      padding-left: 54px; } }
  .adviseur__naam:before {
    content: '';
    font-size: 54px;
    width: 1em;
    height: 22px;
    position: absolute;
    left: -1.2em;
    top: 0.3em;
    background: url("build/img/arrow-left.svg") 0 0 no-repeat; }
    @media screen and (max-width: 767px) {
      .adviseur__naam:before {
        transform: rotate(30deg) scaleY(-1);
        left: 0;
        top: -0.2em; } }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  border-radius: 1.2em; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 10; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: "Amatic SC", cursive;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.call-modal {
  cursor: pointer; }

.carousel-cell {
  width: 100%;
  margin: 0 5px; }
  @media screen and (max-width: 767px) {
    .carousel-cell {
      margin: 0; } }

.carousel-nav .carousel-cell {
  font-size: 100px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: center center no-repeat #ffcb01;
  background-size: cover;
  background-origin: content-box;
  display: block;
  border: 11px solid #fff; }
  .carousel-nav .carousel-cell.is-nav-selected {
    box-shadow: inset 0 0 0 10px #fff;
    border: 1px solid #252523; }

.flickity-prev-next-button[type="button"] {
  border: 1px solid #d8d8d8; }
  .flickity-prev-next-button[type="button"] .arrow {
    transition: all 0.3s ease; }
    .flickity-prev-next-button[type="button"] .arrow:not([disabled]) {
      fill: #5b97ca; }
  .flickity-prev-next-button[type="button"]:hover .arrow:not([disabled]) {
    fill: #65ccea; }

.wd-clear {
  margin-bottom: 15px; }

.gmwd_store_locator_title1 {
  padding-bottom: 5%; }

.gmwd_container .gmwd_store_locator_label[for="gmwd_marker_categories"] {
  display: none !important; }
.gmwd_container .gmwd_store_locator_container {
  background: transparent !important; }
  .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_reset1,
  .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_search1 {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 1em 2.22em;
    border-radius: 2em;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
    padding: 1em 2.22em !important;
    border-radius: 2em !important; }
    @media screen and (min-width: 1500px) {
      .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_reset1,
      .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_search1 {
        min-width: 260px; } }
  .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_search1 {
    border: 3px solid #98C329 !important;
    background-color: #98C329 !important; }
    .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_search1:hover {
      background-color: transparent !important;
      border: 3px solid #98C329 !important;
      color: #98C329 !important; }
  .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_reset1 {
    border: 3px solid #5b97ca !important;
    background-color: transparent !important;
    color: #5b97ca !important; }
    .gmwd_container .gmwd_store_locator_container #gmwd_store_locator_reset1:hover {
      background-color: #5b97ca !important;
      border: 3px solid #5b97ca !important;
      color: #fff !important; }
  .gmwd_container .gmwd_store_locator_container .gmwd_store_locator_address1,
  .gmwd_container .gmwd_store_locator_container .gmwd_store_locator_radius1 {
    padding: 0.5em !important;
    border-color: #c1c3cb !important; }
  .gmwd_container .gmwd_store_locator_container .gmwd_store_locator_container1,
  .gmwd_container .gmwd_store_locator_container .gmwd_store_locator_label {
    padding: 0.5em 0 !important;
    background: transparent !important;
    color: #252523 !important;
    width: 120px;
    margin-right: 8px; }

.gmwd_my_location_store_locator1 {
  padding: 0.5em 0.1em; }

.gmwd_advanced_info_window_address1 {
  display: none !important; }

.gmwd_advanced_info_window_title1 {
  padding: 5px 0 15px 0 !important; }

.gmwd_advanced_info_window1 {
  border-radius: 1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important; }
  .gmwd_advanced_info_window1 div:first-child {
    position: absolute;
    padding: 5px 10px; }

.gm-style {
  font-family: "Proxima Nova Soft W03", sans-serif !important; }

.g-recaptcha,
.upload-wrap {
  max-width: 100%;
  overflow: hidden; }

.dm-ninja-input {
  width: 100% !important;
  min-width: 200px; }

.placeholderError:invalid {
  border-color: #e61b46; }

.character-404 {
  transform: translateY(-10px);
  animation: hover 10s ease infinite; }

.shadow-404 {
  transform: scale(0.9);
  animation: shadow 10s ease infinite;
  transform-origin: center; }

@keyframes hover {
  0% {
    transform: translateY(-10px); }
  40% {
    transform: translateY(20px); }
  100% {
    transform: translateY(-10px); } }
@keyframes shadow {
  0% {
    transform: scale(0.9); }
  40% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }


/*! Flickity v2.0.3
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*# sourceMappingURL=maps/style.css.map */
