/* ========================================
   Bild-Banner / Header-Bereich
======================================== */
.image-banner {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Innerer Container für Text + Logo */
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  background-color: black;
  border-radius: 12px;
  max-width: 1500px;
  width: 100%;
  box-shadow:
    0 0 15px rgba(255, 215, 0, 0.4),
    0 0 30px rgba(255, 215, 0, 0.2),
    0 0 45px rgba(255, 215, 0, 0.1);
}

/* Textblock */
.banner-text {
  color: #fff;
  text-align: center;
  max-width: 600px;
}

.banner-text h2 {
  font-size: 2.5rem;
  color: #800080;
  margin-bottom: 15px;
  text-shadow:
    1px 1px 2px #000,
    0 0 6px rgba(255, 215, 0, 0.3),
    0 0 10px rgba(255, 215, 0, 0.2);
  margin: 2rem 0;
}

.banner-text span {
  color: #800080;
  text-shadow:
    0 0 5px rgba(255, 215, 0, 0.6),
    0 0 10px rgba(255, 215, 0, 0.4),
    0 0 15px rgba(255, 215, 0, 0.2);
}

.banner-text p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #800080;
}

/* Logo */
.banner-logo img {
  max-height: 250px;
  width: auto;

}

/* Mobil */
@media (max-width: 768px) {
  .banner-text h2 {
    font-size: 2rem;
  }

  .banner-logo img {
    max-height: 200px;
    margin-top: 10px;
  }
}

/* ========================================
   Kontakt-Sektion
======================================== */
.kontakt-section {
  background-color: #111;
  color: #eee;
  padding: 5rem 2rem;
}

.kontakt-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.kontakt-info {
  flex: 1 1 40%;
}

.kontakt-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

.kontakt-details p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.kontakt-details a {
  color: #3eb489;
  text-decoration: none;
}

.kontakt-details a:hover {
  text-decoration: underline;
}

.kontakt-formular {
  flex: 1 1 55%;
}

.kontakt-formular form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.kontakt-formular .form-row {
  display: flex;
  gap: 1rem;
}

.kontakt-formular input,
.kontakt-formular textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #1e1e1e;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
}

.kontakt-formular input:focus,
.kontakt-formular textarea:focus {
  outline: none;
  border-color: #ffd700;
}

.kontakt-formular button {
  background-color: #3cb043;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.kontakt-formular button:hover {
  background-color: #6a0dad;
}

/* 📱 Responsive */
@media (max-width: 800px) {
  .kontakt-grid {
    flex-direction: column;
  }

  .form-row {
    flex-direction: column;
  }
}

.cta-left-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}


/* Zentrierung auf kleinen Bildschirmen */
@media (max-width: 900px) {
  .cta-left.center-on-small .cta-left-inner {
    align-items: center;
    text-align: center;
  }
}

/* ========================================
   Leistungs-Sektion
======================================== */
.section-services {
  background-color: #1a001f; /* dunkles Lila */
  padding: 6rem 2rem;
}

.section-services h2 {
  text-align: center;
  color: #ffd700;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #aaa;
  text-align: center;
}

/* Grid für einzelne Leistungskarten */
.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

/* Leistungskarte (Einzelbox) */
.leistung-card {
  background-color: #1e1e1e;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333;
}

.leistung-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(255, 215, 0, 0.15);
}

.leistung-card .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #9acd32; /* Grün passend zum Mardi-Gras-Thema */
}

.leistung-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffd700;
}

.leistung-card p {
  font-size: 0.95rem;
  color: #ccc;
}


/* ========================================
   Karten-Sektion (Google Maps)
======================================== */
.map-section {
  background-color: #1b1b1b;
  padding: 5rem 2rem;
  color: #f1f1f1;
  position: relative;
}

/* 🌈 Dekorative Trennlinie oben */
.map-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
}

.map-section h2 {
  color: #ffd700;
  margin-bottom: 1rem;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

.map-section p {
  color: #ccc;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.map-container {
  max-width: 1000px;
  margin: 0 auto;
  border: 3px solid #3eb489;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Öffnungszeiten-Sektion
======================================== */
.open-hours-section {
  background-color: #111;
  color: #eee;
  padding: 5rem 2rem;
  text-align: left;
}

.open-hours-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.open-col {
  flex: 1 1 30%;
  min-width: 250px;
}

.open-col h3 {
  font-size: 1.5rem;
  color: #ffd700;
  margin-bottom: 1rem;
}

.open-col em {
  font-style: italic;
  color: #ccc;
}

.open-col p {
  font-size: 1rem;
  margin: 0.3rem 0;
}

/* Button z. B. für Öffnungszeiten oder externen Link */
.open-button {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.open-button:hover {
  background-color: #3eb489;
  border-color: #3eb489;
  color: #000;
}

/* 📱 Responsive */
@media (max-width: 800px) {
  .open-hours-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .open-col {
    width: 100%;
  }
}

/* ========================================
   Call-to-Action (CTA) Sektion
======================================== */
.cta-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-start;
  text-align: left;
}

.cta-left,
.cta-right {
  flex: 1 1 45%;
}

.cta-right h3 {
  font-size: 1.5rem;
  color: #ffd700;
  margin-bottom: 1rem;
}

.cta-right p {
  color: #ccc;
  margin: 0.3rem 0;
  font-size: 1rem;
}

/* 📱 Responsive */
@media (max-width: 800px) {
  .cta-grid {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .cta-left,
  .cta-right {
    width: 100%;
  }
}

/* ========================================
   Einleitungs-Sektion (Hero-Bereich)
======================================== */
.section-einleitung {
  background: linear-gradient(135deg, #2e003e 0%, #023220 100%);
  padding: 6rem 2rem;
  color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

/* Dekorative goldene Schimmer-Effekte */
.section-einleitung::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
  z-index: 0;
}

.section-einleitung::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #ffd700, transparent);
  transform: translateX(-50%);
  margin-top: 2rem;
  z-index: 1;
}

/* Inhalt */
.section-einleitung .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.section-einleitung h2 {
  font-size: 2.5rem;
  color: #ffd700;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

.section-einleitung p {
  font-size: 1.15rem;
  color: #ccc;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.section-einleitung p strong {
  color: #f1f1f1;
  font-weight: 600;
}


/* ========================================
   Galerie-Vorschau (Startseite)
======================================== */
.section-gallery-preview {
  background-color: #240046;
  padding: 5rem 2rem;
  color: #f1f1f1;
}

.section-gallery-preview h2 {
  color: #f1c40f;
  margin-bottom: 1rem;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.gallery-row img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(241, 196, 15, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-row img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(241, 196, 15, 0.2);
}

/* Galerie-Überschrift auf separater Galerie-Seite */
.section-gallery h2 {
  color: #ffd700;
  margin-top: 4rem;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

.section-gallery .gallery-row {
  margin-bottom: 2rem;
}

/* ========================================
   Kundenmeinungen (Testimonials)
======================================== */
.section-testimonials {
  background-color: #2e003e;
  padding: 6rem 2rem 6rem;
  color: #f1f1f1;
  position: relative;
  text-align: center;
}

/* 🌈 Dekorative Trennlinie oben */
.section-testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #9b59b6, #27ae60, #f1c40f, transparent);
  transform: translateX(-50%);
  margin-bottom: 2rem;
}

.section-testimonials h2 {
  font-size: 2.5rem;
  color: #f1c40f;
  margin-bottom: 2rem;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}

/* Grid für mehrere Kundenstimmen */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* genau 3 Spalten */
  gap: 30px;
  margin-top: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-grid blockquote {
  background: #222;
  color: #eee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  font-style: italic;
}

.testimonials-grid blockquote:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.testimonials-grid footer {
  margin-top: 1rem;
  font-weight: bold;
  color: #ccc;
  font-size: 1.1rem;
}

.testimonials-grid .stars {
  color: #facc15;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

.stars {
  color: #f1c40f;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: block;
}

@media (max-width: 600px) {
  .section-testimonials {
    padding: 4rem 1rem;
  }

  .section-testimonials h2 {
    font-size: 2rem;
text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
  }

  .testimonials-grid blockquote {
    font-size: 0.95rem;
  }

  .testimonials-grid footer {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
/* ========================================
   Über Mich-Sektion
======================================== */
.uebermich-index {
  background-color: #1a1a1a;
  color: #eee;
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
}

/* 🌈 Trennlinie unten */
.uebermich-index::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
}

.uebermich-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* 🌈 Dekorative Trennlinie oben */
.uebermich-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
}

.uebermich-text {
  flex: 1 1 100%;
  max-width: 600px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f1f1f1;
  text-align: left;
  margin-bottom: 2rem;
}

.uebermich-heading {
  color: #ffd700 !important;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

.uebermich-text strong {
  color: #32cd32;
  font-weight: 600;
}

.uebermich-text em {
  display: block;
  margin-top: 1rem;
  font-style: italic;
  color: #ccc;
}

/* Bildbox rechts */
.slider-box-small {
  flex: 0 0 auto;
  width: 260px;
  max-width: 100%;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.3);
}

.slider {
  display: flex;
}

.slider-image {
  display: none;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
  transition: opacity 0.5s ease;
}

.slider-image.active {
  display: block;
}

.slider-btn {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffd700;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.slider-btn:hover {
  background-color: #ffd700;
  color: #111;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* 📱 Responsive */
@media (max-width: 800px) {
  .uebermich-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .slider-box-small {
    max-width: 100%;
  }
}

/* ========================================
   Events-Sektion
======================================== */
.section-events {
  background-color: #111;
  color: #fff;
  padding: 5rem 2rem;
}

.section-events h2 {
  color: #ffd700;
  font-size: 2.2rem;
  margin-bottom: 2rem;
text-shadow:
    1px 1px 2px #000,
    0 0 6px rgba(255, 215, 0, 0.3),
    0 0 10px rgba(255, 215, 0, 0.2);
  margin: 2rem 0;
}

.events-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

/* 🌈 Dekorative Trennlinie oben */
.events-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
}

/* Einzelne Event-Karten */
.event-card {
  background-color: #1b1b1b;
  border: 1px solid #333;
  border-radius: 10px;
  max-width: 300px;
  padding: 1.5rem;
  text-align: left;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.1);
  transition: transform 0.3s ease;
}

.event-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 18px rgba(255, 215, 0, 0.25);
}

.event-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.event-card h3 {
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  text-shadow:
    1px 1px 2px #000,
    0 0 6px rgba(255, 215, 0, 0.3),
    0 0 10px rgba(255, 215, 0, 0.2);
}

.event-card .event-date {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 0.3rem;
}

.event-card .event-ort {
  font-size: 0.95rem;
  color: #aaa;
  margin-bottom: 0.5rem;
}

.event-card p {
  font-size: 1rem;
  color: #eee;
}

/* ========================================
   Lightbox / Bild-Vorschau
======================================== */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.lightbox.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ========================================
   Social-Media-Sektion
======================================== */
.social-media {
  background-color: #1a1a1a;
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  border-top: none;
  border-bottom: none;
}

/* 🌈 Trennlinie oben */
.social-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
}

/* 🌈 Trennlinie unten */
.social-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
}

.social-media .container {
  max-width: 800px;
  margin: 0 auto;
}

.social-media h2 {
  color: #ffd700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.social-media p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.social-media-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

/* Instagram-Button */
.instagram-btn {
  display: inline-block;
  background-color: #e1306c;
  color: white;
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 1.1rem;
  box-shadow: 0 0 10px rgba(225, 48, 108, 0.4);
}

.instagram-btn:hover {
  background-color: #c8235a;
  box-shadow: 0 0 15px rgba(225, 48, 108, 0.6);
}

/* ========================================
   Call-to-Action / Terminvereinbarung
======================================== */
.section-cta {
  background-color: #1b1b1b;
  position: relative;
  padding: 6rem 2rem 7rem;
  text-align: center;
  color: #f1f1f1;
  margin-bottom: 0.2rem;
}

/* 🌈 Trennlinien oben und unten */
.section-cta::before{
  content: "";
  position: absolute;
  left: 50%;
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6a0dad, #3cb043, #ffd700, transparent);
  transform: translateX(-50%);
}

.section-cta::before {
  top: 0;
}

.section-cta::after {
  top: 100%;
  margin-top: 0rem;
}

/* Inhalt */
.section-cta h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #ffd700;
  font-family: 'Playfair Display', serif;
  text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
}

.section-cta p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Button */
.section-cta .cta-button {
  background-color: #3cb043;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.section-cta .cta-button:hover {
  background-color: #6a0dad;
  color: #fff;
}

/* === Kunden-Dashboard Layout (index.css) === */

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.dashboard-box {
  background-color: #1b1b1b;
  border: 2px solid #3eb489; /* Türkisgrün (Mardi Gras Theme) */
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  color: #222;
  transition: background 0.3s ease, transform 0.2s ease;
}

.dashboard-box:hover {
  background-color: #3eb489;
  color: #fff;
  transform: translateY(-3px);
}

.dashboard-box h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #ffd700;
}

.dashboard-box p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: white;
}

/* === Responsive Anpassungen für das Kunden-Dashboard === */

@media (max-width: 768px) {
  .container {
    padding: 20px;
  }

  .dashboard-box {
    padding: 16px;
    font-size: 0.95rem;
  }

  .dashboard-box h4 {
    font-size: 1.1rem;
  }

  .dashboard-grid {
    grid-template-columns: 1fr; /* eine Box pro Zeile */
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  p {
    font-size: 1rem;
    text-align: center;
  }

  .dashboard-box {
    text-align: center;
  }
}

.urlaub-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(17, 17, 17, 0.95);
  color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  overflow: hidden;
  pointer-events: all;

  animation: fadeOutBg 3s ease-out 3s forwards;
}

.urlaub-overlay-content {
  position: relative;
  max-width: 700px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeOutText 4s ease-out forwards;
}

.close-overlay {
  position: absolute;
  top: 20px;        /* Abstand vom oberen Rand */
  right: 24px;      /* Abstand vom rechten Rand */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s ease;
}

.close-overlay:hover {
  color: #ffd700;
}

/* NEU: verhindert Animation und Ausblenden im aktiven Urlaub */
.urlaub-overlay-statisch {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: rgba(17, 17, 17, 0.95) !important;
}

.urlaub-overlay-statisch .urlaub-overlay-content {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@keyframes fadeOutText {
  0%   { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

@keyframes fadeOutBg {
  0%   { background-color: rgba(17, 17, 17, 0.95); opacity: 1; }
  100% {
    background-color: rgba(17, 17, 17, 0);
    opacity: 0;
    visibility: hidden;
  }
}

.glow-line {
  color: withe;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  text-shadow:
    1px 1px 2px #000, /* dezente Tiefe */
    0 0 6px rgba(255, 215, 0, 0.3), /* goldener Schimmer */
    0 0 10px rgba(255, 215, 0, 0.2); /* sanfter Glow */
  margin: 2rem 0;
}