/* Tactilevibe — helle Thema: #FFFFFF Hintergrund, #2563EB primär, #F97316 Akzent, #1F2937 Text */
:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #60a5fa;
  --primary-500: #2563eb;
  --primary-600: #1d4ed8;
  --primary-700: #1e40af;
  --primary-800: #1e3a8a;
  --primary-900: #1e3a8a;
  --primary-rgb: 37, 99, 235;
  --accent-500: #f97316;
  --accent-rgb: 249, 115, 22;
  --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: #2563eb;
  --button-primary-bg: #2563eb;
  --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: #2563eb !important;
  font-weight: 700;
}

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

.header-minimal .nav-link:hover,
.header-minimal .nav-link.active {
  color: #2563eb !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: #2563eb !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: #2563eb !important;
}

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

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

.hero-professional-blue-01 .layout_hero_subtitle {
  color: #2563eb !important;
}

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

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

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

.hero-professional-blue-01 .btn-outline-primary:hover {
  background: #2563eb !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: #2563eb !important;
  color: #ffffff !important;
}

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

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

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

.leadgen-form-card {
  background: #ffffff !important;
  border: 1px solid #dbeafe !important;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 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: #f97316 !important;
  border-color: #f97316 !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: #2563eb !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: #f97316 !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: #2563eb !important;
}

.blog-card-accent {
  background: #2563eb !important;
}

.blog-card-accent-alt {
  background: #f97316 !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: #2563eb !important;
  color: #ffffff !important;
}

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

.info-card .icon-wrapper {
  color: #2563eb !important;
}

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

.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-section {
  background: #1f2937 !important;
}

.footer-section .ui_section_title,
.footer-section .style_body_base,
.footer-section .page_overline {
  color: #f9fafb !important;
}

.footer-section .text-muted,
.footer-section .bright_caption {
  color: #9ca3af !important;
}

.footer-section a {
  color: #93c5fd !important;
}

.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: #f97316 !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;
}
