/* CPQ-SELECT V6.4.24 – Pre-Footer nur auf der Startseite; kompakte Rechtsseiten, englische Einzelseite und schlankes Frontend. */
:root {
  --cpqs-wide: 1320px;
  --cpqs-reading: 860px;
  --cpqs-gutter: clamp(1.1rem, 3vw, 2.5rem);
  --cpqs-shadow-soft: 0 14px 36px rgba(14,44,56,.08);
  --cpqs-shadow-hover: 0 20px 48px rgba(14,44,56,.15);
  --cpqs-ease: cubic-bezier(.22,.61,.36,1);
}
html { scroll-behavior:smooth; }
body { text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased; }
main { overflow-x:clip; }
:target,[id] { scroll-margin-top:7rem; }
.wp-block-heading { text-wrap:balance; }
.wp-block-post-content p { text-wrap:pretty; }
.screen-reader-text { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }

/* Breiten */
.cpqs-template-front .wp-block-post-content > .alignwide,
.cpqs-template-front .wp-block-post-content > .alignfull > .alignwide,
.cpqs-template-standard .wp-block-post-content > .alignwide,
.cpqs-template-wide .wp-block-post-content > .alignwide {
  width:min(calc(100% - (2 * var(--cpqs-gutter))),var(--cpqs-wide)); max-width:var(--cpqs-wide); margin-inline:auto;
}
.cpqs-template-front .wp-block-post-content > .alignfull,
.cpqs-template-standard .wp-block-post-content > .alignfull,
.cpqs-template-wide .wp-block-post-content > .alignfull {
  width:100vw; max-width:none; margin-left:calc(50% - 50vw)!important; margin-right:calc(50% - 50vw)!important;
}
.cpqs-template-front .wp-block-post-content > .alignfull > .alignwide,
.cpqs-template-standard .wp-block-post-content > .alignfull > .alignwide,
.cpqs-template-wide .wp-block-post-content > .alignfull > .alignwide {
  width:min(calc(100% - (2 * var(--cpqs-gutter))),var(--cpqs-wide)); max-width:var(--cpqs-wide); margin-inline:auto;
}

/* Typografie und Links */
.cpqs-kicker { margin:0 0 .65rem; letter-spacing:.14em; text-transform:uppercase; font-weight:750; }
main a:not(.wp-element-button) { text-decoration-thickness:.08em; text-underline-offset:.18em; }
.wp-element-button,.wp-block-button__link { border-radius:0!important; text-decoration:none!important; transition:transform .2s var(--cpqs-ease),background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease; }
.wp-block-button__link:hover { transform:translateY(-2px); box-shadow:0 10px 22px rgba(14,44,56,.14); }
.wp-block-button__link.has-primary-background-color:hover { background:var(--wp--preset--color--contrast)!important; }
.wp-block-button__link.has-base-background-color.has-primary-color:hover { background:var(--wp--preset--color--accent)!important; color:var(--wp--preset--color--base)!important; }
.has-primary-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-contrast-background-color .wp-block-button.is-style-outline .wp-block-button__link { background:transparent!important; border-color:var(--wp--preset--color--base)!important; color:var(--wp--preset--color--base)!important; }
.has-primary-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-contrast-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover { background:var(--wp--preset--color--base)!important; color:var(--wp--preset--color--primary)!important; }
:where(a,button,summary,input,textarea,select):focus-visible {
  outline:3px solid var(--wp--preset--color--accent);
  outline-offset:4px;
}
.has-primary-background-color :where(a,button,summary):focus-visible,
.has-contrast-background-color :where(a,button,summary):focus-visible,
.cpqs-site-footer :where(a,button,summary):focus-visible,
.cpqs-class-ribbon a:focus-visible {
  outline-color:var(--wp--preset--color--base);
  outline-offset:-3px;
}

/* Header */
.cpqs-site-header { position:relative; z-index:20; box-shadow:0 8px 24px rgba(14,44,56,.045); }
.cpqs-site-header > .wp-block-group.alignwide,
.cpqs-prefooter > .wp-block-columns.alignwide,
.cpqs-footer-main > .wp-block-columns.alignwide,
.cpqs-footer-main > .wp-block-separator.alignwide,
.cpqs-footer-main > .wp-block-group.alignwide { width:min(calc(100% - (2 * var(--cpqs-gutter))),var(--cpqs-wide)); max-width:var(--cpqs-wide); margin-inline:auto; }
.cpqs-logo-link { display:block; width:clamp(220px,18vw,280px); aspect-ratio:1600/305; background:url('../images/cpq-select-logo.svg') no-repeat left center/contain; text-decoration:none; flex:0 0 auto; }
.cpqs-header-navigation { gap:.7rem; }
.cpqs-main-navigation { gap:clamp(.65rem,1.2vw,1.05rem); }
.cpqs-main-navigation .wp-block-navigation-item__content { position:relative; padding-block:.45rem; color:var(--wp--preset--color--primary); text-decoration:none; white-space:nowrap; }
.cpqs-main-navigation .wp-block-navigation-item__content::after { content:""; position:absolute; left:0; right:100%; bottom:.12rem; height:3px; background:var(--wp--preset--color--accent); transition:right .22s var(--cpqs-ease); }
.cpqs-main-navigation .wp-block-navigation-item__content:hover::after,
.cpqs-main-navigation .current-menu-item > .wp-block-navigation-item__content::after { right:0; }
.cpqs-main-navigation .wp-block-navigation-item__content:hover,
.cpqs-main-navigation .current-menu-item > .wp-block-navigation-item__content { color:var(--wp--preset--color--contrast); }
.cpqs-lang-switch { margin:0; align-self:center; font-weight:750; letter-spacing:.08em; }
.cpqs-lang-switch a { color:var(--wp--preset--color--primary); text-decoration:none; border-left:1px solid var(--wp--preset--color--line); padding-left:.85rem; }

/* Hero */
.cpqs-hero { position:relative; overflow:hidden; padding-block:clamp(4.5rem,8vw,7.25rem); background:linear-gradient(115deg,#0E2C38 0%,#123845 62%,#173E4A 100%)!important; }
.cpqs-hero::before { content:""; position:absolute; inset:auto -8% -35% 43%; height:80%; background:radial-gradient(circle,rgba(160,82,59,.22),rgba(160,82,59,0) 70%); pointer-events:none; }
.cpqs-hero-grid { width:min(calc(100% - (2 * var(--cpqs-gutter))),var(--cpqs-wide)); max-width:var(--cpqs-wide); margin-inline:auto; gap:clamp(2rem,5vw,5rem); }
.cpqs-hero h1 { max-width:850px; margin:.4rem 0 1.35rem; line-height:1.02; }
.cpqs-hero-lead { max-width:760px; line-height:1.38; margin-bottom:1rem; }
.cpqs-hero p.has-on-dark-muted-color { max-width:720px; }
.cpqs-hero-buttons { margin-top:1.8rem; gap:.75rem; }
.cpqs-architecture-map { position:relative; min-height:420px; aspect-ratio:1/1; max-width:510px; margin-left:auto; isolation:isolate; }
.cpqs-map-orbit { position:absolute; inset:13%; border:1px solid rgba(197,212,218,.28); border-radius:50%; }
.cpqs-map-orbit--two { inset:27%; border-color:rgba(160,82,59,.6); }
.cpqs-map-orbit::before,.cpqs-map-orbit::after { content:""; position:absolute; left:50%; top:50%; background:rgba(197,212,218,.22); transform:translate(-50%,-50%); }
.cpqs-map-orbit::before { width:140%; height:1px; }
.cpqs-map-orbit::after { width:1px; height:140%; }
.cpqs-map-core { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:42%; aspect-ratio:1; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; background:var(--wp--preset--color--base); color:var(--wp--preset--color--primary); box-shadow:0 22px 54px rgba(0,0,0,.22); padding:1rem; }
.cpqs-map-core strong { font-size:clamp(1.05rem,2vw,1.45rem); }
.cpqs-map-core span { font-size:.76rem; color:var(--wp--preset--color--muted); margin-top:.35rem; }
.cpqs-map-node { position:absolute; min-width:118px; padding:.75rem .85rem; border:1px solid rgba(197,212,218,.45); background:rgba(14,44,56,.72); backdrop-filter:blur(5px); color:var(--wp--preset--color--base); }
.cpqs-map-node span { display:block; font-weight:800; letter-spacing:.06em; }
.cpqs-map-node small { display:block; color:var(--wp--preset--color--on-dark-muted); margin-top:.18rem; }
.cpqs-map-node--crm { left:0; top:12%; }
.cpqs-map-node--pim { right:2%; top:5%; }
.cpqs-map-node--plm { right:-1%; top:52%; }
.cpqs-map-node--cad { left:8%; bottom:3%; }
.cpqs-map-node--erp { right:18%; bottom:0; }


/* Heller Fachseiten-Hero */
.cpqs-page-hero { padding-block:clamp(4.25rem,7vw,6.75rem); border-bottom:1px solid var(--wp--preset--color--line); }
.cpqs-page-hero h1 {
  max-width:1080px;
  margin:.45rem 0 1.5rem;
  font-size:clamp(2.45rem,5vw,4.85rem);
  line-height:1.08;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.cpqs-page-hero > .alignwide > p { max-width:940px; }
.cpqs-page-hero > .alignwide > p.has-l-font-size { line-height:1.42; }
.cpqs-page-hero .cpqs-content-date { margin-top:1.35rem; }

/* Editoriale Sektionen */
.cpqs-editorial-statement { padding-block:clamp(3.25rem,6vw,5.75rem); border-bottom:1px solid var(--wp--preset--color--line); }
.cpqs-editorial-statement > p:last-child {
  max-width:1180px;
  margin:0;
  line-height:1.34;
  letter-spacing:-.018em;
  text-wrap:pretty;
}
.cpqs-market-intro,.cpqs-selection-section { padding-block:clamp(4rem,7vw,6.5rem); }
.cpqs-market-intro p,.cpqs-selection-section p,.cpqs-levels-section p { line-height:1.72; }
.cpqs-selection-section > h2,.cpqs-levels-section h2 { max-width:1040px; line-height:1.16; }
.cpqs-editorial-grid { gap:clamp(3rem,6vw,6rem); }
.cpqs-editorial-grid > .wp-block-column:first-child { padding-right:clamp(0rem,2vw,2rem); }
.cpqs-editorial-grid > .wp-block-column:last-child p:first-child { margin-top:.25rem; }
.cpqs-editorial-quote {
  margin:2rem 0;
  padding:1.4rem 0 1.4rem 1.5rem;
  border-left:5px solid var(--wp--preset--color--accent)!important;
  background:none;
}
.cpqs-editorial-quote p {
  max-width:32ch;
  margin:0;
  font-size:clamp(1.45rem,2vw,1.9rem);
  line-height:1.38!important;
  letter-spacing:-.015em;
  text-wrap:pretty;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
}

/* Sechs Ebenen */
.cpqs-levels-section { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-levels-section > .alignwide > p { max-width:960px; }
.cpqs-level-map { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); margin-top:2.5rem; border-top:1px solid var(--wp--preset--color--line); border-bottom:1px solid var(--wp--preset--color--line); background:var(--wp--preset--color--base); }
.cpqs-level-item { position:relative; min-height:200px; padding:1.55rem 1.35rem 1.7rem; border-right:1px solid var(--wp--preset--color--line); display:flex; flex-direction:column; }
.cpqs-level-item:last-child { border-right:0; }
.cpqs-level-item:nth-child(2),.cpqs-level-item:nth-child(4),.cpqs-level-item:nth-child(6) { background:#F6F8F9; }
.cpqs-level-item span { color:var(--wp--preset--color--accent); font-size:.78rem; font-weight:800; letter-spacing:.12em; }
.cpqs-level-item strong { color:var(--wp--preset--color--primary); font-size:clamp(1.05rem,1.4vw,1.3rem); line-height:1.25; margin-top:auto; }
.cpqs-level-item small { color:var(--wp--preset--color--muted); margin-top:.55rem; line-height:1.4; }
.cpqs-table-details { margin-top:1.4rem; border-top:1px solid var(--wp--preset--color--line); border-bottom:1px solid var(--wp--preset--color--line); padding:1rem 0; }
.cpqs-table-details summary { cursor:pointer; list-style:none; color:var(--wp--preset--color--primary); font-weight:750; }
.cpqs-table-details summary::-webkit-details-marker { display:none; }
.cpqs-table-details summary::after { content:"+"; float:right; color:var(--wp--preset--color--accent); font-size:1.3rem; line-height:1; }
.cpqs-table-details[open] summary::after { content:"−"; }
.wp-block-table { width:100%; overflow:visible; margin-top:1.2rem; border:1px solid var(--wp--preset--color--line); background:var(--wp--preset--color--base); }
.wp-block-table table { width:100%; table-layout:auto!important; border-collapse:collapse; }
.wp-block-table.is-style-cpqs-orientierung th:nth-child(1),.wp-block-table.is-style-cpqs-orientierung td:nth-child(1){width:25%;}
.wp-block-table.is-style-cpqs-orientierung th:nth-child(2),.wp-block-table.is-style-cpqs-orientierung td:nth-child(2){width:34%;}
.wp-block-table.is-style-cpqs-orientierung th:nth-child(3),.wp-block-table.is-style-cpqs-orientierung td:nth-child(3){width:41%;}
.wp-block-table th,.wp-block-table td {
  padding:1.05rem 1.15rem;
  border:0;
  border-bottom:1px solid var(--wp--preset--color--line);
  vertical-align:top;
  line-height:1.52;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
}
.wp-block-table thead th { background:var(--wp--preset--color--primary); color:var(--wp--preset--color--base); text-align:left; }
.wp-block-table tbody tr:nth-child(even) td { background:var(--wp--preset--color--surface); }
.wp-block-table figcaption { margin:0; padding:.8rem 1rem; color:var(--wp--preset--color--muted); background:var(--wp--preset--color--paper); }

/* Fünf Einstiege */
.cpqs-entry-section { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-entry-section > p { max-width:950px; }
.cpqs-entry-grid { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:1px; background:var(--wp--preset--color--line); border:1px solid var(--wp--preset--color--line); margin-top:2.3rem; }
.cpqs-entry-card { position:relative; grid-column:span 4; min-height:290px; padding:1.8rem; background:var(--wp--preset--color--base); color:var(--wp--preset--color--contrast); text-decoration:none!important; display:flex; flex-direction:column; overflow:hidden; transition:transform .25s var(--cpqs-ease),background-color .25s ease,color .25s ease,box-shadow .25s ease; }
.cpqs-entry-card--lead { grid-column:span 7; background:var(--wp--preset--color--primary); color:var(--wp--preset--color--base); }
.cpqs-entry-card--secondary { grid-column:span 5; background:var(--wp--preset--color--paper); }
.cpqs-entry-card::before { content:""; position:absolute; left:0; top:0; width:100%; height:5px; background:var(--wp--preset--color--accent); transform:scaleX(.18); transform-origin:left; transition:transform .25s var(--cpqs-ease); }
.cpqs-entry-card:hover,.cpqs-entry-card:focus-visible { z-index:2; transform:translateY(-5px); box-shadow:var(--cpqs-shadow-hover); background:var(--wp--preset--color--surface); color:var(--wp--preset--color--contrast); }
.cpqs-entry-card--lead:hover,.cpqs-entry-card--lead:focus-visible { background:var(--wp--preset--color--contrast); color:var(--wp--preset--color--base); }
.cpqs-entry-card:hover::before,.cpqs-entry-card:focus-visible::before { transform:scaleX(1); }
.cpqs-entry-no { color:var(--wp--preset--color--accent); font-size:.78rem; font-weight:800; letter-spacing:.12em; }
.cpqs-entry-card h3 { color:inherit; margin:auto 0 .8rem; font-size:clamp(1.45rem,2.2vw,2.1rem); letter-spacing:-.02em; }
.cpqs-entry-card p { margin:0 0 1rem; color:inherit; opacity:.84; max-width:46rem; }
.cpqs-entry-card strong { color:inherit; font-size:.92rem; line-height:1.45; max-width:44rem; }
.cpqs-entry-arrow { position:absolute; right:1.5rem; top:1.35rem; font-size:1.4rem; transition:transform .25s var(--cpqs-ease); }
.cpqs-entry-card:hover .cpqs-entry-arrow { transform:translate(3px,-3px); }

/* Systemklassen */
.cpqs-systemclasses { padding-block:clamp(4.5rem,7vw,7rem); background:linear-gradient(125deg,#0E2C38,#123946)!important; }
/* WordPress/FSE-Patch:
   1. Der direkte Wide-Container bleibt auf der globalen Fachbreite.
   2. Der rohe HTML-/nav-Block des Ribbons wird von der durch WordPress
      gesetzten Lesebreite (contentSize) befreit und füllt den Wide-Container. */
.cpqs-systemclasses > .wp-block-group.alignwide {
  width:min(calc(100% - (2 * var(--cpqs-gutter))),var(--cpqs-wide))!important;
  max-width:var(--cpqs-wide)!important;
  margin-inline:auto!important;
}
.cpqs-systemclasses .cpqs-class-ribbon {
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
.cpqs-systemclasses .alignwide > h2 { max-width:900px; margin-bottom:2rem; }
.cpqs-class-ribbon { display:flex; overflow-x:auto; scrollbar-width:thin; margin:2rem 0 2.8rem; border:1px solid rgba(197,212,218,.28); }
.cpqs-class-ribbon a { flex:1 1 0; min-width:150px; min-height:150px; padding:1.1rem 1rem; color:var(--wp--preset--color--base); text-decoration:none!important; border-right:1px solid rgba(197,212,218,.28); background:rgba(255,255,255,.035); display:flex; flex-direction:column; justify-content:space-between; transition:flex-grow .28s var(--cpqs-ease),background-color .2s ease,color .2s ease; }
.cpqs-class-ribbon a:last-child { border-right:0; }
.cpqs-class-ribbon a:nth-child(even) { background:rgba(255,255,255,.075); }
.cpqs-class-ribbon a:hover,.cpqs-class-ribbon a:focus-visible { flex-grow:1.35; background:var(--wp--preset--color--accent); color:var(--wp--preset--color--base); }
.cpqs-class-ribbon span { color:var(--wp--preset--color--on-dark-muted); font-size:.75rem; font-weight:800; letter-spacing:.12em; }
.cpqs-class-ribbon strong { font-size:.92rem; line-height:1.3; }
.cpqs-systemclass-body { gap:clamp(2rem,5vw,5rem); color:var(--wp--preset--color--on-dark-muted); }
.cpqs-systemclass-body p { color:var(--wp--preset--color--on-dark-muted); }
.cpqs-dark-note { border-left:5px solid var(--wp--preset--color--accent); padding-left:1.5rem; }
.cpqs-dark-note p:last-child { line-height:1.35; }

/* Querschnitt */
.cpqs-cross-section { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-cross-section > .alignwide > p { max-width:980px; }
.cpqs-cross-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:2.4rem; border-top:1px solid var(--wp--preset--color--line); border-bottom:1px solid var(--wp--preset--color--line); }
.cpqs-cross-grid article { padding:2rem clamp(1.2rem,2.4vw,2.2rem) 2.3rem; border-right:1px solid var(--wp--preset--color--line); }
.cpqs-cross-grid article:last-child { border-right:0; }
.cpqs-cross-grid span { color:var(--wp--preset--color--accent); font-size:.78rem; font-weight:800; letter-spacing:.12em; }
.cpqs-cross-grid h3 { margin:1.4rem 0 1rem; color:var(--wp--preset--color--primary); }
.cpqs-cross-grid p { font-size:.96rem; }

/* Leistung, Neutralität, Rollen */
.cpqs-performance-section,.cpqs-roles-section { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-do-dont { margin-top:2rem; gap:1.5rem; }
.cpqs-do-panel,.cpqs-dont-panel { height:100%; padding:2rem!important; border-top:5px solid var(--wp--preset--color--primary); box-shadow:none; }
.cpqs-dont-panel { border-top-color:var(--wp--preset--color--accent); }
.cpqs-do-dont li { margin-bottom:.75rem; }
.cpqs-neutrality-line { margin-top:2.2rem; padding:2rem 0 0; border-top:1px solid var(--wp--preset--color--line); }
.cpqs-neutrality-line p:last-child { max-width:1100px; line-height:1.35; }
.cpqs-role-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; margin-top:2rem; border-top:1px solid var(--wp--preset--color--line); }
.cpqs-role-grid article { padding:1.8rem 2rem 0 0; border-right:1px solid var(--wp--preset--color--line); min-height:210px; }
.cpqs-role-grid article:not(:first-child) { padding-left:2rem; }
.cpqs-role-grid article:last-child { border-right:0; }
.cpqs-role-grid span { color:var(--wp--preset--color--accent); font-size:.76rem; font-weight:800; letter-spacing:.12em; }
.cpqs-role-grid h3 { margin:1.2rem 0 .7rem; }
.cpqs-english-summary { padding-block:clamp(3.5rem,6vw,5rem); }
.wp-block-details { border-top:1px solid var(--wp--preset--color--line); border-bottom:1px solid var(--wp--preset--color--line); padding:1rem 0; }
.wp-block-details summary { cursor:pointer; list-style:none; color:var(--wp--preset--color--primary); font-weight:750; }
.wp-block-details summary::-webkit-details-marker { display:none; }
.wp-block-details summary::after { content:"+"; float:right; color:var(--wp--preset--color--accent); font-size:1.3rem; }
.wp-block-details[open] summary::after { content:"−"; }
.cpqs-content-date { margin-top:1.2rem; }

/* Footer */
.cpqs-site-footer { margin-top:0!important; }
.cpqs-prefooter { padding-block:clamp(3.6rem,6vw,5.5rem); border-top:1px solid #E5E0D8; }
.cpqs-prefooter h2 { margin:.25rem 0 .75rem; max-width:800px; }
.cpqs-footer-main { padding-block:clamp(3.7rem,6vw,5.2rem) 2rem; }
.cpqs-footer-columns { gap:clamp(2rem,5vw,5rem); }
.cpqs-footer-brand { margin-top:0; font-weight:780; letter-spacing:-.02em; }
.cpqs-footer-label { margin-top:0; font-weight:800; letter-spacing:.12em; }
.cpqs-site-footer a { color:var(--wp--preset--color--base); text-decoration-color:rgba(197,212,218,.55); }
.cpqs-site-footer a:hover { color:var(--wp--preset--color--base); text-decoration-color:var(--wp--preset--color--accent); }
.cpqs-plainlist { list-style:none; padding-left:0; }
.cpqs-plainlist li { margin-bottom:.55rem; }
.cpqs-footer-main .wp-block-separator { margin-block:2.2rem 1.5rem; opacity:.55; }

/* Responsive */


@media (max-width:1180px) {
  .cpqs-market-intro .cpqs-editorial-grid {
    flex-wrap:wrap!important;
    gap:2.25rem;
  }
  .cpqs-market-intro .cpqs-editorial-grid > .wp-block-column {
    flex-basis:100%!important;
  }
  .cpqs-market-intro .cpqs-editorial-grid > .wp-block-column:first-child {
    padding-right:0;
  }
  .cpqs-market-intro .cpqs-editorial-quote {
    max-width:920px;
    margin-top:1.5rem;
  }
  .cpqs-market-intro .cpqs-editorial-quote p {
    max-width:42ch;
  }
}

@media (max-width:1040px) {
  .cpqs-editorial-grid { flex-wrap:wrap!important; }
  .cpqs-editorial-grid > .wp-block-column { flex-basis:100%!important; }
  .cpqs-editorial-grid > .wp-block-column:first-child { padding-right:0; }
  .wp-block-table { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .wp-block-table table { min-width:900px; }
}

@media (max-width:1120px) {
  .cpqs-main-navigation { gap:.55rem; }
  .cpqs-main-navigation .wp-block-navigation-item__content { font-size:.84rem; }
  .cpqs-logo-link { width:220px; }
  .cpqs-level-map { grid-template-columns:repeat(3,1fr); }
  .cpqs-level-item:nth-child(3) { border-right:0; }
  .cpqs-level-item:nth-child(n+4) { border-top:1px solid var(--wp--preset--color--line); }
  .cpqs-entry-card { grid-column:span 6; }
  .cpqs-entry-card--lead,.cpqs-entry-card--secondary { grid-column:span 6; }
}
@media (min-width:961px) and (max-width:1120px) {
  .cpqs-class-ribbon { overflow-x:hidden; }
  .cpqs-class-ribbon a { min-width:0; padding:1rem .55rem; }
  .cpqs-class-ribbon span { font-size:.68rem; }
  .cpqs-class-ribbon strong { font-size:.81rem; line-height:1.25; overflow-wrap:anywhere; hyphens:auto; }
}
@media (max-width:960px) {
  .cpqs-class-ribbon { scroll-snap-type:x mandatory; overscroll-behavior-inline:contain; }
  .cpqs-class-ribbon a { scroll-snap-align:start; scroll-snap-stop:always; }
  .cpqs-main-navigation .wp-block-navigation__responsive-container-open { display:flex; }
  .cpqs-main-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display:none; }
  .cpqs-architecture-map { max-width:440px; margin:2rem auto 0; }
  .cpqs-hero-grid,.cpqs-editorial-grid,.cpqs-systemclass-body { flex-wrap:wrap!important; }
  .cpqs-hero-grid > .wp-block-column,.cpqs-editorial-grid > .wp-block-column,.cpqs-systemclass-body > .wp-block-column { flex-basis:100%!important; }
  .cpqs-cross-grid,.cpqs-role-grid { grid-template-columns:1fr; }
  .cpqs-cross-grid article,.cpqs-role-grid article { border-right:0; border-bottom:1px solid var(--wp--preset--color--line); padding:1.6rem 0; min-height:0; }
  .cpqs-role-grid article:not(:first-child) { padding-left:0; }
  .cpqs-cross-grid article:last-child,.cpqs-role-grid article:last-child { border-bottom:0; }
  .wp-block-table { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .wp-block-table table { min-width:780px; }
}
@media (max-width:781px) {
  .cpqs-site-header { padding-block:.8rem!important; }
  .cpqs-logo-link { width:198px; }
  .cpqs-hero { padding-block:3.6rem 4.4rem; }
  .cpqs-architecture-map { min-height:360px; }
  .cpqs-level-map { grid-template-columns:1fr; }
  .cpqs-level-item { min-height:130px; border-right:0; border-bottom:1px solid var(--wp--preset--color--line); }
  .cpqs-level-item:last-child { border-bottom:0; }
  .cpqs-entry-card,.cpqs-entry-card--lead,.cpqs-entry-card--secondary { grid-column:1/-1; min-height:250px; }
  .cpqs-do-dont { flex-wrap:wrap!important; }
  .cpqs-do-dont > .wp-block-column { flex-basis:100%!important; }
  .cpqs-prefooter .wp-block-columns { flex-wrap:wrap!important; }
  .cpqs-prefooter .wp-block-column { flex-basis:100%!important; }
  .cpqs-prefooter .wp-block-buttons { justify-content:flex-start; margin-top:1rem; }
}
@media (max-width:520px) {
  .cpqs-market-intro .cpqs-editorial-quote {
    padding-left:1.05rem;
    border-left-width:4px!important;
  }
  .cpqs-market-intro .cpqs-editorial-quote p {
    font-size:1.35rem;
    line-height:1.42!important;
  }

  .cpqs-logo-link { width:176px; }
  .cpqs-hero h1 { font-size:clamp(2.4rem,12vw,3.15rem)!important; }
  .cpqs-page-hero h1 { font-size:clamp(2.15rem,10.5vw,3rem)!important; line-height:1.1; }
  .cpqs-map-node { min-width:100px; padding:.55rem .6rem; }
  .cpqs-map-node small { font-size:.65rem; }
  .wp-block-button,.wp-block-button__link { width:100%; text-align:center; }
  .cpqs-entry-card { padding:1.45rem; }
}
@media print { header.wp-block-group,footer.wp-block-group{display:none}.wp-block-details{display:block}.wp-block-details>*{display:block!important} }
@media (prefers-reduced-motion:reduce) { *{animation:none!important;transition:none!important;scroll-behavior:auto!important} }

/* Systemklassen-Fachseite */
.cpqs-class-index-section .cpqs-class-ribbon--labels strong {
  font-size:clamp(.76rem,.82vw,.9rem);
  line-height:1.25;
  hyphens:auto;
}
.cpqs-class-overview > p { max-width:960px; }

.cpqs-class-detail-intro {
  padding-block:clamp(4rem,7vw,6.5rem);
}
.cpqs-class-detail-intro > p:last-child {
  max-width:920px;
}

.cpqs-class-detail {
  scroll-margin-top:110px;
  padding-block:clamp(4.5rem,7vw,7rem);
  border-top:1px solid var(--wp--preset--color--line);
}
.cpqs-class-detail--base { background:var(--wp--preset--color--base)!important; }
.cpqs-class-detail--paper { background:var(--wp--preset--color--paper)!important; }
.cpqs-class-detail--surface { background:var(--wp--preset--color--surface)!important; }

.cpqs-class-heading {
  gap:clamp(1rem,2vw,1.8rem);
  align-items:flex-end!important;
  padding-bottom:1.5rem;
  margin-bottom:2.4rem;
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-class-heading h2 {
  max-width:1040px;
  margin:0;
  line-height:1.08;
}
.cpqs-class-number {
  flex:0 0 auto;
  margin:0 0 .35rem;
  font-weight:850;
  letter-spacing:.15em;
}
.cpqs-class-copy {
  gap:clamp(3rem,6vw,6rem);
  margin-bottom:2rem;
}
.cpqs-class-copy p { line-height:1.72; }
.cpqs-class-lead {
  color:var(--wp--preset--color--primary);
  line-height:1.52!important;
  letter-spacing:-.01em;
}
.cpqs-class-copy > .wp-block-column:last-child p:last-child { margin-bottom:0; }

.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-2 th:nth-child(1),
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-2 td:nth-child(1) { width:31%; }
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-2 th:nth-child(2),
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-2 td:nth-child(2) { width:69%; }

.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 th:nth-child(1),
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 td:nth-child(1) { width:7%; }
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 th:nth-child(2),
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 td:nth-child(2) { width:27%; }
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 th:nth-child(3),
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 td:nth-child(3) { width:29%; }
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 th:nth-child(4),
.wp-block-table.is-style-cpqs-orientierung.cpqs-cols-4 td:nth-child(4) { width:37%; }

.cpqs-architecture-principle > p:last-child {
  max-width:1160px;
  margin-bottom:0;
  line-height:1.34!important;
  letter-spacing:-.018em;
}
.cpqs-english-names td:nth-child(2) { font-style:italic; }

@media (max-width:1040px) {
  .cpqs-class-copy {
    flex-wrap:wrap!important;
    gap:1.5rem;
  }
  .cpqs-class-copy > .wp-block-column {
    flex-basis:100%!important;
  }
  .cpqs-class-lead {
    max-width:900px;
  }
  .wp-block-table.cpqs-cols-4 table { min-width:1080px; }
  .wp-block-table.cpqs-cols-2 table { min-width:760px; }
}
@media (max-width:781px) {
  .cpqs-class-detail { scroll-margin-top:80px; }
  .cpqs-class-heading {
    align-items:flex-start!important;
    gap:.85rem;
  }
  .cpqs-class-heading h2 { font-size:clamp(2rem,9vw,2.75rem); }
  .cpqs-class-number { margin-top:.45rem; }
  .cpqs-class-index-section .cpqs-class-ribbon a { min-width:190px; }
}
@media (max-width:520px) {
  .cpqs-class-heading {
    flex-wrap:wrap!important;
  }
  .cpqs-class-heading h2 {
    flex-basis:100%;
    font-size:clamp(1.9rem,9.5vw,2.45rem);
  }
  .cpqs-class-lead { font-size:1.1rem!important; }
}

/* Glossar */
.cpqs-glossary-hero h1 { max-width:1040px; }
.cpqs-glossary-principle > p:last-child { max-width:1180px; }

.cpqs-glossary-navigation {
  padding-block:clamp(4.25rem,7vw,6.75rem);
}
.cpqs-glossary-navigation h2 { max-width:1040px; }
.cpqs-glossary-navigation > .alignwide > p:not(.cpqs-kicker) {
  max-width:900px;
}
.cpqs-glossary-topics {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:2.4rem;
  border-top:1px solid rgba(255,255,255,.28);
  border-left:1px solid rgba(255,255,255,.28);
}
.cpqs-glossary-topic {
  position:relative;
  min-height:180px;
  padding:1.45rem 1.35rem 1.5rem;
  display:flex;
  flex-direction:column;
  color:var(--wp--preset--color--base);
  text-decoration:none;
  border-right:1px solid rgba(255,255,255,.28);
  border-bottom:1px solid rgba(255,255,255,.28);
  transition:background-color .18s ease,transform .18s ease;
}
.cpqs-glossary-topic:hover,
.cpqs-glossary-topic:focus-visible {
  background:rgba(255,255,255,.08);
  transform:translateY(-2px);
}
.cpqs-glossary-topic:focus-visible {
  outline:2px solid var(--wp--preset--color--base);
  outline-offset:-5px;
}
.cpqs-glossary-topic__number {
  margin-bottom:auto;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.14em;
  color:var(--wp--preset--color--accent-soft);
}
.cpqs-glossary-topic strong {
  display:block;
  max-width:17ch;
  font-size:clamp(1rem,1.25vw,1.22rem);
  line-height:1.25;
}
.cpqs-glossary-topic small {
  margin-top:.75rem;
  color:var(--wp--preset--color--on-dark-muted);
  font-size:.8rem;
}

.cpqs-glossary-index-section > p:not(.cpqs-kicker) { max-width:900px; }
.cpqs-glossary-index {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:2.25rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-glossary-index a {
  min-height:48px;
  padding:.72rem .85rem;
  display:flex;
  align-items:center;
  color:var(--wp--preset--color--primary);
  text-decoration:none;
  font-size:.86rem;
  line-height:1.28;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:var(--wp--preset--color--base);
  transition:background-color .16s ease,color .16s ease;
}
.cpqs-glossary-index a:hover,
.cpqs-glossary-index a:focus-visible {
  color:var(--wp--preset--color--base);
  background:var(--wp--preset--color--primary);
}
.cpqs-glossary-index a:focus-visible {
  outline:2px solid var(--wp--preset--color--accent);
  outline-offset:-4px;
}

.cpqs-glossary-section {
  scroll-margin-top:100px;
  padding-block:clamp(4.5rem,7vw,7rem);
  border-top:1px solid var(--wp--preset--color--line);
}
.cpqs-glossary-section--base { background:var(--wp--preset--color--base)!important; }
.cpqs-glossary-section--paper { background:var(--wp--preset--color--paper)!important; }
.cpqs-glossary-section--surface { background:var(--wp--preset--color--surface)!important; }

.cpqs-glossary-section-head {
  gap:clamp(.9rem,2vw,1.5rem);
  align-items:flex-end!important;
  margin-bottom:2.3rem;
  padding-bottom:1.4rem;
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-glossary-section-head h2 {
  flex:1 1 auto;
  max-width:980px;
  margin:0;
  line-height:1.1;
}
.cpqs-glossary-section-number {
  flex:0 0 auto;
  margin:0 0 .35rem;
  font-weight:850;
  letter-spacing:.15em;
}
.cpqs-glossary-section-count {
  flex:0 0 auto;
  margin:0 0 .35rem auto;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cpqs-glossary-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem;
  align-items:start;
}
.cpqs-glossary-term {
  position:relative;
  scroll-margin-top:110px;
  margin:0!important;
  border:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.64);
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
}
.cpqs-glossary-term[open] {
  grid-column:1 / -1;
  border-color:var(--wp--preset--color--accent);
  background:var(--wp--preset--color--base);
  box-shadow:0 16px 36px rgba(24,52,63,.08);
}
.cpqs-glossary-term:target {
  border-color:var(--wp--preset--color--accent);
  box-shadow:0 0 0 3px rgba(160,82,59,.16);
}
.cpqs-glossary-term summary {
  position:relative;
  min-height:70px;
  padding:1.05rem 3.25rem 1.05rem 1.15rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:.25rem;
  cursor:pointer;
  list-style:none;
}
.cpqs-glossary-term summary::-webkit-details-marker { display:none; }
.cpqs-glossary-term summary::after {
  content:"+";
  position:absolute;
  right:1.15rem;
  top:50%;
  width:1.6rem;
  height:1.6rem;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  color:var(--wp--preset--color--accent);
  font-size:1.35rem;
  line-height:1;
}
.cpqs-glossary-term[open] summary::after { content:"−"; }
.cpqs-glossary-term summary:hover {
  background:rgba(24,52,63,.035);
}
.cpqs-glossary-term summary:focus-visible {
  outline:2px solid var(--wp--preset--color--accent);
  outline-offset:-4px;
}
.cpqs-glossary-term__de {
  color:var(--wp--preset--color--primary);
  font-weight:730;
  font-size:1rem;
  line-height:1.28;
}
.cpqs-glossary-term__en {
  color:var(--wp--preset--color--muted);
  font-size:.8rem;
  line-height:1.32;
}
.cpqs-glossary-term > p {
  max-width:940px;
  margin:0;
  padding:0 3.25rem 1.35rem 1.15rem;
  line-height:1.65;
}
.cpqs-glossary-back {
  margin:2rem 0 0;
  text-align:right;
}
.cpqs-glossary-back a {
  color:var(--wp--preset--color--primary);
  text-decoration-thickness:1px;
  text-underline-offset:.22em;
}
.cpqs-glossary-closing > p:not(.cpqs-kicker) { max-width:1020px; }

@media (max-width:1120px) {
  .cpqs-glossary-topics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .cpqs-glossary-index { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:900px) {
  .cpqs-glossary-list { grid-template-columns:1fr; }
  .cpqs-glossary-term[open] { grid-column:auto; }
  .cpqs-glossary-index { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
  .cpqs-glossary-topics { grid-template-columns:1fr; }
  .cpqs-glossary-topic { min-height:142px; }
  .cpqs-glossary-index { grid-template-columns:1fr; }
  .cpqs-glossary-section-head {
    flex-wrap:wrap!important;
    align-items:flex-start!important;
  }
  .cpqs-glossary-section-head h2 {
    flex-basis:calc(100% - 3.2rem);
    font-size:clamp(2rem,9.5vw,2.6rem);
  }
  .cpqs-glossary-section-count {
    flex-basis:100%;
    margin:.2rem 0 0 2.9rem;
  }
  .cpqs-glossary-term summary {
    min-height:76px;
    padding-right:2.8rem;
  }
  .cpqs-glossary-term > p {
    padding-right:1.15rem;
  }
}

/* Auswahlkriterien */
.cpqs-criteria-hero h1 { max-width:1060px; }
.cpqs-criteria-rule > p:last-child { max-width:1180px; }

.cpqs-criteria-scope {
  padding-block:clamp(4.5rem,7vw,7rem);
}
.cpqs-criteria-scope h2 { max-width:1100px; }
.cpqs-criteria-scope p:last-child {
  max-width:1120px;
  line-height:1.48!important;
}

.cpqs-selection-process > p { max-width:1020px; }
.cpqs-selection-stages {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:2.5rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-selection-stage {
  min-height:235px;
  padding:1.55rem 1.4rem 1.6rem;
  display:flex;
  flex-direction:column;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:var(--wp--preset--color--base);
}
.cpqs-selection-stage > span {
  margin-bottom:auto;
  color:var(--wp--preset--color--accent);
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.15em;
}
.cpqs-selection-stage strong {
  margin-top:2rem;
  color:var(--wp--preset--color--primary);
  font-size:1.2rem;
  line-height:1.25;
}
.cpqs-selection-stage p {
  margin:.8rem 0 0;
  font-size:.9rem;
  line-height:1.55;
}

.cpqs-criteria-navigation {
  padding-block:clamp(4.5rem,7vw,7rem);
  border-top:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-criteria-navigation > .alignwide > p:not(.cpqs-kicker) { max-width:940px; }
.cpqs-criteria-index {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:2.5rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-criteria-index a {
  min-height:122px;
  padding:1.2rem 1.15rem;
  display:flex;
  flex-direction:column;
  color:var(--wp--preset--color--primary);
  text-decoration:none;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.68);
  transition:background-color .16s ease,transform .16s ease;
}
.cpqs-criteria-index a:hover,
.cpqs-criteria-index a:focus-visible {
  background:var(--wp--preset--color--base);
  transform:translateY(-2px);
}
.cpqs-criteria-index a:focus-visible {
  outline:2px solid var(--wp--preset--color--accent);
  outline-offset:-4px;
}
.cpqs-criteria-index span {
  margin-bottom:auto;
  color:var(--wp--preset--color--accent);
  font-size:.75rem;
  font-weight:850;
  letter-spacing:.14em;
}
.cpqs-criteria-index strong {
  max-width:25ch;
  font-size:1rem;
  line-height:1.28;
}

.cpqs-criteria-detail {
  scroll-margin-top:100px;
  padding-block:clamp(4.5rem,7vw,7rem);
  border-top:1px solid var(--wp--preset--color--line);
}
.cpqs-criteria-detail--base { background:var(--wp--preset--color--base)!important; }
.cpqs-criteria-detail--paper { background:var(--wp--preset--color--paper)!important; }
.cpqs-criteria-detail--surface { background:var(--wp--preset--color--surface)!important; }

.cpqs-criteria-heading {
  gap:clamp(1rem,2vw,1.6rem);
  align-items:flex-end!important;
  margin-bottom:2.2rem;
  padding-bottom:1.35rem;
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-criteria-heading h2,
.cpqs-criteria-heading h3 {
  max-width:1050px;
  margin:0;
  line-height:1.1;
}
.cpqs-criteria-number {
  flex:0 0 auto;
  margin:0 0 .35rem;
  color:var(--wp--preset--color--accent);
  font-weight:850;
  letter-spacing:.15em;
}
.cpqs-criteria-detail > .alignwide > p {
  max-width:1000px;
  line-height:1.72;
}
.cpqs-criteria-question {
  max-width:1080px;
  margin-top:2.2rem;
  padding:1.6rem 1.75rem 1.7rem;
  border-left:5px solid var(--wp--preset--color--accent);
  box-shadow:0 14px 34px rgba(24,52,63,.06);
}
.cpqs-criteria-question .cpqs-kicker { margin-bottom:.7rem; }
.cpqs-criteria-question > p:last-child {
  max-width:900px;
  margin-bottom:0;
  line-height:1.42!important;
  letter-spacing:-.012em;
}

.cpqs-selection-steps {
  counter-reset:none;
  margin:2.2rem 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid var(--wp--preset--color--line);
}
.cpqs-selection-steps li {
  display:grid;
  grid-template-columns:72px 1fr;
  gap:1.2rem;
  align-items:start;
  padding:1.25rem 0;
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-selection-steps span {
  color:var(--wp--preset--color--accent);
  font-size:.8rem;
  font-weight:850;
  letter-spacing:.14em;
}
.cpqs-selection-steps p {
  max-width:980px;
  margin:0;
  line-height:1.6;
}
.cpqs-poc-evidence > p:not(.cpqs-kicker) { max-width:1000px; }
.wp-block-table.cpqs-poc-table table { min-width:880px; }

.cpqs-selection-closing h2 { max-width:1100px; }
.cpqs-selection-closing > p:not(.cpqs-kicker) {
  max-width:1120px;
  line-height:1.48!important;
}

@media (max-width:1080px) {
  .cpqs-selection-stages { grid-template-columns:1fr; }
  .cpqs-selection-stage { min-height:180px; }
  .cpqs-criteria-index { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:720px) {
  .cpqs-criteria-index { grid-template-columns:1fr; }
  .cpqs-criteria-index a { min-height:102px; }
  .cpqs-criteria-heading {
    flex-wrap:wrap!important;
    align-items:flex-start!important;
  }
  .cpqs-criteria-heading h2,
  .cpqs-criteria-heading h3 {
    flex-basis:100%;
    font-size:clamp(2rem,9.5vw,2.65rem);
  }
  .cpqs-criteria-question {
    padding:1.35rem 1.25rem 1.45rem;
  }
  .cpqs-selection-steps li {
    grid-template-columns:48px 1fr;
    gap:.8rem;
  }
}

/* Auswahlkriterien V6.4.12 */
.cpqs-criteria-evidence,
.cpqs-example-cluster {
  padding-block:clamp(4.5rem,7vw,7rem);
  border-top:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-criteria-evidence h2,
.cpqs-example-cluster h2 { max-width:1080px; }
.cpqs-criteria-evidence > .alignwide > p:not(.cpqs-kicker),
.cpqs-example-cluster > .alignwide > p:not(.cpqs-kicker):not(.cpqs-example-cluster-note) {
  max-width:1020px;
}

.cpqs-evidence-cards {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:2.5rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-evidence-card,
.cpqs-example-cluster-card {
  position:relative;
  min-height:250px;
  padding:1.5rem 1.4rem 1.65rem;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.74);
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.cpqs-evidence-card::before,
.cpqs-example-cluster-card::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--wp--preset--color--accent);
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .22s ease;
}
.cpqs-evidence-card:hover,
.cpqs-evidence-card:focus-within,
.cpqs-example-cluster-card:hover,
.cpqs-example-cluster-card:focus-within {
  z-index:2;
  transform:translateY(-6px);
  background:var(--wp--preset--color--base);
  box-shadow:0 20px 44px rgba(24,52,63,.14);
}
.cpqs-evidence-card:hover::before,
.cpqs-evidence-card:focus-within::before,
.cpqs-example-cluster-card:hover::before,
.cpqs-example-cluster-card:focus-within::before {
  transform:scaleY(1);
}
.cpqs-evidence-card > span {
  margin-bottom:auto;
  color:var(--wp--preset--color--accent);
  font-size:clamp(1.8rem,3vw,3rem);
  font-weight:760;
  letter-spacing:-.035em;
}
.cpqs-evidence-card strong,
.cpqs-example-cluster-card strong {
  margin-top:2rem;
  color:var(--wp--preset--color--primary);
  font-size:1.12rem;
  line-height:1.28;
}
.cpqs-evidence-card p,
.cpqs-example-cluster-card p {
  margin:.8rem 0 0;
  font-size:.88rem;
  line-height:1.56;
}

.cpqs-example-cluster-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:2.4rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-example-cluster-card > span {
  margin-bottom:auto;
  color:var(--wp--preset--color--accent);
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.15em;
}
.cpqs-example-cluster-note {
  max-width:980px;
  margin-top:1.5rem;
}

/* Bereits vorhandene Kacheln lebendiger */
.cpqs-selection-stage,
.cpqs-criteria-index a {
  position:relative;
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.cpqs-selection-stage::after,
.cpqs-criteria-index a::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:var(--wp--preset--color--accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.cpqs-selection-stage:hover,
.cpqs-selection-stage:focus-within,
.cpqs-criteria-index a:hover,
.cpqs-criteria-index a:focus-visible {
  z-index:2;
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(24,52,63,.12);
}
.cpqs-selection-stage:hover::after,
.cpqs-selection-stage:focus-within::after,
.cpqs-criteria-index a:hover::after,
.cpqs-criteria-index a:focus-visible::after {
  transform:scaleX(1);
}

@media (min-width:900px) {
  .cpqs-selection-stage,
  .cpqs-criteria-index a,
  .cpqs-evidence-card,
  .cpqs-example-cluster-card {
    animation:cpqs-card-reveal .5s ease both;
  }
  .cpqs-selection-stage:nth-child(2),
  .cpqs-criteria-index a:nth-child(2),
  .cpqs-evidence-card:nth-child(2),
  .cpqs-example-cluster-card:nth-child(2) { animation-delay:.05s; }
  .cpqs-selection-stage:nth-child(3),
  .cpqs-criteria-index a:nth-child(3),
  .cpqs-evidence-card:nth-child(3),
  .cpqs-example-cluster-card:nth-child(3) { animation-delay:.10s; }
  .cpqs-criteria-index a:nth-child(4),
  .cpqs-example-cluster-card:nth-child(4) { animation-delay:.15s; }
}
@keyframes cpqs-card-reveal {
  from { opacity:0; transform:translateY(14px); }
  to { opacity:1; transform:translateY(0); }
}

@media (max-width:1120px) {
  .cpqs-evidence-cards { grid-template-columns:1fr; }
  .cpqs-example-cluster-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
  .cpqs-example-cluster-grid { grid-template-columns:1fr; }
  .cpqs-evidence-card,
  .cpqs-example-cluster-card { min-height:205px; }
}
@media (prefers-reduced-motion:reduce) {
  .cpqs-selection-stage,
  .cpqs-criteria-index a,
  .cpqs-evidence-card,
  .cpqs-example-cluster-card {
    animation:none!important;
    transition:none!important;
  }
  .cpqs-selection-stage:hover,
  .cpqs-selection-stage:focus-within,
  .cpqs-criteria-index a:hover,
  .cpqs-criteria-index a:focus-visible,
  .cpqs-evidence-card:hover,
  .cpqs-evidence-card:focus-within,
  .cpqs-example-cluster-card:hover,
  .cpqs-example-cluster-card:focus-within {
    transform:none!important;
  }
}

/* Auswahlkriterien V6.4.13 */
.cpqs-criteria-heading h3 {
  font-size:var(--wp--preset--font-size--xl);
  font-weight:680;
  color:var(--wp--preset--color--primary);
}
.cpqs-criteria-detail-intro {
  padding-block:clamp(3.4rem,5vw,5rem);
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-criteria-detail-intro h2 {
  max-width:1040px;
  margin-bottom:0;
}
.cpqs-selection-closing .wp-block-buttons {
  margin-top:1.8rem;
}

/* Navigation V6.4.14 – Markttrends, weiterhin einzeilig */
@media (min-width:961px) and (max-width:1120px) {
  .cpqs-site-header > .wp-block-group.alignwide {
    width:min(calc(100% - 2.25rem),var(--cpqs-wide));
  }
  .cpqs-logo-link {
    width:188px;
  }
  .cpqs-header-navigation {
    gap:.42rem;
    min-width:0;
  }
  .cpqs-main-navigation {
    gap:.36rem;
  }
  .cpqs-main-navigation .wp-block-navigation-item__content {
    font-size:.755rem;
    letter-spacing:-.012em;
  }
  .cpqs-lang-switch a {
    padding-left:.52rem;
  }
}

/* Marktentwicklung V6.4.15 */
.cpqs-trends-hero h1 { max-width:1120px; }
.cpqs-trend-method,
.cpqs-trend-observation,
.cpqs-standard-references,
.cpqs-trend-closing { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-trend-method h2,
.cpqs-trend-observation h2,
.cpqs-standard-references h2,
.cpqs-trend-closing h2 { max-width:1040px; }
.cpqs-trend-method p:not(.cpqs-kicker),
.cpqs-trend-observation p:not(.cpqs-kicker),
.cpqs-standard-references p:not(.cpqs-kicker) { max-width:1020px; line-height:1.72; }

.cpqs-trend-index-section { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-trend-index-section > .alignwide > p:not(.cpqs-kicker) { max-width:960px; }
.cpqs-trend-index {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin-top:2.4rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-trend-index a {
  position:relative;
  min-height:180px;
  padding:1.35rem 1.15rem 1.5rem;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:1.3rem;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.66);
  color:var(--wp--preset--color--primary);
  text-decoration:none!important;
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.cpqs-trend-index a::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:4px;
  background:var(--wp--preset--color--accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.cpqs-trend-index a:hover,
.cpqs-trend-index a:focus-visible {
  z-index:2;
  transform:translateY(-5px);
  background:var(--wp--preset--color--base);
  box-shadow:0 18px 40px rgba(24,52,63,.13);
}
.cpqs-trend-index a:hover::after,
.cpqs-trend-index a:focus-visible::after { transform:scaleX(1); }
.cpqs-trend-index span { color:var(--wp--preset--color--accent); font-size:.75rem; font-weight:850; letter-spacing:.15em; }
.cpqs-trend-index strong { font-size:.96rem; line-height:1.35; }

.cpqs-trend-detail-intro { padding-block:clamp(3.7rem,6vw,5.7rem); border-bottom:1px solid var(--wp--preset--color--line); }
.cpqs-trend-detail-intro h2 { max-width:1040px; margin-bottom:.7rem; }
.cpqs-trend-detail-intro p { max-width:920px; }
.cpqs-trend-detail {
  padding-block:clamp(4.5rem,7vw,7rem);
  border-bottom:1px solid var(--wp--preset--color--line);
  scroll-margin-top:7rem;
}
.cpqs-trend-heading {
  width:min(calc(100% - (2 * var(--cpqs-gutter))),var(--cpqs-wide));
  max-width:var(--cpqs-wide);
  margin-inline:auto;
  align-items:flex-end!important;
  gap:clamp(1rem,2.4vw,2.2rem);
  padding-bottom:1.45rem;
  border-bottom:1px solid var(--wp--preset--color--line);
}
.cpqs-trend-number { flex:0 0 auto; margin:0 0 .38rem; font-weight:850; letter-spacing:.15em; }
.cpqs-trend-title { max-width:1080px; margin:0!important; line-height:1.1; }
.cpqs-trend-copy { padding-top:2.2rem; }
.cpqs-trend-copy > p { max-width:980px; line-height:1.76; }
.cpqs-trend-question {
  max-width:980px;
  margin-top:2rem;
  padding:1.5rem 1.65rem 1.7rem;
  border-left:5px solid var(--wp--preset--color--accent);
  box-shadow:0 12px 30px rgba(14,44,56,.07);
}
.cpqs-trend-question p:last-child { margin:0; line-height:1.42; letter-spacing:-.012em; }

.cpqs-trend-basis-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:2.4rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-trend-basis-card {
  min-height:240px;
  padding:1.55rem 1.45rem 1.7rem;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.72);
}
.cpqs-trend-basis-card span { color:var(--wp--preset--color--accent); font-size:.76rem; font-weight:850; letter-spacing:.15em; }
.cpqs-trend-basis-card strong { display:block; margin-top:2.2rem; color:var(--wp--preset--color--primary); font-size:1.12rem; }
.cpqs-trend-basis-card p { margin:.8rem 0 0; font-size:.9rem; line-height:1.58!important; }

.cpqs-review-questions { list-style:none; padding:0; margin:2rem 0 0; border-top:1px solid var(--wp--preset--color--line); }
.cpqs-review-questions li { display:grid; grid-template-columns:64px minmax(0,1fr); gap:1.2rem; padding:1.25rem 0; border-bottom:1px solid var(--wp--preset--color--line); align-items:start; }
.cpqs-review-questions span { color:var(--wp--preset--color--accent); font-size:.78rem; font-weight:850; letter-spacing:.14em; padding-top:.15rem; }
.cpqs-review-questions p { margin:0; line-height:1.55; }

.cpqs-standard-group-title {
  margin-top:2.55rem;
  margin-bottom:0;
  color:var(--wp--preset--color--primary);
  font-size:clamp(1.08rem,1.5vw,1.34rem);
  line-height:1.3;
}
.cpqs-standard-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:.9rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-standard-grid > a,
.cpqs-standard-grid > .cpqs-standard-card {
  position:relative;
  min-height:132px;
  padding:1.25rem 1.35rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.74);
  text-decoration:none!important;
  overflow-wrap:anywhere;
}
.cpqs-standard-grid > a {
  padding-right:3rem;
  transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.cpqs-standard-grid > a::after {
  content:"↗";
  position:absolute;
  top:1rem;
  right:1.1rem;
  color:var(--wp--preset--color--accent);
  font-size:.92rem;
  font-weight:800;
}
.cpqs-standard-grid > a:hover,
.cpqs-standard-grid > a:focus-visible { z-index:2; transform:translateY(-3px); background:var(--wp--preset--color--base); box-shadow:0 14px 32px rgba(14,44,56,.1); }
.cpqs-standard-grid > a:focus-visible { outline:3px solid var(--wp--preset--color--accent); outline-offset:3px; }
.cpqs-standard-card--reference { background:rgba(246,244,239,.72); }
.cpqs-standard-grid strong { color:var(--wp--preset--color--primary); font-size:1rem; }
.cpqs-standard-grid span { margin-top:.45rem; color:var(--wp--preset--color--muted); font-size:.86rem; line-height:1.5; }
.cpqs-trend-closing .wp-block-buttons { margin-top:1.8rem; }

@media (min-width:900px) {
  .cpqs-trend-index a,
  .cpqs-trend-basis-card { animation:cpqs-card-reveal .5s ease both; }
  .cpqs-trend-index a:nth-child(2),.cpqs-trend-basis-card:nth-child(2) { animation-delay:.04s; }
  .cpqs-trend-index a:nth-child(3),.cpqs-trend-basis-card:nth-child(3) { animation-delay:.08s; }
  .cpqs-trend-index a:nth-child(4) { animation-delay:.12s; }
  .cpqs-trend-index a:nth-child(5) { animation-delay:.16s; }
}
@media (max-width:1120px) {
  .cpqs-trend-index { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .cpqs-trend-basis-grid { grid-template-columns:1fr; }
  .cpqs-trend-basis-card { min-height:0; }
}
@media (max-width:700px) {
  .cpqs-trend-index,.cpqs-standard-grid { grid-template-columns:1fr; }
  .cpqs-trend-index a { min-height:142px; }
  .cpqs-trend-heading { align-items:flex-start!important; gap:.8rem; }
  .cpqs-review-questions li { grid-template-columns:46px minmax(0,1fr); gap:.85rem; }
  .cpqs-trend-question { padding:1.25rem 1.2rem 1.35rem; }
}
@media (prefers-reduced-motion:reduce) {
  .cpqs-trend-index a,.cpqs-trend-basis-card,.cpqs-standard-grid a { animation:none!important; transition:none!important; }
  .cpqs-trend-index a:hover,.cpqs-trend-index a:focus-visible,.cpqs-standard-grid a:hover,.cpqs-standard-grid a:focus-visible { transform:none!important; }
}

/* Anbieter A–Z V6.4.16 */
.cpqs-providers-hero h1 { max-width:1120px; }
.cpqs-provider-scope,
.cpqs-provider-logic,
.cpqs-provider-limit,
.cpqs-provider-closing { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-provider-scope h2,
.cpqs-provider-logic h2,
.cpqs-provider-limit h2,
.cpqs-provider-closing h2 { max-width:1040px; }
.cpqs-provider-scope p:not(.cpqs-kicker),
.cpqs-provider-limit p:not(.cpqs-kicker) { max-width:1020px; line-height:1.72; }

.cpqs-provider-logic-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:2.4rem;
  border-top:1px solid var(--wp--preset--color--line);
  border-left:1px solid var(--wp--preset--color--line);
}
.cpqs-provider-logic-card {
  position:relative;
  min-height:255px;
  padding:1.55rem 1.45rem 1.7rem;
  border-right:1px solid var(--wp--preset--color--line);
  border-bottom:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.72);
}
.cpqs-provider-logic-card span { color:var(--wp--preset--color--accent); font-size:.76rem; font-weight:850; letter-spacing:.15em; }
.cpqs-provider-logic-card strong { display:block; margin-top:2.15rem; color:var(--wp--preset--color--primary); font-size:1.08rem; line-height:1.3; }
.cpqs-provider-logic-card p { margin:.8rem 0 0; color:var(--wp--preset--color--muted); font-size:.91rem; line-height:1.58; }

.cpqs-provider-register { padding-block:clamp(4.7rem,7vw,7rem); }
.cpqs-provider-register > p:not(.cpqs-kicker) { max-width:980px; }
.cpqs-provider-table { margin-top:2.4rem; overflow:visible; }
.cpqs-provider-table table { width:100%; min-width:0; table-layout:fixed; border-collapse:collapse; }
.cpqs-provider-table th:first-child,
.cpqs-provider-table td:first-child { width:36%; }
.cpqs-provider-table th:nth-child(2),
.cpqs-provider-table td:nth-child(2) { width:64%; }
.cpqs-provider-table th {
  padding:1rem 1.05rem;
  background:var(--wp--preset--color--primary);
  color:var(--wp--preset--color--base);
  border:1px solid var(--wp--preset--color--primary);
  font-size:.82rem;
  line-height:1.35;
  text-align:left;
  vertical-align:bottom;
}
.cpqs-provider-table td {
  padding:.9rem 1.05rem;
  border:1px solid var(--wp--preset--color--line);
  background:rgba(255,255,255,.82);
  line-height:1.42;
  vertical-align:middle;
}
.cpqs-provider-table tbody tr:nth-child(even) td { background:rgba(246,244,239,.62); }
.cpqs-provider-table tbody tr:hover td { background:var(--wp--preset--color--paper); }
.cpqs-provider-table td:first-child { color:var(--wp--preset--color--primary); font-weight:700; }
.cpqs-provider-table a { display:inline-flex; align-items:baseline; gap:.4rem; overflow-wrap:anywhere; text-underline-offset:.16em; }
.cpqs-provider-table a::after { content:"↗"; color:var(--wp--preset--color--accent); font-size:.86em; text-decoration:none; }
.cpqs-provider-table a:focus-visible { outline:3px solid var(--wp--preset--color--accent); outline-offset:3px; }
.cpqs-provider-table figcaption { margin-top:.8rem; color:var(--wp--preset--color--muted); font-size:.82rem; line-height:1.5; }

.cpqs-provider-care { padding-block:clamp(4.5rem,7vw,7rem); }
.cpqs-provider-care-list { list-style:none; padding:0; margin:2rem 0 0; border-top:1px solid var(--wp--preset--color--line); }
.cpqs-provider-care-list li { display:grid; grid-template-columns:64px minmax(0,1fr); gap:1.2rem; padding:1.25rem 0; border-bottom:1px solid var(--wp--preset--color--line); align-items:start; }
.cpqs-provider-care-list span { color:var(--wp--preset--color--accent); font-size:.78rem; font-weight:850; letter-spacing:.14em; padding-top:.15rem; }
.cpqs-provider-care-list p { margin:0; line-height:1.55; }
.cpqs-provider-closing .wp-block-buttons { margin-top:1.8rem; }

@media (min-width:900px) {
  .cpqs-provider-logic-card { animation:cpqs-card-reveal .5s ease both; }
  .cpqs-provider-logic-card:nth-child(2) { animation-delay:.04s; }
  .cpqs-provider-logic-card:nth-child(3) { animation-delay:.08s; }
  .cpqs-provider-logic-card:nth-child(4) { animation-delay:.12s; }
  .cpqs-provider-logic-card:nth-child(5) { animation-delay:.16s; }
}
@media (max-width:1120px) {
  .cpqs-provider-logic-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .cpqs-provider-logic-grid { grid-template-columns:1fr; }
  .cpqs-provider-logic-card { min-height:0; }
  .cpqs-provider-table th,
  .cpqs-provider-table td { padding:.78rem .7rem; font-size:.82rem; }
  .cpqs-provider-table th:first-child,
  .cpqs-provider-table td:first-child { width:43%; }
  .cpqs-provider-table th:nth-child(2),
  .cpqs-provider-table td:nth-child(2) { width:57%; }
  .cpqs-provider-care-list li { grid-template-columns:46px minmax(0,1fr); gap:.85rem; }
}
@media (max-width:420px) {
  .cpqs-provider-table th,
  .cpqs-provider-table td { padding:.72rem .58rem; font-size:.77rem; }
}
@media (prefers-reduced-motion:reduce) {
  .cpqs-provider-logic-card { animation:none!important; }
}

/* Rechtsseiten V6.4.24
   Ein Raster, eine Innenkante, keine farbigen Abschnittsflächen. */
body.cpqs-page-impressum .cpqs-template-legal,
body.cpqs-page-datenschutz .cpqs-template-legal {
  padding-block:0!important;
}

body.cpqs-page-impressum .cpqs-page-hero > .alignwide,
body.cpqs-page-datenschutz .cpqs-page-hero > .alignwide,
body.cpqs-page-impressum .cpqs-legal-content > .cpqs-legal-section,
body.cpqs-page-datenschutz .cpqs-legal-content > .cpqs-legal-section {
  width:min(calc(100% - (2 * var(--cpqs-gutter))),960px)!important;
  max-width:960px!important;
  margin-inline:auto!important;
}

body.cpqs-page-impressum .cpqs-legal-content,
body.cpqs-page-datenschutz .cpqs-legal-content {
  padding-top:2.25rem!important;
  padding-right:0!important;
  padding-bottom:3.25rem!important;
  padding-left:0!important;
  background:transparent!important;
}

body.cpqs-page-impressum .cpqs-legal-section,
body.cpqs-page-datenschutz .cpqs-legal-section {
  margin-block:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.cpqs-page-impressum .cpqs-legal-section + .cpqs-legal-section,
body.cpqs-page-datenschutz .cpqs-legal-section + .cpqs-legal-section {
  margin-top:2.15rem!important;
}

body.cpqs-page-impressum .cpqs-legal-section > h2:first-child,
body.cpqs-page-datenschutz .cpqs-legal-section > h2:first-child {
  margin-top:0!important;
  margin-bottom:.7rem!important;
}

body.cpqs-page-impressum .cpqs-legal-section > :last-child,
body.cpqs-page-datenschutz .cpqs-legal-section > :last-child {
  margin-bottom:0!important;
}

@media (max-width:700px) {
  body.cpqs-page-impressum .cpqs-legal-content,
  body.cpqs-page-datenschutz .cpqs-legal-content {
    padding-top:1.7rem!important;
    padding-bottom:2.5rem!important;
  }

  body.cpqs-page-impressum .cpqs-legal-section + .cpqs-legal-section,
  body.cpqs-page-datenschutz .cpqs-legal-section + .cpqs-legal-section {
    margin-top:1.75rem!important;
  }
}
