/* Noddingconsent — helle Thema: #FFFFFF, #3B82F6 primär, #16A34A Akzent, #1F2937 Text */
:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #60a5fa;
  --primary-500: #3b82f6;
  --primary-600: #2563eb;
  --primary-700: #1d4ed8;
  --primary-800: #1e40af;
  --primary-900: #1e3a8a;
  --primary-rgb: 59, 130, 246;
  --accent-500: #16a34a;
  --accent-rgb: 22, 163, 74;
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --surface-primary: #ffffff;
  --surface-secondary: #f9fafb;
  --surface-accent: #eff6ff;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-accent: #3b82f6;
  --button-primary-bg: #3b82f6;
  --button-primary-text: #ffffff;
  --button-secondary-bg: #f3f4f6;
  --button-secondary-text: #1f2937;
  --border-light: #e5e7eb;
  --border-medium: #d1d5db;
}

html {
  background: #ffffff;
}

body {
  background: #ffffff !important;
  color: #1f2937 !important;
}

.text-muted {
  color: #4b5563 !important;
}

.header-minimal .navbar {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(31, 41, 55, 0.06);
}

.header-minimal .navbar-brand {
  color: #3b82f6 !important;
  font-weight: 700;
}

.header-minimal .nav-link {
  color: #1f2937 !important;
}

.header-minimal .nav-link:hover,
.header-minimal .nav-link.active {
  color: #3b82f6 !important;
}

.header-minimal .hamburger-line {
  background: #1f2937 !important;
}

.header-minimal .navbar-collapse {
  background: #ffffff !important;
}

.header-clean .navbar {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #e5e7eb;
}

.header-clean .navbar-brand,
.header-clean .nav-link {
  color: #1f2937 !important;
}

.header-clean .nav-link:hover,
.header-clean .nav-link.active {
  color: #3b82f6 !important;
}

.header-clean .custom-toggler .line {
  background: #1f2937 !important;
}

.dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.1);
}

.dropdown-item {
  color: #1f2937 !important;
}

.dropdown-item:hover {
  background: #eff6ff !important;
  color: #3b82f6 !important;
}

.hero-professional-blue-01 {
  background: linear-gradient(165deg, #ffffff 0%, #eff6ff 55%, #f0fdf4 100%) !important;
}

.hero-professional-blue-01 .design_hero_title {
  color: #1f2937 !important;
}

.hero-professional-blue-01 .layout_hero_subtitle {
  color: #16a34a !important;
}

.hero-professional-blue-01 .unique_body_large {
  color: #4b5563 !important;
}

.hero-professional-blue-01 .btn-primary {
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
}

.hero-professional-blue-01 .btn-outline-primary {
  color: #3b82f6 !important;
  border-color: #3b82f6 !important;
}

.hero-professional-blue-01 .btn-outline-primary:hover {
  background: #3b82f6 !important;
  color: #ffffff !important;
}

.usp-section {
  background: #f9fafb !important;
}

.usp-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 2px 8px rgba(31, 41, 55, 0.04);
}

.usp-badge {
  background: #16a34a !important;
  color: #ffffff !important;
}

.usp-card .style_body_base {
  color: #4b5563 !important;
}

.usp-card .unique_body_large {
  color: #1f2937 !important;
}

.leadgen-section-secondary {
  background: #f0fdf4 !important;
}

.leadgen-form-card {
  background: #ffffff !important;
  border: 1px solid #bbf7d0 !important;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.08);
}

.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
  background: #ffffff !important;
  border-color: #d1d5db !important;
  color: #1f2937 !important;
}

.btn-leadgen-submit {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #ffffff !important;
}

.about-section {
  background: #ffffff !important;
}

.about-section .style_body_base,
.about-section .unique_body_large {
  color: #4b5563 !important;
}

.about-section .ui_section_title {
  color: #1f2937 !important;
}

.about-section .light_section_subtitle {
  color: #3b82f6 !important;
}

#team {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
}

.services-section-primary {
  background: #1f2937 !important;
}

.services-section-primary .section-title,
.services-section-primary .section-subtitle,
.services-section-primary .section-description {
  color: #f9fafb !important;
}

.service-item {
  background: #374151 !important;
  border: 1px solid #4b5563 !important;
}

.service-item .service-name {
  color: #ffffff !important;
}

.service-item .service-desc,
.service-item .service-features {
  color: #d1d5db !important;
}

.service-item .service-price {
  color: #4ade80 !important;
}

.service-item .service-icon {
  color: #60a5fa !important;
}

.service-item .cta-action-btn {
  color: #93c5fd !important;
}

.blog-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.blog-card .unique_body_large {
  color: #1f2937 !important;
}

.blog-card .style_body_base {
  color: #4b5563 !important;
}

.blog-card-link {
  color: #3b82f6 !important;
}

.blog-card-accent {
  background: #3b82f6 !important;
}

.blog-card-accent-alt {
  background: #16a34a !important;
}

.contact-section-alt {
  background: #f9fafb !important;
}

.contact-form-wrapper {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.contact-section-alt .form-control {
  background: #ffffff !important;
  border-color: #d1d5db !important;
  color: #1f2937 !important;
}

.btn-submit {
  background: #3b82f6 !important;
  color: #ffffff !important;
}

.info-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.info-card .icon-wrapper {
  color: #16a34a !important;
}

.site-disclaimer-section {
  background: #eff6ff !important;
  border-top: 1px solid #bfdbfe;
  border-bottom: 1px solid #bfdbfe;
}

.site-disclaimer-section h2 {
  color: #1f2937 !important;
}

.site-disclaimer-text p {
  color: #4b5563 !important;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.footer-professional-blue-01 {
  background: #1f2937 !important;
}

.footer-professional-blue-01 .core_section_title,
.footer-professional-blue-01 .top_body_base,
.footer-professional-blue-01 .premium_caption {
  color: #f9fafb !important;
}

.footer-professional-blue-01 .footer-link {
  color: #93c5fd !important;
}

.footer-professional-blue-01 .footer-link:hover {
  color: #4ade80 !important;
}

.footer-divider {
  border-color: #374151 !important;
}

.article-container .blog-article h1,
.article-container .blog-article h2 {
  color: #1f2937 !important;
}

.article-container .blog-article p {
  color: #4b5563 !important;
}

.article-meta {
  color: #6b7280 !important;
}

.accordion-button {
  background: #ffffff !important;
  color: #1f2937 !important;
}

.accordion-body {
  background: #f9fafb !important;
  color: #4b5563 !important;
}

.accordion-item {
  border-color: #e5e7eb !important;
}

.fresh_hero_title,
.core_section_title {
  color: #1f2937 !important;
}

.legal-page .legal-content h1,
.legal-page .legal-content h2,
.legal-page .legal-content h3 {
  color: #1f2937 !important;
}

.legal-page .legal-content p,
.legal-page .legal-content li {
  color: #4b5563 !important;
}

.text-success {
  color: #16a34a !important;
}

.usp-item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}
