:root {
  --lp-ratgeber-green: #56664c;
  --lp-ratgeber-green-dark: #43523b;
  --lp-ratgeber-sage: #9aa56f;
  --lp-ratgeber-cream: #f5f3ee;
  --lp-ratgeber-line: rgba(86, 102, 76, .16);
}
.lp-ratgeber-section { padding: 88px 24px; background: #fff; color: #2b3128; }
.lp-ratgeber-section--latest { background: #fff; border-top: 1px solid var(--lp-ratgeber-line); }
.lp-ratgeber-section--related { margin-top: 88px; background: var(--lp-ratgeber-cream); border-block: 1px solid var(--lp-ratgeber-line); }
.lp-ratgeber-shell,.lp-ratgeber-archive { width: min(1120px, 100%); margin-inline: auto; }
.lp-ratgeber-archive { padding: 88px 24px 104px; }
.lp-ratgeber-pagehead { max-width: 780px; margin-bottom: 48px; }
.lp-ratgeber-pagehead h1,.lp-ratgeber-section h2 { margin: 0 0 18px; font-family: LPMontserrat,Montserrat,Arial,sans-serif; font-weight: 600; }
.lp-ratgeber-pagehead h1 { color: var(--lp-ratgeber-green); font-size: clamp(42px,6vw,68px); letter-spacing: -.025em; line-height: 1.08; }
.lp-ratgeber-section h2 { color: #2f342f; font-size: clamp(36px,4vw,52px); letter-spacing: -.028em; line-height: 1.05; }
.lp-ratgeber-pagehead p,.lp-ratgeber-section__intro p { max-width: 680px; margin: 0; font-size: 19px; line-height: 1.65; }
.lp-ratgeber-eyebrow { margin-bottom: 16px; color: var(--lp-ratgeber-sage); font-size: 14px; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.lp-ratgeber-section__intro { margin-bottom: 38px; }
.lp-ratgeber-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.lp-ratgeber-card { display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid var(--lp-ratgeber-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(43,55,39,.05); }
.lp-ratgeber-card--featured { max-width: 760px; }
.lp-ratgeber-card__meta { margin-bottom: 14px; color: #687261; font-size: 14px; font-weight: 600; }
.lp-ratgeber-card__title { margin: 0 0 14px; color: var(--lp-ratgeber-green); font-family: LPMontserrat,Montserrat,Arial,sans-serif; font-size: clamp(23px,2vw,30px); line-height: 1.2; }
.lp-ratgeber-card__title a { color: inherit; text-decoration: none; }
.lp-ratgeber-card__excerpt { flex: 1; margin: 0 0 22px; font-size: 17px; line-height: 1.62; }
.lp-ratgeber-card__link,.lp-ratgeber-all { color: var(--lp-ratgeber-green); font-weight: 650; text-underline-offset: 4px; }
.lp-ratgeber-all { display: inline-flex; margin-top: 24px; }
.lp-ratgeber-single { width: min(820px,calc(100% - 48px)); margin: 72px auto 104px; color: #2b3128; }
.lp-ratgeber-single__header { margin-bottom: 44px; }
.lp-ratgeber-single__header h1 { margin: 0 0 20px; color: var(--lp-ratgeber-green); font-family: LPMontserrat,Montserrat,Arial,sans-serif; font-size: clamp(40px,5.5vw,64px); letter-spacing: -.025em; line-height: 1.08; }
.lp-ratgeber-single__meta { color: #687261; font-size: 15px; font-weight: 600; }
.lp-ratgeber-single__body h2 { margin: 44px 0 16px; color: var(--lp-ratgeber-green); font-family: LPMontserrat,Montserrat,Arial,sans-serif; font-size: clamp(28px,3vw,38px); line-height: 1.2; }
.lp-ratgeber-single__body p,.lp-ratgeber-single__body li { font-size: 18px; line-height: 1.72; }
.lp-ratgeber-single__body ul { padding-left: 1.25em; }
.lp-ratgeber-lead { margin: 0 0 32px; color: var(--lp-ratgeber-green); font-size: clamp(21px,2.2vw,26px)!important; font-weight: 650; line-height: 1.45!important; }
.lp-ratgeber-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 42px; padding: 24px; border-radius: 18px; background: var(--lp-ratgeber-cream); }
.lp-ratgeber-links > span { width: 100%; margin-bottom: 4px; color: var(--lp-ratgeber-green-dark); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lp-ratgeber-links a { display: inline-flex; padding: 10px 16px; border: 1px solid var(--lp-ratgeber-green); border-radius: 8px; color: var(--lp-ratgeber-green); font-weight: 650; line-height: 1.2; text-decoration: none; transition: background-color .2s ease,color .2s ease; }
.lp-ratgeber-links a:hover,.lp-ratgeber-links a:focus-visible { background: var(--lp-ratgeber-green); color: #fff; }
.lp-ratgeber-single__back { margin-top: 40px; }
.lp-ratgeber-single__back a { color: var(--lp-ratgeber-green); font-weight: 650; text-underline-offset: 4px; }
.lp-ratgeber-checklist { list-style: none; padding-left: 0!important; }
.lp-ratgeber-checklist li { position: relative; padding-left: 28px; margin-bottom: 8px; }
.lp-ratgeber-checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--lp-ratgeber-green); font-weight: 700; }
.lp-ratgeber-sources { margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--lp-ratgeber-line); }
.lp-ratgeber-sources h2 { margin-top: 0!important; font-size: 24px!important; }
.lp-ratgeber-cta { margin-top: 44px; padding: 28px; border-radius: 18px; background: var(--lp-ratgeber-cream); }
.lp-ratgeber-cta p { margin-top: 0; }
.lp-ratgeber-cta a { display: inline-flex; padding: 12px 20px; border: 1px solid var(--lp-ratgeber-green); border-radius: 8px; background: var(--lp-ratgeber-green); color: #fff; font-weight: 600; text-decoration: none; }
html.lp-ratgeber-motion .lp-ratgeber-reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s cubic-bezier(.2,.7,.2,1),transform .5s cubic-bezier(.2,.7,.2,1); }
html.lp-ratgeber-motion .lp-ratgeber-reveal.lp-is-visible { opacity: 1; transform: none; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) { .lp-ratgeber-card { transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease; } .lp-ratgeber-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(43,55,39,.1); border-color: rgba(86,102,76,.28); } }
@media (max-width:900px) { .lp-ratgeber-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:767px) { .lp-ratgeber-section,.lp-ratgeber-archive { padding: 64px 24px; } .lp-ratgeber-section--related { margin-top: 64px; } .lp-ratgeber-grid { grid-template-columns: 1fr; gap: 18px; } .lp-ratgeber-card { padding: 24px; border-radius: 14px; } .lp-ratgeber-pagehead { margin-bottom: 36px; } .lp-ratgeber-pagehead p,.lp-ratgeber-section__intro p { font-size: 17px; } .lp-ratgeber-single { width: calc(100% - 48px); margin-block: 48px 72px; } }
@media (prefers-reduced-motion:reduce) { html.lp-ratgeber-motion .lp-ratgeber-reveal { opacity: 1!important; transform: none!important; transition: none!important; } }
