.fullwidth.fwBanner {
  position: relative;
}
.fullwidth.fwBanner--homepage {
  height: 820px;
  max-height: 90vh;
  padding-top: 0;
}
.fullwidth.fwBanner--homepage > .imgholder {
  position: absolute;
  top: 171px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: end;
  z-index: 1;
  pointer-events: none;
}
.fullwidth.fwBanner--homepage > .imgholder a {
  pointer-events: auto;
}
.fullwidth.fwBanner--homepage .slider__container {
  width: 100%;
  height: 100%;
}
.fullwidth.fwBanner--homepage .slider__container .banner__slider {
  height: 100%;
  display: flex;
}
.fullwidth.fwBanner--homepage .slider__container .tns-outer,
.fullwidth.fwBanner--homepage .slider__container .tns-inner,
.fullwidth.fwBanner--homepage .slider__container .banner__slider,
.fullwidth.fwBanner--homepage .slider__container .tns-ovh {
  height: 100%;
}
.fullwidth.fwBanner--homepage .slider__container .tns-controller {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
.fullwidth.fwBanner--homepage .slider__container .tns-controller .tns-nav {
  display: flex;
  gap: 9px;
}
.fullwidth.fwBanner--homepage .slide {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: end;
  display: none;
}
.fullwidth.fwBanner--homepage .slide:first-child {
  display: flex;
}
.fullwidth.fwBanner--homepage .slide.tns-item {
  display: flex;
}
.fullwidth.fwBanner--homepage .slide .imgholder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fullwidth.fwBanner--homepage .slide .imgholder img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidth.fwBanner--homepage .slide .imgholder .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}
.fullwidth.fwBanner--homepage .slide .slide__content {
  padding-bottom: 66px;
}
@media (min-width: 568px) {
  .fullwidth.fwBanner--homepage .slide .slide__content {
    padding-bottom: 56px;
  }
}
.fullwidth.fwBanner--homepage .slide span {
  display: block;
}
.fullwidth.fwBanner--homepage .slide .title {
  color: #D52B28;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-family: 'Play';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .fullwidth.fwBanner--homepage .slide .title {
    font-size: 72px;
  }
}
.fullwidth.fwBanner--homepage .slide .title span {
  color: #FFF;
}
.fullwidth.fwBanner--homepage .slide .subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
  color: #fff;
}
@media (min-width: 992px) {
  .fullwidth.fwBanner--homepage .slide .subtitle {
    font-size: 20px;
  }
}
.fullwidth.fwBanner--singleMotorcycle {
  padding-top: 144px;
  padding-bottom: 124px;
}
.fullwidth.fwBanner--singleMotorcycle > .imgholder {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  transform: translate(0, 0);
  opacity: 0.5;
}
.fullwidth.fwBanner--singleMotorcycle > .imgholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
}
.fullwidth.fwBanner--singleMotorcycle > .imgholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.fullwidth.fwBanner--singleMotorcycle > .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner {
  flex-wrap: wrap;
  gap: 40px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .breadcrumb {
  width: 100%;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col {
    width: calc(50% - 20px);
  }
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .actie {
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #d52b28;
  z-index: 1;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .actie:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  transform: translate(98%, 0);
  background-color: #d52b28;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .mainImage {
  position: relative;
  height: 488px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 599px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .mainImage {
    height: 300px;
  }
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .mainImage:hover .overlay {
  opacity: 1;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .mainImage img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .mainImage .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.21s ease-in-out;
  pointer-events: none;
  width: 101px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .sliderContainer {
  flex-grow: 1;
  position: relative;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-nav {
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translate(0, -48px);
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-nav button:not(.tns-nav-active) {
  background-color: #ffffff;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-controls {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-controls button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-controls button {
    width: 40px;
    height: 40px;
  }
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-outer,
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-inner,
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .tns-ovh {
  height: 100%;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlider {
  display: flex;
  height: 100%;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlider:not(.tns-slider) {
  gap: 9px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlide {
  width: calc(25% - 6.75px);
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlide--dummy {
  pointer-events: none;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlide.tns-item {
  display: inline-block !important;
  visibility: visible !important;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlide.tns-item:hover {
  cursor: pointer;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlide:nth-child(n+5) {
  display: none;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .motorcycleThumbnailSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .left__col .popup__parent {
  display: none;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col {
    width: calc(100% - 760px);
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col {
    width: calc(50% - 20px);
  }
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col h1 {
  margin-bottom: 0;
  color: #d52b28;
  line-height: 0.95;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col h1 {
    font-size: 36px;
  }
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col h1 > span {
  color: #fff;
  display: block;
  line-height: 0.95;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col h1 > span {
    font-size: 48px;
  }
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications {
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  row-gap: 40px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications--big {
  gap: 4px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications--big .specification span:nth-child(1) {
  font-size: 18px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications--big .specification span:nth-child(2) {
  font-size: 28px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications .specification {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications .specification span:nth-child(1) {
  font-size: 12px;
  color: #808080;
  line-height: 0.95;
  font-weight: 500;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .specifications .specification span:nth-child(2) {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .price {
  padding: 32px 16px 64px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .price .stripe {
  font-size: 18px;
  text-decoration: line-through;
  color: #d52b28;
  display: block;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .price div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .price div > span:nth-child(1) {
  color: #999;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .price div > span:nth-child(2) {
  color: #fff;
  font-size: 28px;
  line-height: 0.95;
  font-weight: 700;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .price .right__col span:nth-child(2) {
  font-size: 20px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .buttons > button {
  width: 100%;
}
@media (min-width: 600px) {
  .fullwidth.fwBanner--singleMotorcycle .cBanner > .right__col .buttons > button {
    width: calc(50% - 4px);
  }
}
.fullwidth.fwBanner--landingspagina {
  padding-top: 144px;
  padding-bottom: 78px;
}
.fullwidth.fwBanner--landingspagina .breadcrumb {
  margin-bottom: 32px;
}
.fullwidth.fwBanner--landingspagina > .imgholder {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  transform: translate(48%, 0);
  opacity: 0.5;
}
.fullwidth.fwBanner--landingspagina > .imgholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
}
.fullwidth.fwBanner--landingspagina > .imgholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.fullwidth.fwBanner--landingspagina > .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidth.fwBanner--landingspagina .cBanner {
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (min-width: 992px) {
  .fullwidth.fwBanner--landingspagina .cBanner > .left__col {
    width: calc(100% - 424px);
  }
}
.fullwidth.fwBanner--landingspagina .cBanner > .left__col p {
  max-height: initial;
}
@media (min-width: 992px) {
  .fullwidth.fwBanner--landingspagina .cBanner > .right__col {
    width: 304px;
  }
}
.fullwidth.fwBanner--landingspagina .cBanner > .right__col .widget2025 {
  padding: 20px 9px 12px 9px;
}
.fullwidth.fwBanner--landingspagina .cBanner > .right__col .widget2025 .button {
  width: calc(100% - 50px);
  margin-top: 16px;
  margin-left: 18px;
  margin-right: 32px;
}
.fullwidth.fwBanner--default {
  padding-top: 144px;
  margin-bottom: 56px;
}
.fullwidth.fwBanner--default .breadcrumb {
  margin-bottom: 32px;
}
.fullwidth.fwBanner--default > .imgholder {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  transform: translate(48%, 0);
  opacity: 0.5;
}
.fullwidth.fwBanner--default > .imgholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
}
.fullwidth.fwBanner--default > .imgholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.fullwidth.fwBanner--default > .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containero.cBanner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .containero.cBanner {
    flex-direction: row;
  }
}
.containero.cBanner > .left__col {
  width: 100%;
}
.containero.cBanner > .left__col.active p {
  max-height: 640px;
}
.containero.cBanner > .left__col.active .readmore {
  display: none;
}
@media (min-width: 992px) {
  .containero.cBanner > .left__col {
    width: 860px;
  }
}
.containero.cBanner > .left__col p {
  max-height: 64px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.containero.cBanner > .left__col p > a {
  text-decoration: underline;
  color: inherit;
}
.fullwidth.fwDuocol {
  padding-top: 94px;
  color: #fff;
}
.fullwidth.fwDuocol--background {
  background-color: #2a2a2a;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 84px;
  overflow: hidden;
}
.fullwidth.fwDuocol--background > .imgholder {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  transform: translate(29%, 13%);
  mix-blend-mode: lighten;
}
.fullwidth.fwDuocol--background > .imgholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
}
.fullwidth.fwDuocol--background > .imgholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.fullwidth.fwDuocol--background > .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .fullwidth.fwDuocol--background .containero.cDuocol > .left__col {
    width: calc(100% - 519px);
  }
}
.fullwidth.fwDuocol--background .containero.cDuocol > .left__col .imgholder {
  width: 600px;
}
@media (min-width: 992px) {
  .fullwidth.fwDuocol--background .containero.cDuocol > .right__col {
    width: 475px;
  }
}
.fullwidth.fwDuocol--background .containero.cDuocol > .right__col p {
  font-weight: 400;
}
.fullwidth.fwDuocol--small {
  padding-top: 0;
  padding-bottom: 56px;
}
.fullwidth.fwDuocol--small .containero-small.cDuocol > .right__col p {
  font-weight: 400;
}
.containero-small.cDuocol,
.containero.cDuocol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (min-width: 992px) {
  .containero-small.cDuocol,
  .containero.cDuocol {
    flex-direction: row;
  }
}
.containero-small.cDuocol > .left__col,
.containero.cDuocol > .left__col {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .containero-small.cDuocol > .left__col,
  .containero.cDuocol > .left__col {
    width: 582px;
  }
}
.containero-small.cDuocol > .left__col h1,
.containero.cDuocol > .left__col h1,
.containero-small.cDuocol > .left__col .h1,
.containero.cDuocol > .left__col .h1 {
  font-size: 30px;
  line-height: 1.1;
  font-family: 'Play';
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (min-width: 992px) {
  .containero-small.cDuocol > .left__col h1,
  .containero.cDuocol > .left__col h1,
  .containero-small.cDuocol > .left__col .h1,
  .containero.cDuocol > .left__col .h1 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 52px;
    max-width: 365px;
  }
}
.containero-small.cDuocol > .left__col .imgholder,
.containero.cDuocol > .left__col .imgholder {
  max-width: 80%;
  width: 420px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-right: 16px solid #d52b28;
}
@media (min-width: 568px) {
  .containero-small.cDuocol > .left__col .imgholder,
  .containero.cDuocol > .left__col .imgholder {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .containero-small.cDuocol > .left__col .imgholder,
  .containero.cDuocol > .left__col .imgholder {
    margin-right: initial;
  }
}
.containero-small.cDuocol > .left__col .imgholder .inner,
.containero.cDuocol > .left__col .imgholder .inner {
  position: relative;
}
.containero-small.cDuocol > .left__col .imgholder .inner:before,
.containero.cDuocol > .left__col .imgholder .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}
.containero-small.cDuocol > .right__col,
.containero.cDuocol > .right__col {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #e5e5e5;
}
@media (min-width: 568px) {
  .containero-small.cDuocol > .right__col,
  .containero.cDuocol > .right__col {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .containero-small.cDuocol > .right__col,
  .containero.cDuocol > .right__col {
    width: calc(100% - 626px);
  }
}
.containero-small.cDuocol > .right__col p > a,
.containero.cDuocol > .right__col p > a {
  color: inherit;
  text-decoration: underline;
}
body:not(.home) .fwMotorSlider {
  padding-top: 0;
  margin-bottom: 56px;
}
.fullwidth.fwMotorSlider {
  padding-top: 94px;
}
.fullwidth.fwMotorSlider > .bgholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 1020px;
  transform: translate(-419px, -249px);
  z-index: -1;
}
.containero.cMotorSlider {
  position: relative;
}
.containero.cMotorSlider > .container__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 568px) {
  .containero.cMotorSlider > .container__header {
    justify-content: space-between;
  }
}
.containero.cMotorSlider > .container__header .h2 {
  margin: 0;
}
.containero.cMotorSlider .sliderWrapper {
  padding-bottom: 122px;
}
@media (min-width: 568px) {
  .containero.cMotorSlider .sliderWrapper {
    padding-bottom: 72px;
  }
}
.containero.cMotorSlider .tns-controls {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0);
}
@media (min-width: 568px) {
  .containero.cMotorSlider .tns-controls {
    bottom: 0;
  }
}
.containero.cMotorSlider .desktopOnly {
  display: none;
}
@media (min-width: 568px) {
  .containero.cMotorSlider .desktopOnly {
    display: inline-flex;
  }
}
.containero.cMotorSlider .mobileOnly {
  font-size: 20px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 568px) {
  .containero.cMotorSlider .mobileOnly {
    display: none;
  }
}
.motorcyclesSlider {
  display: flex;
}
.motorcyclesSlider .slide {
  display: none;
  visibility: visible !important;
  flex-direction: column;
}
.motorcyclesSlider .slide:first-child {
  display: flex;
}
.motorcyclesSlider .slide.tns-item {
  display: flex;
}
.motorcyclesSlider .motorcycleCard {
  height: 100%;
}
.motorcycleCard {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: all 0.21s ease-in-out;
}
.motorcycleCard:hover {
  transform: scale(1.03, 1.02);
}
.motorcycleCard:hover img {
  transform: scale(1.1);
}
.motorcycleCard:hover .motorcycle__content {
  background-color: #4a4a4a;
}
.motorcycleCard .image__wrapper {
  position: relative;
  width: 100%;
  height: 232px;
  overflow: hidden;
}
.motorcycleCard .image__wrapper .actie {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #d52b28;
  z-index: 1;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.motorcycleCard .image__wrapper .actie:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  transform: translate(-98%, 0);
  background-color: #d52b28;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.motorcycleCard .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.21s ease-in-out;
}
.motorcycleCard .motorcycle__content {
  background-color: #2a2a2a;
  padding: 24px 20px 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
  transition: all 0.21s ease-in-out;
}
.motorcycleCard .title {
  font-size: 24px;
  color: #fff;
  font-family: 'Play';
  font-weight: 700;
  line-height: 1;
  margin-bottom: auto;
}
.motorcycleCard .title span {
  color: #d52b28;
  margin-left: 8px;
}
.motorcycleCard .specifications {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 4px;
  justify-content: space-between;
  padding: 16px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.motorcycleCard .specification {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.motorcycleCard .specification__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #808080;
}
.motorcycleCard .specification__value {
  font-weight: 700;
  color: #FAFAFA;
}
.motorcycleCard .price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 4px;
}
.motorcycleCard .price__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #999;
}
.motorcycleCard .price__value {
  font-size: 20px;
  line-height: 0.95;
  font-weight: 700;
  color: #fff;
}
.motorcycleCard .price .stripe {
  text-decoration: line-through;
  display: block;
  line-height: 0.95;
}
.fullwidth.fwModels {
  margin-top: 94px;
  background-color: #2a2a2a;
  padding-top: 56px;
  padding-bottom: 64px;
}
.containero-small.cModels .h2 {
  margin-bottom: 20px;
}
.containero-small.cModels .models {
  display: flex;
}
@media (min-width: 992px) {
  .containero-small.cModels .models {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.containero-small.cModels .sliderWrapper {
  position: relative;
  padding-bottom: 72px;
}
@media (min-width: 992px) {
  .containero-small.cModels .sliderWrapper {
    padding-bottom: 0;
  }
}
.containero-small.cModels .sliderWrapper .tns-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.containero-small.cModels .sliderWrapper .tns-item {
  visibility: visible !important;
}
.containero-small.cModels .model {
  position: relative;
  width: 100%;
  height: 400px;
  color: inherit;
  overflow: hidden;
  transition: all 0.21s ease-in-out;
}
@media (min-width: 600px) {
  .containero-small.cModels .model {
    width: calc(50% - 4px);
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .containero-small.cModels .model {
    width: calc(33.33% - 5.33px);
  }
}
@media (min-width: 992px) {
  .containero-small.cModels .model {
    width: calc(20% - 6.4px);
  }
}
.containero-small.cModels .model:hover .imgholder {
  transform: translate(0, 0);
}
.containero-small.cModels .model:hover .model__inner:before {
  transform: translate(0, 39px) skew(0, -17.5deg);
}
.containero-small.cModels .model:hover .model__inner:after {
  transform: translate(0, 0) skew(0, -17.2deg);
}
.containero-small.cModels .model__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.containero-small.cModels .model__inner:before,
.containero-small.cModels .model__inner:after {
  content: '';
  position: absolute;
  transition: inherit;
  background-color: #d52b28;
  transition: all 0.21s ease-in-out;
  mix-blend-mode: multiply;
}
.containero-small.cModels .model__inner:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  transform-origin: bottom left;
  transform: translate(0, -100%) skew(0, -17.5deg);
}
.containero-small.cModels .model__inner:after {
  bottom: 0;
  right: 0;
  width: 132px;
  height: 41px;
  transform-origin: bottom right;
  transform: translate(0, 100%) skew(0, -17.2deg);
}
.containero-small.cModels .model__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containero-small.cModels .model__inner .title {
  font-size: 26px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-family: 'Play';
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  top: 16px;
  right: 19px;
  transform: translate(-26px, 0) rotate(-90deg);
  transform-origin: top right;
}
.containero-small.cModels .model .imgholder {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-38px, 0);
  transition: inherit;
  z-index: 1;
}
.containero-small.cModels .model .imgholder img {
  width: 100%;
  height: auto;
}
.fullwidth.fwActions {
  padding-top: 94px;
}
.fullwidth.fwActions > .bgholder {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(101px, -94px);
  width: 543px;
  z-index: -1;
  pointer-events: none;
}
.containero.cActions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .containero.cActions {
    flex-direction: row;
    justify-content: space-between;
  }
}
.containero.cActions > .imgholder {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  max-width: 80%;
  width: 700px;
  height: 200px;
  border-left: 16px solid #d52b28;
  pointer-events: auto;
}
@media (min-width: 568px) {
  .containero.cActions > .imgholder {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .containero.cActions > .imgholder {
    position: absolute;
    left: 10%;
    width: calc(57% - 75px);
    height: 100%;
  }
}
.containero.cActions > .imgholder:hover img {
  transform: skew(10deg, 0) scale(1.3);
}
.containero.cActions > .imgholder img {
  transition: all 0.21s ease-in-out;
}
.containero.cActions > .imgholder .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}
.containero.cActions > .left__col {
  position: relative;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 992px) {
  .containero.cActions > .left__col {
    width: 448px;
    padding: 205px 0 48px 0;
  }
}
@media (max-width: 767px) {
  .containero.cActions > .left__col .h3 {
    font-size: 20px;
  }
}
.containero.cActions > .left__col .h3,
.containero.cActions > .left__col a {
  pointer-events: auto;
}
.containero.cActions > .right__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .containero.cActions > .right__col {
    width: 373px;
  }
}
.containero.cActions > .right__col .h4 {
  text-align: center;
}
.containero.cActions > .right__col .action {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  line-height: 1.3;
  padding: 24px 39px 24px 19px;
}
.containero.cActions > .right__col .action:hover span {
  transform: translate(12px, 0);
}
.containero.cActions > .right__col .action:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.containero.cActions > .right__col .action span {
  position: relative;
  display: block;
  transition: all 0.21s ease-in-out;
}
.containero.cActions > .right__col .action span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #d52b28;
  transform: translate(-19px, -50%) skew(-10deg, 0);
}
.fullwidth.fwDiensten {
  padding-top: 94px;
}
@media (min-width: 992px) {
  .diensten__wrapper {
    width: calc(100% + 62px);
    margin-left: -31px;
  }
}
@media (min-width: 1200px) {
  .diensten__wrapper {
    width: calc(100% + 126px);
    margin-left: -63px;
  }
}
.diensten {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (min-width: 992px) {
  .diensten {
    flex-direction: row;
  }
}
.diensten .dienst {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  transition: all 0.21s ease-in-out;
}
@media (min-width: 768px) {
  .diensten .dienst {
    height: 325px;
  }
}
@media (min-width: 992px) {
  .diensten .dienst {
    height: 275px;
    width: calc(33.33% - 13.33px);
    transform: skew(-12deg, 0);
  }
}
@media (min-width: 1200px) {
  .diensten .dienst {
    height: 540px;
  }
}
.diensten .dienst__inner {
  width: 100%;
  height: 100%;
}
.diensten .dienst:hover .imgholder:before {
  opacity: 0;
}
.diensten .dienst:hover .imgholder:after {
  opacity: 1;
}
.diensten .dienst:hover img {
  transform: scale(1.15);
}
.diensten .dienst:hover i {
  color: #d52b28;
}
.diensten .dienst .imgholder {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1.3);
}
@media (min-width: 992px) {
  .diensten .dienst .imgholder {
    transform: skew(12deg, 0) scale(1.3);
  }
}
.diensten .dienst .imgholder:before,
.diensten .dienst .imgholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.21s ease-in-out;
  transform: scale(1.2);
}
.diensten .dienst .imgholder:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1;
}
.diensten .dienst .imgholder:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
}
.diensten .dienst img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.21s ease-in-out;
}
.diensten .dienst span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  z-index: 2;
}
@media (max-width: 1099px) {
  .diensten .dienst span {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .diensten .dienst span {
    transform: translate(-50%, -50%) skew(12deg, 0);
  }
}
.diensten .dienst span i {
  font-size: 20px;
  transition: all 0.21s ease-in-out;
}
body:not(.home) .fwReviews {
  padding-top: 88px;
  padding-bottom: 110px;
}
.fullwidth.fwReviews {
  padding-top: 94px;
}
.containero.cReviews {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .containero.cReviews {
    flex-direction: row;
    justify-content: space-between;
  }
}
.containero.cReviews > .bgholder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 71px;
  opacity: 0.7;
  transform: translate(0, 105px);
}
.containero.cReviews > .bgholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
}
.containero.cReviews > .bgholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.containero.cReviews > .left__col {
  width: 100%;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .containero.cReviews > .left__col {
    width: 400px;
  }
}
.containero.cReviews > .left__col .h2 {
  margin-bottom: 8px;
}
.containero.cReviews > .left__col p {
  margin-bottom: 28.5px;
}
.containero.cReviews > .right__col {
  width: 100%;
}
@media (min-width: 992px) {
  .containero.cReviews > .right__col {
    width: 756px;
  }
}
.containero.cReviews .sliderWrapper {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 568px) {
  .containero.cReviews .sliderWrapper {
    padding-bottom: 30px;
  }
}
.containero.cReviews .sliderWrapper .tns-controller {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.containero.cReviews .reviews {
  display: flex;
}
.containero.cReviews .reviews .review__outer {
  display: none;
  width: 100%;
}
.containero.cReviews .reviews .review__outer:first-child {
  display: flex;
}
.containero.cReviews .reviews .review__outer.tns-item {
  display: flex !important;
}
.containero.cReviews .reviews .review__slide {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .containero.cReviews .reviews .review__slide {
    padding: 0 35px;
  }
}
.containero.cReviews .review {
  background-color: #2a2a2a;
  padding: 32px 29px;
  border-right: 16px solid #d52b28;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .containero.cReviews .review {
    padding-left: 69px;
    padding-right: 69px;
    transform: skew(-12deg, 0);
  }
}
@media (min-width: 768px) {
  .containero.cReviews .review__inner {
    transform: skew(12deg, 0);
  }
}
.containero.cReviews .review__footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (min-width: 768px) {
  .containero.cReviews .review__footer {
    transform: skew(12deg, 0);
  }
}
.containero.cReviews .review__footer > .left__col {
  position: relative;
  margin-right: 16px;
}
.containero.cReviews .review__footer > .left__col .rating {
  position: absolute;
  top: 26.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.48px;
  color: #fafafa;
}
@media (min-width: 992px) {
  .containero.cReviews .review__footer > .left__col .rating {
    font-size: 24px;
  }
}
.containero.cReviews .review__footer > .mid__col .stars {
  display: flex;
}
.containero.cReviews .review__footer > .mid__col .fa {
  color: #d52b28;
}
.containero.cReviews .review__footer > .right__col {
  margin-left: auto;
}
.containero.cReviews .review .title {
  display: block;
  font-size: 26px;
  line-height: 1.4;
  font-family: 'Play';
  font-weight: 700;
}
.containero.cReviews .review .author {
  display: block;
  color: #d52b28;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.containero.cReviews .review p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.containero.cReviews .review a {
  text-decoration: none;
  color: #d52b28;
}
.fullwidth.fwNews {
  padding-top: 94px;
}
.containero.cNews .h2 {
  margin-bottom: 20px;
}
.newsitems {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .newsitems {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .newsitems {
    flex-direction: row;
  }
}
.newsitem {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .newsitem {
    transform: skew(-10deg, 0);
  }
}
@media (min-width: 992px) {
  .newsitem {
    padding-top: 230px;
    width: calc(50% - 10px);
  }
}
.newsitem:hover {
  color: #fff;
  text-decoration: none;
}
.newsitem:hover img {
  transform: scale(1.2);
}
.newsitem .imgholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 8px solid #d52b28;
  z-index: -1;
  overflow: hidden;
}
.newsitem .imgholder .inner {
  width: 100%;
  height: 100%;
}
.newsitem .imgholder .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 61.13%);
  z-index: 2;
}
.newsitem .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.21s ease-in-out;
}
.newsitem .date {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #d52b28;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .newsitem .date span {
    transform: skew(10deg, 0);
  }
}
.newsitem .description {
  padding-left: 21px;
  padding-right: 21px;
}
@media (min-width: 768px) {
  .newsitem .description {
    padding-left: 37px;
    transform: skew(10deg, 0);
  }
}
.newsitem .title {
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
@media (min-width: 768px) {
  .newsitem .title {
    font-size: 24px;
  }
}
.fullwidth.fwNewsletter {
  margin-top: 94px;
  background-color: #2a2a2a;
  padding: 24px 0;
}
@media (min-width: 992px) {
  .fullwidth.fwNewsletter {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.fullwidth.fwNewsletter:before,
.fullwidth.fwNewsletter:after {
  content: '';
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  background-color: #d52b28;
  z-index: 1;
  transform: skew(-12deg, 0);
  display: none;
}
@media (min-width: 992px) {
  .fullwidth.fwNewsletter:before,
  .fullwidth.fwNewsletter:after {
    display: block;
  }
}
.fullwidth.fwNewsletter:before {
  left: 0;
  transform-origin: top right;
}
.fullwidth.fwNewsletter:after {
  right: 0;
  transform-origin: bottom right;
}
.containero.cNewsletter {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 992px) {
  .containero.cNewsletter {
    flex-direction: row;
  }
}
.containero.cNewsletter > .left__col {
  width: 100%;
}
@media (min-width: 992px) {
  .containero.cNewsletter > .left__col {
    width: 445px;
  }
}
.containero.cNewsletter > .left__col .h3 {
  text-shadow: none;
  margin-bottom: 0;
}
.containero.cNewsletter > .left__col p {
  color: #fff;
  line-height: 1.7;
}
.containero.cNewsletter > .right__col {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .containero.cNewsletter > .right__col {
    width: calc(100% - 495px);
  }
}
.containero.cNewsletter > .right__col form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.containero.cNewsletter > .right__col form p {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .containero.cNewsletter > .right__col form p {
    width: 100%;
  }
}
.containero.cNewsletter > .right__col form .form-group {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .containero.cNewsletter > .right__col form .form-group {
    width: 100%;
  }
}
.containero.cNewsletter > .right__col form .form-group input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px;
  box-shadow: none;
}
.containero.cNewsletter > .right__col form .wpcf7-submit {
  width: 141px;
  border-radius: 100px;
  font-weight: 700;
  font-family: 'Ubuntu';
  padding: 10px 10px;
  text-align: center;
}
.fullwidth.fwOccasions {
  margin-bottom: 56px;
}
.containero.cFilter .filters {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .containero.cFilter .filters {
    gap: 20px;
  }
}
.containero.cFilter .filters .dropdown {
  width: 100%;
}
@media (min-width: 768px) {
  .containero.cFilter .filters .dropdown {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .containero.cFilter .filters .dropdown {
    width: calc(33.33% - 13.33px);
  }
}
@media (min-width: 1200px) {
  .containero.cFilter .filters .dropdown {
    width: calc(20% - 16px);
  }
}
.containero.cFilter .filters .dropdown.open .caret {
  transform: rotate(180deg);
}
.containero.cFilter .filters .dropdown .caret {
  transition: all 0.4s ease-in-out;
}
.containero.cFilter .filters .dropdown .title {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}
.containero.cFilter .filters .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #282828;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 8px 12px;
  color: #B2B2B2;
  line-height: 1.5;
  text-decoration: none;
}
.containero.cFilter .filters .dropdown-toggle .caret {
  color: #d52b28;
  border-top: 7px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.containero.cFilter .filters .dropdown-menu {
  width: 100%;
  background-color: #282828;
}
@media (min-width: 992px) {
  .containero.cFilter .filters .dropdown-menu {
    min-width: 100%;
    width: auto;
  }
}
.containero.cFilter .filters .dropdown-menu li.active a,
.containero.cFilter .filters .dropdown-menu li:hover a {
  background-color: #d52b28;
  color: #fff;
}
.containero.cFilter .filters .dropdown-menu a {
  color: #B2B2B2;
}
@media (max-width: 991px) {
  .containero.cFilter .filters .dropdown-menu a {
    white-space: normal;
  }
}
.containero.cChosenFilters {
  margin-bottom: 24px;
}
.containero.cOccasions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.containero.cOccasions .motorcycleCard {
  width: 100%;
}
@media (min-width: 768px) {
  .containero.cOccasions .motorcycleCard {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .containero.cOccasions .motorcycleCard {
    width: calc(33.33% - 10.67px);
  }
}
@media (min-width: 1200px) {
  .containero.cOccasions .motorcycleCard {
    width: calc(25% - 12px);
  }
}
.containero.cPager {
  margin-top: 64px;
}
.containero.cPager .pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
}
.containero.cPager .pagination .nextpostslink,
.containero.cPager .pagination .previouspostslink {
  display: none;
}
.containero.cPager .pagination .page,
.containero.cPager .pagination .current {
  width: 48px;
  height: 48px;
  border: 1px solid #d52b28;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.21s ease-in-out;
}
.containero.cPager .pagination .page.current,
.containero.cPager .pagination .current.current,
.containero.cPager .pagination .page:hover,
.containero.cPager .pagination .current:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.fullwidth.fwGrids {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2A2A2A;
}
.containero.cGrids {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.grid {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .grid {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .grid {
    align-items: center;
    gap: 84px;
  }
}
@media (min-width: 1350px) {
  .grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .grid--reverse > .left__col {
    order: 2;
  }
}
.grid > .left__col {
  width: 100%;
}
@media (min-width: 992px) {
  .grid > .left__col {
    width: 550px;
  }
}
.grid > .left__col .imgholder {
  border-left: 16px solid #d52b28;
}
@media (min-width: 992px) {
  .grid > .left__col .imgholder {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .grid > .left__col .imgSkewer {
    transform: none;
  }
}
@media (max-width: 767px) {
  .grid > .left__col .imgSkewer .inner img {
    transform: none;
  }
}
.grid > .left__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .grid > .left__col img {
    max-height: 350px;
  }
}
.grid > .right__col {
  width: 100%;
}
@media (min-width: 992px) {
  .grid > .right__col {
    width: calc(100% - 648px);
  }
}
.grid > .right__col h2 {
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .grid > .right__col h2 {
    font-size: 36px;
  }
}
.grid > .right__col p {
  color: #e5e5e5;
  line-height: 1.7;
}
.grid > .right__col p:not(:last-child) {
  margin-bottom: 16px;
}
.grid > .right__col p > a {
  color: #fff;
  text-decoration: underline;
}
.grid > .right__col .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 599px) {
  .grid > .right__col .buttons .button {
    width: 100%;
  }
}
html.popupopen .popup {
  pointer-events: auto;
  opacity: 1;
}
html.popupopen .popup__backdrop {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2222222;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.popup__backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.21s ease-in-out;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translate(0, 20px);
  font-weight: bold;
  z-index: 11;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  color: #000;
}
.popup__close:hover {
  cursor: pointer;
}
.popup__close:hover i {
  transform: scale(0.83);
}
.popup__close i {
  display: inline-block;
  color: #d52b28;
  margin-left: 12px;
  margin-right: 0 !important;
  transition: all 0.21s ease-in-out;
}
.popup__parent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  max-height: 100vh;
  width: 100vw;
}
@media (min-width: 768px) {
  .popup__parent {
    width: 680px;
  }
}
.popup__parent.active {
  pointer-events: auto;
}
.popup__parent.active .popup__close {
  transform: translate(0, 0);
  opacity: 1;
}
.popup__parent.active .popup__inner {
  transform: translate(0, 0);
  opacity: 1;
}
.popup__inner {
  position: relative;
  opacity: 0;
  display: flex;
  flex-direction: column;
  max-height: 94vh;
  overflow: auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 16px 0 16px;
  transform: translate(0, 25px);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 600px) {
  .popup__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.popup .button:last-child {
  margin-bottom: 30px;
}
@media (min-width: 991px) and (min-height: 700px) {
  .popup [data-popup-id="motorimage"] {
    width: 800px;
  }
}
.popup [data-popup-id="motorimage"] .motorImage {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.popup [data-popup-id="motorimage"] .imgholder img {
  width: 100%;
}
.popup [data-popup-id="motorimage"] .controls {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup [data-popup-id="motorimage"] .controls span {
  width: 40px;
  height: 40px;
  background-color: #d52b28;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup [data-popup-id="motorimage"] .controls span:hover {
  cursor: pointer;
  background-color: #fff;
}
.popup [data-popup-id="motorimage"] .controls span:hover i {
  color: #d52b28;
}
.popup [data-popup-id="motorimage"] .controls span i {
  color: #fff;
  font-size: 14px;
}
.fullwidth.fwSpecifications {
  padding-bottom: 84px;
}
.containero.cSpecifications {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 991px) {
  .containero.cSpecifications {
    flex-direction: column;
  }
}
.containero.cSpecifications .gradient {
  transition: opacity 0.55s ease-in-out;
  content: '';
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 80px;
  background: linear-gradient(270deg, #1a1a1a 0%, rgba(245, 245, 245, 0) 100%);
  opacity: 1;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 568px) {
  .containero.cSpecifications .gradient {
    width: 180px;
  }
}
@media (min-width: 568px) {
  .containero.cSpecifications .gradient {
    display: none;
  }
}
.containero.cSpecifications .gradientbefore {
  left: -25px;
  transform: scaleX(-1);
}
.containero.cSpecifications .gradientafter {
  right: -25px;
}
.containero.cSpecifications.hideafter .gradientafter {
  opacity: 0;
}
.containero.cSpecifications.hidebefore .gradientbefore {
  opacity: 0;
}
.containero.cSpecifications > .left__col {
  width: 100%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .containero.cSpecifications > .left__col {
    width: calc(100% - 368px);
  }
}
.containero.cSpecifications > .left__col .col__header {
  position: relative;
}
.containero.cSpecifications > .left__col .col__header .tabs {
  display: flex;
  overflow: auto;
}
@media (max-width: 567px) {
  .containero.cSpecifications > .left__col .col__header .tabs {
    align-items: center;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 20px;
    gap: 8px;
    padding-right: 20px;
  }
}
.containero.cSpecifications > .left__col .col__header .tabs__header {
  padding: 19px 10px;
  text-align: center;
  font-family: 'Play';
  color: #e6e6e6;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.15;
}
@media (max-width: 567px) {
  .containero.cSpecifications > .left__col .col__header .tabs__header {
    padding: 10px 20px;
    white-space: nowrap;
    border: 2px solid #d52b28;
    border-radius: 100px;
    transition: 0.21s ease-in-out;
  }
  .containero.cSpecifications > .left__col .col__header .tabs__header:first-child {
    margin-left: 20px;
  }
}
@media (min-width: 568px) {
  .containero.cSpecifications > .left__col .col__header .tabs__header {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.containero.cSpecifications > .left__col .col__header .tabs__header.--active {
  background-color: #2A2A2A;
  color: #d52b28;
}
@media (max-width: 567px) {
  .containero.cSpecifications > .left__col .col__header .tabs__header.--active {
    background-color: #d52b28;
    color: #fff;
  }
}
.containero.cSpecifications > .left__col .col__header .tabs__header:hover {
  cursor: pointer;
}
@media (min-width: 568px) {
  .containero.cSpecifications > .left__col .col__header .tabs__header:hover {
    color: #d52b28;
  }
}
.containero.cSpecifications > .left__col .tab__content {
  padding: 32px 24px;
  background-color: #2A2A2A;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.07);
  display: none;
}
@media (min-width: 768px) {
  .containero.cSpecifications > .left__col .tab__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.containero.cSpecifications > .left__col .tab__content.--active {
  display: block;
}
.containero.cSpecifications > .left__col .tab__content[data-tab="kenmerken"] {
  border-top-left-radius: 0;
}
.containero.cSpecifications > .left__col .tab__content[data-tab="leaseprijs"] {
  border-top-right-radius: 0;
}
.containero.cSpecifications > .left__col .tab__content[data-tab="omschrijving"] {
  line-height: 1.6;
}
.containero.cSpecifications > .left__col .tab__content .tab__header {
  display: block;
  font-size: 28px;
  font-family: 'Play';
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.56px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
.containero.cSpecifications > .left__col .specification {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .containero.cSpecifications > .left__col .specification {
    flex-direction: column;
  }
}
.containero.cSpecifications > .left__col .specification > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.containero.cSpecifications > .left__col .specification > .left__col {
  width: 100%;
}
@media (min-width: 768px) {
  .containero.cSpecifications > .left__col .specification > .left__col {
    width: 44.5%;
  }
}
.containero.cSpecifications > .left__col .specification > .right__col {
  width: 100%;
}
@media (min-width: 768px) {
  .containero.cSpecifications > .left__col .specification > .right__col {
    width: 39%;
  }
}
.containero.cSpecifications > .left__col .specification .specification__row {
  display: flex;
}
@media (max-width: 567px) {
  .containero.cSpecifications > .left__col .specification .specification__row {
    flex-direction: column;
  }
}
.containero.cSpecifications > .left__col .specification .specification__row span {
  line-height: 1.6;
}
.containero.cSpecifications > .left__col .specification .specification__row span:first-child {
  font-weight: 700;
}
@media (min-width: 568px) {
  .containero.cSpecifications > .left__col .specification .specification__row span:first-child {
    width: 140px;
  }
}
.containero.cSpecifications > .left__col .specification .specification__row span:last-child {
  display: flex;
}
@media (min-width: 568px) {
  .containero.cSpecifications > .left__col .specification .specification__row span:last-child {
    width: calc(100% - 140px);
  }
}
.containero.cSpecifications > .left__col .specification .specification__row img {
  display: inline-block;
  margin-left: 16px;
}
.containero.cSpecifications > .left__col .options {
  list-style-position: inside;
  padding-left: 7px;
}
@media (min-width: 992px) {
  .containero.cSpecifications > .left__col .options li {
    width: 50%;
  }
}
.containero.cSpecifications > .left__col .options li:not(:last-child) {
  margin-bottom: 16px;
}
.containero.cSpecifications > .right__col {
  width: 100%;
}
@media (min-width: 992px) {
  .containero.cSpecifications > .right__col {
    width: 320px;
    position: sticky;
    top: 85px;
  }
}
.containero.cSpecifications > .right__col > div:first-child {
  padding-left: 5.5px;
  padding-right: 5.5px;
  margin-bottom: 40px;
}
.containero.cSpecifications > .right__col > div .title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Play';
  line-height: 1.2;
  letter-spacing: -0.44px;
  margin-bottom: 4px;
  text-align: left;
}
.containero.cSpecifications > .right__col > div p {
  line-height: 1.6;
  margin-bottom: 14px;
  text-align: left;
}
.containero.cSpecifications > .right__col > div .button {
  width: 100%;
}
.widget2025 {
  background-color: #2a2a2a;
  color: #fafafa;
  position: relative;
}
.widget2025.widget--specialist {
  padding: 20px;
}
.widget2025.widget--specialist .specialist .specialist__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.widget2025.widget--specialist .specialist .specialist__header > .left__col {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
}
.widget2025.widget--specialist .specialist .specialist__header > .left__col img {
  position: relative;
  z-index: 1;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}
.widget2025.widget--specialist .specialist .specialist__header > .right__col {
  width: calc(100% - 96px);
  display: flex;
  flex-direction: column;
}
.widget2025.widget--specialist .specialist .specialist__header > .right__col .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Play';
}
.widget2025.widget--specialist .specialist .specialist__header > .right__col .function {
  font-size: 14px;
  color: #d52b28;
  font-weight: 700;
}
.widget2025.widget--specialist .specialist__details {
  margin-top: 20px;
  padding: 0 16px;
}
.widget2025.widget--specialist .specialist__details a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.widget2025.widget--specialist .specialist__details a:not(:last-child) {
  margin-bottom: 16px;
}
.widget2025.widget--specialist .specialist__details a i {
  color: #d52b28;
  margin-right: 16px;
  font-size: 22px;
}
.widget2025.widget--specialist p {
  text-align: center;
  margin-bottom: 16px;
}
.fullwidth.fwRelatedMotorcycles {
  padding-bottom: 84px;
}
.containero.cRelatedMotorcycles .h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.containero.cRelatedMotorcycles .sliderWrapper {
  position: relative;
}
@media (max-width: 767px) {
  .containero.cRelatedMotorcycles .sliderWrapper {
    padding-bottom: 72px;
  }
}
.containero.cRelatedMotorcycles .tns-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.containero.cRelatedMotorcycles .recentMotors {
  display: flex;
}
@media (min-width: 768px) {
  .containero.cRelatedMotorcycles .recentMotors {
    gap: 16px;
  }
}
.containero.cRelatedMotorcycles .tns-item {
  visibility: visible !important;
}
.containero.cRelatedMotorcycles .motorcycleCard {
  width: 100%;
  display: flex !important;
}
@media (min-width: 768px) {
  .containero.cRelatedMotorcycles .motorcycleCard {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .containero.cRelatedMotorcycles .motorcycleCard {
    width: calc(33.33% - 10.67px);
  }
}
.fullwidth.fwActie {
  padding-bottom: 84px;
}
.containero.cActie {
  display: flex;
  flex-direction: column;
  gap: 40px 64px;
}
@media (min-width: 768px) {
  .containero.cActie {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .containero.cActie {
    flex-direction: row;
    align-items: center;
  }
}
.containero.cActie > .left__col {
  width: 100%;
}
@media (min-width: 992px) {
  .containero.cActie > .left__col {
    width: 485px;
  }
}
.containero.cActie > .left__col p {
  font-size: 18px;
}
.containero.cActie > .right__col {
  width: 100%;
}
@media (min-width: 768px) {
  .containero.cActie > .right__col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .containero.cActie > .right__col {
    width: calc(100% - 549px);
    padding: 0;
  }
}
@media (max-width: 767px) {
  .containero.cActie > .right__col .imgSkewer {
    transform: skew(0);
  }
}
.containero.cActie > .right__col .imgholder {
  border-left: 16px solid #d52b28;
}
@media (max-width: 991px) {
  .containero.cActie > .right__col .imgholder img {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  .containero.cActie > .right__col .imgholder img {
    height: 427px;
  }
}
.containero.cActie > .right__col .imgholder .actie {
  position: absolute;
  top: 29px;
  left: 0;
  background-color: #d52b28;
  z-index: 1;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  transform: translate(-1px, 0);
}
@media (min-width: 768px) {
  .containero.cActie > .right__col .imgholder .actie {
    font-size: 20px;
  }
}
.containero.cActie > .right__col .imgholder .actie > span {
  display: block;
}
@media (min-width: 768px) {
  .containero.cActie > .right__col .imgholder .actie > span {
    transform: skew(10deg, 0);
  }
}
.containero.cActie > .right__col .imgholder .actie:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  transform: translate(98%, 0);
  background-color: #d52b28;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
body {
  font-family: 'Ubuntu';
  font-size: 16px;
  background-color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  /* Chrome/Safari */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox (macOS) */
}
body p {
  text-align: left;
  margin-bottom: 11px;
}
body p:last-child {
  margin-bottom: 0;
}
.fullwidth {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  min-width: 320px;
  overflow-x: clip;
}
.containero {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1280px) {
  .containero {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}
.containero-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1280px) {
  .containero-small {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
h1,
.h1 {
  font-size: 30px;
  font-family: 'Play';
  text-transform: none;
  margin-top: 0;
  margin-bottom: 11px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  line-height: 0.95;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
h2,
.h2 {
  font-family: 'Play';
  text-transform: none;
  margin-top: 0;
  font-size: 28px;
  line-height: 0.95;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
h3,
.h3 {
  font-family: 'Play';
  text-transform: none;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
h4,
.h4 {
  font-family: 'Play';
  text-transform: none;
  margin-top: 0;
  font-size: 22px;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}
.button {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Ubuntu';
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.button:after {
  content: '\f178';
  font-family: 'FontAwesome';
  color: #d52b28;
  font-size: 14px;
  margin-left: 9px;
}
.button--primary {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  padding: 16.5px 16px 16.5px 20px;
}
.button--primary:hover,
.button--primary:focus {
  background-color: #d52b28;
  text-decoration: none;
  color: #fff;
}
.button--primary:hover:after,
.button--primary:focus:after {
  color: #fff;
}
.button--primary.button--red {
  background-color: #d52b28;
  color: #fff;
}
.button--primary.button--red:after {
  color: #ffff;
}
.button--primary.button--red:hover {
  background-color: #fff;
  color: #000;
}
.button--primary.button--red:hover:after {
  color: #d52b28;
}
.button--secondary {
  color: #fff;
}
.button--secondary:hover {
  color: #fff;
  text-decoration: none;
}
.imgSkewer {
  transform: skew(-10deg, 0);
}
.imgSkewer .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imgSkewer .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skew(10deg, 0) scale(1.2);
}
.tns-controls {
  display: flex;
  gap: 12px;
}
.tns-controls button {
  border: none;
  background-color: #d52b28;
  border-radius: 100px;
  padding: 0;
  width: 48px;
  height: 48px;
}
.tns-controls button:hover {
  background-color: #fff;
}
.tns-controls button:hover i {
  color: #d52b28;
}
.tns-controller .tns-nav {
  display: flex;
  gap: 9px;
}
.tns-controller .tns-nav button {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #ffffff;
}
@media (max-width: 567px) {
  .tns-controller .tns-nav button {
    width: 16px;
    height: 16px;
  }
}
.tns-controller .tns-nav button.tns-nav-active {
  background-color: #d52b28;
}
.underline {
  text-decoration: underline;
}
/*# sourceMappingURL=style2025.css.map */