/* Blogbeitrag: Kopf, Kurz gesagt, Inhaltsverzeichnis, Lesespalte, Zwischen-CTA, FAQ, Autorbox; Autorenseiten */
.pg-intro--post{padding-bottom:3vh}
.pg-intro--post .pg-intro__wrap{min-height:min(40vh,60vw)}
.pg-intro--post .uu-logo{width:min(42vh,70vw);opacity:.3}
.pg-intro--post h1{font-size:clamp(1.9rem,3.6vw,3rem);max-width:24ch}
.post-crumbs{display:flex;gap:10px;justify-content:center;font-family:"Manrope",sans-serif;font-weight:800;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}
.post-crumbs a{color:var(--muted)}
.post-crumbs a:last-child{color:var(--pink)}
.post-meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;color:var(--muted);font-size:.95rem;margin-top:6px}
.post-meta__author{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-weight:600}
.post-meta__author img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.post-hero{margin:0 auto clamp(20px,3vw,32px);max-width:900px;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 44px rgba(11,11,15,.06)}
.post-hero img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.post-short{max-width:760px;margin:0 auto 22px;background:var(--pink-soft,#ffe9f0);border-radius:22px;padding:24px 28px;text-align:center}
.post-short p{margin:0;font-family:"Manrope",sans-serif;font-weight:700;font-size:1.08rem;line-height:1.5;color:var(--ink)}
.post-toc{max-width:760px;margin:0 auto 32px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px 28px 18px;text-align:center}
.post-toc ol{columns:2;column-gap:28px;margin:0;padding:0 0 0 20px;text-align:left;font-size:.95rem;line-height:1.45}
.post-toc li{margin:0 0 7px;break-inside:avoid}
.post-toc a{color:var(--ink);text-decoration:none}
.post-toc a:hover{color:var(--pink);text-decoration:underline;text-underline-offset:4px}
.post-body{max-width:760px;margin:0 auto;font-size:1.06rem;line-height:1.75;color:#2e2e36}
.post-body p{margin:0 0 18px}
.post-body h2{font-family:"Manrope",sans-serif;font-weight:800;font-size:clamp(1.45rem,2.4vw,1.9rem);letter-spacing:-.025em;line-height:1.15;color:var(--ink);margin:48px 0 16px;text-align:center;scroll-margin-top:calc(var(--nav-h,80px) + 16px)}
.post-body h3{font-family:"Manrope",sans-serif;font-weight:800;font-size:1.2rem;letter-spacing:-.02em;color:var(--ink);margin:30px 0 10px}
.post-body h4{font-family:"Manrope",sans-serif;font-weight:800;font-size:1.05rem;color:var(--ink);margin:22px 0 8px}
.post-body ul,.post-body ol{margin:0 0 18px;padding-left:24px}
.post-body li{margin:0 0 8px}
.post-body a{color:var(--ink);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(253,56,112,.5)}
.post-body a:hover{color:var(--pink)}
.post-body strong{color:var(--ink)}
.post-body img{max-width:100%;height:auto;border-radius:18px;display:block;margin:0 auto}
.post-figure{margin:28px 0}
.post-figure figcaption,.post-gallery figcaption{text-align:center;color:var(--muted);font-size:.88rem;margin-top:8px}
.post-gallery{margin:28px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.post-gallery figure{margin:0}
.post-table{margin:28px 0;overflow-x:auto;border:1px solid var(--line);border-radius:18px}
.post-body table{width:100%;border-collapse:collapse;font-size:.95rem;line-height:1.45}
.post-body th,.post-body td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.post-body th{font-family:"Manrope",sans-serif;font-weight:800;color:var(--ink);background:#fbfbfd}
.post-body tr:last-child td{border-bottom:0}
.post-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:24px 0}
.post-body .btn{text-decoration:none}
.post-cta{background:var(--ink);color:#fff;border-radius:22px;padding:30px 30px 32px;margin:36px 0;text-align:center}
.post-cta .pg-kicker{color:#ff9bb8}
.post-cta p{color:rgba(255,255,255,.8);margin:0 0 18px;font-size:1rem}
.post-faq{margin:24px 0;display:flex;flex-direction:column;gap:10px}
.post-faq__item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px}
.post-faq__item summary{cursor:pointer;list-style:none;padding:16px 0;font-family:"Manrope",sans-serif;font-weight:800;font-size:1.02rem;color:var(--ink);display:flex;justify-content:space-between;gap:16px;align-items:center}
.post-faq__item summary::-webkit-details-marker{display:none}
.post-faq__item summary::after{content:"+";font-weight:700;color:var(--pink);font-size:1.3rem;line-height:1;flex:none}
.post-faq__item[open] summary::after{content:"\2013"}
.post-faq__item > div{padding:0 0 16px;color:#3a3a44}
.post-author{max-width:760px;margin:48px auto 0;display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}
.post-author img{width:120px;height:120px;border-radius:50%;object-fit:cover}
.post-author h3{font-family:"Manrope",sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:-.02em;margin:0 0 2px}
.post-author h3 a{color:var(--ink);text-decoration:none}
.post-author__role{display:block;color:var(--muted);font-size:.9rem;margin-bottom:10px}
.post-author p{color:#3a3a44;line-height:1.6;margin:0 0 10px;font-size:.98rem}
.post-author__link{font-weight:600;color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.post-portrait{width:min(160px,36vw);aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 14px 34px rgba(11,11,15,.14);border:5px solid #fff;margin:0 auto 18px;display:block}
@media (max-width:760px){.post-toc ol{columns:1}.post-author{grid-template-columns:1fr;text-align:center;justify-items:center}.post-gallery{grid-template-columns:1fr}.post-body{font-size:1.02rem}.post-body h2{margin-top:36px}.post-short,.post-toc{padding:20px 20px 16px;border-radius:18px}}
/* Kosten-Hub: Verweise auf Preise, Rechner und die anderen Kosten-Beitraege */
.post-hub{max-width:760px;margin:0 auto 32px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px 28px 20px;text-align:center}
.post-hub p{margin:0 0 12px;color:var(--muted);font-size:.95rem}
.post-hub ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.post-hub a{display:inline-block;padding:8px 14px;border:1px solid var(--line);border-radius:15px;color:var(--ink);font-weight:600;font-size:.9rem;text-decoration:none;transition:border-color .25s,color .25s}
.post-hub a:hover{border-color:var(--pink);color:var(--pink)}
.post-hub a.is-primary{background:var(--pink);border-color:var(--pink);color:#fff}
.post-faq__title{font-family:"Manrope",sans-serif;font-weight:800;font-size:clamp(1.45rem,2.4vw,1.9rem);letter-spacing:-.025em;text-align:center;color:var(--ink);margin:48px 0 16px}
/* Infografiken: Karte mit Kicker, Titel, Grafik und Quelle */
.post-ig{margin:32px 0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 26px 20px}
.post-ig figcaption{text-align:center;margin-bottom:16px}
.post-ig figcaption .pg-kicker{margin-bottom:6px}
.post-ig h3{margin:0;font-family:"Manrope",sans-serif;font-weight:800;font-size:1.2rem;letter-spacing:-.02em;color:var(--ink)}
.post-ig svg{display:block;width:100%;height:auto}
.post-ig__src{margin:12px 0 0;text-align:center;color:var(--muted);font-size:.8rem}
.post-ig__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.post-ig__stats > div{background:var(--pink-soft,#ffe9f0);border-radius:16px;padding:18px 14px;text-align:center}
.post-ig__stats b{display:block;font-family:"Manrope",sans-serif;font-weight:800;font-size:clamp(1.3rem,2.4vw,1.7rem);letter-spacing:-.03em;line-height:1.05;color:var(--pink);margin-bottom:8px}
.post-ig__stats span{display:block;color:#3a3a44;font-size:.88rem;line-height:1.4}
.post-ig__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;counter-reset:none}
.post-ig__steps li{position:relative;background:#fbfbfd;border:1px solid var(--line);border-radius:16px;padding:18px 16px 16px;text-align:center}
.post-ig__steps i{display:block;font-style:normal;font-family:"Manrope",sans-serif;font-weight:800;font-size:.75rem;letter-spacing:.14em;color:var(--pink);margin-bottom:8px}
.post-ig__steps b{display:block;font-family:"Manrope",sans-serif;font-weight:800;font-size:1rem;letter-spacing:-.01em;color:var(--ink);margin-bottom:6px}
.post-ig__steps span{display:block;color:#3a3a44;font-size:.88rem;line-height:1.45}
.post-ig__donut{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center;max-width:560px;margin:0 auto}
.post-ig__donut svg{width:200px;height:200px}
.post-ig__donut ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.post-ig__donut li{display:grid;grid-template-columns:14px auto 1fr;gap:10px;align-items:center;font-size:.95rem}
.post-ig__donut li i{width:14px;height:14px;border-radius:4px;display:block}
.post-ig__donut li b{font-family:"Manrope",sans-serif;font-weight:800;color:var(--ink)}
.post-ig__donut li span{color:#3a3a44}
@media (max-width:760px){.post-ig{padding:18px 16px 16px;border-radius:18px}.post-ig__stats{grid-template-columns:repeat(2,1fr)}.post-ig__donut{grid-template-columns:1fr;justify-items:center}.post-ig--bars svg{min-width:640px}.post-ig--bars{overflow-x:auto}}
/* Poster-Infografik: grosse thematische Grafik, teilbar als Bild */
.post-poster{max-width:760px;margin:0 auto 32px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 18px 44px rgba(11,11,15,.06)}
.post-poster svg{display:block;width:100%;height:auto}
.post-poster__bar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:14px 18px;border-top:1px solid var(--line);font-size:.9rem;color:var(--muted)}
.post-poster__bar a{font-weight:600;color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.post-poster__bar a:hover{color:var(--pink)}
