/* PANO CUSTOM: veröffentlichte Problemseiten S2-S10. */
@font-face { font-family: 'Pano Source'; src: url('/fonts/source-sans-3-variable.woff2') format('woff2'); font-weight: 200 900; font-style: normal; font-display: swap; }
:root { --ps-green: #008800; --ps-ink: #243b2b; --ps-muted: #536c5b; --ps-line: #d6e4d9; --ps-light: #f4f8f4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: #fff; color: var(--ps-ink); font: 17px/1.6 'Pano Source', 'Segoe UI', sans-serif; }
h1,h2,h3,p,figure { margin: 0; }
a { color: #166c2a; text-underline-offset: 3px; }
a:hover { color: #004f10; }
a:focus-visible,summary:focus-visible,button:focus-visible { outline: 3px solid #91c635; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
button,summary { font: inherit; }
.ps-container { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }
.ps-hero { text-align: center; padding: 57px 0 108px; background: linear-gradient(120deg, rgba(0,122,0,.96), rgba(4,161,4,.90)), url('/images/fixdesk-ruhiger-bereich-coworking_1.avif') center 40%/cover; color: #fff; }
.ps-kicker { color: #326641; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; }
.ps-hero .ps-kicker { color: #e1f2dd; }
.ps-hero h1 { max-width: 900px; margin: 16px auto 20px; color: #fff; font-size: clamp(30px, 3.7vw, 46px); line-height: 1.13; font-weight: 650; letter-spacing: -.015em; text-wrap: balance; }
.ps-hero .ps-sub { max-width: 710px; margin: auto; font-size: 20px; line-height: 1.5; color: #eff8ed; }
.ps-answer { padding-bottom: 50px; }
.ps-answer-card { position: relative; max-width: 940px; margin: -49px auto 0; background: #fff; border-left: 6px solid #00ba00; border-radius: 14px; padding: 28px 36px 32px; box-shadow: 0 12px 34px #10421c1f; }
.ps-answer-card p { font-size: 20px; line-height: 1.55; margin-top: 12px; }
.ps-answer-card strong { color: #09681e; }
.ps-jump { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding-top: 25px; font-size: 14px; }
.ps-jump a { font-weight: 650; text-decoration: none; }
.ps-section { padding: 65px 0; }
.ps-section.alt { background: var(--ps-light); }
.ps-section h2,.ps-cta h2 { margin: 8px 0 21px; font-size: clamp(26px, 3vw, 33px); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
.ps-section h2::after { content: ''; display: block; width: 46px; height: 3px; margin-top: 17px; background: #00a600; border-radius: 2px; }
.ps-lead { max-width: 780px; color: #415747; font-size: 18px; margin-bottom: 28px; }
.ps-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.ps-card { padding: 23px 25px; background: #fff; border: 1px solid var(--ps-line); border-radius: 12px; }
.ps-card h3 { font-size: 20px; line-height: 1.25; margin-bottom: 10px; }
.ps-card p { color: #4a5d50; font-size: 16px; }
.ps-two { display: grid; grid-template-columns: 1.05fr .95fr; gap: 43px; align-items: start; }
.ps-steps { list-style: none; padding: 0; margin: 0; }
.ps-steps li { display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 13px; position: relative; padding-bottom: 24px; }
.ps-steps li::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; border-left: 2px solid #d2e1d5; }
.ps-steps li:last-child { padding-bottom: 0; }
.ps-steps li:last-child::before { display: none; }
.ps-step-num { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--ps-green); color: #fff; font-size: 13px; font-weight: 750; }
.ps-steps h3 { font-size: 18px; line-height: 1.3; margin: 3px 0 5px; }
.ps-steps p { font-size: 16px; color: #4a5d50; }
.ps-sketch { padding: 24px; border: 1px solid var(--ps-line); border-radius: 14px; background: #fff; box-shadow: 0 4px 16px #10421c0a; }
.ps-sketch .ps-kicker { text-align: center; margin-bottom: 19px; }
.ps-flow { display: flex; flex-direction: column; gap: 0; }
.ps-node { border: 1px solid #c1d9c6; border-radius: 9px; padding: 14px 17px; background: #f3f9f3; text-align: center; }
.ps-node strong,.ps-node span { display: block; }
.ps-node strong { font-size: 17px; }
.ps-node span { margin-top: 3px; font-size: 14px; color: #506955; }
.ps-node.active { background: linear-gradient(130deg,#008c16,#006b20); border-color: #00721a; color: white; }
.ps-node.active span { color: #e0f3e2; }
.ps-arrow { color: #2a8941; text-align: center; font-size: 23px; line-height: 1.5; }
.ps-sketch .ps-caption { margin-top: 17px; }
.ps-caption { color: #607466; font-size: 13px; line-height: 1.5; }
.ps-note { border-left: 3px solid #85b991; padding: 13px 18px; margin-top: 27px; background: #ecf5ed; color: #3a5742; font-size: 16px; }
.ps-case { display: grid; grid-template-columns: 1fr 1fr; gap: 37px; align-items: center; }
.ps-shot { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--ps-line); box-shadow: 0 6px 25px #10421c14; }
.ps-shot figcaption { padding: 13px 16px; font-size: 13px; color: var(--ps-muted); line-height: 1.5; }
.ps-case-list { list-style: none; margin: 0; padding: 0; }
.ps-case-list li { padding: 14px 0; border-top: 1px solid #d2e1d5; font-size: 16px; }
.ps-case-list li:last-child { border-bottom: 1px solid #d2e1d5; }
.ps-case-list b { display: block; margin-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #326641; }
.ps-example { background: #fff; border: 1px solid var(--ps-line); border-radius: 12px; padding: 27px; }
.ps-example h3 { font-size: 22px; line-height: 1.3; margin: 10px 0 16px; }
.ps-demo-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid #dbe6de; padding: 13px 0; font-size: 15px; }
.ps-demo-row span { color: #566b5b; }
.ps-demo-row strong { text-align: right; }
.ps-demo-row.result { background: #e8f5e8; border: 0; margin-top: 6px; padding: 13px; border-radius: 7px; }
.ps-example .ps-caption { margin-top: 14px; }
.ps-case-link { display: inline-block; margin-top: 22px; font-size: 15px; font-weight: 650; }
.ps-faq { max-width: 840px; }
.ps-faq details { border-top: 1px solid var(--ps-line); }
.ps-faq details:last-of-type { border-bottom: 1px solid var(--ps-line); }
.ps-faq summary { display: flex; justify-content: space-between; gap: 24px; cursor: pointer; padding: 18px 0; font-size: 19px; line-height: 1.35; font-weight: 650; list-style: none; }
.ps-faq summary::-webkit-details-marker { display: none; }
.ps-faq summary::after { content: '+'; color: #008800; font-size: 24px; flex-shrink: 0; }
.ps-faq details[open] summary::after { content: '−'; }
.ps-faq details p { padding: 0 30px 21px 0; color: #465e4c; font-size: 17px; }
.ps-sources { margin-top: 24px; font-size: 13px; color: #5d7162; }
.ps-sources ul { margin: 8px 0 0; padding-left: 18px; }
.ps-cta { padding: 0 0 64px; }
.ps-cta-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: center; padding: 35px 39px; border-radius: 14px; border-left: 6px solid #00b500; background: linear-gradient(130deg,#e5f6e9,#fff); box-shadow: 0 4px 22px #10421c0d; }
.ps-cta h2 { font-size: 29px; margin-top: 8px; margin-bottom: 13px; }
.ps-cta p { font-size: 17px; color: #405745; }
.ps-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.ps-button { display: inline-block; border: 0; border-radius: 4px; padding: 14px 23px; background: #008800; color: #fff; font-size: 16px; font-weight: 650; line-height: 1.4; text-decoration: none; text-align: center; }
.ps-button:hover { background: #006b00; color: #fff; }
.ps-phone { text-decoration: none; color: var(--ps-ink); font-weight: 700; font-size: 18px; }
.ps-phone small { display: block; color: var(--ps-muted); font-size: 13px; font-weight: 400; }
.ps-more { padding-bottom: 60px; }
.ps-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.ps-chip { display: block; padding: 9px 14px; border: 1px solid #bdd8c2; border-radius: 9px; font-size: 15px; text-decoration: none; }
.ps-chip:hover { background: #eaf5eb; }
.ps-footer { background: #22392a; color: #d4e3d6; padding: 35px 0; font-size: 14px; }
.ps-footer .ps-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.ps-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.ps-footer a { color: #d4e3d6; }
.ps-ki-link { padding: 26px 29px; border: 1px solid #aaccb1; border-radius: 12px; background: #eff8f0; margin-top: 27px; }
.ps-ki-link h3 { margin: 5px 0 10px; font-size: 24px; }
.ps-ki-link p { margin-bottom: 15px; }
@media(max-width: 800px) {
  .ps-two,.ps-case { grid-template-columns: 1fr; gap: 28px; }
  .ps-cta-card { grid-template-columns: 1fr; }
  .ps-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 20px; }
  .ps-hero { padding-top: 35px; padding-bottom: 95px; }
}
@media(max-width: 540px) {
  html { scroll-padding-top: 108px; }
  .ps-container { width: calc(100% - 32px); }
  .ps-hero { padding: 31px 0 87px; }
  .ps-hero h1 { font-size: 31px; }
  .ps-hero .ps-sub { font-size: 18px; }
  .ps-answer-card { padding: 23px 22px; border-left-width: 4px; margin-top: -40px; }
  .ps-answer-card p { font-size: 18px; }
  .ps-jump { justify-content: flex-start; gap: 10px 21px; padding-left: 6px; }
  .ps-answer { padding-bottom: 34px; }
  .ps-section { padding: 43px 0; }
  .ps-cards { grid-template-columns: 1fr; }
  .ps-card { padding: 21px; }
  .ps-lead { font-size: 17px; }
  .ps-cta { padding-bottom: 43px; }
  .ps-cta-card { padding: 26px 23px; }
  .ps-actions { flex-direction: column; align-items: flex-start; }
  .ps-faq summary { font-size: 18px; }
  .ps-faq details p { padding-right: 0; }
  .ps-example,.ps-sketch { padding: 21px; }
  .ps-more { padding-bottom: 43px; }
  .ps-chips { gap: 8px; }
  .ps-ki-link { padding: 23px; }
}
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
