body {
  color: #353635;
}

p a {
  color: rgb(79.3032786885, 109.262295082, 135.6967213115);
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  h1.font-size-herotitle {
    max-width: unset !important;
  }
  h1.font-size-herotitle.mt-0 {
    margin-top: 0 !important;
  }
}

.mw-25 {
  max-width: 25%;
}

.h-320 {
  height: 320px;
}

.h-400 {
  height: 320px;
}

.lh-160 {
  line-height: 160%;
}

@media screen and (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.content p {
  color: #353635;
}

blockquote {
  margin: 0 0 10px 0;
  font-size: 2em;
  line-height: 120%;
  color: #353635;
}

.bg-ms-green-content {
  background-color: #31BCAB;
}
.bg-ms-green-content .text-white-content {
  color: #fff;
}
.bg-ms-green-content .text-white-content a {
  color: #353635;
}
.bg-ms-green-content .text-gray-content {
  color: #353635;
}
.bg-ms-green-content .text-gray-content a {
  color: #fff;
}

.bg-white-gray {
  background-color: #F5F5F5;
}

.no-pointer {
  pointer-events: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hero.hero-with-footer {
  height: 450px !important;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .hero.hero-with-footer {
    height: 550px !important;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.select-form-control-label {
  border-radius: 5px 0 !important;
}
.select-form-control-label.white {
  background-color: #fff;
}

.right-border {
  border-right: 1px solid #EBEBEB;
}

.hero-bg:after {
  opacity: 0.4 !important;
}

.hero-radius, .ms-table {
  border-radius: 10px 0;
}

.min-100 {
  min-height: 100%;
  min-width: 100%;
}

.page-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-cards li {
  padding: 0 1rem 0 3rem !important;
  position: relative;
}
.page-cards li p {
  margin-bottom: 0;
}
.page-cards li:before {
  background-color: #353635;
  border-radius: 5px 0;
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 20px;
  top: 10px;
}
.page-cards li:last-child {
  border: none;
}
.page-cards.page-cards-yellow li:before {
  background-color: #F9C86F;
}

.data-filter {
  background-color: rgb(245, 245, 245);
}
@media (max-width: 767px) {
  .data-filter {
    z-index: 3000;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: inherit;
  }
  .data-filter .data-filter-bg {
    opacity: 0;
    visibility: visible;
  }
  .data-filter .data-filter-filters {
    background-color: rgb(240, 240, 240);
    border-radius: 10px 0 !important;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .data-filter.bg-lighter-gray {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .data-filter.open {
    pointer-events: all;
  }
  .data-filter.open .data-filter-body {
    transform: translate3d(0px, 0px, 0px);
  }
  .data-filter.open .data-filter-bg {
    opacity: 100;
    visibility: visible;
  }
  .data-filter .data-filter-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .data-filter .data-filter-body {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 70%;
    height: 100%;
    background-color: white;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1) !important;
    transform: translate3d(100%, 0px, 0px);
    transition: all 0.2s ease-in-out;
  }
  .data-filter .data-filter-body .data-filter-content {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 100px;
    overflow-y: scroll;
    z-index: 2049;
  }
  .data-filter .data-filter-body .data-filter-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 90px;
    padding: 20px;
    background-color: white;
    border-top: 1px solid rgb(240, 240, 240);
    z-index: 2050;
  }
}
.data-filter .custom-checkbox-small .custom-control-label:before {
  border: 1px solid rgb(100, 100, 100);
}

.btn-green {
  color: #353635 !important;
}

.btn-white {
  background-color: white !important;
  color: #353635 !important;
}
.btn-white:hover {
  background-color: #353635 !important;
  color: #fff !important;
}

.btn-filter-open {
  height: 56px;
}

.btn-outline-dark {
  color: #343a40 !important;
}
.btn-outline-dark:hover {
  color: #fff !important;
}

.btn-outline-green.bg-white:hover {
  color: #353635 !important;
}

.btn-fixed-bottom {
  position: absolute;
  bottom: 0;
}

.table-range {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.table-range tr {
  border-bottom: 1px solid rgb(240, 240, 240);
}

.table-range tr:first-child, .table-range tr:last-child {
  border-bottom: 0px;
}

.table-range td {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 575.98px) {
  h1.font-size-herotitle {
    max-width: 60%;
    margin-top: 70px !important;
  }
  h2.subtitle p {
    margin-bottom: 0px !important;
    font-weight: 700;
    font-size: 1.1em;
  }
  h2.subtitle {
    margin-top: 30px;
    margin-bottom: 0px !important;
  }
  #text {
    margin-top: 30px !important;
  }
}
.intro-right {
  padding-top: 80px;
  padding-bottom: unset;
}
@media screen and (max-width: 575.98px) {
  .intro-right {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 992px) {
  .intro-right {
    padding-top: 20px;
  }
}

.content-page-gray {
  background-color: rgb(245, 245, 245);
}

.card.card-car {
  background-color: white;
  border: 1px solid rgb(230, 230, 230);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  position: relative;
}
.card.card-car .badge-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card.card-car .badge-container .badge-car {
  z-index: 920 !important;
  position: relative;
  top: unset;
  right: unset;
}
.card.card-car .card-content .badge-car {
  z-index: 1;
}
.card.card-car .card-image {
  overflow: hidden;
  height: 10vw;
  border-top-left-radius: 10px;
}
.card.card-car .card-image img {
  position: relative;
  margin: inherit;
  width: 100%;
  max-width: inherit;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 575.98px) {
  .card.card-car .card-image {
    height: 220px;
  }
}
.card.card-car .card-image.blog-image {
  height: 50%;
}
.card.card-car:hover {
  border: 1px solid rgb(230, 230, 230);
}
.card.card-car:hover .card-image img {
  transform: scale(1.1);
}

.card.card-blog {
  background-color: white;
  border: 1px solid rgb(230, 230, 230);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card.card-blog {
    height: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .card.card-blog {
    height: 340px;
  }
}
.card.card-blog .card-content {
  height: 100%;
  text-align: left;
  width: 100%;
}
.card.card-blog .blog-image {
  overflow: hidden;
  max-height: 45%;
  border-top-left-radius: 10px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.card.card-blog .blog-image img {
  position: relative;
  margin: inherit;
  width: 100%;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 575.98px) {
  .card.card-blog .blog-image {
    height: 220px;
  }
}
.card.card-blog:hover {
  border: 1px solid rgb(230, 230, 230);
}
.card.card-blog:hover .blog-image img {
  transform: scale(1.1);
}

.card-yellow .card-body h4 {
  color: #353635 !important;
}

.intro-right-image {
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
}

.card-expert-image {
  margin-top: -20px !important;
}

.icon-profile {
  width: 70px;
  height: 70px;
}

.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  font-size: 14px;
  text-align: left;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .cookie-consent-banner {
    overflow-y: scroll;
  }
}

.cookie-consent-banner p {
  font-size: 1.2em;
}

.cookie-consent-button {
  width: 100%;
  padding: 6px 20px;
}

.cookie-consent-option label {
  margin-right: 10px;
  font-size: 1.1em;
}

@media screen and (max-width: 991.98px) {
  .hero .hero-footer {
    top: 600px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-footer {
    top: 440px;
  }
}
@media screen and (max-width: 575px) {
  .hero .hero-footer {
    top: 500px;
  }
}
.hero .hero-footer .btn {
  position: relative;
  top: unset;
  right: unset;
  margin: 0 2rem;
}

@media screen and (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}

.dropdown-menu {
  position: fixed !important;
  left: 0;
  right: 0;
  margin: 0;
  top: unset;
  padding: 22px 215px 35px;
  background-color: #F9C86F;
  border: none;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .dropdown-menu {
    position: static !important;
    background-color: rgb(251.04, 218.7, 159.96);
    padding: 10px 50px;
  }
}

.dropdown-item:hover {
  background-color: #F9C86F;
  font-weight: 700;
}

.dropdown .dropdown-toggle:active {
  pointer-events: none;
}

.logo {
  z-index: 10500;
  position: relative;
}

.navbar-compact {
  transition: all 0.15s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.navbar-compact .navbar-brand .logo {
  width: 160px;
}

.navbar-compact .navbar-brand {
  padding-right: 25px;
}

.navbar .hidden {
  background-color: blue !important;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav li a.nav-link {
    margin: 0 5px;
  }
}

.navbar .navbar-collapse {
  background-image: none;
}

.navbar-nav .nav-item .nav-link.active {
  background-color: #353635;
  color: #fff;
  border-radius: 10px 0;
}

.content-car-detail {
  background-color: rgb(245, 245, 245);
}
.content-car-detail ul {
  background-color: white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.content-car-detail ul li:before {
  top: 29px;
  width: 10px;
  height: 10px;
  background-color: rgb(249, 200, 111);
}
.content-car-detail ul li p {
  margin: 0px;
  padding: 0px;
}
.content-car-detail p {
  color: #353635 !important;
}

.ms-accordion {
  border-radius: 15px 0 15px 0;
  color: #353635;
}
.ms-accordion .accordion-item {
  border: none;
}
.ms-accordion .accordion-item.bg-white .accordion-button:not(.collapsed) {
  background-color: unset;
}
.ms-accordion .accordion-item.bg-white .accordion-body {
  background-color: unset;
}
.ms-accordion .accordion-item:first-of-type .accordion-button,
.ms-accordion .accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
}
.ms-accordion .accordion-item:last-of-type .accordion-button,
.ms-accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 15px;
}
.ms-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
}
.ms-accordion .accordion-button:focus {
  box-shadow: none;
}
.ms-accordion .accordion-button:not(.collapsed) {
  background-color: #F9C86F;
  border: none;
}
.ms-accordion .accordion-button:not(.collapsed):after {
  display: none;
}
.ms-accordion .accordion-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  font-size: 1.0625rem;
  overflow-anchor: none;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.ms-accordion .accordion-button.compact {
  border-bottom-right-radius: 0 !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0 1.5rem;
}
.ms-accordion .accordion-body {
  background-color: rgb(253.08, 237.4, 208.92);
  color: #353635;
  padding: 1rem 1.5rem;
}
.ms-accordion p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.rating {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(245, 245, 245);
  padding: 50px;
}
.rating h2 {
  color: #353635 !important;
}
.rating .subrating {
  font-size: 18px;
  margin-bottom: 20px;
}
.rating .item {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.rating .item .author {
  color: rgb(25, 25, 25);
  font-size: 15px;
  font-family: "Muli";
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(210, 210, 210);
}
.rating .item h3 {
  color: rgb(25, 25, 25);
  font-size: 18px;
  font-family: "Muli";
  padding-bottom: 10px;
}
.rating .item p {
  color: rgb(25, 25, 25);
  font-size: 15px;
}
.rating .stars {
  width: 100%;
  height: 35px;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #F9C86F;
  font-size: 16px;
}
.rating a:hover {
  text-decoration: none !important;
}

.car-icon {
  height: 25px;
  width: 25px;
}

.circle-icon {
  border-radius: 50%;
  height: 100px !important;
  width: 100px !important;
}

.icon-small {
  height: 50px;
  width: auto;
}

.info-tab {
  background-color: rgb(229.5, 229.5, 229.5);
  margin-bottom: -5px;
}
.info-tab.active {
  background-color: #fff;
  z-index: 100;
}

.shadow-right {
  box-shadow: 8px 0px 10px -8px rgba(0, 0, 0, 0.15);
}

.shadow-left {
  box-shadow: -8px 0px 10px -8px rgba(0, 0, 0, 0.15);
}

.content.features ul, .content.features li {
  border: none;
  box-shadow: none;
  text-align: start;
}
@media screen and (min-width: 767px) {
  .content.features ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.content.features li {
  padding: 10px 0 10px 50px;
}
.content.features li:before {
  top: 16px;
}

.personal.boxed {
  margin-top: unset;
}
@media screen and (min-width: 992px) and (max-width: 1357px) {
  .personal .personal-info {
    top: 25%;
  }
}

.no-shadow {
  box-shadow: none !important;
}

.ms-table {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.08) !important;
}
.ms-table thead tr th {
  padding: 1.5rem !important;
  font-size: 18px !important;
  border-bottom: 1px solid #D7D7D7;
}
@media (max-width: 991.98px) {
  .ms-table thead tr th {
    font-size: 14px !important;
  }
}
.ms-table tbody tr th p {
  padding-left: 21px;
  padding-top: 15px;
}
.ms-table tbody tr td {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .ms-table tbody tr td {
    padding: 5px !important;
  }
}
.ms-table tbody tr td.spacer {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .ms-table tbody tr td.spacer {
    width: 10px;
  }
}

.overflow-scroll-ms {
  overflow: scroll !important;
}
@media screen and (max-width: 768px) {
  .overflow-scroll-ms .ms-table {
    font-size: 14px;
    min-width: 500px;
  }
  .overflow-scroll-ms .ms-table tbody tr td {
    padding-right: 5px !important;
  }
}

.highlight-icon {
  max-height: 30px;
  margin-right: 10px;
}

.highlight-picture {
  max-height: 195px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .highlight-picture {
    max-height: 160px;
  }
}

.cta-banner {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 1400px) {
  .cta-banner {
    width: 75%;
  }
}
@media screen and (min-width: 1750px) {
  .cta-banner {
    width: 60%;
  }
}

.urgency-banner {
  position: absolute;
  bottom: 20%;
  right: 0;
  padding: 7px 20px;
  border-radius: 5px 0 0 0;
}
@media screen and (min-width: 576px) {
  .urgency-banner {
    bottom: 35%;
  }
}
@media screen and (min-width: 992px) {
  .urgency-banner {
    bottom: 45%;
    right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .urgency-banner {
    bottom: 30%;
  }
}

.sitemap-list {
  padding-left: 10px;
}
.sitemap-list li {
  list-style: none;
}
.sitemap-list .sitemap {
  position: relative;
  margin-left: 1.5rem;
  padding-left: 2rem;
  line-height: 1.9;
}
.sitemap-list .sitemap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.8rem;
  left: 0;
  border-left: 1px dotted #888;
}
.sitemap-list .sitemap li {
  position: relative;
}
.sitemap-list .sitemap li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -2rem;
  width: 1rem;
  border-bottom: 1px dotted #888;
}
.sitemap-list .sitemap li.sub-list:before {
  border: none !important;
}
.sitemap-list .sitemap .sitemap {
  position: relative;
  padding-left: 2rem;
}

.offer-banner {
  position: fixed;
  top: 60px;
  height: 70px;
  width: 100%;
  transform: translate3d(0, -70px, 0);
  overflow: hidden;
  z-index: 3;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: 1020;
}
.offer-banner.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.offer-banner .car {
  padding-top: 8px;
  padding-bottom: 8px;
}
.offer-banner .car .image {
  float: left;
}
.offer-banner .car .image img {
  max-height: 54px;
}
.offer-banner .car .label {
  line-height: 54px;
  float: left;
  padding-left: 20px;
  font-size: 18px !important;
}
.offer-banner .price {
  line-height: 54px;
  font-size: 18px;
  padding-top: 8px;
  color: rgb(103.523364486, 105.476635514, 103.523364486);
}
.offer-banner .price .from {
  float: left;
}
.offer-banner .price .value {
  float: left;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  color: #353635;
}
.offer-banner .price .unit {
  float: left;
}
.offer-banner .cta {
  padding-top: 17px;
}

/* Plaats de mobiele collapse over de pagina en laat alleen de collapse scrollen */
@media (max-width: 767.98px) {
  .navbar.fixed-top .navbar-collapse {
    position: fixed;
    top: 60px; /* hoogte van je navbar; pas aan indien anders */
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff; /* of je eigen kleur */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar.fixed-top .navbar-collapse .navbar-nav {
    margin-top: 0px;
    background-color: white;
  }
  .navbar.fixed-top .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #D7D7D7;
    font-weight: 700;
  }
  .navbar.fixed-top .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar.fixed-top .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: white;
    padding: 10px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .navbar.fixed-top .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: white;
  }
  /* Optioneel: dropdowns binnen het mobiele menu ook scrollbaar beperken */
  .navbar .dropdown-menu {
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Body niet laten scrollen als menu open is */
  body.nav-open {
    overflow: hidden;
  }
}
