/*
Theme Name: EasyModuleDE Elementor Base
Theme URI: https://easy-module.de
Author: Tom Janik (EasyModuleDE)
Author URI: https://easy-module.de
Description: Schlankes, dunkles Basis-Theme für Elementor – optimiert für das EasyModuleDE /dev Design. Nutze Elementor für Layouts; dieses Theme liefert Styles, Header/Footer und sauberen Unterbau.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easymodulede-elementor-base
*/

/* --- Global Design Tokens (ähnlich /dev) --- */
:root{
  --em-primary:#2563EB;
  --em-accent:#22C55E;
  --em-text:#0F172A;
  --em-muted:#64748B;
  --em-bg:#0B1220;
  --em-surface:#111827;
  --em-border:#1F2937;
  --em-radius:16px;
}

html,body{height:100%}
body{
  margin:0;
  background:var(--em-bg);
  color:#fff;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.6;
}

/* Content wrapper for non-Elementor fallback pages */
.em-container{
  width:min(1200px, 92%);
  margin:0 auto;
  padding:48px 0;
}

/* Links */
a{color:var(--em-primary); text-decoration:none}
a:hover{text-decoration:underline}

/* Basic header/footer – Elementor kann diese ersetzen, wenn du Theme Builder nutzt */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(11,18,32,.75);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid rgba(31,41,55,.75);
}
.site-header .inner{
  width:min(1200px, 92%);
  margin:0 auto;
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
}
.site-title{
  font-weight:800;
  letter-spacing:.2px;
  color:#fff;
}
.primary-nav a{
  color:#E5E7EB;
  margin-left:14px;
  opacity:.9;
}
.primary-nav a:hover{opacity:1; text-decoration:none}

.em-btn{
  display:inline-block;
  padding:12px 18px;
  border-radius:999px;
  font-weight:600;
  border:1px solid transparent;
}
.em-btn.primary{background:var(--em-primary); color:#fff}
.em-btn.outline{background:transparent; border-color:rgba(226,232,240,.25); color:#fff}
.em-btn:hover{filter:brightness(1.05); text-decoration:none}

/* Card helper (optional for Elementor classes) */
.em-card{
  background:var(--em-surface);
  border:1px solid var(--em-border);
  border-radius:var(--em-radius);
  padding:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.em-card:hover{transform:translateY(-4px); transition:transform .2s ease}

/* WordPress blocks fallback */
.wp-block{max-width:1200px}

.primary-nav ul.menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:14px;
}

.primary-nav ul.menu li{
  margin:0;
  padding:0;
}

.primary-nav ul.menu a{
  color:#E5E7EB;
  text-decoration:none;
  opacity:.9;
}

.primary-nav ul.menu a:hover{
  opacity:1;
}

.primary-nav .menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:14px;
}

.primary-nav .menu li{
  margin:0;
  padding:0;
}

.primary-nav .menu a{
  color:#E5E7EB;
  text-decoration:none;
  opacity:.9;
  display:inline-block;
  padding:8px 10px;
  border-radius:10px;
}

.primary-nav .menu a:hover{
  opacity:1;
  background:rgba(255,255,255,.06);
}
