.elementor-40957 .elementor-element.elementor-element-4eada12{--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-3017b5b *//* ============================================================
   CSS VARIABLES & RESET
============================================================ */
:root {
  --ink: rgba(16, 0, 0, 0.8);
  --ink-soft: #0A3068;
  --ink-muted: #6b7a8d;
  --surface: #F2F4F6;
  --surface-warm: #E8EDF2;
  --white: #ffffff;
  --accent: #81A65E;
  --accent-light: #EEF4E8;
  --accent-dark: #256628;
  --green: #256628;
  --green-light: #EEF4E8;
  --border: #D3D3D3;
  --navy: #0A3068;
 
  --font-display: 'Lato', system-ui, sans-serif;
  --font-body: 'Lato', system-ui, sans-serif;
 
  /* Note: --font-display kept for semantic clarity in CSS classes */
 
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
}
 
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
 
body {
  font-family: var(--font-body);
  background: var(--surface);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
 
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
 
/* ============================================================
   TYPOGRAPHY
============================================================ */
.display { font-family: var(--font-display); }
 
h1, h2, h3 { font-family: var(--font-display); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(1.75rem, 5.5vw, 3.2rem); }
h2 { font-size: clamp(1.4rem, 4vw, 2.4rem); }
h3 { font-size: clamp(1.05rem, 2.8vw, 1.4rem); font-weight: 700; }
 
p { color: var(--ink-soft); font-weight: 400; }
strong { color: var(--ink); font-weight: 700; }
em { font-style: italic; }
 
/* ============================================================
   LAYOUT HELPERS
============================================================ */
.container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
 
.section { padding: 52px 0; }
.section--alt { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section--dark { background: var(--navy); color: var(--white); }
.section--accent { background: var(--accent); color: var(--white); }
.section--warm { background: var(--surface-warm); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
 
/* ============================================================
   BUTTONS & CTA
============================================================ */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.3;
}
 
.btn-primary {
  background: var(--accent);
  color: var(--white);
  width: 100%;
  font-size: 1.05rem;
  padding: 18px 28px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(129,166,94,0.3);
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80% !important;
  max-width: 80% !important;
}

@media (max-width: 768px) {
  .btn-primary {
    width: 90% !important;
    max-width: 90% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,102,40,0.35); }
 
.btn-outline {
  border: 2px solid var(--accent);
  color: var(--accent);
  background: transparent;
  width: 100%;
  font-weight: 600;
}
.btn-outline:hover { background: var(--accent); color: var(--white); }
 
.micro-trust {
  font-size: 0.8rem;
  color: var(--ink-muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 400;
}
.hero .micro-trust,
.section--dark .micro-trust,
.final-cta .micro-trust { color: rgba(255,255,255,0.5); }

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background-color: #81A65E !important;
  color: #ffffff !important;
  border-color: #81A65E !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #256628 !important;
  color: #ffffff !important;
  border-color: #256628 !important;
}
 
/* ============================================================
   1. HERO
============================================================ */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 48px 0 52px;
  position: relative;
  overflow: hidden;
}
 
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 0%, rgba(129,166,94,0.18) 0%, transparent 65%),
              radial-gradient(ellipse at 10% 100%, rgba(129,166,94,0.1) 0%, transparent 60%);
  pointer-events: none;
}
 
.hero__eyebrow {
  display: inline-block;
  background: rgba(129,166,94,0.2);
  color: #b8d49a;
  border: 1px solid rgba(129,166,94,0.4);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
 
.hero h1 { color: var(--white); margin-bottom: 16px; font-weight: 700; }
.hero h1 em { font-style: italic; color: #b8d49a; }
 
.hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin-bottom: 24px;
  font-weight: 400;
}
 
.hero__bullets {
  list-style: none;
  margin-bottom: 28px;
}
.hero__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  padding: 5px 0;
  font-weight: 400;
}
.hero__bullets li::before {
  content: '✓';
  color: #b8d49a;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
 
/* Mock table */
.hero__mockup {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: 32px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
 
.mockup__header {
  background: var(--navy);
  background: #EEF4E8;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 10px 14px;
  display: flex;
  gap: 6px;
}
.mockup__dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup__dot--r { background: #ff5f57; }
.mockup__dot--y { background: #febc2e; }
.mockup__dot--g { background: #28c840; }
 
.mockup__title {
  font-size: 0.72rem;
  color: rgba(0,0,0,0.6);
  margin-left: auto;
  align-self: center;
  font-weight: 500;
}
 
.mockup__table { width: 100%; font-size: 0.72rem; }
.mockup__table th {
  background: #f0f2f5;
  color: var(--navy);
  font-weight: 700;
  text-align: left;
  padding: 8px 10px;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.mockup__table td {
  padding: 7px 10px;
  color: var(--ink);
  font-family: var(--font-body);
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
  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 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.7rem;
}
.score--high { background: var(--green-light); color: var(--green); }
.score--mid { background: #EEF1F8; color: var(--navy); }
.score--low { background: #F2F4F6; color: var(--ink-muted); }
 
.klarsteller {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75) !important;
  margin-top: 20px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.25) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-radius: var(--radius-sm);
}
 
/* ============================================================
   2. PROBLEM
============================================================ */
.problem__intro {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
}
 
.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.pain-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--surface);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  border-left: 3px solid var(--navy);
  border: 1px solid var(--border);
  border-left: 3px solid var(--navy);
}
.pain-list li .icon { font-size: 1.15rem; flex-shrink: 0; margin-top: 1px; }
.pain-list li p { font-size: 0.93rem; margin: 0; }
 
.problem__zitat {
  background: #E8EDF2;
  border-left: 4px solid var(--navy);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 18px;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 500;
}
 
/* ============================================================
   3. STRATEGIEWECHSEL
============================================================ */
.shift__box {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px 22px;
  margin-top: 24px;
}
.shift__box h3 { color: #b8d49a; font-weight: 700; margin-bottom: 12px; font-size: 1.1rem; }
.shift__box p { color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.65; }
 
.vs-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}
.vs-item {
  border-radius: var(--radius-sm);
  padding: 14px;
  text-align: center;
  border: 1px solid var(--border);
}
.vs-item--bad { background: #FDF0F0; border-color: #f0c8c8; }
.vs-item--good { background: var(--green-light); border-color: rgba(37,102,40,0.2); }
.vs-item__label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.vs-item--bad .vs-item__label { color: #a03030; }
.vs-item--good .vs-item__label { color: var(--green); }
.vs-item__text { font-size: 0.88rem; color: var(--ink); font-weight: 500; line-height: 1.35; }
 
.shift__leitidee {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  padding: 24px 16px;
  border: 2px solid var(--accent);
  border-radius: var(--radius-md);
  margin-top: 24px;
  background: var(--white);
}
.shift__leitidee span { color: var(--accent); }
 
/* ============================================================
   4. SO FUNKTIONIERT ES
============================================================ */
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  margin: 24px 0;
}
 
.step {
  display: flex;
  gap: 16px;
  position: relative;
  padding-bottom: 28px;
}
.step:last-child { padding-bottom: 0; }
 
.step__line-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.step__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step__connector {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, var(--navy), transparent);
  margin-top: 6px;
}
.step:last-child .step__connector { display: none; }
 
.step__content { padding-top: 6px; }
.step__content h3 { font-size: 1rem; margin-bottom: 4px; font-weight: 700; color: var(--navy); }
.step__content p { font-size: 0.9rem; font-weight: 400; }
 
/* ============================================================
   5. LIEFERUMFANG / SPALTEN
============================================================ */
.columns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}
.col-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--border);
}
.col-item__icon { font-size: 1.1rem; flex-shrink: 0; }
.col-item__text { font-size: 0.85rem; font-weight: 500; color: var(--ink); line-height: 1.25; }
 
/* ============================================================
   6. NUTZUNG
============================================================ */
.use-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}
.use-step {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 14px 15px;
  border: 1px solid var(--border);
}
.use-step__num {
  background: var(--accent-light);
  color: var(--accent-dark);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.use-step__text h4 { font-size: 0.93rem; margin-bottom: 2px; font-weight: 700; }
.use-step__text p { font-size: 0.85rem; margin: 0; }
 
/* ============================================================
   7. ZIELGRUPPEN
============================================================ */
.persona-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0;
}
.persona-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  border-left: 4px solid var(--navy);
  border: 1px solid var(--border);
  border-left: 4px solid var(--navy);
}
.persona-card__emoji { font-size: 1.5rem; margin-bottom: 8px; }
.persona-card h3 { font-size: 0.98rem; margin-bottom: 6px; color: var(--navy); }
.persona-card p { font-size: 0.88rem; }
 
/* ============================================================
   8. ANGEBOTSBOX
============================================================ */
.offer-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 26px 20px;
  border: 1px solid var(--border);
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.offer-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--accent));
}
.offer-box__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--navy);
}
.offer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.offer-item:last-of-type { border-bottom: none; }
.offer-item__check { color: var(--accent-dark); font-weight: 700; font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.offer-item__text strong { display: block; font-size: 0.93rem; color: var(--ink); }
.offer-item__text span { font-size: 0.82rem; color: var(--ink-muted); font-weight: 400; }
 
.bonus-tag {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
}
 
.offer-box__price {
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.price-main { font-size: 2.4rem; font-weight: 700; color: var(--navy); line-height: 1; }
.price-sub { font-size: 0.82rem; color: var(--ink-muted); margin-top: 4px; font-weight: 400; }
.price-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green-light);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 100px;
  margin-top: 10px;
  border: 1px solid rgba(37,102,40,0.2);
}
 
/* ============================================================
   9. WAS ES NICHT IST
============================================================ */
.nicht-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.nicht-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}
.nicht-item--no { background: #FDF0F0; border-color: #f0c8c8; }
.nicht-item--yes { background: var(--green-light); border-color: rgba(37,102,40,0.2); }
.nicht-item__icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
.nicht-item__text { font-size: 0.88rem; color: var(--ink); line-height: 1.4; font-weight: 400; }
 
/* ============================================================
   10. ÜBER DAS PRODUKT / ENTSTEHUNG
============================================================ */
.origin-box {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  margin-top: 20px;
  border: 1px solid var(--border);
}
.origin-box p { font-size: 0.93rem; margin-bottom: 10px; font-weight: 400; }
.origin-box p:last-child { margin-bottom: 0; }

.author-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

@media (max-width: 768px) {
  .author-logo {
    width: 32px;
    height: 32px;
  }
}
 
/* ============================================================
   11. FAQ
============================================================ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 20px 0;
}
.faq-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
}
.faq-item summary {
  padding: 15px 16px;
  font-weight: 700;
  font-size: 0.93rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  color: var(--navy);
}
.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--accent-dark);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s;
}
details[open] summary::after { transform: rotate(45deg); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-body {
  padding: 0 16px 15px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.6;
  border-top: 1px solid var(--border);
  font-weight: 400;
}
 
/* ============================================================
   12. ABSCHLUSS CTA
============================================================ */
.final-cta {
  background: var(--navy);
  color: var(--white);
  padding: 52px 0;
}
.final-cta h2 { color: var(--white); }
.final-cta h2 em { font-style: italic; color: #b8d49a; }
.final-cta p { color: rgba(255,255,255,0.68); }
 
/* ============================================================
   SHARED SECTION HEADER
============================================================ */
.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--accent-dark);
  margin-bottom: 10px;
}
.section-tag--light { color: #b8d49a; }
.section-tag--green { color: var(--accent); }
 
.divider {
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 14px 0;
}
 
/* ============================================================
   STICKY CTA BAR (mobile)
============================================================ */
.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;
}
@media (max-width: 768px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 90px; }
}
 
/* ============================================================
   SCROLL ANIMATIONS
============================================================ 
.fade-up {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body.js-ready .fade-up {
  opacity: 0;
  transform: translateY(20px);
}
body.js-ready .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}*/
 
/* ============================================================
   UTILITIES
============================================================ */
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }/* End custom CSS */