/*
Theme Name: Beveltools
Theme URI: https://beveltools.pixdev.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a example theme made by Pixel Creation.
Version: 1.0
Text Domain: beveltools
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;

$text_font: "Open Sans", serif;
$title_font: "Meriweather", sans-serif;
*/
/* typography
========================================================*/
/* colors
========================================================*/
/* @import url("https://use.typekit.net/jqp6oby.css"); */

body {
  font-family: "Open Sans", serif;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/*========================================================
    TYPOGRAPHY
=========================================================*/
H1,
H2,
h3,
H4,
H5,
H6,
.usp-tekst,
.toepassing,
.instructievideo-tekst,
.h2,
.h3 {
  font-weight: 800;
}

H1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 576px) {
  H1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 576px) {
  .home-h1-sm {
    font-size: 38px;
    line-height: 48px;
  }
}

H2,
.h2 {
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 576px) {
  H2,
  .h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

H3,
.h3 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 576px) {
  H3,
  .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

H4 {
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 576px) {
  H4 {
    font-size: 35px;
    line-height: 45px;
  }
}

H5 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 576px) {
  H5 {
    font-size: 26px;
    line-height: 36px;
  }
}

H6 {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 576px) {
  H6 {
    font-size: 18px;
    line-height: 28px;
  }
}

.usp-tekst {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none !important;
  max-width: 300px;
  margin: auto;
}

.instructievideo-tekst {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none !important;
  color: white;
}

.kopje-normale-tekst {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.toepassing {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 576px) {
  .toepassing {
    font-size: 26px;
    line-height: 36px;
  }
}

.tekst-link {
  font-size: 18px;
  font-weight: 700;
  color: #00386e;
}

.lees-meer {
  font-size: 18px;
  color: #00386e;
  cursor: pointer;
}

.footer-titels,
.titel {
  font-size: 25px;
  line-height: 35px;
  font-weight: 800;
}
.footer-titels p,
.titel p {
  margin-bottom: 0;
}

.titel-contactgegevens-dealers {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #00386e;
}

.footer-sub-tekst {
  font-size: 14px;
  line-height: 30px;
}

.titel-en-tekst-schema {
  font-size: 14px;
  line-height: 20px;
}

.tekst-hero-home {
  font-size: 14px;
  font-weight: 800;
  color: white;
}

/*========================================================
    NAVIGATION - NAVBAR
=========================================================*/
.navbar {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", serif;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
  }
}
@media (max-width: 400px) {
  .navbar .navbar-collapse {
    top: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav {
    padding-bottom: 20px;
  }
}
.navbar .nav-link {
  margin: 0.8rem 0.8rem 0.8rem 0.8rem;
  color: #313131;
  font-weight: 600;
  padding: 15px 5px;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-link {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .nav-link {
    margin: 0;
  }
}
.navbar .nav-link:hover {
  color: #e89b1c;
}
.navbar .nav-link.active {
  color: #e89b1c;
}
.navbar .nav-link.dropdown-toggle::after {
  content: "\f175";
  font-family: "Font Awesome 6 Sharp";
  margin: 0 0 0 0.4rem;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  float: right;
  border: 0;
}
.navbar .navbar-brand img {
  width: 265px;
}
@media (max-width: 400px) {
  .navbar .navbar-brand img {
    width: 200px;
  }
}
.navbar .dropdown-menu {
  margin-top: 0;
  padding: 0 2rem;
  min-width: 287px;
  border-radius: 0;
  background-color: #00386e;
  color: white;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu {
    color: #313131;
    background-color: #ffffff;
    border: 0;
  }
}
.navbar .dropdown-menu li {
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu li {
    border-bottom: 1px solid #313131;
  }
}
.navbar .dropdown-menu li:last-child {
  border-bottom: 0;
}
.navbar .dropdown-menu li a {
  padding: 15px 0;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
  color: white;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu li a {
    color: #313131;
  }
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus,
.navbar .dropdown-menu li a.active {
  background-color: #00386e;
  color: #e89b1c;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu li a:hover,
  .navbar .dropdown-menu li a:focus,
  .navbar .dropdown-menu li a.active {
    background-color: #ffffff;
  }
}
.navbar .bar1,
.navbar .bar2,
.navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: all 0.2s ease;
  border: none;
  border-radius: 30px;
  background-color: #00386e;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: absolute;
  z-index: 30;
  top: -20px;
  right: 0;
}
@media (max-width: 400px) {
  .navbar .close-button {
    top: -17px;
  }
}
.navbar .wpml-ls-item .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 1199px) {
  .navbar .wpml-ls-item .nav-link {
    position: unset;
    margin-top: 10px;
    margin-left: 5px;
  }
}
.navbar .wpml-ls-item .nav-link:after {
  font-size: 10px;
  margin-left: 0.4rem;
}
.navbar .wpml-ls-item .wpml-ls-flag {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
  object-fit: cover;
  border-radius: 50%;
}

/*========================================================
    GENERAL
=========================================================*/
.bg-grey {
  background-color: #f7f7f7;
}

.text-white {
  color: white;
}

.z-index {
  z-index: 2;
}

.inleidende-tekst,
.intro-tekst {
  padding: 20px 0 15px 0;
}

.skew {
  transform: skew(-2deg);
}

.kruimelpad-padding-top {
  padding-top: 67px;
}

.pt-70px {
  padding-top: 70px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pb-85px {
  padding-bottom: 85px;
}

.bg-grey-block {
  height: 65%;
}

.bg-grey-block-video {
  height: 65%;
}

.bg-grey-block,
.bg-grey-block-video {
  background-color: #f7f7f7;
  width: calc(100% - 190px);
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .bg-grey-block,
  .bg-grey-block-video {
    width: calc(100% - 75px);
  }
}

.image-content img {
  object-fit: cover !important;
  width: 100% !important;
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: all 0.5s ease !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.05) !important;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

/*========================================================
    BREADCRUMB
=========================================================*/
.breadcrumb-box {
  position: absolute;
  top: 25px;
}

.breadcrumb nav {
  display: flex;
  font-size: 12px;
}
.breadcrumb nav:first-letter {
  text-transform: capitalize;
}
.breadcrumb nav .breadcrumb a {
  color: #00386e;
  text-decoration: none;
}
.breadcrumb nav .breadcrumb a:first-letter {
  text-transform: capitalize;
}
.breadcrumb nav .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb nav .breadcrumb-item + .breadcrumb-item:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  padding-right: 0.5rem;
  color: #313131;
}
.breadcrumb nav .active {
  color: #313131;
}
.breadcrumb nav .active:first-letter {
  text-transform: capitalize;
}

/*========================================================
    BUTTONS
=========================================================*/
.btn {
  font-size: 18px;
  font-weight: 700;
  padding: 16px 26px;
  border-radius: 0;
  border: 0;
  transition: all 0.2s ease;
}

.button-met-arrow .btn-arrow {
  position: relative;
  padding-right: 3.6rem;
}
.button-met-arrow .btn-arrow-right:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f178";
  position: absolute;
  right: 1.8rem;
  top: 16px;
  transition: all 0.3s ease;
}

.button-arrow-blokje .btn-arrow {
  position: relative;
  font-size: 16px;
  padding: 0;
  background-color: #e89b1c;
  width: 62px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-arrow-blokje .btn-arrow-right:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f061" !important;
  position: absolute;
  transition: all 0.3s ease;
}
.btn-primary {
  background-color: #e89b1c;
  transform: skew(-8deg);
  box-shadow: 5px 5px #d08811;
  position: absolute;
  transition: all 0.2s ease;
  border-color: transparent;
}
.btn-primary div {
  transform: skewX(8deg);
}
.btn-primary:hover {
  box-shadow: unset;
  background-color: #e89b1c;
  padding-right: calc(3.6rem + 5px);
  border-color: transparent;
}
.btn-primary#getGeolocationButton:hover {
  padding-right: 5px;
}
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active {
  background-color: #e89b1c;
}

.btn-default {
  text-decoration: none;
  color: #ffffff;
  padding: 0;
}
.btn-default:hover {
  color: inherit;
  text-decoration: underline;
}

.btn-white-outline {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: white;
}

.button-arrow-blokje .btn-primary:hover {
  padding-right: unset;
}

/*========================================================
    SECTIONS
=========================================================*/
section {
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
section.section-sm {
  padding: 2rem 0;
}
section.section-dark {
  color: #fff;
  background-color: #333;
}
section.section-grey {
  background-color: #f9f9f9;
}

/*========================================================
    BLOG
=========================================================*/
.blog {
  display: block;
  color: #333;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/*========================================================
    CTA BLOCK - SECTION CTA
=========================================================*/
.section-CTA {
  overflow: hidden;
}
.section-CTA .content-split figure {
  width: 50%;
  position: absolute;
}
.section-CTA .figure-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .section-CTA .figure-wrapper {
    clip-path: polygon(4% 0, 100% 0%, 90% 95%, 0% 100%);
  }
}
@media (min-width: 576px) {
  .section-CTA .figure-wrapper {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .section-CTA .figure-wrapper {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .section-CTA .figure-wrapper {
    width: 600px;
    height: 400px;
  }
}
@media (min-width: 1000px) {
  .section-CTA .figure-wrapper {
    width: 650px;
  }
}
@media (min-width: 1100px) {
  .section-CTA .figure-wrapper {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .section-CTA .figure-wrapper {
    width: 750px;
  }
}
@media (min-width: 1400px) {
  .section-CTA .figure-wrapper {
    width: 800px;
    height: 535px;
  }
}
@media (min-width: 1500px) {
  .section-CTA .figure-wrapper {
    width: 850px;
  }
}
@media (min-width: 1600px) {
  .section-CTA .figure-wrapper {
    width: 900px;
  }
}
@media (min-width: 1700px) {
  .section-CTA .figure-wrapper {
    width: 950px;
  }
}
@media (min-width: 1800px) {
  .section-CTA .figure-wrapper {
    width: 1000px;
  }
}
@media (min-width: 1900px) {
  .section-CTA .figure-wrapper {
    width: 1050px;
  }
}
@media (min-width: 2000px) {
  .section-CTA .figure-wrapper {
    width: 1100px;
  }
}
@media (min-width: 2100px) {
  .section-CTA .figure-wrapper {
    width: 1150px;
  }
}
@media (min-width: 2200px) {
  .section-CTA .figure-wrapper {
    width: 1200px;
  }
}
@media (min-width: 2300px) {
  .section-CTA .figure-wrapper {
    width: 1250px;
  }
}
@media (min-width: 2400px) {
  .section-CTA .figure-wrapper {
    width: 1300px;
  }
}
@media (min-width: 2500px) {
  .section-CTA .figure-wrapper {
    width: 1350px;
  }
}
@media (min-width: 2600px) {
  .section-CTA .figure-wrapper {
    width: 1400px;
  }
}
@media (min-width: 2700px) {
  .section-CTA .figure-wrapper {
    width: 1450px;
  }
}
@media (min-width: 2800px) {
  .section-CTA .figure-wrapper {
    width: 1500px;
  }
}
@media (min-width: 2900px) {
  .section-CTA .figure-wrapper {
    width: 1550px;
  }
}
@media (min-width: 3000px) {
  .section-CTA .figure-wrapper {
    width: 1600px;
  }
}
.section-CTA .figure-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.section-CTA .figure-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), white);
  z-index: 2;
}
.section-CTA .container-left {
  margin-right: auto;
}
.section-CTA .CTA-content {
  z-index: 1;
}

#overlay {
  background-color: white;
}

/*========================================================
    FOOTER
=========================================================*/
.footer-section {
  overflow: unset;
}
.footer-section .footer-titel-wrapper {
  padding-bottom: 45px;
}
.footer-section .catalogus-download-wrapper {
  margin-bottom: -65px;
}
@media screen and (max-width: 991px) {
  .footer-section .catalogus-download-wrapper {
    margin-bottom: -45px;
  }
}
.footer-section .fab {
  font-size: 18px;
}
.footer-section footer {
  padding: 95px 0 0 0;
  background-color: #00386e;
}
.footer-section footer a {
  text-decoration: none;
  color: white !important;
}
.footer-section footer ul {
  list-style-type: none !important;
}
.footer-section footer .footer-box-left {
  padding-right: 100px;
}
.footer-section .footerbar {
  padding: 55px 0 50px 0 !important;
  background-color: #00386e;
}
.footer-section .footerbar a {
  text-decoration: none;
  color: white !important;
}
.footer-section .logo-toevoegen img {
  border-radius: 5px;
  height: 25px;
  width: 25px;
}
.footer-section .footer-afbeelding {
  width: 230px;
}

/*========================================================
    SCREEN READER
=========================================================*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*========================================================
    HOME SECTION EEN - BANNER HOME
=========================================================*/
.homepage {
  overflow: hidden;
}

.section-een-homepage {
  height: 475px;
  overflow: hidden;
}
.section-een-homepage .tekst-hero-home-wrapper {
  position: absolute;
  right: 0;
}
.section-een-homepage .hero {
  position: absolute;
  width: 1130px;
  height: 472px;
  right: 0;
  clip-path: polygon(4% 0%, 100% 0%, 100% 99%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .section-een-homepage .hero {
    right: unset;
    left: 0;
    width: 100%;
    clip-path: polygon(4% 0%, 100% 0%, 100% 95%, 0% 100%);
  }
}
@media screen and (min-width: 1800px) {
  .section-een-homepage .hero {
    width: 1400px;
  }
}
@media screen and (min-width: 1900px) {
  .section-een-homepage .hero {
    width: 1450px;
  }
}
@media screen and (min-width: 2000px) {
  .section-een-homepage .hero {
    width: 1500px;
  }
}
@media screen and (min-width: 2100px) {
  .section-een-homepage .hero {
    width: 1550px;
  }
}
@media screen and (min-width: 2200px) {
  .section-een-homepage .hero {
    width: 1600px;
  }
}
@media screen and (min-width: 2300px) {
  .section-een-homepage .hero {
    width: 1650px;
  }
}
@media screen and (min-width: 2400px) {
  .section-een-homepage .hero {
    width: 1700px;
  }
}
@media screen and (min-width: 2500px) {
  .section-een-homepage .hero {
    width: 1750px;
  }
}
@media screen and (min-width: 2600px) {
  .section-een-homepage .hero {
    width: 1800px;
  }
}
@media screen and (min-width: 2700px) {
  .section-een-homepage .hero {
    width: 1850px;
  }
}
@media screen and (min-width: 2800px) {
  .section-een-homepage .hero {
    width: 1900px;
  }
}
@media screen and (min-width: 2900px) {
  .section-een-homepage .hero {
    width: 1950px;
  }
}
@media screen and (min-width: 3000px) {
  .section-een-homepage .hero {
    width: 2000px;
  }
}
.section-een-homepage .hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.section-een-homepage .hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), white);
  opacity: 90%;
}
.section-een-homepage .hero .z-index {
  z-index: 4;
}

.youtube-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transform: scale(1.15);
}
.youtube-wrapper iframe {
  width: 100%;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 120vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 576px) {
  .youtube-wrapper iframe {
    min-width: 177.77vh;
  }
}
.youtube-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), white);
  opacity: 90%;
}

/*========================================================
    HOME SECTION TWEE - ICOON BUTTONS
=========================================================*/
.section-twee-homepage .icoon-button-block {
  position: relative;
  width: 175px;
  height: 125px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-twee-homepage .icoon-button-block:after {
  position: absolute;
  content: "";
  background-color: #00386e;
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transition: 0.3s all ease;
  left: 0;
  top: 0;
}
.section-twee-homepage .icoon-button-block:hover:after {
  transform: rotate(5deg) scale(0.9);
}
.section-twee-homepage .icoon-button-block img {
  object-fit: cover;
  width: 85px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/*========================================================
    HOME SECTION DRIE - ONZE PRODUCTEN SLIDER
=========================================================*/
.section-drie-homepage {
  overflow: hidden;
}
.section-drie-homepage .bg-grey-block {
  height: 85%;
}
.section-drie-homepage .carousel-container,
.section-drie-homepage .carousel-container-sm {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-drie-homepage .carousel-container,
  .section-drie-homepage .carousel-container-sm {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .section-drie-homepage .carousel-container,
  .section-drie-homepage .carousel-container-sm {
    max-width: calc(50% + 270px);
  }
}
@media screen and (min-width: 768px) {
  .section-drie-homepage .carousel-container,
  .section-drie-homepage .carousel-container-sm {
    max-width: calc(50% + 360px);
  }
}
@media screen and (min-width: 992px) {
  .section-drie-homepage .carousel-container,
  .section-drie-homepage .carousel-container-sm {
    max-width: calc(50% + 480px);
  }
}
@media screen and (min-width: 1200px) {
  .section-drie-homepage .carousel-container,
  .section-drie-homepage .carousel-container-sm {
    max-width: calc(50% + 570px);
  }
}
@media screen and (min-width: 1400px) {
  .section-drie-homepage .carousel-container {
    max-width: calc(50% + 660px);
  }
}
.section-drie-homepage .carousel-container-right {
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .section-drie-homepage .carousel-container-right {
    margin-right: 0;
  }
}
.section-drie-homepage .owl-stage-outer {
  padding-bottom: 45px;
}
.section-drie-homepage .button-arrow-blokje {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.section-drie-homepage .owl-item {
  height: 310px;
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .section-drie-homepage .owl-item {
    height: 250px;
  }
}
.section-drie-homepage .owl-item a {
  text-decoration: none;
  color: white;
}
.section-drie-homepage .owl-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform: skew(-2deg);
}
.section-drie-homepage .titel-producten {
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px #707070;
}
.section-drie-homepage .product-slider .owl-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .section-drie-homepage .product-slider .owl-nav {
    padding-right: 100px;
  }
}
.section-drie-homepage .product-slider .owl-nav button {
  position: relative;
  color: #00386e;
  width: 58px;
  height: 55px;
  font-family: "Font Awesome 6 Sharp", sans-serif;
  font-weight: 900;
  font-size: 19px;
  background-color: #f7f7f7;
  border: 1px solid #00386e !important;
  transform: skew(-8deg);
  transition: all 0.2s ease;
}
.section-drie-homepage .product-slider .owl-nav button.owl-prev::after {
  content: "\f177";
  position: absolute;
  top: 12px;
  left: 18px;
  transition: all 0.2s ease;
}
.section-drie-homepage .product-slider .owl-nav button.owl-prev:hover::after {
  left: 15px;
}
.section-drie-homepage .product-slider .owl-nav button.owl-next::after {
  content: "\f178";
  position: absolute;
  top: 12px;
  left: 18px;
  transition: all 0.2s ease;
}
.section-drie-homepage .product-slider .owl-nav button.owl-next:hover::after {
  left: 21px;
}
.section-drie-homepage .product-slider .owl-nav button span {
  display: none;
  position: absolute;
  top: 5px;
  left: 19px;
}
.section-drie-homepage .product-slider .owl-nav button.owl-next span {
  left: 21px;
}
.section-drie-homepage .product-slider .position-absolute {
  left: 50px;
}
@media screen and (max-width: 576px) {
  .section-drie-homepage .product-slider .position-absolute {
    left: 20px;
  }
}

/*========================================================
    HOME SECTION VIER - AFBEELDING EN TEKSTVLAK
=========================================================*/
/*========================================================
    HOME SECTION VIJF - ACCORDION
=========================================================*/
.section-vijf-homepage {
  overflow: hidden;
}
.section-vijf-homepage .accordion {
  transform: skew(-4deg);
  border-radius: 0 !important;
  border: none !important;
}
.section-vijf-homepage .accordion-item .accordion-header button:after {
  top: unset !important;
}
.section-vijf-homepage .accordion-item {
  border-radius: 0 !important;
  width: 50%;
  border: 0 !important;
}
@media screen and (max-width: 991px) {
  .section-vijf-homepage .accordion-item {
    width: 100%;
  }
}
.section-vijf-homepage .toepassing {
  transform: skew(4deg);
}
.section-vijf-homepage .accordion-button:not(.collapsed),
.section-vijf-homepage .accordion-body {
  color: white !important;
  background-color: #00386e !important;
  box-shadow: unset !important;
  border-radius: 0 !important;
  border: none !important;
}
.section-vijf-homepage
  .accordion-button:not(.collapsed)
  .toepassing-platte-tekst,
.section-vijf-homepage .accordion-body .toepassing-platte-tekst {
  transform: skew(4deg);
}
.section-vijf-homepage .accordion-button {
  border-radius: unset !important;
  border: none !important;
}
.section-vijf-homepage .accordion-button:not(.collapsed) {
  padding: 25px 35px 0 25px !important;
}
.section-vijf-homepage .accordion-body {
  padding: 5px 40px 30px 30px !important;
}
.section-vijf-homepage .accordion-img {
  position: absolute;
  right: 0;
  top: -10px;
  width: calc(50% + 60px);
  height: calc(100% + 70px);
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .section-vijf-homepage .accordion-img {
    width: 100%;
    height: 300px;
    position: unset;
  }
}

/*========================================================
    HOME SECTION ZES - VIDEO SECTION
=========================================================*/
.section-zes-homepage,
.section-instructievideo-slider {
  overflow: hidden;
}
.section-zes-homepage #titel-en-linktekst-wrapper,
.section-instructievideo-slider #titel-en-linktekst-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-zes-homepage a,
.section-instructievideo-slider a {
  text-decoration: none;
}
.section-zes-homepage .titel-videos,
.section-instructievideo-slider .titel-videos {
  text-decoration: none;
}
.section-zes-homepage .videos-block-wrapper,
.section-instructievideo-slider .videos-block-wrapper {
  height: 269px;
  padding-left: 6px;
}

.videos-block {
  color: white;
  transform: skew(-3deg);
  border: none;
  background-color: transparent;
}
.videos-block .play-button {
  border: 1px solid white;
  width: 63px;
  height: 54px;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  position: relative;
  transform: translateY(-135px);
  transition: 0.5s all ease;
}
@media (max-width: 576px) {
  .videos-block .play-button {
    visibility: visible;
    opacity: 1;
    transform: translate(20px, 20px);
    width: 53px;
    height: 44px;
  }
}
.videos-block:hover .play-button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.5s all ease;
}
.videos-block img {
  object-fit: cover;
  object-position: center;
}
.videos-block:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #00386e);
  transition: all 0.2s ease;
}

.videos-block-green:after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    #4d8c3f
  ) !important;
}

.video-tekst-wrapper {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}

/*========================================================
    HOME SECTION ZEVEN - SECTION VOORDELEN EN REVIEUW
=========================================================*/
.section-zeven-homepage,
.section-twee-gebruikerservaringen-reviews {
  overflow: hidden;
}
.section-zeven-homepage .voordelen-left-side,
.section-twee-gebruikerservaringen-reviews .voordelen-left-side {
  padding-right: 100px;
}
.section-zeven-homepage .image-wrapper,
.section-twee-gebruikerservaringen-reviews .image-wrapper {
  height: 100px;
}
.section-zeven-homepage .image-wrapper-breed,
.section-twee-gebruikerservaringen-reviews .image-wrapper-breed {
  height: 100px;
}
.section-zeven-homepage .review-box,
.section-twee-gebruikerservaringen-reviews .review-box {
  min-height: 500px;
  background-color: #f7f7f7;
  padding: 35px;
  transform: skew(-1deg);
}
.section-zeven-homepage .review-box img,
.section-twee-gebruikerservaringen-reviews .review-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .section-zeven-homepage .review-box,
  .section-twee-gebruikerservaringen-reviews .review-box {
    min-height: unset;
  }
}
.section-zeven-homepage .review-tekst,
.section-twee-gebruikerservaringen-reviews .review-tekst {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.section-zeven-homepage .review-box-breed,
.section-twee-gebruikerservaringen-reviews .review-box-breed {
  background-color: #f7f7f7;
  padding: 35px;
}
.section-zeven-homepage .review-box-breed img,
.section-twee-gebruikerservaringen-reviews .review-box-breed img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
}
.section-zeven-homepage a,
.section-twee-gebruikerservaringen-reviews a {
  text-decoration: none;
}
.section-zeven-homepage #knop-laad-meer-homepage,
.section-twee-gebruikerservaringen-reviews #knop-laad-meer-homepage {
  color: #00386e;
  font-weight: 800;
}

/*========================================================
    HOME SECTION ACHT - ACHTERGRONDAFBEELDING EN TEKSTBLOK
=========================================================*/
.section-acht-homepage {
  overflow: hidden;
}
.section-acht-homepage .logo-toevoegen {
  top: 10px;
  left: 9%;
  position: absolute;
}
@media screen and (max-width: 576px) {
  .section-acht-homepage .logo-toevoegen {
    display: flex;
  }
  .section-acht-homepage .logo-toevoegen img {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1825px) {
  .section-acht-homepage .logo-toevoegen {
    max-width: 1400px;
    width: 100%;
    left: 50%;
    transform: translateX(-53%);
  }
}
@media screen and (max-width: 576px) {
  .section-acht-homepage .logo-toevoegen {
    left: 15px;
  }
}
.section-acht-homepage .logo-toevoegen img {
  width: 40px;
  height: 45px;
  object-fit: cover;
  object-position: center;
}
.section-acht-homepage .background-image-full-width {
  width: 1400px;
  max-width: 100%;
  height: 520px;
  float: right;
  clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1800px) {
  .section-acht-homepage .background-image-full-width {
    width: 1400px;
  }
}
@media screen and (min-width: 1900px) {
  .section-acht-homepage .background-image-full-width {
    width: 1450px;
  }
}
@media screen and (min-width: 2000px) {
  .section-acht-homepage .background-image-full-width {
    width: 1500px;
  }
}
@media screen and (min-width: 2100px) {
  .section-acht-homepage .background-image-full-width {
    width: 1550px;
  }
}
@media screen and (min-width: 2200px) {
  .section-acht-homepage .background-image-full-width {
    width: 1600px;
  }
}
@media screen and (min-width: 2300px) {
  .section-acht-homepage .background-image-full-width {
    width: 1650px;
  }
}
@media screen and (min-width: 2400px) {
  .section-acht-homepage .background-image-full-width {
    width: 1700px;
  }
}
@media screen and (min-width: 2500px) {
  .section-acht-homepage .background-image-full-width {
    width: 1750px;
  }
}
@media screen and (min-width: 2600px) {
  .section-acht-homepage .background-image-full-width {
    width: 1800px;
  }
}
@media screen and (min-width: 2700px) {
  .section-acht-homepage .background-image-full-width {
    width: 1850px;
  }
}
@media screen and (min-width: 2800px) {
  .section-acht-homepage .background-image-full-width {
    width: 1900px;
  }
}
@media screen and (min-width: 2900px) {
  .section-acht-homepage .background-image-full-width {
    width: 1950px;
  }
}
@media screen and (min-width: 3000px) {
  .section-acht-homepage .background-image-full-width {
    width: 2000px;
  }
}
.section-acht-homepage .background-image-full-width:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 90%;
}
.section-acht-homepage .background-image-full-width img {
  object-fit: cover;
  width: 50px;
  background-repeat: no-repeat;
  z-index: 4;
  position: relative;
}
.section-acht-homepage .tekstblok-wrapper {
  padding-left: 80px;
  z-index: 4 !important;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-acht-homepage .tekstblok-wrapper {
    padding-left: 15px;
  }
}

/*========================================================
    TEMPLATE PRODUCTEN PAGINA
=========================================================*/
.section-content-split-blocks .content-split figure {
  width: 100%;
  transform: skew(-4deg);
  top: 0;
}
@media screen and (min-width: 992px) {
  .section-content-split-blocks .content-split figure {
    width: 50%;
    height: 420px;
    position: absolute;
  }
}
.section-content-split-blocks .content-split figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.section-content-split-blocks .content-split.content-split-left figure {
  left: 0;
}
.section-content-split-blocks .content-split.content-split-right figure {
  right: 0;
}
.section-content-split-blocks .content-split.content-split-text-left {
  left: 0;
}
.section-content-split-blocks .content-split.content-split-text-right {
  right: 0;
}

/*========================================================
    SINGLE PRODUCTEN PAGINA
=========================================================*/
.section-een-single-producten {
  height: 420px;
  overflow: hidden;
  padding-top: 65px;
}
.section-een-single-producten .banner {
  position: absolute;
  width: 1132px;
  height: 352px;
  min-height: 100%;
  right: 0;
  clip-path: polygon(10% 0%, 100% 0%, 100% 99%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-een-single-producten .banner {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), white);
    clip-path: polygon(64% 0%, 100% 0%, 100% 95%, 62.5% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .section-een-single-producten .banner {
    width: 1000px;
  }
}
@media screen and (min-width: 1300px) {
  .section-een-single-producten .banner {
    width: 1050px;
  }
}
@media screen and (min-width: 1400px) {
  .section-een-single-producten .banner {
    width: 1160px;
  }
}
@media screen and (min-width: 1500px) {
  .section-een-single-producten .banner {
    width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .section-een-single-producten .banner {
    width: 1325px;
  }
}
@media screen and (min-width: 1700px) {
  .section-een-single-producten .banner {
    width: 1360px;
  }
}
@media screen and (min-width: 1800px) {
  .section-een-single-producten .banner {
    width: 1400px;
  }
}
@media screen and (min-width: 1900px) {
  .section-een-single-producten .banner {
    width: 1450px;
  }
}
@media screen and (min-width: 2000px) {
  .section-een-single-producten .banner {
    width: 1500px;
  }
}
@media screen and (min-width: 2100px) {
  .section-een-single-producten .banner {
    width: 1550px;
  }
}
@media screen and (min-width: 2200px) {
  .section-een-single-producten .banner {
    width: 1600px;
  }
}
@media screen and (min-width: 2300px) {
  .section-een-single-producten .banner {
    width: 1650px;
  }
}
@media screen and (min-width: 2400px) {
  .section-een-single-producten .banner {
    width: 1700px;
  }
}
@media screen and (min-width: 2500px) {
  .section-een-single-producten .banner {
    width: 1750px;
  }
}
@media screen and (min-width: 2600px) {
  .section-een-single-producten .banner {
    width: 1800px;
  }
}
@media screen and (min-width: 2700px) {
  .section-een-single-producten .banner {
    width: 1850px;
  }
}
@media screen and (min-width: 2800px) {
  .section-een-single-producten .banner {
    width: 1900px;
  }
}
@media screen and (min-width: 2900px) {
  .section-een-single-producten .banner {
    width: 1950px;
  }
}
@media screen and (min-width: 3000px) {
  .section-een-single-producten .banner {
    width: 2000px;
  }
}
.section-een-single-producten .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.section-een-single-producten .banner .z-index {
  z-index: 4;
}
.section-een-single-producten .banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), white);
  opacity: 90%;
}
@media screen and (max-width: 767px) {
  .section-een-single-producten .banner:after {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), white);
  }
}
.section-een-single-producten .hero-text {
  padding: 68px 0;
}
@media screen and (max-width: 767px) {
  .section-een-single-producten .hero-text {
    padding: 125px 0 70px 0;
  }
}

.section-drie-single-producten .afbeeldingen-section-drie img {
  height: 415px;
  object-fit: cover;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .section-drie-single-producten .afbeeldingen-section-drie img {
    height: 325px;
  }
}
.section-drie-single-producten .fa-arrow-down-to-line {
  color: #00386e;
}
.section-drie-single-producten a {
  text-decoration: none;
}
.section-drie-single-producten .box-geinteresseerd-wrapper {
  margin-top: 80px;
}
.section-drie-single-producten .box-geinteresseerd {
  padding: 28px 0 28px 0;
  border-top: 1px solid #a5abad;
  border-bottom: 1px solid #a5abad;
}

/*========================================================
    FLEXIBELE CONTENT
=========================================================*/
/*========= SECTION ITEM SLIDER - FLEXIBELE CONTENT ========= */
.section-item-slider {
  padding-bottom: 90px;
}
.section-item-slider .owl-stage {
  display: flex;
}
.section-item-slider .card {
  background-color: #00386e;
  color: white;
  text-align: center;
  padding: 58px 40px;
  transform: skew(-2deg);
  border-radius: 0 !important;
  height: 100%;
}
.section-item-slider .card .card-content {
  transform: skew(2deg);
}
.section-item-slider .card .card-content img {
  width: 36px;
}

.item-slider-green .card {
  background-color: #4d8c3f;
}

.container-left {
  max-width: calc(50% + 660px);
  padding-left: 12px;
}

.slider-next-1,
.slider-next-2,
.slider-next-3,
.slider-next-4 {
  width: 58px;
  height: 55px;
  margin-top: 30px;
  right: 0;
  position: absolute;
  color: #00386e;
  border: 1px solid #00386e !important;
  background-color: #f7f7f7;
  z-index: 1;
  transition: all 0.3s ease;
  transform: skew(-5deg);
  outline: 1px solid transparent;
}
.slider-next-1:hover i,
.slider-next-2:hover i,
.slider-next-3:hover i,
.slider-next-4:hover i {
  padding-left: 5px;
}
.slider-next-1 i,
.slider-next-2 i,
.slider-next-3 i,
.slider-next-4 i {
  transition: all 0.2s ease;
}
@media screen and (max-width: 991px) {
  .slider-next-1,
  .slider-next-2,
  .slider-next-3,
  .slider-next-4 {
    right: unset;
    left: 90px;
  }
}

.slider-next-green-1 {
  border: 1px solid #4d8c3f !important;
  color: #4d8c3f !important;
}

.slider-prev-1,
.slider-prev-2,
.slider-prev-3,
.slider-prev-4 {
  width: 58px;
  height: 55px;
  margin-top: 30px;
  left: 10px;
  position: absolute;
  color: #00386e;
  border: 1px solid #00386e !important;
  background-color: #f7f7f7;
  z-index: 1;
  transition: all 0.3s ease;
  transform: skew(-5deg);
}
.slider-prev-1:hover i,
.slider-prev-2:hover i,
.slider-prev-3:hover i,
.slider-prev-4:hover i {
  padding-right: 5px;
}
.slider-prev-1 i,
.slider-prev-2 i,
.slider-prev-3 i,
.slider-prev-4 i {
  transition: all 0.2s ease;
}

.slider-prev-green-1 {
  border: 1px solid #4d8c3f !important;
  color: #4d8c3f !important;
}

/*========= SECTION EXTRA TEKSTBLOK - FLEXIBELE CONTENT ========= */
.section-extra-tekstblok .rij-een {
  border-top: 1px solid #a5abad;
  height: 50px;
  padding-top: 5px;
}
.section-extra-tekstblok .rij-twee {
  height: 50px;
  border-top: 1px solid #a5abad;
  border-bottom: 1px solid #a5abad;
}

.align-left {
  align-items: flex-start;
}

/*========= SECTION VEELGESTELDE VRAGEN - FLEXIBELE CONTENT ========= */
.section-veelgestelde-vragen .accordion {
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 13px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  min-height: 50px;
}
.section-veelgestelde-vragen .accordion.active:after {
  content: "\f176";
  font-family: "Font Awesome 6 Sharp";
  color: #313131;
  font-weight: bold;
}
.section-veelgestelde-vragen .accordion:after {
  content: "\f175";
  font-family: "Font Awesome 6 Sharp";
  color: #313131;
  font-weight: bold;
}
.section-veelgestelde-vragen .active {
  color: #00386e;
}
.section-veelgestelde-vragen .accordion-wrapper {
  padding: 56px 40px;
  background-color: #f7f7f7;
  color: #00386e;
}
.section-veelgestelde-vragen .accordion-items:not(:last-child) {
  border-bottom: 1px solid #a5abad;
}
.section-veelgestelde-vragen .panel {
  display: none;
  background-color: #f7f7f7;
  overflow: hidden;
  color: #313131;
}
.section-veelgestelde-vragen .panel img {
  width: 100%;
}

/*========================================================
    GEBRUIKERSERVARINGEN PAGINA
=========================================================*/
.section-zes-slider-dealers .owl-item {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 210px;
}
.section-zes-slider-dealers .owl-item img {
  object-fit: contain;
  max-width: 90%;
  margin: auto;
  height: 77px !important;
  background-repeat: no-repeat;
}

/*========================================================
    DEALER PAGINA
=========================================================*/
.geo-warning {
  color: red;
}

#distance-form {
  border: none;
  float: right;
  width: 1032px;
  max-width: 100%;
  padding-left: 0;
}
#distance-form .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
#distance-form .flex-wrap .btn {
  padding: 5px 16px;
  font-size: 16px;
  border-radius: 3px;
}
#distance-form .flex-wrap input {
  width: 100%;
}
#distance-form .flex-wrap select {
  width: 100%;
}
@media (min-width: 768px) {
  #distance-form .flex-wrap input {
    width: 65%;
  }
  #distance-form .flex-wrap select {
    width: 33%;
  }
}
@media (min-width: 992px) {
  #distance-form .flex-wrap input {
    width: 50%;
  }
  #distance-form .flex-wrap select {
    width: 25%;
  }
}
@media (min-width: 1100px) {
  #distance-form .flex-wrap input {
    width: 45%;
  }
  #distance-form .flex-wrap select {
    width: 20%;
  }
}

.section-een-contactgegevens-dealers {
  overflow: visible;
  padding-bottom: 10px;
}
.section-een-contactgegevens-dealers .dealerinfo {
  background-color: #f7f7f7;
  padding: 40px;
  margin-top: -100px;
  position: relative;
  z-index: 999;
  width: 120%;
  min-width: 300px;
  max-width: 330px;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1193px) {
  .section-een-contactgegevens-dealers .dealerinfo {
    margin-top: 70px;
    width: 120%;
    max-width: none;
  }
}
.section-een-contactgegevens-dealers .dealerinfo .icons .icon {
  padding: 10px;
  background-color: #00386e;
  margin-right: 6px;
  text-decoration: none;
}
.section-een-contactgegevens-dealers .dealerinfo .icons .icon i {
  color: white;
}
.section-een-contactgegevens-dealers .googlemaps-box-dealers {
  float: right;
  width: 1032px;
  max-width: 100%;
  height: 550px;
  z-index: -1;
}
.section-een-contactgegevens-dealers .googlemaps-box-dealers img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.section-een-contactgegevens-dealers .titel-en-tekst-wrapper {
  margin-bottom: 40px;
}

.dealerinfo-img {
  width: 200px;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

div.section-een-contactgegevens-dealers .container .row {
  height: 100%;
}

.section-twee-alle-dealers .card {
  background-color: #f7f7f7;
  border: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
}
.section-twee-alle-dealers .card .icons .icon {
  padding: 10px;
  background-color: #00386e;
  margin-right: 6px;
  text-decoration: none;
}
.section-twee-alle-dealers .card .icons .icon i {
  color: white;
}
.section-twee-alle-dealers .card-img-top {
  width: 75%;
  margin: auto;
  height: 125px;
  padding: 25px 0;
  object-fit: contain;
}
.section-twee-alle-dealers .hr-lijn {
  margin: 0;
}

.dealerinfo-website {
  font-size: 14px;
  vertical-align: bottom;
}

/*========================================================
    DOWNLOAD PAGINA
=========================================================*/
.section-een-downloads .banner-content-wrapper {
  padding-left: 110px;
}
.section-een-downloads .sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  height: 100%;
  overflow: auto;
}
.section-een-downloads .sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
.section-een-downloads .sidebar a.active {
  background-color: #00386e;
  color: white;
}
.section-een-downloads .sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.section-een-downloads div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}
@media screen and (max-width: 700px) {
  .section-een-downloads .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .section-een-downloads .sidebar a {
    float: left;
  }
  .section-een-downloads div.content {
    margin-left: 0;
  }
  .section-een-downloads .font-larger-mobile {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .section-een-downloads .sidebar a {
    text-align: center;
    float: none;
  }
}

/*--------------------------------------------------------------
  Faq
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cat {
    position: sticky;
    top: 8rem;
  }
}

.cat-btn {
  width: 100%;
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  text-align: left;
  padding: 0.9rem 1.7rem 0.9rem 1.7rem;
  color: white;
  border: 2px solid #00386e;
  border-radius: 0.2rem;
  background-color: #00386e;
}

.category-list {
  display: none;
}
@media screen and (min-width: 992px) {
  .category-list {
    display: block;
  }
}

.nav-pills button {
  padding: 15px;
  color: #00386e;
  position: relative;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  font-weight: 900;
  width: 100%;
  min-width: 325px;
  text-align: left;
  margin-bottom: 15px;
  transform: skew(-4deg);
}
@media screen and (max-width: 576px) {
  .nav-pills button {
    min-width: unset;
  }
}
.nav-pills button:hover {
  background-color: #00386e !important;
  color: #ffffff;
}
.nav-pills button:focus,
.nav-pills button.active {
  color: #ffffff;
  background-color: #00386e !important;
}

.nav-pills-green button:focus,
.nav-pills-green button.active {
  color: #ffffff;
  background-color: #4d8c3f !important;
}

.downloads-link {
  color: #00386e;
  text-decoration: none;
  font-weight: bold;
}
.downloads-link:hover {
  text-decoration: underline;
}

.accordion-item {
  margin-bottom: 1.2rem;
  border-radius: 1rem !important;
  border: 2px solid #00386e !important;
}
.accordion-item .accordion-header button {
  padding: 1.1rem 4.4rem 1.1rem 1.4rem;
  color: #00386e;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 1rem !important;
}
.accordion-item .accordion-header button:after {
  content: "\f0d7";
  width: unset;
  height: unset;
  position: absolute;
  top: calc(50% - 1.3rem);
  right: 2rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  background-image: unset;
}
.accordion-item .accordion-header button:not(.collapsed) {
  color: #00386e;
  background-color: unset;
  box-shadow: unset;
}
.accordion-item .accordion-header button:focus {
  outline: 0;
  box-shadow: unset;
}
.accordion-item .accordion-body {
  padding: 0rem 1.4rem 1rem 1.4rem;
}

/*--------------------------------------------------------------
  Demo aanvragen pagina
--------------------------------------------------------------*/
.section-een-demo-aanvragen {
  padding-top: 67px;
}

.section-twee-demo-aanvragen-formulier {
  padding-top: 110px;
}

.demo-content-wrapper {
  padding-right: 120px;
}

/*--------------------------------------------------------------
  NINJA FORM - CONTACT + DEMO
--------------------------------------------------------------*/
/* ninja-form */
.nf-form-title,
.nf-form-fields-required {
  display: none;
}

.nf-form-content,
.nf-multi-cell .nf-cell {
  padding-left: 0 !important;
}

.nf-field-element {
  padding-right: 25px !important;
}

.ninja-forms-req-symbol {
  color: #313131 !important;
}

.nf-form-content input:not([type="button"]),
.ninja-forms-field {
  background: white !important;
  border: 1px solid #a5abad;
  border-radius: 0;
  box-shadow: none;
  color: #c3c3c3 !important;
  transition: all 0.5s;
}

.nf-form-content input:not([type="button"]) {
  height: 60px !important;
}

.ninja-forms-field {
  height: 145px !important;
}

::placeholder {
  color: #c3c3c3 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c3c3c3 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c3c3c3 !important;
}

.submit-container {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 601px) {
  .submit-container {
    display: flex;
    justify-content: end;
  }
}

.nf-form-content input[type="submit"] {
  background-color: #e89b1c !important;
  color: white !important;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 26px;
}

/*========================================================
    CONTACT PAGE
=========================================================*/
.section-een-contact-pagina .contact-content-wrapper a {
  font-weight: 700;
  color: #00386e !important;
  text-decoration: none;
}
.section-een-contact-pagina .contact-gegevens-bovenaan a,
.section-een-contact-pagina .contact-gegevens-onderaan a {
  text-decoration: none;
  color: #313131 !important;
}
@media screen and (min-width: 992px) {
  .section-een-contact-pagina .contact-content-wrapper {
    padding-right: 215px;
  }
}
@media screen and (min-width: 992px) {
  .section-een-contact-pagina .ninja-form-wrapper {
    padding-right: 110px;
  }
}

#map_canvas {
  height: 30rem;
}

/*========================================================
            404
=========================================================*/
.niet-gevonden-pagina .searchform input[type="text"] {
  padding: 0.9rem 1.4rem;
  border: 0;
}
.niet-gevonden-pagina .btn-search {
  color: white;
  border: 0;
  background-color: #e89b1c;
  transition: all 0.2s ease;
}
.niet-gevonden-pagina .btn-search:hover {
  background-color: black;
}
.niet-gevonden-pagina .btn-orange {
  background-color: #e89b1c;
  color: white;
}

.modal-video .modal-dialog {
  max-width: 1000px;
  margin: 75px auto;
}
.modal-video .modal-content {
  border: 0;
  border-radius: 0;
  background-color: unset;
}
.modal-video .modal-body {
  position: relative;
  padding: 0px;
}
.modal-video .btn-close {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
  width: 45px;
  height: 45px;
}

.vinkje-en-tekst-wrapper .vinkje-en-tekst-wrapper-vink {
  border: 2px solid #00386e;
  display: inline-flex;
  transform: skew(-4deg);
}
.vinkje-en-tekst-wrapper .vinkje-en-tekst-wrapper-vink i {
  padding: 2px 4px;
  font-size: 16px;
  transform: skew(4deg);
}

.product-archive-img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  transform: skew(-4deg);
  padding: 0 1rem;
}

.download-link:hover {
  text-decoration: underline;
}

.images-textblocks .images-textblocks-img {
  width: 100%;
  height: 400px;
  padding: 0 1rem;
}
@media screen and (max-width: 576px) {
  .images-textblocks .images-textblocks-img {
    height: 300px;
  }
}
.images-textblocks .row:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.product-single-img {
  width: 25px;
}

.review-box-text p.collapse:not(.show) {
  height: 95px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.review-box-text p.collapsing {
  min-height: 95px !important;
}

.word-break {
  word-break: break-word;
}

.fw-bolder {
  font-weight: 900 !important;
}

.negative-skew {
  transform: skew(4deg);
}

.hoofdkleur-blauw {
  color: #00386e;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.bg-opacity {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-orange {
  color: #e89b1c;
}

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

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

.type-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.catalogus-download-wrapper .complete-link {
  color: inherit;
  text-decoration: none;
}

.navbar-nav .dropdown-menu {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.navbar-nav .dropdown-menu {
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
figure {
  margin: 0;
}

.applications-bg-grey {
  background-color: #f7f7f7;
  width: 50%;
  height: calc(100% + 65px);
  position: absolute;
  top: -35px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .applications-bg-grey {
    width: 100%;
    height: 75%;
  }
}

.blue-color {
  color: #00386e;
}

.star {
  display: inline-block !important;
  height: 15px;
  margin-right: 3px !important;
}

.section-acht-homepage .container-left {
  padding-left: 9%;
}
@media screen and (max-width: 576px) {
  .section-acht-homepage .container-left {
    padding-left: unset;
  }
}
.section-acht-homepage .background-image-full-width {
  width: 100%;
  max-width: 1400px;
}

.product-archive .row:last-child,
.images-textblocks .row:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .section-acht-homepage .container-left.ms-auto {
    margin-left: unset !important;
  }
}

.home-video-more-sm {
  position: absolute;
  right: 15px;
  bottom: -67px;
}

.black-color {
  color: #000000;
}

.navbar .wpml-ls-item .dropdown-menu {
  min-width: 5rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .navbar .wpml-ls-item .dropdown-menu {
    position: relative;
  }
}
.navbar .wpml-ls-item .dropdown-menu[data-bs-popper] {
  top: 62px;
  left: 12px;
}
@media screen and (max-width: 1199px) {
  .navbar .wpml-ls-item .dropdown-menu[data-bs-popper] {
    top: -1px;
    left: 5px;
  }
}
.navbar .wpml-ls-item .dropdown-menu .dropdown-item {
  justify-content: center;
  padding: 5px 0;
}

.single-dealer-img {
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.modal-video-product-link a {
  text-decoration: none;
}
.modal-video-product-link a:hover {
  text-decoration: underline;
  color: #d08811;
}

.review-box-text .blue-color {
  color: #00386e !important;
}

.bg-icon {
  width: 100%;
  min-height: 1300px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: fixed;
  right: -30%;
  top: 65%;
  transform: translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}

.jobs .job-img-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.jobs .job-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.jobs .job-content {
  background-color: #ffffff;
  padding: 20px;
}
.jobs .job-link {
  color: inherit;
  text-decoration: none;
  background-color: white;
  transform: skew(-3deg);
}
.jobs .job-link:hover {
  text-decoration: none;
}
.jobs .job-link:hover .job-img-wrapper img {
  transform: scale(1.05);
}

.jobs-single-content iframe {
  max-width: 100%;
}

.jobs-single-specs {
  color: white;
  background-color: #00386e;
  padding: 25px;
  transform: skew(-3deg);
}
.jobs-single-specs i {
  min-width: 25px;
  text-align: center;
}

.jobs-single-cta {
  color: white;
  background-color: #e89b1c;
  padding: 25px;
  transform: skew(-3deg);
}

.jobs-single-form .file_upload-wrap .ninja-forms-field {
  height: unset !important;
  background-color: #e89b1c !important;
  color: white !important;
}
.jobs-single-form .nf-fu-progress {
  display: none;
}

.text-green {
  color: #4d8c3f !important;
}

.bg-green {
  background-color: #4d8c3f !important;
  color: white !important;
}

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