.site-header + .search-container {
    margin-top: 0;
    padding-top: calc(80px + 1.5rem);
}

.search-container {
    max-width: 800px;
    margin: 6rem auto 2rem auto;
    padding: 2rem;
}

.search-box {
    margin-bottom: 2rem;
}

.search-input {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}

.search-input:focus {
    outline: none;
    border-color: #c41e3a;
}

.search-results-info {
    margin-bottom: 1.5rem;
    color: #666;
}

.search-result {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s;
}

.search-result:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.result-type {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.type-einsatz { background: #ffebee; color: #c62828; }
.type-artikel { background: #e3f2fd; color: #1565c0; }
.type-termin { background: #f3e5f5; color: #6a1b9a; }

.result-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333;
}

.result-date {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.result-description {
    color: #555;
    line-height: 1.6;
}

.result-link {
    display: inline-block;
    margin-top: 0.75rem;
    color: #c41e3a;
    text-decoration: none;
    font-weight: bold;
}

.result-link:hover {
    text-decoration: underline;
}

.no-results {
    text-align: center;
    padding: 3rem;
    color: #777;
}

.search-button {
    padding: 1rem 2rem;
    background: #c41e3a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 0.5rem;
}

.search-button:hover {
    background: #a01729;
}
