@font-face{font-family:Libertinus Serif;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libertinus-serif-latin-400-normal-UuLrF836.woff2)format("woff2"),url(/assets/libertinus-serif-latin-400-normal-23LEb6vZ.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff)format("woff")}:root{--paper:#fff;--ink:#202122;--link:#36c;--link-visited:#6b4ba1;--muted:#54595d;--border:#a2a9b1;--border-subtle:#eaecf0;--surface-subtle:#f8f9fa;--surface-raised:#fff;--surface-progressive:#eaf3ff;--surface-featured:#f5faff;--surface-current:#f5fff8;--border-featured:#a7d7f9;--border-current:#a3c9ad;--on-progressive:#fff;--shadow:#0003;--destructive:#b32424;--brand-filter:none;--article-font-size:1rem;--article-line-height:1.625;--font-serif:"Libertinus Serif", "Linux Libertine", Georgia, "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Lato, Helvetica, Arial, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-text-size=small]{--article-font-size:.875rem;--article-line-height:1.5714}html[data-text-size=large]{--article-font-size:1.25rem;--article-line-height:1.55}html[data-color-mode=dark]{--paper:#202122;--ink:#eaecf0;--link:#88a3e8;--link-visited:#a7a9d2;--muted:#a2a9b1;--border:#72777d;--border-subtle:#54595d;--surface-subtle:#27292d;--surface-raised:#2f3136;--surface-progressive:#202e4f;--surface-featured:#242c38;--surface-current:#24312a;--border-featured:#516b8b;--border-current:#4d7458;--shadow:#00000073;--destructive:#ff7b7b;--brand-filter:invert(1) brightness(1.12);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){html[data-color-mode=auto]{--paper:#202122;--ink:#eaecf0;--link:#88a3e8;--link-visited:#a7a9d2;--muted:#a2a9b1;--border:#72777d;--border-subtle:#54595d;--surface-subtle:#27292d;--surface-raised:#2f3136;--surface-progressive:#202e4f;--surface-featured:#242c38;--surface-current:#24312a;--border-featured:#516b8b;--border-current:#4d7458;--shadow:#00000073;--destructive:#ff7b7b;--brand-filter:invert(1) brightness(1.12);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html{scroll-padding-top:1rem}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);margin:0;font-size:14px;line-height:1.6}a{color:var(--link);text-decoration:none}a:visited{color:var(--link-visited)}a:hover,a:focus-visible{text-decoration:underline}button,input{font:inherit}code{font-family:var(--font-mono);font-size:.9em}.site-header{background:var(--paper);border-bottom:1px solid var(--border-subtle)}.header-inner{grid-template-columns:minmax(17rem,auto) minmax(18rem,31.25rem) minmax(10rem,1fr);align-items:center;gap:1.5rem;width:min(100% - 2rem,103rem);min-height:4.75rem;margin:0 auto;display:grid}.brand{color:var(--ink);line-height:1.05;text-decoration:none}.brand:hover{text-decoration:none}.brand-horizontal{grid-template-columns:3.75rem 12.25rem;align-items:center;column-gap:.65rem;width:max-content;display:grid}.brand-potato{width:100%;height:auto;display:block}.brand-wordmark{width:100%;height:auto;filter:var(--brand-filter);display:block}.header-status{justify-content:flex-end;align-items:center;min-width:0;display:flex}.header-status:empty{display:none}.header-status:has(>[hidden]:only-child){display:none}.header-status:has(>.article-status>[hidden]:only-child){display:none}.article-status{justify-content:flex-end;align-items:center;width:100%;display:flex}.status-error{max-width:28rem;color:var(--muted);text-align:right;font-size:.78rem}.search-box{width:100%;position:relative}.search-box input{width:100%;min-height:2.25rem;color:var(--ink);background:var(--surface-raised);border:1px solid var(--border);border-radius:2px;padding:.35rem .75rem}.search-box input:focus{border-color:var(--link);box-shadow:inset 0 0 0 1px var(--link);outline:0}.search-suggestions{z-index:20;background:var(--surface-raised);border:1px solid var(--border);box-shadow:0 2px 4px var(--shadow);margin:-1px 0 0;padding:.25rem 0;list-style:none;position:absolute;top:100%;left:0;right:0}.search-suggestions li{cursor:pointer;padding:.45rem .75rem}.search-suggestions li:hover{color:var(--on-progressive);background:var(--link)}.progress{gap:.25rem;width:min(100%,18rem);display:grid}.progress-track{background:var(--border-subtle);border-radius:999px;width:100%;height:.25rem;overflow:hidden}.progress-fill{background:var(--link);width:0;height:100%;transition:width .18s ease-out}.progress[data-indeterminate] .progress-fill{transition:none;animation:1.2s ease-in-out infinite article-progress-indeterminate;transform:translate(-140%)}.progress-label{color:var(--muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;line-height:1.35;overflow:hidden}.site-main{width:min(100% - 2rem,60rem);min-height:60vh;margin:0 auto;padding:2rem 0 4rem}.site-main.article-page{width:auto;max-width:none;padding:1.75rem 2rem 4rem}.site-main.landing-page{width:min(100% - 2rem,78rem)}h1,h2,h3,h4{line-height:1.25}h1,.wiki-content h2{font-family:var(--font-serif);font-weight:400}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-tag{color:var(--muted);letter-spacing:.08em;border-bottom:1px solid var(--border-subtle);padding-bottom:.25rem;font-size:.75rem}.landing-intro{background:var(--surface-subtle);border:1px solid var(--border);max-width:60rem;margin:0 auto 2.5rem;padding:1rem 1.25rem}.landing-intro h2{font-family:var(--font-serif);margin:0 0 .5rem;font-size:1.65rem;font-weight:400}.landing-intro p{margin:.5rem 0;font-size:1rem}.landing-intro-note{color:var(--muted)}.landing-links{flex-wrap:wrap;gap:.5rem 1rem;margin-top:.75rem;font-weight:600;display:flex}.shortcut-guide{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);align-items:center;gap:clamp(1.25rem,3vw,2.5rem);margin:0 0 2.75rem;display:grid}.shortcut-copy h2{font-family:var(--font-serif);margin:0 0 .6rem;font-size:1.7rem;font-weight:400}.shortcut-copy h3{margin:1.25rem 0 .4rem;font-size:1rem}.shortcut-copy p{margin:.45rem 0;font-size:.95rem}.shortcut-url{font-family:var(--font-mono);white-space:nowrap;background:var(--surface-subtle);border:1px solid var(--border-subtle);margin:.8rem 0;padding:.6rem .75rem;font-size:.82rem;display:block;overflow-x:auto}.shortcut-rules{background:var(--surface-subtle);border:1px solid var(--border-subtle);padding:.9rem 1.1rem}.shortcut-rules h3{margin:0 0 .6rem;font-size:1rem}.shortcut-rules dl{margin:0 0 .75rem}.shortcut-rules dt{margin-top:.5rem;font-size:.88rem;font-weight:600}.shortcut-rules dd{color:var(--muted);margin:.1rem 0 0;font-size:.85rem}.shortcut-rules>a{font-size:.85rem}.landing-feed-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.landing-feed-heading h2{font-family:var(--font-serif);margin:0 0 .25rem;font-size:1.7rem;font-weight:400}.landing-feed-heading>a{flex:none;font-size:.8rem}.landing-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.landing-feed .hauptseite-box{background:var(--surface-raised);border:1px solid var(--border-featured);min-width:0;overflow:hidden}.landing-feed :is(#nachrichten,#verstorbene){border-color:var(--border-current)}.landing-feed-column{align-content:start;gap:1rem;min-width:0;display:grid}.landing-feed>.hauptseite-box:last-child{grid-column:1/-1}.landing-feed .hauptseite-box-content{padding:.6rem .9rem .8rem;display:flow-root}.landing-feed>.loading,.landing-feed>.landing-feed-error{grid-column:1/-1}@keyframes article-progress-indeterminate{to{transform:translate(390%)}}@keyframes article-loading-pulse{50%{opacity:.48}}@keyframes article-content-enter{0%{opacity:0;transform:translateY(.2rem)}}.article-loading-notice,.article-loading-error{width:min(100%,60rem);color:var(--muted);background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:2px;margin:0 auto 1rem;padding:.7rem .9rem;font-size:.82rem}.article-loading .article-loading-notice:not([hidden]){z-index:40;width:min(100% - 2rem,36rem);box-shadow:0 .2rem 1rem var(--shadow);margin:0;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.article-loading-notice p,.article-loading-error p{margin:0}.article-loading-notice-actions{flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin-top:.35rem;display:flex}.article-loading-notice-actions .retry{margin-left:-.65rem}.article-loading .article-layout[data-article-retained]{opacity:.58;filter:saturate(.72);pointer-events:none;-webkit-user-select:none;user-select:none}.article-layout[data-article-enter]{animation:.16s ease-out both article-content-enter}.article-loading-rail{align-content:start;gap:.7rem;display:grid}.article-loading-rail span,.article-loading-line{background:var(--border-subtle);border-radius:999px;height:.62rem;animation:1.8s ease-in-out infinite article-loading-pulse;display:block}.article-loading-rail .article-loading-rail-heading{width:64%;height:.85rem;margin-bottom:.25rem}.article-loading-rail span:nth-child(2){width:82%}.article-loading-rail span:nth-child(3){width:68%}.article-loading-rail span:nth-child(4){width:74%}.article-loading-rail span:nth-child(5){width:56%}.article-loading-copy{gap:.78rem;padding-top:.65rem;display:grid}.article-loading-line-long{width:100%}.article-loading-line-medium{width:78%}.article-loading-line-short{width:46%}.article-loading-copy .article-loading-line:nth-child(4){margin-bottom:.7rem}.article-layout{grid-template-columns:minmax(10rem,13rem) minmax(0,60rem) minmax(10rem,13rem);justify-content:center;align-items:start;gap:clamp(1.5rem,3vw,3.5rem);width:min(100%,100rem);margin:0 auto;display:grid}.article-column{min-width:0}.article-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.75rem;display:flex}.article-title{min-width:0;font-family:var(--font-serif);overflow-wrap:anywhere;margin:0 0 .25rem;font-size:clamp(2rem,4vw,2.35rem);font-weight:400}.article-actions{flex-wrap:wrap;justify-content:flex-end;gap:.25rem;padding-bottom:.45rem;display:flex}.toggle-original,.toggle-differences,.toggle-settings,.retry{min-height:2rem;color:var(--link);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:2px;padding:.3rem .65rem;font-size:.8rem;font-weight:600}.toggle-original:hover:not([disabled]),.toggle-differences:hover:not([disabled]),.toggle-settings:hover,.retry:hover{background:var(--surface-progressive);border-color:var(--border-subtle)}.toggle-original[disabled],.toggle-differences[disabled]{color:var(--muted);cursor:default;opacity:.65}.toggle-settings{display:none}.article-contents,.appearance-column{scrollbar-width:thin;max-height:calc(100vh - 2rem);font-size:.8rem;position:sticky;top:1rem;overflow:auto}.contents-heading{cursor:pointer;border-bottom:1px solid var(--border-subtle);margin-bottom:.6rem;padding-bottom:.4rem;font-weight:600}@media (min-width:56.001rem){.contents-heading{cursor:default;list-style:none}.contents-heading::-webkit-details-marker{display:none}}.contents-list{margin:0;padding:0;list-style:none}.contents-list li{margin:.45rem 0;line-height:1.35}.contents-level-3{padding-left:.8rem}.contents-list a{color:var(--ink)}.contents-list a:hover{color:var(--link)}.reader-settings-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex}.reader-settings-header h2{font-family:var(--font-body);margin:0;font-size:.875rem;font-weight:600}.reader-settings-close{color:var(--ink);background:var(--surface-subtle);cursor:pointer;border:0;border-radius:2px;padding:.2rem .4rem;font-size:.72rem;display:none}.reader-settings-body{padding-top:.25rem}.reader-setting-group{border:0;border-bottom:1px solid var(--border-subtle);min-width:0;margin:0;padding:.75rem 0}.reader-setting-group legend{width:100%;color:var(--muted);border-bottom:1px solid var(--border-subtle);margin-bottom:.4rem;padding:0 0 .35rem;font-size:.8rem}.reader-choice,.reader-setting{cursor:pointer;grid-template-columns:1rem 1fr;align-items:center;gap:.45rem;margin:.45rem 0;line-height:1.35;display:grid}.reader-choice input,.reader-setting input{width:1rem;height:1rem;accent-color:var(--link);margin:0}.reader-settings-note{color:var(--muted);margin-bottom:0;font-size:.72rem;line-height:1.4}@keyframes alman-translation-wave{0%{background-position:140% 0}to{background-position:-140% 0}}@keyframes alman-change-poof{0%{opacity:0;filter:blur(.42rem)brightness(1.6);text-shadow:0 0 .8rem #3366cc9e}38%{opacity:.86;filter:blur(.08rem)brightness(1.28);text-shadow:0 0 .4rem #3366cc59}72%{opacity:1;filter:blur()brightness(1.08);text-shadow:0 0 .12rem #3366cc2e}to{opacity:1;filter:none;text-shadow:none}}html[data-translation-wave=on] [data-alman-state=queued],html[data-translation-wave=on] [data-alman-state=ready],html[data-translation-wave=on] [data-alman-state=translating]{background-repeat:no-repeat;border-radius:2px}html[data-translation-wave=on] [data-alman-state=queued],html[data-translation-wave=on] [data-alman-state=ready]{text-shadow:0 0 .18rem #3366cc26;background-image:linear-gradient(105deg,#eaf3ff1a 0% 34%,#3366cc38 47%,#fffc 50%,#3366cc38 53%,#eaf3ff1a 66% 100%);background-position:140% 0;background-size:260% 100%;animation:2.4s linear infinite alman-translation-wave;box-shadow:inset 0 0 1.1rem #3366cc14}html[data-translation-wave=on] [data-alman-state=queued]:nth-child(3n+2),html[data-translation-wave=on] [data-alman-state=ready]:nth-child(3n+2){animation-delay:-.8s}html[data-translation-wave=on] [data-alman-state=queued]:nth-child(3n+3),html[data-translation-wave=on] [data-alman-state=ready]:nth-child(3n+3){animation-delay:-1.6s}html[data-translation-wave=on] [data-alman-state=translating]{background-image:linear-gradient(105deg,#eaf3ff24 0% 30%,#3366cc57 46%,#fffffff2 50%,#3366cc57 54%,#eaf3ff24 70% 100%);background-position:140% 0;background-size:240% 100%;animation:1.05s linear infinite alman-translation-wave;box-shadow:inset .2rem 0 #3366cc8c}html[data-translation-wave=on] [data-alman-reveal-paused][data-alman-state],html[data-translation-wave=on] [data-alman-reveal-paused] [data-alman-state]{box-shadow:none;text-shadow:none;background-image:none;animation:none}html[data-change-effects=on] [data-alman-reveal] [data-alman-change],html[data-change-effects=on] [data-alman-reveal][data-alman-change]{animation:1.05s cubic-bezier(.16,1,.3,1) both alman-change-poof;animation-delay:var(--alman-reveal-delay,0s)}.attribution{clear:both;color:var(--muted);border-top:1px solid var(--border-subtle);margin-top:2.5rem;padding-top:.8rem;font-size:.75rem}.loading{color:var(--muted)}.error-view h1{margin-top:.5rem}.difference-legend{color:var(--muted);background:var(--surface-subtle);border:1px solid var(--border-subtle);font-family:var(--font-body);flex-wrap:wrap;gap:.35rem 1rem;margin:0 0 1rem;padding:.55rem .75rem;font-size:.78rem;display:flex}.difference-legend-removed{text-decoration:line-through;-webkit-text-decoration-color:var(--destructive);text-decoration-color:var(--destructive);text-decoration-thickness:1.5px}.difference-legend-added{color:var(--link);font-weight:600}.wiki-difference del{color:var(--muted);-webkit-text-decoration-color:var(--destructive);text-decoration-color:var(--destructive);text-decoration-thickness:1.5px}.wiki-difference ins{color:var(--link);font-weight:600;text-decoration:none}.site-footer{background:var(--paper);border-top:1px solid var(--border-subtle)}.footer-inner{width:min(100% - 2rem,60rem);color:var(--muted);margin:0 auto;padding:1.25rem 0 2rem;font-size:.75rem}@media (max-width:78rem){.article-layout{grid-template-columns:minmax(10rem,13rem) minmax(0,60rem)}.article-loading-appearance{display:none}.appearance-column{z-index:30;background:var(--surface-raised);border:1px solid var(--border);width:min(18rem,100vw - 2rem);max-height:calc(100vh - 5.75rem);box-shadow:0 2px 8px var(--shadow);padding:.65rem 1rem;display:none;position:fixed;top:4.75rem;right:1rem;overflow:auto}.appearance-column:has(.reader-settings[data-expanded=true]){display:block}.reader-settings-close,.toggle-settings{display:inline-block}}@media (max-width:56rem){.header-inner{grid-template-columns:auto minmax(0,1fr);gap:.75rem 1rem;width:min(100% - 2rem,60rem);padding:.75rem 0}.header-status{grid-column:1/-1;justify-content:flex-start}.article-status{justify-content:flex-start}.progress{width:100%}.progress-label{text-align:left}.site-main.article-page{padding-left:1rem;padding-right:1rem}.article-layout{display:block}.article-loading-rail{display:none}.shortcut-guide,.landing-feed{grid-template-columns:minmax(0,1fr)}.landing-feed>.hauptseite-box:last-child{grid-column:auto}.article-contents{background:var(--surface-subtle);border:1px solid var(--border-subtle);max-height:none;margin:0 0 1.25rem;padding:.55rem .75rem;position:static;overflow:visible}.contents-heading{border-bottom:0;margin:0;padding:0}.contents-details[open] .contents-heading{border-bottom:1px solid var(--border-subtle);margin-bottom:.6rem;padding-bottom:.4rem}.contents-list{columns:2;column-gap:1.5rem}.contents-list li{break-inside:avoid}}@media (max-width:40rem){.header-inner{grid-template-columns:1fr}.search-box,.header-status{grid-column:1}.site-main{width:min(100% - 2rem,60rem);padding-top:1.25rem}.site-main.article-page{padding:1rem .75rem 3rem}.landing-intro{padding:.85rem 1rem}.landing-feed-heading{display:block}.landing-feed-heading>a{margin-bottom:.5rem;display:inline-block}.article-head{display:block}.article-title{font-size:2rem}.article-actions{border-top:1px solid var(--border-subtle);justify-content:flex-start;padding-top:.35rem}.contents-list{columns:1}.footer-inner{width:min(100% - 2rem,60rem)}}@media (prefers-reduced-motion:reduce){.progress[data-indeterminate] .progress-fill,.article-loading-rail span,.article-loading-line,.article-layout[data-article-enter]{animation:none;transform:none}}.th-theater{--rate:1;--amp:1;--hum-speed:.3s;--scan-duration:2.8s;--th-accent:#36c;--th-accent-soft:#3366cc1f;--th-accent-line:#3366cc73;--th-warm:#a8600b;--th-warm-soft:#a8600b24;margin:.5rem 0 2.5rem}html[data-color-mode=dark] .th-theater{--th-accent:#88a3e8;--th-accent-soft:#88a3e829;--th-accent-line:#88a3e880;--th-warm:#e3a857;--th-warm-soft:#e3a8572e}@media (prefers-color-scheme:dark){html[data-color-mode=auto] .th-theater{--th-accent:#88a3e8;--th-accent-soft:#88a3e829;--th-accent-line:#88a3e880;--th-warm:#e3a857;--th-warm-soft:#e3a8572e}}.th-stagewrap{padding:.5rem 0 .25rem;overflow:hidden}.th-stage{grid-template-rows:minmax(0,1fr) 3rem;place-items:center;height:clamp(25rem,40vw,28rem);display:grid}.th-stage>:not(.th-caption){opacity:0;width:100%;transition:opacity calc(.56s / var(--rate)) ease, transform calc(.56s / var(--rate)) ease;pointer-events:none;flex-direction:column;grid-area:1/1;justify-content:center;align-items:center;gap:.85rem;display:flex;transform:translateY(.7rem)scale(.985)}.th-stage>.is-in{opacity:1;transform:none}.th-stage.is-seeking,.th-stage.is-seeking *{transition:none!important;animation:none!important}.th-logo{gap:1.1rem!important}.th-logo-emblem{width:min(13.75rem,55vw);height:auto;filter:var(--brand-filter);transition:transform calc(1.4s / var(--rate)) cubic-bezier(.2, .8, .2, 1);transform:scale(.9)}.th-logo.is-in .th-logo-emblem{transform:scale(1)}.th-logo-wordmark{width:min(29rem,90vw);height:auto;filter:var(--brand-filter)}.th-boot{background:var(--border-subtle);border-radius:999px;width:min(18rem,60%);height:.4rem;overflow:hidden}.th-boot i{background:var(--th-accent);transform-origin:0;height:100%;transition:transform calc(2.2s / var(--rate)) linear;display:block;transform:scaleX(0)}.th-boot[data-state=loading] i{transform:scaleX(.88)}.th-boot[data-state=ready] i{transition-duration:calc(.32s / var(--rate));transform:scaleX(1)}.th-browser{background:var(--surface-raised);border:1px solid var(--border);width:min(100%,50rem);box-shadow:0 .9rem 2.2rem var(--shadow);border-radius:.6rem;overflow:hidden;align-items:stretch!important;gap:0!important}.th-chrome{background:var(--surface-subtle);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.7rem;padding:.6rem .7rem .7rem;display:flex;position:relative}.th-lights{flex:none;gap:.3rem;display:flex}.th-lights i{background:#ff5f57;border-radius:50%;width:.55rem;height:.55rem;display:block}.th-lights i:nth-child(2){background:#febc2e}.th-lights i:nth-child(3){background:#28c840}.th-omnibox{min-width:0;font-family:var(--font-mono);white-space:nowrap;background:var(--paper);border:1px solid var(--border-subtle);border-radius:999px;flex:auto;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:clamp(.72rem,1.5vw,.95rem);display:flex}.th-url{text-overflow:ellipsis;min-width:0;display:none;overflow:hidden}.th-omnibox[data-stage=start] .th-url[data-url-stage=start],.th-omnibox[data-stage=select] .th-url[data-url-stage=select],.th-omnibox[data-stage=type] .th-url[data-url-stage=type],.th-omnibox[data-stage=alias] .th-url[data-url-stage=alias],.th-omnibox[data-stage=final] .th-url[data-url-stage=final]{display:block}.th-url-select{color:var(--paper);background:var(--th-accent);animation:th-select calc(.42s / var(--rate)) ease-out both;padding:.05em 0}@keyframes th-select{0%{color:var(--ink);background:0 0}}.th-url-typed{color:var(--th-accent);vertical-align:bottom;animation:th-type calc(1.5s / var(--rate)) steps(5, end) both;font-weight:600;display:inline-block;overflow:hidden}@keyframes th-type{0%{width:0}to{width:5ch}}.th-url-caret{background:var(--ink);vertical-align:text-bottom;width:1px;height:1.05em;animation:th-caret calc(.9s / var(--rate)) steps(1) infinite;display:inline-block}@keyframes th-caret{50%{opacity:0}}.th-enter{font-family:var(--font-mono);background:var(--surface-subtle);border:1px solid var(--border);opacity:0;transition:opacity calc(.14s / var(--rate)) ease, transform calc(.14s / var(--rate)) ease;border-radius:.25rem;flex:none;padding:.1rem .4rem;font-size:.8rem;transform:translateY(-.15rem)}.th-enter.is-in{opacity:1;transform:translateY(.1rem)}.th-load{background:var(--th-accent);transform-origin:0;width:100%;height:2px;transition:transform calc(1.2s / var(--rate)) ease-out;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.th-load[data-state=loading]{transform:scaleX(.75)}.th-load[data-state=done]{opacity:0;transition:transform calc(.26s / var(--rate)) ease-out, opacity calc(.26s / var(--rate)) ease-out calc(.2s / var(--rate));transform:scaleX(1)}.th-viewport{background:var(--paper);min-height:0;padding:.9rem clamp(.9rem,2.5vw,1.6rem) 1.1rem;overflow:hidden}.th-page{opacity:0;transition:opacity calc(.42s / var(--rate)) ease}.th-page.is-in{opacity:1}.th-page-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.th-page-wordmark{width:7.5rem;height:auto;filter:var(--brand-filter)}.th-page-lang{color:var(--muted);font-family:var(--font-mono);letter-spacing:.04em;border:1px solid var(--border-subtle);transition:color calc(.4s / var(--rate)) ease, border-color calc(.4s / var(--rate)) ease;border-radius:.25rem;padding:.05rem .4rem;font-size:.65rem}.th-page[data-lang=al] .th-page-lang{color:var(--th-accent);border-color:var(--th-accent-line)}.th-page-title{font-family:var(--font-serif);border-bottom:1px solid var(--border-subtle);margin:.5rem 0 .6rem;padding-bottom:.3rem;font-size:clamp(1.15rem,2.6vw,1.6rem);font-weight:400}.th-line{opacity:0;transition:opacity calc(.44s / var(--rate)) ease, transform calc(.44s / var(--rate)) ease, background-color calc(.7s / var(--rate)) ease;margin:.4rem 0;font-size:clamp(.74rem,1.55vw,.95rem);line-height:1.62;position:relative;transform:translateY(.25rem)}.th-line.is-in{opacity:1;transform:none}.th-line[data-scan=read]{background-color:var(--th-accent-soft)}.th-line[data-scan=active]:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--th-accent-soft) 34%, var(--th-accent-line) 50%, var(--th-accent-soft) 66%, transparent 100%) no-repeat;animation:th-scan calc(var(--scan-duration) / var(--rate)) linear both;background-size:30% 100%;position:absolute;inset:-.1rem -.45rem}@keyframes th-scan{0%{background-position:-21.4% 0}to{background-position:121.4% 0}}.th-swap{text-align:center;white-space:pre;display:inline-grid;position:relative}.th-swap>span{transition:opacity calc(.22s / var(--rate)) ease, filter calc(.22s / var(--rate)) ease;grid-area:1/1}.th-swap-al{color:var(--th-accent);font-weight:600}.th-swap[data-state=de] .th-swap-al,.th-swap[data-state=hum] .th-swap-al,.th-swap[data-state=al] .th-swap-de{opacity:0}.th-swap[data-state=hum] .th-swap-de{color:var(--th-warm);background:var(--th-warm-soft);animation:th-hum calc(var(--hum-speed) / var(--rate)) linear infinite;display:inline-block}.th-stage[data-hum="1"]{--amp:1;--hum-speed:.34s}.th-stage[data-hum="2"]{--amp:2.1;--hum-speed:.25s}.th-stage[data-hum="3"]{--amp:3.4;--hum-speed:.17s}@keyframes th-hum{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(calc(-.022em * var(--amp)), calc(.014em * var(--amp))) rotate(calc(-.28deg * var(--amp)))}50%{transform:translate(calc(.018em * var(--amp)), calc(-.018em * var(--amp))) rotate(calc(.24deg * var(--amp)))}75%{transform:translate(calc(.02em * var(--amp)), calc(.012em * var(--amp))) rotate(calc(.3deg * var(--amp)))}}.th-swap[data-state=poof] .th-swap-de{animation:th-poof-out calc(.52s / var(--rate)) ease-out both;animation-delay:calc(var(--swap-index,0) * 80ms / var(--rate))}.th-swap[data-state=poof] .th-swap-al{animation:th-poof-in calc(.62s / var(--rate)) cubic-bezier(.2, .9, .2, 1) both;animation-delay:calc(var(--swap-index,0) * 80ms / var(--rate))}.th-swap[data-state=poof]:not([data-same]):after{content:"";background:radial-gradient(circle, var(--th-warm) 0%, transparent 68%);width:.5rem;height:.5rem;animation:th-burst calc(.64s / var(--rate)) ease-out both;animation-delay:calc(var(--swap-index,0) * 80ms / var(--rate));border-radius:50%;margin:-.25rem 0 0 -.25rem;position:absolute;top:50%;left:50%}.th-swap[data-kind=article][data-state=poof] .th-swap-de,.th-swap[data-kind=article][data-state=poof] .th-swap-al,.th-swap[data-kind=article][data-state=poof]:not([data-same]):after{animation-delay:calc((var(--sweep-at,0) * var(--scan-duration) + .14s) / var(--rate))}@keyframes th-poof-out{0%{opacity:1;filter:blur();transform:scale(1)}to{opacity:0;filter:blur(3px);transform:scale(1.22)}}@keyframes th-poof-in{0%{opacity:0;filter:blur(4px);transform:scale(.86)}55%{opacity:1}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes th-burst{0%{opacity:.85;transform:scale(.4)}to{opacity:0;transform:scale(7)}}.th-swap[data-same][data-state=poof] .th-swap-de{animation:th-nod calc(.62s / var(--rate)) ease-out both}@keyframes th-nod{40%{color:var(--th-accent);transform:translateY(-.12em)}to{color:inherit;transform:none}}.th-chips{place-items:center;display:grid}.th-chip{width:3.7em;font-family:var(--font-serif);text-align:center;background:var(--paper);border:1px solid var(--border);box-shadow:0 .3rem .9rem var(--shadow);transition:transform calc(1s / var(--rate)) cubic-bezier(.3, .85, .2, 1), opacity calc(.6s / var(--rate)) ease, filter calc(.6s / var(--rate)) ease;border-radius:.4rem;grid-area:1/1;padding:.45rem 0;font-size:clamp(.8rem,4vw,2.4rem)}.th-panel-unify[data-state=spread] .th-chip[data-form]{transform:translateX(calc(var(--chip-index) * 4.1em))}.th-panel-unify[data-state=gather] .th-chip[data-form]{transform:translateX(calc(var(--chip-index) * .85em)) scale(.97)}.th-panel-unify[data-state=merge] .th-chip[data-form]{opacity:.28;filter:blur(2px);transform:none}.th-panel-unify[data-state=merged] .th-chip[data-form],.th-panel-unify[data-state=genitive] .th-chip[data-form]{opacity:0;filter:blur(7px);transform:none}.th-chip-result,.th-chip-genitive{opacity:0;color:var(--th-accent);border-color:var(--th-accent-line);transform:scale(.55)}.th-panel-unify[data-state=merged] .th-chip-result,.th-panel-unify[data-state=genitive] .th-chip-result{opacity:1;transform:scale(1)}.th-panel-unify[data-state=genitive] .th-chip-result{transform:translate(-2.7em)scale(.94)}.th-panel-unify[data-state=genitive] .th-chip-genitive{opacity:1;color:var(--th-warm);border-color:var(--th-warm);transform:translate(2.7em)scale(.94)}.th-chips-legend{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.72rem}.th-panel-unify[data-state=genitive] .th-chips-legend{opacity:.35}.th-panel-rows{gap:.35rem!important}.th-row{font-family:var(--font-serif);opacity:0;transition:opacity calc(.42s / var(--rate)) ease, transform calc(.42s / var(--rate)) ease;margin:0;font-size:clamp(1.3rem,3.4vw,2.1rem);transform:translate(-.6rem)}.th-row.is-in{opacity:1;transform:none}.th-panel-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;width:min(100%,50rem);align-items:stretch!important;display:grid!important}.th-card{background:var(--paper);border:1px solid var(--border-subtle);opacity:0;transition:opacity calc(.42s / var(--rate)) ease, transform calc(.42s / var(--rate)) ease, border-color calc(.42s / var(--rate)) ease;border-radius:.5rem;padding:.7rem .85rem;transform:translateY(.5rem)}.th-card.is-in{opacity:1;transform:none}.th-card[data-state=al]{border-color:var(--th-accent-line)}.th-card-rule{color:var(--muted);font-family:var(--font-mono);font-size:.68rem}.th-card-phrase{font-family:var(--font-serif);margin:.2rem 0 .35rem;font-size:clamp(1rem,2.2vw,1.35rem)}.th-card-note{color:var(--muted);margin:0;font-size:.74rem;line-height:1.45}.th-word{white-space:pre}.th-ending{text-align:left;white-space:pre;display:inline-grid}.th-ending>span{grid-area:1/1}.th-drop,.th-add{transition:opacity calc(.42s / var(--rate)) ease, transform calc(.56s / var(--rate)) cubic-bezier(.4, 0, .6, 1)}.th-drop{color:var(--th-warm)}.th-card[data-state=al] .th-drop{opacity:0;transform:translateY(.7em)rotate(9deg)}.th-add{color:var(--th-accent);opacity:0;font-weight:600;transform:translateY(-.7em)}.th-card[data-state=al] .th-add{opacity:1;transform:none}.th-outro-wordmark{width:min(22rem,70%);height:auto;filter:var(--brand-filter)}.th-outro-cta{color:var(--th-accent);font-family:var(--font-mono);border:1px solid var(--th-accent-line);border-radius:999px;padding:.35rem .8rem;font-size:clamp(.78rem,1.7vw,.95rem)}.th-caption{min-height:1.2rem;color:var(--muted);text-align:center;text-wrap:balance;opacity:0;transition:opacity calc(.36s / var(--rate)) ease;grid-row:2;align-self:center;margin:0;padding:0 .5rem;font-size:clamp(.78rem,1.7vw,.92rem)}.th-caption.is-in{opacity:1}.th-transport{--played:0;flex-direction:column;gap:.45rem;padding:.6rem .25rem 0;display:flex}.th-bar{align-items:center;gap:.7rem;display:flex}.th-play{width:1.9rem;height:1.9rem;color:var(--ink);background:var(--surface-subtle);border:1px solid var(--border);cursor:pointer;border-radius:50%;flex:none;place-items:center;display:grid}.th-play:before{content:"";background:currentColor;width:.3rem;height:.7rem;transform:translate(-.21rem);box-shadow:.42rem 0}.th-theater[data-paused=true] .th-play:before{width:0;height:0;box-shadow:none;background:0 0;border-top:.36rem solid #0000;border-bottom:.36rem solid #0000;border-left:.58rem solid;transform:translate(.08rem)}.th-seek{appearance:none;background:linear-gradient(to right, var(--th-accent) calc(var(--played) * 100%), var(--border-subtle) calc(var(--played) * 100%)) no-repeat center / 100% .4rem;cursor:pointer;flex:auto;height:1.5rem}.th-seek::-webkit-slider-thumb{appearance:none;background:var(--th-accent);border:2px solid var(--paper);border-radius:50%;width:.85rem;height:.85rem}.th-seek::-moz-range-thumb{background:var(--th-accent);border:2px solid var(--paper);border-radius:50%;width:.85rem;height:.85rem}.th-rate{min-width:2.6rem;color:var(--ink);font-family:var(--font-mono);background:var(--surface-subtle);border:1px solid var(--border);cursor:pointer;border-radius:.3rem;flex:none;padding:.2rem .45rem;font-size:.75rem}.th-chapters{flex-wrap:wrap;gap:.3rem;display:flex}.th-chapter{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:.15rem .5rem;font-size:.72rem}.th-chapter[data-current=true]{color:var(--th-accent);border-color:var(--th-accent-line)}@media (max-width:56rem){.th-panel-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:40rem){.th-stage{grid-template-rows:minmax(0,1fr) 4.25rem;height:34rem}.th-stagewrap{padding:.5rem 0 .25rem}.th-play{width:2.75rem;height:2.75rem}.th-seek{height:2.25rem}.th-rate{min-width:3.25rem;padding:.55rem .5rem}.th-chapter{padding:.45rem .7rem;font-size:.78rem}.th-panel-cards{gap:.4rem}.th-card{padding:.5rem .6rem}.th-card-note{font-size:.66rem}}.wiki-content{overflow-wrap:break-word;min-width:0;font-size:var(--article-font-size);line-height:var(--article-line-height)}.wiki-content p{margin:.5rem 0 1rem}.wiki-content h2{clear:both;border-bottom:1px solid var(--border);margin:1.5rem 0 .45rem;padding-bottom:.15rem;font-size:1.55em}.wiki-content h3{clear:both;margin:1.25rem 0 .35rem;font-size:1.18em}.wiki-content .hauptseite-box-title{clear:none;font-family:var(--font-body);background:var(--surface-featured);border-bottom:1px solid var(--border-featured);margin:0;padding:.35rem .7rem;font-size:1rem;font-weight:600}.wiki-content :is(#nachrichten,#verstorbene) .hauptseite-box-title{background:var(--surface-current);border-color:var(--border-current)}.wiki-content .hauptseite-box-content>:first-child{margin-top:0}.wiki-content .hauptseite-box-content>:last-child{margin-bottom:0}.wiki-content .hauptseite-box .breadcrumb-nav-container{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.45rem 1rem;padding:0;list-style:none;display:grid}.wiki-content .hauptseite-box .hauptseite-item{margin:0}.wiki-content ul,.wiki-content ol{margin-top:.3rem;margin-bottom:.7rem}.wiki-content img{max-width:100%;height:auto}.wiki-content figure,.wiki-content .thumb{max-width:100%;margin:.5rem 0 1rem}.wiki-content figure[typeof~="mw:File/Thumb"],.wiki-content figure.mw-halign-right,.wiki-content .tright{float:right;clear:right;max-width:min(45%,22rem);margin:.25rem 0 .75rem 1.25rem}.wiki-content figure.mw-halign-left,.wiki-content .tleft{float:left;clear:left;max-width:min(45%,22rem);margin:.25rem 1.25rem .75rem 0}.wiki-content figcaption{color:var(--ink);background:var(--surface-subtle);border:1px solid var(--border-subtle);border-top:0;padding:.35rem .5rem;font-size:.75em;line-height:1.4}.wiki-content figure>a>img,.wiki-content figure>img{border:1px solid var(--border-subtle);background:#fff;display:block}.wiki-content table{max-width:100%;color:var(--ink);background:var(--surface-raised);border-collapse:collapse;margin:1rem 0;font-size:.8em;display:block;overflow-x:auto}.wiki-content table.wikitable td,.wiki-content table.wikitable th,.wiki-content table.infobox td,.wiki-content table.infobox th{vertical-align:top;border:1px solid var(--border);padding:.25rem .5rem}.wiki-content table.wikitable th,.wiki-content table.infobox th{background:var(--surface-subtle);text-align:left;font-weight:600}.wiki-content .infobox,.wiki-content table.float-right{float:right;clear:right;background:var(--surface-subtle);width:auto;max-width:min(50%,24rem);margin:.25rem 0 1rem 1.25rem}.wiki-content .hatnote,.wiki-content .noprint.sisterproject,.wiki-content .bausteinwrapper{color:var(--muted);border-left:3px solid var(--border-subtle);margin:.75rem 0;padding-left:.75rem;font-size:.8em}.wiki-content .gallery{flex-wrap:wrap;gap:.75rem;padding:0;list-style:none;display:flex}.wiki-content .gallerybox{max-width:12rem}.wiki-content ol.mw-references,.wiki-content .mw-references-wrap{color:var(--muted);font-size:.75em}.wiki-content sup.mw-ref a{text-decoration:none}.wiki-content .mw-empty-elt{display:none}.wiki-content math,.wiki-content .mwe-math-element{overflow-x:auto}html[data-color-mode=dark] .wiki-content table,html[data-color-mode=dark] .wiki-content .infobox{color:var(--ink)!important;background:var(--surface-raised)!important}html[data-color-mode=dark] .wiki-content :is(table.wikitable,table.infobox) th{color:var(--ink)!important;background:var(--surface-subtle)!important}@media (prefers-color-scheme:dark){html[data-color-mode=auto] .wiki-content table,html[data-color-mode=auto] .wiki-content .infobox{color:var(--ink)!important;background:var(--surface-raised)!important}html[data-color-mode=auto] .wiki-content :is(table.wikitable,table.infobox) th{color:var(--ink)!important;background:var(--surface-subtle)!important}}@media (max-width:40rem){.wiki-content .infobox,.wiki-content figure[typeof~="mw:File/Thumb"],.wiki-content figure.mw-halign-right,.wiki-content figure.mw-halign-left,.wiki-content .tright,.wiki-content .tleft{float:none!important;width:auto!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}}
