@charset "utf-8";

/* Allgemeine Komponenten */
.card,
.btn,
.form-control,
.list-group-item {
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Top-Feature Badge */
.top-feature-badge {
    position: absolute;
    top: 10px;
    z-index: 10;
    background: #ffc107;
    color: #000;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.8rem;
}

/* Card-Bilder regel */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Sidebar Sticky ab Desktop */
@media (min-width: 992px) {
    #filterSidebar {
        position: sticky;
        top: 1rem;
    }
}
/* ======================================
   GLOBAL: KEINE RUNDEN ECKEN
====================================== */
* {
    border-radius: 0 !important;
}
/* =========================================================
   BREADCRUMBS – dezent & kompakt
========================================================= */

.breadcrumb {
    font-size: 0.85rem;       /* kleiner */
    padding: 0;
    margin-bottom: 0.75rem;
    background: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #aaa;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #999;
    font-weight: 400;         /* NICHT fett */
}
/* DEBUG / ERZWINGEN */
nav.breadcrumb,
.breadcrumb,
.breadcrumb * {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}
/* ===== Mobile Filter: Abstand fix ===== */

/* Kein Abstand zwischen Footer und erstem Filter */
.offcanvas .filter-scroll {
    padding-top: 0 !important;
}

/* Erster Filterblock darf keinen margin-top haben */
.offcanvas .filter-scroll > .mb-3:first-child {
    margin-top: 0 !important;
}

/* Footer bleibt fix sichtbar */
.filter-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 20;
}
/* Map darf keine Klicks blockieren */
.leaflet-container {
    pointer-events: none;
}
