.single-ratgeber { background: var(--color-background); }
.single-ratgeber__header { padding-block: 2.75rem 2rem; background: radial-gradient(circle at 75% 20%,rgba(201,165,92,.12),transparent 25rem),#090909; }
.single-ratgeber__header-inner { max-width: 62rem; }
.single-ratgeber__breadcrumbs { display: flex; gap: .6rem; margin-bottom: 1.25rem; color: var(--color-text-muted); font-size: .75rem; text-transform: uppercase; }
.single-ratgeber__breadcrumbs a { color: inherit; text-decoration: none; }
.single-ratgeber__category { display: inline-block; margin-bottom: .75rem; color: var(--color-gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.single-ratgeber__header h1 { margin: 0; font-size: clamp(2.4rem,5vw,4.5rem); line-height: 1.04; text-wrap: balance; }
.single-ratgeber__meta { display: flex; gap: .65rem 1.25rem; margin-top: 1.2rem; color: var(--color-text-muted); font-size: .8rem; flex-wrap: wrap; }
.single-ratgeber__image { max-width: 72rem; margin-top: 2rem; }
.single-ratgeber__image img { display: block; width: 100%; max-height: 42rem; border-radius: var(--radius-medium); object-fit: cover; }
.single-ratgeber__content { max-width: 48rem; padding-block: 2.25rem; color: var(--color-text-muted); font-size: clamp(1rem,1.4vw,1.1rem); line-height: 1.8; }
.single-ratgeber__content > *:first-child { margin-top: 0; }
.single-ratgeber__content h2,.single-ratgeber__content h3 { color: var(--color-text); line-height: 1.18; text-wrap: balance; }
.single-ratgeber__content h2 { margin: 2.25rem 0 .8rem; font-size: clamp(1.75rem,3vw,2.5rem); }
.single-ratgeber__content h3 { margin: 1.75rem 0 .65rem; font-size: clamp(1.3rem,2vw,1.75rem); }
.single-ratgeber__content a { color: var(--color-gold-light); text-underline-offset: .25em; }
.single-ratgeber__content img { border-radius: var(--radius-small); }
.single-ratgeber__content blockquote { margin: 1.75rem 0; padding: .5rem 0 .5rem 1.25rem; border-left: 2px solid var(--color-gold); color: var(--color-text); font-size: 1.15em; }
.single-ratgeber__content ul,.single-ratgeber__content ol { padding-left: 1.25rem; }
.single-ratgeber__content li + li { margin-top: .45rem; }
.single-ratgeber__tags { display: flex; max-width: 48rem; gap: .6rem; padding-bottom: 2rem; flex-wrap: wrap; }
.single-ratgeber__tags > span,.single-ratgeber__tags a { padding: .4rem .65rem; border: 1px solid var(--color-border); color: var(--color-text-muted); font-size: .75rem; text-decoration: none; }
.single-ratgeber__tags > span { border-color: var(--color-gold); color: var(--color-gold-light); }
.single-ratgeber__cta { border-block: 1px solid var(--color-border); background: var(--color-surface); }
.single-ratgeber__cta .container { display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; }
.single-ratgeber__cta h2,.single-ratgeber__related h2 { margin: 0; font-size: clamp(1.75rem,3vw,2.75rem); }
.single-ratgeber__cta p:last-child { margin-bottom: 0; color: var(--color-text-muted); }
.single-ratgeber__related { background: #090909; }
.single-ratgeber__related header { margin-bottom: 1.5rem; }
@media (max-width: 48rem) { .single-ratgeber__header { padding-block: 2rem 1.5rem; } .single-ratgeber__header h1 { font-size: clamp(2.15rem,10vw,3rem); } .single-ratgeber__image { margin-top: 1rem; padding-inline: 0; } .single-ratgeber__image img { border-radius: 0; } .single-ratgeber__content { padding-block: 1.75rem; } .single-ratgeber__cta .container { align-items: stretch; flex-direction: column; } .single-ratgeber__cta .button { width: 100%; } }
