/* Helle STO-Lernplattform — #0EA5E9 / #F59E0B / #FFFFFF / #111827 */
:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-muted: #f1f5f9;
  --bg-glass: rgba(255, 255, 255, 0.92);
  --bg-inverse: #111827;
  --surface-primary: #ffffff;
  --surface-secondary: #f8fafc;
  --surface-accent: #eff6ff;
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-accent: #0ea5e9;
  --text-body: #111827;
  --border-light: rgba(17, 24, 39, 0.1);
  --border-medium: rgba(14, 165, 233, 0.35);
  --primary-50: #f0f9ff;
  --primary-100: #e0f2fe;
  --primary-200: #bae6fd;
  --primary-300: #7dd3fc;
  --primary-400: #38bdf8;
  --primary-500: #0ea5e9;
  --primary-600: #0284c7;
  --primary-700: #0369a1;
  --primary-rgb: 14, 165, 233;
  --accent-500: #f59e0b;
  --accent-rgb: 245, 158, 11;
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-300: #d1d5db;
  --neutral-500: #6b7280;
  --neutral-700: #374151;
  --neutral-900: #111827;
  --button-primary-bg: #0ea5e9;
  --button-primary-text: #ffffff;
  --button-secondary-bg: #ffffff;
  --button-secondary-text: #0ea5e9;
  --shadow-sm: 0 2px 8px rgba(17, 24, 39, 0.06);
  --shadow-md: 0 8px 24px rgba(17, 24, 39, 0.08);
}

html {
  background-color: #ffffff;
}

body {
  background-color: #ffffff !important;
  color: var(--text-primary) !important;
}

.site-header-light .navbar {
  background-color: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(8px);
}

.site-header-light .navbar-toggler {
  border-color: rgba(14, 165, 233, 0.35);
}

.site-header-light .nav-link {
  color: #111827 !important;
}

.site-header-light .nav-link:hover,
.site-header-light .nav-link.active {
  color: #0ea5e9 !important;
}

.site-header-light .dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-md);
}

.site-header-light .dropdown-item {
  color: #111827;
}

.site-header-light .dropdown-item:hover {
  background: #f0f9ff;
  color: #0284c7;
}

.text-accent-sky,
.text-accent-blue {
  color: #0ea5e9 !important;
}

.text-accent-amber {
  color: #f59e0b !important;
}

.pro_hero_title,
.hero-title,
.about-main-title,
.fresh_section_title {
  color: #111827 !important;
}

.dark_hero_subtitle,
.hero-subtitle,
.bold_section_subtitle {
  color: #0ea5e9 !important;
}

.design_body_large.hero-description,
.light_body_base {
  color: #4b5563 !important;
}

.lead,
.text-muted,
.text-secondary {
  color: #6b7280 !important;
}

.footer-classic {
  background: #111827 !important;
  --text-primary: #f9fafb;
}

.footer-brand-description,
.footer-disclaimer-text p {
  color: #d1d5db !important;
}

.footer-section-title,
.footer-brand-name {
  color: #ffffff !important;
}

.footer-links-list a,
.footer-contact-list a,
.footer-contact-list span {
  color: #e5e7eb !important;
}

.footer-disclaimer-box {
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.25);
}

.disclaimer-icon {
  color: #f59e0b !important;
}

.btn-primary,
.btn-leadgen-submit {
  background-color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-leadgen-submit:hover {
  background-color: #0284c7 !important;
  border-color: #0284c7 !important;
}

.btn-outline-secondary {
  color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
}

.btn-outline-secondary:hover {
  background-color: #0ea5e9 !important;
  color: #fff !important;
}

.service-card,
.usp-item-inner,
.leadgen-form-card,
.blog-card-inner {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-sm);
}

.service-title,
.usp-item-header h3,
.blog-card-title {
  color: #111827 !important;
}

.service-description,
.usp-item-desc,
.blog-card-excerpt {
  color: #4b5563 !important;
}

.usp-item-value {
  color: #f59e0b !important;
}

.form-control,
.form-select {
  background-color: #ffffff !important;
  border-color: rgba(17, 24, 39, 0.15) !important;
  color: #111827 !important;
}

.form-floating > label {
  color: #6b7280 !important;
}

.article-container h1,
.article-container h2,
.article-container h3 {
  color: #111827 !important;
}

.article-container p,
.article-container li {
  color: #374151 !important;
}

.team-card-site8 {
  background: #f8fafc;
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.team-card-site8 img {
  border-radius: 50%;
  max-width: 160px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid rgba(14, 165, 233, 0.45);
}

.map-embed-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.12);
  min-height: 320px;
}

.map-embed-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.faq-item-site8 .accordion-button {
  background: #f8fafc;
  color: #111827;
}

.faq-item-site8 .accordion-body {
  background: #ffffff;
  color: #4b5563;
}

.hero-professional-blue-01 {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 55%, #fffbeb 100%);
}

.hero-blob-1,
.hero-blob-2 {
  background: rgba(14, 165, 233, 0.12) !important;
}

.hero-streak {
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.25), transparent) !important;
}

.about-section-pro {
  background: #f8fafc;
}

.contact-section-modern .form-column {
  background: #ffffff;
}

.contact-section-modern .info-column {
  background: #f0f9ff;
}

.brand-accent-line {
  background: linear-gradient(90deg, #0ea5e9, #f59e0b) !important;
}

.service-pricing .price-value {
  color: #f59e0b !important;
}

.blog-card-badge {
  background: #f0f9ff;
  color: #0284c7;
}

.blog-card-link {
  color: #0ea5e9 !important;
}

.legal-page {
  max-width: 860px;
}

.legal-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.legal-content h2 {
  font-size: 1.25rem;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.legal-content p,
.legal-content li {
  line-height: 1.65;
}
