/* ============================================
   JAZZIE.NET - Barrierefreies Light Theme
   Farben: Silber-Logo + #9e1300 (Dunkelrot-Accent)
   Freundliches, seriöses Magazin-Layout
   WCAG 2.1 Level AA compliant
   ============================================ */

/* ============================================
   1. CSS Variables & Base
   ============================================ */

:root {
  /* Backgrounds */
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-tertiary: #e9ecef;
  
  /* Text Colors */
  --text-primary: #1a1a1a;           /* Fast schwarz, WCAG AAA */
  --text-secondary: #4a4a4a;
  --text-muted: #6c757d;
  
  /* Brand Colors */
  --accent-primary: #9e1300;         /* Dunkelrot für Links & Akzente */
  --accent-hover: #c71800;
  --accent-secondary: #c0c0c0;       /* Silber */
  
  /* Interactive */
  --link-color: #9e1300;
  --link-hover: #c71800;
  
  /* Borders & Lines */
  --border-color: #dee2e6;
  --border-light: #e9ecef;
  
  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  
  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
  
  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* ============================================
   2. Reset & Base Styles
   ============================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   3. Typography
   ============================================ */

h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--space-sm);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  margin-bottom: var(--space-md);
  color: #000000;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  position: relative;
  padding-bottom: var(--space-sm);
  color: #1a1a1a;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--accent-primary);
}

h3 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  color: #2a2a2a;
}

p {
  margin-bottom: var(--space-sm);
  color: var(--text-primary);
}

/* Magazin-Style: Erster Absatz größer */
.lead,
article > p:first-of-type {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ============================================
   4. Links & Buttons
   ============================================ */

a {
  color: var(--link-color);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--link-hover);
}

a:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.btn-primary {
  display: inline-block;
  background: var(--accent-primary);
  color: #ffffff;
  padding: 0.875rem 2rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all var(--transition-base);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Skip Link (Barrierefreiheit) */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--accent-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/* ============================================
   5. Layout & Container
   ============================================ */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

@media (max-width: 768px) {
  .container {
    padding: 0 var(--space-sm);
  }
}

.section-light {
  background: var(--bg-primary);
}

.section-gray {
  background: var(--bg-secondary);
}

section {
  padding: var(--space-xl) 0;
}

@media (max-width: 768px) {
  section {
    padding: var(--space-lg) 0;
  }
}

/* ============================================
   6. Header & Navigation
   ============================================ */

.site-header {
  background: #dcdddf;
  border-bottom: 1px solid var(--border-color);
  padding: var(--space-md) 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-lg);
}

/* Logo */
.site-logo {
  flex-shrink: 0;
}

.site-logo a {
  display: block;
  line-height: 0;
}

.site-logo img {
  height: 60px;
  width: auto;
  transition: transform var(--transition-fast);
  /* Logo sollte Silber/Grau sein mit rotem Accent */
  filter: brightness(1);
}

.site-logo a:hover img {
  transform: scale(1.05);
}

.site-logo a:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

/* Main Navigation */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  transition: all var(--transition-fast);
  position: relative;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 2px;
  background: var(--accent-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-base);
}

.nav-link:hover {
  color: var(--accent-primary);
}

.nav-link:hover::after,
.nav-item.active .nav-link::after,
.nav-item.current .nav-link::after {
  transform: scaleX(1);
}

.nav-item.current .nav-link {
  color: var(--accent-primary);
  font-weight: 600;
}

/* Sub-Navigation (Dropdown) */
.sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  min-width: 200px;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all var(--transition-fast);
  z-index: 1001;
  list-style: none;
}

.nav-item:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-nav-item {
  margin: 0;
}

.sub-nav-link {
  display: block;
  color: var(--text-secondary);
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.sub-nav-link:hover {
  background: rgba(158, 19, 0, 0.05);
  color: var(--accent-primary);
  padding-left: 1.5rem;
}

.sub-nav-item.current .sub-nav-link {
  color: var(--accent-primary);
  background: rgba(158, 19, 0, 0.05);
  font-weight: 600;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 0.75rem;
  width: 48px;
  height: 48px;
  position: relative;
  transition: all var(--transition-fast);
}

.mobile-menu-toggle:hover {
  background: var(--accent-primary);
  border-color: var(--accent-primary);
}

.mobile-menu-toggle:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 2px;
}

/* Hamburger Icon */
.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: all var(--transition-base);
  border-radius: 2px;
}

.hamburger-icon {
  position: relative;
  margin: 0 auto;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: '';
  position: absolute;
  left: 0;
}

.hamburger-icon::before {
  top: -8px;
}

.hamburger-icon::after {
  bottom: -8px;
}

.mobile-menu-toggle:hover .hamburger-icon,
.mobile-menu-toggle:hover .hamburger-icon::before,
.mobile-menu-toggle:hover .hamburger-icon::after {
  background: #ffffff;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-icon {
  background: transparent;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-icon::after {
  transform: rotate(-45deg);
  bottom: 0;
}

/* Mobile Navigation */
@media (max-width: 992px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .main-navigation {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid var(--border-color);
    padding: var(--space-md);
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform var(--transition-base);
    box-shadow: var(--shadow-md);
  }
  
  .main-navigation.active {
    transform: translateX(0);
  }
  
  .nav-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  
  .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--border-light);
  }
  
  .nav-link {
    padding: 1rem;
    font-size: 1.125rem;
  }
  
  .nav-link::after {
    left: 1rem;
    right: 1rem;
  }
  
  /* Sub-Nav Mobile */
  .sub-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid var(--border-light);
    background: var(--bg-secondary);
    margin-top: 0.5rem;
    display: none;
  }
  
  .nav-item.has-children.active .sub-nav {
    display: block;
  }
  
  .sub-nav-link {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: var(--space-sm) 0;
  }
  
  .site-logo img {
    height: 45px;
  }
}

/* ============================================
   7. Hero Section - Magazine Style
   ============================================ */

/* --- VARIANTE 1: Hero ohne Bild (mit Gradient) --- */
.hero-jazz {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #f8f9fa 50%,
        rgba(158, 19, 0, 0.05) 100%
    );
    padding: var(--space-xl) 0;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid var(--accent-primary);
}

/* --- VARIANTE 2: Hero mit Hintergrundbild --- */
.hero-section.hero-image {
    position: relative;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Responsive Höhen für Bild-Hero */
@media (min-width: 768px) {
    .hero-section.hero-image {
        min-height: 550px;
    }
}

@media (min-width: 992px) {
    .hero-section.hero-image {
        min-height: 650px;
    }
}

@media (min-width: 1400px) {
    .hero-section.hero-image {
        min-height: 700px;
    }
}

/* Hintergrundbild Container */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Overlay mit verschiedenen Stärken - für Light Theme angepasst */
.hero-overlay {
    z-index: 2;
    display: flex;
    align-items: center;
}

.hero-overlay-light {
    background: rgba(255, 255, 255, 0.3);
}

.hero-overlay-normal {
    background: rgba(255, 255, 255, 0.5);
}

.hero-overlay-dark {
    background: rgba(255, 255, 255, 0.7);
}

/* Fallback wenn kein Overlay-Wert gesetzt */
.hero-overlay:not([class*='hero-overlay-']) {
    background: rgba(255, 255, 255, 0.5);
}

/* --- GEMEINSAMES TEXT STYLING --- */
.hero-title {
    font-size: clamp(2.0rem, 7vw, 3.5rem);
    margin-bottom: var(--space-md);
    font-weight: 700;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out;
    color: #b70404;
}

/* Text Shadow nur bei Bild-Hero */
.hero-image .hero-title {
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9);
    color: #1a1a1a;
}

/* Accent Text */
.hero-jazz .hero-title .accent-text,
.hero-image .hero-title .accent-text {
    color: var(--accent-primary);
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

.hero-subtitle {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

/* Text Shadow nur bei Bild-Hero */
.hero-image .hero-subtitle {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
    color: var(--text-primary);
}

/* Bei Hero ohne Bild */
.hero-jazz .hero-subtitle {
    color: var(--text-secondary);
}

/* --- ANIMATIONEN --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* --- MOBILE OPTIMIERUNGEN --- */
@media (max-width: 767px) {
    .hero-jazz {
        padding: var(--space-lg) 0;
        min-height: 300px;
    }
    
    .hero-section.hero-image {
        min-height: 350px;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: var(--space-sm);
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
}

/* --- ZUSÄTZLICHE STYLING OPTIONEN --- */
@media (min-width: 768px) {
    .hero-jazz {
        padding: calc(var(--space-xl) * 1.5) 0;
    }
}

@media (min-width: 992px) {
    .hero-jazz {
        padding: calc(var(--space-xl) * 2) 0;
    }
}

/* ============================================
   8. Content Section - Magazin-Style
   ============================================ */

.content-section {
  background: var(--bg-primary);
  padding: var(--space-xl) 0;
}

/* Magazin-Artikel Styling */
article {
  max-width: 780px;
  margin: 0 auto;
}

/* ============================================
   9. WordPress News Cards
   ============================================ */

.wp-news-wrapper {
  margin: var(--space-lg) 0;
}

.wp-news-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: var(--space-md);
  color: #000000;
}

.wp-news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--space-md);
}

.wp-news-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-base);
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
}

.wp-news-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-primary);
}

.wp-news-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.wp-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.wp-news-item:hover .wp-news-image img {
  transform: scale(1.1);
}

.wp-news-content {
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wp-news-headline {
  font-size: 1.25rem;
  margin-bottom: var(--space-sm);
}

.wp-news-headline a {
  color: #1a1a1a;
  transition: color var(--transition-fast);
}

.wp-news-headline a:hover {
  color: var(--accent-primary);
}

.wp-news-teaser {
  color: var(--text-secondary);
  margin-bottom: var(--space-sm);
  flex: 1;
}

.wp-news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--border-light);
  margin-top: auto;
}

.wp-news-meta time {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.wp-news-readmore {
  color: var(--accent-primary);
  font-weight: 600;
  font-size: 0.875rem;
  transition: color var(--transition-fast);
}

.wp-news-readmore:hover {
  color: var(--accent-hover);
}

/* ============================================
   10. Bildnavigation
   ============================================ */

.image-nav-section {
  background: var(--bg-secondary);
}

.section-heading {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.image-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md);
}

.image-nav-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-base);
  border: 2px solid transparent;
  box-shadow: var(--shadow-sm);
}

.image-nav-item:hover {
  border-color: var(--accent-primary);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.image-nav-link {
  display: block;
  color: inherit;
}

.image-nav-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.image-nav-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.image-nav-item:hover .image-nav-image img {
  transform: scale(1.15);
}

.image-nav-content {
  padding: var(--space-md);
}

.image-nav-content h3 {
  font-size: 1.25rem;
  margin-bottom: var(--space-xs);
  color: #1a1a1a;
}

.image-nav-content p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: var(--space-sm);
}

.read-more {
  color: var(--accent-primary);
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-block;
  transition: transform var(--transition-fast);
}

.image-nav-item:hover .read-more {
  transform: translateX(4px);
}

/* ============================================
   11. Footer Content Areas
   ============================================ */

.footer-content-section {
  background: var(--bg-secondary);
  padding: var(--space-xl) 0;
  border-top: 1px solid var(--border-color);
}

.footer-content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-lg);
}

.footer-col h1,
.footer-col h2,
.footer-col h3,
.footer-col h4,
.footer-col h5,
.footer-col h6 {
  color: var(--accent-primary);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: var(--space-sm);
  margin-top: 0;
}

.footer-col p {
  color: var(--text-secondary);
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: var(--space-xs);
}

.footer-col a {
  color: var(--text-secondary);
  transition: color var(--transition-fast);
}

.footer-col a:hover {
  color: var(--accent-primary);
}

/* ============================================
   12. Additional Content Sections
   ============================================ */

.content-border,
.content-before,
.content-after {
  padding: var(--space-lg) 0;
}

.content-border {
  background: var(--bg-secondary);
  border-bottom: 2px solid var(--accent-primary);
}

.content-before {
  background: var(--bg-primary);
}

.content-after {
  background: var(--bg-secondary);
}

/* ============================================
   13. Site Footer
   ============================================ */

.site-footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  padding: var(--space-xl) 0 var(--space-md);
  margin-top: var(--space-xl);
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.footer-section h3 {
  font-size: 1.125rem;
  margin-bottom: var(--space-sm);
  color: var(--accent-primary);
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  margin-bottom: var(--space-xs);
}

.footer-nav a {
  color: var(--text-secondary);
  transition: color var(--transition-fast);
}

.footer-nav a:hover {
  color: var(--accent-primary);
}

.footer-bottom {
  text-align: center;
}

.copyright {
  color: var(--text-muted);
  font-size: 0.875rem;
}

/* ============================================
   14. Responsive Design
   ============================================ */

@media (max-width: 768px) {
  .wp-news-list {
    grid-template-columns: 1fr;
  }
  
  .image-nav-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* ============================================
   15. Accessibility & Focus States
   ============================================ */

*:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 2px;
}

::selection {
  background: var(--accent-primary);
  color: #ffffff;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   16. Print Styles
   ============================================ */

@media print {
  body {
    background: white;
    color: black;
  }
  
  .site-header,
  .site-footer,
  .skip-link {
    display: none;
  }
}

/* ============================================
   17. FULLWIDTH HERO FIX
   ============================================ */
.content-border .container {
    padding: 0;
    max-width: 100%;
}

.content-border .frame,
.content-border .ce-gallery,
.content-border .ce-outer,
.content-border .ce-inner,
.content-border .ce-row,
.content-border .ce-column,
.content-border figure {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.content-border img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 700px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .content-border img {
        max-height: 400px;
    }
}

@media (min-width: 576px) {
    .content-border .hero-section,
    .content-border .hero-image {
        margin: 0;
    }
}

/* ============================================
   18. Bootstrap Dropdown Integration
   ============================================ */

/* Dropdown öffnet bei Hover auf Desktop */
@media (min-width: 992px) {
    .dropdown-hover:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    
    .dropdown-hover > .nav-link::after {
        transition: transform 0.3s ease;
    }
    
    .dropdown-hover:hover > .nav-link::after {
        transform: rotate(180deg);
    }
}

/* Dropdown-Animation */
.dropdown-menu {
    animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown-Header hervorheben */
.dropdown-header {
    font-weight: bold;
    color: var(--accent-primary) !important;
}

.dropdown-header:hover {
    background-color: rgba(158, 19, 0, 0.05);
}