.elementor-22305 .elementor-element.elementor-element-2406da5{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-77abf86 *//* === MPU LANDINGPAGE CSS FÜR ELEMENTOR - VERBESSERTE LESBARKEIT === */
/* Kopiere diesen Code in: WordPress Admin → Design → Customizer → Zusätzliches CSS */

:root{
  --mpu-primary:#1E3A8A; /* Navy: Vertrauen */
  --mpu-bg:#FFFFFF;
  --mpu-cta:#22C55E;     /* Primärer CTA */
  --mpu-cta-alt:#0EA5E9; /* Sekundärer CTA */
  --mpu-warn:#F59E0B;    /* Hinweis/Warnung */
  --mpu-text:#0f172a;    /* slate-900 */
  --mpu-muted:#64748b;   /* slate-500 - heller für bessere Lesbarkeit */
  --mpu-border:#e2e8f0;  /* slate-200 */
  --mpu-shadow: 0 10px 30px rgba(2,6,23,.08);
  --mpu-radius: 16px;
  --mpu-max: 1160px;

  /* Hero-spezifische Farben für besseren Kontrast */
  --mpu-hero-text: #ffffff;
  --mpu-hero-muted: #e2e8f0;
  --mpu-hero-accent: #f1f5f9;
}

/* Base Styles */
.mpu-container{
  max-width:var(--mpu-max);
  margin:0 auto;
  padding:clamp(16px,2.5vw,32px);
}

.mpu-grid{
  display:grid;
  gap:clamp(16px,2.5vw,24px);
}

.mpu-section h2{
  font-size:clamp(22px,3vw,32px);
  margin:.2em 0 .4em;
  color:var(--mpu-text);
  font-weight: 800;
}

.mpu-lead{
  font-size:clamp(16px,1.7vw,18px);
  color:var(--mpu-muted);
  font-weight: 500;
}

.mpu-panel{
  background:#fff;
  border:1px solid var(--mpu-border);
  border-radius:var(--mpu-radius);
  padding:24px;
  box-shadow:var(--mpu-shadow);
}

.mpu-include{
  margin:10px 0 0;
  padding-left:18px;
}

.mpu-include li{
  margin-bottom: 8px;
  line-height: 1.6;
}

.mpu-muted{
  color:var(--mpu-muted);
}

/* Spezielle Regel für bessere Lesbarkeit in weißen Boxen */
.mpu-hero-card .mpu-muted,
.mpu-panel .mpu-muted,
.mpu-price-card .mpu-muted{
  color: #475569; /* Dunklerer Grauton für weiße Hintergründe */
}

.mpu-spacer{
  height:10px;
}

.mpu-center{
  text-align:center;
}

/* Buttons - Verbesserte Kontraste */
.mpu-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:16px 24px;
  border-radius:999px;
  border:0;
  cursor:pointer;
  font-weight:800;
  text-decoration:none;
  box-shadow:var(--mpu-shadow);
  transition:.2s ease all;
  font-size: 16px;
  min-height: 56px;
  justify-content: center;
}

.mpu-btn:hover{
  transform:translateY(-2px);
  box-shadow: 0 15px 35px rgba(2,6,23,.15);
}

.mpu-btn:active{
  transform:translateY(1px);
}

.mpu-btn--primary{
  background: linear-gradient(135deg, #22C55E, #16A34A);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.mpu-btn--primary:hover{
  background: linear-gradient(135deg, #16A34A, #15803D);
  box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
  transform: translateY(-2px);
}

.mpu-btn--secondary{
  background: linear-gradient(135deg, #0EA5E9, #0284C7);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.mpu-btn--ghost{
  background: #ffffff;
  color:var(--mpu-primary);
  border:2px solid var(--mpu-primary);
  font-weight: 700;
}

/* Spezielle Button-Styles für Footer */
.mpu-final .mpu-btn--ghost{
  background: #ffffff;
  color: var(--mpu-primary);
  border: 2px solid #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.mpu-final .mpu-btn--ghost:hover{
  background: #f8fafc;
  transform: translateY(-2px);
}

.mpu-badge{
  display:inline-block;
  background: #fef3c7;
  color: #92400e;
  border:2px solid #fbbf24;
  padding:8px 14px;
  border-radius:999px;
  font-weight:800;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
  margin-bottom: 20px;
}

/* Hero Section - Verbesserte Lesbarkeit */
.mpu-hero{
  background:linear-gradient(135deg, rgba(30,58,138,0.95), rgba(30,58,138,0.85)), url('https://images.unsplash.com/photo-1517672651691-24622a91b550?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
  color: var(--mpu-hero-text);
  padding:40px 0;
  position: relative;
}

.mpu-hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30,58,138,0.1);
  pointer-events: none;
}

.mpu-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-block:8px;
  position: relative;
  z-index: 2;
}

.mpu-logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  letter-spacing:.2px;
  color: var(--mpu-hero-text);
}

.mpu-logo .mpu-mark{
  width:36px;
  height:36px;
  border-radius:9px;
  background:#fff;
  display:grid;
  place-items:center;
  color:var(--mpu-primary);
  font-weight: 900;
}

.mpu-nav{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.mpu-nav a{
  color: var(--mpu-hero-muted);
  text-decoration:none;
  font-weight:700;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.mpu-nav a:hover{
  background: rgba(255,255,255,0.1);
  color: #ffffff;
}

.mpu-hero-inner{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:32px;
  align-items:center;
  padding:32px 0;
  position: relative;
  z-index: 2;
}

.mpu-hero h1{
  font-size:clamp(28px,4vw,44px);
  line-height:1.1;
  margin:0 0 16px;
  color: var(--mpu-hero-text);
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.mpu-hero p{
  color: var(--mpu-hero-muted);
  font-size:clamp(16px,1.8vw,19px);
  font-weight: 500;
  line-height: 1.6;
}

.mpu-hero-card{
  background:#fff;
  color:var(--mpu-text);
  padding:24px;
  border-radius:var(--mpu-radius);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.2);
}

.mpu-hero-card .mpu-card-row{
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.mpu-hero-card .mpu-card-row .mpu-btn{
  flex: 1;
  min-width: 0;
}

.mpu-hero-card h3{
  color: var(--mpu-text);
  font-weight: 800;
  margin: 0 0 8px 0;
}

.mpu-hero-card .mpu-muted{
  color: #475569; /* Dunklerer Grauton für bessere Lesbarkeit */
  font-weight: 500;
}

.mpu-card-row{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top: 20px;
  margin-bottom: 16px;
}

.mpu-usp{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color: var(--mpu-hero-text);
  font-weight: 500;
  background: rgba(255,255,255,0.1);
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* Benefits Grid - NEUE STYLES */
.mpu-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin: 25px 0;
}

.mpu-benefit {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.mpu-benefit:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}

.mpu-benefit-icon {
    font-size: 1.5em;
    margin-right: 12px;
    min-width: 30px;
    text-align: left;
    color: #22C55E; /* Grüne Farbe für die Haken */
}

.mpu-benefit-text {
    flex: 1;
}

.mpu-benefit-text strong {
    color: var(--mpu-hero-text);
    font-size: 0.95em;
    line-height: 1.4;
}

/* Sterne für Bewertungen - NEUE STYLES */
.mpu-stars {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #FFD700; /* Goldene Sterne */
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    letter-spacing: 2px;
}

/* Insider-Wissen Hervorhebung - NEUE STYLES */
.mpu-include li:first-child {
    background: linear-gradient(135deg, var(--mpu-primary), #0EA5E9);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}

.mpu-include li:first-child::before {
    content: "🎯";
    margin-right: 8px;
    font-size: 1.1em;
}

.mpu-include li:first-child strong {
    color: #FFD700;
}

/* Steps */
.mpu-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.mpu-step{
  background:#f8fafc;
  border:1px solid var(--mpu-border);
  border-radius:14px;
  padding:20px;
  transition: all 0.3s ease;
}

.mpu-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.mpu-step h4{
  margin:12px 0 8px;
  color: var(--mpu-text);
  font-weight: 700;
}

/* Trust Section */
.mpu-trust{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

/* Media Logos */
.mpu-media-logos{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 24px;
  background: #f8fafc;
  border: 1px solid var(--mpu-border);
  border-radius: var(--mpu-radius);
  margin: 32px 0;
  flex-wrap: wrap;
}

.mpu-media-logos img{
  height: 40px;
  width: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.mpu-media-logos img:hover{
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

.mpu-kpis{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.mpu-kpi{
  background:#fff;
  border:1px solid var(--mpu-border);
  border-radius:14px;
  padding:16px 18px;
  box-shadow:var(--mpu-shadow);
  text-align: center;
  min-width: 120px;
}

.mpu-kpi strong{
  color: var(--mpu-primary);
  font-size: 18px;
}

.mpu-testimonials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.mpu-quote{
  background:#fff;
  border:1px solid var(--mpu-border);
  border-radius:14px;
  padding:18px;
  box-shadow:var(--mpu-shadow);
  font-size:15px;
  line-height: 1.6;
}

/* Flexible Pricing - NEUES DESIGN */
.mpu-flexible-pricing{
  display: flex;
  justify-content: center;
  margin: 32px 0;
  padding-top: 24px;
}

.mpu-price-card-flexible{
  background: #fff;
  border: 2px solid var(--mpu-cta);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  max-width: 600px;
  width: 100%;
  position: relative;
  margin-top: 24px;
}

.mpu-price-card-flexible::before{
  content: 'INDIVIDUELL';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mpu-cta);
  color: white;
  padding: 8px 18px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
  z-index: 10;
}

.mpu-price-card-flexible:hover{
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  border-color: #16A34A;
}

.mpu-price-header{
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f5f9;
}

.mpu-price-header h3{
  font-size: 24px;
  font-weight: 800;
  color: var(--mpu-text);
  margin: 0 0 12px 0;
}

.mpu-price-range{
  font-size: 18px;
  color: var(--mpu-muted);
  font-weight: 600;
  margin-bottom: 8px;
}

.mpu-price-amount{
  font-size: 36px;
  font-weight: 900;
  color: var(--mpu-cta);
  text-shadow: 0 2px 4px rgba(34, 197, 94, 0.2);
}

.mpu-price-subtitle{
  color: var(--mpu-muted);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  font-style: italic;
}

.mpu-price-features{
  margin: 24px 0;
}

.mpu-price-features .mpu-include{
  margin: 0;
  padding: 0;
  list-style: none;
}

.mpu-price-features .mpu-include li{
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--mpu-text);
  border-bottom: 1px solid #f1f5f9;
}

/* Erste Liste ohne blaue Hinterlegung */
.mpu-price-features .mpu-include li:first-child{
  background: none !important;
  color: var(--mpu-text) !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.mpu-price-features .mpu-include li:first-child::before{
  content: none !important;
}

.mpu-price-features .mpu-include li:last-child{
  border-bottom: none;
}

.mpu-price-cta{
  text-align: center;
  padding-top: 24px;
  border-top: 2px solid #f1f5f9;
}

.mpu-price-cta .mpu-card-row{
  margin-top: 16px;
  margin-bottom: 0;
  justify-content: center;
}

.mpu-price-note{
  background: #f0f9ff;
  color: #0369a1;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid #bae6fd;
}

/* Legacy Pricing Styles für Kompatibilität */
.mpu-pricing{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}

.mpu-price-card{
  background:#fff;
  border:2px solid #e2e8f0;
  border-radius:18px;
  padding:24px;
  box-shadow:var(--mpu-shadow);
  transition: all 0.3s ease;
}

.mpu-price-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.mpu-price-card.highlight{
  border-color:var(--mpu-cta);
  position: relative;
}

.mpu-price-card.highlight::before{
  content: 'EMPFOHLEN';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mpu-cta);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}

.mpu-price{
  font-size:32px;
  font-weight:900;
  color: var(--mpu-primary);
}

/* FAQ */
.mpu-faq{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

details.mpu-qa{
  background:#fff;
  border:1px solid var(--mpu-border);
  border-radius:14px;
  padding:16px 18px;
  box-shadow:var(--mpu-shadow);
  transition: all 0.3s ease;
}

details.mpu-qa:hover{
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

details.mpu-qa summary{
  cursor:pointer;
  font-weight:700;
  color: var(--mpu-text);
  padding: 4px 0;
}

details.mpu-qa p{
  margin-top: 12px;
  line-height: 1.6;
  color: var(--mpu-muted);
}

/* Final CTA */
.mpu-final{
  background:linear-gradient(135deg, rgba(30,58,138,0.97), rgba(14,165,233,0.85)), url('https://images.unsplash.com/photo-1507537297725-24a1c029d3ca?q=80&w=1600&auto=format&fit=crop') center/cover;
  color:#fff;
  text-align:center;
  border-radius:18px;
  padding:48px 24px;
  position: relative;
}

.mpu-final::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30,58,138,0.3);
  border-radius: 18px;
  pointer-events: none;
}

.mpu-final h2{
  font-size:clamp(24px,3.4vw,36px);
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 16px;
}

.mpu-final p{
  color: #e2e8f0;
  font-size: clamp(16px,1.8vw,18px);
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 24px;
}

.mpu-final .mpu-card-row{
  position: relative;
  z-index: 2;
}

/* Warning Notice - Verbesserte Sichtbarkeit */
.notice-warn{
  background: #fef3c7;
  border: 2px solid #f59e0b;
  border-radius:12px;
  padding:18px 20px;
  margin:18px 0;
  color: #92400e;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
  line-height: 1.5;
}

/* Sticky WhatsApp */
.mpu-sticky-wa{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9999;
}

.mpu-sticky-wa a{
  display:flex;
  align-items:center;
  gap:10px;
  background:#25D366;
  color:#ffffff;
  padding:16px 18px;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  text-decoration:none;
  transition: all 0.3s ease;
}

.mpu-sticky-wa a:hover{
  transform: scale(1.05);
  box-shadow:0 15px 30px rgba(0,0,0,.25);
}

/* Mobile Responsive */
@media (max-width: 960px){
  .mpu-hero-inner{
    grid-template-columns:1fr;
    gap: 24px;
  }
  .mpu-steps{
    grid-template-columns:1fr 1fr;
  }
  .mpu-trust{
    grid-template-columns:1fr;
  }
  .mpu-testimonials{
    grid-template-columns:1fr;
  }
  .mpu-pricing{
    grid-template-columns:1fr;
  }
  .mpu-price-card-flexible{
    padding: 24px;
    margin: 0 16px;
  }
  .mpu-price-amount{
    font-size: 32px;
  }
  .mpu-flexible-pricing{
    margin: 24px 0;
    padding-top: 28px;
  }
  .mpu-price-card-flexible{
    margin-top: 28px;
  }
  .mpu-faq{
    grid-template-columns:1fr;
  }
  .mpu-nav{
    display: none; /* Navigation auf Mobile ausblenden */
  }
  .mpu-benefits-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mpu-benefit {
    padding: 12px;
  }
}

/* Footer */
.mpu-footer{
  background: #f8fafc;
  border-top: 1px solid var(--mpu-border);
  padding: 32px 0;
  margin-top: 48px;
  text-align: center;
}

.mpu-footer-links{
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.mpu-footer-links a{
  color: var(--mpu-muted);
  text-decoration: none;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.mpu-footer-links a:hover{
  color: var(--mpu-primary);
  background: rgba(30, 58, 138, 0.1);
}

.mpu-footer-copy{
  color: var(--mpu-muted);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 600px){
  .mpu-steps{
    grid-template-columns:1fr;
  }
  .mpu-card-row{
    flex-direction:column;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .mpu-kpis{
    flex-direction:column;
  }
  .mpu-hero{
    padding: 24px 0;
  }
  .mpu-hero h1{
    font-size: 24px;
  }
  .mpu-btn{
    width: 100%;
    justify-content: center;
  }
  .mpu-media-logos{
    gap: 16px;
    padding: 16px;
  }
  .mpu-media-logos img{
    height: 32px;
  }
  .mpu-footer-links{/* End custom CSS */