/* Hulsen Software Solutions - 2 */
#hss-breadcrumb-container {
  background-color: #b8bebe;
  color: white; }

ul.hss-breadcrumb {
  padding: 8px 16px;
  list-style: none;
  max-width: unset;
  margin: 0 auto; }

ul.hss-breadcrumb li {
  display: inline;
  font-size: 0.9rem; }

ul.hss-breadcrumb li + li:before {
  padding: 8px;
  content: "\203A"; }

ul.hss-breadcrumb li a {
  color: white;
  text-decoration: none; }

ul.hss-breadcrumb li a:hover {
  color: black; }

/* Hulsen Software Solutions - 5 */
.hss-button,
.hss-iconbutton,
.hss-button-secondary {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  box-sizing: border-box;
  font: inherit; }

.hss-button:hover,
.hss-iconbutton:hover,
.hss-button-secondary:hover {
  transition: background-color 0.25s; }

.hss-button,
.hss-iconbutton {
  background-color: black;
  color: white;
  border: none; }

.hss-button {
  padding: 8px 16px; }

.hss-iconbutton {
  padding: 8px; }

.hss-button:hover,
.hss-iconbutton:hover {
  background-color: #c6ad6a;
  color: white; }

.hss-button.hss-icon-text i,
.hss-button-secondary.hss-icon-text i {
  margin-right: 8px; }

.hss-button-secondary {
  padding: 6px 14px;
  background-color: white;
  color: black;
  border: 2px solid black; }

.hss-button-secondary:hover:enabled {
  background-color: #c6ad6a;
  color: white; }

.hss-button.hss-hover-shadow:hover:enabled {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.hss-button.hss-selected {
  background-color: #c6ad6a;
  color: white; }

.hss-button:disabled {
  background: #b8bebe;
  color: white; }

/* Hulsen Software Solutions - 1 */
.hss-display-container {
  position: relative; }

.hss-display-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hss-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%); }

.hss-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%); }

/* Hulsen Software Solutions - 1 */
.hss-col {
  width: 100%; }

.hss-col.s1 {
  max-width: 8.333333%;
  flex: 0 0 8.333333%; }

.hss-col.s2 {
  max-width: 16.66666%;
  flex: 0 0 16.66666%; }

.hss-col.s3 {
  max-width: 25%;
  flex: 0 0 25%; }

.hss-col.s4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%; }

.hss-col.s5 {
  max-width: 41.666666%;
  flex: 0 0 41.666666%; }

.hss-col.s6 {
  max-width: 50%;
  flex: 0 0 50%; }

.hss-col.s7 {
  max-width: 58.333333%;
  flex: 0 0 58.333333%; }

.hss-col.s8 {
  max-width: 66.66666%;
  flex: 0 0 66.66666%; }

.hss-col.s9 {
  max-width: 75%;
  flex: 0 0 78%; }

.hss-col.s10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%; }

.hss-col.s11 {
  max-width: 91.66666%;
  flex: 0 0 91.66666%; }

.hss-col.s12 {
  max-width: 100%;
  flex: 0 0 100%; }

.hss-row {
  display: flex;
  flex-wrap: wrap; }

.hss-row.padding {
  padding: 0 8px; }

@media (min-width: 699px) {
  .hss-col.m1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%; }
  .hss-col.m2 {
    max-width: 16.66666%;
    flex: 0 0 16.66666%; }
  .hss-col.m3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .hss-col.m4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .hss-col.m5 {
    max-width: 41.666666%;
    flex: 0 0 41.666666%; }
  .hss-col.m6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .hss-col.m7 {
    max-width: 58.333333%;
    flex: 0 0 58.333333%; }
  .hss-col.m8 {
    max-width: 66.66666%;
    flex: 0 0 66.66666%; }
  .hss-col.m9 {
    max-width: 75%;
    flex: 0 0 78%; }
  .hss-col.m10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .hss-col.m11 {
    max-width: 91.66666%;
    flex: 0 0 91.66666%; }
  .hss-col.m12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 899px) {
  .hss-col.ml1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%; }
  .hss-col.ml2 {
    max-width: 16.66666%;
    flex: 0 0 16.66666%; }
  .hss-col.ml3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .hss-col.ml4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .hss-col.ml5 {
    max-width: 41.666666%;
    flex: 0 0 41.666666%; }
  .hss-col.ml6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .hss-col.ml7 {
    max-width: 58.333333%;
    flex: 0 0 58.333333%; }
  .hss-col.ml8 {
    max-width: 66.66666%;
    flex: 0 0 66.66666%; }
  .hss-col.ml9 {
    max-width: 75%;
    flex: 0 0 78%; }
  .hss-col.ml10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .hss-col.ml11 {
    max-width: 91.66666%;
    flex: 0 0 91.66666%; }
  .hss-col.ml12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1199px) {
  .hss-col.l1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%; }
  .hss-col.l2 {
    max-width: 16.66666%;
    flex: 0 0 16.66666%; }
  .hss-col.l3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .hss-col.l4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .hss-col.l5 {
    max-width: 41.666666%;
    flex: 0 0 41.666666%; }
  .hss-col.l6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .hss-col.l7 {
    max-width: 58.333333%;
    flex: 0 0 58.333333%; }
  .hss-col.l8 {
    max-width: 66.66666%;
    flex: 0 0 66.66666%; }
  .hss-col.l9 {
    max-width: 75%;
    flex: 0 0 78%; }
  .hss-col.l10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .hss-col.l11 {
    max-width: 91.66666%;
    flex: 0 0 91.66666%; }
  .hss-col.l12 {
    max-width: 100%;
    flex: 0 0 100%; } }

/* Hulsen Software Solutions - 1 */
.nmrspm {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

/* ----------------------------------------------
 * Generated by Animista on 2022-10-1 19:23:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1; }
  24% {
    opacity: 1; }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in; }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in; }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in; }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in; }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out; }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1; } }

.nav-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: black;
  z-index: 9999; }

.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 100px;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto; }

.navbar a {
  justify-self: start; }

.navbar a img {
  height: 100px;
  width: auto; }

.navbar ul {
  list-style: none;
  display: flex;
  column-gap: 32px;
  margin: 0;
  padding: 0; }

.nav-item a {
  color: white;
  font-size: 1rem;
  text-decoration: none;
  padding: 12px 8px;
  color: white;
  text-transform: uppercase;
  display: block;
  text-align: center; }

.nav-item a:hover {
  background-color: #c6ad6a;
  color: white; }

.nav {
  transform: translate(0);
  transition: transform 0.6s ease-in-out; }

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu-toggle {
  justify-self: end;
  margin-right: 24px;
  display: none; }

.menu-toggle:hover {
  cursor: pointer; }
  .menu-toggle:hover .bar {
    background-color: #c6ad6a; }

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0; }

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

@media only screen and (max-width: 960px) {
  .navbar {
    height: 64px; }
  .navbar a img {
    height: 64px; }
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 64px;
    background-color: #625e5e;
    width: 100%;
    height: 100%;
    transform: translate(-101%);
    text-align: center;
    overflow: hidden; }
  .nav-item {
    border-bottom: solid 1px #c6ad6a75; }
  .navbar li a {
    font-size: 1rem;
    display: block;
    padding: 16px; }
  .menu-toggle, .bar {
    display: block;
    cursor: pointer; }
  .nav-wrapper.show-mobile-items > .navbar > .nav {
    transform: translate(0%) !important; } }

@media only screen and (max-width: 1500px) {
  .navbar a img {
    margin-left: 20px; } }

* {
  box-sizing: border-box; }

@font-face {
  font-family: jost;
  src: url("../fonts/Jost-VariableFont_wght.ttf"); }

html, body {
  font-family: jost, Helvetica, Verdana, sans-serif, Arial, sans-serif !important;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 18px; }

@media only screen and (max-width: 960px) {
  html, body {
    font-size: 16px; } }

a {
  color: black;
  text-decoration: none; }

a:hover {
  color: #c6ad6a; }

h1, .h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.15rem; }

input, textarea {
  border: 1px solid #ccc !important;
  padding: 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  margin-top: 4px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: black;
  border: 0px !important;
  border-radius: 0px !important;
  color: white;
  padding: 8px 16px;
  text-align: center;
  font: inherit; }

select:hover, select option:hover {
  color: white;
  background: #c6ad6a;
  cursor: pointer; }

select option {
  background-color: black !important;
  color: white !important; }

.card {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 16px; }

.card .title {
  background-color: black;
  color: white;
  font-size: 1.4rem;
  margin: 10px 0;
  padding: 12px; }

.card .content {
  padding: 12px 24px; }

#content {
  background-color: #f1f1f1;
  flex-grow: 1; }

#content:not(.hero) {
  margin-top: 100px; }

.section-container {
  padding: 48px 16px; }

.section-container:nth-child(odd) {
  background-color: #f1f1f1; }

.section-container:nth-child(even) {
  background-color: white; }

.title-container {
  text-align: center;
  padding-bottom: 8px; }

.title-container .hr {
  display: inline-block; }

.title-container .hr:after {
  border-top: 3px solid black;
  content: '';
  display: block;
  margin-top: 0.25em;
  width: 100%; }

.center-container {
  margin-left: auto;
  margin-right: auto; }

.content-container,
.small-content-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%; }

.content-container {
  max-width: 1500px; }

.small-content-container {
  max-width: 1200px; }

.float-right {
  float: right; }

.fill {
  width: 100%; }

@media (max-width: 699px) {
  .fill-mobile {
    width: 100%; }
  .hss-button:not(.hss-display-left):not(.hss-display-right):not(.wizard-button) {
    width: 100% !important; }
  .swiper-section-container .center-button-container {
    margin: 0 16px; } }

.no-top-margin {
  margin-top: 0px; }

.margin-container {
  margin: 16px; }

.padding-16 {
  padding: 16px !important; }

.error {
  color: #fa0000 !important; }

.hss-button.hover-silver:hover {
  background-color: #b8bebe;
  color: black; }

.hint {
  font-size: small;
  font-style: italic; }

hr {
  background: gray;
  border: 0;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px; }

.center-button-container {
  display: flex;
  justify-content: center; }

@media only screen and (max-width: 960px) {
  #content:not(.hero) {
    margin-top: 64px; }
  .section-container {
    padding: 24px 16px; } }

ul {
  list-style-position: inside; }

.submit-result {
  font-style: italic; }

.dynamiccontent-section-container.accessoires {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url("/img/layout/20220727_130612_1125x1500_40.jpg"); }

@media only screen and (min-width: 700px) {
  .dynamiccontent-section-container.accessoires {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url("/img/layout/20220714_125924_1500x1125_40.jpg"); } }

@media (min-width: 1300px) {
  .dynamiccontent-image-container.accessoires {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/20220714_125924_1500x1125_40.jpg"); } }

@media (min-width: 2100px) {
  .dynamiccontent-image-container.accessoires {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/20220714_125924_1500x1125_80.jpg"); } }

#contact-content-container {
  max-width: 1000px; }
  #contact-content-container .address-container {
    display: flex;
    flex-direction: column; }
    #contact-content-container .address-container .opening-disclaimer {
      font-style: italic;
      margin-top: 4px; }

#contact-content-container a {
  text-decoration: none;
  color: black; }

#contact-content-container a:hover {
  color: #c6ad6a; }

#map {
  height: 600px; }

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: black !important;
  color: #c6ad6a !important; }

.leaflet-popup {
  margin-bottom: 0px !important; }

.leaflet-attribution-flag {
  display: none !important; }

.dynamiccontent-section-container.diagnose {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url("/img/layout/20220326_113315_1085x1500_40.jpg"); }

@media only screen and (min-width: 700px) {
  .dynamiccontent-section-container.diagnose {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url("/img/layout/20220603_135133_1500x1125_40.jpg"); } }

@media (min-width: 1300px) {
  .dynamiccontent-image-container.diagnose {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/20220603_135133_1500x1125_40.jpg"); } }

@media (min-width: 2100px) {
  .dynamiccontent-image-container.diagnose {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/20220603_135133_1500x1125_80.jpg"); } }

.dynamiccontent-section-container {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.dynamiccontent-content-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }

.dynamiccontent-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white; }

.dynamiccontent-image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.dynamiccontent-section-container {
  height: calc(100vh - 64px); }

@media only screen and (max-width: 960px) {
  .dynamiccontent-content {
    padding: 8px; }
  .dynamiccontent-content {
    margin-top: -64px; } }

@media only screen and (min-width: 961px) {
  .dynamiccontent-section-container {
    height: calc(100vh - 100px); } }

@media only screen and (min-width: 961px) and (max-width: 1299px) {
  .dynamiccontent-content {
    margin-top: -100px; } }

@media only screen and (max-width: 1299px) {
  .dynamiccontent-content-container {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    color: white;
    position: absolute;
    z-index: 2; }
  .dynamiccontent-section-container .title-container .hr::after {
    border-top: 3px solid white; } }

@media only screen and (min-width: 1300px) {
  .dynamiccontent-section-container {
    background-image: unset !important;
    min-height: 700px;
    display: flex;
    flex-direction: row;
    max-height: 1000px; }
  .dynamiccontent-content-container {
    background: whitesmoke;
    clip-path: polygon(0px 0px, 0px 1000px, 600px 1000px, 700px 0px);
    width: 700px; }
  .dynamiccontent-content {
    padding: 32px 64px 32px 32px;
    max-width: 700px;
    color: black; }
  .dynamiccontent-image-container {
    flex: 1;
    margin-left: -100px; } }

#general-terms-and-conditions-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #general-terms-and-conditions-content h2:not(:first-of-type) {
    padding-top: 24px; }

.hero-image {
  height: 100vh;
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/BMW_Rear.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 961px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/layout/BMW_Side.JPG"); } }

.hero-banner {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  color: white;
  position: absolute;
  z-index: 2; }

.hero-text {
  width: 100%;
  text-align: center; }

.nav-wrapper.hero {
  background-color: black;
  transition: background-color 200ms linear; }

.nav-wrapper.hero.scrolled,
.nav-wrapper.hero.show-mobile-items {
  background-color: black;
  transition: background-color 200ms linear; }

.nav-wrapper img {
  padding: 16px; }

/*#home-header::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #002856;
opacity: 0.5;
transition: opacity 0.5s cubic-bezier(0.71, 0.35, 0.26, 0.83);
  transition-delay: 0s;
transition-delay: 1s;
}*/
.hero-title {
  font-size: 4rem;
  margin: 0.5rem; }

.hero-subtitle {
  font-size: 1.75rem;
  font-style: italic; }

.hero-scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.hero-scroll-down:before {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 7px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px; }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }

#welcome-content-container {
  max-width: 800px; }

#stats-section {
  background: #c6ad6a; }

#stats-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #c6ad6a;
  color: white; }

.stat-container {
  width: 100%;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  background: #c6ad6a; }

.stat-description {
  font-weight: 500;
  font-size: 1.2rem; }

.stat-value {
  font-size: 2.5rem;
  font-weight: bold; }

@media (max-width: 449px) {
  .stat-container:nth-child(2), .stat-container:nth-child(4) {
    background: silver; } }

@media (max-width: 700px) {
  .stat-value {
    font-size: 2rem; } }

@media (min-width: 450px) and (max-width: 999px) {
  .stat-container {
    width: 50%; }
  .stat-container:nth-child(2), .stat-container:nth-child(3) {
    background: silver; } }

@media (min-width: 1000px) {
  .stat-container {
    width: 25%; }
  .stat-container + .stat-container {
    border-left: solid 1px whitesmoke; } }

#announcement-container {
  padding: 16px;
  background: #c6ad6a;
  text-align: center;
  font-weight: bold;
  color: white;
  position: absolute;
  width: 100%;
  top: 100px; }

@media only screen and (max-width: 960px) {
  #announcement-container {
    top: 64px; } }

.animate-text {
  background-image: linear-gradient(to right, white 50%, rgba(255, 240, 21, 0) 50%, #505150 50%);
  background-size: 200%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: 6s reverse textclip; }

@keyframes textclip {
  to {
    background-position: 200% center; } }

.bounce-top {
  animation: bounce-top 1.5s both; }

span.nobr {
  white-space: nowrap; }

#inruil-op-container,
#sell-customer-tab,
#sell-motor-tab,
#sell-motor-images-tab,
#sell-result-tab {
  display: none; }

#inkoop-text-container {
  text-align: center; }

#inruil-form-controls-container,
#inkoop-form-controls-container {
  display: flex;
  column-gap: 32px; }

@media (max-width: 700px) {
  #inruil-form-controls-container,
  #inkoop-form-controls-container {
    flex-direction: column; } }

@media (min-width: 700px) {
  #inruil-form-controls-container > div,
  #inkoop-form-controls-container > div {
    width: 50%;
    float: left; } }

.dropzone {
  border: 1px solid #ccc !important;
  color: gray;
  font-style: italic; }

input[type=checkbox] {
  width: auto; }

.wizard-container {
  padding: 16px; }

.wizard {
  padding: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 32px;
  margin-bottom: 32px; }
  .wizard input::placeholder,
  .wizard textarea::placeholder {
    font-style: italic; }
  .wizard .wizard-button-container {
    margin-top: 1rem;
    display: flex;
    column-gap: 16px; }
    .wizard .wizard-button-container .continue-button {
      margin-left: auto; }
  .wizard .wizard-primary-button {
    width: unset !important; }
  .wizard input[type=radio] {
    accent-color: black; }
  .wizard input[type=radio]:hover {
    cursor: pointer; }

.wizard-steps {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px; }
  .wizard-steps li {
    width: 23%;
    margin-right: 2%; }
    .wizard-steps li a {
      display: inline-block;
      width: 100%;
      height: 8px;
      background-color: #dddbdb; }
  .wizard-steps li.done a {
    background-color: black; }
    .wizard-steps li.done a :hover {
      cursor: pointer; }
  .wizard-steps li.active a {
    background-color: black; }
  .wizard-steps li.done a:hover {
    background: #c6ad6a; }

.wizard-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block; }

.wizard-input-container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 32px;
  row-gap: 16px; }

.wizard-input-container.two-columns {
  grid-template-columns: 1fr 1fr; }

.wizard-input-control-full-width {
  grid-column: span 2; }

#sell-action-tab input {
  display: inline;
  width: unset; }

#sell-result-text {
  margin-top: 12px; }

@media (max-width: 699px) {
  .wizard-input-container.two-columns {
    grid-template-columns: 1fr; }
  .wizard-input-control-full-width {
    grid-column: unset; } }

figure {
  margin: 0px; }

#disclaimer-container {
  background-color: #b8bebe; }

#disclaimer {
  padding: 12px 8px !important;
  font-style: italic;
  font-size: smaller;
  text-align: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 300; }

#disclaimer p {
  margin-top: 0px;
  margin-bottom: 0px; }

#interesse-card, #inruil-card {
  padding: 16px;
  margin: 16px 0px; }

.form-container {
  max-width: 400px; }

.tab {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px; }

.tab.invisible {
  display: none; }

#tab-bar {
  background-color: black;
  width: 100%; }

#tab-bar button {
  padding: 8px 16px;
  width: auto;
  border: none;
  outline: 0;
  font-size: 1rem; }

#motor-details-header {
  background-color: white; }

#occassion-header-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  gap: 4px;
  margin-bottom: 4px; }

#occassion-header-images figure:first-child {
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
  grid-column: span 2;
  grid-row: span 2;
  position: relative; }

#occassion-header-images figure {
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  grid-column: span 1;
  grid-row: span 1; }

#occassion-header-images figure:hover {
  opacity: 60%; }

#occassion-header-images img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

#gallery {
  display: flex;
  flex-wrap: wrap;
  line-height: 0; }

#gallery figure {
  margin: 4px; }

#gallery figure:hover {
  opacity: 60%; }

#gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

#gallery-item {
  width: 25%; }

.motor-garantie-overlay {
  position: absolute;
  width: 30%;
  max-width: 200px;
  margin: 12px; }
  .motor-garantie-overlay img {
    object-fit: contain; }

.tag-container {
  margin: 8px;
  display: flex;
  flex-direction: row;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap; }

.primary-tag {
  background-color: #c6ad6a;
  color: white;
  padding: 8px;
  box-sizing: border-box;
  margin: 0; }

.secondary-tag {
  background-color: #b8bebe;
  color: white;
  padding: 8px;
  margin: 0;
  white-space: pre;
  box-sizing: border-box;
  font-size: 1.4rem; }

#specification-section {
  background-color: #c6ad6a;
  color: white;
  padding-bottom: 42px; }

@media (max-width: 449px) {
  #gallery-item {
    width: 100%; } }

@media (min-width: 450px) {
  #gallery-item {
    width: 50%; } }

@media (min-width: 750px) {
  #gallery-item {
    width: 33.333333%; } }

@media (min-width: 800px) {
  #gallery-item {
    width: 25%; } }

@media (max-width: 600px) {
  #hss-breadcrumb-container {
    display: none; }
  #gallery {
    grid-template-columns: auto; }
  #occassion-header-images {
    grid-template-columns: auto; }
  .primary-tag {
    width: 100%;
    display: block;
    text-align: center; }
  select {
    width: 100%; } }

#specification-group {
  margin-left: 16px;
  margin-right: 16px;
  max-width: 900px; }

.specification-container {
  column-count: 2;
  font-size: 1.1rem; }

@media (max-width: 699px) {
  .specification-container {
    column-count: 1; } }

.specification-attribute {
  width: 50%; }

.specification-attribute-container {
  clear: right;
  margin-left: 8px;
  margin-top: 0px;
  margin-bottom: 4px; }

.specification-attribute-value {
  float: right; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

#motor-swipe-container {
  z-index: 9999; }

.bold {
  font-weight: bold; }

@media (max-width: 699px) {
  #tab-bar button:not(:first-child) {
    border-top: solid 1px #c6ad6a75; } }

#interesseBericht {
  max-width: 100%; }

.motor-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 16px;
  color: black; }

.motor-card:hover {
  background-color: #c6ad6a;
  color: black; }

.motor-card-container {
  padding: 12px; }

.motor-card-container a {
  text-decoration: none; }

.motor-card .make {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 8px 0px; }

.motor-card .model {
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
  margin: 8px 0px; }

.motor-card .price {
  font-weight: bold;
  bottom: 0;
  position: absolute;
  right: 0; }

.motor-card .details {
  margin: 8px 4px 0 4px;
  position: relative; }

.motor-card .details .characteristics-container {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center; }

.motor-card .details i {
  margin-right: 8px;
  color: black; }

.motor-card-img {
  width: 100%; }

@media (min-width: 600px) {
  .motor-card-img {
    aspect-ratio: 3/2;
    object-fit: contain; } }

:root {
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-color: #c6ad6a; }

.swiper-pagination {
  position: relative !important;
  padding-top: 24px;
  padding-bottom: 16px; }

.swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.8);
  opacity: 0.75; }
  .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1; }

.swiper {
  max-width: 1200px; }

#aanbod-top-first-container {
  border-bottom: 1px solid lightgray !important;
  padding-bottom: 16px;
  position: relative; }

#aanbod-top-second-container {
  padding-top: 16px;
  position: relative; }

#aanbod-type-container {
  width: auto; }

#aanbod-dream-motor-not-found {
  background-color: #c6ad6a;
  color: white;
  padding-bottom: 16px; }

#aanbod-top-section {
  background-color: #b8bebe;
  color: white;
  padding: 32px; }

#amount-container h1 {
  margin: 0 0 16px 0;
  display: inline; }

#amount-container span {
  font-weight: bold; }

#motor-cards-container {
  background-color: white;
  padding: 32px; }

#pagination-section {
  background-color: #b8bebe;
  color: white; }

#pagination-container {
  padding: 32px;
  position: relative;
  margin-right: 16px;
  margin-left: 16px; }

@media (max-width: 600px) {
  #amount-container {
    margin-bottom: 16px; } }

@media (min-width: 600px) {
  .aanbod-top-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); }
  #sort {
    float: right; } }

#aanbod-dream-motor-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  padding-top: 8px; }

#aanbod-top-first-container {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
  row-gap: 8px; }

@media (min-width: 700px) {
  #aanbod-top-first-container {
    flex-direction: row; }
  #aanbod-type-container {
    margin-left: auto; } }

@media (max-width: 499px) {
  #aanbod-type-container,
  #aanbod-top-second-container form {
    flex-direction: column; }
  #aanbod-top-second-container form select {
    width: 100%; } }

@media (max-width: 699px) {
  #aanbod-type-container {
    margin-top: 12px; }
  #aanbod-type-container,
  #aanbod-top-second-container form {
    display: flex;
    column-gap: 8px;
    row-gap: 8px; } }

@media (min-width: 500px) and (max-width: 699px) {
  #aanbod-type-container,
  #aanbod-top-second-container form {
    flex-direction: row; }
  #aanbod-top-second-container form select {
    width: 50%; } }

.dynamiccontent-section-container.onderhoud {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url("/img/layout/20220423_144738_1125x1500_40.jpg"); }

@media only screen and (min-width: 700px) {
  .dynamiccontent-section-container.onderhoud {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url("/img/layout/20220326_114008_1500x1125_40.jpg"); } }

@media (min-width: 1300px) {
  .dynamiccontent-image-container.onderhoud {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/20220326_114008_1500x1125_40.jpg"); } }

@media (min-width: 2100px) {
  .dynamiccontent-image-container.diagnose {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/layout/20220326_114008_1500x1125_80.jpg"); } }

#review-content-container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  text-align: center; }

#review-form {
  text-align: left; }

.star-rating {
  display: inline-block; }

.star-rating:after {
  content: "";
  display: table;
  clear: both; }

.star-rating-icon {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  color: #c6ad6a;
  font-size: 1.75rem; }

.star-rating-icon:last-child {
  padding-left: 0; }

.star-rating-input {
  display: none; }

.star-rating-icon:before {
  content: "\f005"; }

.star-rating-icon:hover:before,
.star-rating-icon:hover ~ .star-rating-icon:before,
.star-rating-input:checked ~ .star-rating-icon:before {
  font-weight: 900; }

#consent-container {
  display: flex;
  column-gap: 12px; }

#consent-container input[type="checkbox"] {
  transform: scale(1.25); }

#google-review-button-container {
  margin-top: 12px; }
  #google-review-button-container .fas {
    margin-left: 8px; }

#reviews-content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%; }

#reviews-content-text-container {
  text-align: center;
  margin-bottom: 32px; }

#review-cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.review-card-container {
  width: 100%; }

.review-image-placeholder {
  aspect-ratio: 3/2; }

.review-card {
  position: relative;
  margin: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.77); }

.review-content {
  background: #c0c0c0c7;
  display: flex;
  font-style: italic;
  flex-direction: column;
  text-align: center;
  padding: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  font-weight: 300;
  line-height: 1.2; }

.review-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block; }

.review-name {
  margin-top: 8px;
  font-weight: bold; }

.review-stars {
  color: #c6ad6a;
  font-size: 1.75rem;
  text-align: center;
  background: #b8bebe;
  position: relative;
  padding: 4px; }

.review-inner-container {
  position: relative; }

@media (min-width: 400px) {
  .review-content {
    padding: 16px; } }

@media (min-width: 699px) {
  .review-card-container {
    width: 50%; }
  .review-image {
    aspect-ratio: 3/2; } }

@media (min-width: 1100px) {
  .review-card-container {
    width: 33.333333%; } }

#loading-indicator-container {
  display: none;
  text-align: center;
  color: #c6ad6a;
  margin-top: 24px; }

footer {
  background-color: #616161 !important;
  color: white;
  font-size: 0.9rem; }

footer .hss-col {
  padding-bottom: 12px; }

#footer-content {
  padding: 32px 0;
  margin: 0 16px; }

footer .title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0; }

footer span {
  display: block;
  line-height: 1.5; }

footer a {
  text-decoration: none;
  color: white;
  display: block;
  line-height: 1.5; }

footer .address-container {
  margin-top: 8px; }

#rdw-logo {
  width: 120px; }

#links-container a {
  display: block; }

#footer-copyright {
  color: #fff !important;
  background-color: #000 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  text-align: center !important; }

#action-buttons-container {
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: center; }

#footer-motor-garantie-link {
  margin-top: 8px; }

.content-container-404 {
  text-align: center;
  max-width: 400px; }
