/* =========================================================
   VN-BIKER – Seiten-CSS bereinigt
   Nur Layout, Abstände, Grids, Größen und echte Seitensonderfälle.
   Grunddesign, Farben, Hintergrund, Hover, Karten, Chips, Buttons und Inputs: globale.css.
   ========================================================= */

.suche-main {
    padding-top: 18px;
    padding-bottom: 34px;
overflow-x: clip;
}

.suche-container {
    max-width: 1140px;
    min-width: 0;
}

.suche-seiten-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.suche-box {
    margin-bottom: 0;
overflow: hidden;
    min-width: 0;
}

.suche-box--filter {
    padding: 15px;
}

.suche-box--bereiche {
    padding: 15px 15px 16px;
}

.suche-kopf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    min-width: 0;
}

.suche-titel {
    margin: 0;
    min-width: 0;
    font-size: var(--vn-font-lg);
    font-weight: 800;
    line-height: 1.18;
letter-spacing: 0.01em;
}

.suche-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.suche-bereich-karten-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.suche-bereich-karten-wrap::-webkit-scrollbar {
    height: 6px;
}.suche-bereich-karten {
    display: flex;
    gap: 12px;
    min-width: max-content;
}

.suche-bereich-karte {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 152px;
    min-width: 152px;
    min-height: 116px;
    padding: 14px 14px 13px;
}

.suche-bereich-karte::before {
    content: "";
    position: absolute;
    inset: 0;
pointer-events: none;
opacity: .65;
}.suche-bereich-karte-icon,
.suche-bereich-karte-label,
.suche-bereich-karte-wert {
    position: relative;
    z-index: 1;
}

.suche-bereich-karte-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
margin-bottom: 10px;
}

.suche-bereich-karte-label {
    display: block;
    margin-top: auto;
    font-size: var(--vn-font-xs);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
line-height: 1.15;
}

.suche-bereich-karte-wert {
    display: block;
    margin-top: 6px;
    font-size: var(--vn-font-2xl);
    line-height: 1;
    font-weight: 800;
letter-spacing: -0.03em;
}

.suche-bubble-block {
    padding: 14px 14px 13px;
min-width: 0;
}

.suche-chip-titel {
    margin-bottom: 9px;
    font-size: var(--vn-font-xs);
    font-weight: 800;
text-transform: uppercase;
    letter-spacing: 0.08em;
}

.suche-chip-reihe {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.suche-chip-reihe::-webkit-scrollbar {
    height: 6px;
}.suche-chip-reihe--second {
    margin-top: 8px;
}

.suche-chip {
    display: inline-flex;
    flex: 0 0 auto;
user-select: none;
}

.suche-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    font-size: var(--vn-font-sm);
    font-weight: 700;
    white-space: nowrap;
}

.suche-chip span i {
    margin-right: 8px;
    font-size: 0.92em;
    opacity: 0.92;
}

.suche-chip span strong {
    margin-left: 8px;
    font-weight: 800;
}.suche-inline-form {
    margin-top: 0;
    min-width: 0;
}

.suche-textfeld {
    width: 100%;
    min-height: 46px;
    padding: 0 15px;
}.suche-box-kopf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 16px 11px;
min-width: 0;
}

.suche-box-titelgruppe {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.suche-box-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.suche-box-kopf h2 {
    margin: 0;
    font-size: var(--vn-font-lg);
font-weight: 800;
    line-height: 1.15;
}

.suche-box-kopf span {
    font-size: var(--vn-font-sm);
}

.suche-trefferliste {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
}

.suche-trefferkarte {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    padding: 13px 14px;
}

.suche-trefferbild {
    width: 62px;
    height: 62px;
    min-width: 62px;
overflow: hidden;
display: flex;
    align-items: center;
    justify-content: center;
}

.suche-trefferbild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.suche-trefferinhalt {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.suche-trefferkopfzeile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.suche-treffertitel {
font-size: var(--vn-font-md);
    line-height: 1.22;
    font-weight: 800;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suche-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    font-size: var(--vn-font-xs);
    font-weight: 800;
    white-space: nowrap;
}

.suche-trefferinfo {
    display: flex;
    align-items: flex-start;
    gap: 8px;
font-size: var(--vn-font-sm);
    line-height: 1.46;
    min-width: 0;
}

.suche-trefferinfo i {
    width: 14px;
    min-width: 14px;
    margin-top: 2px;
text-align: center;
}

.suche-treffer-art {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.suche-trefferbild .suche-treffer-art {
    width: 100%;
    height: 100%;
    min-width: 0;
}

.suche-trefferbild .suche-treffer-art i {
    font-size: var(--vn-font-lg);
}

.suche-leer--mit-icon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
}

.suche-leer-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.suche-leer-title {
font-size: var(--vn-font-md);
    font-weight: 800;
    line-height: 1.25;
}

.suche-leer-text {
    margin-top: 3px;
font-size: var(--vn-font-sm);
    line-height: 1.5;
}

@media (max-width: 700px) {
    .suche-main {
        padding-top: 14px;
        padding-bottom: 26px;
    }

    .suche-container {
        max-width: 100%;
    }.suche-box--filter,
    .suche-box--bereiche {
        padding: 12px;
    }

    .suche-bubble-block {
        padding: 11px;
}

    .suche-bereich-karten {
        gap: 10px;
    }

    .suche-bereich-karte {
        width: 136px;
        min-width: 136px;
        min-height: 106px;
        padding: 12px;
}

    .suche-bereich-karte-icon {
        width: 34px;
        height: 34px;
margin-bottom: 8px;
    }

    .suche-bereich-karte-label {
        font-size: var(--vn-font-xs);
    }

    .suche-bereich-karte-wert {
        font-size: var(--vn-font-2xl);
    }

    .suche-chip span {
        min-height: 33px;
        padding: 0 13px;
        font-size: var(--vn-font-sm);
    }

    .suche-trefferkarte {
        align-items: flex-start;
        padding: 11px 12px;
    }

    .suche-trefferbild {
        width: 52px;
        height: 52px;
        min-width: 52px;
}

    .suche-treffertitel {
        font-size: var(--vn-font-md);
    }

    .suche-trefferinfo {
        font-size: var(--vn-font-sm);
    }

    .suche-treffer-art {
        margin-top: 4px;
    }
}

/* Suche: Biker-Treffer als globale Profilkarten */
.suche-trefferliste--profilkarten {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.suche-trefferliste--profilkarten .vn-profilkarte {
    min-width: 0;
    width: 100%;
}

.suche-trefferliste--profilkarten .vn-profilkarte__bildrahmen {
    aspect-ratio: 1 / 0.82;
}

@media (max-width: 720px) {
    .suche-trefferliste--profilkarten {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 420px) {
    .suche-trefferliste--profilkarten {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   SUCHE – Global-Glass-Verdrahtung
   Suche nutzt Inhaltsglas, Content-Cards und globale Rails.
   Seiten-CSS bleibt bei Layout, Abständen und Größen.
   ========================================================= */

.suche-page .suche-box.vn-glass-content {
    padding: 15px;
}

.suche-page .suche-box--bereiche.vn-glass-content {
    padding: 15px 15px 16px;
}

.suche-page .suche-bereich-karten-wrap,
.suche-page .suche-chip-reihe,
.suche-page .suche-verwandt-viewport {
    scrollbar-width: thin;
    scrollbar-color: rgba(255,212,90,.28) transparent;
}

.suche-page .suche-bereich-karten,
.suche-page .suche-verwandt-track {
    align-items: stretch;
}

.suche-page .suche-bereich-karte,
.suche-page .suche-trefferkarte,
.suche-page .suche-verwandt-card,
.suche-page .suche-profilkarten-wrap,
.suche-page .suche-bikekarten-wrap,
.suche-page .suche-galeriekarten-wrap {
    border-radius: var(--vn-radius-md, 16px);
}

.suche-page .suche-mini-badge,
.suche-page .suche-chip-titel {
    font-size: .62rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.suche-page .suche-treffertitel,
.suche-page .suche-bereich-karte-label,
.suche-page .suche-bereich-karte-wert {
    color: var(--vn-text, #fff);
}

.suche-page .suche-trefferinfo,
.suche-page .suche-leer-text,
.suche-page .suche-box-kopf span {
    color: var(--vn-text-muted, rgba(255,255,255,.64));
}

.suche-page .suche-trefferbild {
    border-radius: var(--vn-radius-md, 16px);
    background: rgba(0,0,0,.22);
}

.suche-page .suche-leer--mit-icon {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--vn-radius-md, 16px);
    background:
        linear-gradient(135deg, rgba(255,255,255,.080), rgba(255,255,255,.024)),
        rgba(4,7,11,.62);
    box-shadow:
        0 10px 24px rgba(0,0,0,.20),
        inset 0 1px 0 rgba(255,255,255,.065);
}

@media (hover: hover) and (pointer: fine) {
    .suche-page .suche-bereich-karte:hover,
    .suche-page .suche-trefferkarte:hover,
    .suche-page .suche-verwandt-card:hover,
    .suche-page .suche-profilkarten-wrap:hover,
    .suche-page .suche-bikekarten-wrap:hover,
    .suche-page .suche-galeriekarten-wrap:hover {
        transform: none;
        filter: none;
        border-color: rgba(255,255,255,.16);
        box-shadow:
            0 12px 28px rgba(0,0,0,.22),
            inset 0 1px 0 rgba(255,255,255,.08);
    }
}
