/**
 * File: TC-Hugsweier/css/gv-specific.css
 * Path: /css/gv-specific.css
 * 
 * Purpose:
 * - GV-spezifische Styles (ergänzt style.css)
 * - Nur Styles die speziell für Generalversammlung sind
 * - Nutzt Basis-Styles aus style.css
 * - Verwendet die gleichen Blautöne wie Hauptseite (#007bff, #0056b3)
 * 
 * Dependencies:
 * - css/style.css (muss zuerst geladen werden!)
 * - Bootstrap 5.3.2
 * - FontAwesome 6.5.1
 * 
 * Sections:
 * 1. Hero Section (Icon mit Animation)
 * 2. Detail Cards (Ort, Datum, Zeit)
 * 3. Agenda Section (Tagesordnung)
 * 4. Signature Section (Unterschrift)
 * 5. Action Buttons (Kalender, Drucken, Kontakt)
 * 6. Responsive Design
 * 7. Print Styles
 * 
 * Colors:
 * - Primary Blue: #007bff (wie in style.css)
 * - Dark Blue: #0056b3 (wie in style.css)
 * - Light Blue: #e3f2fd
 * - Gold: #ffd700
 * 
 * Created: 2026-02-02
 * Author: TC Hugsweier Webteam
 * Version: 1.0.0
 */

/* ========================================
   1. HERO SECTION
======================================== */

/**
 * Hero Icon - Großes animiertes Icon am Seitenanfang
 * - Zeigt das Hauptsymbol (Benutzer-Gruppe)
 * - Animiert mit Puls-Effekt
 */
.hero-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: white;
    font-size: 3.5rem;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    animation: pulse-icon 3s infinite;
}

/**
 * Puls-Animation für Hero Icon
 * - Sanftes Pulsieren alle 3 Sekunden
 */
@keyframes pulse-icon {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
    }
}

/**
 * Begrüßungstext - Größerer Text in Blau
 */
.greeting-text {
    font-size: 1.2rem;
    color: #0056b3;
}

/* ========================================
   2. DETAIL CARDS (Ort, Datum, Zeit)
======================================== */

/**
 * Detail Cards - Container für Event-Details
 * - Hover-Effekt mit Anheben
 * - Rahmen in hellblau
 */
.detail-card {
    border: 2px solid #e3f2fd;
    transition: all 0.3s ease;
}

.detail-card:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
}

/**
 * Detail Icon - Icons in Cards (Ort, Datum, Zeit)
 * - Runde Icons in Blau-Gradient
 */
.detail-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/**
 * Detail Texte - Überschrift und Wert
 */
.detail-title {
    color: #007bff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.detail-value {
    color: #0056b3;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.detail-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
}

/* ========================================
   3. AGENDA SECTION (Tagesordnung)
======================================== */

/**
 * Agenda Card Header - Kopfzeile der Tagesordnung
 * - Blau-Gradient Hintergrund
 * - Gold-Akzent Linie am unteren Rand
 */
.agenda-card .card-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 1.3rem;
    position: relative;
}

/**
 * Gold-Linie unter Agenda-Header
 */
.agenda-card .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700);
}

/**
 * Agenda Liste - Reset Standard-Listen-Styles
 */
.agenda-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/**
 * Agenda Item - Einzelner Tagesordnungspunkt
 * - Hover-Effekt mit hellblauem Hintergrund
 * - Einrückung beim Hover
 */
.agenda-item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.agenda-item:last-child {
    border-bottom: none;
}

.agenda-item:hover {
    background: #e3f2fd;
    padding-left: 2rem;
}

/**
 * TOP Nummer - Blau-Gradient Badge
 */
.top-number {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

/**
 * TOP Text - Beschreibung des Tagesordnungspunkts
 */
.top-text {
    flex: 1;
    color: #0056b3;
    font-weight: 500;
}

/* ========================================
   4. SIGNATURE SECTION (Unterschrift)
======================================== */

/**
 * Signature Box - Container für Unterschrift
 * - Hellblauer Gradient Hintergrund
 * - Blauer linker Rand
 */
.signature-box {
    background: linear-gradient(135deg, #fff, #e3f2fd);
    border-left: 5px solid #007bff;
    padding: 2rem;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
}

/**
 * Signature Texte - Grußformel, Name, Titel
 */
.signature-greeting {
    color: #0056b3;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.signature-name {
    color: #007bff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.signature-title {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 0;
}

/* ========================================
   5. ACTION BUTTONS
======================================== */

/**
 * Basis-Style für Action Buttons
 * - Große runde Buttons
 * - Hover-Effekt mit Anheben
 */
.btn-action {
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/**
 * Kalender Button - Blau
 */
.btn-calendar {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-calendar:hover {
    background: linear-gradient(135deg, #0056b3, #007bff);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

/**
 * Drucken Button - Grün
 */
.btn-print {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-print:hover {
    background: linear-gradient(135deg, #1e7e34, #28a745);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

/**
 * Kontakt Button - Gelb/Gold
 */
.btn-contact {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #212529;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.btn-contact:hover {
    background: linear-gradient(135deg, #e0a800, #ffc107);
    color: #212529;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
}

/* ========================================
   6. RESPONSIVE DESIGN
======================================== */

/**
 * Mobile Anpassungen (Tablets & Smartphones)
 */
@media (max-width: 768px) {
    /* Kleinere Icons auf Mobile */
    .hero-icon {
        width: 100px;
        height: 100px;
        font-size: 3rem;
    }
    
    .detail-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    /* Kleinere Schrift auf Mobile */
    .detail-title {
        font-size: 1.1rem;
    }
    
    .detail-value {
        font-size: 1rem;
    }
    
    /* Agenda Items vertikal auf Mobile */
    .agenda-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .top-number {
        min-width: auto;
    }
    
    /* Kleinere Buttons auf Mobile */
    .btn-action {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* ========================================
   7. PRINT STYLES
======================================== */

/**
 * Druck-Optimierung
 * - Versteckt Icons und Buttons
 * - Schwarzweiß für Agenda
 */
@media print {
    /* Icons beim Drucken verstecken */
    .hero-icon,
    .detail-icon,
    .btn-action {
        display: none !important;
    }
    
    /* Agenda in Schwarzweiß */
    .agenda-card .card-header {
        background: white !important;
        color: #333 !important;
        border: 2px solid #333 !important;
    }
    
    .top-number {
        background: white !important;
        color: #333 !important;
        border: 1px solid #333 !important;
    }
}