.elementor-40716 .elementor-element.elementor-element-42ba82b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-966d11e *//* ============================================================
   VARIABLES
============================================================ */
:root {
  --navy:        #0A3068;
  --navy-dark:   #071f45;
  --navy-mid:    #0d3d7a;
  --accent:      #81A65E;
  --accent-dark: #256628;
  --accent-light:#EEF4E8;
  --gold:        #F5A623;
  --gold-dark:   #d4891a;
  --red-soft:    #FEF0F0;
  --red-text:    #c0392b;
  --surface:     #F4F6F8;
  --surface-mid: #E8EDF2;
  --white:       #FFFFFF;
  --border:      #D8DDE3;
  --text:        #1a2a3a;
  --text-soft:   #4a5568;
  --text-muted:  #718096;
 
  --font: 'Lato', system-ui, sans-serif;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 100px;
}
 
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
 
body {
  font-family: var(--font)!important;
  background: var(--white)!important;
  color: var(--text)!important;
  font-size: 16px!important;
  line-height: 1.6!important;
  font-weight: 400!important;
  -webkit-font-smoothing: antialiased!important;
}
 
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 700; }
 
/* ============================================================
   LAYOUT
============================================================ */
.container {
  width: 100%!important;
  max-width: 900px!important;
  margin: 0 auto!important;
  padding: 0 20px!important;
}
.container--wide { max-width: 1100px; }
 
.section { padding: 72px 0; }
.section--dark { background: var(--navy)!important; }
.section--darker { background: var(--navy-dark)!important; }
.section--surface { background: var(--surface)!important; }
.section--mid { background: var(--surface-mid)!important; }
 
/* ============================================================
   TYPOGRAPHY
============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1)!important;
  color: rgba(255,255,255,0.8)!important;
  border: 1px solid rgba(255,255,255,0.2)!important;
  border-radius: var(--radius-pill)!important;
  padding: 6px 16px!important;
  font-size: 0.8rem!important;
  font-weight: 600!important;
  letter-spacing: 0.04em!important;
  text-transform: uppercase!important;
  margin-bottom: 22px!important;
}
.eyebrow--light {
  background: rgba(10,48,104,0.08)!important;
  color: var(--navy)!important;
  border-color: rgba(10,48,104,0.15)!important;
}
.eyebrow--accent {
  background: var(--accent-light)!important;
  color: var(--accent-dark);
  border-color: rgba(37,102,40,0.2)!important;
}
.eyebrow .dot {
  width: 7px; height: 7px!important;
  border-radius: 50%!important;
  background: var(--accent)!important;
  animation: pulse 2s ease-in-out infinite!important;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}
 
.section-label {
  font-size: 0.75rem!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  letter-spacing: 0.1em!important;
  color: var(--accent-dark)!important;
  margin-bottom: 10px!important;
}
.section-label--navy { color: var(--navy)!important; }
.section-label--white { color: rgba(255,255,255,0.6)!important; }
 
h1 {
  font-size: clamp(2rem, 7vw, 3.8rem)!important;
  font-weight: 900!important;
  line-height: 1.1!important;
  color: var(--white)!important;
  letter-spacing: -0.02em!important;
}
h1 em { font-style: normal; color: var(--accent)!important; }
 
h2 {
  font-size: clamp(1.6rem, 5vw, 2.8rem)!important;
  font-weight: 900!important;
  line-height: 1.15!important;
  letter-spacing: -0.015em!important;
  color: var(--text)!important;
}
h2.h2--white { color: var(--white)!important; }
 
h3 {
  font-size: clamp(1.1rem, 3vw, 1.4rem)!important;
  font-weight: 700!important;
  color: var(--text)!important;
  line-height: 1.25!important;
}
 
.lead {
  font-size: clamp(1rem, 2.5vw, 1.15rem)!important;
  color: rgba(255,255,255,0.72)!important;
  line-height: 1.7!important;
  max-width: 580px!important;
  margin: 0 auto!important;
}
 
.sub {
  font-size: 1rem!important;
  color: var(--text-soft)!important;
  line-height: 1.7!important;
}
 
/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font)!important;
  font-weight: 700!important;
  font-size: 1rem!important;
  padding: 16px 28px!important;
  border-radius: var(--radius-md)!important;
  border: none!important;
  cursor: pointer!important;
  transition: all 0.2s ease!important;
  line-height: 1.2!important;
  text-align: center!important;
}
 
.btn-primary {
  background: var(--accent)!important;
  color: var(--white)!important;
  box-shadow: 0 4px 20px rgba(129,166,94,0.4)!important;
}
.btn-primary:hover {
  background: var(--accent-dark)!important;
  transform: translateY(-2px)!important;
  box-shadow: 0 8px 28px rgba(37,102,40,0.45)!important;
}
 
.btn-ghost {
  background: rgba(255,255,255,0.1)!important;
  color: var(--white)!important;
  border: 1.5px solid rgba(255,255,255,0.25)!important;
  backdrop-filter: blur(4px)!important;
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.18)!important;
  border-color: rgba(255,255,255,0.4)!important;
}
 
.btn-lg { padding: 20px 36px; font-size: 1.1rem; border-radius: var(--radius-lg)!important; }
.btn-full { width: 100%!important; }
 
.cta-group {
  display: flex!important;
  flex-wrap: wrap!important;
  gap: 12px!important;
  justify-content: center!important;
  margin-top: 32px!important;
}
 
/* ============================================================
   HERO
============================================================ */
.hero {
  background: var(--navy)!important;
  padding: 80px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
 
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(129,166,94,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 100%, rgba(129,166,94,0.1) 0%, transparent 60%);
  pointer-events: none;
}
 
.hero__content { position: relative; z-index: 1; }
 
.hero__trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
 
.hero__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
.hero__trust-item svg, .hero__trust-item .check {
  color: var(--accent);
  font-weight: 700;
}
 
/* Mockup table */
.mockup-wrap {
  margin-top: 40px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.1);
  text-align: left;
}
.mockup-bar {
  background: var(--navy-dark);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mockup-dot { width: 11px; height: 11px; border-radius: 50%; }
.mockup-dot-r { background: #ff5f57; }
.mockup-dot-y { background: #febc2e; }
.mockup-dot-g { background: #28c840; }
.mockup-title {
  margin-left: auto;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
}
.mockup-table { width: 100%; font-size: 0.75rem; border-collapse: collapse; }
.mockup-table th {
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  padding: 9px 12px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.66rem;
}
.mockup-table td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-weight: 400;
}
.mockup-table tr:last-child td { border-bottom: none; }
.mockup-table tr:nth-child(even) td { background: var(--surface); }
.score {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.7rem;
  white-space: nowrap;
}
.score-h { background: var(--accent-light); color: var(--accent-dark); }
.score-m { background: #EEF1F8; color: var(--navy); }
.score-l { background: var(--surface-mid); color: var(--text-muted); }
 
.klarsteller {
  margin-top: 20px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  padding: 10px 16px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-sm);
  text-align: center;
}
 
/* ============================================================
   PROBLEM SECTION
============================================================ */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 32px;
}
@media (min-width: 600px) {
  .pain-grid { grid-template-columns: 1fr 1fr; }
}
 
.pain-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  border-left: 3px solid var(--navy);
}
.pain-item__icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.pain-item__text { font-size: 0.93rem; color: var(--text-soft); line-height: 1.55; }
.pain-item__text strong { color: var(--text); }
 
.zitat {
  margin-top: 32px;
  padding: 20px 24px;
  background: var(--surface-mid);
  border-left: 4px solid var(--navy);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.6;
}
 
/* ============================================================
   SHIFT / VS SECTION
============================================================ */
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0;
}
 
.vs-card {
  border-radius: var(--radius-md);
  padding: 24px 20px;
  border: 1px solid var(--border);
}
.vs-card--bad {
  background: var(--surface);
}
.vs-card--good {
  background: var(--navy);
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(10,48,104,0.3);
}
 
.vs-card__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.vs-card--bad .vs-card__label { color: var(--text-muted); }
.vs-card--good .vs-card__label { color: var(--accent); }
 
.vs-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.vs-card--bad .vs-card__title { color: var(--text); }
.vs-card--good .vs-card__title { color: var(--white); }
 
.vs-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.vs-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  line-height: 1.4;
}
.vs-card--bad .vs-list li { color: var(--text-muted); }
.vs-card--bad .vs-list li::before { content: '–'; color: var(--text-muted); flex-shrink: 0; }
.vs-card--good .vs-list li { color: rgba(255,255,255,0.85); }
.vs-card--good .vs-list li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
 
.leitidee {
  text-align: center;
  font-size: clamp(1.2rem, 4vw, 1.65rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.3;
  padding: 32px 24px;
  background: var(--navy);
  border-radius: var(--radius-lg);
  margin-top: 24px;
  letter-spacing: -0.01em;
}
.leitidee span { color: var(--accent); }
 
/* ============================================================
   HOW IT WORKS — STEPS
============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 40px;
  position: relative;
}
 
.step-item {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 32px;
}
.step-item:last-child { padding-bottom: 0; }
 
.step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.step-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(10,48,104,0.25);
}
.step-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, var(--navy), transparent);
  margin-top: 8px;
  opacity: 0.3;
}
.step-item:last-child .step-line { display: none; }
 
.step-content { padding-top: 8px; }
.step-content h3 { color: var(--navy); margin-bottom: 6px; }
.step-content p { font-size: 0.93rem; color: var(--text-soft); }
 
/* ============================================================
   COLUMNS GRID (Lieferumfang)
============================================================ */
.cols-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
}
@media (min-width: 600px) {
  .cols-grid { grid-template-columns: repeat(3, 1fr); }
}
 
.col-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.col-item__icon { font-size: 1.15rem; flex-shrink: 0; }
.col-item__label { font-size: 0.84rem; font-weight: 600; color: var(--text); line-height: 1.25; }
 
/* ============================================================
   USE STEPS
============================================================ */
.use-steps { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
 
.use-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 16px 18px;
}
.use-step__badge {
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 0.8rem;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.use-step__content h4 { font-size: 0.95rem; color: var(--white); margin-bottom: 3px; }
.use-step__content p { font-size: 0.86rem; color: rgba(255,255,255,0.65); line-height: 1.5; }
 
.use-tip {
  margin-top: 16px;
  padding: 13px 16px;
  background: var(--accent-light);
  border: 1px solid rgba(37,102,40,0.2);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--accent-dark);
  font-weight: 500;
}
 
/* ============================================================
   PERSONA / ZIELGRUPPEN
============================================================ */
.persona-grid { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
 
.persona-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 18px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.persona-card__icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  background: var(--surface);
  width: 52px; height: 52px;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
}
.persona-card__body h3 { font-size: 0.98rem; color: var(--navy); margin-bottom: 5px; }
.persona-card__body p { font-size: 0.88rem; color: var(--text-soft); line-height: 1.55; }
 
/* ============================================================
   OFFER BOX
============================================================ */
.offer-wrap {
  background: var(--navy);
  padding: 72px 0;
}
 
.offer-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
  max-width: 600px;
  margin: 0 auto;
}
 
.offer-box__top {
  padding: 32px 28px 24px;
  text-align: center;
}
.offer-box__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-dark);
  margin-bottom: 6px;
}
.offer-box__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.offer-box__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 16px 0;
  justify-content: center;
}
.offer-box__eur { font-size: 1rem; font-weight: 700; color: var(--text-muted); margin-bottom: 4px; }
.offer-box__amount { font-size: 3rem; font-weight: 900; color: var(--navy); line-height: 1; letter-spacing: -0.03em; }
.offer-box__period { font-size: 0.85rem; color: var(--text-muted); font-weight: 400; margin-bottom: 4px; }
 
.offer-divider { height: 1px; background: var(--border); margin: 0 28px; }
 
.offer-items {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  width: 100%;
  max-width: 420px;
}
.offer-item:last-child { border-bottom: none; }
.offer-item__check { color: var(--accent-dark); font-weight: 700; font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.offer-item__name { font-size: 0.93rem; font-weight: 700; color: var(--text); }
.offer-item__desc { font-size: 0.82rem; color: var(--text-muted); font-weight: 400; }
 
.bonus-badge {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 7px;
  vertical-align: middle;
}
 
.offer-cta {
  padding: 0 28px 28px;
}
.offer-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-light);
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  margin-top: 12px;
  border: 1px solid rgba(37,102,40,0.2);
  width: 100%;
  justify-content: center;
}
 
/* ============================================================
   WAS ES NICHT IST
============================================================ */
.nicht-grid { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
 
.nicht-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid;
}
.nicht-item--no  { background: #FEF0F0; border-color: #f5c6c6; }
.nicht-item--yes { background: var(--accent-light); border-color: rgba(37,102,40,0.2); }
.nicht-item__icon { font-size: 1.05rem; flex-shrink: 0; margin-top: 1px; }
.nicht-item__text { font-size: 0.88rem; line-height: 1.45; }
.nicht-item--no .nicht-item__text { color: #7a2020; }
.nicht-item--yes .nicht-item__text { color: var(--accent-dark); }
strong.nicht-strong { font-weight: 700; }
 
/* ============================================================
   ORIGIN / ABOUT
============================================================ */
.origin-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  margin-top: 24px;
}
.origin-box p { font-size: 0.93rem; color: var(--text-soft); margin-bottom: 12px; line-height: 1.7; }
.origin-box p:last-child { margin-bottom: 0; }
 
.author-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 18px;
  margin-top: 16px;
}
.author-logo { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; flex-shrink: 0; }
.author-name { font-weight: 700; color: var(--navy); font-size: 0.93rem; margin-bottom: 3px; }
.author-desc { font-size: 0.86rem; color: var(--text-soft); }
 
/* ============================================================
   FAQ
============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 4px; margin-top: 36px; }
 
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-item summary {
  padding: 17px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  user-select: none;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--accent-dark);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
details[open] > summary::after { transform: rotate(45deg); }
.faq-body {
  padding: 0 20px 18px;
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.65;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
 
/* ============================================================
   FINAL CTA
============================================================ */
.final-cta {
  background: var(--navy-dark);
  padding: 80px 0;
  text-align: center;
}
.final-cta h2 { color: var(--white); }
.final-cta p { color: rgba(255,255,255,0.65); max-width: 480px; margin: 16px auto 0; }
.final-cta .cta-group { margin-top: 36px; }
 
.final-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
  margin-top: 20px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}
 
/* ============================================================
   STICKY MOBILE CTA
============================================================ */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 12px 20px 16px;
  z-index: 999;
  box-shadow: 0 -4px 24px rgba(10,48,104,0.12);
  display: none;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 88px; }
}
 
/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background: var(--navy-dark);
  padding: 24px 20px;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.site-footer a { color: rgba(255,255,255,0.3); }
.site-footer a:hover { color: rgba(255,255,255,0.6); }
 
/* ============================================================
   UTILITIES
============================================================ */
.text-center { text-align: center; }
.mt-12 { margin-top: 12px; }
.mt-20 { margin-top: 20px; }
.mt-32 { margin-top: 32px; }
.divider {
  width: 48px; height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 16px 0;
}
.divider--center { margin-left: auto; margin-right: auto; }/* End custom CSS */