@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
  --vw-blue: #072C50;
  --vw-orange: #F5A737;
  --vw-font: 'PT Sans', sans-serif;
  --vw-font-title: 'Poppins', sans-serif;
}
html.ccm-panel-ready div.ccm-page, main {
  background: rgb(18,18,18);
  background: -moz-linear-gradient(169deg, rgba(0,0,0,1) 0%, rgba(16,16,16,1) 100%);
  background: -webkit-linear-gradient(169deg, rgba(0,0,0,1) 0%, rgba(16,16,16,1) 100%);
  background: linear-gradient(169deg, rgba(0,0,0,1) 0%, rgba(16,16,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212",endColorstr="#383636",GradientType=1);
  min-height: 100vh;
}
.ccm-page p {
  font-family: var(--vw-font);
  color: white;
  line-height: 1.6;
  font-size: 22px;
}
.ccm-page ul li {
  font-family: var(--vw-font);
  color: white;
  line-height: 1.6;
  font-size: 22px;
  padding-bottom: 15px;
}
.ccm-page ul li.vw-slide {
  padding-bottom: 0 !important;
}
.ccm-page a {
  color: white;
}
.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4 {
  color:white;
  font-family: var(--vw-font-title);
}
.vw-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vw-slider {
  margin-top: -150px;
  position: relative;
}
.vw-slider ul li {
  display: flex !important;
  align-items: center;
}
.vw-slider li div {
  flex: 0 0 50%;
}
.vw-slider .background {
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  border-top-right-radius: 50%;
  border-right: 4px solid #4b4b74;
}
.vw-slide .text {
  margin-left: -280px;
  margin-top: 100px;
}
.vw-slide .text h1 {
  font-size: 45px;
  color: white;
  text-transform: uppercase;
  font-family: var(--vw-font-title);
  font-weight: bold;
  margin-bottom: 15px;
}
.vw-slide .text p {
  padding-left: 100px;
  font-size: 22px;
  line-height: 1.7;
  color: white !important;
}
.vw-header{
  z-index: 200;
  position: relative;
}
.vw-header {
  color:white !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-nav .nav-link {
  color: white !important;
  padding-right: 30px;
  font-family: var(--vw-font);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
.logo h1 {
  font-size: 27px;
}
.merkenlijst {
  display: flex;
  flex-wrap: wrap;
}
.merkenlijst .merk {
  flex: 1;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: all 2s;
}
.merkenlijst .merk.model {
  flex:1 0 50% !important;
}
.merkenlijst .merk .merkafbeelding {
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
}
.merkenlijst .merk .merkafbeelding::after {
  content: '';
  background: linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.1) 21%,rgba(0,0,0,.3));
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.merkenlijst .merk .merktekst {
  position: absolute;
  bottom: 1px;
  left: 10px;
  padding: 15px;
  z-index: 333;
}
.merkenlijst .merk .merktekst h2 {
  font-weight: bold;
  text-transform: none;
  color: white;
}
.merkenlijst .merk .merktekst h2 a {
  font-weight: bold;
  text-transform: none;
  color: white;
  font-size: 19px;
  text-decoration: none;
}
.merkenlijst .merk:hover {
  flex: 3;
}
.merkenlijst .merk.model:hover {
  flex: 0 0 50% !important
}
.merkenlijst .merk:hover .merkafbeelding::after {
  background: none;
}
.vw-logo img {
  max-width: 100%;
  width: 250px;
  height: auto;
}
.logo {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  height: auto;
  opacity: 0;
  transition: all 2s;
}
.logo img {
  width:70px;
  height: auto;
}
.merkenlijst .merk:hover .logo {
  display: block;
  opacity: 1;
}
.full-area {
  padding: 120px 0;
}
.image-under img {
  width: 100%;
}
.under {
  opacity: 0.2;
  height: 200px;
  background-size: cover;
  background-position: bottom;
  transform: rotate(180deg);
}
.under img {

}
.bg-image {
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  position: relative;
  animation: bg-anim 2s linear 1;
  z-index: 100;
}
.bg-image > * {
  z-index: 111;
  position: relative;
  opacity: 1;
}
.bg-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000000, #000000);
  opacity: 0.8;
  animation: bg-anim 2s linear 1;
}
.subhead {
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--vw-font-title);
  font-size: 20px;
  color: #606096 !important;
  margin-bottom: 5px !important;
}
.ccm-page h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 40px;
}
/*
.fogwrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
  bottom: 0;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("../assets/smoke-1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("../assets/smoke-2.png") center center/cover no-repeat transparent;
}
---------- Fog ---------- */
/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .8; }
  40% { opacity: .48; }
  58% { opacity: .6; }
  80% { opacity: .36; }
  100% { opacity: .20; }
}
@-moz-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .8; }
  40% { opacity: .48; }
  58% { opacity: .6; }
  80% { opacity: .36; }
  100% { opacity: .20; }
}
@-o-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .8; }
  40% { opacity: .48; }
  58% { opacity: .6; }
  80% { opacity: .36; }
  100% { opacity: .20; }
}
@keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .8; }
  40% { opacity: .48; }
  58% { opacity: .6; }
  80% { opacity: .36; }
  100% { opacity: .2; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% { opacity: .7; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .4; }
  100% { opacity: .7; }
}
@-moz-keyframes foglayer_02_opacity {
  0% { opacity: .7; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .4; }
  100% { opacity: .7; }
}
@-o-keyframes foglayer_02_opacity {
  0% { opacity: .7; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .4; }
  100% { opacity: .7; }
}
@keyframes foglayer_02_opacity {
  0% { opacity: .7; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .4; }
  100% { opacity: .7; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% { opacity: 1 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: 1; }
}
@-moz-keyframes foglayer_03_opacity {
  0% { opacity: 1 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: 1; }
}
@-o-keyframes foglayer_03_opacity {
  0% { opacity: 1 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: 1; }
}
@keyframes foglayer_03_opacity {
  0% { opacity:1; }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity:1; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes bg-anim {
  0% { width: 0; }
  100% { width: 100%; }
}
@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }
  /* Reveal block */
  .reveal-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: white;
  }
  .reveal-holder .reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #606096;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.5s;
  }
.image-under .reveal-holder {
  width: 100%;
}
  .reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
  }

  .reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
  }

  .reveal-block.extra {
    background: #1b9edf;
  }
  .reveal-block.extra::before {
    background: #af74c3;
  }

  .reveal-block.top.aos-animate::before,
  .reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  .reveal-block.left.aos-animate::before,
  .reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .reveal-block.top::before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }

  .reveal-block.left::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }

  .reveal-block.right::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }

  .reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }

  /* AOS animate */
  [data-aos="reveal-top"],
  [data-aos="reveal-left"],
  [data-aos="reveal-right"],
  [data-aos="reveal-bottom"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
  }

  [data-aos="reveal-top"] {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  [data-aos="reveal-top"].aos-animate {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }

  [data-aos="reveal-left"] {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  [data-aos="reveal-left"].aos-animate {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }

  [data-aos="reveal-right"] {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  [data-aos="reveal-right"].aos-animate {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }

  [data-aos="reveal-bottom"] {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  [data-aos="reveal-bottom"].aos-animate {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }

  [data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
  }
  [data-aos="reveal-item"].aos-animate {
    visibility: visible;
  }
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #161627 !important;
  display: grid;
  place-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top-right-radius: 516px;
  border-right: 2px solid white;
  border-top: 2px solid white;
}
.footer table {
  color: white;
}
.footer h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer a, .footer p {
  font-size: 20px;
}
.footer-bottom {
  color: white;
}
.footer-bottom p {
  color: white;
}
.footer-bottom a {
  color: white;
  text-decoration: none;
}
.vw-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:600px;
  display: flex;
  background-attachment: fixed;
  align-items: center;
}
.vw-banner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  left: 10%;
  background: rgb(0 0 0 / 70%);
}
.banner-text {
    position: relative;
    z-index: 11;
    text-align: left;
}
.banner-text h1 {
  font-size: 140px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  -webkit-text-stroke: 3px white;
  color: transparent;
}
.banner-text h1::after {
  content: '';
  left: 0;
  bottom: -20px;
  width:200px;
  background: #606096 !important;
  position: absolute;
  height: 5px;
}
.banner-logo {
  text-align: left;
  height: auto;
  margin-top: 50px;
  z-index: 11;
  position: relative;
  display: inline-block;
  padding: 18px;
  background: white;
}
.banner-link {
  text-align: left;
  height: auto;
  margin-top: 50px;
  z-index: 11;
  position: relative;
}
.banner-logo img {
  display: block;
  width: 150px;
  height: auto;
}
.owl-stage{padding-left:0px !important;}
.owl-dots {
    text-align: center;
}
.owl-nav {
  display: none;
}
.owl-dots button.owl-dot.active ,
.owl-dots button.owl-dot:hover  {
  background: #FEAE00;
  border-radius: 50%;

}
.owl-dots button.owl-dot {
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
     margin: 5px;
}
.owl-dots button.owl-dot span {
  background: white;


}
.ccm-dashboard-express-form input, .ccm-dashboard-express-form textarea {
  background: #ECECEC;
  border: #333;
  border-radius: 30px;
}
.ccm-dashboard-express-form input {
  height: 50px;
}
.ccm-dashboard-express-form  label {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color:white;
}
.ccm-dashboard-express-form .btn {
  background-color: #606096 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-primary {
  background-color: #606096 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}

.ccm-block-express-form {
    background: #161627;
    padding: 64px;
    border-radius: 54px;
}
.bg-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 111;
}
.images {
  display: flex;
  flex-wrap:wrap;
}
.images .image {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}
.motorisaties h4 {
  display: inline !important;
}
.motorisaties p, span.moto {
  color: white;
  padding-left: 20px;
}
.card {
    overflow: hidden;
    padding: 20px;
    background: linear-gradient(171.38deg, #F9FBFC 3.36%, #E2EAF5 95.69%);
    box-shadow: 0px 0px 20px rgba(227, 235, 246, 0.3);
    border-radius: 30px;
    text-align: center;
}


.card_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
h2.card_title {
  font-size: 25px;
  color: black;
  margin-top: 15px;
  margin-bottom: 15px;
}
.card_body {
    padding: 26px 10px 36px 10px;
}

.card_title {
    font-weight: 800;
    text-transform: capitalize;
    color: #25262C;
    font-size: 32px;
    padding-bottom: 15px;
}

h6.designation {
    font-weight: 700;
    font-size: 22px;
    color: #959EAF;
}

.call_btn {
    margin:80px 0 40px;
    position: relative;
    display: inline-block;
    z-index: 99;
}



.btn_icon i {
    position: relative;
    font-size: 22px;
    color: black;
    transition: all .3s ease-in-out;
}

.btn_icon i:after {
    content: '';
    position: absolute;
    height: 55px;
    width: 55px;
    background-color: white;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    left: -17px;
    top: -18px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.circle {
    position: absolute;
    background: radial-gradient(45.14% 45.14% at 50% 50%, #BFDAFF 0%, #BDD9FD 26.59%, #D4E5FF 46.99%, #CCE0FF 71.36%, #A7CCFF 100%);
    box-shadow: 0px 4px 107px rgba(179, 211, 255, 0.5);
    border-radius: 50%;
    left: -46px;
    top: -46px;
    height: 110px;
    width: 110px;
    display: block;
    z-index: -2;
    transition: all .3s ease-in-out;
}

.btn_icon:hover i {
    color: #0050B1;
}


.btn_icon:hover .circle {
    box-shadow: 0px 4px 97px rgba(44, 134, 255, 0.8);
}
.navbar-toggler {
  color: white;
}
.navbar-toggler .fa {
  color: white;
}
.navbar-collapse.show {
  background: black;
  padding: 15px;
}
.owl-five .item img {
  height: 65px;
  width: auto;
}
.owl-five {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-contact a {
  text-decoration: none;
}
.googleMapCanvas {
    -webkit-filter: grayscale(100%);
}
main {
  overflow-x: hidden;
}
.googleMapCanvas {
  margin-top: 15px;
}
.btn:hover, .btn:focus, .btn:active, input:hover, input:focus, input:active  {
  outline: none !important;
  box-shadow: none !important;
}
.contact-form .btn {
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  #desktopnav {
    display: none !important;
  }
  #myNav, .mobilenav {
    display: block !important;
  }
  .mobilenav {
    font-size: 30px;
    cursor: pointer;
    background: transparent;

    padding: 0 5px;
    color: white;
    position: absolute;
    right: 10px;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px !important;
    color: white !important;
    display: block;
    transition: 0.3s;
  }
	.overlay-content .nav {
		max-height: unset !important;
		display: block !important;
		overflow: auto !important;
	}
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: white;
  }
}
#myNav {
  display: none;
}
.mobilenav {
  display: none;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  height: 35px;
  vertical-align: middle;
  fill: white;
}
.feature-text p {
  font-size: 21px;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
.stock-features {
  display: flex;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}

.stock-features.black .feature-text p {
  color: black !important;
  font-size: 16px;
}
.stock-features.black .icon svg {
  fill: black;
}
.stock-features.black {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 10px 0 !important;
}
.stock-features .stock-feature {
  flex:1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stock-features .stock-feature .icon {
  margin-right: 10px;
}
.prices {
  display: flex;
  margin-top: 30px;
}
.prices .price {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  position: relative;
  padding: 30px;
  padding-top: 50px;
}
.prices .price span {
  position: absolute;
  top: 15px;
  left: 25px;
  margin-bottom: 25px;
}
.prices .price:first-of-type {
  background: #606096;
}
.prices .price:first-of-type span {
  color: white;
  font-weight: bold;
}
.prices .price:last-of-type {
  background: white;
  color: black;
  font-weight: bold;
}
.prices .price:last-of-type p {
  color: black;
}
.prices .price p {
  font-weight: bold;
  font-size: 35px;
}
.cta {
  margin-top: 30px;
}
.backlink {
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
}
.navigation-up {
  padding-top: 60px;
}
.full-area img {
  max-width: 100%;
  height: auto;
}
.stock-wagens {
  display: flex;
  flex-wrap: wrap;
}
.stock-wagens .stock-wagen {
  flex: 50% 0;
  padding: 15px;
}
.wagen-picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
}
.wagen-inner {

}
.wagen-description {
  padding: 30px;
  max-width: 95%;
  background: white;
  margin-top: -40px;
  background: white;
  position: relative;
  z-index: 100;
  border-bottom: 5px solid #606096;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.wagen-title h3 {
  color: black;
  margin-bottom: 25px;
}
.wagen-title {
  position: relative;
}
.merklogo {
  position: absolute;
  right: 25px;
  top: 0;
}
.merklogo img {
  height: 40px;
  float:right;
  display: inline;
}
.wagen-prijs {
  position: absolute;
  left: -15px;
  top: 40px;
  padding: 15px;
  background: #606096 !important;
  color:white;
  font-weight: bold;
  font-size: 26px;
}
.pagelink {
  font-weight: bold;
  text-transform: uppercase;
  color: black !important;
  text-decoration: none;
}
.breadcrumb {
  background: white;
  padding: 15px 30px;
}
.breadcrumb a {
  color: black !important;
  text-decoration: none;
  font-size: 21px;
}
.breadcrumb a.active {
  color: #606096;
}

.breadcrumb li {
  padding-right: 15px;
}
.breadcrumb li a {
  position: relative;
}
.breadcrumb li a::after {
  display: inline-block;
  content: '/';
  margin-left: 15px;
}
.breadcrumb li:last-of-type a::after {
  display: none;
}
.marketinglabel {
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 10px;
  background: green;
  color: white;
  font-weight: bold;
}
#thumbs .owl-stage{display: flex;}
#thumbs .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
#thumbs .item img {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.pagination {
  justify-content: center;
  margin-top: 60px;
}
.page-item.active .page-link {
  background-color: #606096 !important;
  color: white;
  border-color: #606096 !important;
}
.pagination .page-item a {
  color: black;
  font-weight: bold;
}
.pagination .page-item.disabled {
  display: none;
}
.page-item.next, .page-item.previous {
  display: none;
}
