h1 {
  font-family: "ClearSans", "Open Sans", "Helvetica", sans-serif;
  margin-bottom: 2rem;
  color: #62618A;
  font-size: 38px !important;
  line-height: 32px !important; }
  @media (min-width: 576px) {
    h1 {
      font-size: 64px !important;
      line-height: 74px !important; } }

h2 {
  font-family: "ClearSans", "Open Sans", "Helvetica", sans-serif;
  margin-bottom: 1.8px;
  color: #62618A;
  font-size: 34px !important;
  line-height: 32px !important; }
  @media (min-width: 576px) {
    h2 {
      font-size: 50px !important;
      line-height: 60px !important; } }

h3 {
  font-family: "ClearSans", "Open Sans", "Helvetica", sans-serif;
  margin-bottom: 15px;
  color: #E60050;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px; }

h4 {
  font-family: "ClearSans", "Open Sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

a {
  color: #E60050; }

@font-face {
  font-family: 'ClearSans';
  src: url("../fonts/clearSans/ClearSans-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
@font-face {
  font-family: 'ClearSans';
  src: url("../fonts/clearSans/ClearSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'ClearSans';
  src: url("../fonts/clearSans/ClearSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'ClearSans';
  src: url("../fonts/clearSans/ClearSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'ClearSans';
  src: url("../fonts/clearSans/ClearSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  min-height: 90px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .header #block-hardeveld-branding img {
    max-height: 60px; }
  @media screen and (min-width: 768px) {
    .header #block-mainnavigation {
      padding-left: 50px; } }
  .header #block-mainnavigation .menu {
    height: 100%; }
  .header #block-mainnavigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 100%; }
    .header #block-mainnavigation ul > li {
      margin: 0 20px;
      height: 100%; }
      .header #block-mainnavigation ul > li > a {
        color: #9A9AAE;
        font-size: 16px;
        line-height: 16px;
        height: 100%;
        display: flex;
        align-items: center; }
  .header #block-mainnavigation .menu-toggle {
    color: #231E40;
    font-size: 20px; }
  .header.scrolled {
    -webkit-box-shadow: 0px 0px 10px 0px #b5b5b5;
    -moz-box-shadow: 0px 0px 10px 0px #b5b5b5;
    box-shadow: 0px 0px 10px 0px #b5b5b5; }

.mobile-menu {
  height: 100vh;
  position: fixed;
  right: -350px;
  width: 350px;
  background-color: #E60050;
  top: 0;
  color: white;
  z-index: 15;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mobile-menu .inner {
    position: relative;
    padding: 20px; }
    .mobile-menu .inner .menu-toggle {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .mobile-menu .inner ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      padding-top: 60px; }
      .mobile-menu .inner ul li {
        margin-bottom: 15px;
        text-align: center; }
        .mobile-menu .inner ul li:last-child {
          margin-bottom: 0; }
        .mobile-menu .inner ul li a {
          color: white;
          font-size: 18px; }
  .mobile-menu.active {
    right: 0; }

.footer {
  background-color: #F4F4F5;
  padding: 40px 0; }
  .footer .left {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .footer .center {
    font-size: 16px;
    color: #BDBCC8;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .center a {
      color: #BDBCC8; }
      .footer .center a:hover {
        color: #E60050;
        text-decoration: none; }
  .footer .right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BDBCC8; }
  .footer .subline {
    color: #E60050;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px; }

.btn, .post-password-form input[type=submit], .gform_wrapper .gform_button, .wpcf7-form .wpcf7-submit {
  padding: 10px 20px !important;
  font-size: 16px;
  line-height: 21px;
  color: #fff !important;
  border-radius: 5px !important;
  background-color: #E60050;
  font-weight: bold;
  white-space: normal !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover, .post-password-form input[type=submit]:hover, .gform_wrapper .gform_button:hover, .wpcf7-form .wpcf7-submit:hover {
    background-color: #cf0048;
    color: #fff !important; }

#page {
  -webkit-transition: -webkit-transform .28s, opacity .28s;
  -ms-transition: -o-transform .28s, opacity .28s;
  -o-transition: -o-transform .28s, opacity .28s;
  transition: transform .28s, opacity .28s; }

.slide-out #page {
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: "ClearSans", "Open Sans", "Helvetica", sans-serif;
  color: #62618A;
  font-weight: 400; }

img {
  width: auto !important;
  max-width: 100%;
  height: auto; }

p {
  line-height: 26px; }

@media screen and (min-width: 1200px) {
  .container.container-wide {
    max-width: 1366px !important; } }

.noscroll {
  overflow: hidden; }

.post-password-form input[type=password] {
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  outline: none;
  padding: 10px 15px;
  margin-top: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .post-password-form input[type=password]:focus {
    border-color: #E60050; }
.post-password-form input[type=submit] {
  white-space: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 auto;
  cursor: pointer; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vpc-init {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0; }
  .vpc-init.vpc-visible {
    opacity: 1;
    animation-duration: 500ms;
    animation-name: fadeInUp; }

.gform_wrapper img.gform_ajax_spinner {
  display: none !important; }
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }
.gform_wrapper .hidden_label .gfield_label {
  display: none !important; }
.gform_wrapper ul.gform_fields {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .gform_wrapper ul.gform_fields li {
    margin-top: 30px !important; }
    .gform_wrapper ul.gform_fields li:first-child {
      margin-top: 0 !important; }
    .gform_wrapper ul.gform_fields li.hidden_label input {
      margin-top: 0 !important; }
    .gform_wrapper ul.gform_fields li .ginput_container input, .gform_wrapper ul.gform_fields li .ginput_container textarea {
      width: 100%;
      border: none;
      border-bottom: 2px solid #E60050;
      outline: none;
      padding: 10px 0 !important;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .gform_wrapper ul.gform_fields li .ginput_container input:focus, .gform_wrapper ul.gform_fields li .ginput_container textarea:focus {
        border-color: #E60050; }
    .gform_wrapper ul.gform_fields li .ginput_container textarea {
      max-height: 120px; }

.wpcf7-form label {
  width: 100%;
  font-weight: bold; }
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  position: relative; }
  .wpcf7-form .wpcf7-form-control-wrap.your-subject:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #231E40;
    font-size: 18px; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-dynamictext, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select {
    width: 100%;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    outline: none;
    padding: 10px 15px;
    margin-top: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text:focus, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:focus, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-dynamictext:focus, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select:focus {
      border-color: #E60050; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-color: white;
    cursor: pointer; }
.wpcf7-form .wpcf7-submit {
  white-space: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 auto;
  cursor: pointer; }

.floating-side {
  position: absolute;
  top: 1000px;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  padding-bottom: 0 !important; }
  .floating-side.sticky {
    position: fixed;
    top: 190px; }
  .floating-side p {
    margin-bottom: 0; }
  .floating-side.showroom-link .floatbuttonwrap {
    position: relative; }
    .floating-side.showroom-link .floatbuttonwrap p a {
      display: inline-block;
      background-color: #231E40;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      color: #ffffff;
      font-size: 20px;
      font-weight: 500;
      padding: 10px 20px;
      height: 50px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .floating-side.showroom-link .floatbuttonwrap p a svg {
        margin-right: 10px; }
      .floating-side.showroom-link .floatbuttonwrap p a:hover {
        text-decoration: none;
        background-color: #F4F4F5 !important;
        color: #d9534f; }
    .floating-side.showroom-link .floatbuttonwrap p.floatbuttonsecond {
      position: absolute;
      right: 220px;
      top: 0; }
      .floating-side.showroom-link .floatbuttonwrap p.floatbuttonsecond a {
        background-color: #E60050 !important; }
        .floating-side.showroom-link .floatbuttonwrap p.floatbuttonsecond a:hover {
          text-decoration: none;
          background-color: #F4F4F5 !important;
          color: #d9534f; }

.page-head-home {
  overflow: hidden; }
  .page-head-home .right {
    background-color: #E60050; }
  .page-head-home .left {
    background-size: cover;
    background-position: center center; }
  .page-head-home .title-box {
    position: relative; }
    @media screen and (min-width: 768px) {
      .page-head-home .title-box {
        display: inline-block;
        left: -15%; } }
    .page-head-home .title-box .title {
      padding: 5px;
      background-color: #231E40;
      display: inline-block;
      font-size: 36px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300;
      text-align: center; }
      @media screen and (min-width: 576px) {
        .page-head-home .title-box .title {
          font-size: 42px; } }
      .page-head-home .title-box .title:first-child {
        margin-bottom: 10px; }

.general-content {
  padding: 40px 0; }
  @media screen and (min-width: 992px) {
    .general-content {
      padding: 80px 0; } }
  .general-content .content {
    line-height: 26px; }

.home-intro {
  padding: 60px 0; }
  @media screen and (min-width: 992px) {
    .home-intro {
      padding: 100px 0; } }
  .home-intro .content {
    line-height: 26px; }

.home-tips {
  background-color: #231E40;
  color: #D7D7DD;
  padding: 60px 0; }
  @media screen and (min-width: 992px) {
    .home-tips {
      padding: 100px 0; } }
  .home-tips .title {
    color: #D7D7DD; }
  .home-tips .content {
    line-height: 26px; }

.home-how {
  background-color: #D3D2D9;
  padding: 60px 0 30px 0; }
  @media screen and (min-width: 992px) {
    .home-how {
      padding: 100px 0 70px 0; } }
  .home-how .subtitle {
    color: #9A9AAE; }
  .home-how .item .content {
    line-height: 26px; }
  @media screen and (min-width: 768px) {
    .home-how .item:nth-child(odd) {
      padding-left: 40px; }
    .home-how .item:nth-child(even) {
      padding-right: 40px; } }
  @media screen and (min-width: 1200px) {
    .home-how .item:nth-child(odd) {
      padding-left: 60px; }
    .home-how .item:nth-child(even) {
      padding-right: 60px; } }

.sidebar .sidebar-widget > div {
  border-bottom: 1px solid #F4F4F5;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .sidebar .sidebar-widget > div:last-child {
    border-bottom: none; }

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