/*
 * Nokri setzt auf der Suchseite dasselbe Foto wie auf der Startseite direkt
 * als Inline-Hintergrund. Der dort fehlende Verlauf wird hier nachgebildet.
 */
body.cgh-unified-header #menu-1 {
    background-image:
        linear-gradient(to right, rgba(0, 40, 70, .60), rgba(0, 0, 0, .60)),
        url("https://360gradgesundheit.de/wp-content/uploads/2025/08/Fotolia_95792793_XL.webp") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#job-alert-subscribtion .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 22px 55px rgba(13, 31, 58, .24);
}

#job-alert-subscribtion .modal-header {
    padding: 20px 22px;
    background: #172b4d;
}

#job-alert-subscribtion .modal-title,
#job-alert-subscribtion .btn-close {
    color: #fff;
}

#job-alert-subscribtion .modal-body {
    padding: 22px;
}

.cgh-alert-assistant {
    display: flex;
    gap: 13px;
    margin: 0 0 20px;
    padding: 14px 15px;
    border: 1px solid #cddaf1;
    border-left: 4px solid #254281;
    border-radius: 7px;
    color: #172b4d;
    background: #f4f7fd;
}

.cgh-alert-icon {
    flex: 0 0 auto;
    font-size: 23px;
    line-height: 1;
}

.cgh-alert-assistant strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
}

.cgh-alert-assistant p {
    margin: 0;
    color: #526071;
    font-size: 13px;
    line-height: 1.45;
}

.cgh-alert-assistant .cgh-alert-selection {
    margin-top: 7px;
    font-weight: 700;
}

.cgh-alert-selection.is-ready {
    color: #147235;
}

.cgh-alert-selection.is-missing {
    color: #9a5b00;
}

.cgh-alert-form-enhanced .form-control,
.cgh-alert-form-enhanced .form-select,
.cgh-alert-form-enhanced .select2-selection {
    border-color: #d5dce7 !important;
    border-radius: 6px !important;
}

.cgh-alert-form-enhanced .form-control:focus,
.cgh-alert-form-enhanced .form-select:focus {
    border-color: #254281 !important;
    box-shadow: 0 0 0 3px rgba(37, 66, 129, .1) !important;
}

.cgh-alert-form-enhanced #job_alerts {
    min-height: 52px;
    border-radius: 6px;
    font-weight: 700;
}

.cgh-alert-error {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #8f1719;
    background: #fff0f0;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 767px) {
    #job-alert-subscribtion .modal-body {
        padding: 17px;
    }

    .cgh-alert-assistant {
        padding: 12px;
    }
}
