.search-header {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: .8rem;
    margin-bottom: 2rem;
}

.search-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
}

.search-title i {
    font-size: 1.6rem;
    margin-right: .6rem;
    opacity: .85;
    color: #0066a1;
}

.search-term {
    color: #0066a1;
    font-weight: 700;
}

/* Ergebnisboxen */
.search-result {
    background: #f5f7fa;
    border: 1px solid #d8dee4;
    border-left: 3px solid #0066a1;   /* dünne Aidhausen-Linie links */
    border-radius: 0;
    padding: 1.5rem 1.5rem 1.5rem 1.25rem;
    transition: transform .15s ease, box-shadow .15s ease;
}

.search-result:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Titel */
.search-link {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0066a1;
    text-decoration: none;
}

.search-link:hover {
    color: #004d78;
    text-decoration: underline;
}

.search-link i {
    color: #0066a1;
    opacity: .85;
    margin-right: .4rem;
}

/* Textauszug */
.search-snippet {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-top: .75rem;
}

/* Hervorhebung */
.search-snippet mark {
    background: #ffe066;
    padding: 2px 4px;
    border-radius: 4px;
}

/* Button in Aidhausen-Rot */
.search-button {
    display: inline-block;
    margin-top: 1rem;
    padding: .45rem .9rem;
    background: #b30000;      /* Aidhausen Rot */
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: background .15s ease;
}

.search-button:hover {
    background: #8a0000;      /* dunkleres Rot */
    color: #fff;
    text-decoration: none;
}

.search-breadcrumb {
    font-size: .85rem;
    color: #666;
    margin-bottom: .35rem;
    letter-spacing: .2px;
}

.search-breadcrumb-divider {
    height: 1px;
    background: #d0d0d0;
    margin: 6px 0 10px 0;
}

.search-breadcrumb span {
    margin-right: .25rem;
}

.search-breadcrumb i {
    font-size: .7rem;
    margin: 0 .25rem;
    opacity: .6;
}
