/* =========================
   DETAILSEITE
========================= */

.pongruber-fahrzeug-single {
    padding: 32px 16px;
}

.pongruber-fahrzeug-single__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pongruber-fahrzeug-detail {
    max-width: 100%;
    margin: 0;
}

.pongruber-fahrzeug-breadcrumbs {
    margin-bottom: 16px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.pongruber-fahrzeug-breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.pongruber-fahrzeug-breadcrumbs a:hover {
    text-decoration: underline;
}

.pongruber-fahrzeug-breadcrumbs__sep {
    margin: 0 8px;
    color: #999;
}

.pongruber-fahrzeug-detail__title-wrap {
    margin-bottom: 20px;
}

.pongruber-fahrzeug-detail__topbar {
    margin-bottom: 16px;
}

.pongruber-back-button {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #555;
}

.pongruber-back-button:hover {
    text-decoration: underline;
}

.pongruber-fahrzeug-detail__badge-wrap {
    margin-bottom: 10px;
}

.pongruber-status-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.pongruber-status-badge--aktiv {
    background: #e7f6ea;
    color: #18794e;
}

.pongruber-status-badge--reserviert {
    background: #fff4e5;
    color: #9a5b00;
}

.pongruber-status-badge--verkauft {
    background: #fdeaea;
    color: #b42318;
}

.pongruber-status-badge--deaktiviert {
    background: #ececec;
    color: #555;
}

.pongruber-fahrzeug-detail__title {
    margin: 0 0 16px;
    line-height: 1.15;
    font-size: clamp(28px, 5vw, 42px);
}

.pongruber-fahrzeug-detail__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.pongruber-fahrzeug-detail__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    min-height: 46px;
}

.pongruber-fahrzeug-detail__button:hover {
    color: #fff;
    text-decoration: none;
}

.pongruber-fahrzeug-detail__button--secondary {
    background: #444;
}

.pongruber-fahrzeug-detail__hero {
    margin-bottom: 22px;
    position: relative;
}

.pongruber-fahrzeug-detail__hero-image-link {
    display: block;
    text-decoration: none;
}

.pongruber-fahrzeug-detail__image {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #f1f1f1;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.pongruber-fahrzeug-detail__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.25s ease;
}

.pongruber-fahrzeug-detail__hero-image-link:hover .pongruber-fahrzeug-detail__image img {
    transform: scale(1.01);
}

.pongruber-fahrzeug-detail__sharebar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

.pongruber-fahrzeug-detail__icon-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    cursor: pointer;
    padding: 0;
}

.pongruber-fahrzeug-detail__icon-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    color: #111;
    text-decoration: none;
}

.pongruber-fahrzeug-detail__icon-button svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pongruber-fahrzeug-detail__meta,
.pongruber-fahrzeug-detail__beschreibung,
.pongruber-fahrzeug-anfrage {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.pongruber-fahrzeug-detail__meta h2,
.pongruber-fahrzeug-detail__beschreibung h2,
.pongruber-fahrzeug-anfrage h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

.pongruber-fahrzeug-detail__meta-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.pongruber-fahrzeug-detail__meta-subtitle {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: 15px;
}

.pongruber-fahrzeug-detail__price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 170px;
}

.pongruber-fahrzeug-detail__price-label {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pongruber-fahrzeug-detail__price-highlight {
    display: inline-block;
    padding: 8px 12px;
    background: #ffe45c;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
}

.pongruber-fahrzeug-detail__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pongruber-fahrzeug-detail__info-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 14px 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 78px;
}

.pongruber-fahrzeug-detail__info-label {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.pongruber-fahrzeug-detail__info-value {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
    word-break: break-word;
}

.pongruber-fahrzeug-detail__contact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.pongruber-fahrzeug-detail__contact-item {
    background: #fffdf2;
    border: 1px solid #f2e4a2;
    border-radius: 14px;
    padding: 14px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
}

.pongruber-fahrzeug-detail__contact-label {
    font-size: 12px;
    font-weight: 700;
    color: #6f6500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pongruber-fahrzeug-detail__contact-value {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
}

.pongruber-fahrzeug-detail__contact-link {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.pongruber-fahrzeug-detail__contact-link:hover {
    text-decoration: underline;
}

.pongruber-fahrzeug-detail__beschreibung p {
    margin: 0;
    line-height: 1.65;
}

.pongruber-fahrzeug-detail__section-head {
    margin-bottom: 14px;
}

.pongruber-fahrzeug-detail__section-head h2 {
    margin: 0 0 4px;
}

.pongruber-fahrzeug-detail__section-head p {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: 15px;
}

.pongruber-fahrzeug-detail__gallery-wrap {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.pongruber-fahrzeug-detail__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 0;
}

.pongruber-fahrzeug-detail__gallery-item {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    background: #e9e9e9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.pongruber-fahrzeug-detail__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.pongruber-fahrzeug-detail__gallery-item:hover img {
    transform: scale(1.04);
}

.pongruber-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.92);
    padding: 24px;
}

.pongruber-lightbox.is-open {
    display: flex;
}

.pongruber-lightbox__inner {
    position: relative;
    max-width: 1200px;
    max-height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pongruber-lightbox__image {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    background: #fff;
}

.pongruber-lightbox__close,
.pongruber-lightbox__nav {
    position: fixed;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 100000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.pongruber-lightbox__close {
    top: 16px;
    right: 16px;
}

.pongruber-lightbox__nav--prev {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.pongruber-lightbox__nav--next {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

body.pongruber-lightbox-open {
    overflow: hidden;
}


/* =========================
   ARCHIVSEITE
========================= */

.pongruber-fahrzeug-archiv {
    max-width: 1360px;
    margin: 0 auto;
    padding: 36px 16px 52px;
}

.pongruber-fahrzeug-archiv__inner h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.08;
}

.pongruber-fahrzeug-archiv__header {
    margin-bottom: 22px;
}

.pongruber-fahrzeug-archiv__intro {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.pongruber-fahrzeug-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 28px;
    align-items: start;
}

.pongruber-fahrzeug-layout__main,
.pongruber-fahrzeug-layout__sidebar {
    min-width: 0;
}

.pongruber-marken-box {
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 20px;
    margin-bottom: 18px;
}

.pongruber-marken-box h2 {
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.2;
}

.pongruber-marken-liste {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pongruber-marken-liste li + li {
    margin-top: 8px;
}

.pongruber-marken-liste__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #111;
    background: #f8f8f8;
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.pongruber-marken-liste__link:hover,
.pongruber-marken-liste__link.is-active {
    background: #ffe45c;
    transform: translateY(-1px);
}

.pongruber-fahrzeug-results-head {
    margin-bottom: 18px;
}

.pongruber-fahrzeug-results-count {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.pongruber-fahrzeug-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pongruber-fahrzeug-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pongruber-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fff7cc;
    border: 1px solid #f0dd73;
    border-radius: 999px;
    text-decoration: none;
    color: #111;
    font-size: 13px;
    line-height: 1;
    transition: all 0.15s ease;
}

.pongruber-filter-tag:hover {
    background: #ffe45c;
    color: #111;
    text-decoration: none;
}

.pongruber-filter-tag__label {
    font-weight: 600;
}

.pongruber-filter-tag__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.pongruber-fahrzeug-tags-actions {
    display: flex;
    align-items: center;
}

.pongruber-filter-reset-all {
    font-size: 13px;
    font-weight: 700;
    color: #555;
    text-decoration: none;
}

.pongruber-filter-reset-all:hover {
    color: #111;
    text-decoration: underline;
}

.pongruber-fahrzeug-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pongruber-fahrzeug-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pongruber-fahrzeug-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.09);
}

.pongruber-fahrzeug-card__image-link {
    text-decoration: none;
}

.pongruber-fahrzeug-card__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #efefef;
}

.pongruber-fahrzeug-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.pongruber-fahrzeug-card:hover .pongruber-fahrzeug-card__image img {
    transform: scale(1.04);
}

.pongruber-fahrzeug-card__no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    color: #666;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.pongruber-image-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-block;
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.pongruber-image-badge--reserviert {
    background: #f59e0b;
}

.pongruber-image-badge--verkauft {
    background: #dc2626;
}

.pongruber-image-badge--neu {
    background: #16a34a;
}

.pongruber-fahrzeug-card__content {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pongruber-fahrzeug-card__subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.pongruber-fahrzeug-card__title {
    font-size: 22px;
    margin: 0 0 12px;
    line-height: 1.22;
}

.pongruber-fahrzeug-card__title a {
    color: inherit;
    text-decoration: none;
}

.pongruber-fahrzeug-card__title a:hover {
    text-decoration: underline;
}

.pongruber-fahrzeug-card__price {
    margin-bottom: 14px;
}

.pongruber-fahrzeug-card__price-highlight {
    display: inline-block;
    padding: 7px 11px;
    background: #ffe45c;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.pongruber-fahrzeug-card__facts {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    gap: 8px;
}

.pongruber-fahrzeug-card__facts li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
}

.pongruber-fahrzeug-card__facts strong {
    color: #444;
    font-weight: 600;
}

.pongruber-fahrzeug-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    margin-top: auto;
    font-weight: 700;
    transition: transform 0.18s ease, opacity 0.18s ease;
    min-height: 46px;
}

.pongruber-fahrzeug-card__button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    opacity: 0.96;
}


/* =========================
   FILTER
========================= */

.pongruber-fahrzeug-filter {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.pongruber-fahrzeug-filter__top {
    margin-bottom: 16px;
}

.pongruber-fahrzeug-filter__title {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.2;
}

.pongruber-fahrzeug-filter__text {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: 15px;
}

.pongruber-fahrzeug-filter__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: end;
}

.pongruber-fahrzeug-filter__field label {
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    color: #222;
    font-size: 14px;
}

.pongruber-fahrzeug-filter__field select,
.pongruber-fahrzeug-filter__field input[type="text"] {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pongruber-fahrzeug-filter__field select:focus,
.pongruber-fahrzeug-filter__field input[type="text"]:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.pongruber-fahrzeug-filter__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pongruber-fahrzeug-filter__button,
.pongruber-fahrzeug-filter__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}

.pongruber-fahrzeug-filter__button {
    background: #111;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.pongruber-fahrzeug-filter__button:hover {
    color: #fff;
}

.pongruber-fahrzeug-filter__reset {
    background: #ececec;
    color: #111;
}

.pongruber-fahrzeug-no-results {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.pongruber-fahrzeug-no-results h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.pongruber-fahrzeug-no-results p {
    margin-bottom: 18px;
    color: #555;
    line-height: 1.6;
}


/* =========================
   PAGINATION
========================= */

.pongruber-fahrzeug-pagination {
    margin-top: 28px;
}

.pongruber-fahrzeug-pagination ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.pongruber-fahrzeug-pagination li {
    margin: 0;
}

.pongruber-fahrzeug-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 8px 11px;
    background: #f3f3f3;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.pongruber-fahrzeug-pagination .page-numbers:hover {
    background: #e8e8e8;
}

.pongruber-fahrzeug-pagination .current {
    background: #111;
    color: #fff;
}


/* =========================
   WPFORMS IM FAHRZEUG
========================= */

.pongruber-fahrzeug-anfrage .wpforms-container {
    margin-bottom: 0;
}

.pongruber-fahrzeug-anfrage .wpforms-field {
    margin-bottom: 16px;
}

.pongruber-fahrzeug-anfrage .wpforms-field input,
.pongruber-fahrzeug-anfrage .wpforms-field textarea,
.pongruber-fahrzeug-anfrage .wpforms-field select {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
}


/* =========================
   STICKY ANFRAGE-BUTTON
========================= */

.pongruber-sticky-anfrage-button {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    display: inline-block;
    padding: 14px 18px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.pongruber-sticky-anfrage-button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}


/* =========================
   PRINT
========================= */

@media print {
    .pongruber-sticky-anfrage-button,
    .pongruber-fahrzeug-detail__actions,
    .pongruber-fahrzeug-detail__sharebar,
    .pongruber-back-button,
    .pongruber-lightbox {
        display: none !important;
    }

    .pongruber-fahrzeug-single {
        padding: 0;
    }

    .pongruber-fahrzeug-detail__meta,
    .pongruber-fahrzeug-detail__beschreibung,
    .pongruber-fahrzeug-anfrage,
    .pongruber-fahrzeug-detail__gallery-wrap,
    .pongruber-fahrzeug-detail__contact-strip {
        background: #fff;
        box-shadow: none;
    }
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
    .pongruber-fahrzeug-layout {
        grid-template-columns: 1fr;
    }

    .pongruber-fahrzeug-layout__sidebar {
        order: 2;
    }

    .pongruber-marken-box {
        position: static;
    }
}

@media (max-width: 900px) {
    .pongruber-fahrzeug-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pongruber-fahrzeug-filter__grid {
        grid-template-columns: 1fr;
    }

    .pongruber-fahrzeug-tags-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .pongruber-fahrzeug-detail__meta-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .pongruber-fahrzeug-detail__price-box {
        align-items: flex-start;
    }

    .pongruber-fahrzeug-detail__contact-strip {
        grid-template-columns: 1fr;
    }

    .pongruber-fahrzeug-detail__gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pongruber-lightbox__nav--prev {
        left: 10px;
    }

    .pongruber-lightbox__nav--next {
        right: 10px;
    }
}

@media (max-width: 640px) {
    .pongruber-fahrzeug-single {
        padding: 22px 12px 34px;
    }

    .pongruber-fahrzeug-archiv {
        padding: 26px 12px 40px;
    }

    .pongruber-fahrzeug-breadcrumbs {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .pongruber-fahrzeug-detail__title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .pongruber-fahrzeug-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pongruber-fahrzeug-card {
        border-radius: 16px;
    }

    .pongruber-fahrzeug-card__image {
        aspect-ratio: 16 / 10;
    }

    .pongruber-fahrzeug-card__content {
        padding: 14px;
    }

    .pongruber-fahrzeug-card__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pongruber-fahrzeug-card__price {
        margin-bottom: 12px;
    }

    .pongruber-fahrzeug-card__price-highlight {
        font-size: 20px;
        padding: 6px 10px;
    }

    .pongruber-fahrzeug-card__facts {
        gap: 6px;
        margin-bottom: 14px;
    }

    .pongruber-fahrzeug-card__facts li {
        font-size: 13px;
        padding-bottom: 6px;
    }

    .pongruber-fahrzeug-card__button {
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
    }

    .pongruber-fahrzeug-detail__actions {
        flex-direction: column;
        gap: 8px;
    }

    .pongruber-fahrzeug-detail__button {
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
    }

    .pongruber-fahrzeug-detail__sharebar {
        justify-content: flex-start;
    }

    .pongruber-fahrzeug-detail__icon-button {
        width: 40px;
        height: 40px;
    }

    .pongruber-fahrzeug-detail__meta,
    .pongruber-fahrzeug-detail__beschreibung,
    .pongruber-fahrzeug-anfrage,
    .pongruber-fahrzeug-detail__gallery-wrap {
        padding: 16px;
        border-radius: 14px;
        margin-bottom: 16px;
    }

    .pongruber-fahrzeug-detail__info-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pongruber-fahrzeug-detail__info-card {
        min-height: auto;
        padding: 12px 13px;
    }

    .pongruber-fahrzeug-detail__info-value {
        font-size: 16px;
    }

    .pongruber-fahrzeug-detail__contact-strip {
        gap: 10px;
        margin-bottom: 16px;
    }

    .pongruber-fahrzeug-detail__contact-item {
        padding: 12px 13px;
    }

    .pongruber-fahrzeug-detail__contact-value,
    .pongruber-fahrzeug-detail__contact-link {
        font-size: 16px;
    }

    .pongruber-fahrzeug-detail__gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .pongruber-fahrzeug-detail__gallery-item {
        border-radius: 8px;
    }

    .pongruber-fahrzeug-filter {
        padding: 16px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .pongruber-fahrzeug-filter__title {
        font-size: 20px;
    }

    .pongruber-fahrzeug-filter__text {
        font-size: 14px;
    }

    .pongruber-fahrzeug-filter__actions {
        flex-direction: column;
    }

    .pongruber-fahrzeug-filter__button,
    .pongruber-fahrzeug-filter__reset {
        width: 100%;
    }

    .pongruber-marken-box {
        padding: 14px;
        border-radius: 14px;
    }

    .pongruber-sticky-anfrage-button {
        right: 12px;
        left: 12px;
        bottom: 12px;
        text-align: center;
        border-radius: 12px;
        padding: 13px 16px;
    }

    .pongruber-filter-tag {
        max-width: 100%;
    }

    .pongruber-lightbox {
        padding: 12px;
    }

    .pongruber-lightbox__close,
    .pongruber-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .pongruber-lightbox__close {
        top: 10px;
        right: 10px;
    }

    .pongruber-lightbox__nav--prev {
        left: 8px;
    }

    .pongruber-lightbox__nav--next {
        right: 8px;
    }
}

@media (max-width: 420px) {
    .pongruber-fahrzeug-single {
        padding: 18px 10px 30px;
    }

    .pongruber-fahrzeug-archiv {
        padding: 22px 10px 36px;
    }

    .pongruber-fahrzeug-detail__title {
        font-size: 25px;
    }

    .pongruber-fahrzeug-card__title {
        font-size: 19px;
    }

    .pongruber-fahrzeug-card__facts li {
        font-size: 12px;
    }

    .pongruber-fahrzeug-detail__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pongruber-fahrzeug-detail__price-highlight {
        font-size: 23px;
    }
}
/* =========================
   BREITERES LAYOUT FÜR FAHRZEUGE
========================= */

.post-type-archive-fahrzeug .wf-wrap,
.single-fahrzeug .wf-wrap {
    max-width: 1600px;
    width: 95%;
}

/* =========================
   FIX BUTTON MOBILE
========================= */

@media (max-width: 640px) {
    .pongruber-fahrzeug-card__button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 14px;
    }

    .pongruber-fahrzeug-card__content {
        padding: 14px;
    }
}
/* =========================
   BESCHREIBUNG MOBIL EINKLAPPBAR
========================= */

.pongruber-fahrzeug-detail__beschreibung-toggle {
    display: none;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 640px) {
    .pongruber-fahrzeug-detail__beschreibung-content.is-collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pongruber-fahrzeug-detail__beschreibung-toggle {
        display: inline-block;
    }
}
/* =========================
   BESCHREIBUNG MOBIL EINKLAPPBAR + VERLAUF
========================= */

.pongruber-fahrzeug-detail__beschreibung-content {
    position: relative;
}

.pongruber-fahrzeug-detail__beschreibung-toggle {
    display: none;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

/* Mobile Verhalten */
@media (max-width: 640px) {

    /* Eingeklappt */
    .pongruber-fahrzeug-detail__beschreibung-content.is-collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 10.2em;
    }

    /* Verlauf unten */
    .pongruber-fahrzeug-detail__beschreibung-content.is-collapsed::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3.8em;
        pointer-events: none;
        background: linear-gradient(
            to bottom,
            rgba(247, 247, 247, 0) 0%,
            rgba(247, 247, 247, 0.75) 45%,
            rgba(247, 247, 247, 1) 100%
        );
    }

    /* Wenn geöffnet → Verlauf weg */
    .pongruber-fahrzeug-detail__beschreibung-content.is-expanded::after {
        display: none;
    }

    /* Button sichtbar */
    .pongruber-fahrzeug-detail__beschreibung-toggle {
        display: inline-block;
    }
}
/* =========================
   BESCHREIBUNG MOBIL EINKLAPPBAR + VERLAUF + FEINSCHLIFF
========================= */

.pongruber-fahrzeug-detail__beschreibung-content {
    position: relative;
}

.pongruber-fahrzeug-detail__beschreibung-content p {
    margin: 0 0 14px;
    line-height: 1.75;
}

.pongruber-fahrzeug-detail__beschreibung-content p:last-child {
    margin-bottom: 0;
}

.pongruber-fahrzeug-detail__beschreibung-content strong,
.pongruber-fahrzeug-detail__beschreibung-content b {
    font-weight: 700;
    color: #111;
}

.pongruber-fahrzeug-detail__beschreibung-toggle {
    display: none;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 640px) {
    .pongruber-fahrzeug-detail__beschreibung-content.is-collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 10.2em;
    }

    .pongruber-fahrzeug-detail__beschreibung-content.is-collapsed::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3.8em;
        pointer-events: none;
        background: linear-gradient(
            to bottom,
            rgba(247, 247, 247, 0) 0%,
            rgba(247, 247, 247, 0.75) 45%,
            rgba(247, 247, 247, 1) 100%
        );
    }

    .pongruber-fahrzeug-detail__beschreibung-content.is-expanded::after {
        display: none;
    }

    .pongruber-fahrzeug-detail__beschreibung-toggle {
        display: inline-block;
    }

    .pongruber-fahrzeug-detail__beschreibung-content p {
        margin: 0 0 12px;
        line-height: 1.7;
    }
}