/* ═══════════════════════════════════════════════════════
 * BSH Über uns – Styles
 * ═══════════════════════════════════════════════════════ */

.bsh-uu {
    --orange:    #eb6a05;
    --blue:      #4283c4;
    --blue-dark: #1b3a61;
    --dark:      #0f1720;
    --light-bg:  #f4f7fb;
    --radius-a:  50px 0 50px 0;
    --radius-b:  0 50px 0 50px;
    font-family: inherit;
    color: var(--dark);
}

.bsh-uu *, .bsh-uu *::before, .bsh-uu *::after { box-sizing: border-box; }

.bsh-uu a:focus-visible,
.bsh-uu button:focus-visible,
.bsh-uu input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
    .bsh-uu, .bsh-uu * { transition-duration: .01ms !important; }
}

.bsh-uu__container { max-width: 1600px; margin: 0 auto; padding: 0 32px; }

.bsh-uu .dynamic-header { margin-bottom: 0; }

.bsh-uu .sr-overline {
    font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; color: var(--orange); display: block; margin-bottom: 10px;
}

.bsh-uu .sr-display-title {
    font-size: clamp(28px, 4vw, 42px); font-weight: 700; line-height: 1.2;
    margin: 0 0 18px; color: var(--dark);
}

.bsh-uu .dot-accent { color: var(--blue); }

.bsh-uu__text { font-size: 16px; line-height: 1.65; color: #444; margin: 0 0 24px; }

.bsh-uu__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 36px; font-size: 15px; font-weight: 600;
    border: none; cursor: pointer; text-decoration: none;
    background: var(--orange); color: #fff; border-radius: var(--radius-a);
    font-family: inherit; transition: border-radius .35s ease, background .25s ease;
    width: fit-content;
}
.bsh-uu__btn:hover, .bsh-uu__btn:focus-visible {
    border-radius: var(--radius-b); background: var(--blue-dark); color: #fff;
}

.bsh-uu__consent {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 14px; line-height: 1.5; color: #555; cursor: pointer;
}
.bsh-uu__consent input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--orange); }
.bsh-uu__consent a { color: var(--orange); text-decoration: underline; }

/* ── S1 – Leitbild ───────────────────────────────────── */

.bsh-uu-s1 { background: #f4f7fb; padding: 100px 0 60px; position: relative; overflow: hidden; min-height: 50vh; }
.bsh-uu-s1__bg { position: absolute; inset: 0; z-index: 0; background-size: 20%; background-repeat: no-repeat; background-position: right -60px bottom -60px; opacity: .04; pointer-events: none; }
.bsh-uu-s1 .bsh-uu__container { position: relative; z-index: 2; }

.bsh-uu-s1__grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}

.bsh-uu-s1__text { display: flex; flex-direction: column; }

.bsh-uu-s1__quote {
    font-size: 20px; font-style: italic; line-height: 1.6; color: var(--blue-dark);
    border-left: 4px solid var(--orange); padding-left: 20px;
    margin: 0 0 24px;
}

.bsh-uu-s1__body { font-size: 17px; line-height: 1.7; color: #444; }
.bsh-uu-s1__body p { margin: 0 0 16px; }

.bsh-uu-s1__image {
    border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px;
}
.bsh-uu-s1__image img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── S2 – Zahlen ─────────────────────────────────────── */

.bsh-uu-s2 {
    background: #fff; padding: 100px 0; position: relative; overflow: hidden;
}

.bsh-uu-s2__dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(rgb(66 131 196 / 71%) 1px, transparent 1px);
    background-size: 9px 9px; opacity: .45; pointer-events: none;
}

.bsh-uu-s2 .bsh-uu__container { position: relative; z-index: 2; }

.bsh-uu-s2__layout {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center;
}

.bsh-uu-s2__text { display: flex; flex-direction: column; }

.bsh-uu-s2__grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}

.bsh-uu-s2__grid--extra {
    margin-top: 56px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bsh-uu-s2__stat {
    background: #fff; padding: 36px 28px; text-align: center;
    box-shadow: 0 4px 24px rgba(15,27,45,.06);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    border-radius: var(--radius-a);
}

.bsh-uu-s2__stat--extra {
    padding: 30px 20px;
}

.bsh-uu-s2__stat--hl {
    border: 2px solid var(--blue);
}

.bsh-uu-s2__icon {
    font-size: 28px; color: var(--orange); margin-bottom: 4px; line-height: 1;
}
.bsh-uu-s2__icon svg { width: 28px; height: 28px; fill: var(--orange); }
.bsh-uu-s2__icon i   { font-size: 28px; color: var(--orange); }

.bsh-uu-s2__number {
    font-size: clamp(36px, 4vw, 52px); font-weight: 600; color: var(--blue); line-height: 1;
}

.bsh-uu-s2__label {
    font-size: 13px; font-weight: 700; color: var(--dark); text-transform: uppercase;
    letter-spacing: .06em;
}

.bsh-uu-s2__reports {
    margin-top: 42px;
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.bsh-uu-s2__reports-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
}

.bsh-uu-s2__reports-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsh-uu-s2__report {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 12px 30px;
    min-width: 260px;
    border: 0;
    border-radius: var(--radius-a);
    text-decoration: none;
    color: #fff;
    background: var(--orange);
    transition: border-radius .35s ease, background .25s ease;
}

.bsh-uu-s2__report:hover,
.bsh-uu-s2__report:focus-visible {
    background: var(--blue-dark);
    border-radius: var(--radius-b);
}

.bsh-uu-s2__report-year {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}

.bsh-uu-s2__report-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

/* ── S3g – Gremium ───────────────────────────────────── */

.bsh-uu-s3g { background: #1b3a61; padding: 100px 0; position: relative; overflow: hidden;}
.bsh-uu-s3g .bsh-uu__container { position: relative; z-index: 2; }
.bsh-uu-s3g .bsh-uu__heading { color: #fff; }
.bsh-uu-s3g .bsh-uu__kicker { color: var(--orange); }
.bsh-uu-s3g .sr-display-title { color: #fff; }
.bsh-uu-s3g .sr-overline { color: var(--orange); }
.bsh-uu-s3g .bsh-uu__text { color: rgba(255,255,255,.85); }

.bsh-uu-s3g__tree {
    position: absolute; right: -40px; bottom: -40px;
    width: 320px; height: 320px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
    filter: brightness(0) invert(1); opacity: .1;
    pointer-events: none; z-index: 0;
}


.bsh-uu-s3g__grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}

.bsh-uu-s3g__content { display: flex; flex-direction: column; }

.bsh-uu-s3g__highlight {
    border-left: 4px solid var(--orange); padding: 24px 28px;
    background: var(--light-bg); margin: 8px 0 24px;
}

.bsh-uu-s3g__highlight-title {
    font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .06em; color: var(--dark); margin-bottom: 8px;
}

.bsh-uu-s3g__highlight-text {
    font-size: 16px; line-height: 1.7; color: #444; margin: 0;
}

.bsh-uu-s3g__image {
    border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 480px;
}
.bsh-uu-s3g__image img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── S4t – Team ──────────────────────────────────────── */

.bsh-uu-s4t {
    background: #fff; padding: 100px 0;
    position: relative; overflow: hidden;
}

/* Section headlines: Gremien / Team */
.bsh-uu-s4t__section-label {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--orange);
    display: inline-block;
}

.bsh-uu-s4t__accordion + .bsh-uu-s4t__section-label {
    margin-top: 64px;
}

.bsh-uu-s4t .bsh-uu__container { position: relative; z-index: 2; }

/* Accordion */
.bsh-uu-s4t__accordion { display: flex; flex-direction: column; gap: 12px; }

.bsh-uu-s4t__details {
    background: #fff; border: 1px solid rgba(15,27,45,.08);
    border-radius: 0; overflow: hidden;
}

.bsh-uu-s4t__summary {
    padding: 20px 28px; font-size: 18px; font-weight: 700; color: var(--dark);
    cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between;
}
.bsh-uu-s4t__summary::-webkit-details-marker { display: none; }
.bsh-uu-s4t__summary::after {
    content: '+'; font-size: 22px; font-weight: 400; color: var(--blue);
    transition: transform .25s ease;
}
.bsh-uu-s4t__details[open] .bsh-uu-s4t__summary::after { content: '\2212'; color: var(--orange); }

/* Grid */
.bsh-uu-s4t__grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
    padding: 8px 28px 32px;
}

/* Card */
.bsh-uu-s4t__card {
    background: #fff; padding: 28px 20px; text-align: center;
    border-radius: var(--radius-a);
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    border: 2px solid #e1e1e163;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.bsh-uu-s4t__card:hover {
    border-color: var(--blue);
    box-shadow: 0 6px 28px rgba(66,131,196,.12);
}

/* Photo */
.bsh-uu-s4t__photo {
    width: 110px; height: 110px; border-radius: var(--radius-a); overflow: hidden;
    flex-shrink: 0; margin-bottom: 8px;
}
.bsh-uu-s4t__photo img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: grayscale(100%); transition: filter .3s ease;
}
.bsh-uu-s4t__card:hover .bsh-uu-s4t__photo img { filter: grayscale(0); }

.bsh-uu-s4t__photo--placeholder {
    background: var(--light-bg);
    display: flex; align-items: center; justify-content: center; color: #aaa;
}

/* Role / Name / Info */
.bsh-uu-s4t__role {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .06em; color: var(--orange);
}

.bsh-uu-s4t__name { font-size: 16px; font-weight: 700; color: var(--dark); margin: 0; }

.bsh-uu-s4t__info {
    font-size: 13px; line-height: 1.5; color: #666; margin: 0;
}
/* ── S5 – Newsletter ─────────────────────────────────── */

.bsh-uu-s5 {
    background: var(--light-bg, #f4f7fb); padding: 100px 0; position: relative; overflow: hidden;
}

.bsh-uu-s5__bg {
    position: absolute; inset: 0; z-index: 0;
    background-size: contain; background-repeat: no-repeat; background-position: right -60px bottom -60px;
    opacity: .04; pointer-events: none;
}

.bsh-uu-s5__wrap {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    background: #fff; padding: 48px; align-items: center;
    position: relative; z-index: 1;
}

.bsh-uu-s5__row { display: flex; gap: 12px; margin-bottom: 16px; }

.bsh-uu-s5__input {
    flex: 1; padding: 13px 16px; font-size: 15px; font-family: inherit;
    border: 1.5px solid #d0d5dd; border-radius: 0; background: #fff;
    color: var(--dark); transition: border-color .2s ease, box-shadow .2s ease;
}
.bsh-uu-s5__input:focus {
    outline: none; border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(235,106,5,.12);
}

.bsh-uu-s5__btn {
    padding: 13px 32px; font-size: 15px; font-weight: 600; border: none; cursor: pointer;
    background: var(--orange); color: #fff; border-radius: var(--radius-a);
    transition: border-radius .35s ease, background .25s ease; white-space: nowrap;
    font-family: inherit;
}
.bsh-uu-s5__btn:hover, .bsh-uu-s5__btn:focus-visible {
    border-radius: var(--radius-b); background: var(--blue-dark);
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 900px) {
    .bsh-uu-s1__grid { grid-template-columns: 1fr; gap: 40px; }
    .bsh-uu-s1__image { order: -1; }
    .bsh-uu-s2__layout { grid-template-columns: 1fr; gap: 40px; }
    .bsh-uu-s2__grid { grid-template-columns: repeat(2,1fr); }
    .bsh-uu-s2__grid--extra {
        margin-top: 40px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .bsh-uu-s2__reports-list { gap: 10px; }
    .bsh-uu-s3g__grid { grid-template-columns: 1fr; gap: 40px; }
    .bsh-uu-s3g__image { order: -1; }
    .bsh-uu-s4t__grid { grid-template-columns: repeat(3, 1fr); }
    .bsh-uu-s5__wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
    .bsh-uu-s1, .bsh-uu-s2, .bsh-uu-s3g, .bsh-uu-s4t, .bsh-uu-s5 { padding: 64px 0; }
}

@media (max-width: 600px) {
    .bsh-uu__container { padding: 0 18px; }
    .bsh-uu .sr-display-title { font-size: 24px; }
    .bsh-uu-s2__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .bsh-uu-s2__grid--extra {
        margin-top: 24px;
        grid-template-columns: 1fr 1fr;
    }
    .bsh-uu-s2__stat { padding: 28px 20px; }
    .bsh-uu-s2__report { width: 100%; align-items: flex-start; }
    .bsh-uu-s4t__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .bsh-uu-s4t__card { padding: 20px 14px; }
    .bsh-uu-s5__row { flex-direction: column; }
    .bsh-uu-s5__btn { width: 100%; }
}
