:root {
  --color-primary: #e9241c;
  --color-secondary: #05141F;
  --color-tiles: #fff;
  --custom-max-width: 1800px;
  --color-nav1: #fff;
  --color-button: #e9241c;
  --color-text: #000;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.header {
  padding: 0;
}

p {
    line-height: 1rem;
    font-size: 0.7rem;
    font-weight: 300;
}

strong {
  font-weight: 600;
}

a {
    color: #000000;
}

.branding__logo img {
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (min-width: 761px) {  
.branding__logo img {
  height: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
}
}

.header__top a {
    font-size: 0.5rem;
    background-color: transparent;
    color: #ffffff;
    text-transform: none;
    font-weight: 600;
}

.navigation__list .link,
.header--transparent .navigation__list .link {
  font-weight: 500;
  color: #000;

}
  
@media screen and (min-width: 761px) {
  .navigation__list .link,
  .header--transparent .navigation__list .link {
    font-size: 0.6rem;
  }
}

.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);
  transition: 0.3s ease;
}

.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;
}

.navigation__wrapper {
    color: #fff;
}

.brandbox {
    aspect-ratio: 100 / 150;
}

@media screen and (min-width: 761px) {
.brandbox {
   aspect-ratio: 100 / 56;
}
}

.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-nav1);
}

.navigation-primary .navigation__item a:hover span:after {
  content: none;
}

.content-section:not(.content-section--slides) .brandbox {
  height: 50vw;
}


@media screen and (min-width: 761px) {
  .content-section:not(.content-section--slides) .brandbox {
    height: 15vw;
  }
}

.brandbox__wrapper-inner {
  color: var(--color-white);
  position: absolute;
  top: 40%;
  width: calc(80vw);
  z-index: 1;
}
/* width was 93*/

.content-section.content-section--slides .brandbox__wrapper-inner {
    top: 40%;
}

@media screen and (min-width: 761px) {
  .content-section.content-section--slides .brandbox__wrapper-inner {
    top: 40%;
  }
}

.brandbox__wrapper-inner h1 {
  font-weight: 600;
  line-height: 1;
  margin: 0;
  color: #fff;
}

.brandbox__wrapper-inner h2 {
    font-weight: 300;
    line-height: 1;
    margin: 0;
    margin-top: 0px;
    margin-top: -35px;
    color: #fff;
    font-size: 1.8rem;
}


.button {
  border: 0;
  border-radius: 0px;
  color: var(--color-button-contrast);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.15;
  padding: 1rem 2rem;
  transition: background-color .15s;
  margin-right: 1rem;
}

.page-node-type-car .button {
background-color: #05141f;
}

.page-node-type-car .button:hover {
background-color: #e9241d;
}

@media screen and (min-width: 761px) {
  .button {
    padding: 1rem 3rem;
  }
}

.brandbox:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9),transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content-section h2 {
  text-align: center;
}

.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%;
  }
}

.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: #000;
}

/*footer*/
.site-footer__top {
  background-color: var(--color-primary);
  padding: 2rem 0px 3rem;
  position: relative;
}

.site-footer__wrapper {
  max-width: var(--custom-max-width);
}

@media screen and (min-width: 761px) {
  .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: 400;
    color: #fff;
    display: inline-block;  
    border-bottom: 2px solid #e9241d;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.site-footer__top p {
  line-height: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 0.5rem;
  font-weight: 500;
  color: #fff;
}

.site-footer__top .navigation__list .link {
  color: var(--color-black);
  font-size: .5rem;
}

#block-speed-socials a {
  color: var(--color-black);
}

.content-section + .content-section > h2 {
  padding-top: 1rem;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
}

.teaser__title {
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-top: 0;
  font-weight: 600;
}

.teaser__link .link.link--button {
  font-size: .8rem;
  margin-top: 40px;
}

.teaser.teaser--tile-2col .teaser__description {
  display: -webkit-box;
  max-height: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1rem;
}

.content-section--over-ons .teaser.teaser--tile-full .teaser__description {
font-size: 0.6rem;
  font-weight: 500;
  max-height: 40rem;
}
  
.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: #fff;
}


.teaser.teaser--tile .teaser__title:last-child{
  text-align: center;
  font-weight: 700;
}



.block--74 .teaser.teaser--tile .teaser__wrapper {
    background-color: #05141f;
    }

.block--74 .teaser__title {
   color: #fff !important;
}

.page-node-238 section.content-section.content-section--tiles.content-section--first.content-section-- {
    margin-bottom: 2rem;
}

.teaser.teaser--tile-2col {
   background-color: #fff;
}

.page-node-225 .main-content {
  background-color: var(--color-tiles);
}

.teaser.teaser--tile .link:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #fff;
}

/*teaser aanbod overzicht*/
.teaser.teaser--tile .teaser__meta {
  font-size: .65rem;
  color: #000;
  font-weight: 300;
}

/*titel aanbod overzicht*/
.teaser.teaser--tile .link {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
}


/*prijs aanbod overzicht*/
.teaser.teaser--tile .teaser__description {
    color: #ffffff !important;
    font-weight: 400;
    /* border-top: 2px solid #05141f; */
    /* padding-top: 10px; */
    font-size: 0.7rem;
    margin-bottom: -10px;
    background-color: #05141f;
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
}

/*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: 0px solid #000;
    font-size: 1.4rem;
    margin-top: .5rem;
    color: #000;
    font-weight: 400;
    padding-top: 0px;
}

.price__installment {
    text-align: right;
    font-weight: 500;
    font-size: .7rem;
    color: #ffffff;
    background-color: var(--color-primary);
    padding-left: 1rem;
    margin-top: -1.07rem;
    padding-right: 1rem;
    margin-right: -2rem;
    padding-top: .5rem;
}

.page-node-type-car .price__installment {
    text-align: right;
    font-weight: 500;
    font-size: .7rem;
    color: #ffffff;
    background-color: var(--color-primary);
    padding-left: 1.5rem;
    margin-top: -1rem;
    padding-right: 1.5rem;
    margin-right: -1rem;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.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: #05141f;
    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);
}

.teaser__link .link.link--button {
  border: 0;
  border-radius: 0px;
  color: var(--color-button-contrast);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.15;
  padding: 1rem 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;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    background-color: #05141f;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    margin-right: -2.5rem;
    margin-bottom: 2rem;
}

.facets--top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #05141f;
    padding: 10px 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;
}

ul.list {
  font-size: 0.7rem;
}

@media screen and (min-width: 761px) {
  .page-node-type-car ul {
        font-size: 0.7rem;
        font-weight: 300;
  }
}

.page-node-type-car .price {
  font-size: 2rem;
  font-weight: 550;
}

.page-node-type-car .price span {
  font-size: 0.8rem;
  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: 600;
    color: #000;
    font-size: 0.9rem;
    border-bottom: 4px solid #e9241d;
    width: 5%;
    margin-bottom: 15px;
}

.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 h1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #ffffff;
    background-color: #05141f;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    margin-right: -2.5rem;
    margin-top: -1.5rem;
}

h2.article__subtitle {
    color: #000;
}

.page-node-type-car .main-content {
    background-color: var(--color-tiles);
}

.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;
  margin-bottom: 2rem;
  box-shadow: 0 5px 20px 0 rgba(0, 44, 95, 0.1);
}

.page-node-type-car .options {
    margin-bottom: 2rem;
}

.page-node-type-car .block--text {
    background-color: #fff;
    padding: 1rem;
    font-size: 0.7rem;
}
/* Contact page */

.block--25 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 0.2rem;
}

.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: #000;
    display: inline-block;
    border-bottom: 2px solid #e9241d;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.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 {
    background-color: #fff;
}

.block--72 .content-section--over-ons .teaser.teaser--tile-full .teaser__wrapper {
    background-color: #fff;
}

@media screen and (min-width: 761px) {
  .block--19 .teaser.teaser--tile-2col .teaser__wrapper {
    width: 50%;
  }
}

.block--18 .teaser.teaser--tile .teaser__wrapper {
  background-color: #1f4e78;
}

.block--18 .link.link-- {
  color:#fff;
}

.page-node-228 .form-submit {
    background-color: var(--color-primary) !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;
    border: 1px solid var(--color-primary);
}

.page-node-228 .form-submit:hover {
    color: #fff !important;
    cursor: pointer;
    font-size: 0.7rem !important;
    line-height: 1.15;
    padding: 1rem 3rem !important;
    font-weight: 600 !important;
    background-color: #000 !important;
    border: 1px solid #000;
    transition: 0.15s ease;
}

.form-select__wrapper, .facets-dropdown__wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  font-size: 0.6rem;
  font-weight: 500;
}

.form-select__arrow::after, .form-select__arrow::before, .facets-dropdown__arrow::after, .facets-dropdown__arrow::before {
  height: 11px;
}

.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: rgba(255, 255, 255, 0.3);
}

/*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: #000;
}

.page-node-228 .brandbox--full,
.page-node-229 .brandbox--full,
.page-node-234 .brandbox--full,
.page-node-235 .brandbox--full,
.page-node-236 .brandbox--full {
  aspect-ratio: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

@media screen and (min-width: 761px) {
  .page-node-228 .brandbox--full,
  .page-node-229 .brandbox--full,
  .page-node-234 .brandbox--full,
  .page-node-235 .brandbox--full,
  .page-node-236 .brandbox--full {
    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: var(--color-secondary);
  padding: 2rem 0px 3rem;
  position: relative;
}

.site-footer a {
  color: #fff;
  font-weight: 600;
}

.site-footer h3 {
  font-size: 0.8rem;
  padding: 1rem 0;
  font-weight: 500;
  color: #fff;
}

.fa-brands, .fab {
    align-items: center;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 400;
    justify-content: center;
}

/*copyright*/
.site-footer__bottom .copyright {
    text-align: center;
}

.site-footer__wrapper {
    display: block;
}

.site-footer .copyright a {
  color: #e2231b;
  font-weight: 300;
}

.copyright__text {
    border-top: 1px solid #ffffff;
    color: #000;
    font-weight: 300;
}

.site-footer table td,
.site-footer table caption {
  color: var(--color-white);
  font-size: .7rem;
}

.site-footer table td {
  padding: 0;
}

.site-footer table td, .site-footer table caption {
  color: #fff;
  font-size: .5rem;
  font-weight: 500;
}

.site-footer table {
  line-height: 1.0rem;
}

.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: #808080c4 !important;
  }

.block--text.block--42 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.page-node-234 .teaser.teaser--tile-2col .teaser__wrapper {
  background-color: #fff;
}

@media screen and (min-width: 761px) {
  .page-node-234 .teaser.teaser--tile-2col .teaser__wrapper {
    width: 50%;
  }
}

.page-node-234 .teaser.teaser--tile .teaser__description, .teaser.teaser--tile .teaser__meta, .teaser.teaser--tile .teaser__date, .teaser.teaser--tile .teaser__title, .teaser.teaser--tile .teaser__footer, .teaser.teaser--tile-2col .teaser__description, .teaser.teaser--tile-2col .teaser__footer, .teaser.teaser--tile-2col .teaser__meta, .teaser.teaser--tile-2col .teaser__title, .teaser.teaser--tile-2col-background .teaser__description, .teaser.teaser--tile-2col-background .teaser__meta, .teaser.teaser--tile-2col-background .teaser__title, .teaser.teaser--tile-full .teaser__description, .teaser.teaser--tile-full .teaser__meta, .teaser.teaser--tile-full .teaser__title, .teaser.teaser--tile-full .teaser__footer {
  color: #000;
}

.block--text.block--42 {
  font-weight: 400;
  font-size: 0.8rem;
}

.block--text.block--42 h3 {
  font-size: 1.6rem;
  padding: 1rem 0;
  font-weight: 600;
  color: #000;
}

.block--48 h1 {
  font-size: 1.6rem;
  padding: 1rem 0;
  font-weight: 600;
  color: #000;
padding-top: 100px;
}

.block--48 .text {
 font-weight: 400;
  font-size: 0.8rem;
}

.block--text.block--48 {
  margin-top: 8em;
}

.content-section.content-section--onecol.content-section--video.bg-grey-light {
  background-color: #f1f0f0;
}

p {
  line-height: 1rem;
}

.block--text.block--57 {
  font-weight: 400;
  font-size: 0.8rem;
}

.block--text.block--57 p {
  line-height: 1.5rem;
}

.block--text.block--57 h3 {
  font-size: 1.6rem;
  padding: 1rem 0;
  font-weight: 600;
  color: #000;
}

.page-node-235 .content-section + .content-section > h2 {
  padding-top: 1rem;
  font-weight: 500;
  color: #000;
  margin-top: 100px;
  font-size: 1.5rem;
}

.page-node-235 h3 {
 font-size: 2rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-weight: 600;
}

.block--text.block--65 {
  background-color: #f1f0f0;
  padding: 2rem;
}

.page-node-236 .teaser.teaser--tile-2col, .teaser.teaser--tile-2col-background, .teaser.teaser--tile-full {
  background-color: #f7f7f7;
}

.block--text.block--67 h3 {
  font-size: 1.6rem;
  padding: 1rem 0;
  font-weight: 600;
  color: #000;
}

.block--text.block--67 p {
  line-height: 1.5rem;
}

.page-node-236 .content-section + .content-section > h2 {
  padding-top: 1rem;
  font-weight: 500;
  color: #000;
  margin-top: 100px;
  font-size: 1.5rem;
}

@media screen and (min-width: 761px) {
  .block--18 .teaser.teaser--tile {
    display: grid;
  }
}


.block--18 .teaser__wrapper .teaser__title .link {  
  color: #fff:
}

.brandbox__wrapper-inner h1 {
  font-size: 1.8rem;
}

@media screen and (min-width: 761px) {
  .brandbox__wrapper-inner h1 {
    font-size: 3rem;
        font-weight: 400;
  }
}

.site-footer__bottom {
  background-color: #fff;
  margin: -12px;
}

.content-section.content-section--tiles.content-section--full.content-section--no-margin.content-section--no-padding.content-section--over-ons {
  background-color: var(--color-tiles);
}

.site-footer {
  margin-top: -6rem;
}

.facets-dropdown__arrow {
  top: 0.7rem;
}

.teaser__meta_wrapper {
  padding-bottom: 10px;
  margin-top: -15px;
  text-transform: none !important;
  font-size: 0.7rem;
}

.form-select__arrow::after, .form-select__arrow::before, .facets-dropdown__arrow::after, .facets-dropdown__arrow::before {
  border-left: 1px solid #000;
}

.teaser__footer {
  margin-bottom: -1rem;
}

.page-node-228 .brandbox--full {
    margin-top: -2rem;
    margin-bottom: -2rem;
}

.block--text.block--25 {
    font-size: 0.7rem;
    margin-left: 2rem;
}

@media screen and (min-width: 761px) {
.block--text.block--25 {
    margin-left: 5rem;
}
}

table tbody tr:nth-child(2n) {
    background-color: transparent;
}

.button.button--secondary {
    background-color: #05141f;
    color: var(--color-button--secondary-contrast);
}

.button.button--secondary:hover {
    background-color: #e9241d;
    color: var(--color-button--secondary-contrast);
}

#block-speed-footer-openinghours {
  width: 90%;
}

#block-speed-carwebsshortbio {
  width: 90%;
}

@media screen and (min-width: 761px) {
  .block--70 {
    grid-column: auto / span 4 !important;
    max-height: none;
  }
}

div#webform-submission-exchange-your-car-node-11-form-ajax {
    background-color: #05141f;
    padding: 1rem;
  margin-bottom: 2rem;
}

.form-item__label {
    color: #ffffff;
    display: block;
    font-size: 1em;
    font-weight: var(--font-weight-bold);
    margin-bottom: .6em;
}

.form-checkbox + .form-item__label-wrapper > .form-item__option-label {
    align-items: center;
    cursor: pointer;
    line-height: 2rem;
    padding-left: 34px;
    position: relative;
    color: #fff;
    font-size: 0.6rem;
    padding-top: 4px;
}

.form-item__description {
    color: #ffffff;
    font-size: 0.6rem;
    margin: .5rem 0;
}

input#edit-image-upload {
    color: #fff;
    font-size: 0.8rem;
}

.form-submit {
    background-color:#e9241d;
}

.copyright {
  margin: 0rem 0;
}

.page-node-228 h4 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1b2946;
}


.price__price {
    margin-top: -.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e9241d;
}

.button-bar {
    display: grid;
}

.facets--top {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #05141f;
    padding: 30px;
    margin-left: -2rem;
    padding-left: 4.5rem;
    margin-right: -2rem;
    padding-right: 4.5rem;
}

section.content-section.content-section--onecol.content-section--first.content-section--full.content-section--no-padding.content-section--filters {
    margin-top: -1.5rem;
    margin-bottom: 4rem;
}

i.fa-solid.fa-envelope, i.fa-solid.fa-phone {
    color: #e9241c;
}

.page-node-type-page h1.article__title {
    color: #000;
    border-bottom: 4px solid #e3241c;
    margin-bottom: 15px;
    display: inline-block;   
}

div#block-speed-footer-openinghours h4 {
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
}

.teaser.teaser--tile {
  background-color: #ffffff;
}


header.header.header--sticky.header--transparent.header--content-outside .header__top a {
  color:#fff;
}

header.header.header--sticky.header--transparent.header--content-outside .header__top {
  color: #fff;
}

.header--sticky .header__top a {
  color:#000;
}

.page-node-238 .teaser.teaser--tile .link:hover {
    color: #ffffff;
    text-decoration: none;
    text-decoration-color: #fff;
}

.site-footer__top {
    margin-top: 5rem;
}

@media screen and (min-width: 761px) { 
  .site-footer__top {
    margin-top: 0rem;
}
}

.navigation-mobile .navigation__item .link {
    color: #000 !important;
    font-size: 1rem;
    border-bottom: 2px solid #e9241d;
    display: inline-block;
}

.block--75 h1 {
    color: #000;
    font-size: 2rem;
}

.block--text.block--75 {
    text-align: center;
}

.block--75 p {
    font-size: .7rem;
    margin-bottom: 2rem;
}

.bg-grey-light {
    background-color: #f3f3f3;
}

.content-section--nieuwe-aanwinsten h2 {
    text-align: center;
    margin-top: 0px;
}

.teaser__label {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: .5rem 4rem;
  position: absolute;
  right: 0;
}

summary {
    font-size: .7rem;
}

li.grid__column.grid__column--span-12.block--79 {
    margin-top: -2rem;
}

.block--81 .teaser.teaser--tile .teaser__title:last-child {
    display: none;
}

.teaser__label {
  margin-top: -2rem;
  font-weight: 400;
}