html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.2px;
  font-size: 1em;
}

h1,
.h1 {
  font-size: clamp(40px, 6vw, 65px);
}

h2,
.h2 {
  font-size: clamp(30px, 3vw, 46px);
}

h3,
.h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.3;
}

h4,
.h4 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
}

h1, h2 {
  letter-spacing: -2px;
}

.h4, .h5, .h6 {
  letter-spacing: normal;
}

:root {
  --oranje: #ef7800;
  --lichtoranje: #FEF8F2;
  --zwart: #101010;
  --grijs: #777777;
  --lichtgrijs: #FAFAFA;
}

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

img.alignright {
  float: right;
  margin: 0 0 0 15px;
}

img.alignleft {
  float: left;
  margin: 0 15px 0 0;
}

iframe {
  max-width: 100%;
}

.logo {
  width: 139px;
  height: 24px;
  background-image: url(../img/logo.svg);
  background-size: 139px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--zwart);
}

.search_icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/search-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#masthead .knop_header_border, #header .knop {
  border: 1px solid var(--zwart);
  border-radius: 4px;
  height: 50px;
  padding: 1em 2em;
  display: inline-flex;
  line-height: 1;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  height: auto;
}

#masthead .knop_header_border:hover {
  background-color: var(--zwart);
  color: #fff;
}

.search_icon {
  display: inline-block;
  margin: auto;
}

.footer_logo {
  max-width: 150px;
}

.menu-footer-navigatie-container ul, .menu-producten-container ul {
  list-style: none;
  color: #fff;
  padding: 0;
  margin: 0;
}

.menu-footer-navigatie-container ul a, .menu-producten-container ul a {
  color: #fff;
}

.to-75 p, .salesmanger_phone, .salesmanger_email {
  opacity: 0.75;
}

ul {
  padding: 5px 0 0 17.5px;
  margin: 0;
}

.knop {
  color: #fff;
  background-color: var(--oranje);
  border-radius: 4px;
  display: inline-block;
  padding: 0.8em 1.15em;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.knop.smaller {
  padding: 0.4em 0.8em;
}

.knop.pdf {
  color: var(--zwart);
  background-color: transparent;
  background-image: url(../img/pdf.svg);
  background-position: center left 8px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid var(--oranje);
  font-size: 0.8em;
}

.knop:hover, .knop:focus {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.knop.pdf:hover {
  background-color: var(--oranje);
  color: var(--zwart);
}

.hbspt-form button:not(:disabled), .hbspt-form [type=button]:not(:disabled), .hbspt-form [type=reset]:not(:disabled), .hbspt-form [type=submit]:not(:disabled) {
  color: #fff;
  background-color: var(--oranje);
  border-radius: 4px;
  display: inline-block;
  padding: 0.8em 1.15em;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  border: 0;
}

.hbspt-form button:not(:disabled):hover, .hbspt-form [type=button]:not(:disabled):hover, .hbspt-form [type=reset]:not(:disabled):hover, .hbspt-form [type=submit]:not(:disabled):hover {
  background-color: var(--zwart);
}

.navbar-light .navbar-toggler {
  border-color: var(--zwart);
}

.menuopen .navbar-light .navbar-toggler {
  border-color: #ffffff;
}

.menuopen .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(225,225,225,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#merkelijkheid {
  border-top: 1px solid #ededed;
}

#merkelijkheid a {
  font-size: 0.8em;
  color: #9e9e9e;
}

.pagedimmer {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.86);
  z-index: 9;
  left: 0;
  top: 0;
  display: none;
  transition: all 0.5s;
}

.menuopen .pagedimmer {
  opacity: 1;
  display: block;
}

#masthead {
  z-index: 11;
  position: relative;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0.2s;
  transition-timing-function: linear;
}

.menuopen #main_menu .menu-producten .nav-link {
  color: #fff;
}

.menuopen #masthead .logo {
  background-image: url(../img/logo_wit.svg);
}

.menuopen #masthead .search_icon {
  background-image: url(../img/search-icon_wit.svg);
}

.menuopen #main_menu .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.menuopen #masthead .knop_header_border, #header .knop {
  border: 1px solid #fff;
  color: #fff;
}

.producten_scroll {
  position: relative;
  width: 100%;
  padding: 3em 0;
  display: none;
  opacity: 0;
}

.menuopen-producten .producten_scroll {
  display: block;
  opacity: 1;
  animation-name: menu-in;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running;
}

#productenmenu {
  width: 100%;
  position: relative;
  text-align: center;
}
#productenmenu .slider-container {
  overflow: scroll;
}
@media (min-width: 1800px) {
  #productenmenu .slider-container {
    width: 90%;
    margin: 0 auto;
  }
}
#productenmenu .slider-container::-webkit-scrollbar {
  display: none;
}
#productenmenu a .imgholder {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  width: 145px;
  height: 145px;
  display: flex;
}
#productenmenu a .imgholder img {
  margin: auto;
}
#productenmenu a {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  width: 145px;
  text-align: center;
  text-decoration: none;
}
#productenmenu a:last-of-type {
  margin-right: 1rem;
}
#productenmenu a:hover .imgholder {
  background: #f39638;
}

.grecaptcha-badge {
  display: none !important;
}

.menuopen #masthead {
  background: var(--oranje) !important;
  width: 100%;
}

#masthead ul:not(.dropdown-menu) {
  padding-top: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  background-color: black;
  background: linear-gradient(90deg, rgb(23, 23, 25) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  position: relative;
  padding-top: clamp(0px, 5vw, 100px);
}
#header .intro {
  padding-top: clamp(0px, 10vw, 100px);
  padding-bottom: clamp(50px, 10vw, 120px);
}
#header .afbeelding {
  z-index: 0;
  position: relative;
  width: 90%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #header .afbeelding {
    bottom: 0;
    top: auto;
  }
}
#header .afbeelding::after {
  content: "";
  inset: 0;
  position: absolute;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 75%);
  z-index: 1;
}
#header h1 {
  color: #FFFFFF;
  letter-spacing: -2px;
  z-index: 3;
  position: relative;
  line-height: 1.25;
  text-wrap: balance;
}
#header p {
  color: #7d7d7d;
  z-index: 3;
  position: relative;
  max-width: 550px;
  display: block;
  line-height: 2;
}
#header p:first-of-type {
  margin-top: 1.5em;
}
#header p:last-of-type {
  margin-bottom: 2.5em;
}
#header video {
  position: absolute;
  height: 100%;
  max-width: 100%;
  right: -100px;
  top: 0;
  z-index: 1;
}
#header a {
  z-index: 2;
  position: relative;
}
#header .knop, #header #masthead .knop_header_borderr {
  background: transparent;
  z-index: 9;
}
#header .knop:hover, #header #masthead .knop_header_border:hover {
  color: #000;
  background: transparent;
}
#header .knop:after, #header #masthead .knop_header_border:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all 0.35s;
  z-index: -1;
}
#header .knop:hover:after, #header #masthead .knop_header_border:hover:after, #header #masthead .knop_header_solid:hover:after {
  width: 100%;
}
#header .linkblok {
  aspect-ratio: 375/300;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#header .linkblok .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#header .linkblok .background-image::after {
  content: "";
  background-color: var(--oranje);
  position: absolute;
  inset: 0;
  opacity: 0.8;
  transition: 0.3s;
}
#header .linkblok .background-image:hover::after {
  opacity: 0.5;
}
#header .linkblok .link {
  color: white;
  font-size: 18px;
}
#header .btn-light::after,
#header .btn-dark::after {
  content: "";
  background-image: url(../img/arrow-right-icon_oranje.svg);
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 6px;
  right: 1.3rem;
  position: absolute;
}
#header .btn-dark {
  background-color: #000;
  border: 1px solid #000;
}
#header .slider-container {
  top: 0;
  position: relative;
}
#header.slider-active {
  background: white;
}
#header.slider-active .intro p {
  color: white;
}
#header.slider-active .carousel-cell {
  height: 820px;
  width: 100%;
}
@media (max-width: 767px) {
  #header.slider-active .carousel-cell {
    height: 650px;
  }
}
#header.slider-active .carousel-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#header.slider-active .carousel-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
#header.slider-active .intro {
  padding-top: clamp(0px, 10vw, 120px);
  padding-bottom: clamp(50px, 12vw, 140px);
}
#header.slider-active .previous,
#header.slider-active .next {
  top: auto;
  bottom: 120px;
}
@media (max-width: 991px) {
  #header.slider-active .previous,
  #header.slider-active .next {
    display: none;
  }
}
#header.slider-active .previous svg,
#header.slider-active .next svg {
  display: none;
}
#header.slider-active .previous {
  left: auto;
  right: 11rem;
  background: url("../img/pijlbal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid white;
  transform: scaleX(-1) translateY(-50%);
}
#header.slider-active .next {
  right: 6rem;
  background: url("../img/pijlbal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid white;
}
#header.slider-active .container-fluid {
  max-width: none;
}

.vertical_align .flexin {
  margin: auto;
}

.vertical_align .row > div {
  display: flex;
}

.vertical_align .flexin p:last-of-type {
  margin-bottom: 0;
}

.swipercta {
  display: flex;
  margin: auto;
  font-size: 2.5em;
  line-height: 1.25;
}

.swipercta a:hover {
  text-decoration: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  opacity: 0.3;
}

.hotspotimg {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.hotspotimg .feature {
  position: absolute;
  width: 64px;
  height: 64px;
  background-size: 96px;
  background-position: center;
  border-radius: 100%;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

.hotspottext {
  position: absolute;
}

.hotspottext p {
  margin: 0;
}

#logos {
  overflow: hidden;
}
#logos .flickity-viewport {
  overflow: visible;
}
#logos .sliderdelogo {
  width: 200px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px auto;
}

input.form-control {
  background: transparent;
  border: 1px solid #e7e7e7;
}

.sales_manager_img {
  max-width: 120px;
}

a.linkedin_icon {
  width: 30px;
  height: 30px;
  background-image: url(../img/linkedin-icon.svg);
  background-position: center;
  background-size: cover;
}

.salsesmangercol {
  line-height: 2;
}

.salsesmangercol a {
  color: var(--zwart);
}

.salsesmangercol a.linkedin_icon {
  margin-top: 15px;
}

.maxwidthp {
  max-width: 400px;
}

#footer_bottom {
  padding: 1.5em 0;
}
#footer_bottom .linkedin_icon {
  width: 30px;
  height: 30px;
  background-image: url(../img/linkedin-icon_oranje.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin: auto 5px 0 0;
}
#footer_bottom .facebook_icon {
  width: 30px;
  height: 30px;
  background-image: url(../img/facebook-icon_oranje.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin: auto 5px 0 0;
}
#footer_bottom .instagram_icon {
  width: 30px;
  height: 30px;
  background-image: url(../img/instagram-icon_oranje.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin: auto 5px 0 0;
}
#footer_bottom .nieuwsbrief_icon {
  width: 30px;
  height: 30px;
  background-image: url(../img/mail.svg);
  background-position: center;
  display: inline-block;
  margin: auto 5px 0 0;
  background-color: #ee7700;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 30px;
  cursor: pointer;
}
#footer_bottom p {
  font-size: 0.9em;
  margin: 0;
}
#footer_bottom a {
  color: #848484;
  text-decoration: underline;
  padding-top: 0.8em;
  display: inline-block;
}

#breadcrumbs {
  color: #848484;
  line-height: 28px;
  font-size: 10px;
}
#breadcrumbs a {
  color: #c3c3c3;
  padding: 0 0.8em;
  font-size: 15px;
}
#breadcrumbs span span:first-of-type a {
  padding-left: 0;
}
#breadcrumbs .breadcrumb_last {
  padding-left: 0.8em;
  font-size: 15px;
  font-weight: 600;
}

.gallery-top .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border: 5em solid #ffffff;
  width: 100%;
  height: 800px;
}

.swiper-container-thumbs .swiper-slide {
  margin-right: 10px;
  border: 1px solid #dedede;
  padding: 15px;
  margin: 15px 0;
}

.prodct_box {
  background: #FEF8F2;
  padding: 3em;
  height: 100%;
}

.prodct_box .product_featimg {
  width: 100%;
  background-size: contain;
  background-position: center;
  height: 250px;
  background-repeat: no-repeat;
}

.knoptext {
  color: #000;
  background-image: url(../img/arrow-right-icon_oranje.svg);
  background-repeat: no-repeat;
  background-position: right top 6px;
  padding: 0 20px 0 0;
  background-size: 13px;
  font-weight: 700;
}

.knoptext:hover {
  color: #000;
  background-position: right 5px top 7px;
}

#product .afbeeldingen {
  border: 1px solid #dedede;
  position: relative;
}

.afbeeldingen .swiper-button-next.swiper-button-white, .afbeeldingen .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #000000;
}

.afbeeldingen .swiper-button-next, .afbeeldingen .swiper-container-rtl .swiper-button-prev {
  right: 30px;
}

.afbeeldingen .swiper-button-prev, .afbeeldingen .swiper-container-rtl .swiper-button-next {
  left: 30px;
}

.page-numbers.current {
  width: 25px;
  height: 25px;
  background: var(--oranje);
  display: inline-block;
  color: #fff;
  border: 1px solid var(--oranje);
  line-height: 25px;
  border-radius: 2px;
}

.page-numbers {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #000;
  border: 1px solid var(--zwart);
  line-height: 25px;
  border-radius: 2px;
}

.page-numbers:hover:not(.next) {
  background: var(--zwart);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--zwart);
}

.next.page-numbers {
  width: auto;
  border: 0;
}

.prev.page-numbers {
  display: none;
}

#masthead .knop_header_solid {
  background-color: var(--oranje);
  color: #fff;
  border-color: var(--oranje);
  animation-name: menu-in-right;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running;
}

#masthead .knop_header_solid:hover {
  border-color: var(--zwart);
  color: #fff;
}

#masthead .knop_header_solid:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--zwart);
  transition: all 0.35s;
  z-index: -1;
}

#intro {
  color: var(--zwart);
  letter-spacing: -1.5px;
  font-size: clamp(20px, 3vw, 3rem);
  line-height: 1.25;
}
#intro .knop {
  font-size: 16px;
  letter-spacing: normal;
}

#icons, #specificaties, .graybg {
  background: #FAFAFA;
  padding: 3em 0;
}

#icons .icon_box {
  padding: 0 2em;
  max-width: 250px;
}

#icons .icon_box img {
  height: 45px;
  object-fit: none;
}

.table tr:first-child td {
  border: 0;
}

.table td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table tr td:last-child {
  opacity: 0.75;
}

.faqbtn {
  display: inline-block;
  width: 100%;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  line-height: 60px;
}

.faqbtn:not(.collapsed) {
  background-image: url(../img/min.svg);
}

.faqbtn.collapsed {
  border-bottom: 1px solid #ededed;
}

.faqbtn.collapsed:hover {
  border-bottom: 1px solid var(--lichtoranje);
}

#mobileproducten {
  background: var(--oranje);
}

#mobileproducten .producten_scroll {
  display: block;
  opacity: 1;
}

.modal-dialog {
  max-width: 950px;
}

.modal-header {
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.modal-header .h1 {
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  font-size: 2rem;
  font-weight: 700;
}

.form-control {
  height: auto;
  padding: 0.5rem 1rem;
}

.hbspt-form fieldset.form-columns-2 {
  max-width: 100% !important;
}

.hbspt-form legend {
  font-size: 0.75em;
  margin-top: -10px;
  opacity: 0.8;
}

.hs-form-field {
  display: flex;
  flex-flow: column;
  min-height: 90px;
  margin-bottom: 1.5rem;
}

.hs-form-field .input {
  width: 100% !important;
  margin: auto 0 0 0;
}

.form-columns-2 .input:first-of-type {
  padding-right: 15px;
}

.hbspt-form .form-columns-1 {
  width: 100%;
  max-width: 100%;
}

.hbspt-form .legal-consent-container {
  opacity: 0.8;
  font-size: 0.8em;
}

.hbspt-form .hs-input {
  width: 100% !important;
}

.hs-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ededed;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hs-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffb870;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 120, 0, 0.25);
}

.hbspt-form [type=submit] {
  width: 100%;
}

.modal-header .close {
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0px;
}

.blogbox {
  background-color: var(--lichtgrijs);
}
.blogbox .feat_img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.blogbox p {
  color: #495057;
}
.blogbox .knoptext {
  position: relative;
  font-weight: normal;
  color: black;
}
.blogbox .knoptext::after {
  content: "";
  background-image: url(../img/arrow-right-icon_oranje.svg);
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 5px;
  right: 0;
  position: absolute;
}

.blogbox h2 {
  display: inline-block;
  min-height: 55px;
}

.documentatieblok {
  border-bottom: 1px solid #d0d0d0;
  padding: 1.5em 0 0.5em 0;
  margin-bottom: 2em;
  font-size: 1.5em;
}

.well {
  background: var(--lichtoranje);
  display: block;
  height: 100%;
  padding: 2em 15px 15px 15px;
  overflow: hidden;
}

.well img {
  max-height: 125px;
}

.hs-input:not([type=file]) {
  background-color: #fff !important;
}

#main_menu .active > a span {
  text-decoration: underline;
}

#zoeken {
  cursor: pointer;
}

#zoeken:hover {
  opacity: 0.8;
}

#zoekenmenu {
  display: none;
}

#zoekenmenu.active {
  display: block;
}

#zoekenmenu .search-form {
  padding: 4em 0;
  max-width: 1100px;
  margin: 0 auto;
}

.poppost {
  max-width: 1100px;
  margin: 0 auto;
}

.poppost span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1em;
}

.popipages {
  color: #fff;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 15px;
  margin: 0 15px 15px 0;
}

.popipages:hover {
  color: var(--zwart);
  background-color: #fff;
  text-decoration: none;
}

#zoekenmenu .search-form .search-field {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  font-size: 5em;
  width: 100%;
}

#zoekenmenu .search-form .search-field:focus {
  outline: 0;
}

#zoekenmenu .search-form .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.65);
  opacity: 1; /* Firefox */
}

#zoekenmenu .search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.65);
}

#zoekenmenu .search-form .search-field::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.65);
}

#zoekenmenu .search-form .search-field::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /*Your new styles */
  height: 35px;
  width: 35px;
  background-image: url(../img/close.svg);
  background-size: cover;
}

.faqvraag {
  font-size: 1.5em;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  cursor: pointer;
  padding: 15px 3rem 15px 0;
  width: 100%;
  min-width: 200px;
  background-image: url(../img/arrow_down.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  margin-right: 2em;
}

.faqvraag:hover {
  background-color: #FEF8F2;
}

#faq #accordion {
  margin: 2em 0;
}

#footer {
  background-image: linear-gradient(134deg, #DC6800 0%, #EF7800 100%);
  padding: clamp(3rem, 10vw, 5rem) 0 clamp(3rem, 10vw, 5rem) 0;
  color: #fff;
  line-height: 1.9;
}
#footer h4 {
  margin-bottom: 1em;
}
#footer a {
  color: #ffffff;
}
#footer .anderwebsite {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 0px 10px 0 25px;
  border-radius: 4px;
  margin: 2.5px;
  display: inline-block;
  background-position: center left 5px;
  background-repeat: no-repeat;
  background-size: 14px;
}
#footer .anderwebsite.be {
  background-image: url(../img/be.svg);
}
#footer .anderwebsite.de {
  background-image: url(../img/de.svg);
}
#footer .anderwebsite.fr {
  background-image: url(../img/fr.svg);
}
#footer .anderwebsite.en {
  background-image: url(../img/en.svg);
}
#footer .anderwebsite:first-child {
  margin-left: 0;
}
#footer .anderwebsite:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}

@keyframes menu-in {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes menu-in-right {
  0% {
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shadow-glow {
  0% {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.026);
  }
}
span.adres {
  font-size: 0.8em;
  background: rgba(20, 55, 91, 0.15);
  color: rgb(20, 55, 92);
  padding: 1px 5px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 1em;
}

.singleblog img.alignnone {
  width: 100%;
  margin-block: 1rem;
}
.singleblog table img {
  width: 50%;
}

@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .line-2 {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .menu-footer-navigatie-container ul li, .menu-producten-container ul li {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1310px;
  }
  .container-fluid {
    max-width: 1790px;
  }
  #header video {
    height: 100%;
    max-width: 100%;
    right: -250px;
    top: -200px;
    height: 735px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1350px) {
  #menu-main-menu {
    padding-left: 0px !important;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.25rem;
  }
}
@media (max-width: 1199px) {
  #header video {
    right: -150px;
  }
  .search_icon {
    margin: 10px 0 -10px -20px;
  }
  #header .container {
    max-width: 100%;
  }
  #masthead .knop_header_solid {
    padding: 10px;
    line-height: initial;
    height: auto;
    margin-top: -20px;
    font-size: 0.8em;
  }
  #main_menu {
    background: var(--lichtoranje);
    padding: 1em 2em;
    margin: 1em 0 1em 0;
  }
  #main_menu .nav-link {
    color: var(--zwart) !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  body {
    letter-spacing: 0;
  }
  .swipercta {
    font-size: 1.5em;
  }
  .hotspotimg img {
    max-height: 600px;
  }
  #product_hotspot .container {
    max-width: 100%;
  }
  h2 {
    letter-spacing: 0;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .hotspottext.active {
    border-left: 0;
    padding-left: 0px;
    display: block;
  }
  .embed-responsive {
    margin-bottom: 1em;
  }
  #spacer {
    font-size: 40%;
  }
  #header .carousel-inner {
    height: auto;
    padding: 2em 0;
  }
  #header .container {
    max-width: 100%;
  }
  #footer h4 {
    margin-bottom: 0.5em;
  }
  #header video {
    right: -80px;
  }
  #intro span.introtext {
    letter-spacing: 0;
    font-size: 1.5em;
  }
  .hotspotimg img {
    max-height: 400px;
  }
  .hotspottext {
    display: none;
  }
  .hotspotimg .feature {
    width: 42px;
    height: 42px;
    background-size: 58px;
  }
  #product_hotspot .hotspottext {
    position: relative;
    top: 0 !important;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
  #masthead .knop_header_border, #header .knop {
    padding: 0.6em;
  }
  .salsesmangercol h4 {
    display: inline-block;
    width: 100%;
  }
  .seachmenu {
    width: 100%;
  }
  .salesmanger_phone, .salesmanger_email {
    line-height: 3;
  }
}
#bg-header {
  background-size: cover;
  background-position: center 44%;
  color: white;
  position: relative;
}
#bg-header .container {
  z-index: 1;
  position: relative;
}
#bg-header::after {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.462));
}
#bg-header h1 {
  margin: clamp(100px, 15vw, 300px) 0 clamp(20px, 3vw, 50px);
}
#bg-header .bread {
  background-color: rgba(0, 0, 0, 0.1254901961);
  font-size: 14px;
  z-index: 1;
  position: relative;
}
#bg-header .bread #breadcrumbs span {
  color: white;
}
#bg-header .bread #breadcrumbs a {
  color: white;
  opacity: 0.8;
}

.wpml_lang {
  color: #fff;
  margin-top: 13px;
  display: flex;
  margin-right: 15px;
  background-color: var(--zwart);
  border-radius: 4px;
  padding: 0px 6px;
  line-height: 25px;
  text-decoration: none;
}

.wpml_lang:hover {
  background-color: #353535;
  text-decoration: none;
}

.wpmllanga, .wpmllanga:hover {
  text-decoration: none;
}

.translatedown {
  background-image: url(../img/icons/translation.svg);
  background-size: 20px;
  background-position: center left 5px;
  padding: 0.25rem 0.25rem 0.25rem 35px;
  background-repeat: no-repeat;
}

.translatedown.dropdown-toggle::after {
  margin-left: 10px;
}

#switch {
  background-color: var(--lichtgrijs);
  padding: clamp(30px, 10vw, 120px);
}
@media (max-width: 991px) {
  #switch {
    padding-inline: 0;
  }
}
#switch .row:not(:last-of-type) {
  margin-bottom: clamp(30px, 10vw, 100px);
}
#switch .afbeelding {
  min-height: 350px;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  #switch .afbeelding {
    aspect-ratio: 16/9;
    max-width: 100%;
    min-height: auto;
  }
}
#switch .tekst {
  gap: 0.5rem;
}
#switch p {
  color: var(--grijs);
}
#switch a:not(.knop) {
  color: var(--oranje);
}

#tijdlijn {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1400px) {
  #tijdlijn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
    background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  }
  #tijdlijn::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
    background-image: linear-gradient(-90deg, white, rgba(255, 255, 255, 0));
  }
}
#tijdlijn .flickity-viewport {
  overflow: visible;
}
#tijdlijn .main-carousel {
  position: relative;
}
#tijdlijn .main-carousel::before {
  content: "";
  height: 4px;
  width: 200vw;
  position: absolute;
  left: -50vw;
  top: 77px;
  background-color: rgb(254, 228, 203);
  z-index: -1;
}
#tijdlijn .main-carousel::after {
  content: "";
  height: 4px;
  width: 1000px;
  position: absolute;
  left: -980px;
  z-index: -1;
  top: 77px;
  background-color: var(--oranje);
}
#tijdlijn .gebeurtenis {
  width: 350px;
  z-index: 10;
}
@media (max-width: 767px) {
  #tijdlijn .gebeurtenis {
    width: 300px;
  }
}
#tijdlijn .gebeurtenis .jaartal {
  font-size: clamp(20px, 3vw, 24px);
  font-size: 24px;
  font-weight: bold;
}
#tijdlijn .gebeurtenis .bolletje {
  background-color: white;
  border: 7px solid rgb(254, 228, 203);
  border-radius: 50%;
  aspect-ratio: 1;
  height: 22px;
  position: relative;
  z-index: 1000;
}
#tijdlijn .gebeurtenis.active .bolletje {
  opacity: 1;
  border: 7px solid var(--oranje);
}

#video {
  position: relative;
  padding-bottom: clamp(30px, 10vw, 120px);
}
#video::after {
  content: "";
  background-color: var(--lichtgrijs);
  position: absolute;
  inset: 55% 40% 0 0;
  z-index: -1;
}
#video p {
  color: var(--grijs);
}
#video a {
  text-decoration: none;
  color: black;
  position: relative;
  margin-top: 2rem;
}
#video a::after {
  content: "";
  background-image: url(../img/arrow-right-icon_oranje.svg);
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 5px;
  right: -1.3rem;
  position: absolute;
}

#populair .image-wrapper {
  background-color: var(--lichtgrijs);
  aspect-ratio: 1;
}
#populair .image-wrapper img {
  object-fit: contain;
  max-height: 300px;
  max-height: 100%;
}
#populair a {
  color: black;
  font-size: 16px;
  position: relative;
  margin-bottom: 0.5rem;
}
#populair a::after {
  content: "";
  background-image: url(../img/arrow-right-icon_oranje.svg);
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 5px;
  right: -1.3rem;
  position: absolute;
}

#referenties .referentie-wrapper, .blogbox .referentie-wrapper {
  background-color: var(--lichtgrijs);
  height: 100%;
}
#referenties .referentie-wrapper .image-wrapper, .blogbox .referentie-wrapper .image-wrapper {
  position: relative;
}
#referenties .referentie-wrapper .image-wrapper .locatie, .blogbox .referentie-wrapper .image-wrapper .locatie {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background-color: white;
  border-radius: 30px;
  font-size: 12px;
  color: #000;
}
#referenties .referentie-wrapper .image-wrapper .locatie img, .blogbox .referentie-wrapper .image-wrapper .locatie img {
  height: 12px;
  width: 10px;
}
#referenties .referentie-wrapper .image-wrapper img, .blogbox .referentie-wrapper .image-wrapper img {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
  aspect-ratio: 16/10;
}
#referenties .referentie-wrapper .link, .blogbox .referentie-wrapper .link {
  color: black;
  font-size: 16px;
  position: relative;
}
#referenties .referentie-wrapper .link::after, .blogbox .referentie-wrapper .link::after {
  content: "";
  background-image: url(../img/arrow-right-icon_oranje.svg);
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 5px;
  right: -1.3rem;
  position: absolute;
}
#referenties .referentie-wrapper p, .blogbox .referentie-wrapper p {
  color: var(--grijs);
}

#landinghero {
  min-height: 80svh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}
@media (max-width: 1199px) {
  #landinghero {
    min-height: 60svh;
  }
}
#landinghero::after {
  content: "";
  inset: 0;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7411764706), rgba(0, 0, 0, 0.062745098));
}
#landinghero .container-fluid {
  z-index: 1;
}
#landinghero h1 {
  margin-bottom: 1.5rem;
}
#landinghero .tag {
  background-color: rgba(255, 255, 255, 0.1725490196);
  width: fit-content;
  border-radius: 30px;
  backdrop-filter: blur(5px);
}
#landinghero .knop {
  background: transparent;
  z-index: 9;
  border-radius: 4px;
  border: 1px solid white;
}
#landinghero .knop:hover {
  color: #000;
  background: transparent;
}
#landinghero .knop:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all 0.35s;
  z-index: -1;
}
#landinghero .knop:hover:after {
  width: 100%;
}

#fixed-contactform {
  position: fixed;
  top: 24%;
  right: 0;
  transition: 0.5s;
  z-index: 1;
  max-width: 100vw;
}
@media (max-width: 991px) {
  #fixed-contactform {
    bottom: 0%;
    top: auto;
  }
}
#fixed-contactform .contactwrapper {
  background-color: white;
  border-radius: 8px 0 0 8px;
  z-index: 10;
  box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 0.062745098);
  max-height: 70vh;
  overflow-y: scroll;
  max-width: 514px;
}
@media (max-width: 991px) {
  #fixed-contactform .contactwrapper {
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 991px) {
  #fixed-contactform .contactwrapper {
    width: 100vw;
  }
}
#fixed-contactform .open-form {
  position: absolute;
  left: 0;
  transform-origin: bottom left;
  top: 220px;
  transform: rotate(-90deg);
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  padding: 0.7rem 1.2rem;
}
@media (max-width: 991px) {
  #fixed-contactform .open-form {
    right: 5%;
    top: -49.5px;
    transform: rotate(0);
    left: auto;
  }
}
#fixed-contactform .open-form:focus {
  box-shadow: none;
  background-color: var(--oranje);
  border-color: var(--oranje);
}
#fixed-contactform .open-form img {
  transition: 0.5s;
}
#fixed-contactform.hide {
  transform: translate(100%, 0);
}
#fixed-contactform.hide .open-form img {
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  #fixed-contactform.hide {
    transform: translate(0, 100%);
  }
}

.hs-richtext p {
  line-height: 15px !important;
}

#whitepaper-cta .cta-wrapper {
  background-color: #FEF8F2;
}
#whitepaper-cta img {
  max-height: 250px;
  scale: 1.25;
}

#content_flex p {
  color: var(--grijs);
}

#contactformulier-cta {
  color: white;
  padding-top: clamp(30px, 10vw, 120px);
  position: relative;
}
#contactformulier-cta .btn {
  border: 1px solid white;
}
#contactformulier-cta .btn:hover {
  background-color: white;
  color: black;
}
#contactformulier-cta p {
  max-width: 80%;
  opacity: 0.8;
}
#contactformulier-cta .contactform {
  background-color: white;
  color: black;
  border-radius: 8px;
  box-shadow: -6px -2px 15px rgba(0, 0, 0, 0.05);
  min-height: 500px;
}

#stappen_slider {
  background: #FAFAFA;
  padding: clamp(30px, 10vw, 120px) 0;
  overflow: hidden;
}
#stappen_slider .main-carousel {
  width: 100%;
}
@media (min-width: 1400px) {
  #stappen_slider .main-carousel {
    min-height: 680px;
  }
}
#stappen_slider .flickity-viewport {
  overflow: visible;
  width: 100%;
}
#stappen_slider .progress-wrapper {
  background-color: #e3e3e3;
  height: 5px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  margin-top: 2rem;
}
#stappen_slider .progress-wrapper .progress-bar {
  position: absolute;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--oranje);
}
#stappen_slider .cta {
  margin-top: 200px;
  font-size: 40px;
  text-wrap: balance;
}
#stappen_slider .cta a {
  text-decoration: none;
}

#archive ul, #all_products ul {
  list-style: none;
  padding-left: 0;
}
#archive ul a, #all_products ul a {
  color: var(--zwart);
}
#archive ul a.active, #all_products ul a.active {
  color: var(--oranje);
}

#product .gallery-thumbs .carousel-cell, #primary .gallery-thumbs .carousel-cell {
  max-width: 120px;
  aspect-ratio: 1;
  border: 1px solid #dedede;
  padding: 15px;
  margin: 15px 0;
}
#product .sticky-top, #primary .sticky-top {
  top: 80px;
  z-index: inherit;
}
#product .highlighted, #primary .highlighted {
  border: 1px solid #dedede;
  padding: 20px;
}
#product .highlighted .carousel-cell, #primary .highlighted .carousel-cell {
  width: 100%;
  margin-right: 1rem;
}
#product .carousel-cell.model-cell, #primary .carousel-cell.model-cell {
  min-width: 100%;
}
#product .model-nav, #primary .model-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
}

#product model-viewer {
  height: 450px;
  margin: 0 auto;
}

.prodct_box model-viewer {
  margin: 0 auto;
  min-height: 260px;
  width: 100%;
  display: inline-block;
}
