LEVADIS® Programmübersicht :root{ --primary:#433a6e; --secondary:#574b90; --accent:#ff8a3d; --text:#0f172a; --muted:#64748b; --bg:#f7f8fb; --white:#ffffff; --line:#e5e7eb; } *{box-sizing:border-box} body{ margin:0; font-family:'Open Sans',sans-serif; background:var(--bg); color:var(--text); line-height:1.6; } /* Layout */ .wrap{ max-width:1100px; margin:auto; padding:20px; } /* ========================= AVADA HEADER FIX ========================= */ .lev-header-hero{ background:linear-gradient(135deg,#433a6e,#574b90); padding:30px 20px; border-radius:12px; margin-bottom:25px; } /* harte Überschreibung */ .lev-header-hero, .lev-header-hero *{ color:#ffffff !important; } /* zusätzliche Sicherheit für Avada */ .fusion-builder-row .lev-header-hero, .fusion-builder-row .lev-header-hero *{ color:#ffffff !important; } /* Header Layout */ .header{ display:flex; align-items:center; gap:20px; } .logo{ height:50px; } /* Toolbar */ .toolbar{ position:sticky; top:0; z-index:50; background:#ffffffee; backdrop-filter:blur(6px); border-bottom:1px solid var(--line); } .toolbar-inner{ max-width:1100px; margin:auto; padding:12px 20px; display:flex; justify-content:flex-end; gap:10px; } .btn{ background:var(--secondary); color:#fff; padding:10px 16px; border-radius:8px; font-weight:600; border:none; cursor:pointer; } .btn.secondary{ background:#fff; color:var(--secondary); border:1px solid var(--secondary); } /* Card */ .card{ background:var(--white); border-radius:12px; padding:20px; margin-bottom:20px; border:1px solid var(--line); } .card h2{ margin-top:0; color:var(--secondary); } /* Nutzen */ .nutzen{ display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin:20px 0; } .n{ background:#fff; border-radius:10px; padding:14px; text-align:center; border:1px solid var(--line); transition:0.2s; } .n:hover{ transform:translateY(-2px); box-shadow:0 4px 12px rgba(0,0,0,0.05); } .n b{ display:block; color:var(--secondary); margin-bottom:5px; } /* Table Desktop */ .table{ width:100%; border-collapse:collapse; background:#fff; border-radius:12px; overflow:hidden; } .table th{ background:var(--secondary); color:#fff; text-align:left; padding:12px; } .table td{ padding:12px; border-bottom:1px solid var(--line); } /* Mobile Cards */ .program{ display:none; } /* Footer */ .footer{ text-align:center; margin-top:30px; color:var(--muted); } .footer b{ color:var(--secondary); } .claim{ margin-top:6px; font-weight:700; color:var(--primary); } /* Mobile */ @media(max-width:768px){ .header{ flex-direction:column; align-items:flex-start; } .nutzen{ grid-template-columns:1fr 1fr; } .table{ display:none; } .program{ display:block; } .program-item{ background:#fff; padding:16px; margin-bottom:12px; border-radius:10px; border:1px solid var(--line); } .program-item h3{ margin:0 0 6px; color:var(--secondary); font-size:16px; } .program-item p{ margin:0 0 8px; font-size:14px; } .meta{ font-size:13px; color:var(--muted); } } /* Print */ @media print{ .toolbar{display:none} body{background:#fff} }

LEVADIS® Programme für Führung & Kultur

Vom Müssen zum Wollen – messbare Wirkung im Alltag.

Warum LEVADIS®?

Sie investieren nicht in Training, sondern in Umsetzung. LEVADIS verbindet klare Modelle mit konkretem Verhalten im Alltag. Ergebnis: weniger Abstimmung, mehr Wirkung.

KlarheitFührung ohne Reibungsverlust
KulturVerhalten statt Folien
CoachingTransfer gesichert
PraxisSofort umsetzbar
WirkungMessbare Ergebnisse
Programm Wirkung Dauer Format
Culture & Impact Führung wirksam machen 1 Tag Präsenz / Online
Vom Müssen zum Wollen Eigenverantwortung steigern 2 Tage Blended
Culture Sprints Veränderung im Alltag 6–8 Wochen Serie
Values Lab Werte sichtbar machen 1 Tag Workshop
recht.klar. Compliance als Vorteil 1 Tag Präsenz / Online

Culture & Impact

Führung wirksam machen

1 Tag · Präsenz / Online

Vom Müssen zum Wollen

Eigenverantwortung steigern

2 Tage · Blended

Culture Sprints

Veränderung im Alltag

6–8 Wochen · Serie
.lev-section{ max-width:720px; margin:0 auto; padding:20px; } /* HERO */ .lev-hero{ background:linear-gradient(135deg,#433a6e,#574b90); color:#fff; padding:30px 20px; border-radius:16px; margin-bottom:20px; } .lev-hero h1{ color:#fff !important; font-size:22px; line-height:1.3; margin:0 0 10px; } .lev-hero p{ margin:0; opacity:0.95; } /* CARD */ .lev-card{ background:#fff; border-radius:16px; padding:20px; margin-bottom:16px; box-shadow:0 6px 18px rgba(0,0,0,0.05); } /* QUESTIONS */ .q{ margin-bottom:25px; } .q-title{ font-weight:700; margin-bottom:10px; } /* OPTIONS */ .option{ display:block; padding:14px; border-radius:12px; border:2px solid #e5e7eb; margin-bottom:10px; cursor:pointer; transition:0.2s; } .option:hover{ border-color:#574b90; } .option input{ display:none; } .option.active{ border-color:#574b90; background:#f3f1ff; } /* BUTTON */ .btn-main{ width:100%; background:#ff8a3d; color:#fff; padding:16px; border:none; border-radius:12px; font-weight:700; font-size:16px; margin-top:10px; } /* RESULT */ .result{ display:none; } .result-box{ background:#eef2ff; padding:18px; border-radius:12px; margin-top:15px; } /* EMAIL */ .email-box{ display:none; margin-top:15px; } .email-box input{ width:100%; padding:14px; border-radius:10px; border:1px solid #ddd; margin-bottom:10px; } /* DESKTOP */ @media(min-width:768px){ .lev-hero h1{ font-size:28px; } }

Warum passiert trotz klarer Prozesse so wenig?

In 2 Minuten sehen Sie, wo Ihr Unternehmen wirklich steht.

1. Entscheidungen sind:
2. Verantwortung wird:
3. Prozesse funktionieren:
// OPTION CLICK UX document.querySelectorAll('.option').forEach(el=>{ el.addEventListener('click',function(){ let name=this.querySelector('input').name; document.querySelectorAll('input[name="'+name+'"]').forEach(i=>{ i.parentElement.classList.remove('active'); }); this.classList.add('active'); this.querySelector('input').checked=true; }); }); let finalScore=0; let finalLevel=""; function calc(){ let form=document.forms["checkForm"]; let score=0; for(let i=1;i<=3;i++){ let val=form["q"+i].value; if(!val){ alert("Bitte alle Fragen beantworten"); return; } score+=parseInt(val); } finalScore=score; let text=""; if(score<=4){ finalLevel="Reaktiv"; text="Reaktive Kultur

Viel Energie geht verloren. Entscheidungen hängen stark von Einzelpersonen ab."; } else if(score<=7){ finalLevel="Evaluativ"; text="Evaluative Kultur

Strukturen sind vorhanden, werden aber nicht konsequent genutzt."; } else{ finalLevel="Initiativ"; text="Initiative Kultur

Gute Basis für Skalierung und echte Wirkung."; } document.getElementById("result").style.display="block"; document.getElementById("resultText").innerHTML=text; document.getElementById("emailBox").style.display="block"; window.scrollTo({ top:document.getElementById("result").offsetTop-20, behavior:"smooth" }); } function sendResult(){ let email=document.getElementById("email").value; if(!email){ alert("Bitte E-Mail eingeben"); return; } fetch("/levadis/check/save_check.php",{ method:"POST", headers:{'Content-Type':'application/json'}, body:JSON.stringify({ email:email, score:finalScore, level:finalLevel }) }) .then(()=>alert("Vielen Dank – Auswertung wurde versendet.")); }