/* Entfernt alle box-shadow von Containern */

/* Hauptcontainer ohne Schatten */
.container {
    box-shadow: none !important;
}

/* Section-Titel ohne Schatten */
.section__title {
    box-shadow: none !important;
}

/* Alle Sections ohne Schatten */
section {
    box-shadow: none !important;
}

/* Programm Tab Navigation ohne Schatten */
.programm__tab-nav {
    box-shadow: none !important;
}

/* Ticket Cards ohne Schatten */
.ticket-card {
    box-shadow: none !important;
}

/* Gallery Items ohne Schatten */
.gallery__item {
    box-shadow: none !important;
}

/* Partner Grid Items ohne Schatten */
.partner-grid__item {
    box-shadow: none !important;
}

/* Location Karten ohne Schatten */
.location-card {
    box-shadow: none !important;
}

/* FAQ Items ohne Schatten */
.faq__item {
    box-shadow: none !important;
}

/* Contact Cards ohne Schatten */
.contact-card {
    box-shadow: none !important;
}

/* Alle Elemente mit der Klasse interactive-blur ohne Schatten */
.interactive-blur {
    box-shadow: none !important;
}

/* Alle Elemente mit der Klasse glassmorphism ohne Schatten */
.glassmorphism {
    box-shadow: none !important;
}

/* Alle Elemente mit Glassmorphism-Hintergrund ohne Schatten */
[class*="glass"] {
    box-shadow: none !important;
}

/* Event Highlights Cards ohne Schatten */
.highlight-card {
    box-shadow: none !important;
}

/* Programm Content ohne Schatten */
.programm__content {
    box-shadow: none !important;
}

/* Countdown Container ohne Schatten */
.countdown__container {
    box-shadow: none !important;
}

/* Hero Content ohne Schatten */
.hero__content {
    box-shadow: none !important;
}

/* Buttons ohne Schatten */
.btn,
.ticket-card__btn {
    box-shadow: none !important;
}

/* Modals ohne Schatten */
.modal {
    box-shadow: none !important;
}

/* Newsletter Form ohne Schatten */
.newsletter-form {
    box-shadow: none !important;
}

/* Footer ohne Schatten */
.footer {
    box-shadow: none !important;
}