﻿/* ============================================================
           HERO-BANNER (bestehendes Design – unverändert)
           ============================================================ */
.hero-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/welcome.jpg');
    background-size: cover;
    background-position: center 35%;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-content-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

    .hero-banner h1, .hero-banner p,
    .text-content-wrapper h1, .text-content-wrapper p {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }
/* ============================================================
           ABSCHNITT-GEMEINSAMES
           ============================================================ */
.section-eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 0.35rem;
}

.section-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1b3651;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ============================================================
           ZIELGRUPPEN-ABSCHNITT
           ============================================================ */
.zielgruppen-section {
    background-color: #ffffff;
}

/* ---- Gruppen-Karten (Tab-Auswahl) ---- */
.group-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    cursor: pointer;
    background: transparent;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

    .group-card:hover {
        border-color: #adb5bd;
        background-color: #f8f9fa;
    }

    .group-card.active {
        border: 2px solid #185fa5;
        background-color: #e6f1fb;
    }

        .group-card.active.green-active {
            border-color: #0f6e56;
            background-color: #e1f5ee;
        }

.group-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.65rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.group-avatar--blue {
    background-color: #e6f1fb;
    color: #0c447c;
}

    .group-avatar--blue.group-avatar--filled,
    .group-card.active .group-avatar--blue {
        background-color: #185fa5;
        color: #ffffff;
    }

.group-avatar--green {
    background-color: #e1f5ee;
    color: #085041;
}

.group-card.active .group-avatar--green {
    background-color: #0f6e56;
    color: #ffffff;
}

.group-card__label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
}

.group-card__sub {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 3px;
}

/* ---- Detail-Panels ---- */
.group-panel {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #f8f9fa;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.group-panel__heading {
    margin-bottom: 1rem;
}

.group-panel__badge {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
}

.group-panel__badge--blue {
    background-color: #e6f1fb;
    color: #0c447c;
}

.group-panel__badge--green {
    background-color: #e1f5ee;
    color: #085041;
}

/* ---- Projekt-Karten ---- */
.projekt-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.1rem 1.25rem;
    border-left-width: 3px;
    height: 100%;
}

.projekt-card--blue {
    border-left-color: #185fa5;
}

.projekt-card--green {
    border-left-color: #0f6e56;
}

.projekt-card--planned {
    opacity: 0.8;
}

.projekt-card__header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.projekt-card__name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}

.projekt-card__desc {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.55;
    margin-bottom: 0.75rem;
}

.projekt-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* ---- Status-Badges ---- */
.status-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 20px;
}

.status-badge--available {
    background-color: #eaf3de;
    color: #27500a;
}

.status-badge--planned {
    background-color: #faeeda;
    color: #633806;
}

/* ---- Feature-Tags ---- */
.feature-tag {
    font-size: 0.72rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 3px 10px;
    border-radius: 20px;
    color: #6c757d;
}

.feature-tag--muted {
    color: #adb5bd;
    border-style: dashed;
}

/* ============================================================
           SCHRITTE-ABSCHNITT
           ============================================================ */
.steps-section {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #1b3651;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 auto 0.75rem;
}

.step-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1b3651;
    margin-bottom: 0.4rem;
}

.step-desc {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}
.scroll-hint {
    color: #185fa5;
    animation: bounce 1.6s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

/* Pfeil ausblenden sobald der Nutzer geklickt hat */
.scroll-hint.hidden {
    visibility: hidden;
}
