/* drx_opc: Wohlbefinden-Band — full-bleed Fotoleiste, gruenes Textband ueberdeckt das eingebackene Band.
   Bandposition = 73.4%..85.5% der Bildhoehe (Position des Original-Bands in der Vorlagengrafik). */
.drx-wohl {
    --drx-green: rgb(64, 86, 29);
    --drx-band: #d6e3c0;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 0;   /* drx: killt NOVA `main section` 4rem-Padding -> kein Weissraum unter der Menschen-Leiste */
}
.drx-wohl-img { display: block; width: 100%; height: auto; }
.drx-wohl-band {
    position: absolute;
    left: 6.7%;
    right: 6.7%;
    top: 73.4%;
    height: 12.2%;
    background: var(--drx-band);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--drx-green);
    font-size: clamp(.62rem, 1.7vw, 1.5rem);
    line-height: 1.15;
    padding: 0 1rem;
}
.drx-wohl-band strong { font-weight: 800; }
.drx-wohl-imgph {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    min-height: 220px; background: #eee; color: #999;
}
