@font-face {
  font-family: "Palfinger Handel Versalien";
  src: url("/wp-content/themes/Interpulse-child/fonts/PalfingerHandelVersalien.woff2") format("woff2"), url("/wp-content/themes/Interpulse-child/fonts/PalfingerHandelVersalien.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Next LT Pro Lt";
  src: url("/wp-content/themes/Interpulse-child/fonts/TradeGothicNextLTPro-Lt.woff2") format("woff2"), url("/wp-content/themes/Interpulse-child/fonts/TradeGothicNextLTPro-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Next LT Pro Lt";
  src: url("/wp-content/themes/Interpulse-child/fonts/TradeGothicNextLTPro-Bd.woff2") format("woff2"), url("/wp-content/themes/Interpulse-child/fonts/TradeGothicNextLTPro-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Next LT Pro";
  src: url("/wp-content/themes/Interpulse-child/fonts/TradeGothicNextLTPro-Rg.woff2") format("woff2"), url("/wp-content/themes/Interpulse-child/fonts/TradeGothicNextLTPro-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: inherit;
  color: #C91019;
}

.palfinger-handel-versalien {
  font-family: "Palfinger Handel Versalien" !important;
}

.trade-gothic-next {
  font-family: "Trade Gothic Next LT Pro Lt" !important;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: calc(1.345rem + 1.14vw);
  }
}
@media (max-width: 576px) and (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
}
:root {
  --container-padding-y: 90px;
  --container-padding-x: 3rem;
  --list-padding-left: 1.5em;
  --bs-body-line-height: 1.5rem;
  --bs-body-font-size: 1rem;
}

@media (max-width: 767px) {
  :root {
    --container-padding-y: calc(90px / 1.5);
    --container-padding-x: calc(3rem / 2);
  }
}
body {
  padding-top: 0;
}
body header {
  padding-top: var(--navigation-height-affix);
}

.h3, .h4, .h5, .h6,
h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
}

.h4, .h5, .h6,
h4, h5, h6 {
  font-family: inherit;
}

section.has-text-background {
  margin-top: calc(var(--container-padding-y) / 2);
}

.wpcf7 p {
  margin-bottom: 0.5rem;
}

.wpcf7 textarea {
  min-height: 75px;
}

.wpcf7 .submit p {
  display: flex;
  flex-direction: row-reverse;
}

.btn:not(.btn-primary):not([class*=-outline-]) svg polyline,
.btn:not(.btn-primary):not([class*=-outline-]) svg path {
  fill: #C91019;
}
.btn:not(.btn-primary):not([class*=-outline-]) svg[class*=text-] {
  --bs-btn-color: #C91019;
}
.btn:not(.btn-primary):not([class*=-outline-]):hover svg path {
  fill: var(--bs-btn-hover-color);
}
.btn:not(.btn-primary):not([class*=-outline-]).active svg path, .btn:not(.btn-primary):not([class*=-outline-]):active svg path {
  fill: var(--bs-btn-active-color);
}

.col-xxs-15 {
  width: 20%;
  flex: 0 0 20%;
}

@media (min-width: 360px) {
  .col-xs-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 576px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1500px) {
  .col-xxl-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
[class*=bg-].gradient {
  background: linear-gradient(to top, rgba(var(--background-color-rgb), 0) 0%, rgba(var(--background-color-rgb), 1) 100%) !important;
}

:root {
  --navigation-bottom-height: 81px;
  --navigation-top-height: 57px;
}

body:has(.has-image) nav.navbar {
  --bs-navbar-color: rgba(255, 255, 255, 1);
  --bs-nav-link-color: rgba(255, 255, 255, 1);
  --bs-nav-link-hover-color: rgba(255, 255, 255, 1);
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
  --bs-nav-link-disabled-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.55);
  --bs-nav-link-active-color: rgba(255, 255, 255, 1);
  --bs-navbar-active-color: rgba(255, 255, 255, 1);
}
body:has(.has-image) nav.navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--navigation-height) * 2);
  background: linear-gradient(to bottom, #200002 0%, rgba(32, 0, 2, 0) 100%);
  z-index: -1;
  transition: 0.2s ease all;
}
body:has(.has-image) nav.navbar > .top-nav .navbar-nav:before {
  background: rgba(32, 0, 2, 0.4);
}
body:has(.has-image) nav.navbar .bottom-nav:before {
  background: transparent;
}
body:has(.has-image) nav.navbar .navbar-brand img {
  filter: invert(0);
}
body:has(.has-image) nav.navbar .navbar-brand path.text {
  fill: #fff;
}

body nav.navbar.affix {
  --background-color: #fff;
  --bs-navbar-color: rgba(#212529, 1)!important;
  --bs-nav-link-color: rgba(#212529, 1)!important;
  --bs-navbar-brand-padding-y: 5px;
}
body nav.navbar.affix:before {
  height: var(--navigation-height);
  opacity: 0;
}
body nav.navbar.affix > .top-nav .navbar-nav:before {
  background: #F0F0F0;
}
body nav.navbar.affix .bottom-nav:before {
  background: transparent;
}
body nav.navbar.affix .navbar-brand img {
  filter: invert(1);
}
body nav.navbar.affix .navbar-brand path.text {
  fill: #1b1b1c;
}

@media (min-width: 991px) {
  body nav.navbar.affix .bottom-nav {
    --bs-navbar-color: rgba(#212529, 1);
    --bs-nav-link-color: rgba(#212529, 1);
    --bs-nav-link-hover-color: rgba(#212529, 1);
    --bs-navbar-hover-color: rgba(#212529, 1);
    --bs-nav-link-disabled-color: rgba(#212529, 1);
    --bs-navbar-disabled-color: rgba(#212529, 1);
    --bs-nav-link-active-color: rgba(#212529, 1);
    --bs-navbar-active-color: rgba(#212529, 1);
  }
}
@media (max-width: 991px) {
  body nav.navbar.affix {
    --bs-navbar-brand-padding-y: 10px;
  }
}
body nav.navbar {
  --box-shadow: none;
  --box-shadow-affix: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-navbar-brand-padding-y: 0;
  --nav-item-margin-left: 1rem;
  --bs-navbar-color: rgba(#212529, 1);
  --bs-nav-link-color: rgba(#212529, 1);
  --bs-nav-link-hover-color: rgba(#212529, 1);
  --bs-navbar-hover-color: rgba(#212529, 1);
  --bs-nav-link-disabled-color: rgba(#212529, 1);
  --bs-navbar-disabled-color: rgba(#212529, 1);
  --bs-nav-link-active-color: rgba(#212529, 1);
  --bs-navbar-active-color: rgba(#212529, 1);
  --nav-link-align: left;
  --nav-link-background-color: transparent;
  --nav-link-background-color-hover: color-mix(in srgb, #C91019 100%, white 7.5%);
  --nav-link-background-color-focus: color-mix(in srgb, #C91019 100%, white 12.5%);
  --nav-link-background-color-active: color-mix(in srgb, #C91019 100%, white 12.5%);
  --nav-link-background-color-active-hover: color-mix(in srgb, #C91019 100%, white 17.5%);
  --bs-navbar-padding-y: 0;
  --nav-link-border-radius: 0;
  --background-color: transparent;
  background-color: var(--background-color);
}
body nav.navbar .navbar-brand {
  margin-top: calc(var(--navigation-top-height) / 1.1 * -1);
  height: var(--navigation-bottom-height) !important;
}
body nav.navbar .navbar-brand img {
  filter: invert(1);
}
body nav.navbar .navbar-brand svg {
  max-height: 100%;
  width: auto;
}
body nav.navbar .navbar-brand svg path.text {
  fill: #1b1b1c;
}
body nav.navbar > .top-nav .container {
  min-height: inherit;
}
body nav.navbar > .top-nav .container .top-nav-inner {
  min-height: inherit;
}
body nav.navbar > .top-nav .navbar-nav {
  position: relative;
  margin-right: calc(var(--nav-item-margin-left) * -1);
}
body nav.navbar > .top-nav .navbar-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F0F0F0;
  transform: skew(-15deg);
  z-index: -1;
  transition: 0.2s ease all;
}
body nav.navbar > .top-nav .navbar-nav li.nav-item:last-child {
  margin-right: var(--nav-item-margin-left);
}
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link + .btn,
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link {
  background-color: transparent;
  position: relative;
}
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link + .btn:before,
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--nav-link-background-color);
  transform: skew(-15deg);
  z-index: -1;
  transition: 0.2s ease all;
}
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link + .btn[href*="dealers.palfinger"],
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link[href*="dealers.palfinger"] {
  display: flex;
  flex-direction: row-reverse;
}
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link + .btn[href*="dealers.palfinger"]:after,
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link[href*="dealers.palfinger"]:after {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link + .btn[href*="dealers.palfinger"] svg,
body nav.navbar > .top-nav .navbar-nav li.nav-item > .nav-link[href*="dealers.palfinger"] svg {
  margin-right: 0.375em;
}
body nav.navbar .bottom-nav {
  position: relative;
}
body nav.navbar .bottom-nav:before {
  content: "";
  height: 1px;
  background: #dee2e6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body nav.navbar .navbar-nav li.nav-item.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu {
  --bs-dropdown-item-padding-y: calc(0.25rem * 2);
}
body nav.navbar .navbar-nav li.nav-item.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu li .row {
  margin-left: 0;
  margin-right: 0;
}
body nav.navbar .navbar-nav li.nav-item.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu li .row > [class*=col-]:first-child {
  padding-left: 0;
}
body nav.navbar .navbar-nav li.nav-item.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu li .row > [class*=col-]:last-child {
  padding-right: 0;
}
body nav.navbar .navbar-nav li.nav-item.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu li .row .col-image {
  flex: 0 0 85px;
  width: 85px;
}
body nav.navbar .navbar-nav li.nav-item.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu li .row.col-content {
  font-weight: bold;
  white-space: normal;
}
body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu + .dropdown-menu {
  display: none;
}
body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu {
  --bs-dropdown-bg: white;
  --bs-dropdown-border-color: white;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-border-radius: 0;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item {
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-focus-color: #fff;
  --bs-dropdown-link-active-color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item svg path {
  fill: #C91019;
}
body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:hover svg path, body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:focus svg path, body nav.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:active svg path {
  fill: #fff;
}

@media (min-width: 991px) {
  body nav.navbar .navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transition: 0.15s ease-in-out opacity;
  }
  body nav.navbar .bottom-nav .container-fluid,
body nav.navbar .bottom-nav .container {
    position: relative;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav .nav-item,
body nav.navbar .bottom-nav .container .navbar-nav .nav-item {
    position: relative;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav .nav-item .nav-link,
body nav.navbar .bottom-nav .container-fluid .navbar-nav .nav-item .nav-link + .btn,
body nav.navbar .bottom-nav .container .navbar-nav .nav-item .nav-link,
body nav.navbar .bottom-nav .container .navbar-nav .nav-item .nav-link + .btn {
    background: transparent;
    position: relative;
    border: 0;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav .nav-item .nav-link:before,
body nav.navbar .bottom-nav .container-fluid .navbar-nav .nav-item .nav-link + .btn:before,
body nav.navbar .bottom-nav .container .navbar-nav .nav-item .nav-link:before,
body nav.navbar .bottom-nav .container .navbar-nav .nav-item .nav-link + .btn:before {
    content: "";
    position: absolute;
    left: var(--bs-nav-link-padding-x);
    right: var(--bs-nav-link-padding-x);
    bottom: 0;
    height: 2px;
    background: var(--nav-link-background-color);
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav .nav-item .nav-link + .btn:before,
body nav.navbar .bottom-nav .container .navbar-nav .nav-item .nav-link + .btn:before {
    left: calc(var(--bs-nav-link-padding-x) * -1);
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) {
    position: static;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu {
    max-width: 75%;
    padding-left: 460px;
    right: var(--container-padding-x);
    --bs-dropdown-padding-y: 1.5rem;
    --bs-dropdown-padding-x: 1.5rem;
    --bs-dropdown-item-padding-x: var(--bs-dropdown-padding-x);
    top: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child {
    width: 460px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    display: flex;
    flex-direction: column;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .content-cleanse,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .content-cleanse {
    flex-grow: 1;
    overflow: auto;
    margin-right: 133px;
    padding-right: var(--bs-dropdown-padding-x);
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .image,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .image {
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:not(:first-child),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:not(:first-child) {
    margin-right: calc(var(--bs-dropdown-padding-x) * -1);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:not(:first-child) a.dropdown-item svg path,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:not(:first-child) a.dropdown-item svg path {
    fill: #C91019;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:not(:first-child) a.dropdown-item:hover svg path,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:not(:first-child) a.dropdown-item:hover svg path {
    fill: #dee2e6;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li {
    flex: 0 0 50%;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li a.dropdown-item,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li a.dropdown-item {
    white-space: normal;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(1),
body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(2),
body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(3),
body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(4),
body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(5),
body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(6),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(1),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(2),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(3),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(4),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(5),
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:last-child:nth-of-type(6) {
    min-height: 73px;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu {
    padding-left: 40%;
    max-width: 90%;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child {
    width: 40%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu {
    padding-left: 40%;
    max-width: 100%;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child {
    width: 40%;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .image,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .image {
    width: 98px;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .content-cleanse,
body nav.navbar .bottom-nav .container .navbar-nav li.dropdown:has(.dropdown-menu.taxonomy-menu) .dropdown-menu.taxonomy-menu li:first-child .content-cleanse {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  body nav.navbar {
    --bs-navbar-brand-padding-y: 10px;
  }
  body nav.navbar .navbar-brand {
    margin-top: 0;
  }
  body nav.navbar:has(.navbar-collapse.show), body nav.navbar:has(.navbar-collapse.collapsing) {
    --bs-navbar-color: rgba(#212529, 1);
    --bs-nav-link-color: rgba(#212529, 1);
    --bs-nav-link-hover-color: rgba(255, 255, 255, 1);
    --bs-navbar-hover-color: rgba(255, 255, 255, 1);
    --bs-nav-link-disabled-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.55);
    --bs-nav-link-active-color: rgba(255, 255, 255, 1);
    --bs-navbar-active-color: rgba(255, 255, 255, 1);
  }
  body nav.navbar:has(.navbar-collapse.show) .bottom-nav:before, body nav.navbar:has(.navbar-collapse.collapsing) .bottom-nav:before {
    background: #fff;
  }
  body nav.navbar .bottom-nav {
    height: auto;
    min-height: var(--navigation-height-bottom);
  }
  body nav.navbar .bottom-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: 0.2s ease all;
  }
  body nav.navbar .bottom-nav:has(.navbar-collapse.show):before, body nav.navbar .bottom-nav:has(.navbar-collapse.collapsing):before {
    opacity: 1;
  }
  body nav.navbar .bottom-nav .container-fluid,
body nav.navbar .bottom-nav .container {
    display: block;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li,
body nav.navbar .bottom-nav .container .navbar-nav li {
    margin-left: 0;
    margin-bottom: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li .sub-menu,
body nav.navbar .bottom-nav .container .navbar-nav li .sub-menu {
    flex: 1 0 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
  }
  body nav.navbar .bottom-nav .container-fluid .navbar-nav li .sub-menu .page-summary,
body nav.navbar .bottom-nav .container .navbar-nav li .sub-menu .page-summary {
    display: none;
  }
}
.navbar-toggler {
  --bs-border-width: 0;
  --bs-border-color: transparent;
}
.navbar-toggler span {
  --navbar-toggler-span-color: #000;
}

body:has(.has-image) .navbar .navbar-toggler span {
  --navbar-toggler-span-color: #fff;
}

body .navbar.affix .navbar-toggler span {
  --navbar-toggler-span-color: #000;
}

body .navbar:has(.navbar-collapse.show) .navbar-toggler span, body .navbar:has(.navbar-collapse.collapsing) .navbar-toggler span {
  --navbar-toggler-span-color: #000;
}

.pswp__zoom-wrap:has(video) .pswp__img {
  display: none;
}

.uspcolumns + .textcolumns .container,
.textcolumns + .uspcolumns .container {
  margin-top: calc(var(--padding-top-removed) / 2 * -1);
}

section.text-and-image .row-responsive,
section.textcolumns .row-responsive {
  --bs-gutter-x: 3rem;
}

@media (max-width: 991px) {
  section.text-and-image .row-responsive,
section.textcolumns .row-responsive {
    --bs-gutter-x: 2.5rem;
  }
}
section.partners .partners .images a,
section.partners .partners .images img {
  --width: 150px;
}

header {
  overflow: hidden;
}
header .content-wrap {
  position: relative;
  width: 700px;
  padding: 50px 0;
  background: transparent !important;
}
header .content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: -1;
  margin-left: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1 - 20%);
  margin-right: -20%;
  background: url("/wp-content/themes/Interpulse-child/images/pattern.svg") no-repeat top left, linear-gradient(to left, rgba(var(--background-color-rgb), 0.55) 0%, rgba(var(--background-color-rgb), 1) 20%, rgba(var(--background-color-rgb), 1) 100%);
  transform: skew(-20deg);
}
header .vacature-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 542px;
  max-width: 100%;
  display: flex;
  z-index: 2;
  padding: 0 0 0 4rem;
  background: transparent !important;
}
header .vacature-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(to right, rgba(var(--background-color-rgb), 0) 0%, rgba(var(--background-color-rgb), 1) 40%, rgba(var(--background-color-rgb), 1) 100%) !important;
  z-index: -1;
}
header .vacature-cta .text {
  flex-grow: 1;
  padding: 1.5rem;
}
header .vacature-cta .image {
  width: 175px;
  flex: 0 0 175px;
  position: relative;
}
header .vacature-cta .image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: none;
}
header .container,
header .container-fluid {
  padding-bottom: calc(var(--container-padding-y) * 0.66);
}

@media (max-width: 991px) {
  header .content-wrap {
    width: 100%;
  }
  header .content-wrap:before {
    margin-right: -10%;
  }
}
@media (max-width: 576px) {
  header .vacature-cta .text {
    padding: 1rem 0 1rem 1rem;
  }
  header .vacature-cta .text .h5, header .vacature-cta .text h5,
header .vacature-cta .text .h3, header .vacature-cta .text h3,
header .vacature-cta .text .h4, header .vacature-cta .text h4 {
    font-size: 1.2rem;
  }
  header .vacature-cta .image {
    margin-right: -45px;
    flex: 0 0 135px;
    width: 135px;
  }
}
header.has-image .content-wrap {
  opacity: 0;
  transform: translate(-70px, 0);
  animation: headerContentFadeInLeft 1s ease-out forwards 0.5s;
}
header.has-image .content-wrap .subtitle {
  animation: headerSubtitleFadeInLeft 1s ease-out forwards 0.5s;
  margin-bottom: 0.75rem;
}

.home header.has-image .container {
  min-height: 75vh;
  justify-content: flex-end;
  padding-bottom: 150px;
}

@keyframes headerContentFadeInLeft {
  from {
    transform: translate(-70px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes headerSubtitleFadeInLeft {
  from {
    transform: translate(-15px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
header:not(.has-image) {
  margin-top: var(--navigation-height);
  padding-top: 0;
}
header:not(.has-image) .container {
  padding-bottom: 0;
}
header:not(.has-image) + * section:first-child:not(.has-background):not(.has-background-color) .container {
  padding-top: 0;
}

footer {
  border-bottom: 8px solid #C91019;
}
footer .col-left {
  border-right: 1px solid #dee2e6;
}
footer .col-left .footer-logo img {
  filter: invert(1);
}
footer .col-left .contact {
  margin-top: 1rem;
}
footer .col-left .contact a {
  display: block;
  margin-bottom: 0.25rem;
}
footer .col-left .contact a svg {
  width: 18px;
  margin-right: 0.375em;
}
footer ul.menu {
  display: flex;
  flex-wrap: wrap;
}
footer ul.menu > li {
  flex: 0 0 calc(25% - 0.5rem);
  margin-bottom: 2rem;
}
footer ul.menu > li a {
  color: inherit;
}
footer ul.menu > li > a {
  font-weight: bold;
}
footer ul.menu > li .sub-menu {
  padding-left: 0;
  margin-top: 1rem;
  list-style-type: none;
}
footer ul.menu > li .sub-menu li {
  margin-bottom: 0.375rem;
}
footer .image {
  position: relative;
  height: 500px;
  margin-top: calc(var(--container-padding-y) * -1);
  z-index: 1;
}

@media (max-width: 1400px) {
  footer ul.menu > li {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (max-width: 991px) {
  footer .col-left {
    border-right: 0;
  }
}
.cookiebar .content-cleanse {
  --padding-top: 0.375rem;
}

.messagebar .content-cleanse {
  --padding-top: 0.375rem;
}

.card {
  border: 0;
}
.card .card-img-top {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.card .card-body {
  color: inherit;
  padding-bottom: 3rem;
}
.card .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
  aspect-ratio: 1/1;
  width: 45px;
  z-index: 0;
  font-size: 0;
}
.card .read-more:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-right: 45px solid white;
  border-top: 45px solid transparent;
  border-left: 45px solid transparent;
  width: 0;
  height: 0;
  z-index: -1;
  transition: 0.2s ease all;
}
.card .read-more svg {
  font-size: 1rem;
  transition: 0.2s ease all;
}
.card.text-bg-white {
  border: 1px solid #dee2e6;
}
.card.text-bg-white .read-more:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 44px solid #dee2e6;
  border-top: 44px solid transparent;
  border-left: 44px solid transparent;
  width: 0;
  height: 0;
  z-index: -1;
  transition: 0.2s ease all;
}
.card.text-bg-white .read-more svg {
  transition: 0.2s ease all;
}
.card.has-hover:hover .read-more svg.fa-arrow-right {
  transform: translate(10px, 0px);
}

.card.card-post .card-body {
  display: flex;
  flex-direction: column;
}
.card.card-post .card-body > * {
  width: 100%;
}
.card.card-post .card-body .date {
  order: -1;
  color: #6c757d;
}
.card.card-post .card-body .date:first-letter {
  text-transform: uppercase;
}

.card.card-service:first-child .card-body {
  padding-bottom: 3rem;
}
.card.card-service .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(57deg, #1B1B1C 17.38%, rgba(27, 27, 28, 0) 54.05%);
}
.card.card-service .card-body {
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.card.card-product.has-hover {
  transition: 0.2s ease all;
}
.card.card-product.has-hover:hover {
  border-color: #C91019;
  background: white;
}
.card.card-product.has-hover:hover h2, .card.card-product.has-hover:hover h3,
.card.card-product.has-hover:hover .h2, .card.card-product.has-hover:hover .h3 {
  color: #C91019;
}
.card.card-product.has-hover:hover .read-more:before {
  border-right-color: #C91019;
}
.card.card-product .card-body h2, .card.card-product .card-body h3,
.card.card-product .card-body .h2, .card.card-product .card-body .h3 {
  text-transform: uppercase;
}
.card.card-product .card-body .card-img-top {
  margin-bottom: 1rem;
  height: 60px;
  display: flex;
  align-items: center;
}
.card.card-product .card-body .card-img-top img {
  width: auto;
}
.card.card-product .card-body ul.stats {
  list-style-type: none;
}
.card.card-product .card-body ul.stats li {
  --list-padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375em;
}
.card.card-product .card-body ul.stats li .value {
  font-weight: bold;
}

@media (max-width: 576px) {
  .card.card-product {
    --bs-card-spacer-y: 0.75rem;
    --bs-card-spacer-x: 0.75rem;
  }
}
.card.card-vcard {
  width: 380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  --bs-card-border-color: transparent;
  --bs-link-color: #6c757d;
  --bs-card-spacer-x: 2rem;
  --bs-card-cap-padding-x: 2rem;
}
.card.card-vcard a {
  text-decoration: none;
}
.card.card-vcard .col-icon {
  flex: 0 0 30px;
  text-align: left;
}
.card.card-vcard .card-header {
  --bs-card-cap-padding-y: 2rem;
  padding-bottom: 0;
}
.card.card-vcard .card-body {
  --bs-card-spacer-y: 2rem;
  padding-top: calc(var(--bs-card-spacer-y) * 0.5);
  padding-bottom: calc(var(--bs-card-spacer-y) * 1.25);
}
.card.card-vcard .card-body svg path {
  fill: #212529;
}
.card.card-vcard .card-body .details .row {
  margin-top: 0.5rem;
}
.card.card-vcard .card-footer {
  --bs-card-cap-padding-y: 1.35rem;
}
.card.card-vcard .card-footer ul.d-flex li:not(:last-child) {
  margin-right: 1rem;
}
.card.card-vcard .card-footer .checkmark li svg, .card.card-vcard .card-footer ul > li.checkmark svg {
  top: 0.3rem;
}
.card.card-vcard .card-footer .btn-round {
  width: 32px;
  border-radius: 999px;
}
.card.card-vcard .card-footer:last-child {
  position: relative;
  background-color: #C91019;
  color: #fff;
  overflow: hidden;
}
.card.card-vcard .card-footer:last-child:before {
  content: "";
  background: url("/wp-content/themes/Interpulse-child/images/pattern.svg") no-repeat center/cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: cover;
  max-width: none;
  max-height: 100%;
}
.card.card-vcard .card-footer:last-child > * {
  position: relative;
  z-index: 1;
}
.card.card-vcard .card-footer:last-child a {
  margin-top: 0.2rem;
}
@media (max-width: 360px) {
  .card.card-vcard {
    --bs-card-spacer-x: 1.25rem;
    --bs-card-cap-padding-x: 1.25rem;
  }
  .card.card-vcard .card-header {
    --bs-card-cap-padding-y: 1.5rem;
  }
  .card.card-vcard .card-footer {
    --bs-card-cap-padding-y: 1rem ;
  }
}

section.has-canvas-item {
  position: relative;
  overflow: hidden;
}
section.has-canvas-item .canvas-item.background {
  min-width: 1200px;
  left: 50%;
  transform: translate(-50%, 0);
}
section.has-canvas-item .container {
  --padding-top-removed: 0!important;
  padding-top: var(--container-padding-y) !important;
}

.site {
  position: relative;
}

.buttons:not([class*=text-][class*=-end]) .btn {
  margin-right: 0.5rem;
}
.buttons:not([class*=text-][class*=-start]) .btn {
  margin-left: 0.5rem;
}

.text-bg-primary .btn-outline-primary {
  --bs-btn-color: #FFE500;
  --bs-btn-border-color: #FFE500;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFE500;
  --bs-btn-hover-border-color: #FFE500;
  --bs-btn-focus-shadow-rgb: 201, 16, 25;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFE500;
  --bs-btn-active-border-color: #FFE500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFE500;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFE500;
}

.table.table-stats {
  color: #6c757d;
}
.table.table-stats .result {
  color: #212529;
}

.modal {
  --bs-modal-width: 1000px;
}
.modal .modal-body .row-contact .col-contact a {
  display: flex;
}
.modal .modal-body .row-contact .col-contact a * {
  display: block;
}
.modal .modal-body .row-contact .col-contact .icon {
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 50%;
  margin: auto;
}
.modal .modal-body .row-contact .col-image {
  position: relative;
  margin-bottom: calc(var(--bs-modal-padding) * -1);
  flex: 0 0 175px;
}
.modal .modal-body .row-contact .col-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-height: none;
  width: 175px;
}

@media (max-width: 576px) {
  .modal {
    --bs-modal-padding: 1.25rem;
  }
  .modal .modal-body .row-contact {
    padding-bottom: 87px;
  }
  .modal .modal-body .row-contact .col-contact .icon {
    padding: 0 0.75rem;
  }
  .modal .modal-body .row-contact .col-image {
    position: static;
  }
  .modal .modal-body .row-contact .col-image img {
    width: 125px;
  }
}
.form-group {
  margin-bottom: 1rem;
}

nav .badge {
  margin-top: -0.2rem;
}
nav .badge.round {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid black;
}

.wpcf7 .wpcf7-submit {
  --bs-btn-color: #C91019;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #C91019;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-btn-hover-border-color: #ce2830;
  --bs-btn-focus-shadow-rgb: 201, 16, 25;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(255, 255, 255, 0.2);
  --bs-btn-active-border-color: #ce2830;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C91019;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-hover-bg: #C91019;
  --bs-btn-active-bg: #C91019;
}
.text-bg-primary .wpcf7 .wpcf7-submit {
  --bs-btn-color: #FFE500;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #FFE500;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-btn-hover-border-color: #ffe81a;
  --bs-btn-focus-shadow-rgb: 255, 229, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(255, 255, 255, 0.2);
  --bs-btn-active-border-color: #ffe81a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFE500;
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
  --bs-btn-hover-bg: #FFE500;
  --bs-btn-active-bg: #FFE500;
}

section.services h3 {
  text-transform: uppercase;
}

.card:nth-of-type(1) {
  grid-area: first;
}

.card:nth-of-type(2) {
  grid-area: second;
}

.card:nth-of-type(3) {
  grid-area: third;
}

.card:nth-of-type(4) {
  grid-area: fourth;
}

.card:nth-of-type(5) {
  grid-area: fifth;
}

div.services {
  display: grid;
  grid-template-areas: "first first first first second second" "first first first first second second" "first first first first second second" "first first first first second second" "third third fourth fourth second second" "third third fourth fourth fifth fifth" "third third fourth fourth fifth fifth" "third third fourth fourth fifth fifth";
  grid-auto-rows: 1fr;
  gap: 1rem;
}

@media (max-width: 991px) {
  div.services {
    aspect-ratio: initial;
    grid-template-areas: "first first first first first first" "first first first first first first" "second second second third third third" "second second second third third third" "second second second third third third" "fourth fourth fourth fifth fifth fifth" "fourth fourth fourth fifth fifth fifth" "fourth fourth fourth fifth fifth fifth";
  }
}
@media (max-width: 576px) {
  div.services {
    display: grid;
    grid-template-areas: "first" "second" "third" "fourth" "fifth";
  }
}
section.text-and-image.has-background-color {
  position: relative;
  overflow: hidden;
}
section.text-and-image.has-background-color:not(.text-bg-primary) .row .content-side:before {
  background: none;
}
section.text-and-image.has-background-color .row {
  --bs-gutter-x: 3rem;
}
section.text-and-image.has-background-color .row .content-side:before {
  content: "";
  background: url("/wp-content/themes/Interpulse-child/images/pattern.svg") no-repeat center/cover;
  z-index: 0;
}
section.text-and-image.has-background-color .row .content-side > * {
  position: relative;
  z-index: 1;
}
section.text-and-image.has-background-color .row .content-side,
section.text-and-image.has-background-color .row .image-side {
  position: relative;
}
section.text-and-image.has-background-color .row .image-side {
  z-index: 2;
}
section.text-and-image.has-background-color .row .content-side:before,
section.text-and-image.has-background-color .row .image-side img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: cover;
  max-width: none;
  max-height: none;
  margin-top: calc(var(--container-padding-y) * -1);
  margin-bottom: calc(var(--container-padding-y) * -1);
}
section.text-and-image.has-background-color .row .content-side:before {
  aspect-ratio: 813/589;
  width: auto;
  object-fit: contain;
}
section.text-and-image.has-background-color .row .image-side img {
  object-fit: cover;
}
section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .content-side:before {
  margin-right: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
  left: auto;
}
section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .image-side img {
  margin-left: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
}
section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .image-side img {
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
section.text-and-image.has-background-color .row.flex-md-row-reverse .content-side:before {
  margin-left: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
  right: auto;
}
section.text-and-image.has-background-color .row.flex-md-row-reverse .image-side img {
  margin-right: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
}
section.text-and-image.has-background-color .row.flex-md-row-reverse .image-side img {
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
}
section.text-and-image:not(.has-background-color) .content-side {
  padding-top: 2rem;
}

@media (max-width: 991px) {
  section.text-and-image .row.flex-md-row-reverse {
    flex-direction: column-reverse !important;
  }
  section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .image-side {
    margin-top: calc(var(--container-padding-y) * -1);
    margin-bottom: var(--container-padding-y);
  }
  section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .image-side img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
  section.text-and-image.has-background-color .row.flex-md-row-reverse .image-side {
    margin-bottom: calc((var(--container-padding-y) - var(--bs-gutter-x)) * -1);
    margin-top: calc(var(--container-padding-y) - var(--bs-gutter-x));
  }
  section.text-and-image.has-background-color .row.flex-md-row-reverse .image-side img {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  }
  section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .image-side, section.text-and-image.has-background-color .row.flex-md-row-reverse .image-side {
    margin-left: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
    margin-right: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
    width: auto;
    max-width: none;
  }
  section.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .image-side img, section.text-and-image.has-background-color .row.flex-md-row-reverse .image-side img {
    position: relative;
    margin: 0;
    aspect-ratio: 16/9;
    width: 100vw;
  }
  section.text-and-image:not(.has-background-color) .content-side {
    padding-top: 0;
  }
}
section.accordion {
  position: relative;
  overflow: hidden;
}
section.accordion .accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-bg: rgba(0,0,0,.1);
  --bs-accordion-active-bg: rgba(0,0,0,.3);
  --bs-accordion-active-color: var(--bs-body-color);
  --bs-accordion-hover-bg: rgba(0,0,0,.2);
  --bs-accordion-border-width: 0;
  margin-top: 1rem;
}
section.accordion .accordion .accordion-item {
  margin: 0 0 1px 0;
}
section.accordion .accordion .accordion-header {
  font: inherit;
  display: flex;
}
section.accordion .accordion .accordion-header .accordion-item {
  flex-grow: 1;
}
section.accordion .accordion .accordion-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
section.accordion .accordion .accordion-button:hover.collapsed, section.accordion .accordion .accordion-button:focus.collapsed {
  background-color: var(--bs-accordion-hover-bg);
}
section.accordion .accordion .accordion-button.collapsed:after {
  content: "\e59e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}
section.accordion .accordion .accordion-button:after {
  content: "\e59e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}
section.accordion .accordion .accordion-button svg {
  margin-right: 0.375em;
}
section.accordion .accordion .accordion-button svg path {
  fill: #FFE500;
}
section.accordion.text-bg-secondary .accordion-button svg path {
  fill: #C91019;
}
section.accordion.text-and-image.has-background-color {
  position: relative;
  overflow: hidden;
}
section.accordion.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .accordion-item {
  padding-left: 50vw;
  margin-left: -50vw;
}
section.accordion.text-and-image.has-background-color .row:not(.flex-md-row-reverse) .accordion-item .accordion-button {
  padding-left: 50vw;
  margin-left: -50vw;
  width: auto;
}
section.accordion.text-and-image.has-background-color .row.flex-md-row-reverse .accordion-item {
  padding-right: 50vw;
  margin-right: -50vw;
}
section.accordion.text-and-image.has-background-color .row.flex-md-row-reverse .accordion-item .accordion-button {
  padding-right: 50vw;
  margin-right: -50vw;
  width: auto;
}

@media (max-width: 576px) {
  .accordion {
    --bs-accordion-body-padding-x: 0.75rem
    --bs-accordion-body-padding-y: 0.65rem ;
  }
}
@media (max-width: 350px) {
  section.products [class*=col-] {
    flex: 0 0 100%;
    width: 100%;
  }
}
section.dealer-and-servicenetwork .col-dealers {
  display: flex;
  flex-direction: column;
}
section.dealer-and-servicenetwork .col-dealers .dealers {
  flex-grow: 1;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1rem;
  padding-right: 1rem;
  margin-right: -1rem;
  max-height: 500px;
}
section.dealer-and-servicenetwork .col-dealers .dealers .dealer + .dealer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dee2e6;
  display: block;
}
section.dealer-and-servicenetwork .col-map .dealer-map {
  width: auto;
  height: 800px;
  max-width: 100%;
}

@media (max-height: 800px) {
  section.dealer-and-servicenetwork .col-map .dealer-map {
    height: 90vh;
  }
}
section.uspcolumns .usp {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  padding: 1rem;
}

section.image-grid .grid-item:nth-of-type(1) {
  grid-area: first;
}
section.image-grid .grid-item:nth-of-type(2) {
  grid-area: second;
}
section.image-grid .grid-item:nth-of-type(3) {
  grid-area: third;
}
section.image-grid .grid-item:nth-of-type(4) {
  grid-area: fourth;
}
section.image-grid div.image-grid {
  display: grid;
  grid-template-areas: "first first second second" "first first third fourth";
  grid-auto-rows: 1fr;
  gap: 1rem;
  aspect-ratio: 2.5/1.125;
}
section.image-grid div.image-grid .grid-item {
  position: relative;
  overflow: hidden;
  display: none;
}
section.image-grid div.image-grid .grid-item .btn {
  font-size: 2rem;
  width: 90px;
  border-width: 2px;
}
section.image-grid div.image-grid .grid-item:nth-of-type(1), section.image-grid div.image-grid .grid-item:nth-of-type(2), section.image-grid div.image-grid .grid-item:nth-of-type(3), section.image-grid div.image-grid .grid-item:nth-of-type(4) {
  display: block;
}
@media (max-width: 991px) {
  section.image-grid div.image-grid {
    aspect-ratio: 1/1;
    grid-template-areas: "first first" "first first" "first first" "second third" "second third";
  }
  section.image-grid .grid-item:nth-of-type(4) {
    display: none;
  }
}
section.image-grid section.pswp__scroll-wrap .pswp__youtube-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
section.image-grid section.pswp__scroll-wrap .pswp__youtube-container iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.single-producten_cpt section.stats ul.stats {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.single-producten_cpt section.stats ul.stats li {
  display: flex;
  flex-direction: column-reverse;
  list-style-type: none;
  color: #6c757d;
  margin-bottom: 1rem;
}
.single-producten_cpt section.stats ul.stats li:not(:last-child) {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #dee2e6;
}
.single-producten_cpt section.stats ul.stats li .value {
  font-size: calc(1.325rem + 0.9vw);
  color: #212529;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .single-producten_cpt section.stats ul.stats li .value {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .single-producten_cpt section.stats ul.stats {
    flex-direction: column;
  }
  .single-producten_cpt section.stats ul.stats li:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
body.single-vcards_cpt header {
  display: none;
}
body.single-vcards_cpt main {
  margin-top: var(--navigation-height);
}
body.single-vcards_cpt main .logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.single-vcards_cpt main .logo .text {
  fill: #fff;
}

body.page-template-producten .filters {
  position: sticky;
  top: var(--navigation-height-affix);
  z-index: 2;
  padding: var(--bs-gutter-x);
  margin-bottom: var(--bs-gutter-x);
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
}
body.page-template-producten .filters:before {
  content: "";
  position: absolute;
  left: var(--bs-gutter-x);
  right: var(--bs-gutter-x);
  bottom: 0;
  height: 1px;
  background-color: #dee2e6;
}

@media (max-width: 991px) {
  body.page-template-producten .filters {
    position: sticky;
    top: var(--navigation-bottom-height);
  }
}
/*# sourceMappingURL=project.css.map */
