:root {
  --color-primary: #cc222a;
  --custom-max-width: 1800px;
  --color-button: #cc222a;
  --color-footer-font: #fff;
}

body {
  font-family: 'Lato;
}

.header {
  padding: 0;
}

.header {
  background: #0c1534;
}

.header--transparent {
  background: transparent;
}

.header__wrapper {
    align-items: center;
    display: flex;
    padding-left: 6%;
    padding-right: 6%;
}

.header--transparent .navigation__item .link {
    color: #ffffff;
}

.navigation__list .link {
  color: #fff;
}

.branding__logo img {
  height: 80px;
  padding: 10px;
}

.teaser.teaser--tile-full .teaser__description, .teaser.teaser--tile-full .teaser__title, .teaser.teaser--tile-2col .teaser__title, .teaser.teaser--tile-2col .teaser__title {
color:#000;
}

.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: 600;
}

.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;
}

.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: var(--color-primary);
}

.header--transparent .navigation__item .link,
.header--transparent .navigation__foldout-button__text {
  color: var(--color-white);
}

.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: var(--color-primary) !important;
}

.brandbox__wrapper,
.content-section .brandbox__wrapper h2 {
  text-align: center; 
}

.brandbox__wrapper-inner {
  color: var(--color-white);
  position: absolute;
  top: 40%;
  width: calc(93vw);
  z-index: 1;
}

.brandbox__wrapper-inner h1 {
  font-weight: 800;
  line-height: 1;
  color: #fff;
  font-size: 3.1rem;
}

.brandbox__wrapper-inner h2 {
  font-weight: 500;
  line-height: 1;
  margin: 0;
    margin-top: 0px;
  margin-top: -30px;
  color: #fff;
  font-size: 3.1rem;
}


.brandbox__wrapper-inner element {
  color: red;
  font-weight: 600;
}

.button {
  background-color: var(--color-button);
  border-radius: 5px;
  color: var(--color-button-contrast);
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.15;
  padding: 0.9rem 3rem;
  transition: background-color .15s;
}

.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: #fff;
}

.content-section + .content-section > h2 {
  padding-top: 0px;
  font-weight: 800;
  color: #000;
  margin-top:
}

.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;
}

.site-footer__wrapper {
  max-width: var(--custom-max-width);
}

.site-footer__top .site-footer__wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.site-footer__top h2 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-footer-font);
}

.site-footer__top p {
  line-height: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 0.6rem;
  font-weight: 500;
  color: var(--color-footer-font);
}

.site-footer__top .navigation__list .link {
  color: var(--color-footer-font);
  font-size: .6rem;
}

#block-speed-socials a {
  color: var(--color-footer-font);
}

.site-footer a {
  color: var(--color-footer-font);
  font-weight: 600;
}

 .teaser__title {
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding-top: 0;
    font-weight: 600;
    margin-bottom: 0px;
  }

.teaser__link .link.link--button {
  font-size: .8rem;
  margin-top: 40px;
}

.teaser.teaser--tile-2col .teaser__description {
  display: -webkit-box;
  max-height: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.6rem;
  font-weight: 500;
}

.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;
}



.teaser.teaser--tile .teaser__wrapper {
  background-color: #fff;
}

.page-node-225 .main-content {
    background-color: #121720;
  }

.teaser.teaser--tile .link:hover {
  color: #000;
}

/*teaser aanbod overzicht*/
.teaser.teaser--tile .teaser__meta {
  font-size: .65rem;
  color: #000;
  font-weight: 500;
}

/*titel aanbod overzicht*/
.teaser.teaser--tile .link {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
}


/*prijs aanbod overzicht*/
 .teaser.teaser--tile .teaser__description {
    color: #000 !important;
    font-weight: 700;
    border-top: 2px solid var(--color-button);
    padding-top: 0px;
    font-size: 0.7rem;
}

/*prijs aanbod overzicht*/
.teaser.teaser--tile .teaser__footer {
 color: #000;
}

.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-grey-light);
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
  padding-top: 0px;
}

.price__installment {
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-button);
}

.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: #121720;
    color: var(--color-white);
    padding: 2rem;
  }

.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: var(--color-button);
  border-radius: 5px;
  color: var(--color-button-contrast);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.15;
  padding: 0.7rem 3rem;
  transition: background-color .15s;
}

/* 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;
}

.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: 40px;
  margin-top: 30px;
}

.page-node-type-car ul, ul.list {
  line-height: 1.3rem;
  font-weight: 400;
  font-size: 0.7rem;
}

.page-node-type-car .price {
  font-size: 2rem;
  font-weight: 800;
}

.page-node-type-car .price span {
  font-size: 1rem;
  font-weight: 400;
}


.page-node-type-car .metadata {
  column-gap: 2rem;
  display: grid;
  font-size: 0.7rem;
  grid-template-columns: auto 1fr;
  line-height: 1.8rem;
  padding: 0 0 1.5rem;
}


.page-node-type-car .content-section h2 {
    text-align: left;
    font-weight: 800;
    color: #000;
  }

.page-node-type-car .metadata,
.page-node-type-car .block--text .text {
  margin-left: 40px;
}

.metadata.metadata--specifications dt, .metadata.metadata--specifications dd {
  border-bottom: solid 1px #ccc;
}

.page-node-type-car p {
  line-height: 1rem;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: 500;
  font-size: 0.7rem;
}

.page-node-type-car h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
}

.page-node-type-car h2 {
  font-size: 1.5rem;
  color: var(--color-button);
  font-weight: 500;
  margin-top: -5px;
}

.page-node-type-car .main-content {
    background-color: #121720;
  }
}

.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 p {
  line-height: 1rem;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: 500;
  font-size: 0.7rem;
}

.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;
}

.page-node-228 .form-submit {
  background-color: var(--color-button) !important;
  border-radius: 0rem  !important;
}

.page-node-228 .form-submit {
  color: #fff !important;
  cursor: pointer;
  font-size: 0.7rem !important;
  line-height: 1.15;
  padding: 1rem 3rem !important;
  font-weight: 600 !important;
}

.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 {
  bottom: ;
  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;
}

.teaser.teaser--tile .teaser__title {
  color: #000;
}

.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: #0c1534;
  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: 400;
  margin-right: 10px;
}

/*copyright*/
.site-footer__bottom .copyright {
    text-align: center;
}

.site-footer__wrapper {
    display: block;
}

.site-footer .copyright a {
  color: #1f4e78;
  font-weight: 600;
}

.site-footer table td, .site-footer table caption {
  color: var(--color-footer-font);
  font-size: .6rem;
  font-weight: 500;
}

table {
  line-height: 1.2rem;
}

.site-footer table td {
  padding: 0;
}

.content-section + .content-section > h2 {
    padding-top: 1rem;
    font-weight: 800;
    color: #000;
    margin-top: 100px;
    font-size: 2rem;
}

/*blokken*/
.content-section--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  padding: 0em 0em 0 0em;
}

.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);
  }
  
.teaser__wrapper  a {
  color: #fff;
}

.site-footer__bottom {
  background-color: #121720;
}

.copyright__text {
  color: #fff;
}

.site-footer .copyright a {
  color: var(--color-button);
  font-weight: 600;
}

.facets-dropdown {
  border: none;
}

.facets-dropdown {
  font-weight: 400;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.facets-dropdown__wrapper {
  background-color: transparent;
}

.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: 800;
}

.page-node-225 h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}


.teaser.teaser--tile {
  box-shadow: 0 5px 20px 0 rgba(0, 44, 95, 0.1);
}

.price {
  font-size: 1.7rem;
  margin-bottom: -40px;
  font-weight: 800;
}

.teaser.teaser--tile .teaser__title:last-child {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
  }

 .page-node-type-car h2 {
  font-size: 1.rem;
  color: var(--color-black);
  font-weight: 700;
  margin-top: -5px;
}

.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: #0c1534;
}

.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 + .content-section > h2 {
  margin-left: 50px;
}

.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;
}