/* Startseite: Verfuegbarkeits-Suche im Hero – Look der .booking-box (Creme, Gilda/Barlow, Gold #aa8453) */
.hero-search-box {
    max-width: 1040px;
    margin: 0 auto;
    background: #f8f5f0;
    padding: 22px 25px 25px;
    text-align: left;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.hero-search-box .hero-search-head {
    display: flex;
    align-items: baseline;
    gap: 18px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(170, 132, 83, 0.2);
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.hero-search-box .hero-search-head h4 {
    font-family: "Gilda Display", serif;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin: 0;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
}

.hero-search-box .hero-search-head h6 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}

.hero-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-search .hero-field {
    flex: 1 1 150px;
    min-width: 0;
}

.hero-search .hero-field.is-small {
    flex: 0 0 100px;
}

.hero-search label {
    display: block;
    white-space: nowrap;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aa8453;
    margin-bottom: 6px;
}

.hero-search .input1_inner input,
.hero-search .input1_inner select {
    display: block;
    width: 100%;
    height: 56px;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #222;
    padding: 0 34px 0 14px;
    background: #fff;
    border: 1px solid #ebe4d8;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.hero-search .input1_inner input:focus,
.hero-search .input1_inner select:focus {
    outline: none;
    border-color: #aa8453;
}

.hero-search .input1_inner:after {
    top: 21px;
    right: 16px;
}

/* Nativer Datums-Picker: Klick auf das ganze Feld oeffnet den Kalender, eigenes Icon bleibt sichtbar */
.hero-search input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hero-search .input1_inner.is-select:after {
    content: "\e64b";
}

.hero-search .hero-submit {
    flex: 1 1 100%;
    align-self: flex-end;
}

.hero-search .hero-submit .btn-form1-submit {
    line-height: 56px;
    white-space: nowrap;
    padding: 0 22px;
}

@media (min-width: 992px) {
    .hero-search {
        flex-wrap: nowrap;
    }

    .hero-search .hero-submit {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .hero-search-box {
        margin-top: 20px;
        padding: 16px 16px 18px;
    }

    .hero-search-box .hero-search-head {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .hero-search-box .hero-search-head h4 {
        font-size: 20px;
    }

    .hero-search-box .hero-search-head h6 {
        display: none;
    }

    .hero-search {
        gap: 8px;
    }

    .hero-search .hero-field,
    .hero-search .hero-field.is-small {
        flex: 1 1 calc(50% - 4px);
    }

    .hero-search .hero-field.is-small {
        flex: 1 1 calc(33.333% - 6px);
    }

    .hero-search .input1_inner input,
    .hero-search .input1_inner select {
        height: 48px;
        font-size: 14px;
        padding-left: 12px;
    }

    .hero-search .input1_inner:after {
        top: 17px;
    }

    .hero-search .hero-submit .btn-form1-submit {
        line-height: 48px;
    }
}
