/*
Theme Name: Almotion
Theme URI: https://almotion.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a Theme made for the website of Almotion
Version: 1.0
Text Domain: almotion
*/
/* ALGEMEEN */
#chat-application {
  display: none !important;
}

html, body {
  font-size: 17px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1b29;
}

body.home {
  padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #20387a;
}

h1 {
  font-weight: 800;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

h2, h3, h4 {
  font-weight: 900;
}

h2.large {
  font-size: 2.125rem !important;
}

h5 {
  font-weight: 700;
}

h3 small {
  display: block;
  color: #d9531e;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

p {
  margin-bottom: 1.5rem;
}
p a {
  text-decoration: underline;
}

a {
  color: #20387a;
}
a:hover {
  color: inherit;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 1300px;
}

.container-large {
  max-width: calc(1500px - 4rem);
}

.no-padding-mobile {
  margin-left: -15px;
  margin-right: -15px;
}

main p:last-of-type {
  margin-bottom: 0;
}
main img {
  max-width: 100%;
}

#maps {
  height: 20rem;
}

.btn-search {
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
  height: 100%;
  width: 4rem;
  font-size: 1.2rem;
}

.btn {
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  border-width: 2px;
}
.btn .fa-angle-down {
  position: relative;
  top: 1px;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

#nf-field-25-wrap {
  display: inline-block;
}
#nf-field-25-wrap input {
  height: auto;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.btn-primary, #nf-field-25-wrap {
  border-width: 2px;
  border-style: solid;
  border-color: #d9531e;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #d9531e;
  color: #fff;
}
.btn-primary:before, .btn-primary:after, #nf-field-25-wrap:before, #nf-field-25-wrap:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #d9531e;
  box-sizing: border-box;
  border-style: solid;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-primary:before, #nf-field-25-wrap:before {
  top: -8px;
  left: -8px;
  border-width: 2px 0 0 2px;
  z-index: 5;
  animation: btn-line-animation-before-out 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-primary:after, #nf-field-25-wrap:after {
  bottom: -8px;
  right: -8px;
  border-width: 0 2px 2px 0;
  animation: btn-line-animation-after-out 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, #nf-field-25-wrap:hover, #nf-field-25-wrap:active, #nf-field-25-wrap:focus {
  background-color: #ffffff !important;
  color: #d9531e !important;
  border-color: #d9531e !important;
}
.btn-primary:hover:before, .btn-primary:active:before, .btn-primary:focus:before, #nf-field-25-wrap:hover:before, #nf-field-25-wrap:active:before, #nf-field-25-wrap:focus:before {
  animation: btn-line-animation-before-in 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after, #nf-field-25-wrap:hover:after, #nf-field-25-wrap:active:after, #nf-field-25-wrap:focus:after {
  animation: btn-line-animation-after-in 0.4s linear;
  animation-fill-mode: forwards;
}

.btn-secondary {
  border-width: 2px;
  border-style: solid;
  border-color: white;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: white;
  color: #d9531e;
}
.btn-secondary:before, .btn-secondary:after {
  content: "";
  display: block;
  position: absolute;
  border-color: white;
  box-sizing: border-box;
  border-style: solid;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:before {
  top: -8px;
  left: -8px;
  border-width: 2px 0 0 2px;
  z-index: 5;
  animation: btn-line-animation-before-out 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-secondary:after {
  bottom: -8px;
  right: -8px;
  border-width: 0 2px 2px 0;
  animation: btn-line-animation-after-out 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #d9531e !important;
  color: white !important;
  border-color: #d9531e !important;
}
.btn-secondary:hover:before, .btn-secondary:active:before, .btn-secondary:focus:before {
  animation: btn-line-animation-before-in 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-secondary:hover:after, .btn-secondary:active:after, .btn-secondary:focus:after {
  animation: btn-line-animation-after-in 0.4s linear;
  animation-fill-mode: forwards;
}

.btn-default {
  border-width: 2px;
  border-style: solid;
  border-color: white;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: white;
  color: #d9531e;
}
.btn-default:before, .btn-default:after {
  content: "";
  display: block;
  position: absolute;
  border-color: white;
  box-sizing: border-box;
  border-style: solid;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-default:before {
  top: -8px;
  left: -8px;
  border-width: 2px 0 0 2px;
  z-index: 5;
  animation: btn-line-animation-before-out 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-default:after {
  bottom: -8px;
  right: -8px;
  border-width: 0 2px 2px 0;
  animation: btn-line-animation-after-out 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #ffffff !important;
  color: #d9531e !important;
  border-color: white !important;
}
.btn-default:hover:before, .btn-default:active:before, .btn-default:focus:before {
  animation: btn-line-animation-before-in 0.4s linear;
  animation-fill-mode: forwards;
}
.btn-default:hover:after, .btn-default:active:after, .btn-default:focus:after {
  animation: btn-line-animation-after-in 0.4s linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes btn-line-animation-before-in {
  0% {
    width: 20px;
    height: 20px;
    left: -8px;
  }
  50% {
    width: 50px;
    height: 0;
    left: -8px;
  }
  100% {
    width: 50px;
    height: 0;
    left: calc(50% - 25px);
  }
}
@-webkit-keyframes btn-line-animation-before-out {
  0% {
    width: 50px;
    height: 0;
    left: calc(50% - 25px);
  }
  50% {
    width: 50px;
    height: 0;
    left: -8px;
  }
  100% {
    width: 20px;
    height: 20px;
    left: -8px;
  }
}
@-webkit-keyframes btn-line-animation-after-in {
  0% {
    width: 20px;
    height: 20px;
    right: -8px;
  }
  50% {
    width: 50px;
    height: 0;
    right: -8px;
  }
  100% {
    width: 50px;
    height: 0;
    right: calc(50% - 25px);
  }
}
@-webkit-keyframes btn-line-animation-after-out {
  0% {
    width: 50px;
    height: 0;
    right: calc(50% - 25px);
  }
  50% {
    width: 50px;
    height: 0;
    right: -8px;
  }
  100% {
    width: 20px;
    height: 20px;
    right: -8px;
  }
}
.btn-primary-old {
  background-color: #d9531e;
  border-color: #d9531e;
}
.btn-primary-old:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro", serif;
  margin-left: 1.25rem;
  position: relative;
  top: 1px;
  transition: margin-left 0.4s ease;
}
.btn-primary-old:hover {
  background-color: #fff;
  border-color: #d9531e;
  color: #d9531e;
}
.btn-primary-old:hover:after {
  margin-left: 1.75rem;
}

.btn-no-after:after {
  content: none !important;
}

.btn-link {
  color: #d9531e;
  font-weight: 500;
}
.btn-link:hover {
  color: #d9531e;
}
.btn-link .far, .btn-link .fas, .btn-link .fal {
  position: relative;
  top: 1px;
}

.post-type-archive-product .breadcrumb {
  visibility: hidden;
}

.btn-custom-link {
  color: #1a1b29;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
}
.btn-custom-link .far, .btn-custom-link .fal, .btn-custom-link .fas {
  color: #20387a;
  margin-right: 0.5rem;
  font-size: 1.3rem;
  position: relative;
  top: 0.15rem;
}
.btn-custom-link:hover {
  text-decoration: none;
}
.btn-custom-link.btn-custom-link-sm {
  font-size: 0.9rem;
}
.btn-custom-link.btn-custom-link-sm .far, .btn-custom-link.btn-custom-link-sm .fal, .btn-custom-link.btn-custom-link-sm .fas {
  font-size: 1.1rem;
  top: 0.1rem;
}

.tag-link {
  background-color: #d4dce7;
  color: #20387a;
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 0.4rem;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
}
.tag-link:hover {
  background-color: #20387a;
  color: #fff;
  text-decoration: none;
}

.form-control {
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  height: auto;
}

.splitter-line {
  height: 1px;
  width: 100%;
  display: inline-block;
  background-color: #20387a;
  opacity: 0.3;
  margin: 1rem 0;
}

.orange {
  color: #d9531e;
}
.orange:hover {
  color: #d9531e;
}

.bg-orange {
  background-color: #d9531e;
}

.bg-blue-dark {
  background-color: #1c2748;
}

.bg-blue-lighter {
  color: #20387a;
  background-color: #ecf0f4;
}

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

/* NAVBAR */
@media (max-width: 800px) {
  #navbarSupportedContent {
    height: 86.5vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menudropsub {
  margin-bottom: 30px;
}

.menu-sub-uitgelicht {
  padding: 1rem;
  background-color: #ecf0f4;
}
.menu-sub-uitgelicht img {
  width: 7rem;
  flex: 0 0 7rem;
}

.menu-title .menu-arrow {
  margin-top: 0.4rem;
  margin-left: 9px;
  font-size: 18px;
  transition: color 0.6s ease;
  color: #d9531e;
  opacity: 1;
}
.menu-title .menu-arrow:before {
  content: "";
  height: 2px;
  width: 0;
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 6px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
.menu-title:hover {
  color: #20387a;
  text-decoration: none;
}
.menu-title:hover .menu-arrow {
  transition: none;
  color: #d9531e;
}
.menu-title:hover .menu-arrow:before {
  width: 0.7rem;
}

h5 .menu-title .menu-arrow {
  margin-top: 2px;
}

.hoverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 6;
}

.admin-bar .navbar-container {
  top: 32px;
}

.oranje-background-color {
  background-color: #d9531e;
}
.oranje-background-color .topbar-nav-wrapper .topbar {
  color: white;
  font-size: 16px;
  z-index: 11;
  line-height: 1.5;
}

.navbar-container {
  width: 100%;
  z-index: 1000;
  top: 0;
  font-size: 1.1rem;
}
.navbar-container.navbar-home {
  margin-top: 0;
}
.navbar-container.navbar-home .navbar {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #ecf0f4;
}
.navbar-container.navbar-home .navbar.active {
  background-color: white;
}
.navbar-container.navbar-home.navbar-home-fixed {
  position: fixed;
  margin-top: 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
}
.navbar-container.navbar-home.navbar-home-fixed .navbar {
  max-width: none;
  background-color: white;
}
.navbar-container .navbar {
  min-height: 86px;
  padding: 0 1rem;
  background-color: #fff;
}
.navbar-container .navbar .navbar-nav {
  margin-bottom: 1.5rem;
}
.navbar-container .navbar .navbar-brand {
  padding: 0.5rem 0;
}
.navbar-container .navbar .navbar-brand img {
  width: 11rem;
}
.navbar-container .navbar .navbar-toggler {
  color: #d9531e;
  font-size: 1.5rem;
  margin: 1.45rem 0;
}
.navbar-container .navbar.navbar-home {
  max-width: 1400px;
  margin: 2rem auto 0;
}
.navbar-container .navbar .nav-item {
  font-weight: 500;
}
.navbar-container .navbar .nav-item.active, .navbar-container .navbar .nav-item:hover {
  font-weight: bold;
}
.navbar-container .navbar .nav-item.active::before, .navbar-container .navbar .nav-item:hover::before {
  opacity: 1;
}
.navbar-container .navbar .nav-item.active .nav-link, .navbar-container .navbar .nav-item:hover .nav-link {
  color: #20387a;
}
.navbar-container .navbar .nav-item .nav-link {
  color: #1a1b29;
  padding: 0.5em 0;
}
.navbar-container .navbar .navbar-custom-link {
  color: #1a1b29;
  display: none;
  padding: 1.75rem 0;
  margin-left: 1.5rem;
  font-weight: 500;
}
.navbar-container .navbar .navbar-custom-link .far, .navbar-container .navbar .navbar-custom-link .fal, .navbar-container .navbar .navbar-custom-link .fas {
  color: #20387a;
  margin-right: 0.5rem;
  font-size: 1.3rem;
  position: relative;
  top: 0.15rem;
}
.navbar-container .navbar .navbar-custom-link:hover {
  text-decoration: none;
}
.navbar-container .navbar .navbar-custom-link:first-of-type {
  margin-left: 0;
}
.navbar-container .navbar .navbar-custom-link .navbar-custom-link-text {
  display: none;
}
.navbar-container .navbar .dropdown-menu {
  top: calc(100% - 3px);
  width: 100%;
  border-radius: 0;
  border: none;
}
.navbar-container .navbar .dropdown-menu .container {
  padding: 0;
}
.navbar-container .navbar .dropdown-menu .nav-item::before {
  display: none;
}
.navbar-container .navbar .dropdown-menu .nav-item.active::before, .navbar-container .navbar .dropdown-menu .nav-item:hover::before {
  display: none;
}
.navbar-container .navbar .dropdown-menu .nav-sublink {
  display: block;
  font-weight: normal !important;
  color: #1a1b29;
  padding: 0.25rem 0;
}
.navbar-container .navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.navbar-container .navbar .dropdown-menu .menu-foto {
  height: 0;
  margin-top: 0;
  max-width: 275px;
  background-size: cover;
  background-position: center;
}
.navbar-container .navbar .dropdown-menu .bekijken {
  font-size: 0.9rem;
  font-weight: normal;
  color: #d9531e;
}
.navbar-container .dropdown-toggle::after {
  position: relative;
  top: 0.1rem;
  margin-left: 0.5em;
}

.dropdown {
  position: unset;
}

/* HOMEPAGE */
.header-image {
  aspect-ratio: 16/9;
  background-image: url(images/item1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-image .item-wrapper {
  width: 75%;
  height: 25%;
  transform: rotate(340deg);
  left: 14%;
  top: 20%;
  position: absolute;
}
.header-image .item-wrapper .item {
  width: 35.5%;
  height: 100%;
  left: 64.5%;
  position: absolute;
  animation-name: item;
  animation-duration: 2.6s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes item {
  from {
    left: 64.5%;
  }
  to {
    left: 0;
  }
}
.header-image .item-wrapper .item .item-3 {
  width: 100%;
  transform: rotate(21deg);
}

@supports not (aspect-ratio: 16/9) {
  .header-image::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }
  .header-image::after {
    display: block;
    content: "";
    clear: both;
  }
}
.gradient {
  padding-top: 7rem;
}
.gradient .gradient-home-inner {
  padding: 1rem 0 2rem 0;
}
.gradient .gradient-home-inner h1 {
  font-size: 3rem;
}

.home-usps {
  margin-top: 2rem;
}
.home-usps .usp-item {
  padding: 0.4rem 0;
}
.home-usps .usp-1 {
  margin-left: 0;
  opacity: 1;
  animation-name: usp-1;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
}
@keyframes usp-1 {
  from {
    margin-left: -8rem;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
.home-usps .usp-2 {
  margin-right: 0;
  opacity: 1;
  animation-name: usp-2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
}
@keyframes usp-2 {
  from {
    margin-right: -8rem;
    opacity: 0;
  }
  to {
    margin-right: 0;
    opacity: 1;
  }
}
.home-usps .usp-3 {
  margin-left: 0;
  opacity: 0;
  animation-name: usp-3;
  animation-duration: 1.1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes usp-3 {
  from {
    margin-left: -8rem;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
.home-usps .usp-4 {
  margin-right: 0;
  opacity: 0;
  animation-name: usp-4;
  animation-duration: 1.1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes usp-4 {
  from {
    margin-right: -8rem;
    opacity: 0;
  }
  to {
    margin-right: 0;
    opacity: 1;
  }
}
.home-usps .line-x {
  height: 2px;
  position: absolute;
}
.home-usps .line-1 {
  right: 2rem;
  bottom: 0.45rem;
  width: 3rem;
  background-color: #d9531e;
  animation-name: line-1;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}
@keyframes line-1 {
  from {
    width: 0;
  }
  to {
    width: 3rem;
  }
}
.home-usps .line-2 {
  right: 0;
  bottom: 0;
  width: 3rem;
  background-color: #d9531e;
  animation-name: line-2;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}
@keyframes line-2 {
  from {
    right: 6rem;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.home-usps .line-3 {
  top: 0;
  right: 0;
  width: 5rem;
  background-color: #20387a;
  animation-name: line-3;
  animation-duration: 1.1s;
  animation-timing-function: ease-in-out;
}
@keyframes line-3 {
  from {
    right: -6rem;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.home-usps .line-4 {
  bottom: 0;
  left: 0;
  width: 6rem;
  background-color: #20387a;
  opacity: 0;
  animation-name: line-4;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes line-4 {
  from {
    left: -6rem;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.home-usps .line-5 {
  top: 0;
  right: 0;
  width: 4rem;
  opacity: 0;
  background-color: #d9531e;
  animation-name: line-5;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes line-5 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 4rem;
    opacity: 1;
  }
}
.home-usps .line-6 {
  bottom: 0;
  left: 0;
  width: 6rem;
  opacity: 0;
  background-color: #d9531e;
  animation-name: line-6;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes line-6 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 6rem;
    opacity: 1;
  }
}

.line-wrapper {
  transform: rotate(339deg);
  position: absolute;
}
.line-wrapper.line-wrapper-1 {
  width: 11rem;
  height: 2px;
  bottom: 30%;
  left: 30%;
}
.line-wrapper.line-wrapper-2 {
  width: 8rem;
  height: 2px;
  bottom: 49%;
  left: 50%;
}

.line-7 {
  width: 11rem;
  height: 2px;
  opacity: 0;
  background-color: #d9531e;
  animation-name: line-7;
  animation-duration: 1.3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes line-7 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 11rem;
    opacity: 1;
  }
}

.line-8 {
  width: 8rem;
  height: 2px;
  opacity: 0;
  position: absolute;
  background-color: #d9531e;
  animation-name: line-8;
  animation-duration: 1.3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes line-8 {
  from {
    right: -3rem;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.product-categories-home {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.category-block figure {
  width: 7.5rem;
  height: 7.5rem;
  flex: 0 0 7.5rem;
  margin-right: 2rem;
}
.category-block figure img {
  object-fit: contain;
  object-position: center center;
  transition: all ease 0.4s;
}
.category-block p {
  margin: 0 0 1rem 0;
  color: #1a1b29;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.category-block .category-home-arrow {
  margin-top: 0rem;
  transition: color 0.6s ease;
  color: #d9531e;
  opacity: 1;
}
.category-block .category-home-arrow:before {
  content: "";
  height: 3px;
  width: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid #fb9e4e;
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
.category-block:hover {
  text-decoration: none;
}
.category-block:hover img {
  transform: scale(1.2);
}
.category-block:hover .category-home-arrow {
  transition: none;
  color: #d9531e;
}
.category-block:hover .category-home-arrow:before {
  width: 5rem;
}

.category-alt {
  position: relative;
  padding-top: 6rem;
  display: block;
}
.category-alt img {
  top: -21px;
  transform: scale(1);
  height: 12rem;
  position: absolute;
  left: 1rem;
  z-index: 6;
  opacity: 1;
  pointer-events: none;
}
.category-alt .category-content {
  padding: 3rem 4rem 2rem 4rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
  transition: all ease 0.3s;
}
.category-alt .category-content p {
  overflow: hidden;
  max-height: 4.5rem;
  color: #1a1b29;
}
.category-alt .category-content:hover p {
  color: #1a1b29;
}
.category-alt .category-content:hover h4 {
  color: #d9531e;
}
.category-alt .category-content .category-home-arrow {
  margin-top: 1rem;
  transition: color 0.6s ease;
  color: #d9531e;
  opacity: 0;
}
.category-alt .category-content .category-home-arrow:before {
  content: "";
  height: 3px;
  width: 0;
  border-top: 1px solid #f1eff2;
  border-bottom: 1px solid #fb9e4e;
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 4px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
.category-alt .category-content:before, .category-alt .category-content:after {
  z-index: 5;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  border-color: #d9531e;
  box-sizing: border-box;
  border-style: solid;
  width: 20px;
  height: 20px;
}
.category-alt .category-content:before {
  top: -8px;
  left: -8px;
  border-width: 2px 0 0 2px;
}
.category-alt .category-content:after {
  bottom: -8px;
  right: -8px;
  border-width: 0 2px 2px 0;
}
.category-alt .category-content-hover {
  padding: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.4s ease;
}
.category-alt .fa-long-arrow-right {
  position: relative;
  top: 1px;
}
.category-alt:hover {
  text-decoration: none;
}
.category-alt:hover .category-content {
  background-color: #fff;
  box-shadow: 1px 1px 7px 3px lightgrey;
  transition: all ease 0.3s;
}
.category-alt:hover .category-content:before {
  opacity: 1;
  transition: all ease 0.3s;
}
.category-alt:hover .category-content:after {
  opacity: 1;
  transition: all ease 0.3s;
}
.category-alt:hover img {
  transform: scale(1.2);
  transition: all ease 0.4s;
}
.category-alt:hover .category-home-arrow {
  transition: none;
  color: #d9531e;
  opacity: 1;
}
.category-alt:hover .category-home-arrow:before {
  width: 5rem;
  background: #d9531e;
}

div.category, a.category {
  padding: 3rem 0.5rem;
  display: block;
  color: #1a1b29;
  font-weight: 500;
  height: 100%;
  transition: background-color 0.3s ease;
}
div.category .category-photo, a.category .category-photo {
  width: 100%;
  padding: 2rem;
  aspect-ratio: 1/1;
}
div.category .category-photo .category-photo-inner, a.category .category-photo .category-photo-inner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
div.category .category-photo img, a.category .category-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all 0.4s ease;
}
div.category .category-arrow, a.category .category-arrow {
  margin-top: 1rem;
  transition: color 0.6s ease;
  color: #d9531e;
}
div.category .category-arrow:before, a.category .category-arrow:before {
  content: "";
  height: 3px;
  width: 0;
  border-top: 1px solid rgb(245, 242, 241);
  border-bottom: 1px solid rgb(233, 203, 197);
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
div.category:hover, a.category:hover {
  text-decoration: none;
  color: #20387a;
  background-color: #f7f8fa;
}
div.category:hover .category-arrow, a.category:hover .category-arrow {
  transition: none;
}
div.category:hover .category-arrow:before, a.category:hover .category-arrow:before {
  width: 5rem;
}
div.category:hover .category-photo img, a.category:hover .category-photo img {
  transform: scale(1.19);
}

.tekst-assortiment-home {
  color: #1a1b29;
}
@media screen and (min-width: 992px) {
  .tekst-assortiment-home {
    padding: 0 9.5rem;
  }
}

.text-block {
  padding: 2rem 1rem;
  height: 100%;
}

.text-block-blue {
  background-color: #20387a;
  color: #fff;
  border-left: 2px solid #20387a;
  border-right: 2px solid #20387a;
  display: flex;
  align-items: center;
}
.text-block-blue h1, .text-block-blue h2, .text-block-blue h3, .text-block-blue h4, .text-block-blue h5, .text-block-blue h6 {
  color: #fff;
}

.col-bordered {
  border-left: 2px solid #ebedf1;
}

.subcategories :first-child.col-bordered-grey {
  border-left: 0;
}
.subcategories :nth-child(7) {
  border-left: 0;
}

.related-products :first-child.col-bordered-grey-sm-top {
  border-top: 0;
}

.col-bordered-grey {
  border-left: 2px solid #d8dde5;
}

.col-bordered-grey:nth-child(4n) {
  border-right: 2px solid #d8dde5;
}

.col-bordered-lg {
  border-left: none;
}

.col-bordered-grey-lg {
  border-left: none;
}

.col-bordered-grey-sm-top {
  border-top: 2px solid #d8dde5;
}

.col-bordered-sm-top {
  border-top: 2px solid #ebedf1;
}

/* BLOCKS */
.block {
  padding: 1.5rem;
  display: block;
}
.block p:last-of-type {
  margin-bottom: 0;
}
.block.block-slim {
  padding: 3rem 2rem;
}

.block-light-blue {
  background-color: #d4dce7;
}

.block-light-grey {
  background-color: #e8ebf1;
}

.block-white {
  background: #fff;
}

.home-resource-center {
  background-color: #2a3467;
}
.home-resource-center h3 {
  line-height: 1.3;
}
.home-resource-center .home-resource-center-logo {
  width: 100%;
  max-width: 13rem;
  height: auto;
}
.home-resource-center .home-resource-center-text {
  color: rgba(255, 255, 255, 0.92);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

/* SECTIONS */
section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.section-sm {
  padding: 3rem 0;
}

.section-xs {
  padding: 2rem 0;
}

.section-no-pad {
  padding: 0;
}

.py-10 {
  padding: 3rem 0;
  overflow: hidden;
}

.pb-10 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.section-lg {
  padding: 6rem 0;
}

.section-light-blue {
  background-color: #d4dce7;
}

.section-light-grey {
  background-color: #e8ebf1;
}

.section-blue {
  background-color: #20387a;
  color: #fff;
}

.section-light-blue-gradient {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 248, 250) 100%);
}

.section-half-photo {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 20rem;
}
.section-half-photo.section-half-photo-left {
  right: auto;
  left: 0;
}

.section-with-half-photo {
  padding-top: 22rem;
  padding-bottom: 2rem;
}

.photo-blur {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  opacity: 0.4;
}

.section-half-photo-gradient {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to right, rgba(212, 220, 231, 0) 0%, #ecf0f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: calc(50% + 1rem);
  display: none;
}
.section-half-photo-gradient:after {
  content: "";
  position: absolute;
  height: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(212, 220, 231, 0) 0%, #ecf0f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section-half-photo-gradient-half {
  height: 65%;
}

.section-half-photo-gradient-right {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(212, 220, 231, 0) 0%, rgb(212, 220, 231) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
}
.section-half-photo-gradient-right:after {
  content: "";
  position: absolute;
  height: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(212, 220, 231, 0) 0%, rgb(212, 220, 231) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section-video {
  overflow: hidden;
}

.pt-mobile-0 {
  padding-top: 0;
}

/* USPS */
.photo-usp {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 100;
  min-height: 20rem;
  margin-bottom: 2rem;
}

.usp {
  opacity: 0.4;
  color: #20387a;
  transition: all 0.4s ease;
}
.usp .icon-usps {
  position: relative;
  height: 5rem;
}
.usp .icon-usps img {
  max-width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.5rem);
  transition: all 0.4s ease;
}
.usp .icon-usps img.hover {
  opacity: 0;
  position: absolute;
  max-width: 100%;
  height: 5rem;
  bottom: 0;
  left: calc(50% - 2.5rem);
  transition: all 0.4s ease;
}
.usp:hover, .usp.active {
  opacity: 1;
  color: #d9531e;
  font-weight: 500;
  cursor: pointer;
}
.usp:hover .icon-usps img, .usp.active .icon-usps img {
  opacity: 0;
  height: 6rem;
  transform: translateX(-0.5rem);
}
.usp:hover .icon-usps img.hover, .usp.active .icon-usps img.hover {
  opacity: 1;
}
.usp.active-mobile {
  opacity: 1;
}
.usp.active-mobile img {
  opacity: 1 !important;
  color: #d9531e;
  font-weight: 500;
}

/* NEWS */
.news-grid img {
  max-width: 100%;
}

.beurs-photo-single {
  max-width: 30rem;
}

.news {
  color: #1a1b29;
  display: block;
}
.news h4 {
  color: #20387a;
}
.news .beurs-photo {
  height: 8rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
.news .beurs-photo img {
  max-width: 80%;
  max-height: 100%;
}
.news .news-photo {
  overflow: hidden;
  height: 12rem;
  margin-bottom: 2rem;
}
.news .news-photo.news-photo-big {
  height: 17rem;
}
.news .news-photo img {
  width: 100%;
  transition: all 0.4s ease;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.news .news-arrow {
  margin-top: 1rem;
  transition: color 0.6s ease;
  color: #d9531e;
}
.news .news-arrow:before {
  content: "";
  height: 3px;
  width: 0;
  border-top: 1px solid #f1eff2;
  border-bottom: 1px solid #fb9e4e;
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
.news:hover {
  text-decoration: none;
  color: #1a1b29;
}
.news:hover .news-photo img {
  transform: scale(1.05);
}
.news:hover .news-arrow {
  transition: none;
  color: #d9531e;
}
.news:hover .news-arrow:before {
  width: 5rem;
  background: #d9531e;
}

time {
  font-size: 0.9rem;
}

.binnenkort {
  background-color: #d9531e;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0.25rem 1rem;
  float: right;
  font-size: 0.9rem;
  font-weight: normal;
}

.event {
  display: block;
  color: #1a1b29;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
}
.event:hover {
  text-decoration: none;
  color: #1a1b29;
}

/* BREADCRUMBS */
.breadcrumb-nav {
  background-color: #1c2748;
  padding: 1.25rem 0;
}
.breadcrumb-nav .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-nav .breadcrumb a {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb-nav .breadcrumb_last {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb a::after {
  display: inline-block;
  padding-right: 0.75rem;
  padding-left: 1rem;
  content: "\f178";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro", serif;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
}

/* LOGOS */
.brand img {
  max-height: 2rem;
  max-width: 100%;
  transition: all 0.4s ease;
  height: 2rem;
}

.brand {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TABLES */
.table {
  text-align: center;
  border: 2px solid rgba(154, 163, 183, 0.2);
  border-right: 0;
}
.table .thead-light th {
  background-color: #e8ebf1;
  color: #1a1b29;
  font-weight: 400;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0;
}
.table td, .table th {
  border-top: 0;
  border-right: 2px solid rgba(154, 163, 183, 0.2);
}
.table tbody tr {
  border-bottom: 2px solid rgba(154, 163, 183, 0.2);
}

/* PRODUCT */
.complete-description {
  display: none;
  transition: all 1s ease;
  overflow: hidden;
}

.read-more:hover {
  cursor: pointer;
}

.woocommerce-page .product-photo {
  margin-top: 2rem;
  max-width: 90%;
}

.download-link {
  background-color: #d9531e;
  display: block;
  color: white;
  padding: 1.25rem 2rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.download-link:before {
  content: "\f33d";
  font-family: "Font Awesome 5 Pro", serif;
  font-size: 1.25rem;
  margin-right: 1rem;
  position: relative;
  top: 2px;
  color: #20387a;
}
.download-link:hover {
  text-decoration: none;
  color: #1a1b29;
  background-color: #ecf0f4;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .eigenschappen-blok {
    margin-right: 3rem;
  }
}
.eigenschappen-blok .block {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .eigenschappen-blok .block {
    margin: -6rem -6rem 0 0;
  }
}

.woocommerce table.shop_attributes {
  margin: 0;
  border-top: 1px solid #d8dde5;
}

.woocommerce table.shop_attributes th {
  width: 30%;
  padding: 13px 8px 13px 0;
  color: #20387a;
  border-bottom: 1px solid #d8dde5;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
  border-bottom: 1px solid #d8dde5;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: unset;
}

/* FOOTER */
footer {
  padding: 4rem 0 0 0;
  background-color: #1c2748;
  color: #fff;
}
footer h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  line-height: 2rem;
}
footer img.logo-footer {
  height: 1.7rem;
  filter: brightness(0) invert(1);
  margin-bottom: 1.5rem;
}
footer .btn-primary {
  text-decoration: none;
}
footer p {
  line-height: 2rem;
  margin-bottom: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .footerbar {
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.2);
}
footer .footerbar a {
  color: rgba(255, 255, 255, 0.2);
}
footer .footerbar .socials {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media screen and (min-width: 992px) {
  footer .footerbar .socials {
    margin-top: 0;
    justify-content: start;
  }
}
footer .footerbar .socials a {
  color: #fff;
  margin-right: 1.2rem;
}
footer .footerbar .feda-logo {
  width: 58px;
}

/* TECHINDEX */
.techindex-cat-block {
  height: calc(100% - 13.5rem);
}
@media screen and (max-width: 999px) {
  .techindex-cat-block {
    height: unset;
  }
}

.techindex-image-container {
  height: 15rem;
}
.techindex-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* NIEUWS */
.header-photo {
  background-size: cover;
  background-position: center;
  height: 30rem;
}

.header-photo-medium {
  height: 20rem;
}

/* DIENSTEN */
.dienst {
  display: block;
  color: #1a1b29;
  padding-bottom: 2rem;
  height: 100%;
}
.dienst:hover {
  color: #1a1b29;
  text-decoration: none;
}
.dienst:hover .dienst-icon img {
  opacity: 0;
}
.dienst:hover .dienst-icon img.hover {
  opacity: 1 !important;
}
.dienst .dienst-content {
  padding: 2rem;
  height: calc(100% - 15rem);
  background-color: #fff;
}
.dienst .dienst-content h3 {
  font-size: 1.6rem;
}
.dienst .dienst-content .dienst-arrow {
  margin-top: 1rem;
  transition: color 0.6s ease;
  color: #d9531e;
}
.dienst .dienst-content .dienst-arrow:before {
  content: "";
  height: 3px;
  width: 0;
  border-top: 1px solid #f1eff2;
  border-bottom: 1px solid #fb9e4e;
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
.dienst .dienst-photo {
  height: 15rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dienst .dienst-photo .dienst-icon {
  background-color: #fff;
  position: absolute;
  height: 6rem;
  width: 6rem;
  padding: 0.5rem;
  bottom: -0.5rem;
  left: 0;
}
.dienst .dienst-photo .dienst-icon img {
  max-width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0.5rem;
  left: calc(50% - 2.5rem);
  transition: all 0.4s ease;
  opacity: 0.5;
}
.dienst .dienst-photo .dienst-icon img.hover {
  opacity: 0;
  position: absolute;
  max-width: 100%;
  height: 5rem;
  bottom: 0.5rem;
  left: calc(50% - 2.5rem);
  transition: all 0.4s ease;
}
.dienst:hover .dienst-arrow {
  transition: none;
  color: #d9531e;
}
.dienst:hover .dienst-arrow:before {
  width: 5rem;
  background: #d9531e;
}

/* MEDEWERKER */
.medewerker-photo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.medewerker-photo.medewerker-photo-sm {
  width: 6rem;
  height: 6rem;
}

/* VACATURES */
.bullets {
  list-style: none;
  padding-left: 0;
}
.bullets li {
  line-height: 1.75rem;
  position: relative;
  padding-left: 1.25rem;
}
.bullets li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro", serif;
  color: #20387a;
  margin-right: 0.75rem;
  font-weight: bold;
  font-size: 0.4rem;
  top: 0;
  position: absolute;
  left: 0;
}

/* PAGINATION */
.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  visibility: hidden;
}
.pagination .nav-links .page-numbers {
  position: relative;
  display: block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  line-height: 2.6rem;
  color: #20387a;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
  color: #fff;
  background-color: #20387a;
  text-decoration: none;
}

.pagination.pagination-producten .nav-links {
  visibility: unset;
}

/* CATEGORY PAGE */
.subcategories {
  border-bottom: 2px solid #ebedf1;
}
.subcategories div.category, .subcategories a.category {
  padding: 1.5rem 1rem;
  display: block;
}
.subcategories .col-bordered-grey:nth-child(4n) {
  border-right: none;
}

.subcategory {
  display: block;
  color: #20387a;
  text-align: center;
  font-size: 0.8rem;
  height: 100%;
  width: 100%;
  border: 2px solid #ebedf1;
  border-top: 0;
  padding: 1rem;
  transition: all 0.4s ease;
}
.subcategory:hover {
  color: #20387a;
  background-color: #f7f7f7;
  text-decoration: none;
}
.subcategory .subcategory-photo {
  height: 6rem;
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcategory .subcategory-photo img {
  max-height: 90%;
  max-width: 90%;
}
.subcategory.first-subcategory {
  border-top: 2px solid #ebedf1;
}

.product-list-header {
  background-color: #1c2748;
  color: #fff;
  padding: 13px 0 12px 0;
  font-weight: 400;
}

.product-list {
  display: block;
  color: #1a1b29;
  padding: 15px;
  border-bottom: 2px solid #ebedf1;
}
.product-list .product-list-photo-wrapper {
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .product-list-photo-wrapper .product-list-photo {
  max-height: 5rem;
  max-width: 5rem;
}
.product-list:hover {
  text-decoration: none;
  color: #20387a;
  background-color: rgba(212, 220, 231, 0.3);
}
.product-list.product-list-exact {
  border-top: 2px solid #ebedf1;
}

.filter-title {
  background-color: #d4dce7;
  color: #1a1b29;
  padding: 15px;
  margin-bottom: 0;
  line-height: inherit;
}

.subt {
  color: #848f9e;
  font-weight: 400;
}

.list-cat {
  font-size: 0.9rem;
}

.awspc-output-product {
  margin-bottom: 0;
}

.wpc-product-form table {
  width: 100%;
}

.custom-product-loop .pagination {
  margin: 2rem 0 0 0;
}
.custom-product-loop .pagination .nav-links {
  visibility: visible;
}

.filters {
  padding-left: 0;
  list-style: none;
  border-left: 1px solid #ebedf1;
  border-right: 1px solid #ebedf1;
}
.filters li a {
  color: #1a1b29;
  display: block;
  padding: 0.5rem 0.75rem 0.5rem 2.25rem;
  border-bottom: 1px solid #ebedf1;
  position: relative;
  font-size: 0.9rem;
}
.filters li a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro", serif;
  content: "\f0c8";
  color: #1a1b29;
  left: 0.75rem;
  transition: all 0.4s ease;
  top: 0.5rem;
}
.filters li a.active {
  text-decoration: none;
}
.filters li a.active:after {
  content: "\f14a";
}
.filters li a:hover {
  text-decoration: none;
}

.filter-branche-slider .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  top: calc(43% - 1.25rem);
  position: absolute;
  color: white !important;
  border-radius: 50%;
  background-color: #1c2748 !important;
  transition: 0.3s all ease;
}
.filter-branche-slider .owl-nav button.owl-prev {
  left: -0.2rem;
}
@media screen and (min-width: 576px) {
  .filter-branche-slider .owl-nav button.owl-prev {
    left: -1.25rem;
  }
}
.filter-branche-slider .owl-nav button.owl-prev:hover {
  transform: translateX(-0.2rem);
}
.filter-branche-slider .owl-nav button.owl-next {
  right: -0.2rem;
}
@media screen and (min-width: 576px) {
  .filter-branche-slider .owl-nav button.owl-next {
    right: -1.25rem;
  }
}
.filter-branche-slider .owl-nav button.owl-next:hover {
  transform: translateX(0.2rem);
}
.filter-branche-slider .owl-nav button.disabled {
  display: none;
}

.step-number {
  font-size: 1.35rem;
}
.step-number span {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #20387a;
  margin-right: 0.75rem;
  font-size: 1rem;
  border-radius: 3px;
  background-color: #d4dce7;
}

.filter-button {
  margin-top: 2.1rem !important;
}

.checkbox-list {
  color: #1c2748;
}
.checkbox-list li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .checkbox-list li {
    width: auto;
  }
}
.checkbox-list li input {
  display: none;
}
.checkbox-list li input:checked + label:before {
  content: "\f14a";
  font-weight: 700;
}
.checkbox-list li input:checked + label:hover {
  opacity: 1;
}
.checkbox-list li label {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.checkbox-list li label:before {
  content: "\f0c8";
  margin: 0.06rem 0.5rem 0 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.1rem;
  font-weight: 400;
  color: #20387a;
}
.checkbox-list li label:hover {
  opacity: 0.7;
}
.checkbox-list li:not(:last-child) {
  margin-right: 1.4rem;
}

.branche-block input {
  display: none;
}
.branche-block input:checked + label figure {
  border-color: #1c2748;
}
.branche-block input:checked + label figure:after {
  height: 100%;
  background: linear-gradient(0deg, rgba(28, 39, 72, 0.5) 100%, rgba(28, 39, 72, 0.4) 100%);
}
.branche-block input:checked + label figure .checkbox:before {
  content: "\f14a";
  font-weight: 700;
}
.branche-block input:checked + label figure .checkbox:after {
  content: "Geselecteerd";
}
.branche-block input:hover + label figure:after {
  height: 100%;
  background: linear-gradient(0deg, rgba(28, 39, 72, 0.5) 100%, rgba(28, 39, 72, 0.3) 100%);
}
.branche-block label {
  width: 100%;
  cursor: pointer;
}
.branche-block label figure {
  width: 100%;
  aspect-ratio: 16/10;
  border: 3px solid transparent;
  background-color: white;
}
.branche-block label figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(28, 39, 72, 0.4) 0%, rgba(28, 39, 72, 0) 100%);
}
.branche-block label figure img {
  object-fit: cover;
  object-position: center center;
}
.branche-block label figure .checkbox {
  position: absolute;
  left: 0.7rem;
  bottom: 0.5rem;
  color: white;
  z-index: 9;
}
.branche-block label figure .checkbox:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.branche-block label figure .checkbox:after {
  content: "Selecteer";
  position: absolute;
  left: 1.35rem;
  text-align: left;
}
.branche-block label span {
  color: #20387a;
  font-weight: 700;
}

.branche-slider .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  top: calc(50% - 1.25rem);
  position: absolute;
  color: white !important;
  border-radius: 50%;
  background-color: #1c2748 !important;
  transition: 0.3s all ease;
}
.branche-slider .owl-nav button.owl-prev {
  left: -0.2rem;
}
@media screen and (min-width: 576px) {
  .branche-slider .owl-nav button.owl-prev {
    left: -1.25rem;
  }
}
.branche-slider .owl-nav button.owl-prev:hover {
  transform: translateX(-0.2rem);
}
.branche-slider .owl-nav button.owl-next {
  right: -0.2rem;
}
@media screen and (min-width: 576px) {
  .branche-slider .owl-nav button.owl-next {
    right: -1.25rem;
  }
}
.branche-slider .owl-nav button.owl-next:hover {
  transform: translateX(0.2rem);
}
.branche-slider .owl-nav button.disabled {
  display: none;
}

.branche-item {
  color: #1a1b29;
  display: block;
}
.branche-item h4 {
  color: #20387a;
}
.branche-item .branche-photo {
  overflow: hidden;
  height: 16rem;
  margin-bottom: 1rem;
}
.branche-item .branche-photo.news-photo-big {
  height: 17rem;
}
.branche-item .branche-photo img {
  width: 100%;
  transition: all 0.4s ease;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.branche-item .branche-arrow {
  margin-top: 0rem;
  transition: color 0.6s ease;
  color: #d9531e;
}
.branche-item .branche-arrow:before {
  content: "";
  height: 3px;
  width: 0;
  border-top: 1px solid #f1eff2;
  border-bottom: 1px solid #fb9e4e;
  background: #d9531e;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
  transition: width 0.6s ease;
}
.branche-item:hover {
  text-decoration: none;
  color: #1a1b29;
}
.branche-item:hover .branche-photo img {
  transform: scale(1.05);
}
.branche-item:hover .branche-arrow {
  transition: none;
  color: #d9531e;
}
.branche-item:hover .branche-arrow:before {
  width: 5rem;
  background: #d9531e;
}

/* NINJAFORMS */
.nf-form-fields-required {
  display: none !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  display: block !important;
  width: 100% !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  border-radius: 0 !important;
  padding: 0.75rem 1.5rem !important;
  height: auto !important;
}

.nf-form-content textarea.ninja-forms-field {
  height: 10rem !important;
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 1rem !important;
}

#ninja_forms_required_items.hidden-container, #ninja_forms_required_items.hr-container, .nf-field-container.hidden-container, .nf-field-container.hr-container {
  margin: 0 !important;
  height: auto !important;
}

.nf-form-content {
  padding: 0 !important;
}

.nf-form-content input[type=button], .nf-form-content input[type=submit] {
  color: white !important;
  font-weight: 500 !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 0 !important;
  border: 2px solid #d9531e !important;
  background-color: #d9531e !important;
}
.nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  background-color: #fff !important;
  border-color: #d9531e !important;
  color: #d9531e !important;
}

.nf-form-content button.nf-fu-fileinput-button {
  padding: 13px 22px;
  color: white !important;
  border: 2px solid #20387a;
  background-color: #20387a;
}
.nf-form-content button.nf-fu-fileinput-button:hover, .nf-form-content button.nf-fu-fileinput-button:active {
  color: #20387a !important;
  border-color: #20387a !important;
  background-color: white !important;
}
.nf-form-content input[type=file] {
  display: none !important;
}
.nf-form-content .nf-fu-button-cancel {
  padding: 13px 22px;
  border: 2px solid gray;
  background-color: gray;
}
.nf-form-content .nf-fu-button-cancel:hover {
  color: gray;
  background-color: white;
}
.nf-form-content .nf-fu-progress {
  display: none !important;
}
.nf-form-content .files_uploaded {
  margin: 1.8rem 0;
}

/* LINES */
.line {
  width: 2px;
  background-color: #d9531e;
  position: absolute;
  z-index: 500;
}

.floating-text {
  color: #d9531e;
  font-weight: 500;
  transform: rotate(270deg) translate(0, 100%);
  transform-origin: left bottom;
  position: absolute;
  z-index: 500;
  display: none;
}
.floating-text.floating-right {
  transform: rotate(90deg) translate(0, 100%);
  transform-origin: right bottom;
}

.vraag-block {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #d4dce7;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #1a1b29;
}

/* VIDEO */
.background-video {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  position: absolute;
  left: -1rem;
  top: -1rem;
  background-position: center;
  background-size: cover;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0.3;
}

.video-link {
  height: 17rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.video-link.video-link-sm {
  height: 13rem;
}
.video-link:hover {
  cursor: pointer;
}
.video-link:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-link:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
.video-link .fa-youtube {
  font-size: 4rem;
  color: #fff;
  position: relative;
  z-index: 100;
}

#big-right-top {
  height: 6rem;
  right: 0.9rem;
  top: 80vh;
}

#small-right-top {
  height: 3rem;
  right: 0.4rem;
  top: calc(80vh + 5rem);
}

#left-1, #left-2 {
  height: 3rem;
}

#left-1 {
  top: 196vh;
  left: 0.9rem;
}

#left-2 {
  top: 155vh;
  left: 0.4rem;
}

#left-text {
  left: 0.4rem;
  line-height: 2rem;
  top: 124vh;
}

#left-3 {
  top: 348vh;
  left: 0.9rem;
  height: 4rem;
}

#left-4 {
  top: 270vh;
  left: 0.4rem;
  height: 1.5rem;
}

#left-text-2 {
  left: 0.4rem;
  line-height: 2rem;
  top: 250vh;
}

#right-1 {
  top: 170vh;
  right: 0.9rem;
  height: 3rem;
}

#right-2 {
  top: 182vh;
  right: 0.4rem;
  height: 3rem;
}

#right-text {
  right: 0.4rem;
  line-height: 2rem;
  top: 150vh;
}

#right-3 {
  top: 218vh;
  right: 0.4rem;
  height: 6rem;
}

#right-4 {
  top: 130vh;
  right: 0.9rem;
  height: 3rem;
}

#right-text-2 {
  right: 0.4rem;
  line-height: 2rem;
  top: 182vh;
}

/* ZOEKPAGINA */
.zoekresultaat {
  display: block;
  padding: 1rem 1.5rem;
  border: 2px solid #ebedf1;
  border-top: none;
  transition: all 0.4s ease;
}
.zoekresultaat:first-of-type {
  border-top: 2px solid #ebedf1;
}
.zoekresultaat:hover {
  text-decoration: none;
  background-color: #fbfbfb;
}

/* FOTOALBUM */
.fotoalbum-overview-link {
  display: block;
  transition: all 0.4s ease;
}
.fotoalbum-overview-link:hover {
  text-decoration: none;
}

.fotoalbum-overview {
  height: 14rem;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.75rem;
}
.fotoalbum-overview.fotoalbum-overview-large {
  height: 17rem;
}

.foto {
  background-size: cover;
  background-position: center;
  height: 16rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 2rem;
  display: block;
  text-decoration: none;
}
.foto:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.foto .foto-text {
  position: absolute;
  bottom: 2rem;
  width: calc(100% - 4rem);
  left: 2rem;
  z-index: 100;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}
.foto .foto-text h4 {
  color: #fff;
}
.foto:hover {
  text-decoration: none;
}
.foto:hover:after, .foto:hover .foto-text {
  opacity: 1;
}

.foto-galerij.foto img {
  object-fit: cover;
  object-position: center center;
}

.play {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  z-index: 99;
  transition: 0.2s all ease;
}
.play:hover {
  transform: scale(1.07);
}
.play:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 1.8rem;
  position: absolute;
  border-top: 0.85rem solid transparent;
  border-bottom: 0.85rem solid transparent;
  border-left: 1.3rem solid #1c2748;
}

.video-modal .modal-dialog {
  max-width: 80vw;
  width: 80vw;
  margin: auto !important;
}
@media screen and (max-width: 991.98px) {
  .video-modal .modal-dialog {
    max-width: 90vw;
    width: 90vw;
  }
}
@media screen and (max-width: 767.98px) {
  .video-modal .modal-dialog {
    max-width: 95vw;
    width: 95vw;
  }
}
.video-modal .modal-dialog .modal-content {
  background-color: unset !important;
  border: 0 !important;
}
.video-modal .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.video-modal .modal-dialog .modal-content .modal-body .close {
  margin-top: -2.1rem;
  padding: 0;
  text-shadow: none;
  color: white;
  float: right;
  opacity: 0.5;
  transition: 0.2s all ease;
  border: 0;
  background-color: unset;
}
.video-modal .modal-dialog .modal-content .modal-body .close img {
  width: 2rem;
}
.video-modal .modal-dialog .modal-content .modal-body .close:hover {
  opacity: 1;
}
.video-modal .modal-dialog .modal-content .modal-body .close:focus {
  outline: 0;
}

.intro-almotion {
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

.cross-sells .products {
  display: flex !important;
}

.whatsapp-footer {
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  background: #379e33;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 45px;
  padding: 0px 0px 4px 13px;
  border-radius: 50px;
  z-index: 999;
  transition: all ease 0.4s;
}

.whatsapp-footer.fade-in-whatsapp {
  opacity: 1;
  bottom: 40px;
  transition: all ease 0.4s;
}

.whatsapp-footer:hover {
  background-color: #044E44 !important;
  color: #fff !important;
  transition: all ease 0.3s;
}

.site-banner {
  background-size: cover;
  text-transform: uppercase;
}
.site-banner h3 {
  color: #ffffff;
}
.site-banner.banner-small {
  min-height: 450px;
  width: 100%;
  padding: 40px;
  text-align: center;
}
.site-banner.banner-small .banner-inner-text {
  margin: 60px 0;
}
.site-banner.banner-medium .banner-medium-inner {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-banner.banner-medium .banner-medium-inner h3 {
  font-size: 20px;
}
.site-banner.banner-medium .banner-medium-inner .banner-inner-img {
  width: 100%;
}
.site-banner.banner-medium .banner-medium-inner .banner-inner-btn {
  text-align: right;
}
.site-banner.banner-medium .banner-medium-inner .banner-inner-text, .site-banner.banner-medium .banner-medium-inner .banner-inner-btn {
  width: 50%;
  flex: 0 0 50%;
  margin-top: 40px;
}
.site-banner.banner-fullwidth {
  height: 160px;
  width: 100%;
  position: relative;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
}
.site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-text, .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-img, .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-btn {
  width: 33.333%;
  flex: 0 0 33.333%;
  animation: BannerContentFadeIn 1s linear;
  animation-fill-mode: both;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner div:nth-child(1) {
  animation-delay: 0.5s;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner div:nth-child(2) {
  animation-delay: 1s;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner div:nth-child(3) {
  animation-delay: 1.5s;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner div:nth-child(4) {
  animation-delay: 2s;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-text {
  text-align: center;
}
.site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-btn {
  text-align: right;
}

.contact-details a {
  color: #000;
}

.single-nieuws h2 {
  font-size: 1.75rem;
}
.single-nieuws h3 {
  font-size: 1.5rem;
}

.single-product h2 {
  font-size: 1.75rem;
}
.single-product h3 {
  font-size: 1.5rem;
}

.tax-product_cat h2 {
  font-size: 1.75rem;
}
.tax-product_cat h3 {
  font-size: 1.5rem;
}

.awspc-text-after-field {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.aws_price_calc_radio {
  margin-bottom: 1rem;
}

span.wpc-edit-icon.button {
  background-image: none;
  padding: 7px 15px;
  color: #fff;
  background-color: #d9531e;
}

.remodal-wrapper .woocommerce {
  text-align: left !important;
}

.variations label, .awspc-field-row label {
  display: block;
  font-weight: bold;
}
.variations select, .variations input[type=number], .variations input[type=text], .awspc-field-row select, .awspc-field-row input[type=number], .awspc-field-row input[type=text] {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  height: auto;
  margin-bottom: 1rem;
}
.variations .reset_variations, .awspc-field-row .reset_variations {
  border-radius: 1rem;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
  border: 1px solid #ced4da;
  color: #ced4da;
  transition: all 0.4s ease;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.variations .reset_variations:before, .awspc-field-row .reset_variations:before {
  content: "\f00d";
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Pro", serif;
}
.variations .reset_variations:hover, .awspc-field-row .reset_variations:hover {
  border-color: #1a1b29;
  color: #1a1b29;
  text-decoration: none;
}

.awspc-field-row {
  display: block;
}
.awspc-field-row .awspc-field-label-line {
  display: block;
}
.awspc-field-row .awspc-field-widget-line {
  display: block;
}
.awspc-field-row .awspc-field-widget-line .awspc-text-after-field {
  position: relative;
  top: -0.75rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

.reset_calculator {
  border-radius: 1rem;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
  border: 1px solid #ced4da;
  color: #ced4da;
  transition: all 0.4s ease;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.reset_calculator:before {
  content: "\f00d";
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Pro", serif;
}
.reset_calculator:hover {
  border-color: #1a1b29;
  color: #1a1b29;
  text-decoration: none;
}

.woocommerce-variation-add-to-cart, .woocommerce-simple-add-to-cart {
  display: flex;
  align-items: center;
}
.woocommerce-variation-add-to-cart .button, .woocommerce-simple-add-to-cart .button {
  height: auto !important;
  font-weight: 500 !important;
  padding: 1rem 1.5rem !important;
  border-radius: 0 !important;
  border: 2px solid #d9531e !important;
  background-color: #d9531e !important;
  transition: 0.4s ease all;
}
.woocommerce-variation-add-to-cart .button:hover, .woocommerce-simple-add-to-cart .button:hover {
  color: #d9531e !important;
  background-color: #fff !important;
}
.woocommerce-variation-add-to-cart .quantity .qty, .woocommerce-simple-add-to-cart .quantity .qty {
  padding: calc(0.75rem + 1px) 0.75rem calc(0.75rem + 1px) 1.5rem !important;
  margin-right: 1rem;
  border-radius: 0;
  border: 1px solid #ced4da;
  width: 6rem !important;
  text-align: left !important;
}

.woocommerce-variation-price, .price .woocommerce-Price-amount {
  margin-bottom: 1rem;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  color: #20387a;
}

.woocommerce-variation-price, .price .price-incl .woocommerce-Price-amount, .price {
  font-size: 0.9rem;
  font-weight: normal;
  color: #000;
}

.alert .button {
  border-radius: 0 !important;
  padding: 0.75rem 1.5rem !important;
  height: auto !important;
  margin-right: 1rem !important;
  background-color: #d9531e !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.shopping-cart-link {
  position: relative;
}
.shopping-cart-link .amount-shopping-cart {
  position: absolute;
  background-color: #d9531e;
  color: #fff;
  font-size: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.25rem;
  right: -0.25rem;
  top: 1.5rem;
}

.woocommerce table.shop_table, table.order_details {
  border: none;
}
.woocommerce table.shop_table td, table.order_details td {
  border-top: none;
  padding: 1rem 12px;
}
.woocommerce table.shop_table .cart_item td, .woocommerce table.shop_table .order_item td, table.order_details .cart_item td, table.order_details .order_item td {
  padding: 0.75rem 12px;
}
.woocommerce table.shop_table .cart_item:nth-child(odd), .woocommerce table.shop_table .order_item:nth-child(odd), table.order_details .cart_item:nth-child(odd), table.order_details .order_item:nth-child(odd) {
  background-color: #e8ebf1;
}
.woocommerce table.shop_table .product-subtotal, .woocommerce table.shop_table .product-quantity, .woocommerce table.shop_table .product-price, table.order_details .product-subtotal, table.order_details .product-quantity, table.order_details .product-price {
  text-align: right;
}

.woocommerce table.shop_table th {
  padding: 1rem 12px;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .quantity .qty {
  text-align: left;
  padding: 0.5rem 0.25rem 0.5rem 0.75rem;
  border-radius: 0;
  border: 1px solid #ccc;
}

.woocommerce ul.order_details {
  padding-left: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  height: auto;
  margin-right: 1rem;
  background-color: #d9531e;
  color: #fff;
  font-weight: 400;
  transition: color 0.4s ease, background-color 0.4s ease;
  border: 2px solid #d9531e;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #fff;
  color: #d9531e;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 0.75rem 1.5rem;
  color: #fff;
  margin-right: 0;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #fff;
  color: #d9531e;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #d9531e;
  color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0.6rem;
  width: 10rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #20387a;
  color: #fff;
  border-color: #20387a;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #fff;
  color: #20387a;
}

.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce form .form-row {
  margin-bottom: 15px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .payment_method_mollie_wc_gateway_ideal select {
  width: 100%;
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0;
  border: 1px solid #e8ebf1;
}

.payment_method_mollie_wc_gateway_ideal p {
  margin-bottom: 0.25rem;
}

.select2-container--default .select2-selection--single {
  padding: 0.75rem 1rem;
  height: auto;
  border-radius: 0;
  border: 1px solid #e8ebf1;
}

.select2-dropdown {
  border-color: #e8ebf1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 40px;
}

.woocommerce form .form-row label {
  line-height: normal;
  margin-bottom: 0.25rem;
}

.woocommerce form .form-row textarea {
  height: 7rem;
}

.woocommerce .woocommerce-customer-details address {
  padding: 1.5rem;
  border: 1px solid #e8ebf1;
  border-radius: 0;
}

@keyframes BannerContentFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.max-width-100 {
  max-width: 100%;
}

#filters > a {
  color: #d9531e;
  display: block;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  border: 1px solid #ebedf1;
  border-top: none;
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.collapse-filters .filters {
  margin-bottom: 0;
}

#filters > a.collapsed:after {
  content: "+ Filters tonen";
}

#filters > a:not(.collapsed):after {
  content: "- Filters verbergen";
}

#filters .collapse.collapse-filters:not(.show) {
  display: block;
  /* height = lineheight * no of lines to display */
  height: 200px;
  overflow: hidden;
}

#filters .collapsing.collapse-filters {
  height: 200px;
}

.woocommerce ul#shipping_method li input {
  position: relative;
  top: 3px;
}

@media (max-width: 992px) {
  .site-banner {
    text-align: center;
  }
  .site-banner.banner-small {
    min-height: 450px;
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .site-banner.banner-small .banner-inner-text {
    margin: 60px 0;
  }
  .site-banner.banner-medium .banner-medium-inner {
    padding: 30px;
    display: block;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-banner.banner-medium .banner-medium-inner h3 {
    font-size: 20px;
  }
  .site-banner.banner-medium .banner-medium-inner .banner-inner-img {
    width: 100%;
  }
  .site-banner.banner-medium .banner-medium-inner .banner-inner-btn {
    text-align: center;
  }
  .site-banner.banner-medium .banner-medium-inner .banner-inner-text, .site-banner.banner-medium .banner-medium-inner .banner-inner-btn {
    width: 100%;
    flex: unset;
    margin-top: 40px;
  }
  .site-banner.banner-fullwidth {
    height: auto;
    width: 100%;
    position: relative;
  }
  .site-banner.banner-fullwidth .banner-fullwidth-inner {
    width: 100%;
    display: block;
    align-items: center;
    position: relative;
    padding: 40px;
    top: unset;
    transform: unset;
  }
  .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-text, .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-img, .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-btn {
    width: 100%;
    flex: unset;
  }
  .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-text {
    text-align: center;
    margin: 30px 0;
  }
  .site-banner.banner-fullwidth .banner-fullwidth-inner .banner-inner-btn {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .block {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .home-usps {
    margin-top: 4rem;
  }
  .home-usps .usp-item {
    padding: 0.8rem 1rem;
  }
  .block {
    padding: 3rem;
  }
  .home-resource-center .home-resource-center-logo {
    max-width: 14rem;
  }
  .home-resource-center .home-resource-center-text {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .whatsapp-footer {
    right: -20px;
  }
}
@media (min-width: 992px) {
  .gradient .gradient-home-inner {
    padding: 4rem 0;
  }
  .section-half-photo-gradient-right {
    width: calc(50% + 1rem);
  }
  .intro-almotion {
    position: relative;
    z-index: unset;
    margin-bottom: 0;
  }
  .menudropsub {
    margin-bottom: 0;
  }
  .navbar-container .navbar .dropdown-menu .menu-foto {
    height: calc(100% + 60px);
    margin-top: -30px;
    max-width: 275px;
    background-size: cover;
    background-position: center;
  }
  .navbar-container .navbar .dropdown-menu .container {
    max-width: calc(1500px - 4rem);
    padding: 0 3rem;
  }
  .menu-sub-uitgelicht {
    padding: 2rem;
  }
  .subcategory {
    border: 2px solid #ebedf1;
    border-left: 0;
  }
  .subcategory.first-subcategory {
    border-left: 2px solid #ebedf1;
  }
  section {
    padding: 4rem 0;
  }
  .pt-mobile-0 {
    padding-top: 4rem;
  }
  .no-padding-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  h1 {
    font-size: 2.75rem;
  }
  .navbar-container .navbar {
    padding: 0 2rem;
  }
  .navbar-container .navbar .navbar-nav {
    margin-bottom: 0;
  }
  .navbar-container .navbar .nav-item {
    border-bottom: 4px solid transparent;
    transition: border-bottom-color 0.4s ease;
  }
  .navbar-container .navbar .nav-item.active, .navbar-container .navbar .nav-item:hover {
    border-bottom: 4px solid #d9531e;
  }
  .navbar-container .navbar .nav-item .nav-link {
    padding: 1.75rem 0.75rem;
  }
  .navbar-container .navbar .navbar-custom-link {
    display: inline-block;
  }
  .navbar-container .navbar .dropdown-menu {
    border-bottom: 1px solid rgba(217, 83, 30, 0.1);
    padding: 2rem 0;
  }
  .navbar-container .navbar .btn-producten {
    position: absolute;
    bottom: 0;
  }
  .section-with-half-photo {
    padding: 6rem 0;
  }
  .section-half-photo {
    width: 50%;
    height: 100%;
  }
  .section-half-photo-half {
    height: 60%;
  }
  .col-bordered-lg {
    border-left: 2px solid #ebedf1;
  }
  .col-bordered-sm-top {
    border-top: none;
  }
  .col-bordered-grey-sm-top {
    border-top: none;
  }
  div.category, a.category {
    padding: 4rem 2rem;
  }
  .text-block {
    padding: 4rem 2rem;
  }
  .section-half-photo-gradient {
    display: block;
  }
  .photo-usp {
    margin-bottom: 0;
  }
  .py-10 {
    padding: 6rem 0;
  }
  .pb-10 {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .splitter-line {
    height: 10rem;
    width: 1px;
    margin: 0;
  }
  .col-bordered-grey-lg {
    border-left: 2px solid #d8dde5;
  }
}
@media (min-width: 1200px) {
  .navbar-container .navbar .navbar-custom-link .navbar-custom-link-text {
    display: inline;
  }
  .menu-sub-uitgelicht {
    padding: 3.5rem 2.5rem;
  }
  .menu-sub-uitgelicht img {
    width: 14rem;
    flex: 0 0 14rem;
  }
}
@media (min-width: 1400px) {
  .navbar-container .navbar .nav-item .nav-link {
    padding: 1.75rem 1.25rem calc(1.75rem - 4px);
  }
  .navbar-container .navbar .navbar-custom-link {
    margin-left: 2rem;
  }
  .floating-text {
    display: block;
  }
  #big-right-top {
    right: 4rem;
  }
  #small-right-top {
    right: 3.1rem;
  }
  #left-1 {
    left: 4rem;
  }
  #left-2 {
    left: 2rem;
  }
  #left-text {
    left: 2rem;
  }
  #left-3 {
    left: 4rem;
  }
  #left-4 {
    left: 2rem;
  }
  #left-text-2 {
    left: 2rem;
  }
  #right-1 {
    right: 4rem;
  }
  #right-2 {
    right: 2rem;
  }
  #right-text {
    right: 2rem;
  }
  #right-3 {
    right: 2rem;
  }
  #right-4 {
    right: 4rem;
  }
  #right-text-2 {
    right: 2rem;
  }
}
@media (min-width: 1500px) {
  .navbar-container.navbar-home {
    margin-top: 2rem;
  }
  .navbar-container .navbar .dropdown-menu .container {
    max-width: calc(1500px - 4rem);
    padding: 0 1rem;
  }
}
@media (min-width: 1600px) {
  .navbar-container .navbar .navbar-custom-link {
    margin-left: 3rem;
  }
}
.resource-center-image {
  width: 100%;
  max-width: 600px;
}

.resource-center-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resource-center-column .resource-center-column-header {
  padding: 25px;
  text-align: center;
  color: white;
}
.resource-center-column .resource-center-column-header h2 {
  color: white;
}
.resource-center-column .resource-center-column-link {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 50px 25px;
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}
.resource-center-column .resource-center-column-link .resource-center-column-tag {
  background-color: #1c2748;
  color: white;
  padding: 2px 20px;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 25px;
  border-radius: 50px;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}
.resource-center-column .resource-center-column-link .resource-center-column-tag:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 6px -8px -4px 8px;
  border: 1px solid var(--resource-center-tag-decoration-color, #d9531e);
  border-radius: 50px;
}
.resource-center-column .resource-center-column-link .resource-center-column-label {
  color: #1c2748;
  font-style: italic;
  font-weight: 300;
  position: absolute;
  right: 25px;
  bottom: 8px;
  transition: 0.3s;
}
.resource-center-column .resource-center-column-link:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.resource-center-column .resource-center-column-link:hover .resource-center-column-label {
  color: #d9531e;
}

.resource-center-single {
  background-color: white;
  color: #1a1b29;
  border-radius: 30px;
  padding: 30px;
}
.resource-center-single .resource-center-single-tag {
  background-color: #ecf0f4;
  padding: 2px 20px;
  font-size: 0.875rem;
  font-weight: bold;
  width: fit-content;
}
.resource-center-single h1 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .resource-center-single h1 {
    font-size: 1.5rem;
  }
}
.resource-center-single .resource-center-single-description {
  background-color: #1c2748;
  color: white;
  border-radius: 30px;
  padding: 20px;
  height: 100%;
}
.resource-center-single .resource-center-single-break {
  width: calc(100% + 60px);
  height: 1px;
  background-color: #e8e8e8;
  margin: 25px -30px;
}
.resource-center-single .resource-center-text-toggle del {
  color: #d9531e;
  text-decoration: none;
}
.resource-center-single .resource-center-text-toggle .resource-center-text-toggle-content {
  overflow: hidden;
}
.resource-center-single .resource-center-text-toggle.is-collapsed .resource-center-text-toggle-less {
  display: none;
}
.resource-center-single .resource-center-text-toggle.is-expanded .resource-center-text-toggle-less {
  display: inline;
}
.resource-center-single .resource-center-text-toggle.is-expanded .resource-center-text-toggle-more {
  display: none;
}
.resource-center-single .resource-center-text-toggle.is-not-overflowing .resource-center-text-toggle-button {
  display: none;
}
.resource-center-single .resource-center-text-toggle-button {
  appearance: none;
  border: 0;
  background: #1c2748;
  color: white;
  margin-top: 15px;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 20px;
  transition: 0.3s;
}
.resource-center-single .resource-center-text-toggle-button:hover {
  background: #d9531e;
}
.resource-center-single .resource-center-file-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
.resource-center-single .resource-center-file-summary-item {
  align-items: center;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 45px;
  padding: 9px 24px;
}
.resource-center-single .resource-center-file-summary-item strong {
  color: #20387a;
}
.resource-center-single .resource-center-file-summary-item span:last-child {
  color: #778094;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: lowercase;
}
.resource-center-single .resource-center-file-accordion {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.resource-center-single .resource-center-file-group {
  border-bottom: 1px solid #e8e8e8;
}
.resource-center-single .resource-center-file-group:last-child {
  border-bottom: 0;
}
.resource-center-single .resource-center-file-group-header {
  appearance: none;
  align-items: center;
  background: #f5f7fb;
  border: 0;
  color: #20387a;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 18px 28px;
  text-align: left;
  width: 100%;
}
.resource-center-single .resource-center-file-group-header:focus {
  outline: none;
}
.resource-center-single .resource-center-file-group-title,
.resource-center-single .resource-center-file-group-meta,
.resource-center-single .resource-center-file-row-main,
.resource-center-single .resource-center-file-row-actions {
  align-items: center;
  display: flex;
}
.resource-center-single .resource-center-file-group-title,
.resource-center-single .resource-center-file-row-main {
  flex-wrap: wrap;
  gap: 14px;
  min-width: 0;
}
.resource-center-single .resource-center-file-meta {
  display: contents;
}
.resource-center-single .resource-center-file-meta .resource-center-file-size {
  display: none;
}
.resource-center-single .resource-center-file-group-meta {
  color: #778094;
  flex: 0 0 auto;
  font-size: 0.875rem;
  gap: 18px;
}
.resource-center-single .resource-center-file-group-meta i {
  color: #d9531e;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.resource-center-single .resource-center-file-group-header.collapsed .resource-center-file-group-meta i {
  transform: rotate(0);
}
.resource-center-single .resource-center-file-list {
  background: white;
}
.resource-center-single .resource-center-file-row {
  align-items: center;
  border-top: 1px solid #e8e8e8;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px 28px;
}
.resource-center-single .resource-center-file-row:first-child {
  border-top: 0;
}
.resource-center-single .resource-center-file-row-actions {
  flex: 0 0 auto;
  gap: 18px;
}
.resource-center-single .resource-center-file-size {
  color: #778094;
  font-size: 0.875rem;
  min-width: 70px;
  text-align: right;
}
.resource-center-single .resource-center-file-extension {
  background: #ecf0f4;
  border-radius: 4px;
  color: #20387a;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  min-width: 44px;
  padding: 5px 9px;
  text-align: center;
  text-transform: uppercase;
}
.resource-center-single .resource-center-file-extension.is-pdf {
  background: #fff1ef;
  color: #d9531e;
}
.resource-center-single .resource-center-file-extension.is-step {
  background: #eaf4ff;
  color: #2477b8;
}
.resource-center-single .resource-center-file-extension.is-dwg {
  background: #fff6df;
  color: #b97800;
}
.resource-center-single .resource-center-file-extension.is-image {
  background: #eaf8ee;
  color: #2d8a4d;
}
.resource-center-single .resource-center-file-extension.is-archive {
  background: #f1edff;
  color: #6246a8;
}
.resource-center-single .resource-center-file-extension.is-document {
  background: #eef2ff;
  color: #3f51b5;
}
.resource-center-single .resource-center-file-extension.is-spreadsheet {
  background: #e8f6f0;
  color: #1f7a4d;
}
.resource-center-single .resource-center-file-download {
  align-items: center;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  color: #20387a;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 8px;
  padding: 6px 14px;
  transition: 0.3s;
}
.resource-center-single .resource-center-file-download i {
  color: #d9531e;
}
.resource-center-single .resource-center-file-download:hover {
  background: #d9531e;
  border-color: #d9531e;
  color: white;
  text-decoration: none;
}
.resource-center-single .resource-center-file-download:hover i {
  color: white;
}
@media (max-width: 767px) {
  .resource-center-single .resource-center-file-summary {
    gap: 10px;
  }
  .resource-center-single .resource-center-file-summary-item {
    font-size: 0.875rem;
    padding: 8px 14px;
  }
  .resource-center-single .resource-center-file-summary-item span:last-child {
    font-size: 0.78rem;
  }
  .resource-center-single .resource-center-file-group-header,
  .resource-center-single .resource-center-file-row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resource-center-single .resource-center-file-group-header {
    align-items: center;
    flex-direction: row;
    font-size: 0.9rem;
    gap: 12px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .resource-center-single .resource-center-file-group-title {
    flex: 1 1 auto;
  }
  .resource-center-single .resource-center-file-group-meta {
    font-size: 0.78rem;
    gap: 10px;
  }
  .resource-center-single .resource-center-file-row {
    align-items: center;
    gap: 12px;
  }
  .resource-center-single .resource-center-file-row-actions {
    align-items: flex-start;
    flex-direction: row;
  }
  .resource-center-single .resource-center-file-row-main {
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 4px;
  }
  .resource-center-single .resource-center-file-title {
    color: #20387a;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.35;
    order: 1;
  }
  .resource-center-single .resource-center-file-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    order: 2;
  }
  .resource-center-single .resource-center-file-meta .resource-center-file-size {
    display: inline;
  }
  .resource-center-single .resource-center-file-row-actions .resource-center-file-size,
  .resource-center-single .resource-center-file-download span {
    display: none;
  }
  .resource-center-single .resource-center-file-extension,
  .resource-center-single .resource-center-file-size {
    background: transparent;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    min-width: 0;
    padding: 0;
    text-align: left;
  }
  .resource-center-single .resource-center-file-extension.is-pdf, .resource-center-single .resource-center-file-extension.is-step, .resource-center-single .resource-center-file-extension.is-dwg, .resource-center-single .resource-center-file-extension.is-image, .resource-center-single .resource-center-file-extension.is-archive, .resource-center-single .resource-center-file-extension.is-document, .resource-center-single .resource-center-file-extension.is-spreadsheet {
    background: transparent;
  }
  .resource-center-single .resource-center-file-download {
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
  }
}
.resource-center-single .resource-center-faq-item {
  border-bottom: 1px solid #e8e8e8;
}
.resource-center-single .resource-center-faq-item:last-child {
  border-bottom: 0;
}
.resource-center-single .resource-center-faq-item.is-hidden {
  display: none;
}
.resource-center-single .resource-center-faq-accordion.is-limited:not(.is-expanded) .resource-center-faq-item.is-visible-limit {
  border-bottom: 0;
}
.resource-center-single .resource-center-faq-question {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  color: #20387a;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.resource-center-single .resource-center-faq-question i {
  color: #d9531e;
  flex: 0 0 auto;
  margin-left: 20px;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.resource-center-single .resource-center-faq-question.collapsed i {
  transform: rotate(0);
}
.resource-center-single .resource-center-faq-question:focus {
  outline: none;
}
.resource-center-single .resource-center-faq-answer {
  padding-bottom: 18px;
}
.resource-center-single .resource-center-faq-more-button {
  appearance: none;
  background: #1c2748;
  border: 0;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  padding: 8px 20px;
  transition: 0.3s;
}
.resource-center-single .resource-center-faq-more-button:hover {
  background: #d9531e;
}

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