:root {
  --pvg-cluster-blue: #00498e;
  --pvg-cluster-blue-dark: #003b73;
  --pvg-cluster-mint: #58bd9c;
  --pvg-cluster-mint-dark: #176f5d;
  --pvg-cluster-text: #14293b;
  --pvg-cluster-muted: #526a7f;
  --pvg-cluster-border: #d5e5ee;
  --pvg-cluster-tint: #eaf7f3;
  --pvg-cluster-focus: #ffbf47;
  --pvg-cluster-radius: 24px;
  --pvg-cluster-shadow: 0 18px 48px rgb(0 73 142 / 8%);
}

body.pvg-apotheker-cluster { margin: 0; background: #fff; color: var(--pvg-cluster-text); }
.pvg-apotheker-cluster *, .pvg-apotheker-cluster *::before, .pvg-apotheker-cluster *::after { box-sizing: border-box; }
.pvg-cluster { padding: 0 clamp(1rem, 4vw, 2.5rem) 5rem; font: 400 1.1875rem/1.72 "Open Sans", Arial, sans-serif; }
.pvg-cluster-text { width: min(100%, 50rem); margin-inline: auto; }
.pvg-cluster-wide { width: min(100%, 68rem); margin-inline: auto; }
.pvg-cluster a { color: var(--pvg-cluster-blue); text-underline-offset: .2em; text-decoration-thickness: .08em; }
.pvg-cluster a:hover { color: var(--pvg-cluster-blue-dark); }
.pvg-cluster :is(a, button):focus-visible { outline: 3px solid var(--pvg-cluster-focus); outline-offset: 4px; }
.pvg-cluster [tabindex="-1"]:focus { outline: 3px solid var(--pvg-cluster-focus); outline-offset: 6px; }
.pvg-cluster h1, .pvg-cluster h2, .pvg-cluster h3 { color: var(--pvg-cluster-blue); font-family: "Open Sans", Arial, sans-serif; line-height: 1.15; text-wrap: balance; }
.pvg-cluster h1 { margin: .65rem 0 1rem; font-size: clamp(2.25rem, 5vw, 3.75rem); letter-spacing: -.035em; }
.pvg-cluster h2 { margin: 0 0 1.2rem; font-size: clamp(1.85rem, 3.7vw, 2.75rem); letter-spacing: -.025em; }
.pvg-cluster h3 { margin: 2rem 0 .65rem; font-size: clamp(1.25rem, 2.3vw, 1.65rem); }
.pvg-cluster :is(h2, h3, h4)[id] { scroll-margin-top: 7rem; }
.pvg-cluster p, .pvg-cluster ul, .pvg-cluster ol { margin: 0 0 1.15rem; }
.pvg-cluster li + li { margin-top: .55rem; }
.pvg-cluster strong { color: #173c56; }
.pvg-cluster-skip { position: fixed; z-index: 9999; top: .5rem; left: .5rem; translate: 0 -180%; padding: .75rem 1rem; background: #fff; border: 3px solid var(--pvg-cluster-focus); color: var(--pvg-cluster-blue); }
.pvg-cluster-skip:focus { translate: 0; }

.pvg-cluster-breadcrumb { width: min(100%, 68rem); margin: 0 auto; padding-block: 1.15rem; font-size: .875rem; color: var(--pvg-cluster-muted); }
.pvg-cluster-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .35rem .55rem; margin: 0; padding: 0; list-style: none; }
.pvg-cluster-breadcrumb li:not(:last-child)::after { content: "›"; margin-left: .55rem; color: #8aa0b1; }
.pvg-cluster-breadcrumb a { color: inherit; }

.pvg-cluster-hero { margin-inline: calc(-1 * clamp(1rem, 4vw, 2.5rem)); padding: clamp(2.75rem, 5vw, 4.5rem) clamp(1rem, 4vw, 2.5rem); background: linear-gradient(145deg, #f1f8fb 0%, #fff 62%, #eff9f5 100%); border-bottom: 1px solid #e2edf3; }
.pvg-cluster-hero .pvg-cluster-text { width: min(100%, 68rem); }
.pvg-cluster-hero h1 { width: 100%; margin: .8rem 0 1.15rem; font-size: clamp(2rem, 3.1vw, 3.15rem); font-weight: 800; line-height: 1.09; letter-spacing: -.032em; }
.pvg-cluster-eyebrow, .pvg-cluster-box__label { margin: 0 0 .7rem; color: var(--pvg-cluster-mint-dark); font-size: .8125rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pvg-cluster-hero > .pvg-cluster-text > .pvg-cluster-eyebrow,
.pvg-cluster-box__label { display: inline-flex; align-items: center; width: auto; padding: .42rem .75rem; border: 1px solid #a9d9c9; border-radius: 999px; background: #edf8f4; font-size: .75rem; font-weight: 700; letter-spacing: .075em; line-height: 1; }
.pvg-cluster-reviewed { margin: 0; color: var(--pvg-cluster-muted); font-size: .9375rem; font-weight: 600; }
.pvg-cluster-lead { width: 100%; margin-top: 1.4rem; padding-top: 1.35rem; border-top: 1px solid #dbe9ef; font-size: 1.125rem; }
.pvg-cluster-lead p:last-child { margin-bottom: 0; }
.pvg-cluster-hero-author { display: flex; align-items: center; gap: .8rem; margin-top: 1.3rem; }
.pvg-cluster-hero-author img { flex: 0 0 auto; width: 3.25rem; height: 3.25rem; border: 2px solid var(--pvg-cluster-mint); border-radius: 50%; object-fit: cover; aspect-ratio: 1; }
.pvg-cluster-hero-author p { display: grid; gap: .08rem; margin: 0; font-size: .875rem; line-height: 1.35; }
.pvg-cluster-hero-author strong { color: var(--pvg-cluster-blue); font-weight: 700; }
.pvg-cluster-hero-author span { color: var(--pvg-cluster-muted); }

.pvg-cluster-box { width: min(100%, 68rem); margin-top: clamp(1.75rem, 3.5vw, 3rem); padding: clamp(1.6rem, 4vw, 2.75rem); border: 1px solid #cfe4dc; border-left: 5px solid var(--pvg-cluster-mint); border-radius: var(--pvg-cluster-radius); background: linear-gradient(125deg, #eaf7f3 0%, #f7fcfa 48%, #fff 100%); box-shadow: 0 18px 44px rgb(0 73 142 / 7%); }
.pvg-cluster-box > * { width: min(100%, 50rem); }
.pvg-cluster-box > .pvg-cluster-box__label { width: auto; }
.pvg-cluster-box h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); }
.pvg-cluster-box p:last-child { margin-bottom: 0; padding: 1rem 1.15rem; border-left: 3px solid var(--pvg-cluster-mint); border-radius: 0 12px 12px 0; background: rgb(255 255 255 / 72%); }

.pvg-cluster-timeline { margin-top: clamp(3.75rem, 7vw, 6rem); padding-bottom: clamp(2rem, 4vw, 4rem); }
.pvg-cluster-timeline__axis { position: relative; display: grid; grid-template-columns: .7fr .8fr 1.55fr .75fr 2.2fr; gap: .65rem; align-items: end; margin: 2.2rem .85rem 1.25rem 13.5rem; padding-bottom: 1.15rem; color: var(--pvg-cluster-muted); font-size: clamp(1.0625rem, 1.25vw, 1.1875rem); font-weight: 700; line-height: 1.35; }
.pvg-cluster-timeline__axis::before { content: ""; position: absolute; right: 0; bottom: .25rem; left: 0; height: 2px; background: linear-gradient(90deg, var(--pvg-cluster-mint), var(--pvg-cluster-blue)); }
.pvg-cluster-timeline__axis::after { content: ""; position: absolute; right: 0; bottom: .02rem; width: .55rem; height: .55rem; border-top: 2px solid var(--pvg-cluster-blue); border-right: 2px solid var(--pvg-cluster-blue); rotate: 45deg; }
.pvg-cluster-timeline__lane { display: grid; grid-template-columns: 12rem repeat(4, 1fr); gap: .75rem; min-height: 5.25rem; margin-top: .8rem; padding: .8rem; border: 1px solid #dbe8ef; border-radius: 18px; background: linear-gradient(120deg, #fbfdfe, #fff); box-shadow: 0 10px 28px rgb(0 73 142 / 5%); }
.pvg-cluster-timeline__lane > strong { align-self: center; padding: .6rem .75rem; color: var(--pvg-cluster-blue); line-height: 1.35; }
.pvg-cluster-timeline__lane span { align-self: stretch; display: grid; place-items: center; padding: .75rem; border-radius: 13px; text-align: center; font-size: clamp(1.125rem, 1.3vw, 1.25rem); font-weight: 700; line-height: 1.35; }
.pvg-cluster-timeline__lane .is-defined { grid-column: 2 / 4; border: 1px solid #b9dfd2; background: linear-gradient(120deg, #e4f5ef, #f3fbf8); box-shadow: inset 3px 0 0 var(--pvg-cluster-mint); }
.pvg-cluster-timeline__lane .is-conditional { grid-column: 3 / 5; border: 1px solid #cddfea; background: linear-gradient(120deg, #f0f6f9, #fbfdfe); box-shadow: inset 3px 0 0 rgb(0 73 142 / 42%); }
.pvg-cluster-timeline__lane .is-conditional + .is-conditional { grid-column: 5; }
.pvg-cluster-timeline__lane .is-late { grid-column: 4 / 6; }
.pvg-cluster-timeline__note { margin-top: 1.5rem; padding: 1.1rem 1.3rem; border: 1px solid #d7e8e2; border-left: 4px solid var(--pvg-cluster-mint); border-radius: 0 14px 14px 0; background: #f4faf8; color: #27475c; font-size: 1rem; }
.pvg-cluster-timeline__mobile { display: none; }

.pvg-cluster-toc { margin-top: clamp(4rem, 8vw, 6.5rem); padding: clamp(1.4rem, 4vw, 2.2rem); border: 1px solid var(--pvg-cluster-border); border-radius: var(--pvg-cluster-radius); box-shadow: var(--pvg-cluster-shadow); }
.pvg-cluster-toc h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.pvg-cluster-toc ol { columns: 2; column-gap: 3rem; padding-left: 1.5rem; }
.pvg-cluster-toc li { break-inside: avoid; padding-left: .3rem; }

.pvg-cluster-article, .pvg-cluster-section { margin-top: clamp(4rem, 8vw, 7rem); }
.pvg-cluster-article__section { padding-block: clamp(.5rem, 2vw, 1.5rem); }
.pvg-cluster-article__section + .pvg-cluster-article__section { margin-top: clamp(4.5rem, 8vw, 7rem); }
.pvg-cluster-article__section:nth-child(even) { padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--pvg-cluster-radius); background: linear-gradient(135deg, #f5fafc, #fbfefd); }
.pvg-cluster-article__section > h2 { max-width: 60rem; margin-bottom: 1.5rem; }
.pvg-cluster-article__section > p { max-width: 52rem; }
.pvg-cluster-article__section > p > strong:only-child { display: block; margin: 1.75rem 0; padding: 1.2rem 1.35rem; border-left: 5px solid var(--pvg-cluster-mint); border-radius: 0 16px 16px 0; background: var(--pvg-cluster-tint); }
.pvg-cluster-context-link { margin-top: 2rem; font-weight: 800; }
.pvg-cluster-subsection-grid, .pvg-cluster-status-grid, .pvg-cluster-au-bu-grid, .pvg-cluster-au-grid { display: grid; gap: 1.15rem; margin-top: 2rem; }
.pvg-cluster-subsection { min-width: 0; padding: clamp(1.25rem, 2.5vw, 1.75rem); border: 1px solid var(--pvg-cluster-border); border-radius: 18px; background: #fff; }
.pvg-cluster-subsection h3 { margin: 0 0 .85rem; font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.pvg-cluster-subsection p:last-child { margin-bottom: 0; }
.pvg-cluster-subsection--status { background: linear-gradient(140deg, #fff, #f7fbfa); box-shadow: 0 10px 28px rgb(0 73 142 / 5%); }
.pvg-cluster-subsection--definition { border-top: 4px solid var(--pvg-cluster-mint); }
.pvg-cluster-subsection--question { max-width: 52rem; margin-top: 1.15rem; border-left: 5px solid var(--pvg-cluster-mint); background: var(--pvg-cluster-tint); }
.pvg-cluster-subsection--info { background: #fbfdfe; }
.pvg-cluster-subsection--split { box-shadow: 0 10px 28px rgb(0 73 142 / 4%); }
.pvg-cluster-subsection--example { margin-top: 2rem; border-color: #c9dfeb; background: linear-gradient(135deg, #f2f8fb, #fff); box-shadow: var(--pvg-cluster-shadow); }
.pvg-cluster-subsection--note { max-width: 52rem; margin-top: 1.15rem; border-left: 5px solid var(--pvg-cluster-mint); background: var(--pvg-cluster-tint); }

.pvg-cluster-compare { margin-top: 2.5rem; border: 1px solid var(--pvg-cluster-border); border-radius: var(--pvg-cluster-radius); overflow: hidden; box-shadow: var(--pvg-cluster-shadow); }
.pvg-cluster-compare__row { display: grid; grid-template-columns: 12rem 1fr 1fr; background: #fff; }
.pvg-cluster-compare__row + .pvg-cluster-compare__row { border-top: 1px solid var(--pvg-cluster-border); }
.pvg-cluster-compare__row > * { margin: 0; padding: 1.15rem; }
.pvg-cluster-compare__row h5 { display: flex; align-items: center; background: #f7fafc; color: var(--pvg-cluster-blue); font-size: 1rem; line-height: 1.35; }
.pvg-cluster-compare__row > div + div { border-left: 1px solid var(--pvg-cluster-border); }
.pvg-cluster-compare__row p { margin: .35rem 0 0; font-size: .9375rem; line-height: 1.5; }

.pvg-cluster-section[aria-labelledby="private-bu-versorgungswerk"] > p { max-width: 52rem; }
.pvg-cluster-example { padding: clamp(1.5rem, 4vw, 2.8rem); border-radius: var(--pvg-cluster-radius); background: #f7fafc; }
.pvg-cluster-example > p { max-width: 52rem; }
.pvg-cluster-example-grid { display: grid; gap: 1rem; margin-top: 2rem; counter-reset: example-step; }
.pvg-cluster-example-step { position: relative; min-width: 0; padding: 1.35rem 1.35rem 1.35rem 3.85rem; border: 1px solid var(--pvg-cluster-border); border-radius: 18px; background: #fff; counter-increment: example-step; }
.pvg-cluster-example-step::before { content: counter(example-step); position: absolute; top: 1.25rem; left: 1.25rem; display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: var(--pvg-cluster-tint); color: var(--pvg-cluster-mint-dark); font-weight: 800; }
.pvg-cluster-example-step h3 { margin: 0 0 .75rem; font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
.pvg-cluster-example-step p:last-child { margin-bottom: 0; }
.pvg-cluster-checklist { padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid var(--pvg-cluster-border); border-radius: var(--pvg-cluster-radius); box-shadow: var(--pvg-cluster-shadow); }
.pvg-cluster-checklist > p { max-width: 52rem; }
.pvg-cluster-checklist ol { display: grid; gap: .75rem 1.5rem; padding: 0; list-style: none; counter-reset: checklist; }
.pvg-cluster-checklist li { position: relative; min-width: 0; margin: 0; padding: .9rem 1rem .9rem 3.5rem; border: 1px solid var(--pvg-cluster-border); border-radius: 14px; background: #fbfdfe; counter-increment: checklist; }
.pvg-cluster-checklist li::before { content: counter(checklist); position: absolute; left: .9rem; top: .75rem; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--pvg-cluster-tint); color: var(--pvg-cluster-mint-dark); font-weight: 800; }

.pvg-cluster-opinion { padding: clamp(1.5rem, 4vw, 2.6rem); border-left: 5px solid var(--pvg-cluster-mint); border-radius: var(--pvg-cluster-radius); background: linear-gradient(135deg, var(--pvg-cluster-tint), #fff); box-shadow: var(--pvg-cluster-shadow); }
.pvg-cluster-opinion__head { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.5rem; }
.pvg-cluster-opinion__head img { width: 72px; height: 72px; object-fit: cover; border: 3px solid var(--pvg-cluster-mint); border-radius: 50%; }
.pvg-cluster-opinion__head h2, .pvg-cluster-opinion__head p { margin: 0; }
.pvg-cluster-opinion > p { max-width: 56rem; }

.pvg-cluster-faq__item { border-top: 1px solid var(--pvg-cluster-border); }
.pvg-cluster-faq__item:last-child { border-bottom: 1px solid var(--pvg-cluster-border); }
.pvg-cluster-faq__item h3 { margin: 0; }
.pvg-cluster-faq__item button { display: flex; justify-content: space-between; gap: 1rem; width: 100%; padding: 1.25rem 0; border: 0; background: transparent; color: var(--pvg-cluster-blue); font: 700 1.125rem/1.4 "Open Sans", Arial, sans-serif; text-align: left; cursor: pointer; }
.pvg-cluster-faq__item button span:last-child { color: var(--pvg-cluster-mint-dark); font-size: 1.5rem; }
.pvg-cluster-faq__item [role="region"] { padding: 0 0 1.25rem; }
.pvg-cluster-faq__item [role="region"] > p { max-width: 52rem; }
.pvg-cluster-sources { font-size: 1rem; }
.pvg-cluster-sources h3 { font-size: 1.25rem; }
.pvg-cluster-sources > :not(h2) { max-width: 52rem; }

.pvg-cluster-author { display: grid; grid-template-columns: 8rem 1fr; gap: 1.5rem; align-items: start; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--pvg-cluster-border); border-radius: var(--pvg-cluster-radius); box-shadow: var(--pvg-cluster-shadow); }
.pvg-cluster-author > img { width: 8rem; height: 8rem; object-fit: cover; border: 4px solid var(--pvg-cluster-mint); border-radius: 50%; }
.pvg-cluster-author h3 { margin-top: 0; }
.pvg-cluster-cta { margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 6vw, 4rem); border-radius: 30px; background: linear-gradient(180deg, var(--pvg-cluster-blue), #0a559e); color: #fff; box-shadow: 0 18px 48px rgb(0 33 65 / 18%); text-align: center; }
.pvg-cluster-cta h2, .pvg-cluster-cta h3, .pvg-cluster-cta strong { color: #fff; }
.pvg-cluster-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: .8rem; padding: .8rem 1.5rem; border-radius: 999px; background: #fff; color: var(--pvg-cluster-blue) !important; font-weight: 800; text-decoration: none; }
.pvg-cluster-button:hover { background: var(--pvg-cluster-tint); }

@media (max-width: 63.99rem) {
  .pvg-cluster-timeline__desktop { display: none; }
  .pvg-cluster-timeline__mobile { display: grid; gap: 1rem; margin-top: 2rem; }
  .pvg-cluster-timeline__mobile article { padding: 1.2rem; border: 1px solid #dbe8ef; border-left: 4px solid var(--pvg-cluster-mint); border-radius: 0 16px 16px 0; background: linear-gradient(120deg, #f5faf8, #fff); box-shadow: 0 8px 22px rgb(0 73 142 / 5%); }
  .pvg-cluster-timeline__mobile h3 { margin: 0 0 .5rem; font-size: 1.2rem; }
  .pvg-cluster-timeline__mobile p { margin: 0; font-size: 1rem; }
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
  .pvg-cluster-subsection-grid--two, .pvg-cluster-status-grid, .pvg-cluster-au-bu-grid, .pvg-cluster-au-grid, .pvg-cluster-example-grid, .pvg-cluster-checklist ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pvg-cluster-au-grid > :last-child:nth-child(odd), .pvg-cluster-example-step:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (min-width: 64rem) {
  .pvg-cluster-box > * { width: 100%; }
  .pvg-cluster-box > .pvg-cluster-box__label { width: auto; }
  .pvg-cluster-subsection-grid--two, .pvg-cluster-status-grid, .pvg-cluster-au-bu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pvg-cluster-au-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pvg-cluster-example-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pvg-cluster-example-step:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .pvg-cluster-checklist ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 47.99rem) {
  .pvg-cluster { font-size: 1.0625rem; line-height: 1.65; }
  .pvg-cluster-hero { padding-block: 2.5rem; }
  .pvg-cluster-hero h1 { font-size: clamp(2rem, 9.3vw, 2.55rem); line-height: 1.1; }
  .pvg-cluster-lead { margin-top: 1.2rem; padding-top: 1.15rem; font-size: 1.0625rem; }
  .pvg-cluster-hero-author { margin-top: 1.15rem; }
  .pvg-cluster-hero-author img { width: 2.75rem; height: 2.75rem; }
  .pvg-cluster-box { margin-top: 1.4rem; padding: 1.4rem; }
  .pvg-cluster-article__section:nth-child(even) { margin-inline: -.25rem; padding: 1.35rem; }
  .pvg-cluster-subsection, .pvg-cluster-example-step { padding: 1.2rem; }
  .pvg-cluster-example-step { padding-left: 3.6rem; }
  .pvg-cluster-toc ol { columns: 1; }
  .pvg-cluster-compare { border: 0; box-shadow: none; overflow: visible; }
  .pvg-cluster-compare__row { display: block; margin-top: 1rem; border: 1px solid var(--pvg-cluster-border) !important; border-radius: 18px; overflow: hidden; box-shadow: var(--pvg-cluster-shadow); }
  .pvg-cluster-compare__row h5 { margin: 0; }
  .pvg-cluster-compare__row > div + div { border-top: 1px solid var(--pvg-cluster-border); border-left: 0; }
  .pvg-cluster-author { grid-template-columns: 1fr; }
  .pvg-cluster-author > img { width: 6rem; height: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .pvg-cluster *, .pvg-cluster *::before, .pvg-cluster *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .pvg-cluster { padding: 0; font-size: 11pt; }
  .pvg-cluster-skip, .pvg-cluster-cta { display: none; }
  .pvg-cluster-box, .pvg-cluster-section, .pvg-cluster-toc { box-shadow: none; }
  .pvg-cluster-faq__item [hidden] { display: block; }
}
