/* SCSS Document */
/***************
IMPORT FOUNDATION SCSS
*****************/
@import url("https://fonts.googleapis.com/css?family=Gothic+A1:300,400,500,600,700|Kanit:100,100i,200,200i,300,300i,400,400i,500,500i");
/**************  
PX/REM mixin
***************/
html {
  font-size: 62.5%;
  /* 1 */
  overflow-x: hidden; }
  html.locked {
    overflow-y: hidden; }

body {
  position: relative;
  overflow-x: hidden; }

/*********************
ANIMATION
*******************/
.rvl {
  visibility: hidden; }

.str {
  visibility: hidden; }

/*********************
GENERAL STYLES
*********************/
.grid-container.fluid {
  padding: 10rem 5rem; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .grid-container.fluid {
      padding: 5rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grid-container.fluid {
      padding: 5rem; } }
  @media screen and (max-width: 39.9375em) {
    .grid-container.fluid {
      padding: 2rem 1rem; } }

.default.grid-container.fluid {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .default.grid-container.fluid {
      padding: 5rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .default.grid-container.fluid {
      padding: 5rem 2rem; } }
  @media screen and (max-width: 39.9375em) {
    .default.grid-container.fluid {
      padding: 3rem 1rem; } }

.button1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  margin-top: 2rem;
  font-family: "Kanit", sans-serif; }
  .button1:hover, .button1:focus {
    color: #8bba34; }
    .button1:hover span, .button1:focus span {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .button1 span {
    color: #8bba34;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out; }

/******************
TYPOGRAPHY
*****************/
a {
  color: #8bba34;
  -webkit-transition: all .10s ease-out;
  transition: all .10s ease-out; }
  a:hover, a:focus {
    color: #000000; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Kanit", sans-serif;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase; }

body, p {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 200;
  font-family: "Gothic A1", sans-serif; }
  @media screen and (max-width: 39.9375em) {
    body, p {
      font-size: 1.4rem;
      line-height: 2.4rem; } }

h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    h1 {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 39.9375em) {
    h1 {
      font-size: 2.5rem;
      line-height: 3rem;
      margin-bottom: 1rem; } }

h2 {
  font-size: 3.5rem;
  line-height: 4.5rem; }
  @media screen and (max-width: 39.9375em) {
    h2 {
      font-size: 2.2rem;
      line-height: 3rem;
      margin-bottom: 1rem; } }

h3 {
  font-size: 2.8rem;
  line-height: 3.6rem; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    h3 {
      font-size: 2.3rem;
      line-height: 3.3rem; } }
  @media screen and (max-width: 39.9375em) {
    h3 {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300; }
  @media screen and (max-width: 39.9375em) {
    h4 {
      font-size: 1.6rem;
      line-height: 1.8rem; } }

/**************
HEADER
**************/
.top-bar.grid-container.fluid {
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
  display: block; }
  .top-bar.grid-container.fluid p, .top-bar.grid-container.fluid a {
    font-size: 1.4rem;
    margin: 0;
    color: #bd1010;
    font-weight: 500; }

.site-header {
  background: #fff; }
  .site-header.grid-container.fluid {
    padding: 0 5rem;
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 20; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .site-header.grid-container.fluid {
        padding: 0 3rem; } }
    @media screen and (max-width: 39.9375em) {
      .site-header.grid-container.fluid {
        padding: 0 1rem; } }
    .site-header.grid-container.fluid .site-branding {
      display: inline-block; }
      .site-header.grid-container.fluid .site-branding img {
        width: auto;
        max-height: 10rem;
        padding: 1rem;
        margin: 0;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        z-index: 10;
        position: relative; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .site-header.grid-container.fluid .site-branding img {
            height: auto;
            width: auto; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .site-header.grid-container.fluid .site-branding img {
            max-height: 8rem;
            padding: 1rem 0; } }
        @media screen and (max-width: 39.9375em) {
          .site-header.grid-container.fluid .site-branding img {
            max-height: 5rem;
            padding: 1rem 0; } }
    .site-header.grid-container.fluid .site-navigation {
      display: inline-block;
      text-align: right; }
      .site-header.grid-container.fluid .site-navigation .main-navigation {
        display: inline-block; }
        .site-header.grid-container.fluid .site-navigation .main-navigation .menu li {
          list-style: none;
          padding: 3rem; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .site-header.grid-container.fluid .site-navigation .main-navigation .menu li {
              padding: 3rem 1rem; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            .site-header.grid-container.fluid .site-navigation .main-navigation .menu li {
              padding: 1rem 2rem 0; } }
          .site-header.grid-container.fluid .site-navigation .main-navigation .menu li a {
            color: #000000;
            font-family: "Kanit", sans-serif;
            font-weight: 400;
            padding: 0.7rem 0;
            text-transform: uppercase; }
            .site-header.grid-container.fluid .site-navigation .main-navigation .menu li a:hover {
              color: #727272; }
          .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.current-menu-item a {
            color: #727272; }
          .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.current-menu-item .submenu li a {
            color: #000000;
            border: none;
            font-weight: normal; }
            .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.current-menu-item .submenu li a:hover {
              color: #f7f7f7; }
          .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.is-dropdown-submenu-parent a:after {
            content: none; }
          .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.is-dropdown-submenu-parent .submenu {
            left: 0;
            right: auto;
            margin: 0;
            border: 0; }
            .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.is-dropdown-submenu-parent .submenu li {
              padding: 0 2rem 1rem 3rem; }
          .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.cta a {
            color: #8bba34; }
            .site-header.grid-container.fluid .site-navigation .main-navigation .menu li.cta a:hover {
              color: #727272; }

/***MOBILE MENU***/
.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 4;
  margin: 0;
  padding: 15rem 5rem;
  overflow-y: scroll; }
  @media screen and (max-width: 39.9375em) {
    .mobile-menu {
      padding: 17rem 1rem; } }
  .mobile-menu li {
    list-style: none;
    margin-bottom: 1.5rem; }
    .mobile-menu li a {
      color: #000000;
      font-family: "Kanit", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      color: #000000;
      padding: 0; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .mobile-menu li a {
          font-size: 4rem;
          line-height: 4rem; } }
      @media screen and (max-width: 39.9375em) {
        .mobile-menu li a {
          font-size: 2rem;
          line-height: 2rem; } }
      .mobile-menu li a:hover {
        color: #727272; }
      .mobile-menu li a:after {
        border: none !important; }
    .mobile-menu li.current-menu-item a {
      color: #8bba34; }
    .mobile-menu li.current-menu-item .sub-menu li a {
      color: #8bba34; }
    .mobile-menu li.current-menu-item .sub-menu li.current-menu-item a {
      color: #8bba34; }
    .mobile-menu li .sub-menu {
      margin: 0;
      margin-top: 1rem; }
      .mobile-menu li .sub-menu li a {
        font-family: "Gothic A1", sans-serif;
        color: #8bba34;
        padding: 0;
        font-size: 3rem;
        line-height: 4rem; }
        @media screen and (max-width: 39.9375em) {
          .mobile-menu li .sub-menu li a {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
      .mobile-menu li .sub-menu li.current-menu-item a {
        color: #8bba34; }

.hamburger {
  outline: none;
  float: right;
  padding: 3.5rem 0 0;
  z-index: 21;
  position: relative; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hamburger {
      padding: 3rem 0 0; } }
  @media screen and (max-width: 39.9375em) {
    .hamburger {
      padding: 1.5rem 0 0; } }
  .hamburger .hamburger-inner {
    background-color: #8bba34;
    border-radius: 3rem;
    height: 2px; }
    .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
      background-color: #8bba34;
      height: 2px; }
  .hamburger:focus {
    outline: none; }
  .hamburger.is-active .hamburger-inner {
    background-color: #8bba34; }
    .hamburger.is-active .hamburger-inner:before {
      background-color: #8bba34; }
    .hamburger.is-active .hamburger-inner:after {
      background-color: #8bba34; }

/*****STICKY MENU********/
.sticky-header.grid-container.fluid {
  padding: 0;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-in;
  transition: max-height 0.1s ease-in;
  -webkit-box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.75); }
  .sticky-header.grid-container.fluid.active {
    max-height: 100%;
    overflow: visible; }
  .sticky-header.grid-container.fluid .site-branding {
    display: inline-block;
    padding: 0.5rem 2rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .sticky-header.grid-container.fluid .site-branding {
        padding: 1rem 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .sticky-header.grid-container.fluid .site-branding {
        padding: 0.5rem 1rem; } }
    .sticky-header.grid-container.fluid .site-branding img {
      max-height: 3.5rem;
      width: auto; }
  .sticky-header.grid-container.fluid .main-navigation {
    padding: 0.5rem 2rem; }
    @media screen and (max-width: 63.9375em) {
      .sticky-header.grid-container.fluid .main-navigation {
        padding: 0; } }
    .sticky-header.grid-container.fluid .main-navigation .menu li a {
      color: #000000;
      font-family: "Kanit", sans-serif;
      font-weight: 400;
      padding: 1rem 1.5rem;
      text-transform: uppercase; }
      .sticky-header.grid-container.fluid .main-navigation .menu li a:hover {
        color: #727272; }
    .sticky-header.grid-container.fluid .main-navigation .menu li.current-menu-item a {
      color: #727272; }
    .sticky-header.grid-container.fluid .main-navigation .menu li.current-menu-item .submenu li a {
      color: #000000; }
      .sticky-header.grid-container.fluid .main-navigation .menu li.current-menu-item .submenu li a:hover {
        color: #727272; }
    .sticky-header.grid-container.fluid .main-navigation .menu li.is-dropdown-submenu-parent a:after {
      border: none; }
    .sticky-header.grid-container.fluid .main-navigation .menu li .is-dropdown-submenu {
      top: 124%;
      padding: 1rem;
      border: none;
      background: #fff;
      margin: 0;
      min-width: 230px;
      left: 0; }
      .sticky-header.grid-container.fluid .main-navigation .menu li .is-dropdown-submenu li {
        padding: 0; }
        .sticky-header.grid-container.fluid .main-navigation .menu li .is-dropdown-submenu li a {
          display: inline-block;
          padding: 0.7rem 0.5rem;
          font-weight: 400; }
        .sticky-header.grid-container.fluid .main-navigation .menu li .is-dropdown-submenu li.current-menu-item a {
          font-weight: 400;
          border: none;
          color: #8bba34; }
    .sticky-header.grid-container.fluid .main-navigation .menu li.cta a {
      color: #8bba34; }
      .sticky-header.grid-container.fluid .main-navigation .menu li.cta a:hover {
        color: #727272; }
  .sticky-header.grid-container.fluid .hamburger {
    padding: 0.5rem 0;
    z-index: 10; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .sticky-header.grid-container.fluid .hamburger {
        padding: 1.8rem 2rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .sticky-header.grid-container.fluid .hamburger {
        padding: 1.2rem 1rem 0; } }
    .sticky-header.grid-container.fluid .hamburger .hamburger-inner {
      border-radius: 3rem;
      height: 2px;
      background-color: #8bba34; }
      .sticky-header.grid-container.fluid .hamburger .hamburger-inner:before {
        background-color: #8bba34;
        border-radius: 0;
        height: 2px; }
      .sticky-header.grid-container.fluid .hamburger .hamburger-inner:after {
        background-color: #8bba34;
        border-radius: 0;
        height: 2px; }

/*************
PAGES
**************/
.home.sectionOne.grid-container.fluid {
  position: relative;
  padding: 0;
  background-attachment: fixed !important; }
  @media screen and (max-width: 74.9375em) {
    .home.sectionOne.grid-container.fluid {
      background-attachment: scroll !important; } }
  .home.sectionOne.grid-container.fluid #home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh; }
    @media screen and (max-width: 39.9375em) {
      .home.sectionOne.grid-container.fluid #home-slider {
        text-align: center;
        height: 95vh; } }
    .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem {
      height: 90vh;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem {
          text-align: center;
          height: 95vh; } }
      .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem .content {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        bottom: 5rem;
        left: 5rem;
        padding: 5rem;
        width: 40%; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem .content {
            bottom: 15rem;
            left: 5rem;
            width: auto; } }
        @media screen and (max-width: 39.9375em) {
          .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem .content {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: 2rem;
            width: auto;
            width: 85%;
            bottom: 13rem; } }
        .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem .content h1 a, .home.sectionOne.grid-container.fluid #home-slider .slide .slideItem .content h2 a {
          color: #000000; }
  .home.sectionOne.grid-container.fluid .grid-x {
    height: 90vh;
    position: relative; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home.sectionOne.grid-container.fluid .grid-x {
        height: 90vh;
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .home.sectionOne.grid-container.fluid .grid-x {
        height: 95vh;
        padding: 5rem; } }
    .home.sectionOne.grid-container.fluid .grid-x .chevron-item {
      position: absolute;
      bottom: 5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 3rem;
      height: 5rem; }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron {
        position: absolute;
        width: 2.1rem;
        height: 0.48rem;
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-animation: move-chevron 3s ease-out infinite;
        animation: move-chevron 3s ease-out infinite; }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:first-child {
        -webkit-animation: move-chevron 3s ease-out 1s infinite;
        animation: move-chevron 3s ease-out 1s infinite; }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:nth-child(2) {
        -webkit-animation: move-chevron 3s ease-out 2s infinite;
        animation: move-chevron 3s ease-out 2s infinite; }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:before,
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        background: #fff; }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:before {
        left: 0;
        -webkit-transform: skewY(30deg);
        transform: skewY(30deg); }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:after {
        right: 0;
        width: 50%;
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg); }

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
    transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
    transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
    transform: translateY(4.8rem) scale(0.5); } }

@keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
    transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
    transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
    transform: translateY(4.8rem) scale(0.5); } }
      .home.sectionOne.grid-container.fluid .grid-x .chevron-item:hover {
        cursor: pointer; }

.home.sectionTwo.grid-container.fluid {
  position: relative; }
  .home.sectionTwo.grid-container.fluid .txt {
    padding: 10rem 10rem 10rem 5rem;
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .home.sectionTwo.grid-container.fluid .txt {
        padding: 5rem 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home.sectionTwo.grid-container.fluid .txt {
        padding: 3rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .home.sectionTwo.grid-container.fluid .txt {
        padding: 1rem 0; }
        .home.sectionTwo.grid-container.fluid .txt .button1 {
          margin-top: 1rem; } }
  .home.sectionTwo.grid-container.fluid .img {
    min-height: 40rem;
    z-index: 1;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .home.sectionTwo.grid-container.fluid .img {
        min-height: 30rem; } }
    .home.sectionTwo.grid-container.fluid .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.home.sectionThree.grid-container.fluid .intro {
  padding-bottom: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home.sectionThree.grid-container.fluid .intro {
      padding: 1rem 0; } }
  @media screen and (max-width: 39.9375em) {
    .home.sectionThree.grid-container.fluid .intro {
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .home.sectionThree.grid-container.fluid .intro {
      text-align: right; } }
  .home.sectionThree.grid-container.fluid .intro .title {
    width: 100%;
    padding-bottom: 3rem; }

@media screen and (min-width: 64em) {
  .home.sectionThree.grid-container.fluid .landelijk .one {
    padding: 0 1.5rem 1.5rem 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home.sectionThree.grid-container.fluid .landelijk .one {
    padding-bottom: 3rem; } }

@media screen and (max-width: 39.9375em) {
  .home.sectionThree.grid-container.fluid .landelijk .one {
    padding-bottom: 1rem; } }

.home.sectionThree.grid-container.fluid .landelijk .one .wrapper {
  height: 40rem;
  position: relative; }
  .home.sectionThree.grid-container.fluid .landelijk .one .wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .home.sectionThree.grid-container.fluid .landelijk .one .wrapper .title {
    position: absolute;
    padding: 2rem 5rem;
    z-index: 1;
    display: inline-block;
    bottom: 5rem;
    left: 5rem;
    background: rgba(255, 255, 255, 0.8);
    margin: 0; }
    .home.sectionThree.grid-container.fluid .landelijk .one .wrapper .title h2 {
      margin: 0; }
    .home.sectionThree.grid-container.fluid .landelijk .one .wrapper .title:hover {
      background: rgba(0, 0, 0, 0.8);
      color: #8bba34; }
      .home.sectionThree.grid-container.fluid .landelijk .one .wrapper .title:hover h2 {
        color: #8bba34; }

@media screen and (min-width: 64em) {
  .home.sectionThree.grid-container.fluid .landelijk .two {
    padding: 0 0 1.5rem 1.5rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home.sectionThree.grid-container.fluid .landelijk .two {
    padding-bottom: 3rem; } }

.home.sectionThree.grid-container.fluid .landelijk .two .wrapper {
  height: 40rem;
  position: relative; }
  .home.sectionThree.grid-container.fluid .landelijk .two .wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media screen and (min-width: 64em) {
  .home.sectionThree.grid-container.fluid .modern .one {
    padding: 1.5rem 1.5rem 0 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home.sectionThree.grid-container.fluid .modern .one {
    padding-bottom: 3rem; } }

.home.sectionThree.grid-container.fluid .modern .one .wrapper {
  height: 40rem;
  position: relative; }
  .home.sectionThree.grid-container.fluid .modern .one .wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media screen and (min-width: 64em) {
  .home.sectionThree.grid-container.fluid .modern .two {
    padding: 1.5rem 0 0 1.5rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home.sectionThree.grid-container.fluid .modern .two {
    padding-bottom: 3rem; } }

.home.sectionThree.grid-container.fluid .modern .two .wrapper {
  height: 40rem;
  position: relative; }
  .home.sectionThree.grid-container.fluid .modern .two .wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .home.sectionThree.grid-container.fluid .modern .two .wrapper .title {
    position: absolute;
    padding: 2rem 5rem;
    z-index: 1;
    display: inline-block;
    bottom: 5rem;
    right: 5rem;
    background: rgba(255, 255, 255, 0.8); }
    .home.sectionThree.grid-container.fluid .modern .two .wrapper .title h2 {
      margin: 0; }
    @media screen and (max-width: 39.9375em) {
      .home.sectionThree.grid-container.fluid .modern .two .wrapper .title {
        right: auto;
        left: 5rem; } }
    .home.sectionThree.grid-container.fluid .modern .two .wrapper .title:hover {
      background: rgba(0, 0, 0, 0.8); }
      .home.sectionThree.grid-container.fluid .modern .two .wrapper .title:hover h2 {
        color: #8bba34; }

.home.sectionFour.grid-container.fluid {
  padding: 5rem 3rem 10rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home.sectionFour.grid-container.fluid {
      padding: 0 5rem 5rem; } }
  @media screen and (max-width: 39.9375em) {
    .home.sectionFour.grid-container.fluid {
      padding: 2rem 1rem; } }
  .home.sectionFour.grid-container.fluid .intro {
    padding-left: 2rem;
    padding-bottom: 5rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home.sectionFour.grid-container.fluid .intro {
        padding: 1rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .home.sectionFour.grid-container.fluid .intro {
        padding: 0; } }
  .home.sectionFour.grid-container.fluid .service-items .cell {
    padding: 2rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .home.sectionFour.grid-container.fluid .service-items .cell {
        padding: 1rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home.sectionFour.grid-container.fluid .service-items .cell {
        padding: 1.5rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .home.sectionFour.grid-container.fluid .service-items .cell {
        padding: 1rem 0; } }
    .home.sectionFour.grid-container.fluid .service-items .cell .content .inner {
      padding: 3rem;
      opacity: 0;
      background: #fff;
      height: 100%; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .home.sectionFour.grid-container.fluid .service-items .cell .content .inner {
          padding: 3rem 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .home.sectionFour.grid-container.fluid .service-items .cell .content .inner {
          padding: 2rem; } }
      .home.sectionFour.grid-container.fluid .service-items .cell .content .inner .title {
        margin-bottom: 2rem; }

.home.sectionFive.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home.sectionFive.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .home.sectionFive.grid-container.fluid {
      padding: 0; } }
  .home.sectionFive.grid-container.fluid .form {
    padding: 5rem 5rem 5rem 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .home.sectionFive.grid-container.fluid .form {
        padding: 0 0 5rem 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home.sectionFive.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .home.sectionFive.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .home.sectionFive.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .home.sectionFive.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .home.sectionFive.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .home.sectionFive.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .home.sectionFive.grid-container.fluid .form label input[type=text], .home.sectionFive.grid-container.fluid .form label input[type=email], .home.sectionFive.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .home.sectionFive.grid-container.fluid .form label input[type=text], .home.sectionFive.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .home.sectionFive.grid-container.fluid .form label textarea {
        height: 6rem; }
    .home.sectionFive.grid-container.fluid .form .slider .slider-handle:hover, .home.sectionFive.grid-container.fluid .form .slider .slider-handle:focus {
      outline: none; }
    @media screen and (max-width: 39.9375em) {
      .home.sectionFive.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .home.sectionFive.grid-container.fluid .form .button1:hover, .home.sectionFive.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .home.sectionFive.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .home.sectionFive.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .home.sectionFive.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .home.sectionFive.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .home.sectionFive.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .home.sectionFive.grid-container.fluid .form .successMessage {
      display: none; }
      .home.sectionFive.grid-container.fluid .form .successMessage h3 {
        color: #8bba34; }
    .home.sectionFive.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .home.sectionFive.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .home.sectionFive.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .home.sectionFive.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .home.sectionFive.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .home.sectionFive.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .home.sectionFive.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .home.sectionFive.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .home.sectionFive.grid-container.fluid .form .is-invalid-label input[type=text], .home.sectionFive.grid-container.fluid .form .is-invalid-label input[type=email], .home.sectionFive.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .home.sectionFive.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .home.sectionFive.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.home.sectionSix.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home.sectionSix.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .home.sectionSix.grid-container.fluid {
      padding: 0; } }
  .home.sectionSix.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .home.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .home.sectionSix.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .home.sectionSix.grid-container.fluid .contact .wrapper p, .home.sectionSix.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .home.sectionSix.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .home.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .home.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .home.sectionSix.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .home.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .home.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .home.sectionSix.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .home.sectionSix.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

.projecten.sectionOne.grid-container.fluid {
  padding-bottom: 5rem;
  padding-top: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .projecten.sectionOne.grid-container.fluid {
      padding-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .projecten.sectionOne.grid-container.fluid {
      padding-top: 3rem;
      padding-bottom: 1rem; } }
  .projecten.sectionOne.grid-container.fluid .txt {
    text-align: center; }
    .projecten.sectionOne.grid-container.fluid .txt h1 {
      margin-top: 2rem; }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionOne.grid-container.fluid .txt h1 {
          margin-top: 0.5rem; } }

.projecten.sectionTwo.grid-container.fluid {
  padding-top: 0;
  padding-bottom: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .projecten.sectionTwo.grid-container.fluid {
      padding: 0 4rem 5rem; } }
  .projecten.sectionTwo.grid-container.fluid .catButtons {
    width: 100%;
    text-align: center;
    padding-bottom: 3rem; }
    @media screen and (max-width: 39.9375em) {
      .projecten.sectionTwo.grid-container.fluid .catButtons {
        padding-bottom: 0; } }
    .projecten.sectionTwo.grid-container.fluid .catButtons button {
      outline: none;
      background: none;
      border: none;
      text-transform: uppercase;
      color: #000000;
      padding: 0.8rem 0.2rem;
      margin: 0 3rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .projecten.sectionTwo.grid-container.fluid .catButtons button {
          margin: 0 2rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .projecten.sectionTwo.grid-container.fluid .catButtons button {
          margin: 0 1rem; } }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionTwo.grid-container.fluid .catButtons button {
          margin: 0 1rem 1rem 0;
          display: inline-block; } }
      .projecten.sectionTwo.grid-container.fluid .catButtons button.mixitup-control-active {
        color: #8bba34; }
        .projecten.sectionTwo.grid-container.fluid .catButtons button.mixitup-control-active.reset {
          color: #000000; }
      .projecten.sectionTwo.grid-container.fluid .catButtons button:hover {
        color: #8bba34;
        cursor: pointer; }
  .projecten.sectionTwo.grid-container.fluid .container .projectItem {
    display: inline-block;
    height: 40rem;
    padding: 2rem;
    position: relative;
    width: 33.3333%; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .projecten.sectionTwo.grid-container.fluid .container .projectItem {
        height: 30rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .projecten.sectionTwo.grid-container.fluid .container .projectItem {
        height: 30rem;
        width: 50%;
        padding: 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .projecten.sectionTwo.grid-container.fluid .container .projectItem {
        height: 30rem;
        width: 100%;
        padding: 0.5rem 0; } }
    .projecten.sectionTwo.grid-container.fluid .container .projectItem .image {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt {
      position: absolute;
      bottom: 5rem;
      left: 5rem;
      right: 5rem;
      padding: 3rem 5rem;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: 0.1s all ease-in-out;
      transition: 0.1s all ease-in-out; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt {
          bottom: 3rem;
          left: 3rem;
          right: 3rem;
          padding: 2rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt {
          opacity: 1;
          left: 2rem;
          right: 2rem;
          bottom: 2rem;
          padding: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt {
          opacity: 1;
          left: 2rem;
          right: 2rem;
          bottom: 3rem;
          padding: 2rem; } }
      .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt h3 {
        line-height: 3.2rem; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt h3 {
            line-height: 2.5rem;
            font-size: 2rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt h3 {
            line-height: 2.5rem;
            font-size: 2rem; } }
        @media screen and (max-width: 39.9375em) {
          .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt h3 {
            line-height: 2.5rem; } }
      .projecten.sectionTwo.grid-container.fluid .container .projectItem .txt .button1 {
        margin-top: 0; }
    .projecten.sectionTwo.grid-container.fluid .container .projectItem:hover .txt {
      background: rgba(0, 0, 0, 0.8); }
      .projecten.sectionTwo.grid-container.fluid .container .projectItem:hover .txt h3, .projecten.sectionTwo.grid-container.fluid .container .projectItem:hover .txt .button1 {
        color: #fff; }
  .projecten.sectionTwo.grid-container.fluid .pagination {
    text-align: center;
    padding: 5rem 0; }
    @media screen and (max-width: 39.9375em) {
      .projecten.sectionTwo.grid-container.fluid .pagination {
        padding: 1rem 0;
        margin: 0; } }
    .projecten.sectionTwo.grid-container.fluid .pagination button {
      display: inline-block;
      font-size: 1.4rem; }
      .projecten.sectionTwo.grid-container.fluid .pagination button:hover {
        cursor: pointer; }

.projecten.sectionThree.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .projecten.sectionThree.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .projecten.sectionThree.grid-container.fluid {
      padding: 0; } }
  .projecten.sectionThree.grid-container.fluid .form {
    padding: 5rem 5rem 5rem 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .projecten.sectionThree.grid-container.fluid .form {
        padding: 0 0 5rem 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .projecten.sectionThree.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .projecten.sectionThree.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .projecten.sectionThree.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionThree.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .projecten.sectionThree.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionThree.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .projecten.sectionThree.grid-container.fluid .form label input[type=text], .projecten.sectionThree.grid-container.fluid .form label input[type=email], .projecten.sectionThree.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .projecten.sectionThree.grid-container.fluid .form label input[type=text], .projecten.sectionThree.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .projecten.sectionThree.grid-container.fluid .form label textarea {
        height: 6rem; }
    .projecten.sectionThree.grid-container.fluid .form .slider .slider-handle:hover, .projecten.sectionThree.grid-container.fluid .form .slider .slider-handle:focus {
      outline: none; }
    @media screen and (max-width: 39.9375em) {
      .projecten.sectionThree.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .projecten.sectionThree.grid-container.fluid .form .button1:hover, .projecten.sectionThree.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .projecten.sectionThree.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .projecten.sectionThree.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionThree.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .projecten.sectionThree.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .projecten.sectionThree.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .projecten.sectionThree.grid-container.fluid .form .successMessage {
      display: none; }
      .projecten.sectionThree.grid-container.fluid .form .successMessage h3 {
        color: #8bba34; }
    .projecten.sectionThree.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .projecten.sectionThree.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .projecten.sectionThree.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .projecten.sectionThree.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .projecten.sectionThree.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .projecten.sectionThree.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .projecten.sectionThree.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .projecten.sectionThree.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .projecten.sectionThree.grid-container.fluid .form .is-invalid-label input[type=text], .projecten.sectionThree.grid-container.fluid .form .is-invalid-label input[type=email], .projecten.sectionThree.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .projecten.sectionThree.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .projecten.sectionThree.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.projecten.sectionFour.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .projecten.sectionFour.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .projecten.sectionFour.grid-container.fluid {
      padding: 0; } }
  .projecten.sectionFour.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .projecten.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .projecten.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .projecten.sectionFour.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .projecten.sectionFour.grid-container.fluid .contact .wrapper p, .projecten.sectionFour.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .projecten.sectionFour.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .projecten.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .projecten.sectionFour.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .projecten.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .projecten.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .projecten.sectionFour.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .projecten.sectionFour.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

.services.sectionOne.grid-container.fluid {
  position: relative;
  padding: 0;
  background-attachment: fixed !important; }
  @media screen and (max-width: 74.9375em) {
    .services.sectionOne.grid-container.fluid {
      background-attachment: scroll !important; } }
  .services.sectionOne.grid-container.fluid .grid-x {
    height: 90vh;
    position: relative; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionOne.grid-container.fluid .grid-x {
        height: 90vh;
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionOne.grid-container.fluid .grid-x {
        height: 90vh;
        padding: 5rem; } }
    .services.sectionOne.grid-container.fluid .grid-x .txt {
      text-align: center; }
      .services.sectionOne.grid-container.fluid .grid-x .txt h1, .services.sectionOne.grid-container.fluid .grid-x .txt h2 {
        color: #fff;
        text-shadow: 1px 1px 2px black; }
    .services.sectionOne.grid-container.fluid .grid-x .chevron-item {
      position: absolute;
      bottom: 5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 3rem;
      height: 5rem; }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron {
        position: absolute;
        width: 2.1rem;
        height: 0.48rem;
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-animation: move-chevron 3s ease-out infinite;
        animation: move-chevron 3s ease-out infinite; }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:first-child {
        -webkit-animation: move-chevron 3s ease-out 1s infinite;
        animation: move-chevron 3s ease-out 1s infinite; }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:nth-child(2) {
        -webkit-animation: move-chevron 3s ease-out 2s infinite;
        animation: move-chevron 3s ease-out 2s infinite; }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:before,
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        background: #fff; }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:before {
        left: 0;
        -webkit-transform: skewY(30deg);
        transform: skewY(30deg); }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item .chevron:after {
        right: 0;
        width: 50%;
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg); }

@keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
    transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
    transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
    transform: translateY(4.8rem) scale(0.5); } }
      .services.sectionOne.grid-container.fluid .grid-x .chevron-item:hover {
        cursor: pointer; }

.services.sectionTwo.grid-container.fluid {
  position: relative; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .services.sectionTwo.grid-container.fluid {
      padding: 5rem 5rem 0; } }
  @media screen and (max-width: 39.9375em) {
    .services.sectionTwo.grid-container.fluid {
      padding: 3rem 1rem 0; } }
  .services.sectionTwo.grid-container.fluid .txt {
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) {
      .services.sectionTwo.grid-container.fluid .txt {
        padding: 10rem 10rem 10rem 5rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionTwo.grid-container.fluid .txt {
        padding: 5rem 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionTwo.grid-container.fluid .txt {
        padding-bottom: 0;
        padding-top: 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionTwo.grid-container.fluid .txt {
        padding-bottom: 2rem;
        padding-top: 1rem; }
        .services.sectionTwo.grid-container.fluid .txt .button1 {
          margin-top: 1rem; } }
  .services.sectionTwo.grid-container.fluid .img {
    min-height: 40rem;
    z-index: 1;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .services.sectionTwo.grid-container.fluid .img {
        min-height: 30rem; } }
    .services.sectionTwo.grid-container.fluid .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.services.sectionThree.grid-container.fluid {
  position: relative; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .services.sectionThree.grid-container.fluid {
      padding: 5rem 5rem 0; } }
  @media screen and (max-width: 39.9375em) {
    .services.sectionThree.grid-container.fluid {
      padding: 3rem 1rem 0; } }
  .services.sectionThree.grid-container.fluid .txt {
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) {
      .services.sectionThree.grid-container.fluid .txt {
        padding: 10rem 5rem 10rem 10rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionThree.grid-container.fluid .txt {
        padding: 5rem 0 5rem 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionThree.grid-container.fluid .txt {
        padding-bottom: 0;
        padding-top: 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionThree.grid-container.fluid .txt {
        padding-bottom: 2rem;
        padding-top: 1rem; }
        .services.sectionThree.grid-container.fluid .txt .button1 {
          margin-top: 1rem; } }
  .services.sectionThree.grid-container.fluid #atelier-slider .slide .slide-item {
    height: 55rem;
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .services.sectionThree.grid-container.fluid #atelier-slider .slide .slide-item {
        height: 25rem; } }

.services.sectionFour.grid-container.fluid {
  position: relative; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .services.sectionFour.grid-container.fluid {
      padding: 5rem 5rem 0; } }
  @media screen and (max-width: 39.9375em) {
    .services.sectionFour.grid-container.fluid {
      padding: 3rem 1rem 0; } }
  .services.sectionFour.grid-container.fluid .txt {
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) {
      .services.sectionFour.grid-container.fluid .txt {
        padding: 10rem 10rem 10rem 5rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionFour.grid-container.fluid .txt {
        padding: 5rem 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionFour.grid-container.fluid .txt {
        padding-bottom: 0;
        padding-top: 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionFour.grid-container.fluid .txt {
        padding-bottom: 2rem;
        padding-top: 1rem; }
        .services.sectionFour.grid-container.fluid .txt .button1 {
          margin-top: 1rem; } }
  .services.sectionFour.grid-container.fluid .img {
    min-height: 40rem;
    z-index: 1;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .services.sectionFour.grid-container.fluid .img {
        min-height: 30rem; } }
    .services.sectionFour.grid-container.fluid .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.services.sectionFourAndAhalf.grid-container.fluid {
  position: relative; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .services.sectionFourAndAhalf.grid-container.fluid {
      padding: 5rem 5rem 0; } }
  @media screen and (max-width: 39.9375em) {
    .services.sectionFourAndAhalf.grid-container.fluid {
      padding: 3rem 1rem; } }
  .services.sectionFourAndAhalf.grid-container.fluid .txt {
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) {
      .services.sectionFourAndAhalf.grid-container.fluid .txt {
        padding: 10rem 5rem 10rem 10rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionFourAndAhalf.grid-container.fluid .txt {
        padding: 5rem 0 5rem 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionFourAndAhalf.grid-container.fluid .txt {
        padding-bottom: 5rem;
        padding-top: 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionFourAndAhalf.grid-container.fluid .txt {
        padding-bottom: 2rem;
        padding-top: 1rem; }
        .services.sectionFourAndAhalf.grid-container.fluid .txt .button1 {
          margin-top: 1rem; } }
  .services.sectionFourAndAhalf.grid-container.fluid .img {
    min-height: 40rem;
    z-index: 1;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .services.sectionFourAndAhalf.grid-container.fluid .img {
        min-height: 30rem; } }
    .services.sectionFourAndAhalf.grid-container.fluid .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.services.sectionFive.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .services.sectionFive.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .services.sectionFive.grid-container.fluid {
      padding: 0; } }
  .services.sectionFive.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionFive.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionFive.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionFive.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .services.sectionFive.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .services.sectionFive.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .services.sectionFive.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .services.sectionFive.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .services.sectionFive.grid-container.fluid .form label input[type=text], .services.sectionFive.grid-container.fluid .form label input[type=email], .services.sectionFive.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .services.sectionFive.grid-container.fluid .form label input[type=text], .services.sectionFive.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .services.sectionFive.grid-container.fluid .form label textarea {
        height: 6rem; }
    .services.sectionFive.grid-container.fluid .form .slider .slider-handle:hover, .services.sectionFive.grid-container.fluid .form .slider .slider-handle:focus {
      outline: none; }
    @media screen and (max-width: 39.9375em) {
      .services.sectionFive.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .services.sectionFive.grid-container.fluid .form .button1:hover, .services.sectionFive.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .services.sectionFive.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .services.sectionFive.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .services.sectionFive.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .services.sectionFive.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .services.sectionFive.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .services.sectionFive.grid-container.fluid .form .successMessage {
      display: none; }
      .services.sectionFive.grid-container.fluid .form .successMessage h3 {
        color: #8bba34; }
    .services.sectionFive.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .services.sectionFive.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .services.sectionFive.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .services.sectionFive.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .services.sectionFive.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .services.sectionFive.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .services.sectionFive.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .services.sectionFive.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .services.sectionFive.grid-container.fluid .form .is-invalid-label input[type=text], .services.sectionFive.grid-container.fluid .form .is-invalid-label input[type=email], .services.sectionFive.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .services.sectionFive.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .services.sectionFive.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.services.sectionSix.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .services.sectionSix.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .services.sectionSix.grid-container.fluid {
      padding: 0; } }
  .services.sectionSix.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .services.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .services.sectionSix.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .services.sectionSix.grid-container.fluid .contact .wrapper p, .services.sectionSix.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .services.sectionSix.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .services.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .services.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .services.sectionSix.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .services.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .services.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .services.sectionSix.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .services.sectionSix.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

.contact.sectionOne.grid-container.fluid {
  padding-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .contact.sectionOne.grid-container.fluid {
      padding-bottom: 5rem; } }
  .contact.sectionOne.grid-container.fluid .one {
    padding-right: 2.5rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .contact.sectionOne.grid-container.fluid .one {
        padding: 0 3rem  0 0; } }
    @media screen and (max-width: 39.9375em) {
      .contact.sectionOne.grid-container.fluid .one {
        padding: 0 0 3rem; } }
    .contact.sectionOne.grid-container.fluid .one #map1 {
      height: 35rem;
      width: 100%;
      margin-top: 3rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .contact.sectionOne.grid-container.fluid .one #map1 {
          height: 30rem; } }
      @media screen and (max-width: 39.9375em) {
        .contact.sectionOne.grid-container.fluid .one #map1 {
          height: 20rem; } }
    .contact.sectionOne.grid-container.fluid .one .title {
      margin-top: 3rem;
      margin-bottom: 3rem; }
  .contact.sectionOne.grid-container.fluid .two {
    padding-left: 2.5rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .contact.sectionOne.grid-container.fluid .two {
        padding: 0 0 0 3rem; } }
    @media screen and (max-width: 39.9375em) {
      .contact.sectionOne.grid-container.fluid .two {
        padding: 0 0 3rem; } }
    .contact.sectionOne.grid-container.fluid .two #map2 {
      height: 35rem;
      width: 100%;
      margin-top: 3rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .contact.sectionOne.grid-container.fluid .two #map2 {
          height: 30rem; } }
      @media screen and (max-width: 39.9375em) {
        .contact.sectionOne.grid-container.fluid .two #map2 {
          height: 20rem; } }
    .contact.sectionOne.grid-container.fluid .two .title {
      margin-top: 3rem;
      margin-bottom: 3rem; }

.contact.sectionTwo.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .contact.sectionTwo.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .contact.sectionTwo.grid-container.fluid {
      padding: 0; } }
  .contact.sectionTwo.grid-container.fluid .form {
    padding: 0 5rem 5rem 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .contact.sectionTwo.grid-container.fluid .form {
        padding: 0 0 5rem 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .contact.sectionTwo.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .contact.sectionTwo.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .contact.sectionTwo.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .contact.sectionTwo.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .contact.sectionTwo.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .contact.sectionTwo.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .contact.sectionTwo.grid-container.fluid .form label input[type=text], .contact.sectionTwo.grid-container.fluid .form label input[type=email], .contact.sectionTwo.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .contact.sectionTwo.grid-container.fluid .form label input[type=text], .contact.sectionTwo.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .contact.sectionTwo.grid-container.fluid .form label textarea {
        height: 6rem; }
    .contact.sectionTwo.grid-container.fluid .form .slider .slider-handle:hover, .contact.sectionTwo.grid-container.fluid .form .slider .slider-handle:focus {
      outline: none; }
    @media screen and (max-width: 39.9375em) {
      .contact.sectionTwo.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .contact.sectionTwo.grid-container.fluid .form .button1:hover, .contact.sectionTwo.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .contact.sectionTwo.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .contact.sectionTwo.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .contact.sectionTwo.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .contact.sectionTwo.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .contact.sectionTwo.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .contact.sectionTwo.grid-container.fluid .form .successMessage {
      display: none; }
      .contact.sectionTwo.grid-container.fluid .form .successMessage h3 {
        color: #8bba34; }
    .contact.sectionTwo.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .contact.sectionTwo.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .contact.sectionTwo.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .contact.sectionTwo.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .contact.sectionTwo.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .contact.sectionTwo.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .contact.sectionTwo.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .contact.sectionTwo.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .contact.sectionTwo.grid-container.fluid .form .is-invalid-label input[type=text], .contact.sectionTwo.grid-container.fluid .form .is-invalid-label input[type=email], .contact.sectionTwo.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .contact.sectionTwo.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .contact.sectionTwo.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.contact.sectionTwoandAhalf.grid-container.fluid {
  padding-top: 0; }
  .contact.sectionTwoandAhalf.grid-container.fluid .txt h2 {
    margin-bottom: 3rem; }
  .contact.sectionTwoandAhalf.grid-container.fluid .support-items .item {
    padding: 2rem 3rem; }
    @media screen and (max-width: 39.9375em) {
      .contact.sectionTwoandAhalf.grid-container.fluid .support-items .item {
        padding: 1rem 0; } }
    .contact.sectionTwoandAhalf.grid-container.fluid .support-items .item .image {
      height: 20rem;
      width: 100%; }

.vacatures.sectionOne.grid-container.fluid {
  position: relative; }
  .vacatures.sectionOne.grid-container.fluid .txt {
    padding: 10rem 10rem 10rem 5rem;
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .vacatures.sectionOne.grid-container.fluid .txt {
        padding: 5rem 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .vacatures.sectionOne.grid-container.fluid .txt {
        padding: 3rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .vacatures.sectionOne.grid-container.fluid .txt {
        padding: 1rem 0; }
        .vacatures.sectionOne.grid-container.fluid .txt .button1 {
          margin-top: 1rem; } }
  .vacatures.sectionOne.grid-container.fluid .img {
    min-height: 40rem;
    z-index: 1;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .vacatures.sectionOne.grid-container.fluid .img {
        min-height: 30rem; } }
    .vacatures.sectionOne.grid-container.fluid .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

/******************
Toonzaalmodellen
*******************/
.toonzaalmodellen.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem 5rem 0; }
  @media screen and (max-width: 39.9375em) {
    .toonzaalmodellen.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .toonzaalmodellen.sectionOne.grid-container.fluid .txt {
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .toonzaalmodellen.sectionOne.grid-container.fluid .txt {
        left: 1rem;
        bottom: 1rem;
        padding: 0; } }
    .toonzaalmodellen.sectionOne.grid-container.fluid .txt .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .toonzaalmodellen.sectionOne.grid-container.fluid .txt .title {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .toonzaalmodellen.sectionOne.grid-container.fluid .txt .title {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 2rem; } }

.toonzaalmodellen.sectionTwo.grid-container.fluid {
  padding-top: 0;
  padding-bottom: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .toonzaalmodellen.sectionTwo.grid-container.fluid {
      padding: 0 1rem 3rem; } }
  .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem {
    padding: 5rem 0; }
    .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .title {
      margin-bottom: 3rem; }
    .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery {
      width: 100%;
      padding-top: 3rem; }
      .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item {
        height: 35rem;
        margin: 0;
        position: relative;
        overflow: hidden;
        width: 24%;
        display: inline-block; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item {
            height: 20rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item {
            height: 30rem;
            width: 49%; } }
        @media screen and (max-width: 39.9375em) {
          .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item {
            height: 25rem;
            width: 100%; } }
        .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item img {
          padding: 2rem 2rem 2rem 0;
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item img {
              padding: 1rem; } }
          @media screen and (max-width: 39.9375em) {
            .toonzaalmodellen.sectionTwo.grid-container.fluid .modelItem .gallery .image-item img {
              padding: 0; } }

.toonzaalmodellen.sectionThree.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .toonzaalmodellen.sectionThree.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .toonzaalmodellen.sectionThree.grid-container.fluid {
      padding: 0; } }
  .toonzaalmodellen.sectionThree.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .toonzaalmodellen.sectionThree.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .toonzaalmodellen.sectionThree.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .toonzaalmodellen.sectionThree.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .toonzaalmodellen.sectionThree.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .toonzaalmodellen.sectionThree.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .toonzaalmodellen.sectionThree.grid-container.fluid .form label input[type=text], .toonzaalmodellen.sectionThree.grid-container.fluid .form label input[type=email], .toonzaalmodellen.sectionThree.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .toonzaalmodellen.sectionThree.grid-container.fluid .form label input[type=text], .toonzaalmodellen.sectionThree.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .toonzaalmodellen.sectionThree.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .toonzaalmodellen.sectionThree.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .button1:hover, .toonzaalmodellen.sectionThree.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .toonzaalmodellen.sectionThree.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .toonzaalmodellen.sectionThree.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .successMessage {
      display: none; }
      .toonzaalmodellen.sectionThree.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label input[type=text], .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label input[type=email], .toonzaalmodellen.sectionThree.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .toonzaalmodellen.sectionThree.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .toonzaalmodellen.sectionThree.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.toonzaalmodellen.sectionFour.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .toonzaalmodellen.sectionFour.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .toonzaalmodellen.sectionFour.grid-container.fluid {
      padding: 0; } }
  .toonzaalmodellen.sectionFour.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .toonzaalmodellen.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .toonzaalmodellen.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .toonzaalmodellen.sectionFour.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper p, .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .toonzaalmodellen.sectionFour.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/******************
Badmeubels
*******************/
.badmeubels.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .badmeubels.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .badmeubels.sectionOne.grid-container.fluid .txt {
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .badmeubels.sectionOne.grid-container.fluid .txt {
        left: 1rem;
        bottom: 1rem;
        padding: 0; } }
    .badmeubels.sectionOne.grid-container.fluid .txt .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .badmeubels.sectionOne.grid-container.fluid .txt .title {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionOne.grid-container.fluid .txt .title {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 2rem; } }

.badmeubels.sectionTwo.grid-container.fluid {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .badmeubels.sectionTwo.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .badmeubels.sectionTwo.grid-container.fluid .project-slider {
    width: 100%; }
    .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
      height: 35rem;
      margin: 0;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 1500px) {
        .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 45rem; } }
      @media only screen and (min-width: 2100px) {
        .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 55rem; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item span {
        position: absolute;
        top: 3rem;
        right: 3rem;
        background: #fff;
        font-size: 3rem;
        line-height: 3rem;
        z-index: 1;
        padding: 1rem 1.4rem 0.5rem;
        opacity: 0.8; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item span {
            font-size: 2rem;
            line-height: 2rem; } }
        @media screen and (max-width: 39.9375em) {
          .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item span {
            top: 1rem;
            right: 1rem; } }
      .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item img {
        padding: 2rem;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 39.9375em) {
          .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item img {
            padding: 0; } }
      .badmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item:hover span {
        opacity: 1;
        color: #8bba34; }
    .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev:before, .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next:before {
      content: none; }
    .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev:hover, .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next:hover {
      opacity: 0.5; }
    .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next {
      z-index: 1;
      background: url("/right.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next {
          right: 1rem; } }
    .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev {
      background: url("/left.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev {
          left: 1rem; } }

.badmeubels.sectionThree.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .badmeubels.sectionThree.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .badmeubels.sectionThree.grid-container.fluid {
      padding: 0; } }
  .badmeubels.sectionThree.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .badmeubels.sectionThree.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .badmeubels.sectionThree.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .badmeubels.sectionThree.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .badmeubels.sectionThree.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionThree.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .badmeubels.sectionThree.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionThree.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .badmeubels.sectionThree.grid-container.fluid .form label input[type=text], .badmeubels.sectionThree.grid-container.fluid .form label input[type=email], .badmeubels.sectionThree.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .badmeubels.sectionThree.grid-container.fluid .form label input[type=text], .badmeubels.sectionThree.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .badmeubels.sectionThree.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .badmeubels.sectionThree.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .badmeubels.sectionThree.grid-container.fluid .form .button1:hover, .badmeubels.sectionThree.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .badmeubels.sectionThree.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .badmeubels.sectionThree.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionThree.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .badmeubels.sectionThree.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .badmeubels.sectionThree.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .badmeubels.sectionThree.grid-container.fluid .form .successMessage {
      display: none; }
      .badmeubels.sectionThree.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .badmeubels.sectionThree.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .badmeubels.sectionThree.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .badmeubels.sectionThree.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .badmeubels.sectionThree.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label input[type=text], .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label input[type=email], .badmeubels.sectionThree.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .badmeubels.sectionThree.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .badmeubels.sectionThree.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.badmeubels.sectionFour.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .badmeubels.sectionFour.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .badmeubels.sectionFour.grid-container.fluid {
      padding: 0; } }
  .badmeubels.sectionFour.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .badmeubels.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .badmeubels.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .badmeubels.sectionFour.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .badmeubels.sectionFour.grid-container.fluid .contact .wrapper p, .badmeubels.sectionFour.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .badmeubels.sectionFour.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .badmeubels.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .badmeubels.sectionFour.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .badmeubels.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .badmeubels.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .badmeubels.sectionFour.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .badmeubels.sectionFour.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/******************
Haardmeubels
*******************/
.haardmeubels.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .haardmeubels.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .haardmeubels.sectionOne.grid-container.fluid .txt {
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .haardmeubels.sectionOne.grid-container.fluid .txt {
        left: 1rem;
        bottom: 1rem;
        padding: 0; } }
    .haardmeubels.sectionOne.grid-container.fluid .txt .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .haardmeubels.sectionOne.grid-container.fluid .txt .title {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionOne.grid-container.fluid .txt .title {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 2rem; } }

.haardmeubels.sectionTwo.grid-container.fluid {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .haardmeubels.sectionTwo.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .haardmeubels.sectionTwo.grid-container.fluid .project-slider {
    width: 100%; }
    .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
      height: 35rem;
      margin: 0;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 1500px) {
        .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 45rem; } }
      @media only screen and (min-width: 2100px) {
        .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 55rem; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item span {
        position: absolute;
        top: 3rem;
        right: 3rem;
        background: #fff;
        font-size: 3rem;
        line-height: 3rem;
        z-index: 1;
        padding: 1rem 1.4rem 0.5rem;
        opacity: 0.8; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item span {
            font-size: 2rem;
            line-height: 2rem; } }
        @media screen and (max-width: 39.9375em) {
          .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item span {
            top: 1rem;
            right: 1rem; } }
      .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item img {
        padding: 2rem;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 39.9375em) {
          .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item img {
            padding: 0; } }
      .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slide-item:hover span {
        opacity: 1;
        color: #8bba34; }
    .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev:before, .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next:before {
      content: none; }
    .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev:hover, .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next:hover {
      opacity: 0.5; }
    .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next {
      z-index: 1;
      background: url("/right.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-next {
          right: 1rem; } }
    .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev {
      background: url("/left.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionTwo.grid-container.fluid .project-slider .slick-prev {
          left: 1rem; } }

.haardmeubels.sectionThree.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .haardmeubels.sectionThree.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .haardmeubels.sectionThree.grid-container.fluid {
      padding: 0; } }
  .haardmeubels.sectionThree.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .haardmeubels.sectionThree.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .haardmeubels.sectionThree.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .haardmeubels.sectionThree.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .haardmeubels.sectionThree.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionThree.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .haardmeubels.sectionThree.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionThree.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .haardmeubels.sectionThree.grid-container.fluid .form label input[type=text], .haardmeubels.sectionThree.grid-container.fluid .form label input[type=email], .haardmeubels.sectionThree.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .haardmeubels.sectionThree.grid-container.fluid .form label input[type=text], .haardmeubels.sectionThree.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .haardmeubels.sectionThree.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .haardmeubels.sectionThree.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .haardmeubels.sectionThree.grid-container.fluid .form .button1:hover, .haardmeubels.sectionThree.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .haardmeubels.sectionThree.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .haardmeubels.sectionThree.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionThree.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .haardmeubels.sectionThree.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .haardmeubels.sectionThree.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .haardmeubels.sectionThree.grid-container.fluid .form .successMessage {
      display: none; }
      .haardmeubels.sectionThree.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .haardmeubels.sectionThree.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .haardmeubels.sectionThree.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .haardmeubels.sectionThree.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .haardmeubels.sectionThree.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label input[type=text], .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label input[type=email], .haardmeubels.sectionThree.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .haardmeubels.sectionThree.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .haardmeubels.sectionThree.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.haardmeubels.sectionFour.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .haardmeubels.sectionFour.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .haardmeubels.sectionFour.grid-container.fluid {
      padding: 0; } }
  .haardmeubels.sectionFour.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .haardmeubels.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .haardmeubels.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .haardmeubels.sectionFour.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper p, .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .haardmeubels.sectionFour.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/******************
Dressings
*******************/
.dressings.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .dressings.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .dressings.sectionOne.grid-container.fluid .txt {
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .dressings.sectionOne.grid-container.fluid .txt {
        left: 1rem;
        bottom: 1rem;
        padding: 0; } }
    .dressings.sectionOne.grid-container.fluid .txt .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .dressings.sectionOne.grid-container.fluid .txt .title {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionOne.grid-container.fluid .txt .title {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 2rem; } }

.dressings.sectionTwo.grid-container.fluid {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .dressings.sectionTwo.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .dressings.sectionTwo.grid-container.fluid .project-slider {
    width: 100%; }
    .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item {
      height: 35rem;
      margin: 0;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 1500px) {
        .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 45rem; } }
      @media only screen and (min-width: 2100px) {
        .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 55rem; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item span {
        position: absolute;
        top: 3rem;
        right: 3rem;
        background: #fff;
        font-size: 3rem;
        line-height: 3rem;
        z-index: 1;
        padding: 1rem 1.4rem 0.5rem;
        opacity: 0.8; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item span {
            font-size: 2rem;
            line-height: 2rem; } }
        @media screen and (max-width: 39.9375em) {
          .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item span {
            top: 1rem;
            right: 1rem; } }
      .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item img {
        padding: 2rem;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 39.9375em) {
          .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item img {
            padding: 0; } }
      .dressings.sectionTwo.grid-container.fluid .project-slider .slide-item:hover span {
        opacity: 1;
        color: #8bba34; }
    .dressings.sectionTwo.grid-container.fluid .project-slider .slick-prev:before, .dressings.sectionTwo.grid-container.fluid .project-slider .slick-next:before {
      content: none; }
    .dressings.sectionTwo.grid-container.fluid .project-slider .slick-prev:hover, .dressings.sectionTwo.grid-container.fluid .project-slider .slick-next:hover {
      opacity: 0.5; }
    .dressings.sectionTwo.grid-container.fluid .project-slider .slick-next {
      z-index: 1;
      background: url("/right.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionTwo.grid-container.fluid .project-slider .slick-next {
          right: 1rem; } }
    .dressings.sectionTwo.grid-container.fluid .project-slider .slick-prev {
      background: url("/left.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionTwo.grid-container.fluid .project-slider .slick-prev {
          left: 1rem; } }

.dressings.sectionThree.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .dressings.sectionThree.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .dressings.sectionThree.grid-container.fluid {
      padding: 0; } }
  .dressings.sectionThree.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .dressings.sectionThree.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .dressings.sectionThree.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .dressings.sectionThree.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .dressings.sectionThree.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionThree.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .dressings.sectionThree.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionThree.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .dressings.sectionThree.grid-container.fluid .form label input[type=text], .dressings.sectionThree.grid-container.fluid .form label input[type=email], .dressings.sectionThree.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .dressings.sectionThree.grid-container.fluid .form label input[type=text], .dressings.sectionThree.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .dressings.sectionThree.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .dressings.sectionThree.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .dressings.sectionThree.grid-container.fluid .form .button1:hover, .dressings.sectionThree.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .dressings.sectionThree.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .dressings.sectionThree.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionThree.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .dressings.sectionThree.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .dressings.sectionThree.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .dressings.sectionThree.grid-container.fluid .form .successMessage {
      display: none; }
      .dressings.sectionThree.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .dressings.sectionThree.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .dressings.sectionThree.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .dressings.sectionThree.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .dressings.sectionThree.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .dressings.sectionThree.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .dressings.sectionThree.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .dressings.sectionThree.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .dressings.sectionThree.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .dressings.sectionThree.grid-container.fluid .form .is-invalid-label input[type=text], .dressings.sectionThree.grid-container.fluid .form .is-invalid-label input[type=email], .dressings.sectionThree.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .dressings.sectionThree.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .dressings.sectionThree.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.dressings.sectionFour.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .dressings.sectionFour.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .dressings.sectionFour.grid-container.fluid {
      padding: 0; } }
  .dressings.sectionFour.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .dressings.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .dressings.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .dressings.sectionFour.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .dressings.sectionFour.grid-container.fluid .contact .wrapper p, .dressings.sectionFour.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .dressings.sectionFour.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .dressings.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .dressings.sectionFour.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .dressings.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .dressings.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .dressings.sectionFour.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .dressings.sectionFour.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/******************
Opendeurdagen
*******************/
.opendeurdagen.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .opendeurdagen.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .opendeurdagen.sectionOne.grid-container.fluid .intro {
    text-align: center; }
    .opendeurdagen.sectionOne.grid-container.fluid .intro .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .opendeurdagen.sectionOne.grid-container.fluid .intro .title {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionOne.grid-container.fluid .intro .title {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 2rem; } }

.opendeurdagen.sectionTwo.grid-container.fluid {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .opendeurdagen.sectionTwo.grid-container.fluid {
      padding-bottom: 5rem; } }
  .opendeurdagen.sectionTwo.grid-container.fluid .one {
    text-align: center;
    padding: 3rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .opendeurdagen.sectionTwo.grid-container.fluid .one {
        padding: 0 3rem  0 0; } }
    @media screen and (max-width: 39.9375em) {
      .opendeurdagen.sectionTwo.grid-container.fluid .one {
        padding: 0 0 3rem; } }
    .opendeurdagen.sectionTwo.grid-container.fluid .one #map1 {
      height: 35rem;
      width: 100%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .opendeurdagen.sectionTwo.grid-container.fluid .one #map1 {
          height: 30rem; } }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionTwo.grid-container.fluid .one #map1 {
          height: 20rem; } }
    .opendeurdagen.sectionTwo.grid-container.fluid .one .title {
      margin-top: 4rem;
      margin-bottom: 3rem; }
  .opendeurdagen.sectionTwo.grid-container.fluid .two {
    text-align: center;
    padding: 3rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .opendeurdagen.sectionTwo.grid-container.fluid .two {
        padding: 0 0 0 3rem; } }
    @media screen and (max-width: 39.9375em) {
      .opendeurdagen.sectionTwo.grid-container.fluid .two {
        padding: 0 0 3rem; } }
    .opendeurdagen.sectionTwo.grid-container.fluid .two #map2 {
      height: 35rem;
      width: 100%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .opendeurdagen.sectionTwo.grid-container.fluid .two #map2 {
          height: 30rem; } }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionTwo.grid-container.fluid .two #map2 {
          height: 20rem; } }
    .opendeurdagen.sectionTwo.grid-container.fluid .two .title {
      margin-top: 4rem;
      margin-bottom: 3rem; }

.opendeurdagen.sectionThree.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .opendeurdagen.sectionThree.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .opendeurdagen.sectionThree.grid-container.fluid {
      padding: 0; } }
  .opendeurdagen.sectionThree.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .opendeurdagen.sectionThree.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .opendeurdagen.sectionThree.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .opendeurdagen.sectionThree.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .opendeurdagen.sectionThree.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionThree.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .opendeurdagen.sectionThree.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionThree.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .opendeurdagen.sectionThree.grid-container.fluid .form label input[type=text], .opendeurdagen.sectionThree.grid-container.fluid .form label input[type=email], .opendeurdagen.sectionThree.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .opendeurdagen.sectionThree.grid-container.fluid .form label input[type=text], .opendeurdagen.sectionThree.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .opendeurdagen.sectionThree.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .opendeurdagen.sectionThree.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .opendeurdagen.sectionThree.grid-container.fluid .form .button1:hover, .opendeurdagen.sectionThree.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionThree.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .opendeurdagen.sectionThree.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .opendeurdagen.sectionThree.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .successMessage {
      display: none; }
      .opendeurdagen.sectionThree.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .opendeurdagen.sectionThree.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .opendeurdagen.sectionThree.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .opendeurdagen.sectionThree.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .opendeurdagen.sectionThree.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label input[type=text], .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label input[type=email], .opendeurdagen.sectionThree.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .opendeurdagen.sectionThree.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .opendeurdagen.sectionThree.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.opendeurdagen.sectionFour.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .opendeurdagen.sectionFour.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .opendeurdagen.sectionFour.grid-container.fluid {
      padding: 0; } }
  .opendeurdagen.sectionFour.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .opendeurdagen.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .opendeurdagen.sectionFour.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .opendeurdagen.sectionFour.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper p, .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .opendeurdagen.sectionFour.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/******************
SINGLE PROJECT PAGE
*******************/
.project.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .project.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .project.sectionOne.grid-container.fluid .txt {
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .project.sectionOne.grid-container.fluid .txt {
        left: 1rem;
        bottom: 1rem;
        padding: 0; } }
    .project.sectionOne.grid-container.fluid .txt .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .project.sectionOne.grid-container.fluid .txt .title {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .project.sectionOne.grid-container.fluid .txt .title {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 2rem; } }

.project.sectionThree.grid-container.fluid {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .project.sectionThree.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .project.sectionThree.grid-container.fluid .project-slider {
    width: 100%; }
    .project.sectionThree.grid-container.fluid .project-slider .slide-item {
      height: 35rem;
      margin: 0;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 1500px) {
        .project.sectionThree.grid-container.fluid .project-slider .slide-item {
          height: 45rem; } }
      @media only screen and (min-width: 2100px) {
        .project.sectionThree.grid-container.fluid .project-slider .slide-item {
          height: 55rem; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .project.sectionThree.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .project.sectionThree.grid-container.fluid .project-slider .slide-item {
          height: 30rem; } }
      .project.sectionThree.grid-container.fluid .project-slider .slide-item span {
        position: absolute;
        top: 3rem;
        right: 3rem;
        background: #fff;
        font-size: 3rem;
        line-height: 3rem;
        z-index: 1;
        padding: 1rem 1.4rem 0.5rem;
        opacity: 0.8; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .project.sectionThree.grid-container.fluid .project-slider .slide-item span {
            font-size: 2rem;
            line-height: 2rem; } }
        @media screen and (max-width: 39.9375em) {
          .project.sectionThree.grid-container.fluid .project-slider .slide-item span {
            top: 1rem;
            right: 1rem; } }
      .project.sectionThree.grid-container.fluid .project-slider .slide-item img {
        padding: 2rem;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 39.9375em) {
          .project.sectionThree.grid-container.fluid .project-slider .slide-item img {
            padding: 0; } }
      .project.sectionThree.grid-container.fluid .project-slider .slide-item:hover span {
        opacity: 1;
        color: #8bba34; }
    .project.sectionThree.grid-container.fluid .project-slider .slick-prev:before, .project.sectionThree.grid-container.fluid .project-slider .slick-next:before {
      content: none; }
    .project.sectionThree.grid-container.fluid .project-slider .slick-prev:hover, .project.sectionThree.grid-container.fluid .project-slider .slick-next:hover {
      opacity: 0.5; }
    .project.sectionThree.grid-container.fluid .project-slider .slick-next {
      z-index: 1;
      background: url("/right.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .project.sectionThree.grid-container.fluid .project-slider .slick-next {
          right: 1rem; } }
    .project.sectionThree.grid-container.fluid .project-slider .slick-prev {
      background: url("/left.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      height: 50px;
      z-index: 1; }
      @media screen and (max-width: 39.9375em) {
        .project.sectionThree.grid-container.fluid .project-slider .slick-prev {
          left: 1rem; } }

.project.sectionThreeAndAhalf.grid-container.fluid {
  padding: 0 3rem; }
  @media screen and (max-width: 39.9375em) {
    .project.sectionThreeAndAhalf.grid-container.fluid {
      padding: 0 1rem; } }
  .project.sectionThreeAndAhalf.grid-container.fluid .cell {
    padding: 2rem; }
    @media screen and (max-width: 39.9375em) {
      .project.sectionThreeAndAhalf.grid-container.fluid .cell {
        padding: 1rem 0; } }
    .project.sectionThreeAndAhalf.grid-container.fluid .cell .item-360 {
      height: 40rem;
      width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .project.sectionThreeAndAhalf.grid-container.fluid .cell .item-360 {
          height: 25rem; } }

.project.sectionFour.grid-container.fluid {
  text-align: right;
  padding-top: 0;
  padding-bottom: 5rem;
  padding-right: 7rem; }
  @media screen and (max-width: 39.9375em) {
    .project.sectionFour.grid-container.fluid {
      text-align: left;
      padding: 0  1rem 3rem; } }

.project.sectionFive.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .project.sectionFive.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .project.sectionFive.grid-container.fluid {
      padding: 0; } }
  .project.sectionFive.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .project.sectionFive.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .project.sectionFive.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .project.sectionFive.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .project.sectionFive.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .project.sectionFive.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .project.sectionFive.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .project.sectionFive.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .project.sectionFive.grid-container.fluid .form label input[type=text], .project.sectionFive.grid-container.fluid .form label input[type=email], .project.sectionFive.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .project.sectionFive.grid-container.fluid .form label input[type=text], .project.sectionFive.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .project.sectionFive.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .project.sectionFive.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .project.sectionFive.grid-container.fluid .form .button1:hover, .project.sectionFive.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .project.sectionFive.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .project.sectionFive.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .project.sectionFive.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .project.sectionFive.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .project.sectionFive.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .project.sectionFive.grid-container.fluid .form .successMessage {
      display: none; }
      .project.sectionFive.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .project.sectionFive.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .project.sectionFive.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .project.sectionFive.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .project.sectionFive.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .project.sectionFive.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .project.sectionFive.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .project.sectionFive.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .project.sectionFive.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .project.sectionFive.grid-container.fluid .form .is-invalid-label input[type=text], .project.sectionFive.grid-container.fluid .form .is-invalid-label input[type=email], .project.sectionFive.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .project.sectionFive.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .project.sectionFive.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.project.sectionSix.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .project.sectionSix.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .project.sectionSix.grid-container.fluid {
      padding: 0; } }
  .project.sectionSix.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .project.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .project.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .project.sectionSix.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .project.sectionSix.grid-container.fluid .contact .wrapper p, .project.sectionSix.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .project.sectionSix.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .project.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .project.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .project.sectionSix.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .project.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .project.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .project.sectionSix.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .project.sectionSix.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/******************
SINGLE SUPPORT PAGE
*******************/
.support.sectionOne.grid-container.fluid {
  position: relative;
  padding: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .support.sectionOne.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .support.sectionOne.grid-container.fluid .txt {
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .support.sectionOne.grid-container.fluid .txt {
        left: 1rem;
        bottom: 1rem;
        padding: 0; } }
    .support.sectionOne.grid-container.fluid .txt h1 {
      margin-bottom: 1rem; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .support.sectionOne.grid-container.fluid .txt h1 {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 0.5rem; } }
      @media screen and (max-width: 39.9375em) {
        .support.sectionOne.grid-container.fluid .txt h1 {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 0; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .support.sectionOne.grid-container.fluid .txt h3 {
        font-size: 2rem;
        line-height: 3rem; } }
    @media screen and (max-width: 39.9375em) {
      .support.sectionOne.grid-container.fluid .txt h3 {
        font-size: 1.6rem;
        line-height: 2rem; } }

.support.sectionTwo.grid-container.fluid {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .support.sectionTwo.grid-container.fluid {
      padding-top: 1rem; } }

.support.sectionThree.grid-container.fluid {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .support.sectionThree.grid-container.fluid {
      padding: 2rem 1rem 2rem; } }
  .support.sectionThree.grid-container.fluid .video-items .item {
    padding: 2rem; }
    @media screen and (max-width: 39.9375em) {
      .support.sectionThree.grid-container.fluid .video-items .item {
        padding: 1rem 0; } }

.support.sectionFive.grid-container.fluid {
  padding: 10rem 5rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .support.sectionFive.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .support.sectionFive.grid-container.fluid {
      padding: 0; } }
  .support.sectionFive.grid-container.fluid .form {
    padding: 5rem 10rem 5rem 5rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .support.sectionFive.grid-container.fluid .form {
        padding: 0 5rem 5rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .support.sectionFive.grid-container.fluid .form {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .support.sectionFive.grid-container.fluid .form {
        padding: 3rem 1rem; } }
    .support.sectionFive.grid-container.fluid .form .title {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        .support.sectionFive.grid-container.fluid .form .title {
          margin-bottom: 1rem; } }
    .support.sectionFive.grid-container.fluid .form label {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .support.sectionFive.grid-container.fluid .form label {
          display: block;
          text-align: center;
          margin: 0 auto 1rem; } }
      .support.sectionFive.grid-container.fluid .form label input[type=text], .support.sectionFive.grid-container.fluid .form label input[type=email], .support.sectionFive.grid-container.fluid .form label textarea {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #000000;
        color: #000000;
        margin-bottom: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .support.sectionFive.grid-container.fluid .form label input[type=text], .support.sectionFive.grid-container.fluid .form label input[type=email] {
        height: 3rem; }
      .support.sectionFive.grid-container.fluid .form label textarea {
        height: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .support.sectionFive.grid-container.fluid .form .button1 {
        display: block;
        text-align: center; } }
    .support.sectionFive.grid-container.fluid .form .button1:hover, .support.sectionFive.grid-container.fluid .form .button1:focus {
      cursor: pointer;
      outline: none; }
    .support.sectionFive.grid-container.fluid .form .button1:disabled {
      color: #727272;
      cursor: not-allowed; }
    .support.sectionFive.grid-container.fluid .form .loading {
      background: url("/loading.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 2rem;
      height: 2rem;
      display: none;
      margin-left: 2rem;
      margin-bottom: -0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .support.sectionFive.grid-container.fluid .form .loading {
          width: 2rem;
          height: 2rem;
          margin-left: 0; } }
    .support.sectionFive.grid-container.fluid .form .callout.alert {
      background: none;
      border: none;
      padding: 1rem 0 0;
      margin: 0; }
      .support.sectionFive.grid-container.fluid .form .callout.alert p {
        color: #727272;
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .support.sectionFive.grid-container.fluid .form .successMessage {
      display: none; }
      .support.sectionFive.grid-container.fluid .form .successMessage h3 {
        color: #000000; }
    .support.sectionFive.grid-container.fluid .form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #727272; }
    .support.sectionFive.grid-container.fluid .form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #727272; }
    .support.sectionFive.grid-container.fluid .form :-ms-input-placeholder {
      /* IE 10+ */
      color: #727272; }
    .support.sectionFive.grid-container.fluid .form :-moz-placeholder {
      /* Firefox 18- */
      color: #727272; }
    .support.sectionFive.grid-container.fluid .form .is-invalid-label ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c000d; }
    .support.sectionFive.grid-container.fluid .form .is-invalid-label ::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c000d; }
    .support.sectionFive.grid-container.fluid .form .is-invalid-label :-ms-input-placeholder {
      /* IE 10+ */
      color: #8c000d; }
    .support.sectionFive.grid-container.fluid .form .is-invalid-label :-moz-placeholder {
      /* Firefox 18- */
      color: #8c000d; }
    .support.sectionFive.grid-container.fluid .form .is-invalid-label input[type=text], .support.sectionFive.grid-container.fluid .form .is-invalid-label input[type=email], .support.sectionFive.grid-container.fluid .form .is-invalid-label textarea {
      border-bottom: 1px solid #8c000d; }
    @media screen and (min-width: 64em) {
      .support.sectionFive.grid-container.fluid .form .one {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .support.sectionFive.grid-container.fluid .form .two {
        padding-left: 2.5rem; } }

.support.sectionSix.grid-container.fluid {
  padding: 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .support.sectionSix.grid-container.fluid {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .support.sectionSix.grid-container.fluid {
      padding: 0; } }
  .support.sectionSix.grid-container.fluid .contact {
    background: #f7f7f7;
    padding: 10rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .support.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .support.sectionSix.grid-container.fluid .contact {
        padding: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .support.sectionSix.grid-container.fluid .contact {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 64em) {
      .support.sectionSix.grid-container.fluid .contact .wrapper p, .support.sectionSix.grid-container.fluid .contact .wrapper a {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .support.sectionSix.grid-container.fluid .contact .wrapper .title {
      margin-bottom: 5rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .support.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .support.sectionSix.grid-container.fluid .contact .wrapper .title {
          margin-bottom: 1rem; } }
    .support.sectionSix.grid-container.fluid .contact .wrapper h3 {
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .support.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .support.sectionSix.grid-container.fluid .contact .wrapper h3 {
          margin-bottom: 1rem;
          margin-top: 1rem; } }
    .support.sectionSix.grid-container.fluid .contact .wrapper a {
      color: #000000; }
      .support.sectionSix.grid-container.fluid .contact .wrapper a:hover {
        color: #8bba34; }

/*************
FOOTER
**************/
.site-footer.grid-container.fluid {
  background: #000000;
  position: relative;
  padding: 2rem 5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .site-footer.grid-container.fluid {
      padding: 2rem; } }
  @media screen and (max-width: 39.9375em) {
    .site-footer.grid-container.fluid {
      padding: 1rem; } }
  .site-footer.grid-container.fluid .txt .text {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    display: inline-block;
    position: relative;
    margin-left: 1rem;
    top: -0.5rem;
    -webkit-transition: all .10s ease-out;
    transition: all .10s ease-out; }
  .site-footer.grid-container.fluid .txt .icon {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: url(/dd_logo_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .site-footer.grid-container.fluid .txt a:hover .text {
    color: #fff; }



.p-5 {
	padding: 3rem !important;
}	
.p-4 {
	padding: 2rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}



.eedee-gutenslider-nav {
	display: none !important;
}

.swiper-wrapper .slide-content .wp-block-cover {
    min-height: 270px !important;
    width: 40%;
    left: 5rem;
    bottom: 5rem !important;
}


.madeit-forms-input-field {
  height: 40px;
}
.madeit-forms-largeinput-field {
  height: 80px;
}