:root{
  --onmate-radius-karte:16px;
  --onmate-radius-feld:10px;
  --onmate-pille:980px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img,video{max-width:100%;height:auto}
:where(a,button,input,select,textarea):focus-visible{
  outline:2px solid var(--wp--preset--color--signal);outline-offset:3px;border-radius:3px
}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:1rem;top:1rem;z-index:999;background:var(--wp--preset--color--tinte);
  color:#fff;padding:.75rem 1.25rem;border-radius:var(--onmate-radius-feld)}

.onmate-ki-hinweis{
  display:inline-flex;align-items:center;gap:.45em;
  font-family:var(--wp--preset--font-family--mono);
  font-size:.6875rem;letter-spacing:.04em;line-height:1.4;
  color:var(--wp--preset--color--text-sekundaer);
  background:var(--wp--preset--color--flaeche);
  border:1px solid var(--wp--preset--color--haarlinie);
  padding:.3em .75em;border-radius:var(--onmate-pille);
  vertical-align:middle;white-space:nowrap
}
.onmate-ki-hinweis__punkt{
  width:.45em;height:.45em;border-radius:50%;
  background:var(--wp--preset--color--signal);flex:0 0 auto
}
.onmate-ki-hinweis-wrap{margin-top:.6rem;margin-bottom:0}
.has-background-dark .onmate-ki-hinweis,
.onmate-dunkel .onmate-ki-hinweis,
.wp-block-cover .onmate-ki-hinweis{
  background:rgba(0,0,0,.55);border-color:rgba(255,255,255,.22);color:#D6D6D8
}
.wp-block-cover .onmate-ki-hinweis-wrap{
  position:absolute;left:1rem;bottom:1rem;z-index:2;margin:0
}

.is-style-onmate-bild-karte img,
.is-style-onmate-ki-bild img{border-radius:var(--onmate-radius-karte)}

.is-style-onmate-karte{
  background:var(--wp--preset--color--flaeche);
  border-radius:var(--onmate-radius-karte);
  padding:var(--wp--preset--spacing--40)
}
.is-style-onmate-karte-dunkel{
  background:var(--wp--preset--color--tinte);color:var(--wp--preset--color--papier);
  border-radius:var(--onmate-radius-karte);padding:var(--wp--preset--spacing--40)
}
.is-style-onmate-karte-dunkel :where(h1,h2,h3,h4,p){color:inherit}
.is-style-onmate-hairline{
  border-top:1px solid var(--wp--preset--color--haarlinie);
  padding-top:var(--wp--preset--spacing--30)
}

.is-style-onmate-meta{
  font-family:var(--wp--preset--font-family--mono);
  font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--wp--preset--color--signal);margin-bottom:var(--wp--preset--spacing--20)
}
.is-style-onmate-lead{
  font-size:var(--wp--preset--font-size--gross);line-height:1.55;
  color:var(--wp--preset--color--text-sekundaer);max-width:34em
}
.is-style-onmate-zahl{
  font-size:var(--wp--preset--font-size--zahl);line-height:.9;
  letter-spacing:-.05em;font-weight:500;font-variant-numeric:tabular-nums
}

.is-style-onmate-check{list-style:none;padding-left:0}
.is-style-onmate-check li{position:relative;padding-left:1.6em;margin-bottom:.6em}
.is-style-onmate-check li::before{
  content:"";position:absolute;left:0;top:.55em;width:.7em;height:.35em;
  border-left:2px solid var(--wp--preset--color--signal);
  border-bottom:2px solid var(--wp--preset--color--signal);
  transform:rotate(-45deg)
}

.is-style-onmate-evidence{width:100%}
.is-style-onmate-evidence table{border-collapse:collapse;width:100%}
.is-style-onmate-evidence :where(td,th){
  border:0;border-bottom:1px solid var(--wp--preset--color--haarlinie);
  padding:.85rem .5rem;text-align:left;vertical-align:middle
}
.is-style-onmate-evidence thead th{
  font-family:var(--wp--preset--font-family--mono);font-size:.6875rem;
  letter-spacing:.1em;text-transform:uppercase;
  color:var(--wp--preset--color--text-leise);font-weight:400
}
.onmate-stempel{
  display:inline-block;min-width:104px;text-align:center;
  font-family:var(--wp--preset--font-family--mono);
  font-size:.625rem;letter-spacing:.06em;text-transform:uppercase;
  padding:.3em .8em;border-radius:var(--onmate-pille)
}
.onmate-stempel--belegt{background:#E4EFE4;color:#2C5C39}
.onmate-stempel--plausibel{background:#F7EBD6;color:#7A4E08}
.onmate-stempel--experimentell{background:#EBE8E0;color:#4A4A46}

.onmate-matrix{display:grid;gap:.4rem}
.onmate-matrix__zeile{display:grid;grid-template-columns:minmax(88px,1fr) repeat(4,1fr);gap:.6rem;align-items:center}
.onmate-matrix__zelle{height:26px;border-radius:5px;background:var(--wp--preset--color--flaeche)}
.onmate-matrix__zelle--zitiert{background:var(--wp--preset--color--signal)}
.onmate-matrix__zelle--erwaehnt{background:var(--wp--preset--color--signal-hell)}
.onmate-matrix__kopf{
  font-family:var(--wp--preset--font-family--mono);font-size:.6875rem;
  color:var(--wp--preset--color--text-leise)
}

.wp-block-button.is-style-onmate-textlink .wp-block-button__link{
  background:transparent;color:var(--wp--preset--color--signal);padding-left:0;padding-right:0
}
.wp-block-button.is-style-onmate-textlink .wp-block-button__link::after{content:" \203A"}

@media (prefers-reduced-motion:no-preference){
  .onmate-einblenden{opacity:0;transform:translateY(14px);
    transition:opacity .7s ease,transform .7s ease}
  .onmate-einblenden.ist-sichtbar{opacity:1;transform:none}
}
@media (prefers-reduced-motion:reduce){
  .onmate-einblenden{opacity:1;transform:none}
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}
}
