/* --------------------------------------------- */
/* 1) Override Parent-Styles (falls nötig)       */
/* --------------------------------------------- */
/* Hier kannst du zum Beispiel Standard-Abstände oder Schriftfarben ändern,
   falls dein Parent (Astra) etwas zu breit oder zu dunkel ist. */

/* --------------------------------------------- */
/* 2) Full-Width Hero absolut positionieren      */
/* --------------------------------------------- */

/* --------------------------------------------- */
/* 3) Header transparent über Hero legen         */
/* --------------------------------------------- */

/* --------------------------------------------- */
/* 4) Zweites Bild im Content-Bereich (Team)     */
/*           200px über Hero verschoben          */
/* --------------------------------------------- */

/* --------------------------------------------- */
/* 5) Info Bereich mit Trainer und FuPa Widget   */
/* --------------------------------------------- */

.team-info-trainer .teammitglieder-grid {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.team-info-trainer .teammitglied-card {
    display: flex;
    column-gap: 12px;
}

.team-info-trainer .teammitglied-card .card-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.team-info .title p,
.team-training .title p {
    color: #1a2bc6;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

/* --------------------------------------------- */
/* 6) Scrollax Effekt                            */
/* --------------------------------------------- */

/* --------------------------------------------- */
/* 7) Trainingstage                              */
/* --------------------------------------------- */

/* --------------------------------------------- */
/* 8) Team-Nachrichten                           */
/* --------------------------------------------- */