.hu-suche {
    max-width: 760px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    font-family: inherit;
    text-align: center;
}
.hu-suche__title {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 800;
    letter-spacing: 1px;
    color: #2e7d32;
    margin: 8px 0 24px;
}
.hu-suche__input {
    width: 100%;
    box-sizing: border-box;
    font-size: clamp(18px, 3vw, 24px);
    padding: 18px 22px;
    border: 3px solid #2e7d32;
    border-radius: 14px;
    outline: none;
    transition: box-shadow .15s ease;
}
.hu-suche__input:focus {
    box-shadow: 0 0 0 4px rgba(46, 125, 50, .18);
}
.hu-suche__results {
    margin-top: 22px;
    text-align: left;
}
.hu-suche__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hu-suche__item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}
.hu-suche__item a {
    display: block;
    padding: 16px 18px;
    font-size: 19px;
    font-weight: 600;
    color: #1b5e20;
    text-decoration: none;
}
.hu-suche__item a:hover {
    background: #eef7ee;
    border-radius: 10px;
}
.hu-suche__item--soon {
    padding: 16px 18px;
    font-size: 19px;
    color: #777;
    background: #f5f5f5;
}
.hu-suche__soon {
    font-size: 15px;
    font-style: italic;
}
.hu-suche__nf {
    border: 1px solid #cfe8cf;
    background: #f3faf3;
    border-radius: 12px;
    padding: 22px;
    text-align: center;
}
.hu-suche__nf p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 18px;
}
.hu-suche__wa {
    display: inline-block;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 50px;
}
.hu-suche__wa:hover {
    background: #1ebe5b;
}
