/* kv-home-extra rebuilt from backup 258 inline styles */

/* block 0 */
/* 02 - Sofort Handeln Leiste – frisch & mächtig */
/* Premium CD: Navy #011E3F + Accent #00A3E0 • Bitter + Barlow • Starke Präsenz auf der Startseite */

.kv-handeln-leiste {
  font-family: 'Bitter', Georgia, serif; /* CD: Bitter für Inhalte */
  background: #173557; /* Schwarzblau per Handbuch */
  padding: 22px 0 18px;
  position: relative;
  z-index: 90;
}

.kv-handeln-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kv-handeln-header {
  text-align: center;
  margin-bottom: 14px;
}

.kv-handeln-header h2 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.35rem;
  color: #fff;
  margin: 0 0 4px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.kv-handeln-header p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
  font-weight: 400;
}

.kv-handeln-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 1024px) {
  .kv-handeln-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 520px) {
  .kv-handeln-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .kv-handeln-header h2 {
    font-size: 1.22rem;
  }
}

.kv-handeln-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #011E3F;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  min-height: 72px;
}

.kv-handeln-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 163, 224, 0.25), 0 8px 20px rgba(0,0,0,0.2);
}

.kv-handeln-item:active {
  transform: translateY(-1px);
}

.kv-handeln-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #011E3F;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.kv-handeln-item:hover .kv-handeln-icon {
  color: #00A3E0;
  transform: scale(1.1);
}

.kv-handeln-icon svg {
  width: 100%;
  height: 100%;
}

.kv-handeln-content {
  flex: 1;
  min-width: 0;
}

.kv-handeln-label {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #011E3F;
  line-height: 1.15;
  margin-bottom: 2px;
  transition: color 0.25s ease;
}

.kv-handeln-item:hover .kv-handeln-label {
  color: #00A3E0;
}

.kv-handeln-desc {
  font-size: 0.78rem;
  color: #5f6a7a;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Powerful accent underline on hover */
.kv-handeln-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #00A3E0, #011E3F);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kv-handeln-item:hover::after {
  transform: scaleX(1);
}

/* One-time elegant reveal */
.kv-handeln-leiste.kv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.kv-handeln-leiste.kv-reveal.revealed {
  opacity: 1;
  transform: none;
}

/* block 1 */
.kv-countdown-premium {
  /* Kein blauer Hintergrund, keine Rahmenbalken – clean und transparent */
  color: #173557;
  font-family: 'Barlow', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  background: transparent;
}

.kv-countdown-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* CD Störer für Dringlichkeit */
.kv-stoerer {
  display: inline-block;
  background: linear-gradient(90deg, #cc0000, #e03a3a);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 2px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(204,0,0,0.4);
}

.kv-countdown-premium h2 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 3.1rem;
  font-weight: 700;
  color: #173557;
  margin: 0 0 8px;
  letter-spacing: -1.2px;
  line-height: 1.05;
}

.kv-countdown-premium .lead {
  font-size: 1.15rem;
  max-width: 620px;
  margin: 0 auto 42px;
  color: #374151;
  line-height: 1.4;
}

/* 2026 Timer Grid – klotzig & edel */
.kv-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 42px;
}

@media (max-width: 860px) {
  .kv-timer { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 520px) {
  .kv-timer { grid-template-columns: 1fr; gap: 10px; }
}

.kv-timer-unit {
  background: #f8f5f0;
  color: #173557;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 26px 14px 20px;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.23,1,0.32,1), 
              box-shadow 0.25s cubic-bezier(0.23,1,0.32,1);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.kv-timer-unit::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(to right, transparent, #00A3E0, transparent);
}

.kv-timer-unit:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 22px 48px rgba(0,0,0,0.18);
}

.kv-timer-number {
  font-family: 'Bitter', Georgia, serif;
  font-size: 4.1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2.5px;
  color: #173557;
  transition: transform 0.2s ease;
}

.kv-timer-unit:hover .kv-timer-number {
  transform: scale(1.04);
}

.kv-timer-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #00A3E0;
  margin-top: 6px;
}



/* Mobile – der besondere Slide-Effekt */
@media (max-width: 768px) {
  .kv-countdown-premium {
    padding: 55px 0;
  }
  .kv-timer {
    grid-template-columns: repeat(2, 1fr);
  }
  .kv-timer-number {
    font-size: 3.25rem;
  }

  /* Mobile-spezifischer "Slide & Brake" Effekt auf den Timer-Einheiten */
  .kv-timer-unit {
    opacity: 0;
    transform: translateX(-120%);
    transition: none;
  }
  .kv-timer-unit.kv-mobile-slid {
    opacity: 1;
    transition: transform 1.35s cubic-bezier(0.0, 0.0, 0.58, 1); /* starker Ease-Out = abbremsen */
  }
}

/* Small polish */
.kv-countdown-premium .kv-timer-unit {
  box-shadow: 0 10px 32px rgba(0,0,0,0.18);
}

/* block 2 */
/* ============================================================
   HOMEPAGE NEUIGKEITEN - ASYMMETRIC MIXED LAYOUT
   Inspired by modern nice WP sites (big visual + compact list)
   Self-contained, matches your premium CD & card styles
   ============================================================ */

.kv-home-news {
  font-family: 'Barlow', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.kv-home-news-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}

.kv-home-news-header h2 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.85rem;
  color: #011E3F;
  margin: 0;
  font-weight: 700;
}

.kv-home-news-header a {
  font-size: 0.9rem;
  color: #00A3E0;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.kv-home-news-header a:hover {
  color: #011E3F;
}

.kv-home-news-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 22px;
}

@media (max-width: 900px) {
  .kv-home-news-layout {
    grid-template-columns: 1fr;
  }
}

/* Big featured card on the left */
.kv-home-news-featured {
  display: block;
  background: #fff;
  border: 1px solid rgba(1,30,63,0.08);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(1,30,63,0.05);
  transition: transform 0.25s cubic-bezier(0.23,1,0.32,1), box-shadow 0.25s ease;
}

.kv-home-news-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,163,224,0.14);
}

.kv-home-news-featured .image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f8f5f0;
}

.kv-home-news-featured .rotator-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.kv-home-news-featured .rotator-slide.active {
  opacity: 1;
}

.kv-home-news-featured img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kv-home-news-featured .content {
  padding: 18px 20px 20px;
}

.kv-home-news-featured .date {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 6px;
}

.kv-home-news-featured h3 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.25;
  color: #011E3F;
  margin: 0 0 8px;
  font-weight: 700;
}

.kv-home-news-featured .excerpt {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Right column: compact list */
.kv-home-news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kv-home-news-item {
  display: flex;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(1,30,63,0.08);
  border-radius: 8px;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s cubic-bezier(0.23,1,0.32,1);
}

.kv-home-news-item:hover {
  border-color: #00A3E0;
  box-shadow: 0 6px 16px rgba(0,163,224,0.1);
}

.kv-home-news-item img {
  width: 92px;
  height: 68px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #f8f5f0;
}

.kv-home-news-item .text {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

.kv-home-news-item .date {
  font-size: 0.7rem;
  color: #6b7280;
  margin-bottom: 2px;
}

.kv-home-news-item h4 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #011E3F;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* block 3 */
/* 03 - Herzlich Willkommen Robert Offermann - 2026 ULTRA MEGA LUXUS MEISTERWERK */
/* Edel, luxuriös, 100% CD-Handbuch konform (#173557 Schwarzblau wie Hero + Header) */
/* Fonts: Bitter + Barlow, scharfe Kanten, dezente Akzente, mobile-first mit Slide & Brake */
/* Kein Video - reines starkes Portrait + Botschaft */

.kv-willkommen {
  font-family: 'Barlow', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.kv-willkommen .split {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .kv-willkommen .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Luxury Photo Frame - wie Hero mit internem Pan */
.kv-willkommen .photo {
  position: relative;
}

.kv-willkommen .photo-box {
  background: #fff;
  border: 1px solid rgba(23, 53, 87, 0.1);
  padding: 16px;
  box-shadow: 0 16px 48px rgba(23, 53, 87, 0.12);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), 
              box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kv-willkommen .photo-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, transparent, #00A3E0, transparent);
  z-index: 3;
}

.kv-willkommen .photo-wrapper {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 5; /* angepasst für Portrait */
  background: #f1ede4;
}

.kv-willkommen .photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  transition: object-position 15s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Subtle internal Pan like Hero - Desktop vertical, Mobile horizontal with brake */
.kv-willkommen .photo-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(23, 53, 87, 0.18);
}

/* Dezent einblenden NUR des PNG (robert_offermann) beim Erreichen des Bereichs,
   verblassen beim Zurückscrollen. Der Fotorahmen (.photo-box) bleibt statisch sichtbar. */
.kv-willkommen .photo-wrapper img {
  opacity: 0;
  transform: translateY(15px) scale(0.985);
  transition: opacity 0.85s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.85s cubic-bezier(0.23, 1, 0.32, 1),
              object-position 18s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}

.kv-willkommen .photo-wrapper img.revealed {
  opacity: 1;
  transform: none;
}

.kv-willkommen .photo-wrapper img.exited {
  opacity: 0;
  transform: translateY(-10px) scale(0.99);
}

/* Edel Luxus Content */
.kv-willkommen .content h2 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 2.65rem;
  color: #173557;
  margin: 0 0 18px;
  line-height: 1.05;
  letter-spacing: -0.8px;
}

.kv-willkommen .content .quote {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.38rem;
  color: #173557;
  font-style: italic;
  margin-bottom: 22px;
  line-height: 1.38;
  max-width: 580px;
}

.kv-willkommen .content p {
  font-size: 1.05rem;
  line-height: 1.72;
  color: #374151;
  max-width: 580px;
}

/* Strong CD CTA - Störer Style */
.kv-willkommen .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 15px 34px;
  background: linear-gradient(90deg, #cc0000, #e03a3a); /* CD Störer Rot */
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.28s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 16px rgba(204, 0, 0, 0.3);
}

.kv-willkommen .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(204, 0, 0, 0.4);
  background: #fff;
  color: #173557;
}

/* Mobile */
@media (max-width: 640px) {
  .kv-willkommen .content h2 {
    font-size: 2.05rem;
  }
  .kv-willkommen .content .quote {
    font-size: 1.22rem;
  }
  .kv-willkommen .btn {
    width: 100%;
    justify-content: center;
  }
}

/* block 4 */
/* 05 - Jetzt Mitmachen! – 2026 ULTRA MEGA LUXUS MEISTERWERK */
/* Attraktive Übersicht-Boxen aus dem Header-Menü, edel & luxuriös */
/* 100% CD-Handbuch: #173557, #00A3E0, Bitter/Barlow, rote Störer, dezente Effekte */
.kv-mitmachen {
  font-family: 'Barlow', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: transparent; /* hellbraune/beige Gesamtbox entfernt – nutzt den Seitenhintergrund */
  padding: 70px 20px;
}

.kv-mitmachen-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.kv-mitmachen h2 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 2.65rem;
  color: #173557;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.8px;
}

.kv-mitmachen .lead {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 38px;
  color: #374151;
  font-size: 1.08rem;
  line-height: 1.5;
}

/* Attraktive Übersicht-Boxen – wie Header-Nav, aber mega geil */
.kv-mitmachen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  .kv-mitmachen-grid { grid-template-columns: 1fr; gap: 14px; }
}

.kv-mitmachen-card {
  background: #fff;
  padding: 26px 24px;
  border: 1px solid rgba(23,53,87,0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.23,1,0.32,1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.kv-mitmachen-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, #00A3E0, transparent);
  opacity: 0.8;
}

.kv-mitmachen-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(23,53,87,0.15);
  border-color: #00A3E0;
}

.kv-mitmachen-card h4 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.35rem;
  color: #173557;
  margin: 0 0 10px;
  line-height: 1.15;
}

.kv-mitmachen-card p {
  font-size: 0.98rem;
  color: #374151;
  line-height: 1.55;
  margin-bottom: 18px;
  flex: 1;
}

.kv-mitmachen-card .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #173557;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  border: 2px solid #173557;
  transition: all 0.25s cubic-bezier(0.23,1,0.32,1);
  align-self: flex-start;
}

.kv-mitmachen-card .btn:hover {
  background: #00A3E0;
  color: #173557;
  border-color: #00A3E0;
  transform: translateY(-2px);
}

/* Störer-Style für den stärksten Call */
.kv-mitmachen-card .btn-primary {
  background: linear-gradient(90deg, #cc0000, #e03a3a);
  border-color: transparent;
  color: #fff;
}

.kv-mitmachen-card .btn-primary:hover {
  background: #fff;
  color: #173557;
  box-shadow: 0 8px 24px rgba(204,0,0,0.3);
}

/* Form bleibt stark */
.kv-form-section {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  padding: 32px 28px;
  border: 1px solid rgba(23,53,87,0.08);
  position: relative;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}

.kv-form-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, #00A3E0, transparent);
}

.kv-form-section h4 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 1.42rem;
  color: #173557;
  margin-bottom: 18px;
  text-align: center;
}

.kv-form-section form input, 
.kv-form-section form textarea {
  width: 100%;
  padding: 13px 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(23,53,87,0.1);
  font-size: 1rem;
  font-family: 'Barlow', system-ui, sans-serif;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.kv-form-section form input:focus, 
.kv-form-section form textarea:focus {
  border-color: #00A3E0;
  box-shadow: 0 0 0 3px rgba(0,163,224,0.1);
  outline: none;
}

.kv-form-section form button {
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(90deg, #cc0000, #e03a3a);
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.28s cubic-bezier(0.23,1,0.32,1);
}

.kv-form-section form button:hover {
  background: #173557;
  transform: translateY(-2px);
}

.kv-form-section p {
  font-size: 0.78rem;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 480px) {
  .kv-mitmachen-card { padding: 20px 18px; }
  .kv-mitmachen-card .btn { width: 100%; justify-content: center; }
  .kv-form-section { padding: 24px 20px; }
}

/* block 5 */
/* 07 - Video-Power &amp; Medien-Highlights - 2026 ULTRA MEGA LUXUS MEISTERWERK */
/* Drei echte YouTube-Einbettungen: 1× Querformat + 2× Shorts (Hochformat) */
/* Mega elegant gerahmt, responsive, luxury hover, scharfe Kanten, Blue-CD */
.kv-video {
  font-family: 'Barlow', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 20px;
}

/* Magische Scroll-Effekte – genial auftauchen & soft verschwinden */
.kv-video.kv-reveal {
  opacity: 0;
  transform: scale(0.96) translateY(45px);
  transition: opacity 1.05s cubic-bezier(0.23, 1, 0.32, 1),
              transform 1.05s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform;
}
.kv-video.kv-reveal.revealed {
  opacity: 1;
  transform: none;
}
.kv-video.kv-reveal.exited {
  opacity: 0.45;
  transform: scale(0.985) translateY(-18px);
  transition-duration: 0.6s;
}

.kv-video h2 {
  font-family: 'Bitter', Georgia, serif;
  font-size: 2.25rem;
  color: #011E3F;
  margin-bottom: 8px;
}

.kv-video p {
  color: #374151;
  max-width: 620px;
  margin-bottom: 6px;
}

.kv-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
  align-items: start;
}

@media (max-width: 900px) { .kv-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .kv-video-grid { grid-template-columns: 1fr; } }

.kv-video-item {
  border: 1px solid rgba(1,30,63,0.06);
  background: #fff;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.kv-video-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 163, 224, 0.22), 0 0 0 1px #00A3E0;
  border-color: #00A3E0;
}

/* Mega edle Video-Embeds mit korrekten Formaten */
.kv-video-item .embed-wrapper {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.kv-video-item.landscape .embed-wrapper {
  aspect-ratio: 16 / 9;
}

.kv-video-item.portrait .embed-wrapper {
  aspect-ratio: 9 / 16;
}

.kv-video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Elegante Caption unter dem Video */
.kv-video-item .label {
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #011E3F;
  background: #fff;
  border-top: 1px solid rgba(1,30,63,0.06);
  line-height: 1.3;
}

.kv-video .more-link {
  display: block;
  text-align: center;
  margin-top: 26px;
  color: #00A3E0;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.kv-video .more-link:hover {
  color: #011E3F;
}

/* ape-box removed */
.kv-home-ape,.kv-home-ape-wrap{display:none!important}

/* === function visibility fixes (2026-08-11) === */
/* Photo: HTML has .photo.revealed, original CSS expected img.revealed */
.kv-willkommen .photo.revealed .photo-wrapper img,
.kv-willkommen .photo-wrapper img.revealed {
  opacity: 1 !important;
}
.kv-willkommen .photo-wrapper img {
  /* keep ghost default but never leave invisible if parent is revealed */
  min-height: 1px;
}

/* Handeln: if JS delayed, still show after short delay via animation fallback */
.kv-handeln-leiste.kv-reveal {
  animation: kvHandelnFallback 0.01s 1.2s forwards;
}
@keyframes kvHandelnFallback {
  to { opacity: 1; transform: none; }
}
.kv-handeln-leiste.kv-reveal.revealed {
  opacity: 1 !important;
  transform: none !important;
  animation: none;
}

/* Video cards visible by default; JS still adds polish */
.kv-video.kv-reveal { opacity: 1; }
.kv-video-item { opacity: 1; }

/* Countdown numbers always readable */
.kv-timer-number {
  min-width: 1.2em;
  color: #011E3F;
}
#days-big { color: #00A3E0 !important; }


/* Hero slider – thick Kandidaten CTA */
body.home .kv-avada-hero-slider .fusion-button.kv-slider-cta-kand,
body.home #kv-home-slider .fusion-button.kv-slider-cta-kand,
body.home .fusion-slider-container .fusion-button.kv-slider-cta-kand {
  min-height: 58px !important;
  padding: 18px 40px !important;
  font-size: 1.18rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  border-radius: 40px !important;
  box-shadow: 0 10px 28px rgba(227, 6, 19, 0.4) !important;
  text-transform: none !important;
}
body.home .kv-avada-hero-slider .fusion-button.kv-slider-cta-kand:hover,
body.home #kv-home-slider .fusion-button.kv-slider-cta-kand:hover {
  box-shadow: 0 12px 32px rgba(0, 163, 224, 0.4) !important;
  transform: translateY(-1px);
}
body.home .kv-avada-hero-slider .buttons,
body.home #kv-home-slider .buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 18px !important;
}
@media (max-width: 640px) {
  body.home .kv-avada-hero-slider .fusion-button.kv-slider-cta-kand,
  body.home #kv-home-slider .fusion-button.kv-slider-cta-kand {
    min-height: 52px !important;
    padding: 15px 28px !important;
    font-size: 1.05rem !important;
    width: min(100%, 320px);
  }
  body.home .kv-avada-hero-slider .buttons,
  body.home #kv-home-slider .buttons {
    flex-direction: column !important;
  }
}