/* 
Theme Name: Prov
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl/owl.carousel.min.css");
@import url("scss/owl/owl.theme.default.min.css");
@import url("scss/animation/animations.css");
@import url("scss/animation/animations-ie-fix.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/prov-wp/fontawesome./webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/prov-wp/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

body, html {
  background-color: #f5f5f5;
  color: #252524;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

body.padding-top {
  padding-top: 142px; }

.container {
  width: 1170px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  z-index: 3; }

.entry-content ul, .entry-content ol, .entry-content p {
  margin-bottom: 20px; }
  .entry-content ul a, .entry-content ol a, .entry-content p a {
    color: #323f57;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .entry-content ul a:hover, .entry-content ol a:hover, .entry-content p a:hover {
      text-decoration: none;
      opacity: 0.8; }
.entry-content ul, .entry-content ol {
  margin-left: 20px; }

strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #000000;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
  /* Gecko Browsers */ }

/********************************************************
MAX-WIDTH: 1660
********************************************************/
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainheader {
  box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  #mainheader .header-top {
    background-color: #323f57;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0; }
    #mainheader .header-top .header-contact {
      font-size: 11px;
      float: left; }
      #mainheader .header-top .header-contact ul {
        margin: 0;
        padding: 0; }
        #mainheader .header-top .header-contact ul li {
          list-style-type: none;
          margin-right: 15px;
          float: left; }
          #mainheader .header-top .header-contact ul li a {
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #mainheader .header-top .header-contact ul li a:hover {
              color: #cfa51b; }
          #mainheader .header-top .header-contact ul li:last-child {
            margin-right: 0px; }
          #mainheader .header-top .header-contact ul li.phone a:before {
            content: "\f3cd";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding-right: 5px; }
          #mainheader .header-top .header-contact ul li.email a:before {
            content: "\f0e0";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding-right: 5px; }
          #mainheader .header-top .header-contact ul li.whatsapp a:before {
            content: "\f232";
            font-family: 'Font Awesome 5 Brands';
            font-weight: 900;
            padding-right: 5px; }
    #mainheader .header-top .header-social-media {
      float: right; }
      #mainheader .header-top .header-social-media ul {
        margin: 0;
        padding: 0; }
        #mainheader .header-top .header-social-media ul li {
          list-style-type: none;
          float: left;
          margin-right: 10px; }
          #mainheader .header-top .header-social-media ul li a {
            color: #FFFFFF;
            text-decoration: none; }
            #mainheader .header-top .header-social-media ul li a i {
              font-size: 13px;
              color: #FFFFFF;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            #mainheader .header-top .header-social-media ul li a:hover i {
              color: #cfa51b; }
          #mainheader .header-top .header-social-media ul li:last-child {
            margin-right: 0; }
  #mainheader .header-main {
    background-color: #FFFFFF;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0; }
    #mainheader .header-main .logo {
      float: left; }
      #mainheader .header-main .logo svg {
        max-width: 250px;
        height: auto; }
      #mainheader .header-main .logo img {
        max-width: 250px;
        height: auto; }
    #mainheader .header-main .navigation {
      float: right; }
      #mainheader .header-main .navigation nav {
        padding-top: 25px; }
        #mainheader .header-main .navigation nav ul {
          margin: 0;
          padding: 0; }
          #mainheader .header-main .navigation nav ul li {
            list-style-type: none;
            float: left;
            margin-right: 25px; }
            #mainheader .header-main .navigation nav ul li:last-child {
              margin-right: 0px; }
            #mainheader .header-main .navigation nav ul li a {
              color: #323f57;
              text-decoration: none;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              position: relative; }
              #mainheader .header-main .navigation nav ul li a:after {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 1px;
                background: #323f57;
                content: '';
                opacity: 0;
                -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
                -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
                transition: height 0.3s, opacity 0.3s, transform 0.3s;
                -webkit-transform: translateY(-10px);
                -moz-transform: translateY(-10px);
                transform: translateY(-10px); }
              #mainheader .header-main .navigation nav ul li a:hover {
                color: #cfa51b; }
                #mainheader .header-main .navigation nav ul li a:hover:after {
                  height: 5px;
                  opacity: 1;
                  -webkit-transform: translateY(0px);
                  -moz-transform: translateY(0px);
                  transform: translateY(0px); }
            #mainheader .header-main .navigation nav ul li.current-menu-item a:after {
              height: 5px;
              opacity: 1;
              -webkit-transform: translateY(0px);
              -moz-transform: translateY(0px);
              transform: translateY(0px); }
            #mainheader .header-main .navigation nav ul li.menu-item-has-children:after {
              content: "\f078";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              color: #323f57;
              padding-left: 3px;
              font-size: 11px; }
            #mainheader .header-main .navigation nav ul li:nth-child(1) {
              margin-left: 0; }
            #mainheader .header-main .navigation nav ul li ul {
              display: none;
              position: absolute;
              background-color: #FFFFFF;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 30px 10px 10px 10px;
              list-style-type: none;
              z-index: 13;
              margin-left: -10px; }
              #mainheader .header-main .navigation nav ul li ul li {
                float: none;
                list-style-type: none;
                margin-left: 0;
                margin-bottom: 5px; }
                #mainheader .header-main .navigation nav ul li ul li a {
                  color: #323f57; }
                  #mainheader .header-main .navigation nav ul li ul li a:after {
                    display: none; }
            #mainheader .header-main .navigation nav ul li:hover ul {
              display: inherit; }
            #mainheader .header-main .navigation nav ul li.current_page_item ul li a {
              color: #323f57; }
            #mainheader .header-main .navigation nav ul li.current-menu-parent ul li a {
              color: #323f57; }
    #mainheader .header-main .mobile-toggle {
      float: right;
      display: none; }
      #mainheader .header-main .mobile-toggle .menu-icon-svg {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        border: 0;
        position: absolute;
        right: 15px;
        text-align: center; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg svg {
          width: 45px;
          height: 45px; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg .line {
          fill: none;
          stroke: #323f57;
          stroke-width: 6;
          transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        #mainheader .header-main .mobile-toggle .menu-icon-svg .line1 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg .line2 {
          stroke-dasharray: 60 60;
          stroke-width: 6; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg .line3 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg.opened .line {
          stroke: #323f57; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg.opened .line1 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg.opened .line2 {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6; }
        #mainheader .header-main .mobile-toggle .menu-icon-svg.opened .line3 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
  #mainheader.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-name: headerfixed;
    transition-delay: 1s; }
    #mainheader.fixed .header-top {
      display: none; }
    #mainheader.fixed .header-main {
      padding: 10px 0; }
      #mainheader.fixed .header-main .logo svg, #mainheader.fixed .header-main .logo img {
        max-width: 200px; }
      #mainheader.fixed .header-main .navigation nav {
        padding-top: 12px; }

@keyframes headerfixed {
  0% {
    top: -80px; }
  100% {
    top: 0; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 1024px) {
  #mainheader .header-main .logo img {
    max-width: 200px; }
  #mainheader .header-main .navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 125px 25px 25px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #cfa51b; }
    #mainheader .header-main .navigation.opened {
      right: 0; }
    #mainheader .header-main .navigation nav ul li {
      float: none;
      margin-right: 0;
      margin-bottom: 10px;
      position: relative; }
      #mainheader .header-main .navigation nav ul li a {
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 16px; }
        #mainheader .header-main .navigation nav ul li a:hover {
          color: #323f57; }
        #mainheader .header-main .navigation nav ul li a:after {
          display: none; }
      #mainheader .header-main .navigation nav ul li.menu-item-has-children:after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0px;
        top: 3px;
        color: #FFFFFF;
        padding-left: 0px;
        font-size: 16px; }
      #mainheader .header-main .navigation nav ul li.menu-item-has-children.opened:after {
        content: "\f068";
        color: white; }
      #mainheader .header-main .navigation nav ul li ul.sub-menu {
        margin-left: 15px;
        position: relative;
        height: 0;
        max-height: 0;
        overflow: hidden;
        display: inherit;
        padding: 0;
        background-color: transparent; }
        #mainheader .header-main .navigation nav ul li ul.sub-menu li a {
          font-size: 12px;
          color: #FFFFFF; }
          #mainheader .header-main .navigation nav ul li ul.sub-menu li a:hover {
            color: #323f57; }
      #mainheader .header-main .navigation nav ul li:hover ul.sub-menu {
        display: inherit;
        height: 0;
        max-height: 0;
        overflow: hidden; }
      #mainheader .header-main .navigation nav ul li.opened ul.sub-menu {
        height: auto;
        max-height: 100000px; }
      #mainheader .header-main .navigation nav ul li.current_page_item a {
        color: #323f57; }
      #mainheader .header-main .navigation nav ul li.current-menu-parent a {
        color: #323f57; }
  #mainheader .header-main .mobile-toggle {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 390px) {
  #mainheader .header-top .header-contact ul li a span {
    display: none; } }
#content {
  position: relative;
  /*
  .reviews {@include boxsizing; padding: 50px 0;
  	.reviews-inner {background-color: $yellow; @include boxsizing; padding: 25px; @include rounded-corners(5px);
  		.item {overflow: hidden;
  			.review-text {@include boxsizing; padding: 25px; position: relative;
  				&:before {content: "\f10d"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: $white; opacity: 0.5; position: absolute; top: 0; left: 0; font-size: 25px;}
  				p {font-style: italic; color: $white; font-size: 20px;}
  			}
  			.review-author {float: right; margin-top: 15px; font-size: 11px; line-height: 16px;
  				span.name {@include poppins-bold; display: block; text-align: right;}
  				span.company {display: block; text-align: right;}
  			}
  		}
  	}
  }
  */ }
  #content .beeldmerk {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 300px; }
    #content .beeldmerk svg {
      height: 300px;
      width: auto;
      opacity: 0.5;
      float: left; }
  #content .banner {
    /*background-color: $blue;*/
    position: relative;
    overflow: hidden;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
    #content .banner .container {
      min-height: 500px; }
      #content .banner .container .display-table {
        width: 100%;
        height: 100%;
        display: table;
        position: relative;
        min-height: 500px; }
        #content .banner .container .display-table .display-table-cell {
          display: table-cell;
          vertical-align: middle;
          color: #FFFFFF; }
          #content .banner .container .display-table .display-table-cell h2 {
            color: #FFFFFF;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin-bottom: 15px;
            max-width: 600px; }
          #content .banner .container .display-table .display-table-cell h3 {
            color: #FFFFFF;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            max-width: 600px;
            font-size: 16px; }
          #content .banner .container .display-table .display-table-cell ul {
            margin: 0;
            padding: 0; }
            #content .banner .container .display-table .display-table-cell ul li {
              list-style-type: none;
              color: #FFFFFF;
              font-family: 'Poppins', sans-serif;
              font-weight: 700;
              font-size: 25px;
              line-height: 35px;
              margin-bottom: 5px; }
              #content .banner .container .display-table .display-table-cell ul li:before {
                content: "\f111";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #cfa51b;
                padding-right: 10px;
                font-size: 12px; }
          #content .banner .container .display-table .display-table-cell p {
            color: #FFFFFF; }
    #content .banner .banner-logo {
      position: absolute;
      bottom: 33.33333%;
      left: 50%;
      width: 100%;
      opacity: 0.3; }
  #content .subbanner {
    background-color: #323f57;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: contain;
    -ms-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: right bottom;
    position: relative; }
    #content .subbanner .container {
      min-height: 200px; }
      #content .subbanner .container .display-table {
        width: 100%;
        height: 100%;
        display: table;
        position: relative;
        min-height: 200px; }
        #content .subbanner .container .display-table .display-table-cell {
          display: table-cell;
          vertical-align: middle; }
          #content .subbanner .container .display-table .display-table-cell h1 {
            color: #FFFFFF;
            font-family: 'Poppins', sans-serif;
            font-weight: 700; }
  #content .services .container {
    margin-top: -100px; }
    #content .services .container .row-blocks {
      display: flex;
      flex-wrap: wrap; }
    #content .services .container .block {
      display: flex; }
      #content .services .container .block .block-inner {
        background-color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dddddd;
        position: relative;
        width: 100%; }
        #content .services .container .block .block-inner h3 {
          color: #323f57;
          margin-bottom: 20px; }
        #content .services .container .block .block-inner p {
          margin-bottom: 60px; }
        #content .services .container .block .block-inner a {
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: #323f57;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 8px 15px;
          border: 1px solid #323f57;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: inline-block;
          position: absolute;
          bottom: 25px;
          left: 25px; }
          #content .services .container .block .block-inner a:hover {
            background-color: #FFFFFF;
            color: #323f57; }
      #content .services .container .block:nth-child(3n+4) {
        clear: left; }
  #content .services.no-margin {
    padding-top: 50px; }
    #content .services.no-margin .container {
      margin-top: 0; }
      #content .services.no-margin .container .entry-header {
        margin-bottom: 15px; }
        #content .services.no-margin .container .entry-header h2 {
          color: #323f57;
          font-family: 'Poppins', sans-serif;
          font-weight: 400; }
  #content .intro-full-width {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 15px;
    background-color: #FFFFFF; }
    #content .intro-full-width .container {
      width: 100%; }
      #content .intro-full-width .container .text {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 50px 0 100px; }
        #content .intro-full-width .container .text .entry-header {
          margin-bottom: 15px;
          color: #323f57; }
        #content .intro-full-width .container .text .entry-footer a {
          color: #cfa51b;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #content .intro-full-width .container .text .entry-footer a:after {
            content: "\f30b";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding-left: 5px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #content .intro-full-width .container .text .entry-footer a:hover:after {
            padding-left: 25px; }
      #content .intro-full-width .container .image {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 100px 0 50px; }
        #content .intro-full-width .container .image img {
          max-width: 100%;
          height: auto; }
  #content .intro {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 15px; }
    #content .intro .row {
      margin-left: 0;
      margin-right: 0; }
    #content .intro .intro-left {
      background-color: #FFFFFF;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 25px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      border-bottom: 1px solid #dddddd;
      padding-right: 16.666667%; }
      #content .intro .intro-left .entry-header {
        margin-bottom: 15px;
        color: #323f57; }
      #content .intro .intro-left .entry-footer a {
        color: #cfa51b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #content .intro .intro-left .entry-footer a:after {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          padding-left: 5px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #content .intro .intro-left .entry-footer a:hover:after {
          padding-left: 25px; }
    #content .intro .intro-right {
      position: relative;
      z-index: 2;
      margin-top: 30px; }
      #content .intro .intro-right img {
        width: 133.33333333%;
        position: relative;
        z-index: 2;
        margin-left: -33.33333333%; }
  #content .vacatures {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .vacatures .entry-header {
      margin-bottom: 15px;
      color: #323f57;
      position: relative; }
      #content .vacatures .entry-header span {
        position: absolute;
        right: 0;
        top: 5px; }
        #content .vacatures .entry-header span a {
          color: #323f57;
          font-family: 'Poppins', sans-serif;
          font-weight: 700; }
    #content .vacatures .entry-content {
      margin-bottom: 30px; }
    #content .vacatures .entry-vacatures {
      display: flex;
      flex-wrap: wrap; }
      #content .vacatures .entry-vacatures .item {
        float: left;
        width: 33.333333333%;
        border: 1px solid #dddddd;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 25px 75px 25px;
        margin-bottom: -1px;
        background-color: #FFFFFF;
        overflow: hidden;
        position: relative;
        /*
        a {color: $yellow; text-decoration: none; @include transitionall; position: absolute; bottom: 25px; left: 25px;
        	&:after {content: "\f30b"; font-family: 'Font Awesome 5 Free'; font-weight: 900; padding-left: 5px; @include transitionall;}
        	&:hover {
        		&:after {padding-left: 25px;}
        	}
        }
        */ }
        #content .vacatures .entry-vacatures .item h3 {
          color: #323f57;
          margin-bottom: 20px; }
        #content .vacatures .entry-vacatures .item p {
          margin-bottom: 0px; }
        #content .vacatures .entry-vacatures .item a {
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: #323f57;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 8px 15px;
          border: 1px solid #323f57;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #content .vacatures .entry-vacatures .item a:hover {
            background-color: #FFFFFF;
            color: #323f57; }
  #content .usp {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .usp .usp-inner {
      background-color: #323f57;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 25px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      #content .usp .usp-inner .usp-left .entry-header {
        margin-bottom: 15px; }
        #content .usp .usp-inner .usp-left .entry-header h2 {
          color: #FFFFFF; }
      #content .usp .usp-inner .usp-left .entry-content {
        color: #FFFFFF; }
      #content .usp .usp-inner .usp-left .entry-footer a {
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #FFFFFF;
        display: inline-block;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #content .usp .usp-inner .usp-left .entry-footer a:hover {
          background-color: #FFFFFF;
          color: #323f57; }
      #content .usp .usp-inner .usp-right img {
        max-width: 100%;
        height: auto; }
  #content .title {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .title h1 {
      color: #323f57;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 50px;
      line-height: 60px; }
  #content .title-text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .title-text .entry-header {
      margin-bottom: 20px; }
      #content .title-text .entry-header h1 {
        color: #323f57;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 50px;
        line-height: 60px; }
  #content .title-text-block {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 0 0;
    background-color: #FFFFFF; }
    #content .title-text-block h1, #content .title-text-block h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      margin-bottom: 15px;
      color: #323f57; }
    #content .title-text-block .row {
      margin-bottom: 50px; }
  #content .contact-page {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 20px 0; }
    #content .contact-page .entry-header {
      margin-bottom: 20px; }
      #content .contact-page .entry-header h1 {
        color: #323f57;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 50px;
        line-height: 60px; }
    #content .contact-page .entry-content {
      margin-bottom: 50px; }
    #content .contact-page .entry-contact .contact-left {
      margin-bottom: 30px; }
      #content .contact-page .entry-contact .contact-left img {
        max-width: 200px;
        height: auto;
        margin-bottom: 20px;
        display: block; }
      #content .contact-page .entry-contact .contact-left ul.ul-social {
        margin: 0;
        padding: 0;
        overflow: hidden; }
        #content .contact-page .entry-contact .contact-left ul.ul-social li {
          list-style-type: none;
          float: left;
          margin-right: 5px; }
          #content .contact-page .entry-contact .contact-left ul.ul-social li:last-child {
            margin-right: 0px; }
          #content .contact-page .entry-contact .contact-left ul.ul-social li a {
            background-color: #323f57;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            text-align: center;
            width: 40px;
            height: 40px;
            line-height: 40px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            display: inline-block; }
            #content .contact-page .entry-contact .contact-left ul.ul-social li a i {
              color: #FFFFFF;
              font-size: 16px; }
            #content .contact-page .entry-contact .contact-left ul.ul-social li a:hover {
              background-color: #cfa51b; }
      #content .contact-page .entry-contact .contact-left a {
        color: #252524;
        text-decoration: none; }
        #content .contact-page .entry-contact .contact-left a:hover {
          text-decoration: underline; }
    #content .contact-page .entry-contact .contact-right {
      margin-bottom: 30pxc; }
      #content .contact-page .entry-contact .contact-right img {
        max-width: 100%;
        height: auto; }
  #content .two-blocks {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .two-blocks .two-blocks-inner {
      background-color: #FFFFFF;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      border-bottom: 1px solid #dddddd; }
      #content .two-blocks .two-blocks-inner .block:first-child {
        border-right: 1px solid #dddddd; }
      #content .two-blocks .two-blocks-inner .block .block-inner {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px; }
        #content .two-blocks .two-blocks-inner .block .block-inner .entry-header {
          margin-bottom: 15px; }
          #content .two-blocks .two-blocks-inner .block .block-inner .entry-header h2 {
            color: #323f57; }
        #content .two-blocks .two-blocks-inner .block .block-inner .entry-content {
          margin-bottom: 30px; }
        #content .two-blocks .two-blocks-inner .block .block-inner .entry-footer ul {
          margin: 0;
          padding: 0; }
          #content .two-blocks .two-blocks-inner .block .block-inner .entry-footer ul li {
            list-style-type: none;
            margin-bottom: 5px; }
            #content .two-blocks .two-blocks-inner .block .block-inner .entry-footer ul li a {
              color: #323f57;
              text-decoration: none;
              font-weight: bold;
              font-size: 18px; }
              #content .two-blocks .two-blocks-inner .block .block-inner .entry-footer ul li a .icon {
                width: 30px;
                display: inline-block;
                color: #323f57;
                text-align: center; }
  #content .chantal {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    background-color: #4A525E; }
    #content .chantal .chantal-left .entry-header {
      margin-bottom: 15px; }
      #content .chantal .chantal-left .entry-header h2 {
        color: #FFFFFF; }
    #content .chantal .chantal-left .entry-content {
      margin-bottom: 30px; }
      #content .chantal .chantal-left .entry-content p {
        color: #FFFFFF; }
    #content .chantal .chantal-right img {
      max-width: 100%;
      height: auto; }
  #content .job-back {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 20px 0;
    overflow: hidden; }
    #content .job-back .back {
      float: left; }
      #content .job-back .back a {
        color: #323f57;
        text-decoration: none; }
    #content .job-back .apply {
      float: right; }
      #content .job-back .apply a {
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #323f57;
        display: inline-block;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #323f57; }
        #content .job-back .apply a:hover {
          background-color: #FFFFFF;
          color: #323f57; }
  #content .job {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .job .entry-header {
      margin-bottom: 20px; }
      #content .job .entry-header h1 {
        color: #323f57;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        margin-bottom: 5px; }
    #content .job .entry-info ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #content .job .entry-info ul li {
        list-style-type: none;
        float: left;
        margin-right: 15px; }
        #content .job .entry-info ul li:last-child {
          margin-right: 0; }
  #content .job-info {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 50px 0; }
    #content .job-info .job-info-inner {
      background-color: #FFFFFF;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      border-bottom: 1px solid #dddddd;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 25px; }
      #content .job-info .job-info-inner .entry-content h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        margin-bottom: 15px;
        color: #323f57; }
      #content .job-info .job-info-inner .entry-footer a {
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #323f57;
        display: inline-block;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #323f57; }
        #content .job-info .job-info-inner .entry-footer a:hover {
          background-color: #FFFFFF;
          color: #323f57; }
  #content .text-full-width {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 50px 0; }

.contact {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #cfa51b; }
  .contact .entry-header {
    margin-bottom: 15px; }
    .contact .entry-header h2 {
      color: #323f57;
      font-family: 'Poppins', sans-serif;
      font-weight: 400; }
  .contact .entry-content {
    margin-bottom: 30px; }
    .contact .entry-content p {
      color: #252524; }
  .contact .entry-form .gform_heading {
    margin-bottom: 20px; }
  .contact .entry-form form .gform_body fieldset.keuze {
    float: left;
    width: 50%; }
    .contact .entry-form form .gform_body fieldset.keuze legend {
      display: none; }
    .contact .entry-form form .gform_body fieldset.keuze .ginput_container_radio .gfield_radio input {
      display: inline;
      width: auto;
      margin-bottom: 10px; }
    .contact .entry-form form .gform_body fieldset.keuze .ginput_container_radio .gfield_radio label {
      display: inline; }
  .contact .entry-form form .gform_body .gfield {
    float: right;
    width: 50%; }
    .contact .entry-form form .gform_body .gfield label {
      display: none; }
    .contact .entry-form form .gform_body .gfield input, .contact .entry-form form .gform_body .gfield textarea {
      border: 0;
      border-bottom: 1px solid #323f57;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      background-color: transparent;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .contact .entry-form form .gform_body .gfield input:focus, .contact .entry-form form .gform_body .gfield textarea:focus {
        border-bottom: 1px solid #FFFFFF; }
    .contact .entry-form form .gform_body .gfield ::-webkit-input-placeholder {
      color: #252524;
      font-style: italic; }
    .contact .entry-form form .gform_body .gfield ::-moz-placeholder {
      color: #252524;
      font-style: italic; }
    .contact .entry-form form .gform_body .gfield :-ms-input-placeholder {
      color: #252524;
      font-style: italic; }
    .contact .entry-form form .gform_body .gfield input:-moz-placeholder {
      color: #252524;
      font-style: italic; }
    .contact .entry-form form .gform_body .gfield#field_1_1, .contact .entry-form form .gform_body .gfield#field_1_5, .contact .entry-form form .gform_body .gfield#field_1_3, .contact .entry-form form .gform_body .gfield#field_1_2, .contact .entry-form form .gform_body .gfield#field_1_6 {
      margin-bottom: 20px; }
    .contact .entry-form form .gform_body .gfield #field_1_5, .contact .entry-form form .gform_body .gfield#field_1_3, .contact .entry-form form .gform_body .gfield#field_1_2, .contact .entry-form form .gform_body .gfield#field_1_6 {
      clear: right; }
    .contact .entry-form form .gform_body .gfield#field_1_7 {
      clear: both; }
      .contact .entry-form form .gform_body .gfield#field_1_7 label {
        display: inherit;
        color: #323f57;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 5px; }
      .contact .entry-form form .gform_body .gfield#field_1_7 .gform_drop_area {
        border: 1px dashed #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        text-align: center; }
      .contact .entry-form form .gform_body .gfield#field_1_7 .gform_drop_instructions {
        font-style: italic;
        font-size: 12px;
        display: block; }
      .contact .entry-form form .gform_body .gfield#field_1_7 .gform_fileupload_rules, .contact .entry-form form .gform_body .gfield#field_1_7 .gfield_description {
        font-size: 12px; }
      .contact .entry-form form .gform_body .gfield#field_1_7 button {
        border: 1px solid #323f57;
        color: #323f57;
        background-color: transparent;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 15px; }
    .contact .entry-form form .gform_body .gfield#field_1_11 {
      clear: right;
      padding: 10px 0; }
      .contact .entry-form form .gform_body .gfield#field_1_11 legend {
        display: none; }
      .contact .entry-form form .gform_body .gfield#field_1_11 .ginput_container_checkbox .gfield_checkbox .gchoice input {
        width: auto;
        margin-right: 3px; }
      .contact .entry-form form .gform_body .gfield#field_1_11 .ginput_container_checkbox .gfield_checkbox .gchoice label {
        display: inline-block; }
  .contact .entry-form form .gform_footer {
    clear: both;
    text-align: right; }
    .contact .entry-form form .gform_footer input[type=submit] {
      color: #FFFFFF;
      text-decoration: none;
      border: 1px solid #323f57;
      display: inline-block;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 7px 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #323f57; }
      .contact .entry-form form .gform_footer input[type=submit]:hover {
        background-color: #cfa51b;
        color: #323f57; }
  .contact .entry-form .gform_validation_error .gform_submission_error {
    color: #ff0000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
  .contact .entry-form .gform_validation_error .validation_message {
    display: none; }
  .contact .entry-form .gform_validation_error .gfield_error input {
    border-bottom: 1px solid #ff0000 !important; }
  .contact .entry-form .gform_validation_error .gfield_error ::-webkit-input-placeholder {
    color: #ff0000 !important; }
  .contact .entry-form .gform_validation_error .gfield_error ::-moz-placeholder {
    color: #ff0000 !important; }
  .contact .entry-form .gform_validation_error .gfield_error :-ms-input-placeholder {
    color: #ff0000 !important; }
  .contact .entry-form .gform_validation_error .gfield_error input:-moz-placeholder {
    color: #ff0000 !important; }

.apply-for-job {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #cfa51b; }
  .apply-for-job .entry-header {
    margin-bottom: 15px;
    text-align: center; }
    .apply-for-job .entry-header h2 {
      color: #323f57;
      font-family: 'Poppins', sans-serif;
      font-weight: 400; }
  .apply-for-job .entry-form {
    text-align: center;
    margin: 0 auto;
    max-width: 600px; }
    .apply-for-job .entry-form form .gform_body {
      margin-bottom: 20px; }
      .apply-for-job .entry-form form .gform_body .gfield {
        margin-bottom: 20px; }
        .apply-for-job .entry-form form .gform_body .gfield label {
          display: none; }
        .apply-for-job .entry-form form .gform_body .gfield input, .apply-for-job .entry-form form .gform_body .gfield textarea {
          border: 0;
          border-bottom: 1px solid #323f57;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0;
          background-color: transparent;
          width: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .apply-for-job .entry-form form .gform_body .gfield input:focus, .apply-for-job .entry-form form .gform_body .gfield textarea:focus {
            border-bottom: 1px solid #FFFFFF; }
        .apply-for-job .entry-form form .gform_body .gfield ::-webkit-input-placeholder {
          color: #252524;
          font-style: italic; }
        .apply-for-job .entry-form form .gform_body .gfield ::-moz-placeholder {
          color: #252524;
          font-style: italic; }
        .apply-for-job .entry-form form .gform_body .gfield :-ms-input-placeholder {
          color: #252524;
          font-style: italic; }
        .apply-for-job .entry-form form .gform_body .gfield input:-moz-placeholder {
          color: #252524;
          font-style: italic; }
        .apply-for-job .entry-form form .gform_body .gfield#field_2_10 label, .apply-for-job .entry-form form .gform_body .gfield#field_2_11 label {
          display: inherit; }
        .apply-for-job .entry-form form .gform_body .gfield#field_2_4 legend {
          text-align: left;
          font-size: 16px;
          margin-bottom: 5px; }
        .apply-for-job .entry-form form .gform_body .gfield#field_2_4 .ginput_container .gfield_radio .gchoice {
          float: left;
          margin-right: 15px; }
          .apply-for-job .entry-form form .gform_body .gfield#field_2_4 .ginput_container .gfield_radio .gchoice input {
            float: left;
            display: inherit;
            width: auto;
            margin-right: 5px; }
          .apply-for-job .entry-form form .gform_body .gfield#field_2_4 .ginput_container .gfield_radio .gchoice label {
            float: left;
            display: inherit; }
        .apply-for-job .entry-form form .gform_body .gfield#field_2_12 {
          padding: 10px 0; }
          .apply-for-job .entry-form form .gform_body .gfield#field_2_12 legend {
            display: none; }
          .apply-for-job .entry-form form .gform_body .gfield#field_2_12 .ginput_container_checkbox .gfield_checkbox .gchoice input {
            width: auto;
            margin-right: 3px; }
          .apply-for-job .entry-form form .gform_body .gfield#field_2_12 .ginput_container_checkbox .gfield_checkbox .gchoice label {
            display: inline-block; }
      .apply-for-job .entry-form form .gform_body .ginput_container_fileupload {
        border: 1px dashed #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        text-align: center; }
        .apply-for-job .entry-form form .gform_body .ginput_container_fileupload label {
          display: inherit;
          color: #323f57;
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          margin-bottom: 5px; }
        .apply-for-job .entry-form form .gform_body .ginput_container_fileupload .gform_drop_instructions {
          font-style: italic;
          font-size: 12px;
          display: block; }
        .apply-for-job .entry-form form .gform_body .ginput_container_fileupload .gform_fileupload_rules, .apply-for-job .entry-form form .gform_body .ginput_container_fileupload .gfield_description {
          font-size: 12px; }
        .apply-for-job .entry-form form .gform_body .ginput_container_fileupload input {
          border: 1px solid #323f57;
          color: #323f57;
          background-color: transparent;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 7px 15px; }
    .apply-for-job .entry-form form .gform_footer {
      clear: both;
      text-align: center; }
      .apply-for-job .entry-form form .gform_footer input[type=submit] {
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #323f57;
        display: inline-block;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #323f57; }
        .apply-for-job .entry-form form .gform_footer input[type=submit]:hover {
          background-color: #cfa51b;
          color: #323f57; }
    .apply-for-job .entry-form .gform_validation_error .gform_submission_error {
      color: #ff0000;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      margin-bottom: 20px; }
    .apply-for-job .entry-form .gform_validation_error .validation_message {
      display: none; }
    .apply-for-job .entry-form .gform_validation_error .gfield_error input {
      border-bottom: 1px solid #ff0000 !important; }
    .apply-for-job .entry-form .gform_validation_error .gfield_error ::-webkit-input-placeholder {
      color: #ff0000 !important; }
    .apply-for-job .entry-form .gform_validation_error .gfield_error ::-moz-placeholder {
      color: #ff0000 !important; }
    .apply-for-job .entry-form .gform_validation_error .gfield_error :-ms-input-placeholder {
      color: #ff0000 !important; }
    .apply-for-job .entry-form .gform_validation_error .gfield_error input:-moz-placeholder {
      color: #ff0000 !important; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .services .container .block:nth-child(3n+4) {
    clear: none; }
  #content .services .container .block:nth-child(2n+3) {
    clear: left; }
  #content .intro-full-width .container {
    width: 100%; }
    #content .intro-full-width .container .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px; }
    #content .intro-full-width .container .image {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px; }
  #content .intro .row {
    margin-left: -15px;
    margin-right: -15px; }
  #content .intro .intro-right {
    margin-top: 30px; }
    #content .intro .intro-right img {
      width: 100%;
      margin-left: 0; }
  #content .vacatures .entry-vacatures .item {
    width: 50%; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .banner .container {
    min-height: 400px; }
    #content .banner .container .display-table {
      min-height: 400px; }
  #content .vacatures .entry-vacatures .item {
    width: 100%;
    float: none; }
  #content .intro-full-width .container .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; }
  #content .intro-full-width .container .image {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px; }
  #content .contact .entry-form form .gform_body fieldset.keuze {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  #content .contact .entry-form form .gform_body .gfield {
    float: none;
    width: 100%; }

  .contact .entry-form form .gform_body fieldset.keuze {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
  .contact .entry-form form .gform_body .gfield {
    float: none;
    width: 100%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .banner .container {
    min-height: 300px; }
    #content .banner .container .display-table {
      min-height: 300px; }
  #content .services .container {
    margin-top: 0;
    padding-top: 30px; }
  #content .vacatures .entry-header span {
    position: relative;
    right: 0;
    top: 5px; } }
#mainfooter {
  background-color: #323f57;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 80px 0; }
  #mainfooter .footer-top {
    margin-bottom: 50px;
    color: #FFFFFF; }
    #mainfooter .footer-top ul.ul-contact {
      margin: 0 0 45px 0;
      padding: 0; }
      #mainfooter .footer-top ul.ul-contact li {
        list-style-type: none;
        margin-bottom: 5px; }
        #mainfooter .footer-top ul.ul-contact li a.phone {
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 50px;
          line-height: 60px;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #mainfooter .footer-top ul.ul-contact li a.phone:hover {
            color: #cfa51b; }
        #mainfooter .footer-top ul.ul-contact li a.email {
          font-size: 30px;
          line-height: 40px;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #mainfooter .footer-top ul.ul-contact li a.email:hover {
            color: #cfa51b; }
        #mainfooter .footer-top ul.ul-contact li a.whatsapp {
          font-size: 22px;
          line-height: 32px;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #mainfooter .footer-top ul.ul-contact li a.whatsapp:hover {
            color: #cfa51b; }
    #mainfooter .footer-top ul.ul-social {
      margin: 0 0 30px 0;
      padding: 0;
      overflow: hidden; }
      #mainfooter .footer-top ul.ul-social li {
        list-style-type: none;
        float: left;
        margin-right: 5px; }
        #mainfooter .footer-top ul.ul-social li:last-child {
          margin-right: 0px; }
        #mainfooter .footer-top ul.ul-social li a {
          background-color: #FFFFFF;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 40px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: inline-block; }
          #mainfooter .footer-top ul.ul-social li a i {
            color: #323f57;
            font-size: 16px; }
          #mainfooter .footer-top ul.ul-social li a:hover {
            background-color: #cfa51b; }
    #mainfooter .footer-top nav {
      margin-bottom: 30px; }
      #mainfooter .footer-top nav ul {
        margin: 0;
        padding: 0; }
        #mainfooter .footer-top nav ul li {
          list-style-type: none; }
          #mainfooter .footer-top nav ul li a {
            color: #FFFFFF;
            text-decoration: none; }
    #mainfooter .footer-top h3 {
      font-size: 16px;
      margin-bottom: 15px;
      color: #FFFFFF; }
    #mainfooter .footer-top p {
      color: #FFFFFF; }
      #mainfooter .footer-top p a {
        color: #FFFFFF;
        text-decoration: none; }
    #mainfooter .footer-top .footer-logo {
      margin-bottom: 15px; }
      #mainfooter .footer-top .footer-logo svg {
        max-width: 100%;
        height: auto; }
  #mainfooter .footer-bottom {
    overflow: hidden;
    font-size: 12px; }
    #mainfooter .footer-bottom .copyright {
      float: left;
      color: #FFFFFF; }
      #mainfooter .footer-bottom .copyright a {
        color: #FFFFFF;
        text-decoration: none; }
        #mainfooter .footer-bottom .copyright a:hover {
          text-decoration: underline; }
    #mainfooter .footer-bottom .footer-menu {
      float: right; }
      #mainfooter .footer-bottom .footer-menu ul {
        margin: 0;
        padding: 0;
        overflow: hidden; }
        #mainfooter .footer-bottom .footer-menu ul li {
          list-style-type: none;
          margin-right: 10px;
          float: left; }
          #mainfooter .footer-bottom .footer-menu ul li:last-child {
            margin-right: 0px; }
          #mainfooter .footer-bottom .footer-menu ul li a {
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #mainfooter .footer-bottom .footer-menu ul li a:hover {
              color: #cfa51b; }

.appointment {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 5; }
  .appointment a {
    background-color: #cfa51b;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 15px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block; }
    .appointment a:hover {
      background-color: #323f57; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainfooter .footer-top .footer-logo {
    margin-bottom: 15px;
    padding-top: 50px; }
    #mainfooter .footer-top .footer-logo svg {
      max-width: 400px; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainfooter .footer-top ul.ul-contact li a.phone {
    font-size: 30px;
    line-height: 40px; }
  #mainfooter .footer-top ul.ul-contact li a.email {
    font-size: 20px;
    line-height: 30px; }
  #mainfooter .footer-top .footer-logo svg {
    max-width: 100%; }
  #mainfooter .footer-bottom .copyright {
    float: none;
    margin-bottom: 10px; }
  #mainfooter .footer-bottom .footer-menu {
    float: none; } }

/*# sourceMappingURL=style.css.map */
