:root {
  --color-primary: #fff;
  --color-secondary: #000;
  --color-background: #000;
  --custom-max-width: 1800px;
}

.main-content {
background-color: #fff;
}

.page-node-11 .main-content {
background-color: #f3f3f3;
}

.page-node-228 .main-content {
background-color: #f3f3f3;
}

body {
  font-family: 'Elms Sans', sans-serif;
}

p {
    font-size: 0.6rem;
    line-height: 1.2rem;
}

.page-node-11 p, .page-node-319 p, .page-node-320 p, .page-node-321 p {
  color: #000;
}

.page-node-11 h1, .page-node-319 h1, .page-node-320 h1, .page-node-321 h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}


.page-node-320 li {
    color: #fff;
    font-size: .6rem;
    line-height: 1.2rem;
}

.header {
  padding: 0;
}

.header {
  background: #fff;
}

.header__top, .header__top a {
    font-size: .6rem;
    background-color: transparent;
    color:#000;
}


.fa-solid {
    font-weight: 900;
    color: #000;
}

.fa-regular {
    font-weight: 400;
    color: #fff;
}

.header__top .fa-solid {
    font-weight: 900;
    color: #fff;
}

.header__top .fa-regular {
    font-weight: 400;
    color: #fff;
}

footer.site-footer .fa-solid {
    font-weight: 900;
    color: #151515;
}

footer.site-footer .fa-regular {
    font-weight: 900;
    color: #151515;
}

.page-node-224 .header--transparent {
  background: transparent;
}

.header--transparent {
  background: var(--color-background);
}

.header--transparent .navigation__item .link {
    color: #ffffff;
}

.navigation__list .link {
  color: #000;
}

.header__content, .header__top {
    padding-left: 3%;
    padding-right: 1%;
}

.branding__logo img {
    height: 60px;
    padding: 10px;
}

@media screen and (min-width: 761px) {
.branding__logo img {
  height: 80px;
  padding: 10px;
}
}

.brandbox::after {
  background-image: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.navigation__list .link, .header--transparent .navigation__list .link {
  font-size: 0.6rem;
  font-weight: 400;
  margin-right: 3rem;
  text-transform: uppercase;
}

.navigation-primary .navigation__item .link span {
  position: relative;
  margin-top: 13px;
}

.navigation__list .link:hover,
.header--transparent .navigation__list .link:hover {
  color: var(--color-primary-medium);
}

.navigation-primary .navigation__item a:active span:after, .navigation-primary .navigation__item a:hover span:after, .navigation-primary .navigation__item.navigation__item--active .link span:after {
  content: none;
}

@media screen and (min-width: 1020px) {
    .navigation__item--inline {
        padding: 0 0rem;
    }
}

@media screen and (min-width: 1440px) {
    .navigation__item--inline {
        padding: 0 0rem;
    }
}

.header--transparent .navigation__foldout-button .navigation__foldout-button__lines,
.header--transparent .navigation__foldout-button .navigation__foldout-button__lines:before,
.header--transparent .navigation__foldout-button .navigation__foldout-button__lines:after,
.header--transparent .navigation__foldout-button:hover .navigation__foldout-button__lines,
.header--transparent .navigation__foldout-button:hover .navigation__foldout-button__lines:before,
.header--transparent .navigation__foldout-button:hover .navigation__foldout-button__lines:after {
  background-color: #757575;
}

.header--transparent .navigation__item .link,
.header--transparent .navigation__foldout-button__text {
  color: #fff;
}

.navigation-primary .navigation__item a:hover span:after {
  content: none;
}

.header--transparent .navigation__item .link:hover,
.navigation__item .link:hover,
.header--transparent .navigation__item.navigation__item--active .link,
.navigation__item.navigation__item--active .link,
.header--transparent .navigation__foldout-button__text:hover,
.navigation__foldout-button__text:hover {
    color: #ffffff !important;
    border-bottom: 1px solid var(--color-secondary);
    padding-bottom: 0px;
}

.brandbox__wrapper,
.content-section .brandbox__wrapper h2 {
  text-align: center; 
}

.brandbox__wrapper-inner {
  color: var(--color-white);
  position: absolute;
  top: 50%;
  width: calc(100vw);
  z-index: 1;
}

.brandbox__wrapper-inner h1 {
  font-weight: 300;
  line-height: 1;
  color: #fff;
  font-size: 2rem;
}

.brandbox__wrapper-inner h2 {
  font-weight: 300;
  line-height: 1;
  margin: 0;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: -50px;
  color: #fff;
  font-size: 1.1rem;
}


.brandbox__wrapper-inner element {
  color: red;
  font-weight: 600;
}

.button {
  background-color: transparent;
  border-radius: 0px;
  color: var(--color-button-contrast);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.15;
  padding: 0.7rem 3rem;
  transition: background-color .15s;
  border: 1px solid #fff;
}

.brandbox:after {
  background-image: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content-section h2 {
  text-align: left;
}

.bg-black {
  background-color: var(--color-background);
  padding-left: 50px;
  padding-right: 50px;
}

.teaser.teaser--tile .link {
  color: #000;
}

.teaser.teaser--tile .teaser__title {
    padding: 0rem 0;
    color: #000;
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 400;
    margin-bottom: -15px;
}

.content-section + .content-section > h2 {
  padding-top: 0px;
  font-weight: 800;
  color: #000;
}

.content-section--onze-diensten {
  margin: 0 auto 2rem auto;
  max-width: var(--custom-max-width);
}

@media screen and (min-width: 761px) {
  .content-section--onze-diensten .grid__column--span-8 {
    grid-column: auto/span 12 !important;
  } 
}

.content-section--onze-diensten .teaser,
.content-section--over-ons .teaser {
  background: none;
}

.content-section--onze-diensten .teaser.teaser--tile-2col .teaser__wrapper {
  justify-content: flex-start;
}

@media screen and (max-width: 761px) {
  width: 100%;
}

@media screen and (min-width: 761px) {
  .content-section--onze-diensten .teaser.teaser--tile-2col .teaser__wrapper {
    width: 50%;
  }
}

.teaser.teaser--tile-2col, .teaser.teaser--tile-2col-background, .teaser.teaser--tile-full {
  background-color: #fff;
}
  
.content-section--over-ons .teaser.teaser--tile-full .teaser__wrapper {
  justify-content: center;
}

.content-section--onze-diensten .teaser.teaser--tile .teaser__title,
.content-section--over-ons .teaser.teaser--tile .teaser__title,
.content-section--onze-diensten .teaser.teaser--tile .teaser__title .link,
.content-section--over-ons .teaser.teaser--tile .teaser__title .link,
.content-section--onze-diensten .teaser.teaser--tile .teaser__description,
.content-section--over-ons .teaser.teaser--tile .teaser__description,
.content-section--onze-diensten .teaser.teaser--tile-2col .teaser__title,
.content-section--over-ons .teaser.teaser--tile-2col .teaser__title,
.content-section--onze-diensten .teaser.teaser--tile-2col .teaser__title .link,
.content-section--over-ons .teaser.teaser--tile-2col .teaser__title .link,
.content-section--onze-diensten .teaser.teaser--tile-2col .teaser__description,
.content-section--over-ons .teaser.teaser--tile-2col .teaser__description,
.content-section--onze-diensten .teaser.teaser--tile-full .teaser__title,
.content-section--over-ons .teaser.teaser--tile-full .teaser__title,
.content-section--onze-diensten .teaser.teaser--tile-full .teaser__title .link,
.content-section--over-ons .teaser.teaser--tile-full .teaser__title .link,
.content-section--onze-diensten .teaser.teaser--tile-full .teaser__description,
.content-section--over-ons .teaser.teaser--tile-full .teaser__description {
  color: var(--color-black);
}

/*footer*/
.site-footer__top {
  background-color: var(--color-primary);
  padding: 2rem 0px 3rem;
  position: relative;
}

@media screen and (min-width: 1020px) {
  .site-footer__wrapper {
    max-width: calc(var(--max-width-content) + 4.8rem);
    padding: 0 2.4rem;
  }
}

.site-footer__top h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}

.site-footer__top p {
  line-height: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 0.6rem;
  font-weight: 300;
  color: #000;
}

.site-footer__top p:has(.fa-brands) {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.site-footer__top .navigation__list .link {
  color: #fff;
  font-size: .6rem;
}

#block-speed-socials a {
  margin-right: 10px;
}

.dw-social-awesome:hover {
  background-color: var(--color-secondary) !important;
  transition: 0.7s ease;
}

.site-footer a {
    color: #000;
    font-weight: 700;
  }

 .teaser__title {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-top: 0;
    font-weight: 600;
    margin-bottom: 0px;
}

.teaser.teaser--tile-2col .teaser__description {
    display: -webkit-box;
    max-height: 30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 1.2rem;
    max-width: 30rem;
    margin-bottom: 1rem;
}

.content-section--over-ons .teaser.teaser--tile-full .teaser__description {
font-size: 0.6rem;
  font-weight: 500;
  max-height: 20rem;
}
  
.copyright__text {
  font-size: 0.5rem;
  font-weight: 600;
}

.fa-brands {
  font-size: 1.5rem;
}

.content-section--over-ons .teaser.teaser--tile-full .teaser__wrapper {
  background-color: var(--color-grey-lighter);
}


.teaser.teaser--tile .teaser__title:last-child{
  text-align: center;
  font-weight: 700;
}



section.content-section.content-section--tiles.content-section--diensten .teaser.teaser--tile .teaser__wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    height: 100%;
    justify-content: initial;
}

.page-node-225 .main-content {
  background-color: #f3f3f3;
}

.teaser.teaser--tile .link:hover {
  color: #000;
}

/*teaser aanbod overzicht*/
.teaser.teaser--tile .teaser__meta {
    font-size: .6rem;
    color: #000;
    font-weight: 300;
    text-transform: none;
}

/*titel aanbod overzicht*/

.link.link--button {
    color: #000 !important;
    font-size: 0.7rem;
    font-weight: 400;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0px;
    padding: 1.2rem 3rem;
    margin-top: 1rem;
}
  
.link.link--button:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
    transition: 0.5s ease;
}
  
.form-submit:hover {
  border: 1px solid #fff !important;
    background-color: transparent !important;
    color:#fff !important;
  }
  
/*prijs aanbod overzicht*/
 .teaser.teaser--tile .teaser__description {
    color: #000 !important;
    font-weight: 500;
    border-top: 2px solid #f00;
    padding-top: 0px;
    font-size: 0.8rem;
}

/*prijs aanbod overzicht*/
.teaser.teaser--tile .teaser__footer {
 color: #000;
 margin-bottom: .5rem;
}

.page-node-225 .teaser.teaser--tile {
box-shadow: 0 5px 20px 0 rgba(0, 44, 95, 0.1);
}

.teaser__footer {
    border-top: 1px solid var(--color-secondary);
    font-size: 0.6rem;
    margin-top: 1rem;
    color: #000;
    font-weight: 600;
    padding-top: 5px;
}

.price__installment a {
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  
}

.price span {
  font-size: 0.7rem;
  font-weight: 400;
}

.teaser__description, .teaser__title {
  padding: 0 0 0.0rem;
}

.pager__item span {
  line-height: 2rem;
}

.pager__item--page span {
  display: inline-block;
  text-align: center;
  width: 2rem;
}

.pager__items {
  font-weight: 600;
  list-style: none;
  font-size: 0.6rem;
}


.page-node-6 h2 {
  font-size: 1rem;
  font-weight: 600;
}

.page-node-6 p {
  line-height: 1rem;
  margin-bottom: 0rem;
  margin-top: 0;
  font-size: 0.5rem;
  font-weight: 500;
}

.page-node-6 h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

.page-node-2 .col-sm-6 .bs-region .bs-region--right {
  background-color:#000;
}

/*contact*/
.grid__column:has(form) {
  background-color: var(--color-background);
  color: var(--color-white);
  padding: 2rem;
}

.form-item__label {
  color: #fff;
}

.grid__column:has(form) h2,
.grid__column:has(form) h3,
.grid__column:has(form) h4,
.grid__column:has(form) a {
  color: var(--color-white);
}

.button {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.15;
  padding: 1rem 4rem;
  transition: background-color .15s;
  border: 1px solid #fff;
}

/* Effects */
/*
.teaser__title a:hover:before {
  background-color: color-mix(in oklab, var(--color-primary-light), transparent 30%);
}
*/

/* Decrease zoom */
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 21px;
  }
}

@media screen and (min-width: 1440px) {
  html, body {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  html, body {
    font-size: 24px;
  }
}

@media screen and (min-width: 2560px) {
  html, body {
    font-size: 25px;
  }
}

/* Car detail page */
.page-node-type-car .price,
.page-node-type-car .block--text,
.page-node-type-car .margin-bottom:has(.metadata),
.page-node-type-car .options {
  background-color: var(--color-grey-lighter);
  padding: 1rem;
}

.page-node-type-car .margin-bottom {
  margin-bottom: 1.5rem;
}

.page-node-type-car .article__subtitle {
    padding-top: 0;
    margin-top: -1rem;
    color: #000;
    font-size: 1rem;
}

.facets--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #1f4e78;
  padding: 20px 20px;
}

/* Facets drop down */

.facets-dropdown__wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background-color: #fff;
}

.dropdown__wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background-color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
}

.facets-dropdown {
    font-weight: 400;
}

.options__group .content-section h2 {
  text-align: left;
  margin-top: 50px;
  border-bottom: 1px solid #000;
  padding: 5px;
  font-weight: 600;
  font-size: 1rem;
}

.page-node-type-car .content-section h2 {
  text-align: left;
  margin-left: 10px;
  margin-top: 0px;
}

@media screen and (min-width: 761px) {
  .page-node-type-car .content-section h2 {
  text-align: left;
  margin-left: 40px;
  margin-top: 30px;
}
}

.page-node-type-car ul, ul.list {
    line-height: 1.2rem;
    font-weight: 300;
    font-size: 0.6rem;
}

.page-node-type-car .price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

.page-node-type-car .price span {
    font-size: 0.6rem;
    font-weight: 400;
}


.page-node-type-car .metadata {
    column-gap: 2rem;
    display: grid;
    font-size: 0.6rem;
    grid-template-columns: auto 1fr;
    line-height: 1.5rem;
    padding: 0 0 1.5rem;
}

.page-node-type-car .metadata {
margin-left: 10px;
}

@media screen and (min-width: 761px) {
.page-node-type-car .metadata {
margin-left: 40px;
}
}

.page-node-type-car .content-section h2 {
    text-align: left;
    font-weight: 400;
    color: #000;
    font-size: 1.2rem;
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

.page-node-type-car .block--text .text {
  margin-left: 10px;
}

@media screen and (min-width: 761px) {
.page-node-type-car .block--text .text {
    margin-left: 40px;
}
}

ul.list.list--checkmark.list--2col {
    margin-left: -35px;
}

@media screen and (min-width: 761px) {
  ul.list.list--checkmark.list--2col {
    margin-left: -10px;
}
}
  
.metadata.metadata--specifications dt, .metadata.metadata--specifications dd {
  border-bottom: solid 1px #ccc;
}


.page-node-type-car h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000; 
    margin-top: -1rem;
}

@media screen and (min-width: 761px) {
.page-node-type-car h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    margin-top: 2rem;
}
}

.layout-content .page-node-type-car h2 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 300;
    margin-top: -10px;
}

.page-node-type-car .main-content {
    background-color: #f3f3f3;
}

.page-node-type-car .price, .page-node-type-car .block--text, .page-node-type-car .margin-bottom:has(.metadata), .page-node-type-car .options {
  background-color: #fff;
  padding: 1rem;
}


/* Contact page */

.block--25 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 0.5rem;
}

.block--25 table td, .block--25 table th {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding: .5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.page-node-228 h3 {
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: 600;
  color: #1f4e78;
}

.form-select__wrapper, .facets-dropdown__wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background-color: #fff;
}

/* Blokken collage homepage */
.block--19 .teaser.teaser--tile-2col .teaser__wrapper {
  width: 50%;
  background-color: #f1f0f0;
}

.block--18 .teaser.teaser--tile .teaser__wrapper {
  background-color: #f1f0f0;
}

.form-select__wrapper, .facets-dropdown__wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  font-size: 0.7rem;
  font-weight: 500;
}

.form-date::placeholder, .form-email::placeholder, .form-month::placeholder, .form-number::placeholder, .form-range::placeholder, .form-search::placeholder, .form-select::placeholder, .form-tel::placeholder, .form-text::placeholder, .form-textarea::placeholder, .form-time::placeholder, .form-url::placeholder, .form-week::placeholder {
  font-size: .7rem;
  color: #797979;
}

.navigation__item.navigation__item--active .link span::after {
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  right: 0;
}

.page-node-228 .brandbox::after {
  background-image: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: none;
}

.page-node-228 .brandbox--full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    height: 15vw;
  }

/*Over ons*/
.content-section--team {
  background-color: #f4f3f1;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-image--reversed .text-image__image {
  float: left;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.text-image--reversed .text-image__text {
  text-align: left;
  font-size: 0.7rem;
  font-weight: 500;
}

.page-node-229 body {
    font-size: 24px;
    background-color: #f4f3f1;
  }

.page-node-229 .content-section h2 {
  text-align: left;
  font-weight: 600;
  color: #1f4e78;
}

.page-node-229 .brandbox--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  height: 15vw;
}

.page-node-229 .brandbox::after {
  background-image: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
/*footer*/
.site-footer__top {
  background-color: #000;
  padding: 2rem 0px 3rem;
  position: relative;
}


.site-footer h3 {
  font-size: 0.8rem;
  padding: 1rem 0;
  font-weight: 500;
  color: #000;
}

.fa-brands, .fab {
  font-weight: 300;

}

/*copyright*/
.site-footer__bottom .copyright {
    text-align: center;
}

.site-footer .copyright a {
  color: #1f4e78;
  font-weight: 600;
}

.site-footer table td, .site-footer table caption {
  color: #000;
  font-size: .6rem;
  font-weight: 300;
}

table {
  line-height: 1rem;
}

.site-footer table td {
  padding: 0;
}

.content-section + .content-section > h2 {
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: .3rem
}

/*blokken*/
.content-section--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.blok1 .grid {
    grid-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  
  .blok2 .grid {
    grid-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
 

.copyright__text {
  color: #000;
  font-weight: 300;
}

.site-footer .copyright a {
  color: #000;
  font-weight: 400;
}

.facets-dropdown {
  border: none;
}

.facets-dropdown {
    font-weight: 400;
    border: 0px solid #000;
    color: #000;
    text-transform: none;
    font-size: 1rem;
    background-color: #fff;
    margin-bottom: 2rem;
    min-width: 12rem;
}

.facets-dropdown__wrapper {
  background-color: transparent;
}

.facets--top {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
    padding: 20px 20px;
}

@media screen and (min-width: 761px) {
.facets--top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
    padding: 20px 20px;
  }
}

.form-select:focus + .form-select__arrow::after, .form-select:focus + .form-select__arrow::before, .facets-dropdown__arrow::after, .facets-dropdown__arrow::before {
  border-color: #fff;
  font-weight: 400;
}

.page-node-225 h1 {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
}

.price {
    font-size: 1rem;
    margin-bottom: -1rem;
    font-weight: 400;
    margin-top: -1rem;
}



.teaser.teaser--tile .teaser__title:last-child {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
  }

.content-section--blok2 .grid,
.content-section--contact .grid {
  grid-gap: 0;
}

.site-footer table tbody tr {
  background-color: transparent;
}

.site-footer img {
  margin-left: 0;
  width: auto;
}

/*slider*/

.content-section--diensten .grid.grid--slides.grid--2col.grid--reverse {
  background-color: #000;
}

.content-section--diensten .splide__track--nav > .splide__list > .splide__slide {
  border: none;
  color: #fff;
  font-weight: 500;
}

.content-section--diensten .content-section + .content-section > h2 {
  padding-top: 1rem;
  font-weight: 800;
  color: #fff;
  margin-top: 100px;
  font-size: 2rem;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
}

.content-section--diensten .splide__track--nav > .splide__list > .splide__slide {
  border: none;
  color: #fff;
  font-weight: 500;
  margin-left: 50px;
}

.splide__slide .teaser.teaser--image-background {
  height: 600px;
}

.button:hover {
  background-color: transparent;
  color: var(--color-button-hover-contrast);
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.5s ease;
}

.grid--slides.grid--2col.grid--reverse .grid__column:last-child {
  grid-column: auto / span 9;
  margin: 30px;
  padding-right: 50px;
}

/*header*/
.brandbox {
    aspect-ratio: 100 / 49;
    margin-top: -12.6rem;
}

.brandbox__wrapper-inner {
  top: 15%;
}

@media screen and (min-width: 1020px) {
  .brandbox__wrapper-inner {
    top: 75%;
        text-align: left;
        margin-left: 5%;
  }
}
  

/*occasions homepage*/

.teaser.teaser--tile .teaser__wrapper, .teaser.teaser--tile-2col .teaser__wrapper, .teaser.teaser--tile-2col-background .teaser__wrapper, .teaser.teaser--tile-full .teaser__wrapper {
    padding: 0rem 1rem;
  }

/*blokken2*/
.content-section--blokken1 .grid {
    grid-gap: 0rem;
}

.teaser__wrapper {
  margin-top: 0rem;
}

.content-section--opmaak1 .grid.grid--3col .grid__column {
    grid-column: auto/span 4;
    height: 15rem;
  }

.block--58 .teaser__title {
    display: none;
  }

.block--60 .teaser__title {
    display: none;
  }

.teaser.teaser--tile .teaser__description {
    color: #fff !important;
    font-weight: 300;
    border-top: 0px solid #f00;
    padding-top: 0px;
    font-size: 0.7rem;
  }

.teaser.teaser--tile-2col.teaser--image-background:hover {
  transform: scale(1.05);
  transition: 1.0s ease;
  overflow: hidden;
}

.teaser.teaser--tile-full.teaser--image-background:hover {
  transform: scale(1.05);
  transition: 1.0s ease;
  overflow: hidden;
}

.block--62 .teaser.teaser--tile .teaser__wrapper {
    background-color: var(--color-background);
}

.block--62 .teaser.teaser--tile .teaser__title {
  display: none;
}

.block--61 .teaser.teaser--tile-2col .teaser__title{
  color:#000;
}

.block--61 .teaser.teaser--tile-2col .teaser__description {
  color: #000 !important;
  font-weight: 350;
  font-size: 0.7rem;
}

.block--62 .teaser.teaser--tile .teaser__description {
  color: #fff !important;
  font-weight: 350;
  font-size: 0.7rem;
  line-height: 1rem;
}

.teaser.teaser--tile .teaser__description {
  max-height: 20rem;
}

.grid__column.block--62 p {
  line-height: 1.5rem;
}
/*contactpagina*/
.page-node-228 .teaser__title {
    margin-left: 0rem;
    color:#000 !important;
  }

.page-node-228 .teaser__wrapper a {
    color: #000000;
    font-weight: 600;
}

.page-node-228 .teaser.teaser--tile-2col .teaser__description {
  color: #000 !important;
  font-weight: 300;
  font-size: 0.7rem;
  padding-left: 0rem;
}

.page-node-228  .teaser.teaser--tile .teaser__wrapper {
    background-color: #121720;
  }


.page-node-228 .teaser.teaser--tile .teaser__description {
  color: #000 !important;
  font-weight: 300;
  font-size: 0.7rem;
}

.page-node-228 .teaser.teaser--tile .teaser__title {
  color: #000;
}

table tbody tr:nth-child(2n) {
  background-color: rgb(18, 23, 32);
}


.form-date::placeholder, .form-email::placeholder, .form-month::placeholder, .form-number::placeholder, .form-range::placeholder, .form-search::placeholder, .form-select::placeholder, .form-tel::placeholder, .form-text::placeholder, .form-textarea::placeholder, .form-time::placeholder, .form-url::placeholder, .form-week::placeholder {
    font-size: .7rem !important;
    color: #aeaeae !important;
  }

.grid__column:has(form) h2, .grid__column:has(form) h3, .grid__column:has(form) h4, .grid__column:has(form) a {
    color: #fff;
  }

.grid__column:has(form) {
    color: #fff;
    font-size: 0.7rem;
    font-weight: 300;
  }

table tbody tr:nth-child(2n) {
  background-color: transparent;
}

.form-item__label {
  color: #000;
}

.page-node-234 .brandbox {
  padding: 0;
  height: 20rem;
}

.grid.grid--border.grid--3col {
  background-color: transparent;
}

.grid__column.block--62 p {
  line-height: 1.5rem;
}

content-section content-section--tiles content-section--diensten .teaser.teaser--tile .teaser__description {
  color: #fff !important;
  font-weight: 350;
  font-size: 0.7rem;
}

.content-section--blokken1 .teaser.teaser--tile .link {
  color: #000;
}
  
.page-node-228 .content-section.content-section--onecol.content-section--contact.bg-white h2 {
  text-align: left;
  color: #000;
  Margin-bottom: -50px;
  font-size: 2rem;
  font-weight: 340;
}
  
.form-item__label {
  color: #000 !important;
}

.grid__column {
  overflow: hidden;
}

.teaser--linked .teaser__image img {
  transition: transform 1.5s ease;
}

.content-section--blokken1 .teaser.teaser--tile .teaser__wrapper {
  background-color: var(--color-background);
}

.block--70 .teaser.teaser--tile.teaser--text-center .teaser__wrapper, .teaser.teaser--tile-2col.teaser--text-center .teaser__wrapper, .teaser.teaser--tile-full.teaser--text-center .teaser__wrapper {
  align-items: center;
}

.block--70 .teaser__link .link.link--button {
  font-size: .8rem;
  margin-top: -40px;
  color: #fff;
}

.block--70 .teaser.teaser--tile .teaser__title {
  display: none;
}

.teaser.teaser--tile .teaser__meta_wrapper, .teaser.teaser--tile-2col .teaser__meta_wrapper, .teaser.teaser--tile-2col-background .teaser__meta_wrapper, .teaser.teaser--tile-full .teaser__meta_wrapper {
  margin-bottom: -20px;
  text-transform: uppercase;
}

section.content-section.content-section--tiles.content-section--diensten .teaser.teaser--tile .teaser__title {
    padding: 0rem 0;
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.content-section--titel h2 {
  padding-top: 1rem;
  font-weight: 300;
  color: #000;
  margin-top: 100px;
  font-size: 2rem;
  margin-bottom: -44px;
}

.teaser--vehicle .teaser__title a {
  width: 100%;
}

.teaser--vehicle .teaser__title a span,
.teaser--vehicle .teaser__meta {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.teaser--vehicle .teaser__title a span span {
  width: auto;
}

.content-section--contact .grid__column:has(form) {
  padding-bottom: 0;
}

.page-node-228 .copyright__text {
  line-height: 2rem;
}

@media screen and (min-width: 1020px) {
    .grid {
        grid-gap: 1rem;
    }
}

.header__top .fa-brands {
  font-size: 0.7rem;
  color: #fff;
}

.block--71 a {
    font-size: 0.7rem;
    padding: 1.2rem 3rem;
}

section.content-section.content-section--tiles.content-section--no-margin.content-section--blok3 {
    margin-bottom: 4rem;
    margin-top: 6rem;
}

.metadata.metadata--specifications dt, .metadata.metadata--specifications dd {
    border-bottom: solid 0px #ccc;
}

.fieldset-wrapper {
    font-size: 0.6rem;
    color: #000;
}

section.content-section.content-section--tiles.content-section--diensten {
    margin-top: -2rem;
    margin-bottom: 6rem;
}

.form-item__description {
    color: #000;
    font-size: .6rem;
    margin: .5rem 0;
}

table td, table th {
    font-size: 0.6rem;
}

.block--66 table {
    line-height: 0.5rem;
}

.block--text.block--66 {
    margin-top: 3rem;
}

.page-node-236 h4, .page-node-241 h4, .page-node-242 h4, .page-node-243 h4 {
    font-size: 2rem;
    color: #ffffff;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 2rem;
    text-decoration: underline;
    /* text-decoration-style: wavy; */
    text-decoration-color: #fcf50e;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.page-node-23 section.content-section.content-section--tiles.content-section-- {
    margin-top: 6rem;
}

.page-node-type-car .price {
    background-color: var(--color-background);
    margin-bottom: 1rem;
    color: #fff;
}

.page-node-type-car .button.button--secondary {
    background-color: var(--color-secondary);
    color: #fff;
}

@media screen and (min-width: 761px) {
  div#block-speed-footer-openinghours {
    width: 25vw;
  }
}

.text {
    font-size: .6rem;
    line-height: .6rem;
}

.block--text.block--80 {
    color: #fff;
}

.block--text.block--80 h1 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}

.block--text.block--80 h2 {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}

.site-footer__top .navigation__list .link {
  color: #000;
  font-size: .6rem;
  font-weight: 700;
}

.site-footer__top .navigation__list .link span:hover {
  color: #000;
  font-size: .6rem;
  text-decoration: underline;
  font-weight: 700;
}

.navigation__wrapper--foldout {
  top: 79px;
}

.navigation__foldout-button[aria-expanded=true] + .navigation__wrapper--foldout {
    transition: all 2sease;
}

.teaser__label {
  color: var(--color-black);
}

.teaser__label {
  background-color: #f1eb0c;
  color:#000;
  padding: 1rem 3rem;
  position: absolute;
  right: 0;
  top: 0rem;
  font-weight: 400;
}

.pager__item--active span {
  background-color: #f1eb0c;
  color: #000;
}
  
.grid.grid--border .grid__column {
    border-bottom: 1px solid var(--color-secondary);
}

/* navigatie regels mobiele weergave */
.navigation__foldout-button {
    margin-right: 0rem;
}

.navigation__foldout-button__text:hover, .navigation__foldout-button:hover {
    color: #ffffff !important;
    border-bottom: 0px solid var(--color-secondary);
}

.navigation__foldout-button .navigation__foldout-button__lines .navigation__foldout-button:hover .navigation__foldout-button__lines, .navigation__foldout-button:hover .navigation__foldout-button__lines:after, .navigation__foldout-button:hover .navigation__foldout-button__lines:before {
    background-color: var(--color-secondary);
}

.navigation__foldout-button:hover .navigation__foldout-button__lines {
   background-color: var(--color-secondary);
}

.navigation__foldout-button .navigation__foldout-button__lines, .navigation__foldout-button .navigation__foldout-button__lines:before, .navigation__foldout-button .navigation__foldout-button__lines:after {
   background-color: var(--color-secondary);
}

.navigation__wrapper--foldout .navigation__wrapper .navigation__item.navigation__item--active .link {
    color: #000000 !important;
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    border-bottom: none;
    padding-bottom: 0px;
}

.navigation__wrapper--foldout .navigation-primary .navigation__item .link span {
    position: relative;
    margin-top: 13px;
    font-size: 1rem;
    color: #000;
}

summary {
    display: list-item;
    font-size: .6rem;
}

.metadata.metadata--specifications .metadata__label, .metadata.metadata--specifications .metadata__text {
  border-bottom: solid 1px #d9d9d9;
}

.pager__item--next, .pager__item--previous {
    text-align: center;
    display: block;
    background-color: var(--color-secondary);
    color: #000;
}

@media screen and (min-width: 761px) {
  .pager__item--next, .pager__item--previous {
    text-align: center;
    display: block;
    background-color: transparent;
    color: #000;
}
}

.pager__item--next  a, .pager__item--previous a {
    color: #000000;
}

@media screen and (min-width: 761px) {
  .pager__item--next  a, .pager__item--previous a {
    color: #fff;
}
} 

.block--74 h1 {
    font-size: 7rem;
    color: #fff;
    margin-top: -1.6rem;
    font-weight: 400;
}
  
@media screen and (min-width: 761px) {
    .block--74 h1 {
        font-size: 7rem;
        margin-top: -1.6rem;
        color: #ffffff;
        font-weight: 400;
    }
}

option {
  color:#000;
}

/* financieringscalculator*/

section.content-section.content-section--onecol.content-section-- {
    background-color: #fff;
}

.builtin-calculator-field-wrapper input {
    width: 100%;
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    text-align: right;
    padding: 1rem 1.5rem;
    height: 1rem;
}

@media screen and (min-width: 768px) {
    .builtin-calculator-field-wrapper input {
        width: 75%;
        font-size: .7rem;
        font-weight: 500;
        color: #000;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        text-align: right;
        height: 1rem;
    }
}

.grid__column.grid__column--span-8 {
    padding-left: 1rem;
    padding-right:1rem;
}

@media screen and (min-width: 768px) {
.grid__column.grid__column--span-8 {
    padding-left: 2rem;
  }
}

.grid__column.grid__column--span-4 {
    margin-right: 1rem;
    margin-left: 1rem;
}

@media screen and (min-width: 768px) {
.grid__column.grid__column--span-4 {
    margin-right: 2rem;
}
}

.builtin-calculator-field-wrapper label {
    display: block;
    font-weight: 400;
    padding: .5rem 0;
    width: 100%;
  font-size: .6rem;
  margin-bottom: -.7rem;
}

@media screen and (min-width: 768px) {
    .builtin-calculator-field-wrapper label {
        display: inline-block;
        width: 24%;
        color: #000;
        font-weight: 400;
        font-size: .6rem;
    }
}

.builtin-calculator-duration {
    background-color: var(--color-secondary-lightest);
    border: solid 1px var(--color-grey-darker);
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    background-color: #fff;
    font-weight: 500;
}

.builtin-calculator-field-wrapper .builtin-calculator-currency {
        padding: .5rem 0;
        font-weight: 500;
        color: #000;
    }

@media screen and (min-width: 768px) {
    .builtin-calculator-field-wrapper .builtin-calculator-currency {
        padding: .5rem 0;
        font-weight: 500;
        font-size: .7rem;
        color: #000;
    }
}

section.content-section.content-section--onecol.content-section-- {
    background-color: #fff;
    margin-top: 2.5rem;
}

section.content-section.content-section--onecol.content-section-- .button {
  background-color: var(--color-secondary);
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    padding: 1rem 2.5rem;
    transition: background-color .15s;
    border: 1px solid var(--color-secondary);
}
  
@media screen and (min-width: 768px) {
section.content-section.content-section--onecol.content-section-- .button {
    background-color: var(--color-secondary);
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    padding: 1rem 1rem;
    transition: background-color .15s;
    border: 1px solid var(--color-secondary);
}
}

section.content-section.content-section--onecol.content-section-- .button:hover {
    background-color: transparent;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    padding: 1rem 2.5rem;
    transition: background-color .15s;
    border: 1px solid #000;
}

@media screen and (min-width: 768px) {
section.content-section.content-section--onecol.content-section-- .button:hover {
    background-color: transparent;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    padding: 1rem 1rem;
    transition: background-color .15s;
    border: 1px solid #000;
}
}

.text-large {
    font-size: 1.6rem;
    color: #000;
    margin-top: 1.2rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
}

section.content-section.content-section--onecol.content-section-- table th {
    background-color: var(--color-background);
    font-weight: var(--font-weight-bold);
    color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

section.content-section.content-section--onecol.content-section-- table td {
    font-size: 0.6rem;
    background-color: var(--color-background)de;
    color: #000;
    border: 1px solid #fff;
}

li.builtin-calculator-duration {
    background-color: var(--color-background)0d;
}

.builtin-calculator-duration label span:first-child {
    color: #000000;
    font-weight: 600;
}

.credit-table__legal_text p {
    color: #fff;
    font-size: .5em;
    margin-left: 2rem;
    margin-top: -3rem;
    margin-bottom: 2rem;
    text-align: center;
}

.credit-table__legal_text a {
  color: var(--color-secondary);
  font-size: .8em;
  font-weight: 600;
}

.builtin-calculator-duration:has(input[type="radio"]:checked) {
    background-color: var(--color-secondary);
}

.credit-table__legal_text {
    margin: 20px 0;
    padding-right: 2rem;
}

.builtin-calculator-field-wrapper {
    margin-bottom: .5rem;
}

.page-node-225 .grid.grid--border.grid--3col {
    background-color: #f3f3f3;
}

.page-node-225 .credit-table__legal_text {
    background-color: #f3f3f3;
} 

.page-node-225 .pager__items {
    background-color: #f3f3f3;
}

.credit-table__legal_text {
    padding-right: 0rem;
    margin-top: 3rem;
    background-color: transparent;
    text-align: center;
}

.page-node-225 .credit-table__legal_text p {
    color:#000;
}

.page-node-237 section.content-section.content-section--onecol.content-section-- {
    background-color: var(--color-background);
}

.page-node-224 .credit-table__legal_text {
    background-color: var(--color-background);

}

.block--40 .teaser.teaser--tile .teaser__description, .block--21 .teaser.teaser--tile .teaser__description{
    color: #000000 !important;
    font-weight: 700;
    border-top: 0px solid #f00;
    padding-top: 0px;
    font-size: 0.7rem;
    margin-top: .7rem;
    margin-bottom: -1rem;
    display: none;
}

.content-section--diensten .teaser.teaser--tile .link {
    color: #ffffff;
}

.page-node-228 .form-item__label {
    color: #fff !important;
}

.price__installment a {
    text-decoration: none;
}

.form-date::placeholder, .form-email::placeholder, .form-month::placeholder, .form-number::placeholder, .form-range::placeholder, .form-search::placeholder, .form-select::placeholder, .form-tel::placeholder, .form-text::placeholder, .form-textarea::placeholder, .form-time::placeholder, .form-url::placeholder, .form-week::placeholder, .facets-dropdown::placeholder {
  color: #00325366;
}

@media screen and (min-width: 761px) {
  .form-date::placeholder, .form-email::placeholder, .form-month::placeholder, .form-number::placeholder, .form-range::placeholder, .form-search::placeholder, .form-select::placeholder, .form-tel::placeholder, .form-text::placeholder, .form-textarea::placeholder, .form-time::placeholder, .form-url::placeholder, .form-week::placeholder {
    font-size: .6rem;
  }
}

.block--82 .teaser.teaser--tile-2col.teaser--text-left .teaser__wrapper {
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.5);
}

section.content-section.content-section--tiles.content-section--full.content-section-- {
    margin-top: -2rem;
}

section.content-section.content-section--onecol.content-section--no-padding.content-section--instagram h2 {
    font-weight: 600;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3.5rem;
    margin-bottom: 0rem;
}

section.content-section.content-section--onecol.content-section--no-padding.content-section--instagram {
    margin-bottom: -4.0rem;
}

.block--text.block--71 {
    margin-bottom: 2rem;
}