/* 
Theme Name: Keukenglas 2023
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl

LET OP:
Wijzig nooit de bestanden in de .CSS file. Wijzigingen moeten ten alle tijden in de .SCSS worden gedaan.
En zorg ervoor dat je de gewijzigde .SCSS bestanden ook direct upload op de server.
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl/owl.carousel.min.css");
@import url("scss/owl/owl.theme.default.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #101010;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden; }

body.scrolled {
  padding-top: 163px; }

strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

em {
  font-style: italic; }

.overflow-hidden {
  overflow: hidden; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.container {
  width: 1300px;
  margin: 0 auto; }
  .container.big {
    width: 1400px; }

.row-reverse {
  flex-direction: row-reverse !important;
  display: flex; }

.justify-content-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

h1 {
  font-size: 64px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700; }

h2 {
  font-size: 32px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700; }

h3 {
  font-size: 26px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700; }

h4 {
  font-size: 20px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700; }

h1 a, h2 a, h3 a, h4 a {
  color: #F18616;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #F18616;
    text-decoration: underline; }

.entry-title {
  padding-bottom: 50px; }
  .entry-title p {
    font-size: 20px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700; }

.entry-title-padding {
  padding-bottom: 15px; }

.entry-content ul, .entry-content ol {
  margin-left: 20px; }
.entry-content p, .entry-content ol, .entry-content ul {
  margin-bottom: 15px; }
.entry-content a {
  color: #F18616;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .entry-content a:hover {
    color: #000000;
    text-decoration: underline; }

.whitespace.klein {
  padding-bottom: 50px; }
.whitespace.groot {
  padding-bottom: 100px; }

a.button {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a.button.button-orange {
    background-color: #F18616;
    color: #FFFFFF;
    border: 2px solid #F18616; }
    a.button.button-orange:hover {
      background-color: #FFFFFF;
      color: #F18616; }
  a.button.button-white {
    background-color: #FFFFFF;
    color: #F18616;
    border: 2px solid #F18616; }
    a.button.button-white:hover {
      background-color: #F18616;
      color: #FFFFFF; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #55a6dc;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #55a6dc;
  color: #FFFFFF;
  /* Gecko Browsers */ }

/********************************************************
MAX-WIDTH: 1430
********************************************************/
@media only screen and (max-width: 1430px) {
  .container.big {
    width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; } }
/********************************************************
MAX-WIDTH: 1330
********************************************************/
@media only screen and (max-width: 1330px) {
  .container {
    width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 16px; } }
#mainheader .header-top {
  background-color: #ededed;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0; }
  #mainheader .header-top .usp {
    float: left;
    padding-top: 10px; }
    #mainheader .header-top .usp ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainheader .header-top .usp ul li {
        list-style-type: none;
        float: left;
        margin-right: 20px;
        line-height: 16px;
        font-size: 12px; }
        #mainheader .header-top .usp ul li:before {
          content: "\f00c";
          font-family: 'Font Awesome 6 free';
          font-weight: 900;
          color: #F18616;
          padding-right: 5px; }
  #mainheader .header-top .google-review {
    float: right; }
    #mainheader .header-top .google-review a {
      text-decoration: none; }
    #mainheader .header-top .google-review .google-review-left {
      float: left;
      font-size: 12px;
      line-height: 16px;
      padding-right: 10px; }
      #mainheader .header-top .google-review .google-review-left .stars {
        color: #F18616;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
        #mainheader .header-top .google-review .google-review-left .stars i {
          color: #F5D900;
          margin-right: 0px;
          font-size: 12px; }
      #mainheader .header-top .google-review .google-review-left .ratings {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: #101010; }
    #mainheader .header-top .google-review .google-review-right {
      float: right;
      padding-left: 5px; }
      #mainheader .header-top .google-review .google-review-right span {
        font-size: 16px;
        display: block;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #FFFFFF;
        border-radius: 5px;
        background-color: #F18616;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
  #mainheader .header-top .offerte {
    display: none; }
    #mainheader .header-top .offerte a {
      display: block;
      text-align: center;
      font-family: 'League Spartan', sans-serif;
      font-weight: 700;
      color: #FFFFFF;
      text-decoration: none;
      background-color: #F18616;
      line-height: 30px; }
#mainheader .header-main {
  background-color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0;
  height: 91px; }
  #mainheader .header-main .container {
    position: relative; }
  #mainheader .header-main .logo {
    float: left;
    position: relative;
    z-index: 4; }
    #mainheader .header-main .logo img {
      max-width: 195px; }
  #mainheader .header-main .navigation {
    align-self: center !important;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0; }
    #mainheader .header-main .navigation nav ul {
      margin: 0;
      padding: 0; }
      #mainheader .header-main .navigation nav ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 30px; }
        #mainheader .header-main .navigation nav ul li .sub-menu {
          position: absolute;
          z-index: 3;
          background-color: #FFFFFF;
          display: none; }
          #mainheader .header-main .navigation nav ul li .sub-menu.left-align {
            left: 0;
            /*margin-left: -15px; margin-right: -15px;*/
            width: 100%; }
          #mainheader .header-main .navigation nav ul li .sub-menu .column {
            display: flex;
            flex-wrap: wrap;
            float: left !important;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 50px 0px 40px 40px;
            text-align: left; }
            #mainheader .header-main .navigation nav ul li .sub-menu .column .column-inner {
              border-right: 1px solid #F18616;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding-right: 40px;
              position: relative;
              height: 100%; }
              #mainheader .header-main .navigation nav ul li .sub-menu .column .column-inner p.sub-menu-cat {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 20px; }
              #mainheader .header-main .navigation nav ul li .sub-menu .column .column-inner ul {
                margin: 0 0 30px 0;
                padding: 0;
                align-self: unset; }
                #mainheader .header-main .navigation nav ul li .sub-menu .column .column-inner ul li {
                  list-style-type: none;
                  float: none;
                  margin-right: 0px;
                  display: block;
                  line-height: 40px; }
                #mainheader .header-main .navigation nav ul li .sub-menu .column .column-inner ul:last-child {
                  margin-bottom: 0; }
            #mainheader .header-main .navigation nav ul li .sub-menu .column:last-child .column-inner {
              border-right: 0; }
          #mainheader .header-main .navigation nav ul li .sub-menu .images {
            overflow: hidden;
            flex: auto;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 30px; }
            #mainheader .header-main .navigation nav ul li .sub-menu .images .image-big {
              width: 100%;
              height: 50%;
              -ms-background-clip: border-box;
              -o-background-clip: border-box;
              -webkit-background-clip: border-box;
              -moz-background-clip: border-box;
              background-clip: border-box;
              background-origin: padding-box;
              background-position: center center;
              background-repeat: no-repeat;
              -o-background-size: cover;
              -ms-background-size: cover;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              background-size: cover;
              position: relative; }
              #mainheader .header-main .navigation nav ul li .sub-menu .images .image-big:before {
                content: "";
                background-color: #000000;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0.3;
                position: absolute; }
              #mainheader .header-main .navigation nav ul li .sub-menu .images .image-big a {
                display: block;
                color: #FFFFFF;
                text-decoration: none;
                width: 100%;
                height: 100%;
                z-index: 2;
                position: relative; }
                #mainheader .header-main .navigation nav ul li .sub-menu .images .image-big a span {
                  position: absolute;
                  bottom: 15px;
                  left: 15px;
                  color: #FFFFFF; }
            #mainheader .header-main .navigation nav ul li .sub-menu .images .image-left {
              width: 50%;
              height: 50%;
              float: left;
              -ms-background-clip: border-box;
              -o-background-clip: border-box;
              -webkit-background-clip: border-box;
              -moz-background-clip: border-box;
              background-clip: border-box;
              background-origin: padding-box;
              background-position: center center;
              background-repeat: no-repeat;
              -o-background-size: cover;
              -ms-background-size: cover;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              background-size: cover;
              position: relative; }
              #mainheader .header-main .navigation nav ul li .sub-menu .images .image-left:before {
                content: "";
                background-color: #000000;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0.3;
                position: absolute; }
              #mainheader .header-main .navigation nav ul li .sub-menu .images .image-left a {
                display: block;
                color: #FFFFFF;
                text-decoration: none;
                width: 100%;
                height: 100%;
                z-index: 2;
                position: relative; }
                #mainheader .header-main .navigation nav ul li .sub-menu .images .image-left a span {
                  position: absolute;
                  bottom: 15px;
                  left: 15px;
                  color: #FFFFFF; }
            #mainheader .header-main .navigation nav ul li .sub-menu .images .image-right {
              width: 50%;
              height: 50%;
              float: right;
              -ms-background-clip: border-box;
              -o-background-clip: border-box;
              -webkit-background-clip: border-box;
              -moz-background-clip: border-box;
              background-clip: border-box;
              background-origin: padding-box;
              background-position: center center;
              background-repeat: no-repeat;
              -o-background-size: cover;
              -ms-background-size: cover;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              background-size: cover;
              position: relative; }
              #mainheader .header-main .navigation nav ul li .sub-menu .images .image-right:before {
                content: "";
                background-color: #000000;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0.3;
                position: absolute; }
              #mainheader .header-main .navigation nav ul li .sub-menu .images .image-right a {
                display: block;
                color: #FFFFFF;
                text-decoration: none;
                width: 100%;
                height: 100%;
                z-index: 2;
                position: relative; }
                #mainheader .header-main .navigation nav ul li .sub-menu .images .image-right a span {
                  position: absolute;
                  bottom: 15px;
                  left: 15px;
                  color: #FFFFFF; }
          #mainheader .header-main .navigation nav ul li .sub-menu.number-two .column {
            display: block;
            width: 25%; }
            #mainheader .header-main .navigation nav ul li .sub-menu.number-two .column.image-column {
              padding-left: 10px;
              padding-right: 10px; }
              #mainheader .header-main .navigation nav ul li .sub-menu.number-two .column.image-column .column-inner {
                padding-right: 0; }
              #mainheader .header-main .navigation nav ul li .sub-menu.number-two .column.image-column .entry-image img {
                max-height: 175px;
                width: auto; }
            #mainheader .header-main .navigation nav ul li .sub-menu.number-two .column .column-inner a.button {
              color: #F18616; }
              #mainheader .header-main .navigation nav ul li .sub-menu.number-two .column .column-inner a.button:hover {
                color: #FFFFFF !important; }
          #mainheader .header-main .navigation nav ul li .sub-menu a {
            color: #101010; }
            #mainheader .header-main .navigation nav ul li .sub-menu a:hover {
              color: #F18616 !important; }
        #mainheader .header-main .navigation nav ul li a {
          color: #000000;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          text-decoration: none; }
        #mainheader .header-main .navigation nav ul li:last-child {
          margin-right: 0; }
        #mainheader .header-main .navigation nav ul li:hover a {
          color: #F18616; }
        #mainheader .header-main .navigation nav ul li:hover .sub-menu a {
          color: #101010; }
        #mainheader .header-main .navigation nav ul li.has-children:after {
          content: "\f078";
          font-family: 'Font Awesome 6 free';
          font-weight: 900;
          padding-left: 5px;
          color: #F18616; }
        #mainheader .header-main .navigation nav ul li.has-children:hover .sub-menu {
          display: flex; }
        #mainheader .header-main .navigation nav ul li:nth-child(1) .sub-menu .column:nth-child(2) .column-inner {
          border-right: 0; }
  #mainheader .header-main .header-button {
    float: right;
    position: relative;
    z-index: 4; }
    #mainheader .header-main .header-button .search {
      float: left;
      padding-right: 30px;
      padding-top: 10px;
      font-size: 20px;
      position: relative;
      z-index: 4; }
      #mainheader .header-main .header-button .search:hover {
        cursor: pointer; }
    #mainheader .header-main .header-button .entry-button {
      float: left;
      position: relative;
      z-index: 4; }
      #mainheader .header-main .header-button .entry-button a {
        color: #FFFFFF;
        text-decoration: none; }
        #mainheader .header-main .header-button .entry-button a:hover {
          color: #F18616; }
    #mainheader .header-main .header-button .mobile-nav-icon {
      float: right;
      position: relative;
      z-index: 7;
      width: 45px;
      height: 45px;
      display: none;
      margin-left: 30px; }
      #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        border: 0;
        -webkit-border-radius: 44px;
        -moz-border-radius: 44px;
        -ms-border-radius: 44px;
        -o-border-radius: 44px;
        border-radius: 44px;
        width: 45px;
        height: 45px;
        text-align: center;
        position: absolute;
        z-index: 300; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg svg {
          width: 40px;
          height: 40px;
          margin-top: 2px; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg .line {
          fill: none;
          stroke: #101010;
          stroke-width: 6;
          transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg .line1 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg .line2 {
          stroke-dasharray: 60 60;
          stroke-width: 6; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg .line3 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg.opened .line1 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg.opened .line2 {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6; }
        #mainheader .header-main .header-button .mobile-nav-icon .menu-icon-svg.opened .line3 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
#mainheader.fixed {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 110px;
  background-color: #FFFFFF;
  animation-duration: 2s;
  animation-name: headerfixed;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -72px; }
  #mainheader.fixed .header-main {
    height: 80px;
    padding-top: 18px;
    padding-bottom: 17px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; }

#search {
  position: absolute;
  top: 162px;
  left: 0;
  right: 0;
  z-index: 4;
  display: none; }
  #search input[type=text] {
    border: 0;
    background-color: #F18616;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    color: #FFFFFF;
    margin: 0; }
    #search input[type=text]:focus {
      border-bottom: 1px solid #F18616; }
  #search ::-webkit-input-placeholder {
    color: #FFFFFF;
    font-style: italic; }
  #search ::-moz-placeholder {
    color: #FFFFFF;
    font-style: italic; }
  #search :-ms-input-placeholder {
    color: #FFFFFF;
    font-style: italic; }
  #search input:-moz-placeholder {
    color: #FFFFFF;
    font-style: italic; }
  #search input[type=button], #search input[type=submit] {
    display: none; }
  #search.opened {
    display: inherit; }

body.scrolled #search {
  position: fixed;
  top: 80px;
  animation-duration: 2s;
  animation-name: searchfixed; }

@keyframes headerfixed {
  from {
    top: -152px; }
  to {
    top: -72px; } }
@keyframes searchfixed {
  from {
    top: 0px; }
  to {
    top: 80px; } }
/********************************************************
MAX-WIDTH: 1024
********************************************************/
@media only screen and (max-width: 1024px) {
  #mainheader .header-main .navigation {
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    right: unset;
    background-color: #F18616;
    text-align: left;
    overflow-y: scroll; }
    #mainheader .header-main .navigation.opened {
      left: 0; }
    #mainheader .header-main .navigation nav {
      padding-top: 15px;
      padding-bottom: 15px; }
      #mainheader .header-main .navigation nav ul {
        display: inherit; }
        #mainheader .header-main .navigation nav ul li {
          display: block;
          margin-right: 0;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 15px;
          padding-right: 15px;
          position: relative; }
          #mainheader .header-main .navigation nav ul li a {
            color: #FFFFFF !important;
            line-height: 30px; }
            #mainheader .header-main .navigation nav ul li a:hover {
              color: #000000 !important; }
          #mainheader .header-main .navigation nav ul li.has-children .sub-menu {
            position: relative;
            background-color: transparent;
            margin-left: 0px;
            margin-right: 0px;
            display: inherit !important;
            overflow: visible !important;
            height: auto !important;
            max-height: 1000000px !important; }
            #mainheader .header-main .navigation nav ul li.has-children .sub-menu a:hover {
              color: #000000 !important; }
            #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column {
              float: none !important;
              display: block;
              padding: 0 0 0 15px; }
              #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner {
                padding-right: 0;
                border-right: 0; }
                #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner p.sub-menu-cat {
                  font-size: 14px;
                  margin-bottom: 5px;
                  position: relative;
                  -ms-box-sizing: border-box;
                  -o-box-sizing: border-box;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  padding-right: 0px; }
                  #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner p.sub-menu-cat span.menu-icon-sub {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 20px;
                    height: 27px; }
                    #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner p.sub-menu-cat span.menu-icon-sub:after {
                      content: "\2b";
                      font-family: 'Font Awesome 6 free';
                      font-weight: 900;
                      color: #FFFFFF;
                      opacity: 0; }
                    #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner p.sub-menu-cat span.menu-icon-sub.clicked:after {
                      content: "\f068"; }
                #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner ul {
                  height: auto;
                  max-height: 100000px;
                  overflow: hidden;
                  margin: 0;
                  -ms-box-sizing: border-box;
                  -o-box-sizing: border-box;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  padding-left: 15px; }
                  #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner ul li {
                    line-height: 22px;
                    margin-bottom: 3px;
                    padding: 0; }
                    #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner ul li a {
                      font-size: 14px;
                      font-family: 'Montserrat', sans-serif;
                      font-weight: 400;
                      line-height: 16px; }
                #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner.opened p.sub-menu-cat .span-menu-icon-sub:after {
                  content: "\f068"; }
                #mainheader .header-main .navigation nav ul li.has-children .sub-menu .column .column-inner.opened ul {
                  height: auto;
                  max-height: 100000px; }
            #mainheader .header-main .navigation nav ul li.has-children .sub-menu .images {
              display: none !important; }
          #mainheader .header-main .navigation nav ul li.has-children .sub-menu.number-two .column {
            width: 100%; }
            #mainheader .header-main .navigation nav ul li.has-children .sub-menu.number-two .column.image-column figure {
              display: none; }
            #mainheader .header-main .navigation nav ul li.has-children .sub-menu.number-two .column.image-column a.button {
              display: none; }
          #mainheader .header-main .navigation nav ul li.has-children span.menu-icon {
            position: absolute;
            right: 15px;
            top: 0;
            width: 20px;
            height: 30px; }
            #mainheader .header-main .navigation nav ul li.has-children span.menu-icon:after {
              content: "\f078";
              font-family: 'Font Awesome 6 free';
              font-weight: 900;
              color: #FFFFFF;
              line-height: 30px;
              opacity: 0; }
          #mainheader .header-main .navigation nav ul li.has-children:after {
            display: none; }
          #mainheader .header-main .navigation nav ul li.has-children:hover .sub-menu {
            width: 100%;
            height: 0;
            display: none; }
          #mainheader .header-main .navigation nav ul li.opened span.menu-icon:after {
            content: "\f077"; }
          #mainheader .header-main .navigation nav ul li.opened .sub-menu {
            display: inherit !important;
            overflow: visible !important;
            height: auto !important;
            max-height: 1000000px !important; }
            #mainheader .header-main .navigation nav ul li.opened .sub-menu.simple .column .column-inner ul {
              height: auto !important;
              max-height: 1000000px !important; }
  #mainheader .header-main .header-button .mobile-nav-icon {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mainheader .header-top .usp {
    display: none; }
  #mainheader.fixed {
    top: -32px; }
    #mainheader.fixed .header-top {
      padding: 0; }
      #mainheader.fixed .header-top .container {
        padding: 0; }
      #mainheader.fixed .header-top .google-review {
        display: none; }
      #mainheader.fixed .header-top .offerte {
        display: inherit; }

  @keyframes headerfixed {
    from {
      top: -110px; }
    to {
      top: -32px; } }
  body.scrolled #search {
    top: 78px; } }
/********************************************************
MAX-WIDTH: 600
********************************************************/
@media only screen and (max-width: 600px) {
  #mainheader .header-main .header-button .search {
    display: none; }
  #mainheader .header-main .header-button .button {
    display: none; } }
.banner {
  width: 100%;
  height: 720px;
  background-color: #F18616;
  position: relative;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  .banner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .banner .container {
    display: table;
    position: relative;
    height: 100%;
    z-index: 2; }
    .banner .container .banner-title {
      vertical-align: middle;
      display: table-cell; }
      .banner .container .banner-title h1, .banner .container .banner-title h2, .banner .container .banner-title h3, .banner .container .banner-title h4 {
        font-size: 80px;
        line-height: 90px;
        color: #FFFFFF;
        max-width: 75%;
        margin-bottom: 15px; }
      .banner .container .banner-title p {
        color: #FFFFFF;
        margin-bottom: 15px;
        margin-top: -15px;
        font-weight: bold;
        font-size: 22px;
        line-height: 25px; }
      .banner .container .banner-title a.button {
        margin-right: 15px;
        margin-bottom: 5px; }
    .banner .container .usp {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0; }
      .banner .container .usp ul {
        margin: 0;
        padding: 0;
        text-align: center; }
        .banner .container .usp ul li {
          list-style-type: none;
          display: inline-block;
          color: #FFFFFF;
          font-size: 14px;
          padding-right: 30px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600; }
          .banner .container .usp ul li:before {
            content: "\f00c";
            font-family: 'Font Awesome 6 free';
            font-weight: 900;
            color: #F18616;
            padding-right: 5px; }
          .banner .container .usp ul li:last-child {
            padding-right: 0; }
  .banner.rslides ul.banner-slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: absolute; }
    .banner.rslides ul.banner-slider li {
      list-style-type: none;
      list-style-type: none;
      width: 100%;
      height: 100%;
      -ms-background-clip: border-box;
      -o-background-clip: border-box;
      -webkit-background-clip: border-box;
      -moz-background-clip: border-box;
      background-clip: border-box;
      background-origin: padding-box;
      background-position: center center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      position: relative; }
  .banner.rslides .navigatie {
    position: absolute;
    top: 45%;
    width: 100%;
    display: none; }
    .banner.rslides .navigatie .navigatie-container .prev {
      position: absolute;
      left: 0;
      z-index: 3;
      background-color: #FFFFFF;
      width: 30px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      border-radius: 0px 5px 5px 0px; }
      .banner.rslides .navigatie .navigatie-container .prev i {
        color: #F18616;
        line-height: 36px; }
    .banner.rslides .navigatie .navigatie-container .next {
      position: absolute;
      right: 0;
      z-index: 3;
      background-color: #FFFFFF;
      width: 30px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      border-radius: 5px 0px 0px 5px; }
      .banner.rslides .navigatie .navigatie-container .next i {
        color: #F18616;
        line-height: 36px; }

.subbanner {
  width: 100%;
  height: 400px;
  background-color: #F18616;
  position: relative;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  .subbanner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .subbanner .container {
    display: table;
    position: relative;
    height: 100%;
    z-index: 2; }
    .subbanner .container .banner-title {
      vertical-align: middle;
      display: table-cell; }
      .subbanner .container .banner-title h1, .subbanner .container .banner-title h2, .subbanner .container .banner-title h3, .subbanner .container .banner-title h4 {
        font-size: 64px;
        line-height: 70px;
        color: #FFFFFF; }
      .subbanner .container .banner-title.min-width h1, .subbanner .container .banner-title.min-width h2, .subbanner .container .banner-title.min-width h3 h4 {
        max-width: 50%; }
    .subbanner .container .crumblepath {
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px; }
      .subbanner .container .crumblepath p, .subbanner .container .crumblepath a {
        color: #FFFFFF;
        font-size: 11px;
        line-height: 13px; }

.nobanner {
  width: 100%;
  position: relative; }
  .nobanner .container {
    position: relative;
    height: 100%;
    z-index: 2; }
    .nobanner .container .crumblepath {
      position: relative; }
      .nobanner .container .crumblepath p, .nobanner .container .crumblepath a {
        color: #101010;
        font-size: 11px;
        line-height: 13px; }

#content .blocks {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .blocks .row {
    display: flex;
    flex-wrap: wrap; }
    #content .blocks .row .block {
      margin-bottom: 40px; }
      #content .blocks .row .block .block-inner {
        box-shadow: 0px 3px 39px #00000029;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        height: 100%; }
        #content .blocks .row .block .block-inner a {
          color: #101010;
          text-decoration: none; }
          #content .blocks .row .block .block-inner a .entry-title {
            position: relative;
            margin: 0;
            padding: 0; }
            #content .blocks .row .block .block-inner a .entry-title .entry-image {
              overflow: hidden;
              line-height: 0;
              margin-bottom: 0; }
              #content .blocks .row .block .block-inner a .entry-title .entry-image img {
                width: 100%;
                height: auto;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
              #content .blocks .row .block .block-inner a .entry-title .entry-image:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 50%;
                right: 0;
                bottom: 0;
                left: 0;
                background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
            #content .blocks .row .block .block-inner a .entry-title h2 {
              position: absolute;
              left: 15px;
              bottom: 15px;
              color: #FFFFFF;
              right: 15px;
              font-size: 25px; }
          #content .blocks .row .block .block-inner a .entry-content {
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 15px 30px 65px 30px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600; }
            #content .blocks .row .block .block-inner a .entry-content ul li, #content .blocks .row .block .block-inner a .entry-content ol li {
              list-style-type: none;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              position: relative;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 2px 0 2px 30px; }
              #content .blocks .row .block .block-inner a .entry-content ul li:before, #content .blocks .row .block .block-inner a .entry-content ol li:before {
                content: "\f00c";
                font-family: 'Font Awesome 6 free';
                font-weight: 900;
                color: #F18616;
                position: absolute;
                left: 0;
                top: 0; }
          #content .blocks .row .block .block-inner a .entry-button {
            background-color: #F18616;
            text-align: center;
            position: relative;
            left: 0;
            right: 0;
            bottom: 0; }
            #content .blocks .row .block .block-inner a .entry-button span {
              color: #FFFFFF;
              text-decoration: none;
              display: block;
              font-family: 'Montserrat', sans-serif;
              font-weight: 700;
              line-height: 44px; }
          #content .blocks .row .block .block-inner a:hover .entry-title .entry-image img {
            transform: scale(1.1); }
#content .blocks-link {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0; }
  #content .blocks-link .block {
    margin-bottom: 30px; }
    #content .blocks-link .block .block-inner {
      box-shadow: 0px 3px 39px #00000029;
      border-radius: 30px;
      overflow: hidden;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #F18616; }
      #content .blocks-link .block .block-inner .entry-title {
        position: relative;
        margin: 0;
        padding: 0; }
        #content .blocks-link .block .block-inner .entry-title .entry-image {
          line-height: 0;
          margin: 0; }
          #content .blocks-link .block .block-inner .entry-title .entry-image img {
            width: 100%;
            height: auto;
            line-height: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #content .blocks-link .block .block-inner .entry-title .entry-image:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 50%;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
          #content .blocks-link .block .block-inner .entry-title .entry-image:hover img {
            transform: scale(1.1); }
        #content .blocks-link .block .block-inner .entry-title h3 {
          position: absolute;
          left: 15px;
          bottom: 15px;
          right: 15px;
          color: #FFFFFF;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700; }
#content .text-full-width {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .text-full-width.center {
    text-align: center; }
  #content .text-full-width .text ul li, #content .text-full-width .text ol li {
    list-style-type: none; }
  #content .text-full-width .form {
    padding-top: 40px; }
    #content .text-full-width .form form h3 {
      font-size: 18px;
      position: relative;
      line-height: 20px;
      margin-bottom: 20px; }
    #content .text-full-width .form form .label {
      color: #101010;
      margin: 0;
      padding: 0;
      font-size: 11px;
      margin-top: 10px;
      margin-bottom: 5px;
      white-space: inherit; }
    #content .text-full-width .form form input[type=text], #content .text-full-width .form form input[type=email], #content .text-full-width .form form textarea {
      border: 1px solid #ccc;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      color: #101010;
      margin-bottom: 10px;
      line-height: 25px;
      margin-top: 5px; }
      #content .text-full-width .form form input[type=text].error, #content .text-full-width .form form input[type=email].error, #content .text-full-width .form form textarea.error {
        border: 1px solid red; }
    #content .text-full-width .form form input[type=submit] {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 16px;
      line-height: 36px;
      text-decoration: none;
      display: inline-block;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #F18616;
      color: #FFFFFF;
      border: 2px solid #F18616; }
      #content .text-full-width .form form input[type=submit]:hover {
        background-color: #FFFFFF;
        color: #F18616; }
    #content .text-full-width .form form .hoverform {
      position: relative;
      margin-left: 3px;
      background-color: #F18616;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      line-height: 25px;
      display: inline-block;
      text-align: center;
      color: #FFFFFF; }
      #content .text-full-width .form form .hoverform .hoverabsolute {
        display: none;
        position: absolute;
        z-index: 10000000;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        background-color: #000000;
        color: #FFFFFF;
        font-size: 11px;
        line-height: 14px;
        width: 150px;
        left: 0;
        text-align: left; }
      #content .text-full-width .form form .hoverform:hover {
        cursor: pointer; }
        #content .text-full-width .form form .hoverform:hover .hoverabsolute {
          display: inherit; }
    #content .text-full-width .form form table.clones table {
      width: 100%;
      max-width: 650px; }
      #content .text-full-width .form form table.clones table tr td {
        width: 33.333333%; }
    #content .text-full-width .form form .td-privacy {
      padding: 15px 0;
      font-weight: bold; }
      #content .text-full-width .form form .td-privacy a {
        color: #101010;
        text-decoration: underline; }
        #content .text-full-width .form form .td-privacy a:hover {
          color: #F18616; }
      #content .text-full-width .form form .td-privacy.error {
        color: red !important; }
        #content .text-full-width .form form .td-privacy.error a {
          color: red !important; }
  #content .text-full-width .orange-block {
    padding-top: 40px; }
    #content .text-full-width .orange-block .orange-block-inner {
      box-shadow: 0px 3px 39px #00000029;
      border-radius: 30px;
      overflow: hidden;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #F18616;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px; }
      #content .text-full-width .orange-block .orange-block-inner .entry-title {
        color: #FFFFFF;
        padding-bottom: 5px; }
        #content .text-full-width .orange-block .orange-block-inner .entry-title h1, #content .text-full-width .orange-block .orange-block-inner .entry-title h2, #content .text-full-width .orange-block .orange-block-inner .entry-title h3, #content .text-full-width .orange-block .orange-block-inner .entry-title h4, #content .text-full-width .orange-block .orange-block-inner .entry-title h5, #content .text-full-width .orange-block .orange-block-inner .entry-title p {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 26px; }
      #content .text-full-width .orange-block .orange-block-inner .entry-content {
        color: #FFFFFF; }
        #content .text-full-width .orange-block .orange-block-inner .entry-content ul li, #content .text-full-width .orange-block .orange-block-inner .entry-content ol li {
          list-style-type: none;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 2px 0 2px 30px; }
          #content .text-full-width .orange-block .orange-block-inner .entry-content ul li:before, #content .text-full-width .orange-block .orange-block-inner .entry-content ol li:before {
            content: "\f00c";
            font-family: 'Font Awesome 6 free';
            font-weight: 900;
            color: #FFFFFF;
            position: absolute;
            left: 0;
            top: 0; }
  #content .text-full-width.less-padding-top {
    padding-top: 40px; }
  #content .text-full-width.less-padding-bottom {
    padding-bottom: 40px; }
  #content .text-full-width.offerte .entry-title {
    padding-bottom: 15px; }
#content .text-contact {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .text-contact .text {
    margin-bottom: 40px; }
  #content .text-contact .contact {
    margin-bottom: 40px; }
  #content .text-contact .entry-title {
    padding-bottom: 15px; }
  #content .text-contact .contact-address {
    padding-bottom: 15px;
    padding-left: 50px;
    position: relative; }
    #content .text-contact .contact-address:before {
      content: "\f0e0";
      font-family: 'Font Awesome 6 free';
      font-weight: 900;
      font-size: 30px;
      color: #F18616;
      position: absolute;
      left: 0;
      top: 0; }
  #content .text-contact .contact-contact .mail {
    padding-bottom: 15px;
    padding-left: 50px;
    position: relative; }
    #content .text-contact .contact-contact .mail:before {
      content: "\f0e0";
      font-family: 'Font Awesome 6 free';
      font-weight: 900;
      font-size: 30px;
      color: #F18616;
      position: absolute;
      left: 0;
      top: 0; }
  #content .text-contact .contact-contact .phone {
    padding-left: 50px;
    position: relative; }
    #content .text-contact .contact-contact .phone:before {
      content: "\f095";
      font-family: 'Font Awesome 6 free';
      font-weight: 900;
      font-size: 30px;
      color: #F18616;
      position: absolute;
      left: 0;
      top: 0; }
  #content .text-contact .contact-contact a {
    color: #101010;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #content .text-contact .contact-contact a:hover {
      text-decoration: orange; }
#content .text-image {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 10px 0; }
  #content .text-image .text {
    margin-bottom: 30px; }
  #content .text-image .image .entry-image {
    box-shadow: 0px 3px 39px #00000029;
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden; }
    #content .text-image .image .entry-image img {
      max-width: 100%;
      height: auto; }
    #content .text-image .image .entry-image.noshade {
      box-shadow: none;
      border-radius: 0; }
#content .banner-offerte {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative; }
  #content .banner-offerte .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #content .banner-offerte .container {
    position: relative;
    z-index: 2; }
    #content .banner-offerte .container .entry-title {
      padding-bottom: 10px; }
      #content .banner-offerte .container .entry-title h2 {
        color: #FFFFFF; }
    #content .banner-offerte .container .entry-content {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 40px; }
      #content .banner-offerte .container .entry-content p, #content .banner-offerte .container .entry-content ol, #content .banner-offerte .container .entry-content li {
        color: #FFFFFF; }
    #content .banner-offerte .container .entry-button {
      text-align: center;
      margin-bottom: 50px; }
      #content .banner-offerte .container .entry-button a {
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block; }
        #content .banner-offerte .container .entry-button a:hover {
          color: #F18616; }
    #content .banner-offerte .container .entry-usp ul {
      margin: 0;
      padding: 0;
      left: 0;
      right: 0; }
      #content .banner-offerte .container .entry-usp ul li {
        list-style-type: none;
        display: inline-block;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 70px;
        width: 250px;
        vertical-align: top;
        margin-bottom: 40px; }
        #content .banner-offerte .container .entry-usp ul li .icon {
          height: 70px;
          margin-bottom: 15px; }
          #content .banner-offerte .container .entry-usp ul li .icon img {
            max-height: 100%;
            width: auto; }
        #content .banner-offerte .container .entry-usp ul li i {
          color: #F18616;
          font-size: 50px;
          margin-bottom: 15px; }
        #content .banner-offerte .container .entry-usp ul li span {
          color: #FFFFFF;
          display: block;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700; }
#content .voordelen {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .voordelen .entry-content ul {
    margin: 0;
    padding: 0; }
    #content .voordelen .entry-content ul li {
      display: inline-block;
      width: 33%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 50px;
      margin-bottom: 40px;
      list-style-type: none;
      vertical-align: top; }
      #content .voordelen .entry-content ul li .icon {
        height: 70px;
        margin-bottom: 15px; }
        #content .voordelen .entry-content ul li .icon img {
          max-height: 100%;
          width: auto; }
      #content .voordelen .entry-content ul li i {
        color: #F18616;
        margin-bottom: 30px;
        font-size: 70px; }
      #content .voordelen .entry-content ul li h1, #content .voordelen .entry-content ul li h2, #content .voordelen .entry-content ul li h3, #content .voordelen .entry-content ul li h4, #content .voordelen .entry-content ul li h4, #content .voordelen .entry-content ul li p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0;
        padding-bottom: 0; }
#content .voorbeelden {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .voorbeelden .entry-content {
    margin-bottom: 40px; }
  #content .voorbeelden .voorbeeld .entry-image {
    box-shadow: 0px 3px 39px #00000029;
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden; }
    #content .voorbeelden .voorbeeld .entry-image img {
      max-width: 100%;
      height: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #content .voorbeelden .voorbeeld .entry-image:hover img {
      transform: scale(1.1); }
#content .reviews {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .reviews .owl-stage-outer {
    overflow: visible !important; }
  #content .reviews .item {
    margin-bottom: 60px; }
    #content .reviews .item .content {
      transition: transform 1s;
      transform-style: preserve-3d;
      position: relative;
      min-height: 450px; }
      #content .reviews .item .content .review-front, #content .reviews .item .content .review-back {
        box-shadow: 0px 3px 20px #00000026;
        border-radius: 30px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        background-color: #FFFFFF;
        backface-visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%; }
        #content .reviews .item .content .review-front .entry-title, #content .reviews .item .content .review-back .entry-title {
          padding-bottom: 10px; }
          #content .reviews .item .content .review-front .entry-title h3, #content .reviews .item .content .review-back .entry-title h3 {
            font-family: 'League Spartan', sans-serif;
            font-weight: 700;
            font-size: 28px; }
        #content .reviews .item .content .review-front .entry-content .quote, #content .reviews .item .content .review-back .entry-content .quote {
          position: relative;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 45px; }
          #content .reviews .item .content .review-front .entry-content .quote:before, #content .reviews .item .content .review-back .entry-content .quote:before {
            content: "\f00c";
            font-family: 'Font Awesome 6 free';
            font-weight: 900;
            color: #FFFFFF;
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #F18616; }
          #content .reviews .item .content .review-front .entry-content .quote p, #content .reviews .item .content .review-back .entry-content .quote p {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 3px solid #F18616;
            max-height: 200px;
            overflow: hidden;
            position: relative; }
            #content .reviews .item .content .review-front .entry-content .quote p:after, #content .reviews .item .content .review-back .entry-content .quote p:after {
              content: "";
              width: 100%;
              height: 19px;
              background-color: #FFFFFF;
              position: absolute;
              display: block;
              bottom: 0;
              left: 0;
              right: 0; }
        #content .reviews .item .content .review-front .entry-content .author, #content .reviews .item .content .review-back .entry-content .author {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: 45px;
          overflow: hidden;
          position: relative;
          padding-left: 70px; }
          #content .reviews .item .content .review-front .entry-content .author .icon, #content .reviews .item .content .review-back .entry-content .author .icon {
            position: absolute;
            left: 0;
            top: 10px;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            color: #FFFFFF;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #F18616; }
            #content .reviews .item .content .review-front .entry-content .author .icon i, #content .reviews .item .content .review-back .entry-content .author .icon i {
              line-height: 60px;
              font-size: 40px; }
          #content .reviews .item .content .review-front .entry-content .author .name, #content .reviews .item .content .review-back .entry-content .author .name {
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 10px; }
            #content .reviews .item .content .review-front .entry-content .author .name span, #content .reviews .item .content .review-back .entry-content .author .name span {
              font-size: 25px;
              font-family: 'League Spartan', sans-serif;
              font-weight: 700;
              display: block; }
            #content .reviews .item .content .review-front .entry-content .author .name i, #content .reviews .item .content .review-back .entry-content .author .name i {
              color: #F8D200; }
            #content .reviews .item .content .review-front .entry-content .author .name .entry-date, #content .reviews .item .content .review-back .entry-content .author .name .entry-date {
              font-family: 'Montserrat', sans-serif;
              font-weight: 400;
              font-size: 16px; }
      #content .reviews .item .content .review-back {
        background-color: #F18616;
        color: #FFFFFF;
        box-shadow: 0px 3px 20px #00000026;
        border-radius: 30px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        backface-visibility: hidden;
        transform: rotateY(180deg);
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center; }
        #content .reviews .item .content .review-back p.title {
          font-size: 16px;
          margin-bottom: 0;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700; }
        #content .reviews .item .content .review-back .stars {
          margin-bottom: 3px; }
          #content .reviews .item .content .review-back .stars i {
            color: #F8D200; }
    #content .reviews .item:hover .content {
      transform: rotateY(180deg);
      transition: transform 0.5s; }
  #content .reviews .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 10px;
    padding: 0;
    text-align: right; }
    #content .reviews .owl-dots .owl-dot {
      background-color: #ebebeb; }
      #content .reviews .owl-dots .owl-dot span {
        width: 40px;
        margin: 0;
        background: #ebebeb; }
      #content .reviews .owl-dots .owl-dot.active span {
        background: #F18616; }
#content .grid {
  overflow: hidden;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -30px;
  margin-right: -30px; }
  #content .grid .grid-sizer, #content .grid .grid-item {
    width: 33.33333333%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 60px; }
    #content .grid .grid-sizer .content, #content .grid .grid-item .content {
      transition: transform 1s;
      transform-style: preserve-3d;
      position: relative;
      min-height: 475px; }
      #content .grid .grid-sizer .content .review-front, #content .grid .grid-sizer .content .review-back, #content .grid .grid-item .content .review-front, #content .grid .grid-item .content .review-back {
        box-shadow: 0px 3px 20px #00000026;
        border-radius: 30px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        background-color: #FFFFFF;
        backface-visibility: hidden;
        position: relative;
        width: 100%;
        height: 100%; }
        #content .grid .grid-sizer .content .review-front .review-inner, #content .grid .grid-sizer .content .review-back .review-inner, #content .grid .grid-item .content .review-front .review-inner, #content .grid .grid-item .content .review-back .review-inner {
          position: relative; }
        #content .grid .grid-sizer .content .review-front .entry-title, #content .grid .grid-sizer .content .review-back .entry-title, #content .grid .grid-item .content .review-front .entry-title, #content .grid .grid-item .content .review-back .entry-title {
          padding-bottom: 10px; }
          #content .grid .grid-sizer .content .review-front .entry-title h3, #content .grid .grid-sizer .content .review-back .entry-title h3, #content .grid .grid-item .content .review-front .entry-title h3, #content .grid .grid-item .content .review-back .entry-title h3 {
            font-family: 'League Spartan', sans-serif;
            font-weight: 700;
            font-size: 28px; }
        #content .grid .grid-sizer .content .review-front .entry-content .quote, #content .grid .grid-sizer .content .review-back .entry-content .quote, #content .grid .grid-item .content .review-front .entry-content .quote, #content .grid .grid-item .content .review-back .entry-content .quote {
          position: relative;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 45px; }
          #content .grid .grid-sizer .content .review-front .entry-content .quote:before, #content .grid .grid-sizer .content .review-back .entry-content .quote:before, #content .grid .grid-item .content .review-front .entry-content .quote:before, #content .grid .grid-item .content .review-back .entry-content .quote:before {
            content: "\f00c";
            font-family: 'Font Awesome 6 free';
            font-weight: 900;
            color: #FFFFFF;
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #F18616; }
          #content .grid .grid-sizer .content .review-front .entry-content .quote p, #content .grid .grid-sizer .content .review-back .entry-content .quote p, #content .grid .grid-item .content .review-front .entry-content .quote p, #content .grid .grid-item .content .review-back .entry-content .quote p {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 3px solid #F18616;
            max-height: unset !important; }
        #content .grid .grid-sizer .content .review-front .entry-content .author, #content .grid .grid-sizer .content .review-back .entry-content .author, #content .grid .grid-item .content .review-front .entry-content .author, #content .grid .grid-item .content .review-back .entry-content .author {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: 45px;
          overflow: hidden;
          position: relative;
          padding-left: 70px; }
          #content .grid .grid-sizer .content .review-front .entry-content .author .icon, #content .grid .grid-sizer .content .review-back .entry-content .author .icon, #content .grid .grid-item .content .review-front .entry-content .author .icon, #content .grid .grid-item .content .review-back .entry-content .author .icon {
            position: absolute;
            left: 0;
            top: 10px;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            color: #FFFFFF;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #F18616; }
            #content .grid .grid-sizer .content .review-front .entry-content .author .icon i, #content .grid .grid-sizer .content .review-back .entry-content .author .icon i, #content .grid .grid-item .content .review-front .entry-content .author .icon i, #content .grid .grid-item .content .review-back .entry-content .author .icon i {
              line-height: 60px;
              font-size: 40px; }
          #content .grid .grid-sizer .content .review-front .entry-content .author .name, #content .grid .grid-sizer .content .review-back .entry-content .author .name, #content .grid .grid-item .content .review-front .entry-content .author .name, #content .grid .grid-item .content .review-back .entry-content .author .name {
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 10px; }
            #content .grid .grid-sizer .content .review-front .entry-content .author .name span, #content .grid .grid-sizer .content .review-back .entry-content .author .name span, #content .grid .grid-item .content .review-front .entry-content .author .name span, #content .grid .grid-item .content .review-back .entry-content .author .name span {
              font-size: 25px;
              font-family: 'League Spartan', sans-serif;
              font-weight: 700;
              display: block; }
            #content .grid .grid-sizer .content .review-front .entry-content .author .name i, #content .grid .grid-sizer .content .review-back .entry-content .author .name i, #content .grid .grid-item .content .review-front .entry-content .author .name i, #content .grid .grid-item .content .review-back .entry-content .author .name i {
              color: #F8D200; }
      #content .grid .grid-sizer .content .review-front, #content .grid .grid-item .content .review-front {
        min-height: 475px; }
      #content .grid .grid-sizer .content .review-back, #content .grid .grid-item .content .review-back {
        background-color: #F18616;
        color: #FFFFFF;
        box-shadow: 0px 3px 20px #00000026;
        border-radius: 30px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        backface-visibility: hidden;
        transform: rotateY(180deg);
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        top: 0;
        bottom: 0; }
        #content .grid .grid-sizer .content .review-back p.title, #content .grid .grid-item .content .review-back p.title {
          font-size: 16px;
          margin-bottom: 0;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700; }
        #content .grid .grid-sizer .content .review-back .stars, #content .grid .grid-item .content .review-back .stars {
          margin-bottom: 3px; }
          #content .grid .grid-sizer .content .review-back .stars i, #content .grid .grid-item .content .review-back .stars i {
            color: #F8D200; }
    #content .grid .grid-sizer:hover .content, #content .grid .grid-item:hover .content {
      transform: rotateY(180deg);
      transition: transform 0.5s; }
#content .inspiratieboek {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px; }
  #content .inspiratieboek .row.absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0; }
    #content .inspiratieboek .row.absolute .image {
      height: 100%; }
      #content .inspiratieboek .row.absolute .image .bg-image {
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        border-radius: 30px 0px 0px 30px;
        overflow: hidden;
        height: 100%; }
  #content .inspiratieboek .container {
    position: relative;
    z-index: 2;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px; }
    #content .inspiratieboek .container .inspiratieboek-thumb {
      position: absolute;
      top: -80px;
      z-index: 2;
      width: 100%; }
      #content .inspiratieboek .container .inspiratieboek-thumb img {
        position: absolute;
        max-width: 150px;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
        margin: auto; }
    #content .inspiratieboek .container .entry-button.mobile {
      margin-bottom: 30px;
      margin-top: 30px;
      text-align: center; }
    #content .inspiratieboek .container .column {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 80px; }
    #content .inspiratieboek .container .entry-title {
      padding-bottom: 10px; }
    #content .inspiratieboek .container .entry-content {
      margin-bottom: 50px; }
    #content .inspiratieboek .container .entry-icons {
      margin-bottom: 0px; }
      #content .inspiratieboek .container .entry-icons ul {
        margin: 0;
        padding: 0;
        overflow: hidden; }
        #content .inspiratieboek .container .entry-icons ul li {
          list-style-type: none;
          float: left;
          margin-right: 50px;
          text-align: center;
          width: 130px;
          margin-bottom: 40px; }
          #content .inspiratieboek .container .entry-icons ul li .icon {
            height: 70px;
            margin-bottom: 15px; }
            #content .inspiratieboek .container .entry-icons ul li .icon img {
              max-height: 100%;
              width: auto; }
          #content .inspiratieboek .container .entry-icons ul li i {
            color: #F18616;
            font-size: 40px;
            padding-bottom: 10px; }
          #content .inspiratieboek .container .entry-icons ul li h1, #content .inspiratieboek .container .entry-icons ul li h2, #content .inspiratieboek .container .entry-icons ul li h3, #content .inspiratieboek .container .entry-icons ul li h4, #content .inspiratieboek .container .entry-icons ul li h5, #content .inspiratieboek .container .entry-icons ul li p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700; }
#content .inspiratie, #content .related-blogs {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .inspiratie .owl-stage-outer, #content .related-blogs .owl-stage-outer {
    overflow: visible !important; }
  #content .inspiratie .owl-stage, #content .related-blogs .owl-stage {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
  #content .inspiratie .item, #content .related-blogs .item {
    /*margin-bottom: 60px;*/
    height: 100%; }
    #content .inspiratie .item .item-inner, #content .related-blogs .item .item-inner {
      box-shadow: 0px 3px 20px #00000026;
      border-radius: 30px;
      background-color: #FFFFFF;
      height: 100%; }
      #content .inspiratie .item .item-inner a, #content .related-blogs .item .item-inner a {
        text-decoration: none; }
        #content .inspiratie .item .item-inner a .entry-image, #content .related-blogs .item .item-inner a .entry-image {
          border-radius: 30px 30px 0 0;
          overflow: hidden; }
          #content .inspiratie .item .item-inner a .entry-image img, #content .related-blogs .item .item-inner a .entry-image img {
            max-width: 100%;
            height: auto;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        #content .inspiratie .item .item-inner a .item-text, #content .related-blogs .item .item-inner a .item-text {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px 30px 30px 30px; }
          #content .inspiratie .item .item-inner a .item-text h1, #content .inspiratie .item .item-inner a .item-text h2, #content .inspiratie .item .item-inner a .item-text h3, #content .inspiratie .item .item-inner a .item-text h4, #content .inspiratie .item .item-inner a .item-text h5, #content .inspiratie .item .item-inner a .item-text p, #content .related-blogs .item .item-inner a .item-text h1, #content .related-blogs .item .item-inner a .item-text h2, #content .related-blogs .item .item-inner a .item-text h3, #content .related-blogs .item .item-inner a .item-text h4, #content .related-blogs .item .item-inner a .item-text h5, #content .related-blogs .item .item-inner a .item-text p {
            color: #000000;
            font-family: 'League Spartan', sans-serif;
            font-weight: 700;
            font-size: 22px;
            margin-bottom: 10px; }
          #content .inspiratie .item .item-inner a .item-text span, #content .related-blogs .item .item-inner a .item-text span {
            color: #F18616;
            text-decoration: none; }
        #content .inspiratie .item .item-inner a:hover .entry-image img, #content .related-blogs .item .item-inner a:hover .entry-image img {
          transform: scale(1.1); }
  #content .inspiratie .owl-dots, #content .related-blogs .owl-dots {
    position: absolute;
    right: 0;
    bottom: -60px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 10px;
    padding: 0;
    text-align: right; }
    #content .inspiratie .owl-dots .owl-dot, #content .related-blogs .owl-dots .owl-dot {
      background-color: #ebebeb; }
      #content .inspiratie .owl-dots .owl-dot span, #content .related-blogs .owl-dots .owl-dot span {
        width: 40px;
        margin: 0;
        background: #ebebeb; }
      #content .inspiratie .owl-dots .owl-dot.active span, #content .related-blogs .owl-dots .owl-dot.active span {
        background: #F18616; }
#content .iconen {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .iconen.center {
    text-align: center; }
  #content .iconen .icoon {
    margin-bottom: 30px; }
    #content .iconen .icoon .icon {
      height: 70px;
      margin-bottom: 15px; }
      #content .iconen .icoon .icon img {
        max-height: 100%;
        width: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    #content .iconen .icoon i {
      color: #F18616;
      font-size: 50px;
      margin-bottom: 15px; }
    #content .iconen .icoon h4, #content .iconen .icoon p.p_title {
      margin-bottom: 5px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 22px; }
    #content .iconen .icoon a {
      color: #101010;
      text-decoration: none; }
      #content .iconen .icoon a:hover .icon img {
        transform: scale(1.1); }
#content .team {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .team .member {
    margin-bottom: 30px; }
    #content .team .member .member-inner .entry-image {
      box-shadow: 0px 3px 20px #00000026;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden;
      max-width: 275px;
      max-height: 275px;
      margin: 0 auto 20px auto; }
      #content .team .member .member-inner .entry-image img {
        max-width: 100%;
        height: auto; }
    #content .team .member .member-inner .entry-title {
      padding-bottom: 10px; }
      #content .team .member .member-inner .entry-title h1, #content .team .member .member-inner .entry-title h2, #content .team .member .member-inner .entry-title h3, #content .team .member .member-inner .entry-title h4, #content .team .member .member-inner .entry-title h5, #content .team .member .member-inner .entry-title p {
        font-family: 'League Spartan', sans-serif;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 0px; }
      #content .team .member .member-inner .entry-title p.function {
        color: #F18616; }
    #content .team .member:nth-child(3n+4) {
      clear: left; }
#content .faq {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 0 0; }
  #content .faq .faq-category {
    margin-bottom: 80px; }
    #content .faq .faq-category .entry-title {
      padding-bottom: 30px; }
    #content .faq .faq-category .entry-faq .faq-item {
      border: 3px solid #F18616;
      border-radius: 17px;
      margin-bottom: 30px;
      position: relative; }
      #content .faq .faq-category .entry-faq .faq-item span.icon {
        position: absolute;
        left: 15px;
        top: 15px; }
        #content .faq .faq-category .entry-faq .faq-item span.icon:before {
          content: "\2b";
          font-family: 'Font Awesome 6 free';
          font-weight: 900;
          color: #F18616;
          font-size: 40px; }
      #content .faq .faq-category .entry-faq .faq-item .faq-question {
        font-family: 'League Spartan', sans-serif;
        font-weight: 700;
        font-size: 20px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 60px 15px 60px;
        position: relative;
        z-index: 2; }
        #content .faq .faq-category .entry-faq .faq-item .faq-question:hover {
          cursor: pointer; }
      #content .faq .faq-category .entry-faq .faq-item .faq-answer {
        height: 0;
        max-height: 0;
        overflow: hidden; }
        #content .faq .faq-category .entry-faq .faq-item .faq-answer .answer-inner {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 60px 30px 60px; }
      #content .faq .faq-category .entry-faq .faq-item.opened span.icon:before {
        content: "\f068"; }
      #content .faq .faq-category .entry-faq .faq-item.opened .faq-answer {
        height: auto;
        max-height: 100000px; }
#content .single-example {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .single-example .text {
    margin-bottom: 40px; }
    #content .single-example .text .entry-title {
      padding-bottom: 15px; }
      #content .single-example .text .entry-title h1, #content .single-example .text .entry-title h2, #content .single-example .text .entry-title h3, #content .single-example .text .entry-title h4 {
        font-size: 25px;
        line-height: 25px; }
  #content .single-example .image {
    margin-bottom: 40px; }
    #content .single-example .image .entry-image {
      border-radius: 30px;
      overflow: hidden; }
      #content .single-example .image .entry-image img {
        max-width: 100%;
        height: auto; }
#content .single-example-gallery {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0; }
  #content .single-example-gallery .row {
    margin: 0 !important; }
  #content .single-example-gallery .image {
    margin-bottom: 30px;
    padding: 0 !important;
    overflow: hidden; }
    #content .single-example-gallery .image .entry-image {
      line-height: 0;
      margin: 0; }
      #content .single-example-gallery .image .entry-image img {
        max-width: 100%;
        height: auto;
        line-height: 0;
        margin: 0; }
    #content .single-example-gallery .image:nth-child(1) {
      border-radius: 30px 0px 0px 30px; }
    #content .single-example-gallery .image:nth-child(2) {
      border-radius: 0px 30px 30px 0px; }
  #content .single-example-gallery .entry-button {
    margin-top: 10px; }
#content .single-intro {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .single-intro .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 6%;
    margin-bottom: 40px; }
    #content .single-intro .text .entry-title h1 {
      font-size: 40px;
      line-height: 40px; }
    #content .single-intro .text .entry-content h1, #content .single-intro .text .entry-content h2, #content .single-intro .text .entry-content h3, #content .single-intro .text .entry-content h4 {
      margin-bottom: 15px; }
  #content .single-intro .image .entry-image {
    margin-bottom: 40px;
    box-shadow: 0px 3px 39px #00000029;
    border-radius: 30px;
    overflow: hidden; }
    #content .single-intro .image .entry-image img {
      max-width: 100%;
      height: auto; }
#content .stijlen-intro {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .stijlen-intro .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 6%; }
    #content .stijlen-intro .text .entry-title {
      padding-bottom: 15px; }
    #content .stijlen-intro .text .entry-button {
      margin-top: 30px; }
  #content .stijlen-intro .uitgelicht {
    margin-top: -250px;
    position: relative; }
    #content .stijlen-intro .uitgelicht:before {
      content: "";
      box-shadow: 0px 3px 30px #00000029;
      border-radius: 30px;
      background-color: #FFFFFF;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 10000%; }
    #content .stijlen-intro .uitgelicht .uitgelicht-inner {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px;
      position: relative;
      z-index: 2; }
      #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-title {
        padding-bottom: 15px; }
      #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500; }
        #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ul, #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ol {
          margin-bottom: 15px; }
          #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ul li, #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ol li {
            list-style-type: none;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 0 4px 30px;
            font-size: 18px; }
            #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ul li:before, #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ol li:before {
              content: "\f00c";
              font-family: 'Font Awesome 6 free';
              font-weight: 900;
              color: #F18616;
              position: absolute;
              left: 0;
              top: 4px;
              font-size: 20px; }
#content .stijlen-kenmerken {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 80px 0; }
  #content .stijlen-kenmerken .kenmerk {
    margin-bottom: 80px;
    position: relative; }
    #content .stijlen-kenmerken .kenmerk .row.absolute {
      position: absolute;
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-right: 0; }
      #content .stijlen-kenmerken .kenmerk .row.absolute .image {
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        float: left;
        height: 100%;
        border-radius: 0px 30px 30px 0px;
        overflow: hidden; }
    #content .stijlen-kenmerken .kenmerk .text {
      float: right;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 80px 0px 80px 80px; }
      #content .stijlen-kenmerken .kenmerk .text .entry-title {
        padding-bottom: 15px; }
        #content .stijlen-kenmerken .kenmerk .text .entry-title h1, #content .stijlen-kenmerken .kenmerk .text .entry-title h2, #content .stijlen-kenmerken .kenmerk .text .entry-title h3, #content .stijlen-kenmerken .kenmerk .text .entry-title h4, #content .stijlen-kenmerken .kenmerk .text .entry-title h5, #content .stijlen-kenmerken .kenmerk .text .entry-title p {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 28px;
          margin-bottom: 10px; }
          #content .stijlen-kenmerken .kenmerk .text .entry-title h1 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h2 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h3 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h4 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h5 span, #content .stijlen-kenmerken .kenmerk .text .entry-title p span {
            color: #F18616;
            padding-right: 5px;
            font-size: 40px; }
    #content .stijlen-kenmerken .kenmerk:nth-child(2n+2) .row.absolute .image {
      float: right;
      border-radius: 30px 0px 0px 30px;
      overflow: hidden; }
    #content .stijlen-kenmerken .kenmerk:nth-child(2n+2) .text {
      float: left;
      padding: 80px 80px 80px 0px; }
#content .product-overview .block {
  margin-bottom: 30px; }
  #content .product-overview .block .block-inner {
    box-shadow: 0px 3px 39px #00000029;
    border-radius: 30px;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F18616; }
    #content .product-overview .block .block-inner .entry-title {
      position: relative;
      margin: 0;
      padding: 0; }
      #content .product-overview .block .block-inner .entry-title .entry-image {
        line-height: 0;
        margin: 0;
        position: relative; }
        #content .product-overview .block .block-inner .entry-title .entry-image img {
          width: 100%;
          height: auto;
          line-height: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #content .product-overview .block .block-inner .entry-title .entry-image:hover img {
          transform: scale(1.1); }
        #content .product-overview .block .block-inner .entry-title .entry-image:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 50%;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
      #content .product-overview .block .block-inner .entry-title h3 {
        position: absolute;
        z-index: 2;
        left: 15px;
        bottom: 15px;
        right: 15px;
        color: #FFFFFF;
        font-family: 'League Spartan', sans-serif;
        font-weight: 700;
        font-size: 30px; }
#content .producten-text-slider {
  position: relative;
  margin-top: 120px;
  margin-bottom: 0px; }
  #content .producten-text-slider .row.absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    margin-right: 0px; }
    #content .producten-text-slider .row.absolute .image {
      height: 100%;
      padding: 0; }
      #content .producten-text-slider .row.absolute .image .bg-image {
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        border-radius: 30px 0px 0px 30px;
        overflow: hidden;
        height: 100%; }
  #content .producten-text-slider .container {
    position: relative;
    z-index: 2;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0; }
    #content .producten-text-slider .container .entry-title {
      padding-bottom: 15px; }
    #content .producten-text-slider .container .owl-stage-outer {
      overflow: visible !important; }
    #content .producten-text-slider .container .item {
      position: relative;
      margin-bottom: 40px; }
      #content .producten-text-slider .container .item:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: #aaa;
        position: absolute;
        left: 0;
        right: 0;
        top: 28px; }
      #content .producten-text-slider .container .item .item-icon {
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
        overflow: hidden; }
        #content .producten-text-slider .container .item .item-icon span {
          background-color: #F18616;
          color: #FFFFFF;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          width: 50px;
          height: 50px;
          line-height: 60px;
          display: inline-block;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          text-align: center;
          font-size: 40px; }
      #content .producten-text-slider .container .item .entry-title {
        padding-bottom: 5px; }
        #content .producten-text-slider .container .item .entry-title h1, #content .producten-text-slider .container .item .entry-title h2, #content .producten-text-slider .container .item .entry-title h3, #content .producten-text-slider .container .item .entry-title h4, #content .producten-text-slider .container .item .entry-title h5, #content .producten-text-slider .container .item .entry-title p {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 26px;
          line-height: 1.1; }
      #content .producten-text-slider .container .item .entry-content {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px; }
    #content .producten-text-slider .container .owl-dots {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      line-height: 10px;
      padding: 0;
      text-align: right; }
      #content .producten-text-slider .container .owl-dots .owl-dot {
        background-color: #ebebeb; }
        #content .producten-text-slider .container .owl-dots .owl-dot span {
          width: 40px;
          margin: 0;
          background: #ebebeb; }
        #content .producten-text-slider .container .owl-dots .owl-dot.active span {
          background: #F18616; }
#content .producten-price {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px; }
  #content .producten-price .row.absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    margin-right: 0px; }
    #content .producten-price .row.absolute .image {
      height: 100%;
      padding: 0; }
      #content .producten-price .row.absolute .image .bg-image {
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        border-radius: 0px 30px 30px 0px;
        overflow: hidden;
        height: 100%; }
  #content .producten-price .container {
    position: relative;
    z-index: 2; }
    #content .producten-price .container .orange-block .orange-block-inner {
      position: absolute;
      right: -50px;
      top: -50px;
      background-color: #F18616;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      color: #FFFFFF;
      border-radius: 20px; }
      #content .producten-price .container .orange-block .orange-block-inner .entry-title {
        padding-bottom: 5px; }
        #content .producten-price .container .orange-block .orange-block-inner .entry-title h1, #content .producten-price .container .orange-block .orange-block-inner .entry-title h2, #content .producten-price .container .orange-block .orange-block-inner .entry-title h3, #content .producten-price .container .orange-block .orange-block-inner .entry-title h4, #content .producten-price .container .orange-block .orange-block-inner .entry-title h5, #content .producten-price .container .orange-block .orange-block-inner .entry-title p {
          font-size: 26px;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700; }
      #content .producten-price .container .orange-block .orange-block-inner .entry-content ul li, #content .producten-price .container .orange-block .orange-block-inner .entry-content ol li {
        list-style-type: none;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4px 0 4px 30px;
        font-size: 18px; }
        #content .producten-price .container .orange-block .orange-block-inner .entry-content ul li:before, #content .producten-price .container .orange-block .orange-block-inner .entry-content ol li:before {
          content: "\f00c";
          font-family: 'Font Awesome 6 free';
          font-weight: 900;
          color: #FFFFFF;
          position: absolute;
          left: 0;
          top: 4px;
          font-size: 20px; }
    #content .producten-price .container .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 0 0px 100px; }
      #content .producten-price .container .text .entry-title {
        padding-bottom: 15px; }
      #content .producten-price .container .text .entry-content ul, #content .producten-price .container .text .entry-content ol {
        margin-bottom: 15px; }
        #content .producten-price .container .text .entry-content ul li, #content .producten-price .container .text .entry-content ol li {
          list-style-type: none;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 4px 0 4px 30px;
          font-size: 18px; }
          #content .producten-price .container .text .entry-content ul li:before, #content .producten-price .container .text .entry-content ol li:before {
            content: "\f00c";
            font-family: 'Font Awesome 6 free';
            font-weight: 900;
            color: #F18616;
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 20px; }
#content .stijlen-producten, #content .pagina-blokken {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .stijlen-producten .block, #content .pagina-blokken .block {
    margin-bottom: 30px; }
    #content .stijlen-producten .block .block-inner, #content .pagina-blokken .block .block-inner {
      box-shadow: 0px 3px 39px #00000029;
      border-radius: 30px;
      overflow: hidden;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #F18616; }
      #content .stijlen-producten .block .block-inner .entry-title, #content .pagina-blokken .block .block-inner .entry-title {
        position: relative;
        margin: 0;
        padding: 0; }
        #content .stijlen-producten .block .block-inner .entry-title .entry-image, #content .pagina-blokken .block .block-inner .entry-title .entry-image {
          line-height: 0;
          margin: 0;
          position: relative;
          overflow: hidden; }
          #content .stijlen-producten .block .block-inner .entry-title .entry-image img, #content .pagina-blokken .block .block-inner .entry-title .entry-image img {
            width: 100%;
            height: auto;
            line-height: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #content .stijlen-producten .block .block-inner .entry-title .entry-image:after, #content .pagina-blokken .block .block-inner .entry-title .entry-image:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 50%;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
          #content .stijlen-producten .block .block-inner .entry-title .entry-image:hover img, #content .pagina-blokken .block .block-inner .entry-title .entry-image:hover img {
            transform: scale(1.1); }
        #content .stijlen-producten .block .block-inner .entry-title h1, #content .stijlen-producten .block .block-inner .entry-title h2, #content .stijlen-producten .block .block-inner .entry-title h3, #content .stijlen-producten .block .block-inner .entry-title h4, #content .stijlen-producten .block .block-inner .entry-title h5, #content .stijlen-producten .block .block-inner .entry-title p, #content .pagina-blokken .block .block-inner .entry-title h1, #content .pagina-blokken .block .block-inner .entry-title h2, #content .pagina-blokken .block .block-inner .entry-title h3, #content .pagina-blokken .block .block-inner .entry-title h4, #content .pagina-blokken .block .block-inner .entry-title h5, #content .pagina-blokken .block .block-inner .entry-title p {
          position: absolute;
          left: 15px;
          bottom: 15px;
          right: 15px;
          color: #FFFFFF;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700; }
#content .blog-uitgelicht {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .blog-uitgelicht .blog-uitgelicht-inner {
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 3px 20px #00000026;
    background-color: #FFFFFF; }
    #content .blog-uitgelicht .blog-uitgelicht-inner .blog-image {
      float: left;
      width: 50%;
      -ms-background-clip: border-box;
      -o-background-clip: border-box;
      -webkit-background-clip: border-box;
      -moz-background-clip: border-box;
      background-clip: border-box;
      background-origin: padding-box;
      background-position: center center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    #content .blog-uitgelicht .blog-uitgelicht-inner .blog-text {
      float: left;
      width: 50%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      height: 100%; }
      #content .blog-uitgelicht .blog-uitgelicht-inner .blog-text .entry-title {
        padding-bottom: 15px; }
      #content .blog-uitgelicht .blog-uitgelicht-inner .blog-text .entry-content {
        min-height: 150px; }
#content .blog-overview {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0;
  		/*
  		.filter-option {
  			.filter-label {@include heading-normal;}
  			.filter-options {
  				.facetwp-facet {
  					.facetwp-checkbox {display: inline-block; margin-right: 25px;}
  				}
  			}
  		}
  
  		.filter-tags {display: none !important;}
  		&.show-tags {
  			.filter-tags {display: flex !important;}
  			.blog-uitgelicht {display: none !important;}
  		}
  		*/ }
  #content .blog-overview .filter-options {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    align-items: center;
    margin-bottom: -30px; }
    #content .blog-overview .filter-options label {
      font-weight: bold;
      padding-right: 15px;
      margin-bottom: 5px; }
    #content .blog-overview .filter-options .filter-option {
      padding-right: 15px;
      margin-bottom: 5px; }
      #content .blog-overview .filter-options .filter-option select {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        border: 2px solid #F18616;
        color: #F18616;
        border-radius: 10px;
        font-size: 18px;
        font-family: 'League Spartan', sans-serif;
        font-weight: 700; }
      #content .blog-overview .filter-options .filter-option ::-webkit-input-placeholder {
        color: #F18616; }
      #content .blog-overview .filter-options .filter-option ::-moz-placeholder {
        color: #F18616; }
      #content .blog-overview .filter-options .filter-option :-ms-input-placeholder {
        color: #F18616; }
      #content .blog-overview .filter-options .filter-option .facetwp-facet {
        margin-bottom: 0; }
  #content .blog-overview .row {
    display: flex;
    flex-wrap: wrap; }
  #content .blog-overview .block {
    margin-bottom: 30px;
    height: auto; }
    #content .blog-overview .block .block-inner {
      box-shadow: 0px 3px 39px #00000029;
      border-radius: 30px;
      overflow: hidden;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFFFFF;
      height: 100%; }
      #content .blog-overview .block .block-inner a {
        color: #101010;
        text-decoration: none; }
        #content .blog-overview .block .block-inner a .entry-image {
          margin: 0;
          padding: 0;
          overflow: hidden; }
          #content .blog-overview .block .block-inner a .entry-image img {
            max-width: 100%;
            height: auto;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        #content .blog-overview .block .block-inner a .entry-title {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 15px 25px; }
          #content .blog-overview .block .block-inner a .entry-title p.title {
            font-family: 'League Spartan', sans-serif;
            font-weight: 700;
            font-size: 20px; }
        #content .blog-overview .block .block-inner a .entry-link {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 25px 15px 25px; }
          #content .blog-overview .block .block-inner a .entry-link span {
            color: #F18616;
            text-decoration: none; }
        #content .blog-overview .block .block-inner a:hover .entry-image img {
          transform: scale(1.1); }
#content .examples-overview {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .examples-overview .filter-title {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700; }
    #content .examples-overview .filter-title p {
      font-size: 25px; }
  #content .examples-overview .filter {
    text-align: right; }
    #content .examples-overview .filter select {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px;
      border: 2px solid #F18616;
      color: #F18616;
      border-radius: 10px;
      font-size: 18px;
      font-family: 'League Spartan', sans-serif;
      font-weight: 700; }
    #content .examples-overview .filter ::-webkit-input-placeholder {
      color: #F18616; }
    #content .examples-overview .filter ::-moz-placeholder {
      color: #F18616; }
    #content .examples-overview .filter :-ms-input-placeholder {
      color: #F18616; }
  #content .examples-overview .block .block-inner {
    margin-bottom: 15px; }
    #content .examples-overview .block .block-inner a {
      color: #101010;
      text-decoration: none; }
      #content .examples-overview .block .block-inner a .entry-image {
        margin: 0;
        padding: 0;
        box-shadow: 0px 3px 39px #00000029;
        border-radius: 30px;
        overflow: hidden;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #FFFFFF; }
        #content .examples-overview .block .block-inner a .entry-image img {
          max-width: 100%;
          height: auto;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #content .examples-overview .block .block-inner a .entry-image:hover img {
          transform: scale(1.1); }
      #content .examples-overview .block .block-inner a .entry-title {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0; }
        #content .examples-overview .block .block-inner a .entry-title p.title {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 25px; }
  #content .examples-overview .block:nth-child(3n+4) {
    clear: left; }
  #content .examples-overview .facetwp-template {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden; }
  #content .examples-overview .facetwp-pager {
    clear: both; }
    #content .examples-overview .facetwp-pager a {
      background-color: #FFFFFF;
      color: #F18616;
      font-size: 12px;
      border: 1px solid #F18616;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 3px;
      width: 24px;
      text-align: center; }
      #content .examples-overview .facetwp-pager a:hover {
        background-color: #F18616;
        color: #FFFFFF; }
      #content .examples-overview .facetwp-pager a.active {
        background-color: #F18616;
        color: #FFFFFF; }
#content .prijsvoorbeeld-intro {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .prijsvoorbeeld-intro .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 6%; }
    #content .prijsvoorbeeld-intro .text .entry-title {
      padding-bottom: 15px; }
    #content .prijsvoorbeeld-intro .text .entry-button {
      margin-top: 30px; }
  #content .prijsvoorbeeld-intro .uitgelicht {
    margin-top: -120px;
    position: relative; }
    #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px;
      position: relative;
      z-index: 2;
      box-shadow: 0px 3px 30px #00000029;
      border-radius: 30px;
      background-color: #F18616; }
      #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-title {
        padding-bottom: 15px;
        color: #FFFFFF; }
      #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #FFFFFF; }
        #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content ul, #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content ol {
          margin-bottom: 15px; }
          #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content ul li, #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content ol li {
            list-style-type: none;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 0 4px 30px; }
            #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content ul li:before, #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner .entry-content ol li:before {
              content: "\f00c";
              font-family: 'Font Awesome 6 free';
              font-weight: 900;
              color: #FFFFFF;
              position: absolute;
              left: 0;
              top: 4px;
              font-size: 20px; }
#content .prijsvoorbeelden {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .prijsvoorbeelden .block {
    margin-bottom: 40px; }
    #content .prijsvoorbeelden .block .block-inner {
      position: relative; }
      #content .prijsvoorbeelden .block .block-inner .entry-title {
        height: 79px; }
      #content .prijsvoorbeelden .block .block-inner .entry-image {
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 15px; }
        #content .prijsvoorbeelden .block .block-inner .entry-image img {
          max-width: 100%;
          height: auto; }
      #content .prijsvoorbeelden .block .block-inner .entry-content {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 30px 45px 30px; }
        #content .prijsvoorbeelden .block .block-inner .entry-content ul, #content .prijsvoorbeelden .block .block-inner .entry-content ol {
          margin-bottom: 15px; }
          #content .prijsvoorbeelden .block .block-inner .entry-content ul li, #content .prijsvoorbeelden .block .block-inner .entry-content ol li {
            list-style-type: none;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 0 4px 30px; }
            #content .prijsvoorbeelden .block .block-inner .entry-content ul li:before, #content .prijsvoorbeelden .block .block-inner .entry-content ol li:before {
              content: "\f00c";
              font-family: 'Font Awesome 6 free';
              font-weight: 900;
              color: #F18616;
              position: absolute;
              left: 0;
              top: 4px;
              font-size: 20px; }
      #content .prijsvoorbeelden .block .block-inner .entry-price {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        overflow: hidden; }
        #content .prijsvoorbeelden .block .block-inner .entry-price span.gemiddeld {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 30px;
          float: left; }
        #content .prijsvoorbeelden .block .block-inner .entry-price span.price {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 30px;
          float: right;
          color: #F18616; }
#content .search {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0; }
  #content .search .entry-title {
    padding-bottom: 15px; }
    #content .search .entry-title h1, #content .search .entry-title h2, #content .search .entry-title h3, #content .search .entry-title h4 {
      font-size: 25px;
      line-height: 25px; }
  #content .search .block {
    margin-bottom: 30px; }
    #content .search .block .block-inner {
      box-shadow: 0px 3px 39px #00000029;
      border-radius: 30px;
      overflow: hidden;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFFFFF; }
      #content .search .block .block-inner .entry-image {
        margin: 0;
        padding: 0; }
        #content .search .block .block-inner .entry-image img {
          max-width: 100%;
          height: auto; }
      #content .search .block .block-inner .entry-title {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 25px; }
        #content .search .block .block-inner .entry-title p.title {
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          font-size: 20px; }
      #content .search .block .block-inner .entry-link {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 25px 15px 25px; }
        #content .search .block .block-inner .entry-link a {
          color: #F18616;
          text-decoration: none; }
    #content .search .block:nth-child(3n+4) {
      clear: left; }

#pagination {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }
  #pagination ol li span.title {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase; }
  #pagination ol li span.current {
    background-color: #F18616;
    color: #FFFFFF;
    font-size: 12px;
    border: 1px solid #F18616;
    width: 24px;
    border-radius: 3px; }
  #pagination ol li a {
    background-color: #FFFFFF;
    color: #F18616;
    font-size: 12px;
    border: 1px solid #F18616;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px; }
    #pagination ol li a:hover {
      background-color: #F18616;
      color: #FFFFFF; }

form .label {
  color: #101010;
  margin: 0;
  padding: 0;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 5px;
  white-space: inherit; }
form input[type=text], form input[type=email], form textarea {
  border: 1px solid #ccc;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #101010;
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 5px; }
  form input[type=text].error, form input[type=email].error, form textarea.error {
    border: 1px solid red; }
form input[type=submit] {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #F18616;
  color: #FFFFFF;
  border: 2px solid #F18616; }
  form input[type=submit]:hover {
    background-color: #FFFFFF;
    color: #F18616; }

.rating-form p.message {
  margin-bottom: 30px; }
.rating-form form p {
  margin-bottom: 15px; }
  .rating-form form p label {
    display: block !important; }
.rating-form form input[type=button] {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #F18616;
  color: #FFFFFF;
  border: 2px solid #F18616;
  background-image: none !important;
  text-shadow: none !important; }
  .rating-form form input[type=button]:hover {
    background-color: #FFFFFF;
    color: #F18616; }

/********************************************************
MAX-WIDTH: 1120
********************************************************/
@media only screen and (max-width: 1120px) {
  #content .prijsvoorbeelden .block .block-inner .entry-content {
    padding-bottom: 65px; }
  #content .prijsvoorbeelden .block .block-inner .entry-price span.gemiddeld {
    float: none;
    display: block;
    padding-bottom: 10px; }
  #content .prijsvoorbeelden .block .block-inner .entry-price span.price {
    float: none;
    display: block; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  .banner .container .banner-title h1, .banner .container .banner-title h2, .banner .container .banner-title h3, .banner .container .banner-title h4, .subbanner .container .banner-title h1, .subbanner .container .banner-title h2, .subbanner .container .banner-title h3, .subbanner .container .banner-title h4 {
    font-size: 50px;
    line-height: 55px; }

  .subbanner .container .banner-title.min-width h1, .subbanner .container .banner-title.min-width h2, .subbanner .container .banner-title.min-width h3 h4 {
    max-width: 100%; }

  #content .blocks .row .block {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  #content .inspiratieboek .row.absolute {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0; }
    #content .inspiratieboek .row.absolute .image {
      height: 100%; }
      #content .inspiratieboek .row.absolute .image .bg-image {
        border-radius: 30px; }
  #content .inspiratieboek .container .inspiratieboek-thumb {
    position: relative;
    margin-top: -80px;
    margin-bottom: 0px;
    text-align: center; }
    #content .inspiratieboek .container .inspiratieboek-thumb img {
      position: relative; }
  #content .inspiratieboek .container .column {
    padding-right: 15px;
    text-align: center; }
  #content .inspiratieboek .container .entry-icons ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 0; }
    #content .inspiratieboek .container .entry-icons ul li h1, #content .inspiratieboek .container .entry-icons ul li h2, #content .inspiratieboek .container .entry-icons ul li h3, #content .inspiratieboek .container .entry-icons ul li h4, #content .inspiratieboek .container .entry-icons ul li h5, #content .inspiratieboek .container .entry-icons ul li p {
      font-size: 16px; }
  #content .stijlen-intro .text {
    padding-right: 15px; }
  #content .stijlen-intro .uitgelicht {
    margin-top: 40px;
    margin-left: 15px; }
    #content .stijlen-intro .uitgelicht .uitgelicht-inner {
      padding: 30px 15px; }
      #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ul li, #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ol li {
        font-size: 16px; }
        #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ul li:before, #content .stijlen-intro .uitgelicht .uitgelicht-inner .entry-content ol li:before {
          font-size: 18px; }
  #content .producten-text-slider .row.absolute {
    position: relative;
    height: 300px; }
    #content .producten-text-slider .row.absolute .image {
      padding: 0 15px; }
      #content .producten-text-slider .row.absolute .image .bg-image {
        border-radius: 30px; }
  #content .producten-text-slider .container {
    position: relative;
    padding: 80px 15px; }
  #content .producten-price {
    margin-top: 50px; }
    #content .producten-price .row.absolute {
      position: relative;
      height: 300px;
      margin-bottom: 15px; }
      #content .producten-price .row.absolute .image {
        padding: 0 15px; }
        #content .producten-price .row.absolute .image .bg-image {
          border-radius: 30px; }
    #content .producten-price .container {
      position: relative;
      z-index: 2; }
      #content .producten-price .container .orange-block .orange-block-inner {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 15px; }
        #content .producten-price .container .orange-block .orange-block-inner .entry-title p.p_title {
          font-size: 22px; }
      #content .producten-price .container .text {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 15px; }
  #content .blog-uitgelicht .blog-uitgelicht-inner .blog-image {
    float: none;
    width: 100%;
    height: 300px; }
  #content .blog-uitgelicht .blog-uitgelicht-inner .blog-text {
    float: none;
    width: 100%; }
  #content .examples-overview .block:nth-child(3n+4) {
    clear: none; }
  #content .examples-overview .block:nth-child(2n+3) {
    clear: left; }
  #content .team .member:nth-child(3n+4) {
    clear: none; }
  #content .team .member:nth-child(2n+3) {
    clear: left; }
  #content .stijlen-kenmerken .kenmerk .row.absolute {
    position: relative;
    width: 100%;
    height: 300px;
    margin-left: 0;
    margin-left: -15px; }
    #content .stijlen-kenmerken .kenmerk .row.absolute .image {
      -ms-background-clip: border-box;
      -o-background-clip: border-box;
      -webkit-background-clip: border-box;
      -moz-background-clip: border-box;
      background-clip: border-box;
      background-origin: padding-box;
      background-position: center center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      float: left;
      height: 100%;
      border-radius: 0px 30px 30px 0px;
      overflow: hidden; }
  #content .stijlen-kenmerken .kenmerk .text {
    float: none;
    width: 100%;
    padding: 30px 15px 0px 15px; }
    #content .stijlen-kenmerken .kenmerk .text .entry-title {
      padding-bottom: 15px; }
      #content .stijlen-kenmerken .kenmerk .text .entry-title h1, #content .stijlen-kenmerken .kenmerk .text .entry-title h2, #content .stijlen-kenmerken .kenmerk .text .entry-title h3, #content .stijlen-kenmerken .kenmerk .text .entry-title h4, #content .stijlen-kenmerken .kenmerk .text .entry-title h5, #content .stijlen-kenmerken .kenmerk .text .entry-title p {
        font-family: 'League Spartan', sans-serif;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 10px; }
        #content .stijlen-kenmerken .kenmerk .text .entry-title h1 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h2 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h3 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h4 span, #content .stijlen-kenmerken .kenmerk .text .entry-title h5 span, #content .stijlen-kenmerken .kenmerk .text .entry-title p span {
          color: #F18616;
          padding-right: 5px;
          font-size: 40px; }
  #content .stijlen-kenmerken .kenmerk:nth-child(2n+2) .row.absolute {
    margin-right: 0;
    margin-left: 15px; }
    #content .stijlen-kenmerken .kenmerk:nth-child(2n+2) .row.absolute .image {
      float: right;
      border-radius: 30px 0px 0px 30px;
      overflow: hidden; }
  #content .stijlen-kenmerken .kenmerk:nth-child(2n+2) .text {
    float: none;
    width: 100%;
    padding: 30px 15px 0px 15px; }
  #content .prijsvoorbeeld-intro .text {
    padding-right: 15px; }
  #content .prijsvoorbeeld-intro .uitgelicht {
    margin-top: 40px;
    position: relative; }
    #content .prijsvoorbeeld-intro .uitgelicht .uitgelicht-inner {
      padding: 30px 15px; }
  #content .prijsvoorbeelden .block .block-inner .entry-content {
    padding-bottom: 65px; }
  #content .prijsvoorbeelden .block .block-inner .entry-price span.gemiddeld {
    font-size: 25px; }
  #content .prijsvoorbeelden .block .block-inner .entry-price span.price {
    font-size: 25px; }
  #content .banner-offerte .container .entry-usp ul li {
    padding: 0;
    width: 30%; }
    #content .banner-offerte .container .entry-usp ul li .icon {
      height: 50px;
      margin-bottom: 15px; }
    #content .banner-offerte .container .entry-usp ul li i {
      font-size: 30px; }
  #content .grid .grid-sizer, #content .grid .grid-item {
    width: 50%; } }
/********************************************************
MAX-WIDTH: 883
********************************************************/
@media only screen and (max-width: 883px) {
  #content .voordelen .entry-content ul li {
    width: 45%;
    padding: 0 30px; }
  #content .examples-overview .filter-title {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
  #content .examples-overview .filter {
    text-align: left;
    width: 100%;
    float: none;
    margin-bottom: 30px; }
  #content .text-image .row-reverse {
    display: block; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  .banner {
    height: 500px; }

  .subbanner {
    height: 300px; }

  .banner .container .banner-title h1, .banner .container .banner-title h2, .banner .container .banner-title h3, .banner .container .banner-title h4, .subbanner .container .banner-title h1, .subbanner .container .banner-title h2, .subbanner .container .banner-title h3, .subbanner .container .banner-title h4 {
    font-size: 40px;
    line-height: 45px; }
  .banner .container .usp, .subbanner .container .usp {
    display: none; }

  #content .grid .grid-sizer, #content .grid .grid-item {
    width: 100%; }
  #content .voordelen .entry-content ul li {
    width: 45%;
    padding: 0 15px; }
    #content .voordelen .entry-content ul li .icon {
      height: 50px; }
    #content .voordelen .entry-content ul li h1, #content .voordelen .entry-content ul li h2, #content .voordelen .entry-content ul li h3, #content .voordelen .entry-content ul li h4, #content .voordelen .entry-content ul li h5, #content .voordelen .entry-content ul li p {
      font-size: 16px; }
    #content .voordelen .entry-content ul li span {
      display: none; }
  #content .single-example-gallery .image:nth-child(1) {
    border-radius: 30px; }
  #content .single-example-gallery .image:nth-child(2) {
    border-radius: 30px; }
  #content .banner-offerte .container .entry-content {
    width: 100%; }
  #content .inspiratieboek .container .entry-icons ul li .icon {
    height: 50px; }
  #content .iconen .icoon .icon {
    height: 50px; }
  #content .iconen .icoon h4, #content .iconen .icoon p.p_title {
    font-size: 16px; }
  #content .iconen .icoon span {
    display: none; }
  #content .producten-price .row.absolute {
    display: none; }
  #content .producten-price .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  #content .producten-price .container .orange-block .orange-block-inner {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding: 15px; }
    #content .producten-price .container .orange-block .orange-block-inner .entry-title p.p_title {
      font-size: 20px; }
  #content .producten-price .container .text .entry-content ul li {
    font-size: 16px; }
  #content .prijsvoorbeelden .block .block-inner .entry-content {
    padding-left: 15px;
    padding-right: 15px; }
    #content .prijsvoorbeelden .block .block-inner .entry-content ul {
      margin-left: 0; }
  #content .product-overview .block .block-inner .entry-title h3 {
    font-size: 20px; }
  #content .examples-overview .block .block-inner a .entry-title p.title {
    font-size: 20px; }
  #content .producten-text-slider .row.absolute {
    display: none; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  .banner {
    height: 350px; }

  .subbanner {
    height: 200px; }
    .subbanner .container .banner-title h1 {
      font-size: 25px;
      line-height: 30px; }

  #content .voordelen .entry-content ul li h1, #content .voordelen .entry-content ul li h2, #content .voordelen .entry-content ul li h3, #content .voordelen .entry-content ul li h4, #content .voordelen .entry-content ul li h5, #content .voordelen .entry-content ul li p {
    font-size: 12px; }
  #content .inspiratieboek .container .entry-icons ul li h1, #content .inspiratieboek .container .entry-icons ul li h2, #content .inspiratieboek .container .entry-icons ul li h3, #content .inspiratieboek .container .entry-icons ul li h4, #content .inspiratieboek .container .entry-icons ul li h5, #content .inspiratieboek .container .entry-icons ul li p {
    font-size: 12px; }
  #content .blocks .row .block .block-inner a .entry-content ul, #content .blocks .row .block .block-inner a .entry-content ol {
    margin-left: 0; }
  #content .banner-offerte .container .entry-usp ul li .icon {
    height: 50px;
    margin-bottom: 15px; }
  #content .banner-offerte .container .entry-usp ul li i {
    font-size: 20px; }
  #content .banner-offerte .container .entry-usp ul li span {
    font-size: 12px;
    line-height: 16px; }
  #content .inspiratieboek .row.absolute {
    display: none; }
  #content .inspiratieboek .container {
    padding-top: 0;
    padding-bottom: 0; }
    #content .inspiratieboek .container .inspiratieboek-thumb {
      margin-top: 0;
      top: -20px; }
  #content .iconen .icoon h1, #content .iconen .icoon h2, #content .iconen .icoon h3, #content .iconen .icoon h4, #content .iconen .icoon h5, #content .iconen .icoon p {
    font-size: 12px; } }
/********************************************************
MAX-WIDTH: 500
********************************************************/
@media only screen and (max-width: 500px) {
  #content .reviews .item .content {
    transition: transform 1s;
    transform-style: preserve-3d;
    position: relative;
    min-height: 575px; }
    #content .reviews .item .content .review-front {
      box-shadow: 0px 3px 20px #00000026;
      border-radius: 30px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      background-color: #FFFFFF;
      backface-visibility: hidden;
      position: absolute;
      width: 100%;
      height: 100%; }
      #content .reviews .item .content .review-front .entry-content .author {
        margin-left: 45px;
        padding-left: 0px; }
        #content .reviews .item .content .review-front .entry-content .author .icon {
          display: none; }
        #content .reviews .item .content .review-front .entry-content .author .name {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-top: 10px; }
          #content .reviews .item .content .review-front .entry-content .author .name span {
            font-size: 20px;
            font-family: 'League Spartan', sans-serif;
            font-weight: 700;
            display: block; }
          #content .reviews .item .content .review-front .entry-content .author .name i {
            color: #F8D200; } }
.padding-normal {
  padding: 38px 0; }

.padding-big {
  padding: 200px 0 38px 0; }

#content.b2b .center {
  text-align: center; }
#content.b2b .entry-title {
  margin-bottom: 27px; }
#content.b2b .entry-button a {
  color: #FFFFFF;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #F18616;
  padding: 0 20px;
  line-height: 50px;
  display: inline-block;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  background-color: #F18616;
  border-radius: 10px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #content.b2b .entry-button a:hover {
    color: #F18616;
    background-color: #FFFFFF; }
#content.b2b .entry-button.border a {
  color: #F18616;
  border: 3px solid #F18616;
  background-color: #FFFFFF; }
  #content.b2b .entry-button.border a:hover {
    color: #FFFFFF;
    background-color: #F18616; }
#content.b2b .banner {
  width: 100%;
  background-color: #F18616;
  position: relative;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  #content.b2b .banner.subbanner {
    height: 376px; }
    #content.b2b .banner.subbanner .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
    #content.b2b .banner.subbanner .container {
      display: table;
      position: relative;
      height: 100%;
      z-index: 2; }
      #content.b2b .banner.subbanner .container .banner-title {
        vertical-align: middle;
        display: table-cell; }
        #content.b2b .banner.subbanner .container .banner-title h2 {
          font-size: 80px;
          line-height: 100px;
          color: #FFFFFF;
          max-width: 45%; }
      #content.b2b .banner.subbanner .container .banner-anchor {
        position: absolute;
        bottom: 30px;
        left: 15px; }
        #content.b2b .banner.subbanner .container .banner-anchor a {
          font-weight: bold;
          color: #FFFFFF;
          text-decoration: none; }
          #content.b2b .banner.subbanner .container .banner-anchor a:after {
            content: "\f078";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding-left: 20px;
            color: #F18616; }
  #content.b2b .banner .pro-block {
    position: absolute;
    right: 0;
    width: 45%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 70px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 30px #00000029;
    -webkit-border-top-left-radius: 30px;
    top: 145px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
    #content.b2b .banner .pro-block .entry-title {
      margin-bottom: 12px; }
    #content.b2b .banner .pro-block ul {
      margin: 0;
      padding: 0; }
      #content.b2b .banner .pro-block ul li {
        list-style-type: none;
        padding-left: 40px;
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
        position: relative; }
        #content.b2b .banner .pro-block ul li:before {
          content: "\f00c";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          color: #F18616;
          position: absolute;
          left: 0; }
#content.b2b .pro-block-mobile {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 15px;
  display: none; }
  #content.b2b .pro-block-mobile .entry-title {
    margin-bottom: 12px; }
  #content.b2b .pro-block-mobile ul {
    margin: 0;
    padding: 0; }
    #content.b2b .pro-block-mobile ul li {
      list-style-type: none;
      padding-left: 40px;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 22px;
      position: relative; }
      #content.b2b .pro-block-mobile ul li:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #F18616;
        position: absolute;
        left: 0; }
#content.b2b .text-column {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content.b2b .text-column .entry-content p {
    margin-bottom: 27px; }
  #content.b2b .text-column .entry-content ul, #content.b2b .text-column .entry-content ol {
    margin-bottom: 27px; }
  #content.b2b .text-column .entry-button span {
    position: relative;
    display: inline-block; }
    #content.b2b .text-column .entry-button span img {
      position: absolute;
      width: 250px; }
      #content.b2b .text-column .entry-button span img.top-left {
        top: 0;
        right: 105%; }
      #content.b2b .text-column .entry-button span img.top-right {
        top: 0;
        left: 105%; }
      #content.b2b .text-column .entry-button span img.bottom-left {
        bottom: 0;
        right: 105%; }
      #content.b2b .text-column .entry-button span img.bottom-right {
        bottom: 0;
        left: 105%; }
#content.b2b .video {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content.b2b .video .vimeo-wrapper-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
    #content.b2b .video .vimeo-wrapper-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
#content.b2b .partner-slider {
  position: relative; }
  #content.b2b .partner-slider .entry-title {
    margin-bottom: 50px; }
  #content.b2b .partner-slider #owl-partners {
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 39px #00000029; }
    #content.b2b .partner-slider #owl-partners .owl-stage {
      display: flex;
      flex-wrap: wrap; }
      #content.b2b .partner-slider #owl-partners .owl-stage .owl-item .item {
        height: 100%; }
    #content.b2b .partner-slider #owl-partners .flex {
      display: flex;
      height: 100%; }
      #content.b2b .partner-slider #owl-partners .flex .image {
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        width: 50%; }
        #content.b2b .partner-slider #owl-partners .flex .image .image-container {
          -ms-background-clip: border-box;
          -o-background-clip: border-box;
          -webkit-background-clip: border-box;
          -moz-background-clip: border-box;
          background-clip: border-box;
          background-origin: padding-box;
          background-position: center center;
          background-repeat: no-repeat;
          -o-background-size: cover;
          -ms-background-size: cover;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover; }
      #content.b2b .partner-slider #owl-partners .flex .text {
        text-align: left;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 90px;
        width: 50%;
        padding-right: 12%; }
        #content.b2b .partner-slider #owl-partners .flex .text .logo {
          margin-bottom: 30px; }
  #content.b2b .partner-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%; }
    #content.b2b .partner-slider .owl-nav .owl-prev {
      background-color: transparent;
      font-size: 0px;
      padding: 0;
      margin: 0;
      border-radius: 0px;
      position: absolute;
      left: 15px; }
      #content.b2b .partner-slider .owl-nav .owl-prev:before {
        content: "\f053";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #F18616;
        font-size: 40px;
        line-height: 40px; }
    #content.b2b .partner-slider .owl-nav .owl-next {
      background-color: transparent;
      font-size: 0px;
      padding: 0;
      margin: 0;
      border-radius: 0px;
      position: absolute;
      right: 15px; }
      #content.b2b .partner-slider .owl-nav .owl-next:before {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #F18616;
        font-size: 40px;
        line-height: 40px; }
#content.b2b .pro-blocks {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content.b2b .pro-blocks .entry-title {
    margin-bottom: 80px; }
  #content.b2b .pro-blocks .row {
    display: flex;
    flex-wrap: wrap; }
    #content.b2b .pro-blocks .row .block {
      display: flex; }
      #content.b2b .pro-blocks .row .block .block-inner {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15%;
        margin-bottom: 30px; }
        #content.b2b .pro-blocks .row .block .block-inner .icon {
          margin-bottom: 30px;
          min-height: 85px; }
          #content.b2b .pro-blocks .row .block .block-inner .icon img {
            max-height: 85px;
            width: auto; }
          #content.b2b .pro-blocks .row .block .block-inner .icon i {
            font-size: 85px;
            color: #F18616; }
        #content.b2b .pro-blocks .row .block .block-inner p.title {
          font-size: 25px;
          line-height: 32px;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700; }
#content.b2b .gallery {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content.b2b .gallery .row {
    margin-left: -30px;
    margin-right: -30px; }
    #content.b2b .gallery .row .image {
      padding: 0 30px;
      margin-bottom: 30px; }
      #content.b2b .gallery .row .image .entry-image {
        box-shadow: 0px 3px 39px #00000029;
        border-radius: 10px;
        overflow: hidden; }
        #content.b2b .gallery .row .image .entry-image img {
          max-width: 100%;
          height: 100%; }
      #content.b2b .gallery .row .image.two-col:nth-child(2n+3) {
        clear: left; }
      #content.b2b .gallery .row .image.tree-col:nth-child(3n+4) {
        clear: left; }
      #content.b2b .gallery .row .image.four-col:nth-child(4n+5) {
        clear: left; }
#content.b2b .more-info-buttons {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content.b2b .more-info-buttons .entry-button a {
    margin: 0 15px 15px 15px; }
#content.b2b .image-form {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content.b2b .image-form .row {
    display: flex; }
    #content.b2b .image-form .row .image .image-container {
      width: 100%;
      height: 100%;
      -ms-background-clip: border-box;
      -o-background-clip: border-box;
      -webkit-background-clip: border-box;
      -moz-background-clip: border-box;
      background-clip: border-box;
      background-origin: padding-box;
      background-position: center center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      overflow: hidden;
      -webkit-border-top-right-radius: 30px;
      -webkit-border-bottom-right-radius: 30px;
      -moz-border-radius-topright: 30px;
      -moz-border-radius-bottomright: 30px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
    #content.b2b .image-form .row .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 90px; }
      #content.b2b .image-form .row .text .text-inner {
        position: relative; }
        #content.b2b .image-form .row .text .text-inner form .gform_body label {
          font-weight: bold;
          font-size: 15px; }
        #content.b2b .image-form .row .text .text-inner form .gform_body input, #content.b2b .image-form .row .text .text-inner form .gform_body textarea {
          border: 1px solid #000000;
          width: 100%; }
        #content.b2b .image-form .row .text .text-inner form .gform_body input[type=checkbox] {
          width: auto;
          padding-right: 5px;
          padding-top: 0;
          margin-top: 0; }
        #content.b2b .image-form .row .text .text-inner form .gform_footer input[type=submit] {
          color: #FFFFFF;
          text-decoration: none;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 20px;
          line-height: 50px;
          display: inline-block;
          font-family: 'League Spartan', sans-serif;
          font-weight: 700;
          background-color: #F18616;
          border-radius: 10px;
          font-size: 24px;
          border: 3px solid #F18616;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #content.b2b .image-form .row .text .text-inner form .gform_footer input[type=submit]:hover {
            background-color: #FFFFFF;
            color: #F18616; }
        #content.b2b .image-form .row .text .text-inner img {
          position: absolute;
          width: 250px; }
          #content.b2b .image-form .row .text .text-inner img.top-left {
            top: 0;
            right: 105%; }
          #content.b2b .image-form .row .text .text-inner img.top-right {
            top: 0;
            left: 105%; }
          #content.b2b .image-form .row .text .text-inner img.bottom-left {
            bottom: 0;
            right: 105%; }
          #content.b2b .image-form .row .text .text-inner img.bottom-right {
            bottom: 0;
            left: 105%; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
@media only screen and (max-width: 1024px) {
  .padding-normal {
    padding: 38px 0; }

  .padding-big {
    padding: 100px 0 38px 0; }

  #content.b2b .banner.subbanner .container .banner-title h2 {
    font-size: 50px;
    line-height: 60px; }
  #content.b2b .banner .pro-block {
    padding: 30px 40px; }
    #content.b2b .banner .pro-block ul li {
      font-size: 20px;
      line-height: 24px; }
  #content.b2b .image-form .row .text form .gform_footer input[type=submit] {
    padding: 0 15px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 18px; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content.b2b .banner .pro-block {
    display: none; }
  #content.b2b .pro-block-mobile {
    display: inherit; }
  #content.b2b .partner-slider #owl-partners {
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 39px #00000029; }
    #content.b2b .partner-slider #owl-partners .owl-stage {
      display: flex;
      flex-wrap: wrap; }
      #content.b2b .partner-slider #owl-partners .owl-stage .owl-item .item {
        height: 100%; }
    #content.b2b .partner-slider #owl-partners .flex {
      display: block;
      height: 100%; }
      #content.b2b .partner-slider #owl-partners .flex .image {
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 350px; }
        #content.b2b .partner-slider #owl-partners .flex .image .image-container {
          -ms-background-clip: border-box;
          -o-background-clip: border-box;
          -webkit-background-clip: border-box;
          -moz-background-clip: border-box;
          background-clip: border-box;
          background-origin: padding-box;
          background-position: center center;
          background-repeat: no-repeat;
          -o-background-size: cover;
          -ms-background-size: cover;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover; }
      #content.b2b .partner-slider #owl-partners .flex .text {
        text-align: left;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        width: 100%;
        padding-right: 30px; }
        #content.b2b .partner-slider #owl-partners .flex .text .logo {
          margin-bottom: 30px; }
  #content.b2b .partner-slider .owl-nav {
    display: none; }
  #content.b2b .image-form .row {
    display: block; }
    #content.b2b .image-form .row .image {
      height: 350px; }
      #content.b2b .image-form .row .image .image-container {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    #content.b2b .image-form .row .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 38px 30px; }
  #content.b2b .gallery .row .image.two-col:nth-child(2n+3) {
    clear: left; }
  #content.b2b .gallery .row .image.tree-col:nth-child(3n+4) {
    clear: none; }
  #content.b2b .gallery .row .image.tree-col:nth-child(2n+3) {
    clear: left; }
  #content.b2b .gallery .row .image.four-col:nth-child(4n+5) {
    clear: none; }
  #content.b2b .gallery .row .image.four-col:nth-child(2n+3) {
    clear: left; } }
#mainfooter .offerte-block {
  position: relative; }
  #mainfooter .offerte-block .row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    #mainfooter .offerte-block .row-flex .image {
      -ms-background-clip: border-box;
      -o-background-clip: border-box;
      -webkit-background-clip: border-box;
      -moz-background-clip: border-box;
      background-clip: border-box;
      background-origin: padding-box;
      background-position: center center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    #mainfooter .offerte-block .row-flex .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 36px 15px;
      color: #FFFFFF;
      background-color: #F18616; }
      #mainfooter .offerte-block .row-flex .text .entry-title {
        margin: 0;
        padding: 0; }
        #mainfooter .offerte-block .row-flex .text .entry-title h2 {
          font-size: 38px;
          line-height: 48px; }
      #mainfooter .offerte-block .row-flex .text .entry-content {
        margin-bottom: 15px; }
      #mainfooter .offerte-block .row-flex .text .entry-button a {
        border: 2px solid #FFFFFF; }
  #mainfooter .offerte-block:after {
    content: "";
    background-color: #ededed;
    width: 100%;
    height: 35%;
    bottom: 0;
    position: absolute; }
#mainfooter .footer {
  background-color: #ededed;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 64px 0; }
  #mainfooter .footer .footer-block {
    margin-bottom: 40px; }
    #mainfooter .footer .footer-block .footer-logo {
      padding-bottom: 50px; }
      #mainfooter .footer .footer-block .footer-logo img {
        width: 100%;
        max-width: 350px;
        height: auto; }
    #mainfooter .footer .footer-block .footer-address {
      padding-bottom: 50px; }
    #mainfooter .footer .footer-block .footer-contact .mail {
      padding-bottom: 5px; }
      #mainfooter .footer .footer-block .footer-contact .mail:before {
        content: "\f0e0";
        font-family: 'Font Awesome 6 free';
        font-weight: 900;
        font-size: 30px;
        padding-right: 15px; }
    #mainfooter .footer .footer-block .footer-contact .phone:before {
      content: "\f095";
      font-family: 'Font Awesome 6 free';
      font-weight: 900;
      font-size: 30px;
      padding-right: 15px; }
    #mainfooter .footer .footer-block .footer-contact a {
      color: #101010; }
    #mainfooter .footer .footer-block p.footer-title {
      font-size: 20px;
      margin-bottom: 24px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    #mainfooter .footer .footer-block ul {
      margin: 0;
      padding: 0; }
      #mainfooter .footer .footer-block ul li {
        list-style-type: none;
        line-height: 32px; }
        #mainfooter .footer .footer-block ul li i {
          font-size: 26px;
          padding-right: 10px;
          float: left; }
        #mainfooter .footer .footer-block ul li a {
          color: #101010;
          line-height: 32px;
          display: inline-block; }
          #mainfooter .footer .footer-block ul li a span {
            line-height: 32px;
            display: inline-block; }
        #mainfooter .footer .footer-block ul li ul.submenu {
          margin: 0;
          padding-left: 20px; }
          #mainfooter .footer .footer-block ul li ul.submenu li {
            margin-bottom: 0; }
      #mainfooter .footer .footer-block ul.menu-with-sub li {
        margin-bottom: 10px; }
        #mainfooter .footer .footer-block ul.menu-with-sub li a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700; }
        #mainfooter .footer .footer-block ul.menu-with-sub li ul li a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 400; }
      #mainfooter .footer .footer-block ul.social span.icon {
        width: 40px; }
    #mainfooter .footer .footer-block .entry-form form {
      padding-top: 20px; }
      #mainfooter .footer .footer-block .entry-form form label {
        display: none; }
      #mainfooter .footer .footer-block .entry-form form .gform_body {
        float: left;
        width: 66.66666%;
        margin: 0;
        padding: 0; }
        #mainfooter .footer .footer-block .entry-form form .gform_body .ginput_container {
          margin-right: -15px; }
          #mainfooter .footer .footer-block .entry-form form .gform_body .ginput_container input {
            padding: 6px 8px 7px 8px; }
      #mainfooter .footer .footer-block .entry-form form .gform_footer {
        float: left;
        width: 33.33333%;
        margin: 0;
        padding: 0; }
#mainfooter .absolute-footer {
  background-color: #ededed;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 64px 0;
  overflow: hidden;
  font-size: 12px; }
  #mainfooter .absolute-footer .footer-menu {
    float: left; }
    #mainfooter .absolute-footer .footer-menu ul {
      margin: 0;
      padding: 0; }
      #mainfooter .absolute-footer .footer-menu ul li {
        list-style-type: none;
        float: left;
        margin-right: 48px; }
        #mainfooter .absolute-footer .footer-menu ul li a {
          color: #101010;
          text-decoration: none; }
  #mainfooter .absolute-footer .copyright {
    float: right; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainfooter .offerte-block .row-flex .image {
    height: 300px;
    width: 100%; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mainfooter .absolute-footer .footer-menu {
    float: none;
    margin-bottom: 15px; }
  #mainfooter .absolute-footer .copyright {
    float: none; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainfooter .offerte-block .row-flex .image {
    height: 200px; }
  #mainfooter .offerte-block .row-flex .text .entry-title h2 {
    font-size: 25px;
    line-height: 35px; }
  #mainfooter .offerte-block:after {
    content: "";
    background-color: #ededed;
    width: 100%;
    height: 35%;
    bottom: 0;
    position: absolute; }
  #mainfooter .absolute-footer .footer-menu ul li {
    float: none; } }

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