/* Suchfeld */
.suche-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.suche-form input[type="search"] {
    width: 180px;
    height: 36px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.suche-lupe {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}

.suche-lupe:hover {
    opacity: .7;
}

/* Ergebnisse */
.suchergebnisse {
    margin-top: 25px;
}

.suchergebnis {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.suchergebnis h2 {
    margin-bottom: 8px;
}

.suchergebnis h2 a {
    text-decoration: none;
}

.suchergebnis h2 a:hover {
    text-decoration: underline;
}

.suchergebnis-themen {
    margin-bottom: 8px;
    font-size: .9em;
    opacity: .75;
}

.suchergebnis-text {
    margin: 10px 0;
    line-height: 1.6;
}

.suchergebnis-description {
    margin: 8px 0;
}

.suchergebnis-link {
    display: inline-block;
    margin-top: 8px;
}

.keine-ergebnisse {
    margin-top: 25px;
}
