@charset "UTF-8";
/*!
 * Wipplinger Plugin – Frontend Styles (SCSS entry)
 * Struktur: einzelne Module in assets/scss, hier importiert und zu wipplinger.css gebaut.
 */
.w-brands-with-vehicles {
  margin: 2rem 0;
}

.w-brand-section {
  margin-bottom: 70px;
}

.w-brand-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.w-brand-header .w-brand-logo-wrap {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  flex: 0 0 auto;
}
.w-brand-header .w-brand-logo-wrap img {
  height: auto;
  max-width: 90px;
}
.w-brand-header:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background-color: #e3e3e3;
  flex: 1 1 auto;
}

/* Slider shell */
.w-brand-vehicles-slider {
  position: relative;
}
.w-brand-vehicles-slider .w-slider-viewport {
  overflow: hidden;
  flex: 1 1 auto;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.w-brand-vehicles-slider .w-slider-track {
  display: flex;
  transition: transform 0.35s ease;
}
.w-brand-vehicles-slider .w-slide {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 8px;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.w-brand-vehicles-slider .w-slide:first-child {
  border-left: none;
}
@media (max-width: 499px) {
  .w-brand-vehicles-slider .w-slide {
    border-left: none;
  }
}

/* Vehicle card basics (inherits theme styling where possible) */
.w-vehicle-card {
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.w-vehicle-card .w-vehicle-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.w-vehicle-card .w-vehicle-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.w-vehicle-card .w-vehicle-content .w-vehicle-title {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
}
.w-vehicle-card .w-vehicle-content .w-vehicle-link-text {
  margin-top: 20px;
  color: #000000;
}
.w-vehicle-card .w-vehicle-content .w-vehicle-link-text svg {
  width: 12px;
  height: auto;
  margin-left: 5px;
}
.w-vehicle-card .w-vehicle-content .w-vehicle-link-text svg path {
  fill: #DF1D20;
}
.w-vehicle-card .w-vehicle-badges {
  position: absolute;
  top: -8px;
  right: 6px;
  z-index: 2;
  pointer-events: none;
}
.w-vehicle-card .w-vehicle-badges .w-vehicle-badge {
  width: auto !important;
  height: auto !important;
  display: block;
  float: left;
  margin-right: 5px;
}

/* Brand link slide */
.w-slide-brand-link {
  border: none !important;
  padding: 0 0 0 8px !important;
}
.w-slide-brand-link .w-brand-link-card {
  display: flex;
  height: 100%;
  min-height: 140px;
  padding: 20px 20px 36px 20px;
  color: inherit;
  text-decoration: none;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  background-color: #e3e3e3;
}
.w-slide-brand-link .w-brand-link-card .w-brand-link-title h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
}
.w-slide-brand-link .w-brand-link-card .w-brand-link-title h4 strong, .w-slide-brand-link .w-brand-link-card .w-brand-link-title h4 b {
  font-weight: 500;
}
.w-slide-brand-link .w-brand-link-card .w-brand-link-text svg {
  width: 12px;
  height: auto;
  margin-left: 5px;
}

/* Arrows */
.w-slider-arrow {
  cursor: pointer;
  user-select: none;
}
.w-slider-arrow.w-slider-prev {
  display: none;
}
.w-slider-arrow.w-slider-next {
  width: 90px;
  height: 100%;
  background-color: #e3e3e3;
  border: none;
  margin-bottom: 9px;
  height: calc(100% - 9px);
  box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 980px) {
  .w-slider-arrow.w-slider-next {
    display: none;
  }
}
.w-slider-arrow .w-slider-button-icon svg {
  height: 27px;
  width: auto;
}

.w-slider-arrow-wrapper {
  display: block;
  position: absolute;
  top: 0;
  width: 95px;
  height: 100%;
  overflow: hidden;
}
.w-slider-arrow-wrapper.w-slider-next-wrapper {
  right: 0;
  padding-left: 5px;
}

.w-slider-arrow[disabled] {
  display: none;
  cursor: not-allowed;
}

/* Responsive slides per view using percentage widths. JS will translate by one slide at a time. */
/* < 500px: Mobile default (fallback 1) */
.w-brand-vehicles-slider .w-slide {
  width: calc(100% / var(--spv-mobile, 1));
}

/* 500–980px: Small devices (fallback 2) */
@media (min-width: 500px) {
  .w-brand-vehicles-slider .w-slide {
    width: calc(100% / var(--spv-small, 2));
  }
}
/* 981–1199px: Tablet (fallback 3) */
@media (min-width: 981px) {
  .w-brand-vehicles-slider .w-slide {
    width: calc(100% / var(--spv-tablet, 3));
  }
}
/* ≥1200px: Desktop (fallback 4) */
@media (min-width: 1200px) {
  .w-brand-vehicles-slider .w-slide {
    width: calc(100% / var(--spv-desktop, 4));
  }
}
/* Bullets + right-side mini arrows */
.w-slider-bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.5rem 0 0;
  flex: 0 0 100%;
  order: 3;
}

.w-slider-bullets-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.w-slider-bullets-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.w-slider-bullet {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
}

.w-slider-bullet.is-active {
  background: rgb(0, 0, 0);
}

/* Mini arrows near bullets */
.w-slider-mini-arrow {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.w-slider-mini-arrow svg {
  width: 12px;
  height: auto;
}
.w-slider-mini-arrow svg path {
  fill: #000000;
  transition: fill 0.35s ease;
}
.w-slider-mini-arrow:hover svg path {
  fill: #DF1D20;
}

.w-slider-mini-arrow[disabled], .w-slider-mini-arrow[aria-disabled=true] {
  opacity: 0.45;
  cursor: not-allowed;
}
.w-slider-mini-arrow[disabled] svg path, .w-slider-mini-arrow[aria-disabled=true] svg path {
  fill: #000000 !important;
}

/* Suppress native selection/drag while an active swipe gesture is in progress */
.w-brand-vehicles-slider.is-dragging,
.w-brand-vehicles-slider.is-dragging * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-brand-vehicles-slider.is-dragging img {
  -webkit-user-drag: none;
  pointer-events: none; /* avoid image catching events while dragging */
}

.w-brand-vehicles-slider.is-dragging a {
  cursor: grabbing;
}

/* Vehicle single layout */
.single-vehicle .et_pb_title_meta_container, .single-vehicle .et_pb_sidebar, .single-vehicle .et_post_title .entry-title {
  display: none !important;
}
.single-vehicle.et_right_sidebar #left-area {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}
.single-vehicle #left-area {
  margin-right: 0 !important;
}
.single-vehicle #main-content > .container {
  max-width: 100%;
  padding-top: 0 !important;
}
.single-vehicle #main-content > .container > #content-area > #left-area {
  padding: 0 !important;
}
.single-vehicle #main-content > .container > #content-area > #sidebar {
  display: none !important;
}

.w-vehicle-single .w-veh-breadcrumb {
  max-width: 1780px;
  margin: 0 auto 50px auto;
}
.w-vehicle-single .w-veh-row:not(.w-veh-full-width) {
  max-width: 1780px;
  margin: 0 auto;
}
.w-vehicle-single .w-vehicle-hero {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 980px) {
  .w-vehicle-single .w-vehicle-hero > .et_pb_row {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 10px !important;
  }
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row:before, .w-vehicle-single .w-vehicle-hero > .et_pb_row:after {
  display: none !important;
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column {
  padding: 0 !important;
  margin: 0 !important;
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column .et_pb_image {
  height: 100%;
}
@media (max-width: 980px) {
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column .et_pb_image {
    aspect-ratio: 1.5;
  }
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child {
  display: flex;
  justify-content: right;
  width: calc(50% - 303px);
  background-color: #e3e3e3;
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container {
  max-width: 515px;
  margin: 100px 60px 100px 0;
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container .w-vehicle-badges {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 3;
  pointer-events: none;
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container .w-vehicle-badges img {
  float: left;
  margin-right: 6px;
}
@media (max-width: 1980px) {
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child {
    width: calc(50% - 100px);
  }
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px 0 11%;
    margin: 100px 0;
  }
}
@media (max-width: 980px) {
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child {
    width: 100%;
  }
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container {
    max-width: 90%;
    margin: 50px auto;
    padding: 0;
  }
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:last-child {
  width: calc(50% + 303px);
}
.w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:last-child .w-vehicle-gallery-container, .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:last-child .w-vehicle-gallery {
  height: 100%;
}
@media (max-width: 1980px) {
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:last-child {
    width: calc(50% + 100px);
  }
}
@media (max-width: 980px) {
  .w-vehicle-single .w-vehicle-hero > .et_pb_row > .et_pb_column:last-child {
    width: 100%;
  }
}

.w-veh-breadcrumb {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
}
.w-veh-breadcrumb .sep {
  opacity: 0.6;
  margin: 0 0.25rem;
}

.w-veh-row {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}

/* Top row: two columns */
.w-veh-top-left .w-veh-title {
  margin: 0 0 0.25rem 0;
}

.w-veh-subline {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.w-veh-price-from {
  font-weight: 600;
  margin: 0.75rem 0;
}

.w-veh-actions .button {
  margin-top: 0.5rem;
}

/* Gallery fade */
.w-vehicle-gallery {
  position: relative;
  width: 100%;
  height: 35vw;
  min-height: 260px;
  max-height: 768px !important;
}
@media (min-width: 1780px) {
  .w-vehicle-gallery {
    height: 768px !important;
  }
}
@media (max-width: 980px) {
  .w-vehicle-gallery {
    height: 50vw !important;
  }
}
@media (max-width: 499px) {
  .w-vehicle-gallery {
    height: 200px !important;
  }
}

.w-veh-gallery-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  height: 100%;
}
.w-veh-gallery-item.is-active {
  position: relative;
  opacity: 1;
}
.w-veh-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bullets */
.w-veh-gallery-bullets {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  gap: 4px;
  z-index: 5;
}
.w-veh-gallery-bullets button {
  width: 8px;
  height: 8px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
}
.w-veh-gallery-bullets button.is-active {
  background: rgb(255, 255, 255);
}

/* Row 2: description */
.w-veh-row-desc > div {
  padding: 50px 0 !important;
}
.w-veh-row-desc .w-veh-title-secondary {
  color: #626262 !important;
  margin: 0.5rem 0;
}
.w-veh-row-desc .w-veh-title-secondary b, .w-veh-row-desc .w-veh-title-secondary strong {
  font-weight: 600;
  color: #000000 !important;
}

/* Row 3: features */
.w-veh-row-features {
  margin-bottom: 100px !important;
}
@media (max-width: 1980px) {
  .w-veh-row-features {
    max-width: 90% !important;
  }
}
.w-veh-row-features .w-veh-features {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .w-veh-row-features .w-veh-features {
    flex-direction: column;
    gap: 20px;
  }
}

.w-veh-feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  background: #fff;
  max-width: 300px;
  flex: 0 1 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .w-veh-feature {
    flex: 1;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
    width: 90%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.w-veh-feature .w-veh-feature-icon {
  position: relative;
  width: 84px;
  min-width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-veh-feature .w-veh-feature-icon img {
  max-width: 84px;
  max-height: 84px;
}
.w-veh-feature .w-veh-feature-icon img .icon-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.w-veh-feature .w-veh-feature-text * {
  text-align: center;
}
.w-veh-feature .w-veh-feature-text .name {
  color: #626262;
}

/* Fade in hover icon and fade out default icon only if a hover icon exists */
.w-veh-feature-icon .icon-default {
  transition: opacity 0.3s ease;
}

.w-veh-feature:hover .w-veh-feature-icon.has-hover .icon-hover {
  opacity: 1;
}

.w-veh-feature:hover .w-veh-feature-icon.has-hover .icon-default {
  opacity: 0;
}

/* Row 4: bottom section two columns */
.w-vehicle-price-example {
  padding: 0 !important;
  margin: 0 !important;
}
.w-vehicle-price-example > .et_pb_row:before, .w-vehicle-price-example > .et_pb_row:after {
  display: none !important;
}
.w-vehicle-price-example > .et_pb_row > .et_pb_column {
  padding: 0 !important;
  margin: 0 !important;
}
.w-vehicle-price-example > .et_pb_row > .et_pb_column .et_pb_image {
  height: 100%;
}
.w-vehicle-price-example > .et_pb_row > .et_pb_column:first-child {
  display: flex;
  justify-content: right;
  width: calc(50% + 303px);
  background-color: #ededed;
}
@media (max-width: 1980px) {
  .w-vehicle-price-example > .et_pb_row > .et_pb_column:first-child {
    width: calc(50% + 100px);
  }
  .w-vehicle-price-example > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px 0 11%;
    margin: 100px 0;
  }
}
@media (max-width: 980px) {
  .w-vehicle-price-example > .et_pb_row > .et_pb_column:first-child {
    width: 100%;
  }
  .w-vehicle-price-example > .et_pb_row > .et_pb_column:first-child .w-vehicle-infos-container {
    max-width: 90%;
    margin: 50px auto;
    padding: 0;
  }
}
.w-vehicle-price-example > .et_pb_row > .et_pb_column:last-child {
  width: calc(50% - 303px);
}
.w-vehicle-price-example > .et_pb_row > .et_pb_column:last-child .w-vehicle-price-container {
  max-width: 575px;
  margin: 0;
}
@media (max-width: 1980px) {
  .w-vehicle-price-example > .et_pb_row > .et_pb_column:last-child {
    width: calc(50% - 100px);
  }
}
@media (max-width: 980px) {
  .w-vehicle-price-example > .et_pb_row > .et_pb_column:last-child {
    width: 100%;
  }
}

.w-vehicle-price-image-container {
  aspect-ratio: 2;
  width: 100%;
  max-height: 768px !important;
}
@media (min-width: 767px) {
  .w-vehicle-price-image-container {
    min-height: 260px;
  }
}
.w-vehicle-price-image-container * {
  width: 100%;
  height: 100%;
}
.w-vehicle-price-image-container img {
  display: block;
  object-fit: cover;
}

@media (max-width: 980px) {
  .w-vehicle-price-container {
    max-width: 90% !important;
    margin: 50px auto !important;
  }
}
.w-vehicle-price-container .w-veh-bottom-title {
  color: #626262 !important;
  margin-bottom: 10px;
}
.w-vehicle-price-container .w-veh-bottom-title b, .w-vehicle-price-container .w-veh-bottom-title strong {
  font-weight: 600;
  color: #000000 !important;
}

.w-veh-calc {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border: none !important;
  margin-top: 20px !important;
}
.w-veh-calc tr th, .w-veh-calc tr td {
  padding: 0.5rem 0.75rem;
  border-top: 1px solid #e3e3e3;
  font-weight: 400 !important;
}
@media (max-width: 980px) {
  .w-veh-calc tr th, .w-veh-calc tr td {
    padding: 6px 10px;
  }
}
.w-veh-calc tr th {
  text-align: left;
  width: 50%;
}
.w-veh-calc tr td {
  text-align: right;
}
.w-veh-calc tr:last-child th, .w-veh-calc tr:last-child td {
  border-bottom: 1px solid #e3e3e3;
}
.w-veh-calc tr.is-highlight th, .w-veh-calc tr.is-highlight td {
  background: #e3e3e3;
  font-weight: 500 !important;
  color: #000000 !important;
}

/* Hide default title/date/sidebar on single vehicle pages (theme-agnostic + Divi specifics) */
body.single-vehicle .entry-title,
body.single-vehicle .post-meta,
body.single-vehicle .et_post_meta_wrapper,
body.single-vehicle .et_pb_title_container,
body.single-vehicle .et_pb_title_featured_container {
  display: none !important;
}

/* Hide sidebar */
body.single-vehicle #sidebar,
body.single-vehicle .sidebar,
body.single-vehicle .et_pb_sidebar {
  display: none !important;
}

/* Make content area full width when sidebar is hidden (Divi defaults) */
body.single-vehicle.et_right_sidebar #left-area,
body.single-vehicle.et_left_sidebar #left-area,
body.single-vehicle #left-area {
  width: 100% !important;
  float: none !important;
}

body.single-vehicle.et_right_sidebar #main-content .container::before,
body.single-vehicle.et_left_sidebar #main-content .container::before {
  display: none !important;
}

/* Gallery arrows */
.w-vehicle-gallery .w-veh-gal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6; /* above images, below modal overlays */
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding: 0;
  color: #fff;
  touch-action: manipulation;
}
.w-vehicle-gallery .w-veh-gal-arrow svg {
  width: 16px;
  height: auto;
  display: block;
}
.w-vehicle-gallery .w-veh-gal-arrow path {
  fill: #fff;
}
.w-vehicle-gallery .w-veh-gal-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}
.w-vehicle-gallery .w-veh-gal-arrow:focus {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}
.w-vehicle-gallery .w-veh-gal-arrow[disabled], .w-vehicle-gallery .w-veh-gal-arrow[aria-disabled=true] {
  opacity: 0.45;
  cursor: not-allowed;
}
.w-vehicle-gallery .w-veh-gal-prev {
  left: 30px;
}
.w-vehicle-gallery .w-veh-gal-next {
  right: 30px;
}

/* Row 2: brand logo before secondary title */
.w-veh-row-desc .w-veh-titleline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0.5rem 0;
}
.w-veh-row-desc .w-veh-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.w-veh-row-desc .w-veh-brand-logo-img {
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}

.w-veh-row-morelinks {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 1980px) {
  .w-veh-row-morelinks {
    max-width: 90% !important;
  }
}
.w-veh-row-morelinks .w-veh-morelinks-head {
  max-width: 1780px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  position: relative;
  width: 100%;
}
.w-veh-row-morelinks .w-veh-morelinks-head h2 {
  margin: 0;
  font-weight: 200;
}
.w-veh-row-morelinks .w-veh-morelinks {
  max-width: 1780px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 768px) {
  .w-veh-row-morelinks .w-veh-morelinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .w-veh-row-morelinks .w-veh-morelinks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card,
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card.is-empty {
  display: block;
  min-height: 140px;
  text-decoration: none;
  color: inherit;
  background: #e3e3e3;
  position: relative;
  aspect-ratio: 2.3;
  transition: all 0.3s ease;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card *,
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card.is-empty * {
  transition: all 0.3s ease;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card.is-empty {
  background: transparent;
  border: 1px solid transparent;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card:hover {
  background: #DF1D20;
  color: #ffffff;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card:hover .w-veh-more-pseudo svg path {
  fill: #fff !important;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card:hover .w-veh-more-title, .w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card:hover .w-veh-more-pseudo {
  color: #ffffff !important;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-pseudo {
  margin-top: 8px;
  color: #000000;
}
.w-veh-row-morelinks .w-veh-morelinks .w-veh-more-pseudo svg {
  width: 12px;
  height: auto;
  margin-left: 5px;
  vertical-align: middle;
}

/* Marke single layout */
.single-marke .et_pb_title_meta_container, .single-marke .et_pb_sidebar, .single-marke .et_post_title .entry-title {
  display: none !important;
}
.single-marke.et_right_sidebar #left-area {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}
.single-marke #left-area {
  margin-right: 0 !important;
}
.single-marke #main-content > .container {
  max-width: 100%;
  padding-top: 0 !important;
}
.single-marke #main-content > .container:before {
  display: none !important;
}
.single-marke #main-content > .container > #content-area > #left-area {
  padding: 0 !important;
}
.single-marke #main-content > .container > #content-area > #sidebar {
  display: none !important;
}

/* Team grid: 4/3/2/1 responsive columns */
.w-team-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .w-team-grid {
    gap: 20px;
  }
}
@media (max-width: 499px) {
  .w-team-grid {
    gap: 40px;
  }
}

@media (min-width: 500px) {
  .w-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 981px) {
  .w-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .w-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.w-teamlist .w-teamlist-section {
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e3e3;
}
.w-teamlist .w-teamlist-section:last-child {
  border-bottom: none;
}
.w-teamlist .w-teamlist-section .w-team-department {
  padding-top: 30px;
  padding-bottom: 50px;
}
.w-teamlist .w-teamlist-section .w-team-department .w-team-department-title {
  font-weight: 300;
  color: #73767A;
}
.w-teamlist .w-teamlist-section .w-team-department .w-team-department-title b, .w-teamlist .w-teamlist-section .w-team-department .w-team-department-title strong {
  font-weight: 400;
  color: #000000;
}

.w-team-member-card {
  border-radius: 0;
  border: 0;
}
.w-team-member-card .w-team-member-photo-wrap {
  aspect-ratio: 4/3;
  background: #e3e3e3;
  overflow: hidden;
}
.w-team-member-card .w-team-member-photo-wrap .w-team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.w-team-member-card .w-team-member-meta .w-team-member-name {
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  padding: 30px 0 20px 0;
}
.w-team-member-card .w-team-member-meta .w-team-member-contacts > a {
  width: 100%;
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding: 10px 0 10px 35px;
  color: #000000;
  position: relative;
}
.w-team-member-card .w-team-member-meta .w-team-member-contacts > a:before {
  content: "" !important;
  background-size: 80% 80%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute !important;
  opacity: 1 !important;
}
.w-team-member-card .w-team-member-meta .w-team-member-contacts > a:hover {
  color: #DF1D20;
}
@media (min-width: 500px) and (max-width: 767px) {
  .w-team-member-card .w-team-member-meta .w-team-member-contacts > a {
    padding: 10px 0 10px 0;
  }
  .w-team-member-card .w-team-member-meta .w-team-member-contacts > a:before {
    content: none !important;
  }
}
.w-team-member-card .w-team-member-meta .w-team-member-contacts * {
  font-size: 0.9rem !important;
  line-height: 1rem !important;
}
.w-team-member-card .w-team-member-meta .w-team-member-contacts .w-team-member-phone:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d='M224.2 89C216.3 70.1 195.7 60.1 176.1 65.4L170.6 66.9C106 84.5 50.8 147.1 66.9 223.3C104 398.3 241.7 536 416.7 573.1C493 589.3 555.5 534 573.1 469.4L574.6 463.9C580 444.2 569.9 423.6 551.1 415.8L453.8 375.3C437.3 368.4 418.2 373.2 406.8 387.1L368.2 434.3C297.9 399.4 241.3 341 208.8 269.3L253 233.3C266.9 222 271.6 202.9 264.8 186.3L224.2 89z'/></svg>");
}
.w-team-member-card .w-team-member-meta .w-team-member-contacts .w-team-member-email:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d='M112 128C85.5 128 64 149.5 64 176C64 191.1 71.1 205.3 83.2 214.4L291.2 370.4C308.3 383.2 331.7 383.2 348.8 370.4L556.8 214.4C568.9 205.3 576 191.1 576 176C576 149.5 554.5 128 528 128L112 128zM64 260L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 260L377.6 408.8C343.5 434.4 296.5 434.4 262.4 408.8L64 260z'/></svg>");
}

/* Team slider uses the same responsive widths; account for flex gap so exactly N slides fit */
.w-team-slider .w-slide {
  width: calc((100% - (var(--spv-mobile, 1) - 1) * 30px) / var(--spv-mobile, 1));
}

@media (min-width: 500px) {
  .w-team-slider .w-slide {
    width: calc((100% - (var(--spv-small, 1) - 1) * 30px) / var(--spv-small, 1));
  }
}
@media (min-width: 981px) {
  .w-team-slider .w-slide {
    width: calc((100% - (var(--spv-tablet, 2) - 1) * 30px) / var(--spv-tablet, 2));
  }
}
@media (min-width: 1200px) {
  .w-team-slider .w-slide {
    width: calc((100% - (var(--spv-desktop, 3) - 1) * 30px) / var(--spv-desktop, 3));
  }
}
/* Team slider layout: gleiche Shell wie Marken-/Fahrzeug-Slider (flex-basierter Track, Pfeile, Bullets) */
.w-team-slider {
  position: relative;
}
.w-team-slider .w-slider-viewport {
  overflow: hidden;
  flex: 1 1 auto;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.w-team-slider .w-slider-viewport .w-slider-track {
  display: flex;
  transition: transform 0.35s ease;
  gap: 30px;
}
.w-team-slider .w-slide {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.w-team-slider .w-slide:first-child {
  padding-left: 0;
}
.w-team-slider .w-slide:last-child {
  padding-right: 0;
}
@media (max-width: 499px) {
  .w-team-slider .w-slide {
    border-left: none;
  }
}
.w-team-slider .w-slider-arrow-wrapper .w-slider-arrow.w-slider-next {
  margin-bottom: 0;
  height: 100%;
}

/*# sourceMappingURL=wipplinger.css.map */
