/* Kinder-Unterseite: freundlich, klar getrennt von der Erwachsenen-Ästhetik */

.kinder-body {
  font-family: "Nunito", system-ui, sans-serif;
  background: linear-gradient(180deg, #fff8ed 0%, #e8f4fc 45%, #fdf6ff 100%);
  color: #2a3340;
  min-height: 100vh;
}

.kinder-body .skip-link:focus {
  outline-color: #3d6ea8;
}

.kinder-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.kinder-header {
  background: rgba(255, 252, 246, 0.95);
  border-bottom: 3px solid #ffd966;
  box-shadow: 0 6px 0 rgba(255, 217, 102, 0.35);
}

.kinder-header-inner {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.kinder-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2a3340;
  text-decoration: none;
}

.kinder-logo img {
  border-radius: 50%;
  border: 3px solid #9ec8f4;
  object-fit: cover;
  width: 44px;
  height: 44px;
}

.kinder-logo strong {
  color: #2d6a9f;
}

.kinder-logo-amp {
  font-weight: 500;
  opacity: 0.85;
}

.kinder-nav a {
  font-weight: 600;
  color: #2a3340;
}

.kinder-nav a:hover {
  color: #2d6a9f;
}

.kinder-nav-cta {
  padding: 0.45rem 1rem !important;
  background: #2d6a9f !important;
  color: #fff !important;
  border-radius: 999px !important;
  text-decoration: none !important;
}

.kinder-nav-cta:hover {
  background: #265a87 !important;
  color: #fff !important;
}

.kinder-nav-grownups {
  font-size: 0.95rem !important;
  border: 2px dashed #7aa6d6;
  border-radius: 999px;
  padding: 0.35rem 0.85rem !important;
}

.kinder-hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.25rem;
  text-align: center;
}

.kinder-hero-inner {
  max-width: 38rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid #b8d9f5;
  box-shadow: 0 12px 40px rgba(45, 106, 159, 0.1);
}

.kinder-hero-tag {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d6a9f;
  background: #e8f2fa;
  border-radius: 999px;
}

.kinder-hero h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin: 0 0 0.75rem;
  color: #243a52;
}

.kinder-hero-text {
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.68;
  color: #3d4a5c;
}

.kinder-bubble-link {
  display: inline-block;
  padding: 0.55rem 1.35rem;
  background: #2d6a9f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid #1f4d75;
}

.kinder-bubble-link:hover {
  background: #265a87;
  color: #fff;
}

.kinder-strip {
  height: 4px;
  margin: 0 1.25rem;
  max-width: 12rem;
  margin-inline: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ec878, #6b9bd1, #c9a0dc);
  opacity: 0.65;
}

.kinder-block {
  padding: 1.25rem 1.25rem 2rem;
  max-width: 44rem;
  margin: 0 auto;
}

.kinder-card {
  background: #fff;
  border-radius: 1.15rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid #c9e4f8;
  box-shadow: 0 6px 20px rgba(45, 106, 159, 0.06);
}

.kinder-card h2 {
  font-family: "Nunito", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  margin: 0 0 1rem;
  color: #243a52;
}

.kinder-card p {
  margin: 0 0 1rem;
  line-height: 1.65;
  font-size: 1.05rem;
}

.kinder-card p:last-child {
  margin-bottom: 0;
}

.kinder-list {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  line-height: 1.7;
  font-size: 1.05rem;
}

.kinder-list li {
  margin-bottom: 0.35rem;
}

.kinder-card--accent {
  border-color: #ffb3c0;
  background: linear-gradient(180deg, #fff 0%, #fff5f7 100%);
}

.kinder-shout {
  max-width: 40rem;
  margin: 2rem auto 3rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc 0%, #eef6fc 100%);
  border-radius: 1.25rem;
  border: 1px solid #b8d9f5;
}

.kinder-shout h2 {
  font-family: "Nunito", system-ui, sans-serif;
  margin: 0 0 1rem;
  color: #243a52;
}

.kinder-shout-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.62;
  color: #334155;
}

.kinder-shout-list li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.kinder-shout-list li::before {
  content: "✓ ";
  color: #2d6a9f;
}

.kinder-footer-cta {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

.kinder-footer-cta a {
  color: #1f5f99;
  font-weight: 800;
}

.kinder-footer {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.kinder-footer a {
  color: #2d6a9f;
  text-decoration: none;
}

.kinder-footer a:hover {
  text-decoration: underline;
}

.kinder-footer-dot {
  color: #b0b8c4;
}

.kinder-footer-phase {
  color: #64748b;
  font-weight: 600;
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .kinder-nav-toggle {
    display: flex;
  }

  .kinder-nav {
    top: var(--nav-overlay-top, 4rem);
    background: #fffef8;
    border-bottom-color: #ffd966;
  }
}
