@charset "UTF-8";
/*
// Nieuwe Pixels - Flexbox Grid v0.71 (05-05-2019)
//
// Built with:
// - SMACSS (05-05-2019)
// - Kindling.scss (github.com/timothylong/kindling) - Minimalistic base Flexbox
// - Flexbox-grid.scss (github.com/zemirco/flexbox-grid) - Auto cols, Row/Col padding for nesting
// - Sass MQ - (https://github.com/sass-mq/sass-mq) Flexible breakpoints
*/
/* ////////////////////////////////////////////////////////////
//
// NORMALIZE
// path: smacss/base/normalzie
//
/////////////////////////////////////////////////////////// */
/*! 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.
 */
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).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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.
 */
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+.
 */
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.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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],
[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;
}

/**
 * Correct the padding in Firefox.
 */
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.
 */
legend {
  -webkit-box-sizing: border-box;
          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.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[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.
 */
::-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.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ////////////////////////////////////////////////////////////
//
// UTILITIES
// path: smacss/layout/utilities
//
/////////////////////////////////////////////////////////// */
.layout_color1 {
  height: 400px;
  background-color: #f9f9fc;
}
.layout_color1 [class*=row] {
  height: 100%;
}

.layout_color2 {
  height: 600px;
  background-color: #f1f1f7;
}
.layout_color2 [class*=row] {
  height: 100%;
}

.img__responsive,
.responsive,
.card__samenwerking__media img,
.images__inspiratie__detail__image,
.card__inspiratie__project img,
.home__hero-media-image,
.pages__global-media-image,
.mod__quote-paintcan-image,
.mod__quote-paintcan-media-image,
.card__blog-header-media-image,
.dienst__slider-media-image,
.dienst__hero-media-image,
.site__footer-socials-icon,
.site__footer-brand-media-image,
.card__content-box-media-image {
  max-width: 100%;
  max-height: 100%;
}

.img__fullwidth,
.fullwidth,
.mod__quote-paintcan-image {
  width: 100%;
  height: auto;
}

.object-fit, .images__inspiratie__detail__image, .card__inspiratie__project img, .home__inspiratie__uitgelicht .card__inspiratie__project img, .home__hero-media-image, .pages__global-media-image, .card__blog-header-media-image, .dienst__slider-media-image, .dienst__hero-media-image, .card__content-box-media-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.text-align--left {
  text-align: left !important;
}

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

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

/* /site/setup/variables.scss  */
/* /smaccs/layout/kindling-mq.scss  */
/*
// MIXINS
//
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex, .row,
.row-padding,
.row-col-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* /////////////////////////////////////////////////////////
//
// Grid
//
/////////////////////////////////////////////////////////// */
[class*=grid] {
  margin: 0 auto;
  width: 96%;
}
@media (min-width: 1201px) {
  [class*=grid] {
    max-width: 85%;
  }
}
@media (min-width: 1441px) {
  [class*=grid] {
    max-width: 90%;
  }
}

.grid {
  max-width: 1441px;
}

.grid--xs,
.grid__xs {
  max-width: 767px;
}

.grid--sm,
.grid__sm {
  max-width: 993px;
}

.grid--md,
.grid__md {
  max-width: 1201px;
}

.grid--lg,
.grid__lg {
  max-width: 1441px;
}

/*
// Grid: Row
*/
.row,
.row-padding,
.row-col-padding {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
// Grid: Row/Col padding
*/
[class*=col].col-padd,
.row-padding,
.col-padding,
.row-col-padding > [class*=col] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/*
// MQ: Custom Grid builder
*/
/*
// Grid: Cols (default)
//
*/
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* /////////////////////////////////////////////////////////
//
// Grid: Custom colums by size
// 
// - Build whatever you need. Leave out what you dont need.
//
/////////////////////////////////////////////////////////// */
/*
// Custom Grid Cols - Tablet and up
//
*/
@media (min-width: 62.0625em) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
/*
// Custom Grid Cols - Desktop and up
//
*/
@media (min-width: 75.0625em) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
/* /smaccs/layout/kindling-addons.scss  */
.justify--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify--flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

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

.align-items--flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items--flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* 2020-09-01 */
.align-self--auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.align-self--stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-self--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self--flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self--flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self--baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

/*
// Grid: Super padding
*/
.padd-l {
  padding-left: 1.25rem;
}

.padd-r {
  padding-right: 1.25rem;
}

.padd-lr {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padd-t {
  padding-top: 1.25rem;
}

.padd-b {
  padding-bottom: 1.25rem;
}

.padd-tb {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padd {
  padding: 1.25rem;
}

/* /smaccs/site/setup/colors.scss  */
@font-face {
  font-family: "Texta Alt";
  src: url("../fonts/texta/TextaAlt-Bold.woff2") format("woff2"), url("../fonts/texta/TextaAlt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("../fonts/texta/Texta-Bold.woff2") format("woff2"), url("../fonts/texta/Texta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta Alt";
  src: url("../fonts/texta/TextaAlt-Medium.woff2") format("woff2"), url("../fonts/texta/TextaAlt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta Alt";
  src: url("../fonts/texta/TextaAlt-LightIt.woff2") format("woff2"), url("../fonts/texta/TextaAlt-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta Alt";
  src: url("../fonts/texta/TextaAlt-Regular.woff2") format("woff2"), url("../fonts/texta/TextaAlt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("../fonts/texta/Texta-Light.woff2") format("woff2"), url("../fonts/texta/Texta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("../fonts/texta/Texta-Regular.woff2") format("woff2"), url("../fonts/texta/Texta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat/Caveat-Regular.woff2") format("woff2"), url("../fonts/caveat/Caveat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat/Caveat-Bold.woff2") format("woff2"), url("../fonts/caveat/Caveat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* /site/setup/typography.scss  */
/* Calculate values */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.5rem;
  font-family: "Texta", arial, sans-serif;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.015em;
  word-spacing: 0em;
  color: #676666;
}

h1, .h1, .home__about_company-header-title {
  font-size: 1.8639902696em;
}

h2, .h2, .cta__dienst-titel {
  font-size: 1.5404878261em;
}

h3, .h3, .widget__contact-title {
  font-size: 1.2731304348em;
}

h4, .h4 {
  font-size: 1.052173913em;
}

h5, .h5 {
  font-size: 0.8695652174em;
}

h6, .h6 {
  font-size: 0.71864894em;
}

ul, p {
  margin-top: 0;
  font-family: "Texta", arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #418892;
}

/* ////////////////////////////////////////////////////////////
//
// SETUP
// path: smacss/base/setup
//
/////////////////////////////////////////////////////////// */
html {
  font-size: 23px;
  margin-top: 0 !important;
  overflow-x: hidden;
}
@media (max-width: 1201px) {
  html.np {
    margin-top: 0 !important;
  }
  html body.admin-bar .site__header {
    padding-top: 48px;
  }
}

body {
  position: relative;
  font-size: inherit;
  font-family: "Texta", arial, sans-serif;
  color: #676666;
  font-weight: 300;
  line-height: 140%;
  background-color: #fff;
}

article h2, article h3, article h4 {
  margin-bottom: 25px;
  margin-top: 45px;
}

figure {
  margin: 0;
}

img {
  display: block;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* /modules/components.scss  */
/* Components / Elements */
/* /site/components/element/input.scss  */
/* /components/button.scss  */
.btn, .btn__secondary, .btn__primary-pill-ghost, .btn__primary-pill, .btn__primary, .btn__primary-ghost, .btn__white-ghost, .btn__white, .btn__base-ghost, .btn__base {
  padding: 9px 23px 12px;
  display: inline-block;
  font-family: "Texta", arial, sans-serif;
  font-size: 0.96rem;
  line-height: 0.96em;
  font-weight: 400;
  min-width: 100px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 1px;
  letter-spacing: 0.02em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.btn__border__pill, .btn__primary-pill-ghost, .btn__primary-pill {
  border-radius: 25px;
}

.btn__base {
  color: #fff;
  background-color: #676666;
}
.btn__base:hover {
  color: #676666;
  background-color: transparent;
}

.btn__base-ghost {
  color: #676666;
  border-color: rgba(103, 102, 102, 0.5);
}
.btn__base-ghost:hover {
  border-color: transparent;
  color: #fff;
  background-color: #676666;
}

.btn__white {
  color: #676666;
  line-height: 1.3rem;
  border-color: #fff;
  background-color: #fff;
}
.btn__white:hover {
  color: #676666;
  background-color: transparent;
}

.btn__white-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn__white-ghost:hover {
  border-color: transparent;
  color: #fff;
  background-color: #676666;
}

.btn__primary, .btn__primary-ghost {
  color: #fff;
  background-color: #418892;
}
.btn__primary:hover, .btn__primary-ghost:hover {
  background-color: #676666;
}

.btn__primary-pill {
  color: #fff;
  background-color: #418892;
}
.btn__primary-pill:hover {
  background-color: #676666;
}

.btn__primary-ghost {
  color: #000;
  font-weight: 600;
  background-color: transparent;
  border-color: #418892;
}
.btn__primary-ghost:hover {
  color: #676666;
  background-color: rgba(103, 102, 102, 0.1);
}

.btn__primary-pill-ghost {
  color: #418892;
}
.btn__primary-pill-ghost:hover {
  border-color: transparent;
  color: #fff;
  background-color: #418892;
}

.btn__secondary {
  color: #fff;
  background-color: #575656;
}
.btn__secondary:hover {
  background-color: #676666;
}

/* /components/links.scss  */
.link, .link__secondary, .link__primary {
  display: inline-block;
  font-family: "Texta", arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /*
  &:hover{
  	padding-left: 1em;
  	&:before{
  		margin-right: 10px;
  		content: '⯈';
  		color: $color-base;
  		margin-left: -1.1em;
  		width: 40px;
  		height: 20px;
  	}
  }
  */
}

.link__primary {
  color: #418892;
}
.link__primary:hover {
  color: #418892;
}

.link__secondary {
  color: #575656;
}
.link__secondary:hover {
  color: #676666;
}

/* /site/components/list.scss  */
.list__basic, .site__footer-realisation-list, .site__footer-actions-list, .site__header-navigatie-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__inline {
  margin: 0;
  padding: 0;
}
.list__inline li {
  display: inline;
}

/* /components/form.scss  */
form,
.form,
.wpcf7-form {
  font-family: "Texta", arial, sans-serif;
}
form header,
.form header,
.wpcf7-form header {
  margin-bottom: 1.25rem;
}
form label,
.form label,
.wpcf7-form label {
  display: block;
  margin-bottom: 0.4166666667rem;
}
form label span,
.form label span,
.wpcf7-form label span {
  display: inline-block;
  margin-bottom: 0.4166666667rem;
}
form input[type=submit],
.form input[type=submit],
.wpcf7-form input[type=submit] {
  cursor: pointer;
}
form input[type=text],
form input[type=email],
form input[type=telephone],
form textarea,
form select,
.form input[type=text],
.form input[type=email],
.form input[type=telephone],
.form textarea,
.form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=telephone],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  font-family: inherit;
  border: 1px solid #ddd;
}
form ::-webkit-input-placeholder,
.form ::-webkit-input-placeholder,
.wpcf7-form ::-webkit-input-placeholder {
  color: #778;
}
form ::-moz-placeholder,
.form ::-moz-placeholder,
.wpcf7-form ::-moz-placeholder {
  color: #778;
}
form :-ms-input-placeholder,
.form :-ms-input-placeholder,
.wpcf7-form :-ms-input-placeholder {
  color: #778;
}
form :-moz-placeholder,
.form :-moz-placeholder,
.wpcf7-form :-moz-placeholder {
  color: #778;
}

.form,
.wpcf7-form {
  margin-bottom: 3em;
}
.form input[type=text],
.form input[type=email],
.form input[type=telephone],
.form textarea,
.form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=telephone],
.wpcf7-form textarea,
.wpcf7-form select {
  margin-bottom: 10px;
  padding: 16px 6px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
}
.form select,
.wpcf7-form select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form .label-name,
.wpcf7-form .label-name {
  font-size: 0.9rem;
  color: #aab;
}

.wpcf7-radio {
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
}

span.wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
  margin-bottom: 0.5em !important;
}

/* /components/card.scss  */
.card {
  margin: 0;
}

.card__border {
  border: 3px solid #eee;
}

.card__border-radius {
  border-radius: 5px;
}

.card_shadow {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}

.card__content {
  padding: 2em;
}

.card__content-box-media {
  width: 500px;
  height: 500px;
}

.card__content-box-media-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

/* Components / Block  */
/* /site/components/blocks.scss  */
.cmp__block, .cmp__block-padding-margin {
  margin-bottom: 9em;
}

.cmp__block-padding {
  padding-top: 7em;
  padding-bottom: 7em;
}

.cmp__block-padding-margin {
  padding-top: 7em;
  padding-bottom: 7em;
}

.cmp__header {
  margin-bottom: 1em;
}

/* Components / Page  */
/* /components/header.scss  */
.cmp__page_header {
  margin-top: 3em;
  margin-bottom: 6em;
}

.cmp__page_header-container {
  min-height: 4em;
}

.cmp__page_header-label {
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-size: 0.8rem;
}

.cmp__page_header-title {
  opacity: 1;
}

.cmp__section_header {
  margin-bottom: 3em;
}

.cmp__section_header-label {
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-size: 0.9rem;
}

/* /site/components/hero.scss  */
.cmp__page__hero, .home__hero {
  position: relative;
}

/* /components/pagination.scss  */
.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.pagination .current-page,
.pagination .number.current,
.pagination .number a {
  display: inline-block;
  padding: 7px 13px 4px;
  min-width: 40px;
}

/* /components/page/introduction.scss  */
.cmp__page__introduction, .pages__global-introduction {
  margin-bottom: 6em;
}

.cmp__page__introduction-header, .pages__global-introduction-header {
  margin-bottom: 1.5em;
}

.cmp__page__introduction-body, .pages__global-introduction-article, .pages__global-introduction-body {
  color: #676666;
  font-size: 1.1em;
  line-height: 1.3em;
}

/* /components/page/content.scss  */
.cmp__page__content {
  margin-bottom: 6em;
}

.cmp__page__content-header, .pages__global-content-header {
  margin-bottom: 1em;
}

.cmp__page__content-body, .pages__global-content-header-title {
  color: #676666;
}

.cmp__page__content-buttons, .pages__global-content-buttons {
  margin-top: 2em;
}

.pages__global-content, .dienst__informatie-extra, .home__about_roy {
  margin-bottom: 3em;
}

/* Components / Site  */
/* /components/site/header.scss  */
.site__header {
  padding: 1em 0 0;
}
@media (min-width: 993px) {
  .site__header {
    /*padding-bottom: 1.5em;*/
  }
}

.site__header-brand {
  position: relative;
  z-index: 2;
}
@media (max-width: 1201px) {
  .site__header-brand {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.site__header-brand-image {
  display: inline-block;
  max-width: 250px;
}

.site__header-contact {
  font-size: 0.9em;
  font-weight: 600;
  color: #62929e;
}
@media (max-width: 993px) {
  .site__header-contact {
    margin-bottom: 0.5em;
  }
}

.site__header-contact-phone,
.site__header-contact-mail {
  display: inline-block;
  padding: 0.25em 0.5em;
}
@media (max-width: 993px) {
  .site__header-contact-phone,
  .site__header-contact-mail {
    padding: 0em 0.5em;
    display: block;
    text-align: center;
  }
}

@media (max-width: 993px) {
  .site__header-primary [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.site__header-navigatie-primary {
  position: relative;
  text-align: center;
}
.site__header-navigatie-primary ul#menu-hoofdnavigatie > li {
  color: #676666;
  border-bottom: 4px solid transparent;
}
.site__header-navigatie-primary ul#menu-hoofdnavigatie > li > a {
  color: inherit;
}
.site__header-navigatie-primary ul#menu-hoofdnavigatie > li.current_page_item, .site__header-navigatie-primary ul#menu-hoofdnavigatie > li.current-page-ancestor {
  font-weight: 600;
  color: #000;
}
.site__header-navigatie-primary ul#menu-hoofdnavigatie > li:hover > a {
  color: #418892;
}
.site__header-navigatie-primary ul.sub-menu > li > a {
  color: #fff;
}
.site__header-navigatie-primary ul.sub-menu > li > a:hover {
  color: #62929e;
}
.site__header-navigatie-primary ul.sub-menu > li.current_page_item a, .site__header-navigatie-primary ul.sub-menu > li.current-page-ancestor a {
  color: #62929e;
}
@media (max-width: 993px) {
  .site__header-navigatie-primary ul#menu-hoofdnavigatie {
    display: none;
    border-bottom: 1px solid rgba(103, 102, 102, 0.3);
  }
  .site__header-navigatie-primary ul#menu-hoofdnavigatie.show {
    display: block;
  }
  .site__header-navigatie-primary ul#menu-hoofdnavigatie > li a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .site__header-navigatie-primary ul.sub-menu li {
    background-image: url("../images/swoosh-subnav.png");
    background-size: 1000px 52px;
    background-repeat: no-repeat;
    background-position: -30px center;
  }
  .site__header-navigatie-primary ul.sub-menu li a {
    margin-top: -2px;
    display: block;
  }
}
@media (min-width: 993px) {
  .site__header-navigatie-primary ul#menu-hoofdnavigatie {
    text-align: center;
  }
  .site__header-navigatie-primary ul#menu-hoofdnavigatie > li {
    margin-left: 2em;
    display: inline-block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .site__header-navigatie-primary ul#menu-hoofdnavigatie > li.current_page_item, .site__header-navigatie-primary ul#menu-hoofdnavigatie > li.current-page-ancestor {
    border-bottom: 4px solid #62929e;
  }
  .site__header-navigatie-primary ul.sub-menu {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 100%;
  }
  .site__header-navigatie-primary ul.sub-menu > li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
    margin-left: 1em;
  }
}
@media (min-width: 1201px) {
  .site__header-navigatie-primary ul#menu-hoofdnavigatie {
    text-align: right;
  }
  .site__header-navigatie-primary ul#menu-hoofdnavigatie > li {
    margin-left: 2em;
    display: inline-block;
  }
  .site__header-navigatie-primary ul.sub-menu {
    position: absolute;
    z-index: 10;
    margin-top: 24px;
    right: 0;
    width: 120%;
  }
  .site__header-navigatie-primary ul.sub-menu li {
    display: inline;
    margin-left: 1em;
  }
  .site__header-navigatie-primary ul.sub-menu a {
    color: #fff;
  }
}

/* 2025-0619 */
.site__header__secondary {
  position: relative;
  min-height: 2em;
  top: 20px;
}

.site__header__secondary__navigatie {
  position: relative;
  z-index: 10;
}
.site__header__secondary__navigatie a {
  color: #fff;
}
.site__header__secondary__navigatie a:hover {
  color: #575656;
}
.site__header__secondary__navigatie ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.site__header__secondary__navigatie li {
  display: inline;
  line-height: 1.8em;
}
.site__header__secondary__navigatie li + li {
  margin-left: 2em;
}
.site__header__secondary__navigatie li.current_page_item a {
  font-weight: bold;
  color: #111;
}

.site__header-navigatie-secondary-swoosh {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 48px;
  width: 1400px;
}
@media (max-width: 993px) {
  .site__header-navigatie-secondary-swoosh {
    display: none;
  }
}
@media (min-width: 993px) {
  .site__header-navigatie-secondary-swoosh {
    width: 1600px;
  }
}
@media (min-width: 1201px) {
  .site__header-navigatie-secondary-swoosh {
    margin-top: 0px;
    width: 1400px;
  }
}
@media (max-width: 1441px) {
  .site__header-navigatie-secondary-swoosh {
    right: -300px;
  }
}
@media (min-width: 1441px) {
  .site__header-navigatie-secondary-swoosh {
    left: 35%;
  }
}

/*
.site__header-primary{
	padding: 1em 0 0.25em;
}
.site__header-secondary{
	position: relative;
	z-index: 1;
	padding: 0; //0.25em 0;
}
.site__header-navigatie-secondary-swoosh{
	position: absolute;
	z-index: 0;
	top: 0px;
	right: -330px;
	height: 50px;
	width: 1000px;
	@media(max-width: $grid-max-large){
		right: -300px;
	}
	@media(min-width: $grid-max-large){
		left: 50%;
	}
}



.site__header-navigatie-primary,
.site__header-navigatie-secondary{
	ul{
		@extend .list__basic, .list__inline, .text-align--right;
	}
	li{
		margin-left: 1em;
	}
}


.site__header-navigatie-primary{
	li{
		color: #aaa;
		margin-left: 2em;
		padding-bottom: 0.25em;

		&.current_page_item,
		&.current-page-ancestor{
			color: #000;
			font-weight: 600;
			border-bottom: 4px solid $color-primary-alt;
		}
		a{
			color: inherit;

			&:hover{
				color: $color-base;
			}
		}
	}
}
.site__header-navigatie-secondary{
	position: relative;
	z-index: 20;
	padding-top: 0.35em;	
	li{
		color: #fff;
		&.current_page_item,
		&.current-page-ancestor{
			color: $color-primary-alt;
		}

		a{
			color: inherit;
			&:hover{
				color: $color-primary-alt;
			}
		}
	}
}
*/
/* /components/site/header.mobile.scss  */
.bar1, .bar2, .bar3 {
  position: relative;
  top: 0;
  width: 25px;
  height: 3px;
  background-color: #676666;
  margin-bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
}

.mobilehamburger {
  position: relative;
  text-align: center;
}

.g__sw__mobilehamburger {
  display: inline-block;
  padding: 12px 12px 9px;
  color: rgba(103, 102, 102, 0.9);
  cursor: pointer;
}
.g__sw__mobilehamburger:hover [class*=bar] {
  background-color: #418892;
}
@media (min-width: 993px) {
  .g__sw__mobilehamburger {
    display: none;
  }
}

/* /components/site/main.scss  */
.main__pageheader_padding_top {
  padding-top: 2em;
}

.main__pageheader_padding_bottom, .main__pageheader {
  padding-bottom: 1em;
}

.main__contentblock-margin-7, .main__contentblock-margin, .dienst__informatie-extra, .pages__diensten-content, .pages__diensten-diensten, .home__quote, .home__overige_diensten, .home__diensten, .home__about_roy, .dienst__slider,
.main__contentblock {
  margin-bottom: 5em;
}

/* /components/site/footer.scss  */
.site__footer-brand-media {
  margin-bottom: 1em;
}
@media (max-width: 993px) {
  .site__footer-brand-media {
    text-align: left;
  }
}

.site__footer-brand-media-image {
  display: inline;
  max-width: 250px;
}
@media (max-width: 993px) {
  .site__footer-brand-media-image {
    margin-bottom: 1em;
    padding: 0;
  }
}

.site__footer-copyright {
  text-align: left;
  font-size: 0.8em;
}
@media (max-width: 993px) {
  .site__footer-copyright {
    margin-bottom: 1em;
  }
}
@media (min-width: 993px) and (max-width: 1201px) {
  .site__footer-copyright {
    text-align: right;
  }
}

.site__footer-actions {
  padding: 2em 0;
  color: #fff;
  background-color: #000;
}
@media (max-width: 993px) {
  .site__footer-actions {
    padding: 2em 0 1em;
  }
}

.site__footer-actions-list a {
  font-size: 0.9em;
  color: inherit;
}
.site__footer-actions-list a:hover {
  color: #62929e;
}
.site__footer-actions-list li ul {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
}
.site__footer-actions-list li ul li {
  font-style: italic;
}
@media (max-width: 993px) {
  .site__footer-actions-list {
    margin-bottom: 2em;
    text-align: left;
  }
  .site__footer-actions-list li {
    margin-left: 0em;
  }
  .site__footer-actions-list li li {
    margin-left: 0.5em;
  }
}
@media (min-width: 993px) {
  .site__footer-actions-list {
    text-align: left;
  }
  .site__footer-actions-list li {
    margin-right: 0.75em;
    display: block;
  }
}
@media (min-width: 1201px) and (max-width: 1681px) {
  .site__footer-actions-list {
    text-align: right;
  }
}

.site__footer-socials {
  text-align: center;
}
@media (min-width: 993px) {
  .site__footer-socials {
    text-align: left;
  }
}

.site__footer-socials-icon {
  display: inline-block;
  text-align: center;
  max-width: 42px;
}
@media (min-width: 993px) {
  .site__footer-socials-icon {
    padding-left: 0.25em;
    max-width: 30px;
    height: auto;
  }
}

.site__footer-realisation {
  padding: 0.25em 0;
  text-align: center;
  color: #fff;
  background-color: #418892;
}

.site__footer-realisation-list {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.85);
}
.site__footer-realisation-list a {
  color: inherit;
}
.site__footer-realisation-list a:hover {
  color: #fff;
}
@media (min-width: 993px) {
  .site__footer-realisation-list li {
    display: inline;
  }
  .site__footer-realisation-list li + li:before {
    content: "|";
    color: #676666;
    padding: 0 8px 0 5px;
  }
}

/* /components/site/footer.cookies.scss  */
/* Components / Module  */
/* /components/module/dienst/  */
.module__dienst-container, .pages__diensten-diensten, .home__diensten,
.block__dienst {
  position: relative;
}

/* /components/module/dienst/card.scss  */
.card__dienst {
  margin-bottom: 4em;
}

.card__dienst-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.card__dienst-title {
  color: #000;
}

.card__dienst-media {
  margin-bottom: 1.5em;
}

.card__dienst-media-image {
  display: inline-block;
  max-width: 120px;
}

.card__dienst__body {
  min-height: 5em;
  line-height: 1.3;
}
.card__dienst__body p {
  font-size: 0.9em;
}

.card__dienst-buttons {
  margin-top: 1em;
}

/* /components/module/dienst/card.scss  */
.cta__dienst {
  margin-bottom: 4em;
}

.cta__dienst-titel {
  margin-bottom: 1em;
  color: #62929e;
}

.cta__dienst-buttons {
  margin-top: 1em;
}

/* /components/module/dienst/detail.scss  */
.dienst__hero {
  background-color: #f1f5f6;
}

@media (max-width: 1201px) {
  .grid__half {
    text-align: center;
  }
}
@media (min-width: 1201px) {
  .grid__half {
    max-width: 720.5px;
    float: right;
    padding: 0 1.25rem;
  }
}

.dienst__hero-header {
  padding-top: 2em;
  padding-bottom: 2em;
}

.dienst__hero-header-title {
  padding-bottom: 0.25em;
  line-height: 0.91em;
  color: #000;
}
.dienst__hero-header-title em {
  font-style: normal;
  color: #62929e;
}
@media (min-width: 1201px) {
  .dienst__hero-header-title {
    font-size: 3em;
  }
}

.dienst__hero-header-subtitle {
  color: #62929e;
}

.dienst__hero-media {
  overflow: hidden;
}

.dienst__hero-media-image {
  height: 100%;
  width: 100%;
  max-height: 320px;
  -o-object-position: center center;
     object-position: center center;
}

.dienst__slider {
  margin-bottom: 7em;
}

.dienst__slider-media-image {
  height: 320px;
  min-width: 100%;
}

.dienst__slider .js-slider .slick-list {
  margin: 0 -10px;
}
.dienst__slider .js-slider .slick-slide {
  margin: 0px 10px;
}
.dienst__slider .js-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 41%;
  display: inline-block;
  padding: 17px 14px 23px;
  font-size: 3em;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.dienst__slider .js-slider .slick-prev {
  left: 1px;
}
.dienst__slider .js-slider .slick-prev:before {
  display: inline-block;
  content: "<";
}
@media (min-width: 1441px) {
  .dienst__slider .js-slider .slick-prev {
    left: -70px;
    color: #676666;
  }
}
.dienst__slider .js-slider .slick-next {
  right: 1px;
}
.dienst__slider .js-slider .slick-next:before {
  display: inline-block;
  content: ">";
}
@media (min-width: 1441px) {
  .dienst__slider .js-slider .slick-next {
    right: -70px;
    color: #676666;
  }
}

/* /components/module/referentie/  */
/* /components/module/referentie/card.scss  */
/* /components/module/referentie/detail.scss  */
/* /modules/blog/_blog.scss  */
/* /components/module/blog/card.scss  */
/* /components/module/blog/detail.scss  */
/* /components/module/referentie/  */
.cmp__title, .card__quote__header-title {
  font-family: "Caveat", serif;
}

/* /components/module/referentie/card.scss  */
.card__quote {
  position: relative;
}

.card__quote__header-title {
  font-size: 2.7em;
  font-weight: 300;
  color: #62929e;
}
.card__quote__header-title em {
  font-style: normal;
  color: #676666;
}

/* /components/module/referentie/card.scss  */
.paintcan__background {
  position: absolute;
  z-index: -1;
  bottom: -100px;
  right: -10vw;
}

.mod__quote-paintcan, .home__quote-paintcan {
  margin: 0 auto;
  position: relative;
  padding-bottom: 3em;
  max-width: 500px;
}

.mod__quote-paintcan-body-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.mod__quote-paintcan-body {
  margin-top: 15%;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin-top: 20%;
}
@media (min-width: 993px) {
  .mod__quote-paintcan-body {
    margin-top: 30%;
    padding-left: 4em;
    padding-right: 4em;
  }
}

.mod__quote-paintcan-body-quote {
  text-align: center;
}
.mod__quote-paintcan-body-quote .quote {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Caveat", serif;
  font-size: 1.25em;
  color: #416f7e;
}
@media (min-width: 993px) {
  .mod__quote-paintcan-body-quote .quote {
    font-size: 1.7em;
  }
}

.mod__quote-paintcan-body-quote-client {
  margin-top: 1em;
  font-weight: bold;
  display: block;
}

.mod__quote-paintcan-body-quote-client,
.mod__quote-paintcan-body-quote-place {
  display: none;
}

.mod__quote-paintcan-body {
  position: relative;
}
.mod__quote-paintcan-body .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 45%;
  display: inline-block;
  padding: 17px 14px 23px;
  font-size: 3em;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1441px) {
  .mod__quote-paintcan-body .slick-arrow {
    top: 37%;
  }
}
.mod__quote-paintcan-body .slick-prev {
  left: -90px;
}
.mod__quote-paintcan-body .slick-prev:before {
  display: inline-block;
  content: "<";
}
@media (min-width: 1441px) {
  .mod__quote-paintcan-body .slick-prev {
    left: -130px;
  }
}
.mod__quote-paintcan-body .slick-next {
  right: -90px;
}
.mod__quote-paintcan-body .slick-next:before {
  display: inline-block;
  content: ">";
}
@media (min-width: 1441px) {
  .mod__quote-paintcan-body .slick-next {
    right: -130px;
  }
}

/* /modules/pages.scss  */
.pages__global-introduction {
  text-align: center;
}

.pages__global-introduction-body h1, .pages__global-introduction-body h2, .pages__global-introduction-body h3 {
  color: #62929e;
}
.pages__global-introduction-body p {
  font-family: "Texta Alt";
  font-weight: 500;
}

.pages__global-introduction-article {
  margin-bottom: 3em;
  line-height: 1.5em;
}
.pages__global-introduction-article h1, .pages__global-introduction-article h2, .pages__global-introduction-article h3 {
  margin-bottom: 1em;
  color: #62929e;
}
.pages__global-introduction-article p {
  font-family: "Texta Alt";
  font-weight: 500;
  line-height: inherit;
}

.pages__global-media-image {
  margin-bottom: 1em;
}

/* /modules/404/404.scss  */
.fourofour__pageheader {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.fourofour__hero {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.fourofour__header {
  color: #fff;
}

.fourofour__header-title {
  color: inherit;
  font-size: 3rem;
}

.fourofour-media-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* /pages/home/home.scss  */
.home__hero {
  margin-bottom: 3em;
  background-color: #f1f5f6;
}

.home__hero-company-container {
  position: relative;
  z-index: 1;
  padding-top: 3em;
  padding-bottom: 2em;
  width: 100%;
}

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

.home__hero-company-title {
  color: #676666;
  font-size: 2.1em;
}
.home__hero-company-title em {
  font-style: normal;
  color: #62929e;
}
@media (min-width: 1201px) {
  .home__hero-company-title {
    font-size: 2.7em;
  }
}

.home__hero-media {
  position: relative;
  z-index: 0;
}

.home__hero-media-image {
  height: 610px;
  min-width: 100%;
  -o-object-position: -160px bottom;
     object-position: -160px bottom;
}
@media (min-width: 1201px) {
  .home__hero-media-image {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.home__hero-media-caption {
  width: 100%;
  height: 100%;
}
.home__hero-media-caption .row {
  height: 100%;
}
@media (max-width: 1201px) {
  .home__hero-media-caption {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
  }
}
@media (min-width: 1201px) {
  .home__hero-media-caption {
    position: absolute;
    top: 0;
  }
}

.home__hero-media-caption-title {
  color: #62929e;
  line-height: 1.3em;
}

.home__hero-media-caption-buttons {
  margin-top: 2em;
}

.home__leesverder {
  display: none;
}
@media (min-width: 1201px) {
  .home__leesverder {
    display: block;
    position: absolute;
    top: 70vh;
    width: 100%;
    text-align: center;
    color: #62929e;
    font-weight: 600;
  }
  .home__leesverder .home__leesverder-pijl {
    margin-top: 20px;
    display: block;
  }
}

.home__contentblock p {
  font-size: 1.17em;
}

/* Home - Tekst inspiratie */
.home__about__inspiration {
  margin-bottom: 2em;
}

.home__about_company {
  text-align: center;
}

.home__about_company-header {
  margin-bottom: 1.5em;
}

.home__about_company-header-title {
  color: #62929e;
  font-size: 2em;
}

.home__about_company-body {
  color: #676666;
  font-size: 1.1em;
  line-height: 1.3em;
}

/* Home - Inspiratie uitgelicht */
.home__inspiratie__uitgelicht {
  margin-bottom: 3em;
  padding-bottom: 2em;
  min-height: 11em;
  background-color: #f1f5f6;
}
.home__inspiratie__uitgelicht header.pages__global-content-header {
  margin: 1.5em 0;
  text-align: center;
}
.home__inspiratie__uitgelicht header.pages__global-content-header h3 {
  color: #418892;
}
.home__inspiratie__uitgelicht .home__inspiratie__uitgelicht__content {
  text-align: center;
}
.home__inspiratie__uitgelicht .home__inspiratie__uitgelicht__content h3 {
  margin-bottom: 1em;
  color: #418892;
}
.home__inspiratie__uitgelicht .card__inspiratie__project {
  margin-bottom: 1em;
}
.home__inspiratie__uitgelicht .card__inspiratie__project img {
  height: 470px;
}
.home__inspiratie__uitgelicht .button__action {
  margin-bottom: 1em;
  text-align: center;
}

/* Home - Samenwerken */
.home__samenwerken {
  margin-bottom: 6em;
  text-align: center;
}
.home__samenwerken h3 {
  color: #418892;
}

@media (min-width: 1201px) {
  .home__about_roy .pages__global-content-body {
    margin-bottom: 3em;
  }
}

.overige_diensten__content {
  margin-bottom: 1em;
}

.home__quote {
  padding-top: 3em;
  padding-bottom: 3em;
  background-image: url("../images/verf-swoosh.png");
  background-position: -150px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

/* /pages/dienst/diensten.scss  */
.pages__diensten-introduction {
  margin-top: 4em;
  margin-bottom: 3em;
}

.diensten__overige_diensten, .home__overige_diensten {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #eee;
  background-image: url("../images/wand.jpg");
}
.diensten__overige_diensten ul, .home__overige_diensten ul {
  list-style: none;
  font-family: "Texta", arial, sans-serif;
  font-weight: 600;
  line-height: 1.6em;
}
.diensten__overige_diensten ul li, .home__overige_diensten ul li {
  padding-left: 1em;
}
.diensten__overige_diensten ul li::marker, .home__overige_diensten ul li::marker {
  content: "⬤";
  font-size: 0.7em;
  color: #62929e;
  display: inline-block;
}

/* Diensten - Partial */
.overige_diensten-header {
  margin-bottom: 1em;
  text-align: center;
}
.overige_diensten-header h3 {
  color: #575656;
}

.overige_diensten-header-title {
  color: #62929e;
}

.overige_diensten__subheader h3 {
  font-weight: 300;
}

.overige_diensten__content ul {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
}
.overige_diensten__content a {
  color: #575656;
  text-decoration: underline;
}
.overige_diensten__content a:hover {
  color: #418892;
  text-decoration: none;
}

.overige_diensten-body {
  margin-bottom: 1em;
}

.overige_diensten__button__actions {
  margin-top: 2em;
  text-align: center;
}

/* /pages/dienst/blog.scss  */
/* /pages/inspiratie/inspiratie.scss  */
/* /pages/inspiratie/card-inspiratie.scss  */
.card__inspiratie__project {
  margin-bottom: 2em;
}
.card__inspiratie__project img {
  height: 200px;
}

/* Inspiratie - Global */
/* Sidebar + images grid */
.page__inspiratie__hero {
  background-color: #f1f5f6;
}

.page__inspiratie__hero__header {
  padding-top: 2em;
  padding-bottom: 2em;
}

.page__inspiratie__overview {
  margin-bottom: 3em;
}

.page__inspiratie__overview aside h3,
.page__inspiratie__overview aside h4 {
  color: #111;
}

.page__inspiratie__overview aside nav {
  margin-bottom: 2em;
}

.page__inspiratie__overview aside nav a {
  color: #888;
}

.page__inspiratie__overview .nav__back a {
  color: #111;
}

.page__inspiratie__overview__sidebar nav a {
  display: block;
}

@media (max-width: 993px) {
  .page__inspiratie__overview__content .row-col-padding {
    margin-left: -1em;
    margin-right: -1em;
  }
}

/* Inspiratie - Index */
.page__inspiratie__introduction {
  margin-top: 4em;
  margin-bottom: 3em;
}

/* Inspiratie - Single/Detail */
.crumbs__inspiratie__detail {
  padding: 2em 0;
}
.crumbs__inspiratie__detail nav a,
.crumbs__inspiratie__detail nav span {
  font-weight: bold;
}
.crumbs__inspiratie__detail a + a,
.crumbs__inspiratie__detail a + span {
  padding-left: 1em;
}
.crumbs__inspiratie__detail a + a:before,
.crumbs__inspiratie__detail a + span:before {
  margin-right: 1em;
  content: "|";
}

.header__inspiratie__detail .pages__global-introduction-title {
  padding: 1em 0 1.5em;
}
.header__inspiratie__detail .pages__global-introduction-title h1 {
  font-size: 2.7em;
}
@media (min-width: 993px) {
  .header__inspiratie__detail .pages__global-introduction-article {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}

.images__inspiratie__detail__image {
  margin-bottom: 2em;
}

/* /pages/samenwerking/samenwerking.scss  */
.page__samenwerking__content {
  margin-bottom: 5em;
}

.card__samenwerking__content h3 {
  color: #418892;
}
.card__samenwerking__content.with-bgcolor {
  padding: 1.5em;
  border-radius: 11px;
  background-color: #f1f5f6;
}

.card__samenwerking__cta {
  margin-top: 2em;
  padding: 1em;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 11px;
}
.card__samenwerking__cta p {
  margin: 0;
}
@media (max-width: 1201px) {
  .card__samenwerking__cta {
    margin-bottom: 1em;
  }
  .card__samenwerking__cta h4 {
    font-size: 0.9em;
  }
}

/* /pages/contact/contact.scss  */
.cmp__widget, .widget__legal, .widget__contact {
  margin-bottom: 2em;
}

.widget__contact-title {
  color: #62929e;
}