/* ============================================
   NEW TEMPLATES STYLESHEET
   Voor template-pdp.php en template-flexibel.php
   ============================================ */
/* ============================================
   1. TYPOGRAPHY
   ============================================ */
body {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
}

.site-main {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
}
p a {
  font-weight: 400;
  color: #1A1A1A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #233845;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, .h2, h3, .h3 {
  font-family: "Abril Fatface", serif;
}

h1 {
  font-weight: 500 !important;
}

h2, .h2, h3, .h3 {
  color: #62bbbc !important;
  font-weight: normal !important;
}

.h2, h2 {
  font-size: 62px;
  line-height: 1.15;
  margin: 0 0 72px 0;
}
@media (max-width: 1020px) {
  .h2, h2 {
    font-size: 44px;
    margin: 0 0 45px 0;
  }
}

h3, .h3 {
  font-size: 1.7rem;
  line-height: 34px;
  margin-bottom: 45px;
}

@media (min-width: 1020px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (min-width: 1020px) {
  .order-lg-2 {
    order: 2;
  }
}

/* ============================================
   2. UTILITY CLASSES
   ============================================ */
.position-relative {
  position: relative;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 60px;
}

.hideonmob {
  display: none;
}

/* ============================================
   3. LAYOUT & CONTAINERS
   ============================================ */
.sc-mv-container-smaller {
  max-width: 565px;
}

.sc-mv-container-small {
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .sc-mv-container-small {
    padding: 0;
  }
}

.mv-section {
  padding: 72px 0;
}
@media screen and (max-width: 575px) {
  .mv-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .mv-section ~ .mv-section {
    padding-top: 0;
  }
}

.mv-container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.mv-container-small {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
@media (min-width: 992px) {
  .mv-container-small {
    padding: 0;
  }
}

.mv-container-large {
  max-width: 1400px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0 auto;
  width: 100%;
}
.mv-container-large .columns-desk {
  display: none;
}
.mv-container-large .columns-mob {
  display: block;
}
.mv-container-large.steps {
  padding: 72px;
}

.mv-container-large-left {
  max-width: calc(50% + 700px);
  margin: 0 0 0 auto;
}

.mv-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.mv-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    flex: 0 0 auto;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    flex: 0 0 auto;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
.align-items-center {
  align-items: center;
}

.h-100 {
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gx-104 {
  --bs-gutter-x: 104px;
}

.gy-74 {
  --bs-gutter-y: 36px;
}
@media (min-width: 992px) {
  .gy-74 {
    --bs-gutter-y: 74px;
  }
}

.text-block h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 28px;
}
.text-block p {
  font-size: 15px;
  line-height: 25px;
}
.text-block p:last-of-type {
  margin-bottom: 0;
}

.mv-column-50 {
  width: 50%;
}

.mv-column-60 {
  width: 100%;
  margin-bottom: 15px;
}

.mv-column-40 {
  width: 100%;
}

.mv-column-80 {
  max-width: 800px;
}

.mv-col-4 {
  width: 33.33%;
  padding: 0 6px;
}
.mv-col-4 h4 {
  margin-bottom: 6px;
}

/* ============================================
   4. COMPONENTS
   ============================================ */
.sc-button {
  font-weight: 700;
  padding: 16px 42px;
  font-size: 14px;
  margin-top: 65px;
  border-radius: 40px;
}

.mv_button_outline {
  background: transparent !important;
  border: 2px #e6e6e6 solid !important;
}

.mv_text_button {
  font-weight: bold;
  margin-top: 10px;
  font-size: 0.85rem;
  color: #a1a1a1;
  text-transform: uppercase;
  text-decoration: underline;
}

.mv-buttons-container a {
  width: 100%;
  text-align: center;
  margin-right: 15px;
}
.mv-buttons-container .sc-button {
  width: calc(100% - 80px);
}

.mv-icon {
  width: auto;
  max-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
}

.mv-icon-xl {
  width: auto;
  max-height: 55px;
  display: inline-block;
  margin-bottom: 10px;
}

.mv-small-icon {
  float: left;
  margin-right: 15px;
  height: 25px;
}

.mv-col-icon-inner {
  padding: 0 10px;
  display: block;
  color: #233845;
}

a.mv-col-icon-inner:hover strong {
  color: #62bbbc;
}

.mv-fluidimg {
  height: 275px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}

.mv-images .mv-column-50:nth-child(1),
.mv-images .mv-column-50:nth-child(3) {
  padding-right: 7px;
}

.mv-images .mv-column-50:nth-child(2),
.mv-images .mv-column-50:nth-child(4) {
  padding-left: 7px;
}

.custom-hr {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1020px) {
  .custom-hr {
    margin-bottom: 32px;
  }
}

.mv_hr {
  background: #e6e6e6;
  border: 1px #e6e6e6 solid;
  margin: 0;
}

.mv-arrow-left, .mv-arrow-right {
  text-align: center;
  left: 0;
  right: 0;
  top: 1px;
  position: relative;
  content: url("../img/arrow-left.svg");
  height: auto;
  width: 10px;
  margin-right: 5px;
}

.mv-arrow-right {
  content: url("../img/arrow-right.svg");
  margin: 0 auto;
}

.logo-trustpilot {
  display: inline-block !important;
  width: 115px !important;
}

.mv_price {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 7px;
}

.mv-sterren {
  max-width: 125px;
  margin-bottom: 10px;
}

.mv-small-padding {
  padding: 20px 10px !important;
}

/* ============================================
   5. CONTENT SECTIONS
   ============================================ */
.mv-intro-banner-full {
  min-height: 460px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .mv-intro-banner-full {
    min-height: 540px;
    padding: 40px 0;
  }
}
.mv-intro-banner-full .mv-intro-banner-full-content .sc-button {
  margin-top: 0;
}

.mv-intro-banner-full-content h2, .mv-introbanner h2 {
  color: #fff !important;
  font-size: 48px !important;
  margin-bottom: 35px !important;
}
@media (max-width: 1020px) {
  .mv-intro-banner-full-content h2, .mv-introbanner h2 {
    font-size: 28px !important;
    margin-bottom: 35px !important;
  }
}
.mv-intro-banner-full-content .title, .mv-introbanner .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 1020px) {
  .mv-intro-banner-full-content .title, .mv-introbanner .title {
    font-size: 14px;
    line-height: 24px;
  }
}

.mv-introbanner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.mv-introbanner img {
  margin-bottom: -81px;
}

.mv-introbanner-texture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
  background-size: cover;
  background-position: left;
  background-image: url("../images/header-background.png");
}

.mv-intro {
  font-size: 1.2rem;
  padding: 10px 15px;
}
.mv-intro ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  font-size: 1rem;
}
.mv-intro ul li {
  line-height: 2rem;
}
.mv-intro ul li:before {
  content: url("../img/check.svg");
  height: auto;
  width: 16px;
  margin-right: 10px;
  float: left;
  color: #62bbbc;
}

.mv-usp-part {
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 0;
}

.usp_blokken .usp-slider {
  height: 30px;
}
.usp_blokken .usp-slider .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 60px;
}
.usp_blokken .usp-slider .item span {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
}
.usp_blokken .usp-slider .owl-item img {
  width: unset;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(95%) contrast(86%);
  margin-right: 0;
}

.mv-usps {
  font-size: 0.85rem;
  text-align: center;
  line-height: 18px;
}
.mv-usps strong {
  display: block;
}
.mv-usps .column-33 {
  width: 33.33%;
}

#stappen h2 {
  margin-bottom: 52px;
}

.mv-block-stappen {
  padding: 72px;
}
@media screen and (max-width: 1020px) {
  .mv-block-stappen {
    padding: 40px 25px;
  }
}
@media (max-width: 1020px) {
  .mv-block-stappen .sc-button {
    margin-top: 10px;
  }
}

.stappen {
  padding-right: 75px;
}
.stappen h2 {
  margin-bottom: 52px;
}
@media screen and (max-width: 1400px) {
  .stappen {
    padding-right: 0;
  }
}

.stappen-img {
  border-radius: 15px;
}

.stap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  font-size: 0.9rem;
  padding-right: 15px;
  min-height: 45px;
}
@media screen and (max-width: 1020px) {
  .stap {
    margin-bottom: 30px;
  }
}
.stap p {
  width: calc(100% - 84px);
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 1020px) {
  .stap p {
    font-size: 16px;
    line-height: 24px;
  }
}

.number {
  background: #62bbbc;
  color: #fff;
  font-size: 32px !important;
  line-height: 60px !important;
  width: 58px;
  height: 58px;
  margin-right: 26px;
  font-family: "Abril Fatface", serif;
  text-align: center;
  float: left;
  font-weight: 500;
  padding-top: 0;
  border-radius: 50% 50%;
}
@media screen and (max-width: 1020px) {
  .number {
    font-size: 22px !important;
    width: 38px;
    height: 38px;
    line-height: 39px !important;
    position: relative;
    top: 2px;
  }
}

.intro_text h2 {
  margin-bottom: 32px;
}
.intro_text p {
  color: #4a4a4a;
}
.intro_text p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .owl-carousel-reviews {
    margin-bottom: 50px;
  }
}
.owl-carousel-reviews .owl-stage-outer {
  height: 400px;
}
.owl-carousel-reviews .owl-stage-outer .owl-stage {
  height: 400px;
  margin-left: -2px;
}
.owl-carousel-reviews .owl-item {
  border-left: 1px #e6e6e6 solid;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}
.owl-carousel-reviews .owl-item .item {
  width: 450px;
  padding: 60px;
  min-height: 398px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.owl-carousel-reviews .owl-item .item .owl-carousel-reviews-stars {
  display: flex;
  margin-bottom: 8px;
}
.owl-carousel-reviews .owl-item .item .owl-carousel-reviews-stars .owl-carousel-reviews-star {
  height: 22px;
  width: auto;
}
.owl-carousel-reviews .owl-item .item .sc-review {
  margin-top: auto;
}
.owl-carousel-reviews .owl-nav {
  top: -125px;
  right: calc(100% - 1400px);
}
@media screen and (max-width: 1400px) {
  .owl-carousel-reviews .owl-nav {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .owl-carousel-reviews .owl-nav {
    right: unset;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
}
.owl-carousel-reviews .owl-nav button {
  margin-left: 0;
  background-color: transparent !important;
  transition: 0.3s;
}
.owl-carousel-reviews .owl-nav button:hover {
  background-color: transparent !important;
  filter: invert(66%) sepia(16%) saturate(642%) hue-rotate(131deg) brightness(98%) contrast(88%);
}

.sc-review h4 {
  display: none !important;
}
.sc-review p:first-of-type {
  font-family: "Abril Fatface", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  scroll-behavior: auto;
  text-transform: none;
  margin-bottom: 26px;
}
.sc-review p {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4a4a4a;
}

.mv-faq-item {
  background: #fff;
  display: block;
  color: #1a1a1a !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e6e6e6;
}

.sc-collapse-answer-body {
  font-weight: 400;
}
.sc-collapse-answer-body a {
  font-weight: normal;
  text-decoration: underline;
}

.sc-collapse-items .sc-collapse-answer .sc-collapse-answer-body {
  font-weight: 400;
}

.sc-collapse-question::after {
  content: "";
  background: url("../images/plus.svg") no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-top: 7px;
  float: right;
}
.sc-collapse-question::before {
  content: "";
  background: url("../images/min.svg") no-repeat;
  display: none;
  height: 15px;
  width: 15px;
  margin-top: 10px;
  float: right;
}
.sc-collapse-question.show-before::before {
  display: inline-block;
}
.sc-collapse-question.show-before::after {
  display: none;
}

#sc-trust .sc-container {
  padding-right: 0;
}
#sc-trust h3 {
  margin-bottom: 15px;
}
#sc-trust a {
  text-decoration: none;
}

#sc-image-text .mv_text_button {
  display: inline-block;
  color: #1a1a1a;
}

#sc-text-image .sc-container, #sc-image-text .sc-container, #sc-inkijkexemplaar .sc-container {
  padding: 50px 25px 50px 25px;
}
#sc-text-image .mv-container-large, #sc-image-text .mv-container-large, #sc-inkijkexemplaar .mv-container-large {
  padding: 50px 15px;
}

#sc-inkijkexemplaar .sc-container {
  padding-bottom: 0;
}

/* ============================================
   6. PAGE TEMPLATE SPECIFIC
   ============================================ */
.page-template-template-pdp .mv_button {
  display: block;
  margin-bottom: 10px;
}
.page-template-template-pdp #sc-trust .sc-reviews .lSSlideWrapper {
  border: 0 !important;
}
.page-template-template-pdp #sc-ontwerp .owl-stage h4 {
  color: #1a1a1a !important;
}
.page-template-template-pdp #sc-ontwerp .sc-ontwerp-titel {
  margin-bottom: 15px;
}

/* ============================================
   7. OWL CAROUSEL
   ============================================ */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.owl-carousel button {
  height: 35px;
  width: 20px;
  position: relative;
  cursor: pointer;
  top: calc(50% - 50px) !important;
  color: #221d5b !important;
  font-size: 30px !important;
}
.owl-carousel button:hover {
  background: transparent !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 17px 0 !important;
}
.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
  max-height: 22px;
}

.owl-carousel .owl-prev {
  width: 45px;
  height: 45px;
  background: #fff !important;
  border-radius: 50% 50% !important;
  font-size: 1.5rem !important;
  margin-left: 15px;
}
.owl-carousel .owl-prev:hover {
  background: #f7f7f7 !important;
}

.owl-carousel .owl-next {
  width: 45px;
  height: 45px;
  background: #fff !important;
  border-radius: 50% 50% !important;
  font-size: 1.5rem !important;
  float: right;
}
.owl-carousel .owl-next:hover {
  background: #f7f7f7 !important;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.owl-dots {
  text-align: center;
  display: none;
  position: absolute;
  bottom: -10px;
  transform: translateY(100%);
  width: 100%;
}
@media (max-width: 1020px) {
  .owl-dots {
    display: block;
  }
}
.owl-dots .owl-dot span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #e5e5e5;
  position: relative;
  top: -3px;
}
.owl-dots .owl-dot.active span {
  height: 12px;
  width: 12px;
  background: #63bbbc;
  top: 0;
}

.owl-carousel-pdpslider {
  height: auto;
  padding-bottom: 10px;
}
.owl-carousel-pdpslider .owl-stage-outer, .owl-carousel-pdpslider .owl-stage, .owl-carousel-pdpslider .owl-item, .owl-carousel-pdpslider .item {
  height: auto !important;
}
.owl-carousel-pdpslider .owl-nav {
  width: 100%;
  position: absolute;
  top: calc(50% - 30px);
}
.owl-carousel-pdpslider .item {
  align-items: center !important;
}

.owl-carousel-producten .owl-item img {
  max-height: 285px;
}

.owl-carousel-ontwerpen, .owl-carousel-tips {
  border: 1px #e6e6e6 solid;
}
.owl-carousel-ontwerpen .owl-nav, .owl-carousel-tips .owl-nav {
  top: -125px;
  right: calc(100% - 1400px);
}
@media screen and (max-width: 1400px) {
  .owl-carousel-ontwerpen .owl-nav, .owl-carousel-tips .owl-nav {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .owl-carousel-ontwerpen .owl-nav, .owl-carousel-tips .owl-nav {
    left: 50%;
    right: unset;
    top: -65px;
    transform: translateX(-50%);
    display: none;
  }
}
.owl-carousel-ontwerpen .owl-nav button, .owl-carousel-tips .owl-nav button {
  margin-left: 0;
  background-color: transparent !important;
  transition: 0.3s;
}
.owl-carousel-ontwerpen .owl-nav button:hover, .owl-carousel-tips .owl-nav button:hover {
  background-color: transparent !important;
  filter: invert(66%) sepia(16%) saturate(642%) hue-rotate(131deg) brightness(98%) contrast(88%);
}
.owl-carousel-ontwerpen .owl-stage, .owl-carousel-tips .owl-stage {
  display: flex !important;
  flex-wrap: nowrap !important;
  margin-left: -4px;
}
.owl-carousel-ontwerpen .owl-item, .owl-carousel-tips .owl-item {
  height: 490px;
  border-right: 1px #e6e6e6 solid;
}
@media screen and (max-width: 1020px) {
  .owl-carousel-ontwerpen .owl-item, .owl-carousel-tips .owl-item {
    height: 425px;
  }
}
.owl-carousel-ontwerpen .owl-item h4, .owl-carousel-tips .owl-item h4 {
  font-family: "Abril Fatface", serif !important;
  font-weight: 400 !important;
  color: #4a4a4a;
  font-size: 26px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  height: 160px;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .owl-carousel-ontwerpen .owl-item h4, .owl-carousel-tips .owl-item h4 {
    font-size: 22px;
    line-height: 30px;
    height: 110px;
  }
}
.owl-carousel-ontwerpen .owl-item .item, .owl-carousel-tips .owl-item .item {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  padding: 65px 40px;
}
@media screen and (max-width: 1020px) {
  .owl-carousel-ontwerpen .owl-item .item, .owl-carousel-tips .owl-item .item {
    padding: 50px;
    width: 310px;
  }
}

.owl-carousel-ontwerpen .owl-stage .owl-item .item-highlighted {
  padding: 40px;
  width: 494px;
  background: #5ba5a5;
  z-index: 2;
}
@media screen and (max-width: 1020px) {
  .owl-carousel-ontwerpen .owl-stage .owl-item .item-highlighted {
    padding: 30px;
    width: 333px;
  }
}
.owl-carousel-ontwerpen .owl-stage .owl-item .item-highlighted h3 {
  padding-top: 20px;
  color: #fff !important;
  font-family: "Abril Fatface", serif !important;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .owl-carousel-ontwerpen .owl-stage .owl-item .item-highlighted h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.owl-carousel-ontwerpen .owl-stage .owl-item .item-highlighted img {
  margin-top: 20px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
  width: 70% !important;
  height: auto !important;
  max-height: unset;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1020px) {
  .owl-carousel-ontwerpen .owl-stage .owl-item .item-highlighted img {
    width: 90% !important;
  }
}
.owl-carousel-ontwerpen .owl-item {
  background: #fff;
}
.owl-carousel-ontwerpen .owl-item img {
  max-height: 265px;
  width: auto !important;
  margin: 0 auto;
  box-shadow: 0 10px 15px 0 #B2AEA7;
}

.owl-carousel-tips .owl-stage .owl-item {
  text-align: center;
}
.owl-carousel-tips .owl-stage .owl-item .item {
  padding: 0 40px;
}
.owl-carousel-tips .owl-stage .owl-item .item h4 {
  height: 200px;
}
@media screen and (min-width: 991px) {
  .owl-carousel-tips .owl-stage .owl-item .item.item-highlighted {
    width: 490px;
    padding: 0 50px;
  }
  .owl-carousel-tips .owl-stage .owl-item .item.item-highlighted h4 {
    font-family: "Abril Fatface", serif !important;
    font-size: 40px;
    line-height: 46px;
  }
}

.hbtn a, .hbtn .cmd {
  color: #fff !important;
  opacity: 0.75 !important;
}

/* ============================================
   8. LIGHTBOX & VIDEO
   ============================================ */
#glightbox-slider {
  width: 720px;
  max-width: 96%;
  margin: 0 auto !important;
}

.goverlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 9/9 !important;
}

.sc-lightbox-video {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.sc-lightbox-video img {
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  display: block;
}
.sc-lightbox-video:after {
  position: absolute;
  content: url(../images/icon-play.svg);
  height: 106px;
  width: 106px;
  top: calc(50% - 53px);
  left: calc(50% - 53px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-left: 8px;
  background-color: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1020px) {
  .sc-lightbox-video:after {
    height: 74px;
    width: 74px;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    padding-top: 8px;
    padding-left: 8px;
  }
}
.sc-lightbox-video .mvplaybtn {
  display: none;
}

.mv-video-desktop {
  display: none;
}

.mv-video-mobile .sc-lightbox-video {
  height: auto;
}
.mv-video-mobile .sc-lightbox-video:after {
  display: none;
}
.mv-video-mobile a {
  text-transform: uppercase;
  font-weight: bold;
  color: #233845;
  display: inline-block;
}
.mv-video-mobile a::before {
  position: relative;
  content: url("../img/video-play-button-cta.svg");
  height: 28px;
  width: 28px;
  left: 0;
  opacity: 1 !important;
  background: transparent !important;
  margin-top: 1px;
  margin-right: 8px !important;
  float: left;
  display: inline-block !important;
}
.mv-video-mobile a:hover {
  text-decoration: underline;
}

.mv-lightbox-gallery {
  display: block;
}

.lightbox .lb-outerContainer {
  position: relative;
  max-width: 900px !important;
  max-height: 900px !important;
}
.lightbox .lb-outerContainer video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  border: none;
  outline: none;
}
.lightbox .lb-outerContainer video:hover, .lightbox .lb-outerContainer video:focus {
  border: none;
  outline: none;
}
.lightbox .lb-outerContainer.animating video {
  opacity: 0;
}
.lightbox .lb-outerContainer .lb-image {
  max-width: 900px !important;
  max-height: 900px !important;
  border: none;
}

.videolightbox .lb-outerContainer {
  max-height: 500px !important;
}
.videolightbox .lb-outerContainer .lb-image {
  max-height: 500px !important;
  display: none !important;
}

/* ============================================
   9. RESPONSIVE MEDIA QUERIES
   ============================================ */
@media screen and (max-width: 800px) {
  .stappen {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    order: 2;
  }

  .stappen-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  .mv-usps {
    line-height: 22px;
  }

  .mv-video-mobile {
    display: none !important;
  }

  .mv-video-desktop {
    display: block !important;
  }

  .mv-buttons-container a {
    width: auto;
    text-align: left;
    margin-right: 15px;
  }
  .mv-buttons-container .sc-button {
    width: auto;
  }

  .mv-column-50 {
    width: 50%;
  }

  .mv-column-60 {
    width: 60%;
    padding-right: 50px;
  }

  .mv-column-40 {
    width: 40%;
  }

  .mv-intro {
    padding: 10px 15px 12px 15px;
    margin: 0 auto;
  }
  .mv-intro ul {
    padding-left: 15px;
  }
  .mv-intro ul li::before {
    width: 18px;
  }

  .mv-container-large .columns-mob {
    display: none;
  }
  .mv-container-large .columns-desk {
    display: block;
  }

  .hideonmob {
    display: block;
  }

  .mv-fluidimg {
    height: 500px;
  }

  .number {
    font-size: 28px;
  }

  #sc-text-image .sc-container, #sc-image-text .sc-container {
    padding: 50px 45px 50px 60px;
  }
  #sc-text-image .mv-container-large, #sc-image-text .mv-container-large {
    padding: 72px;
  }

  .mv_price {
    font-size: 40px;
  }
}
@media (min-width: 1120px) {
  .mv-icon {
    width: auto;
    max-height: 40px;
    display: block;
    margin: 0 auto 15px;
  }

  .mv-intro ul {
    width: 85%;
  }
}
@media (max-width: 1120px) {
  .mv-introbanner {
    overflow: hidden;
    width: 100%;
    padding: 50px 15px !important;
  }
  .mv-introbanner .sc-flex {
    display: unset;
  }
  .mv-introbanner .column-50 {
    padding: 0 50px;
    position: relative;
    z-index: 2;
  }
  .mv-introbanner .mv-buttons-container .sc-button {
    width: auto;
  }
  .mv-introbanner .column-50 {
    width: 100%;
  }
  .mv-introbanner .column-40 img {
    width: 400px;
    max-width: unset;
    margin-bottom: unset;
    position: absolute;
    right: -290px;
    top: -209px;
    z-index: 1;
  }
  .mv-introbanner .sc-vflex-end {
    align-items: center;
  }
}

/*# sourceMappingURL=new-templates.css.map */
