/*
Theme Name: LW-Drones Relaunch
Text Domain: lw-drones-relaunch
Description: Individuelles LW-Drones Theme für den WordPress-Relaunch: dunkler technischer Look, grüner Akzent, klare Lösungsseiten und WooCommerce-Integration.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}


/* Kundenportal im dunklen Header */
.lw-header .lw-header-account {
  color: #0b161d !important;
  border-color: #86c82d !important;
  background: #86c82d !important;
}
.lw-header .lw-header-account:hover,
.lw-header .lw-header-account:focus-visible {
  color: #0b161d !important;
  border-color: #86c82d !important;
  background: #86c82d !important;
}


/* Header: CTA entfernt, verbleibende Elemente gleichmaessig verteilt. */
@media (min-width:1121px) {
  .lw-header .lw-header-inner { width:min(1180px,calc(100% - 40px)); gap:clamp(16px,1.8vw,28px); }
  .lw-header .lw-brand { transform:none; }
  .lw-header .lw-nav { margin-left:clamp(12px,1.6vw,26px); }
  .lw-header .lw-nav > ul { justify-content:space-between; gap:clamp(10px,1.15vw,18px); }
  .lw-header .lw-header-actions { margin-left:clamp(8px,1vw,16px); }
  .lw-header .lw-header-account { min-width:150px; }
}
