/* Mobile-spezifische Styles für Jubiläums-Landingpage
   Optimiert für Smartphones und kleine Tablets
*/

/* Basis Mobile Optimierungen */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .program-timeline {
        gap: 30px;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    /* Hero Section */
    .jubilee-hero {
        min-height: 50vh;
        padding: 60px 0;
    }
    
    .hero-headline {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    
    .hero-subline {
        font-size: 1rem;
        padding: 0 10px;
    }
    
    .date-highlight {
        font-size: 1.1rem;
        padding: 12px 20px;
    }
    
    /* Program Section */
    .program-section {
        padding: 60px 0;
    }
    
    .section-title {
        margin-bottom: 50px;
    }
    
    .day-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .day-theme {
        align-self: flex-start;
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .event-highlight {
        padding: 20px;
    }
    
    .event-details h3 {
        font-size: 1.1rem;
    }
    
    .event-cta {
        padding: 15px;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 60px 0;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .contact-primary {
        text-align: center;
    }
    
    .cta-main h2 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .cta-highlight {
        font-size: 1.1rem;
        padding: 15px 25px;
    }
    
    .website-link {
        font-size: 1.3rem;
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    /* Hero Section */
    .jubilee-hero {
        min-height: 45vh;
        padding: 40px 0;
    }
    
    .logo-badge {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }
    
    .jubilee-badge {
        font-size: 0.7rem;
        padding: 6px 10px;
        top: -5px;
        right: -5px;
    }
    
    .hero-headline {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    
    .hero-subline {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .date-highlight {
        font-size: 1rem;
        padding: 10px 16px;
    }
    
    /* Program Section */
    .program-section {
        padding: 40px 0;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .program-day {
        padding: 20px 15px;
    }
    
    .day-name {
        font-size: 1.2rem;
    }
    
    .day-number {
        font-size: 1rem;
    }
    
    .day-theme {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
    
    .event-highlight {
        padding: 15px;
    }
    
    .event-time {
        font-size: 1rem;
    }
    
    .event-details h3 {
        font-size: 1rem;
        line-height: 1.2;
    }
    
    .event-details p {
        font-size: 0.9rem;
    }
    
    .event-cta {
        padding: 12px;
    }
    
    .event-secondary {
        padding: 15px;
    }
    
    .contact-list li,
    .health-services li,
    .event-activities li {
        font-size: 0.9rem;
        padding: 6px 0;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-main h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
    .cta-highlight {
        font-size: 1rem;
        padding: 12px 20px;
        margin-bottom: 30px;
    }
    
    .website-link {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .contact-item {
        font-size: 1rem;
        gap: 10px;
    }
    
    .qr-placeholder {
        width: 120px;
        height: 120px;
    }
    
    .qr-placeholder i {
        font-size: 2.5rem;
    }
    
    .qr-placeholder span {
        font-size: 0.8rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .hero-headline {
        font-size: 1.4rem;
    }
    
    .section-title h2 {
        font-size: 1.4rem;
    }
    
    .cta-main h2 {
        font-size: 1.2rem;
    }
    
    .day-header {
        gap: 8px;
    }
    
    .event-highlight,
    .event-secondary {
        padding: 12px;
    }
    
    .contact-info {
        gap: 20px;
    }
    
    .qr-placeholder {
        width: 100px;
        height: 100px;
    }
}

/* Landscape Mobile Optimierungen */
@media (max-width: 768px) and (orientation: landscape) {
    .jubilee-hero {
        min-height: 80vh;
        padding: 30px 0;
    }
    
    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    
    .logo-badge {
        margin-bottom: 15px;
    }
    
    .hero-headline {
        margin-bottom: 10px;
    }
    
    .hero-subline {
        margin-bottom: 15px;
    }
}

/* Touch-Optimierungen */
@media (hover: none) and (pointer: coarse) {
    .program-day:hover {
        transform: none;
        box-shadow: none;
    }
    
    .program-day:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
    
    .contact-item:hover {
        transform: none;
    }
    
    .contact-item:active {
        transform: scale(0.95);
        transition: transform 0.1s ease;
    }
    
    /* Größere Touch-Targets für Links */
    .contact-list a,
    .contact-item a {
        padding: 8px 4px;
        margin: -8px -4px;
    }
}

/* Verbesserte Lesbarkeit auf kleinen Bildschirmen */
@media (max-width: 480px) {
    .event-warning {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    
    .event-cta p {
        font-size: 0.9rem;
    }
    
    .event-secondary h4 {
        font-size: 1rem;
    }
    
    /* Bessere Spacing für mobile Geräte */
    .day-content {
        gap: 15px;
    }
    
    .program-timeline {
        gap: 25px;
    }
}

/* Dark Mode Support für Mobile */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
    .qr-placeholder {
        background: rgba(255, 255, 255, 0.95);
    }
    
    .event-highlight {
        background: rgba(255, 255, 255, 0.08);
    }
    
    .program-day {
        background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.3) 100%);
    }
}
