@oiz/stzh-components 2.9.0-alpha → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-15ef98d9.js → app-globals-ac2e4efd.js} +39 -10
- package/dist/cjs/app-globals-ac2e4efd.js.map +1 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-datatable.cjs.entry.js +83 -8
- package/dist/cjs/stzh-datatable.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-message.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-pagebottom.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-richtext_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-richtext_2.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-skin-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-skin-portal-mitwirken.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-skin-storybook-preview.cjs.entry.js +1 -1
- package/dist/cjs/stzh-skin-storybook-preview.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-table.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-toastbar.cjs.entry.js +1 -1
- package/dist/cjs/stzh-toastbar.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +63 -35
- package/dist/cjs/stzh-upload.cjs.entry.js.map +1 -1
- package/dist/collection/assets/i18n/de.json +2 -1
- package/dist/collection/assets/i18n/en.json +2 -1
- package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +1 -1
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +6 -3
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +241 -9
- package/dist/collection/components/stzh-datatable/stzh-datatable.js.map +1 -1
- package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +16 -5
- package/dist/collection/components/stzh-message/stzh-message.js.map +1 -1
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +1 -1
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js.map +1 -1
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.stories.js +1 -1
- package/dist/collection/components/stzh-ratio/stzh-ratio.stories.js +1 -1
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +4 -0
- package/dist/collection/components/stzh-skin-portal-mitwirken/stzh-skin-portal-mitwirken.css +8 -0
- package/dist/collection/components/stzh-skin-storybook-preview/stzh-skin-storybook-preview.css +5 -0
- package/dist/collection/components/stzh-table/stzh-table.css +6 -3
- package/dist/collection/components/stzh-toastbar/stzh-toastbar.css +2 -3
- package/dist/collection/components/stzh-upload/stzh-upload.css +7 -2
- package/dist/collection/components/stzh-upload/stzh-upload.js +63 -35
- package/dist/collection/components/stzh-upload/stzh-upload.js.map +1 -1
- package/dist/collection/components/stzh-upload/stzh-upload.localization.js.map +1 -1
- package/dist/collection/global/js/helpers/utils.js +37 -8
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/utils/story-utils.js +2 -1
- package/dist/collection/utils/story-utils.js.map +1 -1
- package/dist/components/index.js +38 -9
- package/dist/components/index.js.map +1 -1
- package/dist/components/index2.js.map +1 -1
- package/dist/components/stzh-datatable.js +86 -9
- package/dist/components/stzh-datatable.js.map +1 -1
- package/dist/components/stzh-message.js.map +1 -1
- package/dist/components/stzh-pagebottom.js.map +1 -1
- package/dist/components/stzh-richtext2.js +1 -1
- package/dist/components/stzh-richtext2.js.map +1 -1
- package/dist/components/stzh-skin-portal-mitwirken.js +1 -1
- package/dist/components/stzh-skin-portal-mitwirken.js.map +1 -1
- package/dist/components/stzh-skin-storybook-preview.js +1 -1
- package/dist/components/stzh-skin-storybook-preview.js.map +1 -1
- package/dist/components/stzh-table.js +1 -1
- package/dist/components/stzh-table.js.map +1 -1
- package/dist/components/stzh-toastbar.js +1 -1
- package/dist/components/stzh-toastbar.js.map +1 -1
- package/dist/components/stzh-upload.js +63 -35
- package/dist/components/stzh-upload.js.map +1 -1
- package/dist/custom-elements.json +6362 -0
- package/dist/esm/{app-globals-664fb15a.js → app-globals-6921f653.js} +39 -10
- package/dist/esm/app-globals-6921f653.js.map +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-datatable.entry.js +84 -9
- package/dist/esm/stzh-datatable.entry.js.map +1 -1
- package/dist/esm/stzh-message.entry.js.map +1 -1
- package/dist/esm/stzh-pagebottom.entry.js.map +1 -1
- package/dist/esm/stzh-richtext_2.entry.js +1 -1
- package/dist/esm/stzh-richtext_2.entry.js.map +1 -1
- package/dist/esm/stzh-skin-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-skin-portal-mitwirken.entry.js.map +1 -1
- package/dist/esm/stzh-skin-storybook-preview.entry.js +1 -1
- package/dist/esm/stzh-skin-storybook-preview.entry.js.map +1 -1
- package/dist/esm/stzh-table.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js.map +1 -1
- package/dist/esm/stzh-toastbar.entry.js +1 -1
- package/dist/esm/stzh-toastbar.entry.js.map +1 -1
- package/dist/esm/stzh-upload.entry.js +63 -35
- package/dist/esm/stzh-upload.entry.js.map +1 -1
- package/dist/esm-es5/{app-globals-664fb15a.js → app-globals-6921f653.js} +2 -2
- package/dist/esm-es5/{app-globals-664fb15a.js.map → app-globals-6921f653.js.map} +1 -1
- package/dist/esm-es5/index.js.map +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-components.js.map +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +2 -2
- package/dist/esm-es5/stzh-datatable.entry.js.map +1 -1
- package/dist/esm-es5/stzh-message.entry.js.map +1 -1
- package/dist/esm-es5/stzh-pagebottom.entry.js.map +1 -1
- package/dist/esm-es5/stzh-richtext_2.entry.js +1 -1
- package/dist/esm-es5/stzh-richtext_2.entry.js.map +1 -1
- package/dist/esm-es5/stzh-skin-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-skin-portal-mitwirken.entry.js.map +1 -1
- package/dist/esm-es5/stzh-skin-storybook-preview.entry.js +1 -1
- package/dist/esm-es5/stzh-skin-storybook-preview.entry.js.map +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js.map +1 -1
- package/dist/esm-es5/stzh-toastbar.entry.js +1 -1
- package/dist/esm-es5/stzh-toastbar.entry.js.map +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js.map +1 -1
- package/dist/stzh-components/assets/i18n/de.json +2 -1
- package/dist/stzh-components/assets/i18n/en.json +2 -1
- package/dist/stzh-components/index.esm.js.map +1 -1
- package/dist/stzh-components/{p-cb387de2.entry.js → p-128a4694.entry.js} +2 -2
- package/dist/stzh-components/{p-cb387de2.entry.js.map → p-128a4694.entry.js.map} +1 -1
- package/dist/stzh-components/p-2b394f69.entry.js +2 -0
- package/dist/stzh-components/{p-1dd43a6c.entry.js.map → p-2b394f69.entry.js.map} +1 -1
- package/dist/stzh-components/{p-819e80c9.entry.js → p-2df0f259.entry.js} +2 -2
- package/dist/stzh-components/{p-819e80c9.entry.js.map → p-2df0f259.entry.js.map} +1 -1
- package/dist/stzh-components/p-2e77c845.system.entry.js.map +1 -1
- package/dist/stzh-components/p-45d0b549.entry.js +2 -0
- package/dist/stzh-components/{p-3d4553f7.entry.js.map → p-45d0b549.entry.js.map} +1 -1
- package/dist/stzh-components/p-61b0e7da.system.entry.js.map +1 -1
- package/dist/stzh-components/p-9ee80bcc.entry.js +10 -0
- package/dist/stzh-components/p-9ee80bcc.entry.js.map +1 -0
- package/dist/stzh-components/{p-0c52518d.system.entry.js → p-a2b700d2.system.entry.js} +2 -2
- package/dist/stzh-components/p-a2b700d2.system.entry.js.map +1 -0
- package/dist/stzh-components/p-a43b5c3d.entry.js +2 -0
- package/dist/stzh-components/p-a43b5c3d.entry.js.map +1 -0
- package/dist/stzh-components/p-ae6a75cc.entry.js.map +1 -1
- package/dist/stzh-components/p-b5c456f5.system.entry.js +2 -0
- package/dist/stzh-components/{p-78669470.system.entry.js.map → p-b5c456f5.system.entry.js.map} +1 -1
- package/dist/stzh-components/{p-b4860ba4.js → p-b7be3f1d.js} +2 -2
- package/dist/stzh-components/{p-b4860ba4.js.map → p-b7be3f1d.js.map} +1 -1
- package/dist/stzh-components/p-be4e2975.system.entry.js +2 -0
- package/dist/stzh-components/{p-c003c90c.system.entry.js.map → p-be4e2975.system.entry.js.map} +1 -1
- package/dist/stzh-components/p-c250e795.entry.js.map +1 -1
- package/dist/stzh-components/{p-5a34a1d8.entry.js → p-c98cfc88.entry.js} +2 -2
- package/dist/stzh-components/p-c98cfc88.entry.js.map +1 -0
- package/dist/stzh-components/{p-3692ab41.system.entry.js → p-ccc38fcc.system.entry.js} +2 -2
- package/dist/stzh-components/p-ccc38fcc.system.entry.js.map +1 -0
- package/dist/stzh-components/{p-9343aec6.system.entry.js → p-d175949a.system.entry.js} +2 -2
- package/dist/stzh-components/{p-9343aec6.system.entry.js.map → p-d175949a.system.entry.js.map} +1 -1
- package/dist/stzh-components/{p-46a1ed5a.system.js → p-d47ab627.system.js} +2 -2
- package/dist/stzh-components/{p-46a1ed5a.system.js.map → p-d47ab627.system.js.map} +1 -1
- package/dist/stzh-components/{p-8523e488.system.entry.js → p-d93b1fcd.system.entry.js} +3 -3
- package/dist/stzh-components/p-d93b1fcd.system.entry.js.map +1 -0
- package/dist/stzh-components/p-e72565dc.system.js +2 -0
- package/dist/stzh-components/{p-851bbc2e.system.js.map → p-e72565dc.system.js.map} +1 -1
- package/dist/stzh-components/p-eaa65f52.system.js.map +1 -1
- package/dist/stzh-components/{p-e611a738.system.entry.js → p-f40c7884.system.entry.js} +2 -2
- package/dist/stzh-components/{p-e611a738.system.entry.js.map → p-f40c7884.system.entry.js.map} +1 -1
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.esm.js.map +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +2 -1
- package/dist/types/components.d.ts +44 -6
- package/dist/types/index.d.ts +34 -0
- package/dist/vscode-data.json +20 -4
- package/package.json +4 -3
- package/dist/cjs/app-globals-15ef98d9.js.map +0 -1
- package/dist/esm/app-globals-664fb15a.js.map +0 -1
- package/dist/stzh-components/p-0c52518d.system.entry.js.map +0 -1
- package/dist/stzh-components/p-1dd43a6c.entry.js +0 -2
- package/dist/stzh-components/p-3692ab41.system.entry.js.map +0 -1
- package/dist/stzh-components/p-3d4553f7.entry.js +0 -2
- package/dist/stzh-components/p-5a34a1d8.entry.js.map +0 -1
- package/dist/stzh-components/p-78669470.system.entry.js +0 -2
- package/dist/stzh-components/p-851bbc2e.system.js +0 -2
- package/dist/stzh-components/p-8523e488.system.entry.js.map +0 -1
- package/dist/stzh-components/p-b329c334.entry.js +0 -2
- package/dist/stzh-components/p-b329c334.entry.js.map +0 -1
- package/dist/stzh-components/p-c003c90c.system.entry.js +0 -2
- package/dist/stzh-components/p-e194091a.entry.js +0 -10
- package/dist/stzh-components/p-e194091a.entry.js.map +0 -1
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
System.register(["./p-7b184ebb.system.js"],(function(n){"use strict";var t,e,a;return{setters:[function(n){t=n.r;e=n.h;a=n.a}],execute:function(){var i='@charset "UTF-8";\n/**\n * Colors\n */\n/*\n * Base\n */\n/**\n * Flyingfocus\n */\n/**\n * Link\n */\n/**\n * Text\n */\n/**\n * Richtext\n */\n/**\n * Section\n */\n/**\n * Header\n */\n/**\n * Appnav\n */\n/**\n * Progressbar\n */\n/**\n * Loader\n */\n/**\n * Table\n */\n/**\n * Heading\n */\n/**\n * Menu (Item)\n */\n/**\n * Form Elements (Input / Checkbox / Radio / Select / Datepicker)\n */\n/**\n * Popover\n */\n/**\n * Tooltips\n */\n/**\n * Overlays / Dialogs\n */\n/**\n * Accordions\n */\n/**\n * Buttons\n */\n/* Ratios */\n/**\n * Box Shadows\n */\n/**\n * Z-Indexes\n * Inspired by https://www.duetds.com/tokens/#z-index\n */\n/**\n * Icon sizes\n */\n/**\n * Grid\n */\n/**\n * Breakpoints\n */\n/**\n * Container\n */\n/**\n * Spaces\n */\n/**\n * Fonts\n */\n/* Global css (mainly used to provide sensible defaults and helper classes) */\n\nhtml {\n /* Enable font smoothing */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\nbody {\n /* Remove default body spacing */\n margin: 0;\n padding: 0;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/* Sticky footer layout */\n\n.stzh-layout-sticky-footer {\n display: grid;\n grid-template-rows: auto 1fr auto;\n grid-template-columns: 100%;\n min-height: 100vh;\n}\n\n/* Helper class when dialog components are opened */\n\n.stzh-dialog-open,\n.stzh-overlay-open {\n -ms-touch-action: none;\n touch-action: none;\n -webkit-overflow-scrolling: none;\n overflow: hidden;\n padding-right: var(--stzh-scrollbar-width);\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n}\n\n@media screen and (max-width: 599px) {\n .stzh-popover-open {\n -ms-touch-action: none;\n touch-action: none;\n -webkit-overflow-scrolling: none;\n overflow: hidden;\n padding-right: var(--stzh-scrollbar-width);\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n }\n}\n\n/* Flying Focus */\n\n/* default outline value, which will be applied to all elements receiving focus\nthe .has-focus class is used by the focus target */\n.has-focus {\n outline: var(--stzh-flyingfocus-color) solid 0.125rem;\n outline-offset: 0.3125rem;\n}\n\n.stzh-fylingfocus-focused {\n outline-style: none !important;\n}\n\n.stzh-fylingfocus-focused::-moz-focus-inner {\n border: 0 !important;\n}\n\n/* AEM/STZH Website specifix css */\n\n.section.has-invert {\n /* Font curve: big */\n margin-top: var(--stzh-space-xxxlarge);\n margin-bottom: var(--stzh-space-xxxlarge);\n}\n\n@media screen and (min-width: 600px) {\n .section.has-invert {\n margin-top: var(--stzh-space-xxxxlarge);\n margin-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n\n@media screen and (min-width: 1024px) {\n .section.has-invert {\n margin-top: var(--stzh-space-big);\n margin-bottom: var(--stzh-space-big);\n }\n}\n\n@media screen and (min-width: 1260) {\n .section.has-invert {\n margin-top: var(--stzh-space-xbig);\n margin-bottom: var(--stzh-space-xbig);\n }\n}\n\n.section.has-invert stzh-invert stzh-container {\n /* Font curve: large */\n padding-top: var(--stzh-space-xxlarge);\n padding-bottom: var(--stzh-space-xxlarge);\n}\n\n@media screen and (min-width: 1024px) {\n .section.has-invert stzh-invert stzh-container {\n padding-top: var(--stzh-space-xxxlarge);\n padding-bottom: var(--stzh-space-xxxlarge);\n }\n}\n\n@media screen and (min-width: 1260) {\n .section.has-invert stzh-invert stzh-container {\n padding-top: var(--stzh-space-xxxxlarge);\n padding-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n\n.section.has-sticky {\n display: contents;\n}\n\n/* Global CSS properties */\n\n:root {\n /* Colors */\n --stzh-color-zueriblue: #0F05A0;\n\n --stzh-color-zueriblue60op: #6F69C6;\n --stzh-color-zueriblue88: rgba(15, 5, 160, 0.88);\n --stzh-color-zueriblue72: rgba(15, 5, 160, 0.72);\n --stzh-color-zueriblue64: rgba(15, 5, 160, 0.64);\n --stzh-color-zueriblue56: rgba(15, 5, 160, 0.56);\n --stzh-color-zueriblue48: rgba(15, 5, 160, 0.48);\n --stzh-color-zueriblue32: rgba(15, 5, 160, 0.32);\n --stzh-color-zueriblue16: rgba(15, 5, 160, 0.16);\n --stzh-color-zueriblue8: rgba(15, 5, 160, 0.08);\n --stzh-color-zueriblue4: rgba(15, 5, 160, 0.04);\n\n --stzh-color-zueribluedark: #070250;\n\n --stzh-color-white: #FFFFFF;\n --stzh-color-white88: rgba(255, 255, 255, 0.88);\n --stzh-color-white72: rgba(255, 255, 255, 0.72);\n --stzh-color-white64: rgba(255, 255, 255, 0.64);\n --stzh-color-white56: rgba(255, 255, 255, 0.56);\n --stzh-color-white48: rgba(255, 255, 255, 0.48);\n --stzh-color-white32: rgba(255, 255, 255, 0.32);\n --stzh-color-white16: rgba(255, 255, 255, 0.16);\n --stzh-color-white8: rgba(255, 255, 255, 0.08);\n\n --stzh-color-black: #000000;\n --stzh-color-black88: rgba(0, 0, 0, 0.88);\n --stzh-color-black72: rgba(0, 0, 0, 0.72);\n --stzh-color-black64: rgba(0, 0, 0, 0.64);\n --stzh-color-black56: rgba(0, 0, 0, 0.56);\n --stzh-color-black48: rgba(0, 0, 0, 0.48);\n --stzh-color-black32: rgba(0, 0, 0, 0.32);\n --stzh-color-black16: rgba(0, 0, 0, 0.16);\n --stzh-color-black8: rgba(0, 0, 0, 0.08);\n\n --stzh-color-cucumber: #80ad52;\n --stzh-color-truegreen: #008000;\n --stzh-color-shiraz: #c00d23;\n --stzh-color-error: #d0021b;\n --stzh-color-warning: #DB7E00;\n --stzh-color-active: #a4c400;\n\n --stzh-color-grey5: #F2F2F2;\n --stzh-color-grey13: #DEDEDE;\n --stzh-color-grey25: #BFBFBF;\n --stzh-color-grey40: #999999;\n --stzh-color-grey55: #737373;\n --stzh-color-grey61: #646464;\n --stzh-color-grey70: #4D4D4D;\n --stzh-color-grey87: #222222;\n\n --stzh-color-aoz-agenda: #2f8e87;\n --stzh-color-aoz-agenda-hover: #216664;\n --stzh-color-cool-grey60: #5C7781;\n --stzh-color-cool-grey60-hover: #344F59;\n --stzh-color-cobalt-blue60: #0353DC;\n --stzh-color-cobalt-blue60-hover: #00338D;\n --stzh-color-shamrock-green70: #06751E;\n --stzh-color-shamrock-green70-hover: #054D14;\n --stzh-color-lime-green80: #3A6413;\n --stzh-color-lime-green80-hover: #26410C;\n --stzh-color-magenta70: #960055;\n --stzh-color-magenta70-hover: #660033;\n --stzh-color-ocher70: #9A5B01;\n --stzh-color-ocher70-hover: #5A3600;\n --stzh-color-orange: #F28B00;\n --stzh-color-orange-hover: #915300;\n --stzh-color-orange70: #B23A01;\n --stzh-color-orange70-hover: #6F261F;\n --stzh-color-red: #A51A0F;\n --stzh-color-red-hover: #630F09;\n --stzh-color-red60: #DC030E;\n --stzh-color-red60-hover: #A20309;\n --stzh-color-violet70: #512380;\n --stzh-color-violet70-hover: #2d1348;\n --stzh-color-winered: #89072A;\n --stzh-color-winered-hover: #520419;\n\n --stzh-color-primary: var(--stzh-color-zueriblue);\n --stzh-color-primary-hover: var(--stzh-color-zueribluedark);\n\n --stzh-color-primary60op: var(--stzh-color-zueriblue60op);\n --stzh-color-primary88: var(--stzh-color-zueriblue88);\n --stzh-color-primary72: var(--stzh-color-zueriblue72);\n --stzh-color-primary64: var(--stzh-color-zueriblue64);\n --stzh-color-primary56: var(--stzh-color-zueriblue56);\n --stzh-color-primary48: var(--stzh-color-zueriblue48);\n --stzh-color-primary32: var(--stzh-color-zueriblue32);\n --stzh-color-primary16: var(--stzh-color-zueriblue16);\n --stzh-color-primary8: var(--stzh-color-zueriblue8);\n --stzh-color-primary4: var(--stzh-color-zueriblue4);\n\n /* AOZ */\n --stzh-color-tabasco: #A51A0F;\n --stzh-color-mahogany: #630F09;\n\n /* UVZ */\n --stzh-color-monza: #C30024;\n --stzh-color-venetianred: #750015;\n --stzh-color-scienceblue: #006DC5;\n\n /* VBZ */\n --stzh-color-deepcerulean: #057FAC;\n --stzh-color-regalblue: #034C67;\n --stzh-color-coral: #E4694C;\n\n /* PKZH */\n --stzh-color-shakespeare: #4A96C8;\n --stzh-color-chambray: #2C5A78;\n\n /* Font */\n --stzh-font-family-light: \'HelveticaNeueLTW01_41488878\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-regular: \'HelveticaNeueLTW01_55Roman\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-medium: \'HelveticaNeueLTW05_65Medium\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-bold: \'HelveticaNeueLTW01_71488914\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-heavy: \'HelveticaNeueLTW05_85Heavy\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-title: var(--stzh-font-family-heavy);\n\n --stzh-font-weight-light: normal;\n --stzh-font-weight-regular: normal;\n --stzh-font-weight-medium: normal;\n --stzh-font-weight-bold: normal;\n --stzh-font-weight-heavy: normal;\n --stzh-font-weight-title: normal;\n\n --stzh-font-femto-font-size: 0.625rem;\n --stzh-font-femto-text-line-height: 1;\n\n --stzh-font-pico-font-size: 0.75rem;\n --stzh-font-pico-text-line-height: 1.6;\n --stzh-font-pico-heading-letter-spacing: 0.01em;\n\n --stzh-font-nano-font-size: 0.8125rem;\n --stzh-font-nano-text-line-height: 1.6;\n --stzh-font-nano-heading-line-height: 1.4;\n --stzh-font-nano-heading-letter-spacing: 0.01em;\n\n --stzh-font-micro-font-size: 0.875rem;\n --stzh-font-micro-text-line-height: 1.6;\n --stzh-font-micro-heading-line-height: 1.4;\n --stzh-font-micro-heading-letter-spacing: 0.01em;\n\n --stzh-font-milli-font-size: 1rem;\n --stzh-font-milli-text-line-height: 1.6;\n --stzh-font-milli-heading-line-height: 1.4;\n\n --stzh-font-centi-font-size: 1.125rem;\n --stzh-font-centi-text-line-height: 1.6;\n --stzh-font-centi-heading-line-height: 1.4;\n\n --stzh-font-deci-font-size: 1.25rem;\n --stzh-font-deci-text-line-height: 1.6;\n --stzh-font-deci-heading-line-height: 1.4;\n\n --stzh-font-regular-font-size: 1.375rem;\n --stzh-font-regular-text-line-height: 1.6;\n --stzh-font-regular-heading-line-height: 1.4;\n\n --stzh-font-deca-font-size: 1.5rem;\n --stzh-font-deca-text-line-height: 1.2;\n --stzh-font-deca-text-letter-spacing: -0.01em;\n\n --stzh-font-hecto-font-size: 1.75rem;\n --stzh-font-hecto-text-line-height: 1.2;\n --stzh-font-hecto-text-letter-spacing: -0.01em;\n\n --stzh-font-kilo-font-size: 2rem;\n --stzh-font-kilo-text-line-height: 1.2;\n --stzh-font-kilo-text-letter-spacing: -0.01em;\n\n --stzh-font-mega-font-size: 2.5rem;\n --stzh-font-mega-text-line-height: 1.2;\n --stzh-font-mega-text-letter-spacing: -0.01em;\n\n --stzh-font-giga-font-size: 2.8125rem;\n --stzh-font-giga-text-line-height: 1.2;\n --stzh-font-giga-text-letter-spacing: -0.01em;\n\n --stzh-font-hero-font-size: 3.75rem;\n --stzh-font-hero-text-line-height: 1.1;\n --stzh-font-hero-text-letter-spacing: -0.01em;\n\n /* Z-Index */\n --stzh-z-index-deep: -999999;\n --stzh-z-index-default: 1;\n --stzh-z-index-masked: 100;\n --stzh-z-index-mask: 200;\n --stzh-z-index-sticky: 300;\n --stzh-z-index-header: 400;\n --stzh-z-index-toast: 500;\n --stzh-z-index-popover: 600;\n --stzh-z-index-dialog: 700;\n --stzh-z-index-popup: 800;\n --stzh-z-index-overlay: 900;\n\n /* Spaces */\n --stzh-space-xxxsmall: 0.125rem;\n --stzh-space-xxsmall: 0.25rem;\n --stzh-space-xsmall: 0.5rem;\n --stzh-space-small: 0.75rem;\n --stzh-space-medium: 1rem;\n --stzh-space-large: 1.25rem;\n --stzh-space-xlarge: 1.5rem;\n --stzh-space-xxlarge: 2rem;\n --stzh-space-xxxlarge: 2.5rem;\n --stzh-space-xxxxlarge: 3rem;\n --stzh-space-big: 3.5rem;\n --stzh-space-xbig: 4rem;\n --stzh-space-huge: 5rem;\n --stzh-space-xhuge: 6rem;\n\n --stzh-space-none: 0.0001px;\n\n --stzh-space-default: var(--stzh-space-medium);\n\n /* Box Shadows */\n --stzh-box-shadow-header: 0px -0.125rem 1rem rgba(0, 0, 0, 0.16);\n --stzh-box-shadow-popover: 0px 0px 0.25rem rgba(0, 0, 0, 0.24);\n --stzh-box-shadow-message: 0px 0px 0.5rem rgba(0, 0, 0, 0.24);\n --stzh-box-shadow-overlay: 0px 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);\n\n /* Icon sizes */\n --stzh-icon-size-xxsmall: 0.75rem;\n --stzh-icon-size-xsmall: 1rem;\n --stzh-icon-size-small: 1.25rem;\n --stzh-icon-size-medium: 1.5rem;\n --stzh-icon-size-large: 2.25rem;\n --stzh-icon-size-xlarge: 3rem;\n\n --stzh-icon-size-default: var(--stzh-icon-size-small);\n\n /* Gutter */\n --stzh-grid-gutter: 1rem;\n --stzh-grid-gutter-small: 1.25rem;\n --stzh-grid-gutter-medium: 1.5rem;\n\n /* Base */\n --stzh-base-color: var(--stzh-color-grey61);\n --stzh-base-invert-color: var(--stzh-color-white);\n --stzh-base-invert-color72: var(--stzh-color-white72);\n --stzh-base-invert-color32: var(--stzh-color-white32);\n --stzh-base-invert-color16: var(--stzh-color-white16);\n --stzh-base-invert-background-color: var(--stzh-color-primary);\n\n --stzh-base-lead-color: var(--stzh-color-grey70);\n --stzh-base-border-color: var(--stzh-color-grey13);\n --stzh-base-transition-animation-speed: 0.3s;\n\n /* Flyingfocus */\n --stzh-flyingfocus-color: var(--stzh-color-primary);\n\n /* Links */\n --stzh-link-color: var(--stzh-color-primary);\n --stzh-link-hover-color: var(--stzh-color-primary-hover);\n --stzh-link-text-decoration-thickness: calc(1em / 16);\n --stzh-link-text-underline-offset: calc(2.5em / 16);\n --stzh-link-icon-wrapper-height: 1em;\n\n /* Buttons */\n --stzh-button-border-radius: 0.1875rem;\n --stzh-button-text-hover-background: rgba(15, 5, 160, 0.08);\n\n /* Richttext */\n --stzh-richtext-blockquote-color: var(--stzh-color-primary);\n --stzh-richtext-blockquote-line-color: var(--stzh-color-primary);\n --stzh-richtext-blockquote-footer-color: var(--stzh-color-grey55);\n\n /* Section */\n --stzh-section-highlight-color: var(--stzh-color-grey61);\n --stzh-section-highlight-background-color: var(--stzh-color-grey5);\n --stzh-section-highlight-horizontal-padding: var(--stzh-space-medium);\n\n /* Heading */\n --stzh-heading-color: var(--stzh-color-primary);\n\n /* Table */\n --stzh-table-max-height: none;\n --stzh-table-min-width: 43.75rem;\n --stzh-table-cell-padding: var(--stzh-space-small) var(--stzh-space-medium);\n --stzh-table-search-input-width: 11rem;\n\n /* Menu Item */\n --stzh-menu-item-height: 2.375rem;\n\n /* Inputs / Buttons / Select */\n --stzh-form-input-border-radius: 0.125rem;\n --stzh-form-input-height: 3rem;\n --stzh-form-input-small-height: 2.5rem;\n --stzh-form-input-tiny-height: 2rem;\n\n /* Popover */\n --stzh-popover-width: 13.9375rem;\n --stzh-popover-min-width: initial;\n --stzh-popover-max-width: initial;\n --stzh-popover-padding: 0px;\n --stzh-popover-border-radius: 0.1875rem;\n\n /* Tooltips */\n --stzh-tooltip-width: auto;\n --stzh-tooltip-min-width: initial;\n --stzh-tooltip-max-width: 20.875rem;\n --stzh-tooltip-padding: var(--stzh-space-small);\n --stzh-tooltip-border-radius: 0.1875rem;\n --stzh-tooltip-drop-shadow: drop-shadow(0px 0.125rem 0.625rem rgba(0, 0, 0, 0.16));\n\n /* Accordion */\n --stzh-accordion-content-background: var(--stzh-color-grey5);\n\n /* Overlays / Dialogs */\n --stzh-overlay-backdrop-opacity: 0.8;\n\n /* Ratios */\n --stzh-ratio-background-color: var(--stzh-color-grey13);\n}\n\n/* High Retina Mode Color Overwrites */\n\n:root {\n @media (forced-colors: active), (-ms-high-contrast: active) {\n --stzh-base-border-color: CanvasText;\n }\n}\n\n.stzh-theme-aoz {\n --stzh-color-primary: var(--stzh-color-tabasco);\n --stzh-color-primary-hover: var(--stzh-color-mahogany);\n\n --stzh-color-primary60op: #CB7A73;\n --stzh-color-primary88: rgba(165, 26, 15, 0.88);\n --stzh-color-primary72: rgba(165, 26, 15, 0.72);\n --stzh-color-primary64: rgba(165, 26, 15, 0.64);\n --stzh-color-primary56: rgba(165, 26, 15, 0.56);\n --stzh-color-primary48: rgba(165, 26, 15, 0.48);\n --stzh-color-primary32: rgba(165, 26, 15, 0.32);\n --stzh-color-primary16: rgba(165, 26, 15, 0.16);\n --stzh-color-primary8: rgba(165, 26, 15, 0.08);\n --stzh-color-primary4: rgba(165, 26, 15, 0.04);\n\n --stzh-button-text-hover-background: rgba(165, 26, 15, 0.08);\n}\n\n.stzh-theme-vbz {\n --stzh-color-primary: var(--stzh-color-deepcerulean);\n --stzh-color-primary-hover: var(--stzh-color-regalblue);\n\n --stzh-color-primary60op: #7BB2CE;\n --stzh-color-primary88: rgba(5, 127, 172, 0.88);\n --stzh-color-primary72: rgba(5, 127, 172, 0.72);\n --stzh-color-primary64: rgba(5, 127, 172, 0.64);\n --stzh-color-primary56: rgba(5, 127, 172, 0.56);\n --stzh-color-primary48: rgba(5, 127, 172, 0.48);\n --stzh-color-primary32: rgba(5, 127, 172, 0.32);\n --stzh-color-primary16: rgba(5, 127, 172, 0.16);\n --stzh-color-primary8: rgba(5, 127, 172, 0.08);\n --stzh-color-primary4: rgba(5, 127, 172, 0.04);\n\n --stzh-font-family-heavy: var(--stzh-font-family-bold);\n --stzh-font-family-title: var(--stzh-font-family-light);\n\n --stzh-button-text-hover-background: rgba(5, 127, 172, 0.08);\n}\n\n.stzh-theme-uvz {\n --stzh-color-primary: var(--stzh-color-monza);\n --stzh-color-primary-hover: var(--stzh-color-venetianred);\n\n --stzh-color-primary60op: #DF777E;\n --stzh-color-primary88: rgba(195, 0, 36, 0.88);\n --stzh-color-primary72: rgba(195, 0, 36, 0.72);\n --stzh-color-primary64: rgba(195, 0, 36, 0.64);\n --stzh-color-primary56: rgba(195, 0, 36, 0.56);\n --stzh-color-primary48: rgba(195, 0, 36, 0.48);\n --stzh-color-primary32: rgba(195, 0, 36, 0.32);\n --stzh-color-primary16: rgba(195, 0, 36, 0.16);\n --stzh-color-primary8: rgba(195, 0, 36, 0.08);\n --stzh-color-primary4: rgba(195, 0, 36, 0.04);\n\n --stzh-button-text-hover-background: rgba(195, 0, 36, 0.08);\n --stzh-link-color: var(--stzh-color-scienceblue);\n --stzh-heading-color: var(--stzh-color-grey70);\n}\n\n.stzh-theme-pkzh {\n --stzh-pkzh-font-family: Verdana, \'Geneva\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n\n --stzh-color-primary: var(--stzh-color-shakespeare);\n --stzh-color-primary-hover: var(--stzh-color-chambray);\n\n --stzh-color-primary60op: #95C0DE;\n --stzh-color-primary88: rgba(74, 150, 200, 0.88);\n --stzh-color-primary72: rgba(74, 150, 200, 0.72);\n --stzh-color-primary64: rgba(74, 150, 200, 0.64);\n --stzh-color-primary56: rgba(74, 150, 200, 0.56);\n --stzh-color-primary48: rgba(74, 150, 200, 0.48);\n --stzh-color-primary32: rgba(74, 150, 200, 0.32);\n --stzh-color-primary16: rgba(74, 150, 200, 0.16);\n --stzh-color-primary8: rgba(74, 150, 200, 0.08);\n --stzh-color-primary4: rgba(74, 150, 200, 0.04);\n\n --stzh-font-family-light: var(--stzh-pkzh-font-family);\n --stzh-font-family-regular: var(--stzh-pkzh-font-family);\n --stzh-font-family-medium: var(--stzh-pkzh-font-family);\n --stzh-font-family-bold: var(--stzh-pkzh-font-family);\n --stzh-font-family-heavy: var(--stzh-pkzh-font-family);\n\n --stzh-font-weight-light: 300;\n --stzh-font-weight-regular: normal;\n --stzh-font-weight-medium: 500;\n --stzh-font-weight-bold: 700;\n --stzh-font-weight-heavy: 800;\n\n --stzh-button-text-hover-background: rgba(74, 150, 200, 0.08);\n}\n\n.stzh-theme-ms-aoz-agenda {\n --stzh-color-primary: var(--stzh-color-aoz-agenda);\n --stzh-color-primary-hover: var(--stzh-color-aoz-agenda-hover);\n\n --stzh-color-primary60op: #88BBB8;\n --stzh-color-primary88: rgba(47, 142, 135, 0.88);\n --stzh-color-primary72: rgba(47, 142, 135, 0.72);\n --stzh-color-primary64: rgba(47, 142, 135, 0.64);\n --stzh-color-primary56: rgba(47, 142, 135, 0.56);\n --stzh-color-primary48: rgba(47, 142, 135, 0.48);\n --stzh-color-primary32: rgba(47, 142, 135, 0.32);\n --stzh-color-primary16: rgba(47, 142, 135, 0.16);\n --stzh-color-primary8: rgba(47, 142, 135, 0.08);\n --stzh-color-primary4: rgba(47, 142, 135, 0.04);\n}\n\n.stzh-theme-ms-cool-grey60 {\n --stzh-color-primary: var(--stzh-color-cool-grey60);\n --stzh-color-primary-hover: var(--stzh-color-cool-grey60-hover);\n\n --stzh-color-primary60op: #9DAEB4;\n --stzh-color-primary88: rgba(92, 119, 129, 0.88);\n --stzh-color-primary72: rgba(92, 119, 129, 0.72);\n --stzh-color-primary64: rgba(92, 119, 129, 0.64);\n --stzh-color-primary56: rgba(92, 119, 129, 0.56);\n --stzh-color-primary48: rgba(92, 119, 129, 0.48);\n --stzh-color-primary32: rgba(92, 119, 129, 0.32);\n --stzh-color-primary16: rgba(92, 119, 129, 0.16);\n --stzh-color-primary8: rgba(92, 119, 129, 0.08);\n --stzh-color-primary4: rgba(92, 119, 129, 0.04);\n}\n\n.stzh-theme-ms-cobalt-blue60 {\n --stzh-color-primary: var(--stzh-color-cobalt-blue60);\n --stzh-color-primary-hover: var(--stzh-color-cobalt-blue60-hover);\n\n --stzh-color-primary60op: #7298EB;\n --stzh-color-primary88: rgba(3, 83, 220, 0.88);\n --stzh-color-primary72: rgba(3, 83, 220, 0.72);\n --stzh-color-primary64: rgba(3, 83, 220, 0.64);\n --stzh-color-primary56: rgba(3, 83, 220, 0.56);\n --stzh-color-primary48: rgba(3, 83, 220, 0.48);\n --stzh-color-primary32: rgba(3, 83, 220, 0.32);\n --stzh-color-primary16: rgba(3, 83, 220, 0.16);\n --stzh-color-primary8: rgba(3, 83, 220, 0.08);\n --stzh-color-primary4: rgba(3, 83, 220, 0.04);\n}\n\n.stzh-theme-ms-shamrock-green70 {\n --stzh-color-primary: var(--stzh-color-shamrock-green70);\n --stzh-color-primary-hover: var(--stzh-color-shamrock-green70-hover);\n\n --stzh-color-primary60op: #7AAC7C;\n --stzh-color-primary88: rgba(6, 117, 30, 0.88);\n --stzh-color-primary72: rgba(6, 117, 30, 0.72);\n --stzh-color-primary64: rgba(6, 117, 30, 0.64);\n --stzh-color-primary56: rgba(6, 117, 30, 0.56);\n --stzh-color-primary48: rgba(6, 117, 30, 0.48);\n --stzh-color-primary32: rgba(6, 117, 30, 0.32);\n --stzh-color-primary16: rgba(6, 117, 30, 0.16);\n --stzh-color-primary8: rgba(6, 117, 30, 0.08);\n --stzh-color-primary4: rgba(6, 117, 30, 0.04);\n}\n\n.stzh-theme-ms-lime-green80 {\n --stzh-color-primary: var(--stzh-color-lime-green80);\n --stzh-color-primary-hover: var(--stzh-color-lime-green80-hover);\n\n --stzh-color-primary60op: #8BA276;\n --stzh-color-primary88: rgba(58, 100, 19, 0.88);\n --stzh-color-primary72: rgba(58, 100, 19, 0.72);\n --stzh-color-primary64: rgba(58, 100, 19, 0.64);\n --stzh-color-primary56: rgba(58, 100, 19, 0.56);\n --stzh-color-primary48: rgba(58, 100, 19, 0.48);\n --stzh-color-primary32: rgba(58, 100, 19, 0.32);\n --stzh-color-primary16: rgba(58, 100, 19, 0.16);\n --stzh-color-primary8: rgba(58, 100, 19, 0.08);\n --stzh-color-primary4: rgba(58, 100, 19, 0.04);\n}\n\n.stzh-theme-ms-magenta70 {\n --stzh-color-primary: var(--stzh-color-magenta70);\n --stzh-color-primary-hover: var(--stzh-color-magenta70-hover);\n\n --stzh-color-primary60op: #C3719B;\n --stzh-color-primary88: rgba(150, 0, 85, 0.88);\n --stzh-color-primary72: rgba(150, 0, 85, 0.72);\n --stzh-color-primary64: rgba(150, 0, 85, 0.64);\n --stzh-color-primary56: rgba(150, 0, 85, 0.56);\n --stzh-color-primary48: rgba(150, 0, 85, 0.48);\n --stzh-color-primary32: rgba(150, 0, 85, 0.32);\n --stzh-color-primary16: rgba(150, 0, 85, 0.16);\n --stzh-color-primary8: rgba(150, 0, 85, 0.08);\n --stzh-color-primary4: rgba(150, 0, 85, 0.04);\n}\n\n.stzh-theme-ms-ocher70 {\n --stzh-color-primary: var(--stzh-color-ocher70);\n --stzh-color-primary-hover: var(--stzh-color-ocher70-hover);\n\n --stzh-color-primary60op: #C39D72;\n --stzh-color-primary88: rgba(154, 91, 1, 0.88);\n --stzh-color-primary72: rgba(154, 91, 1, 0.72);\n --stzh-color-primary64: rgba(154, 91, 1, 0.64);\n --stzh-color-primary56: rgba(154, 91, 1, 0.56);\n --stzh-color-primary48: rgba(154, 91, 1, 0.48);\n --stzh-color-primary32: rgba(154, 91, 1, 0.32);\n --stzh-color-primary16: rgba(154, 91, 1, 0.16);\n --stzh-color-primary8: rgba(154, 91, 1, 0.08);\n --stzh-color-primary4: rgba(154, 91, 1, 0.04);\n}\n\n.stzh-theme-ms-orange {\n --stzh-color-primary: var(--stzh-color-orange);\n --stzh-color-primary-hover: var(--stzh-color-orange-hover);\n\n --stzh-color-primary60op: #F9B97D;\n --stzh-color-primary88: rgba(242, 139, 0, 0.88);\n --stzh-color-primary72: rgba(242, 139, 0, 0.72);\n --stzh-color-primary64: rgba(242, 139, 0, 0.64);\n --stzh-color-primary56: rgba(242, 139, 0, 0.56);\n --stzh-color-primary48: rgba(242, 139, 0, 0.48);\n --stzh-color-primary32: rgba(242, 139, 0, 0.32);\n --stzh-color-primary16: rgba(242, 139, 0, 0.16);\n --stzh-color-primary8: rgba(242, 139, 0, 0.08);\n --stzh-color-primary4: rgba(242, 139, 0, 0.04);\n}\n\n.stzh-theme-ms-orange70 {\n --stzh-color-primary: var(--stzh-color-orange70);\n --stzh-color-primary-hover: var(--stzh-color-orange70-hover);\n\n --stzh-color-primary60op: #D38B71;\n --stzh-color-primary88: rgba(178, 58, 1, 0.88);\n --stzh-color-primary72: rgba(178, 58, 1, 0.72);\n --stzh-color-primary64: rgba(178, 58, 1, 0.64);\n --stzh-color-primary56: rgba(178, 58, 1, 0.56);\n --stzh-color-primary48: rgba(178, 58, 1, 0.48);\n --stzh-color-primary32: rgba(178, 58, 1, 0.32);\n --stzh-color-primary16: rgba(178, 58, 1, 0.16);\n --stzh-color-primary8: rgba(178, 58, 1, 0.08);\n --stzh-color-primary4: rgba(178, 58, 1, 0.04);\n}\n\n.stzh-theme-ms-red {\n --stzh-color-primary: var(--stzh-color-red);\n --stzh-color-primary-hover: var(--stzh-color-red-hover);\n\n --stzh-color-primary60op: #CC7B74;\n --stzh-color-primary88: rgba(165, 26, 15, 0.88);\n --stzh-color-primary72: rgba(165, 26, 15, 0.72);\n --stzh-color-primary64: rgba(165, 26, 15, 0.64);\n --stzh-color-primary56: rgba(165, 26, 15, 0.56);\n --stzh-color-primary48: rgba(165, 26, 15, 0.48);\n --stzh-color-primary32: rgba(165, 26, 15, 0.32);\n --stzh-color-primary16: rgba(165, 26, 15, 0.16);\n --stzh-color-primary8: rgba(165, 26, 15, 0.08);\n --stzh-color-primary4: rgba(165, 26, 15, 0.04);\n}\n\n.stzh-theme-ms-red60 {\n --stzh-color-primary: var(--stzh-color-red60);\n --stzh-color-primary-hover: var(--stzh-color-red60-hover);\n\n --stzh-color-primary60op: #ED7A78;\n --stzh-color-primary88: rgba(220, 3, 14, 0.88);\n --stzh-color-primary72: rgba(220, 3, 14, 0.72);\n --stzh-color-primary64: rgba(220, 3, 14, 0.64);\n --stzh-color-primary56: rgba(220, 3, 14, 0.56);\n --stzh-color-primary48: rgba(220, 3, 14, 0.48);\n --stzh-color-primary32: rgba(220, 3, 14, 0.32);\n --stzh-color-primary16: rgba(220, 3, 14, 0.16);\n --stzh-color-primary8: rgba(220, 3, 14, 0.08);\n --stzh-color-primary4: rgba(220, 3, 14, 0.04);\n}\n\n.stzh-theme-ms-violet70 {\n --stzh-color-primary: var(--stzh-color-violet70);\n --stzh-color-primary-hover: var(--stzh-color-violet70-hover);\n\n --stzh-color-primary60op: #977CB4;\n --stzh-color-primary88: rgba(81, 35, 128, 0.88);\n --stzh-color-primary72: rgba(81, 35, 128, 0.72);\n --stzh-color-primary64: rgba(81, 35, 128, 0.64);\n --stzh-color-primary56: rgba(81, 35, 128, 0.56);\n --stzh-color-primary48: rgba(81, 35, 128, 0.48);\n --stzh-color-primary32: rgba(81, 35, 128, 0.32);\n --stzh-color-primary16: rgba(81, 35, 128, 0.16);\n --stzh-color-primary8: rgba(81, 35, 128, 0.08);\n --stzh-color-primary4: rgba(81, 35, 128, 0.04);\n}\n\n.stzh-theme-ms-winered {\n --stzh-color-primary: var(--stzh-color-winered);\n --stzh-color-primary-hover: var(--stzh-color-winered-hover);\n\n --stzh-color-primary60op: #BB7380;\n --stzh-color-primary88: rgba(137, 7, 42, 0.88);\n --stzh-color-primary72: rgba(137, 7, 42, 0.72);\n --stzh-color-primary64: rgba(137, 7, 42, 0.64);\n --stzh-color-primary56: rgba(137, 7, 42, 0.56);\n --stzh-color-primary48: rgba(137, 7, 42, 0.48);\n --stzh-color-primary32: rgba(137, 7, 42, 0.32);\n --stzh-color-primary16: rgba(137, 7, 42, 0.16);\n --stzh-color-primary8: rgba(137, 7, 42, 0.08);\n --stzh-color-primary4: rgba(137, 7, 42, 0.04);\n}\n\n.stzh-theme-ma {\n --stzh-section-highlight-background-color: var(--stzh-color-white);\n\n background-color: var(--stzh-color-grey5);\n}\n\n:host {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-base-color);\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n display: block;\n /* default outline value, which will be applied to all elements receiving focus\n the .has-focus class is used by the focus target */\n}\n:host[hidden] {\n display: none;\n}\n:host *,\n:host *::before,\n:host *::after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n text-underline-offset: var(--stzh-link-text-underline-offset);\n text-decoration-thickness: var(--stzh-link-text-decoration-thickness);\n}\n:host .has-focus {\n outline: var(--stzh-flyingfocus-color) solid 0.125rem;\n outline-offset: 0.3125rem;\n}\n:host .stzh-fylingfocus-focused {\n outline-style: none !important;\n}\n:host .stzh-fylingfocus-focused::-moz-focus-inner {\n border: 0 !important;\n}\n\n:root {\n --stzh-color-primary: var(--stzh-color-deepcerulean);\n --stzh-color-primary-hover: var(--stzh-color-regalblue);\n --stzh-color-primary48: rgba(5, 127, 172, 0.48);\n --stzh-color-primary32: rgba(5, 127, 172, 0.32);\n --stzh-color-primary16: rgba(5, 127, 172, 0.16);\n --stzh-color-primary8: rgba(5, 127, 172, 0.08);\n --stzh-font-family-heavy: var(--stzh-font-family-bold);\n --stzh-font-family-title: var(--stzh-font-family-light);\n --stzh-button-text-hover-background: rgba(5, 127, 172, 0.08);\n}\n\nmain,\n.reveal-overlay,\n.mod_header {\n --primary: var(--stzh-color-primary);\n --secondary: var(--stzh-color-primary);\n --success: var(--stzh-color-truegreen);\n --warning: var(--stzh-color-warning);\n --alert: var(--stzh-color-error);\n --highlight: var(--stzh-color-coral);\n --highlight_alternative: var(--stzh-color-coral);\n}\n\nmain a.muted,\nmain .inline-filters button.muted[data-toggle],\n.reveal-overlay a.muted,\n.reveal-overlay .inline-filters button.muted[data-toggle] {\n color: var(--stzh-color-white);\n background-color: var(--stzh-color-grey13);\n border-color: var(--stzh-color-grey13);\n}\nmain a.muted:hover, main a.muted:focus,\nmain .inline-filters button.muted[data-toggle]:hover,\nmain .inline-filters button.muted[data-toggle]:focus,\n.reveal-overlay a.muted:hover,\n.reveal-overlay a.muted:focus,\n.reveal-overlay .inline-filters button.muted[data-toggle]:hover,\n.reveal-overlay .inline-filters button.muted[data-toggle]:focus {\n color: var(--stzh-color-white);\n background-color: var(--stzh-color-grey13);\n border-color: var(--stzh-color-grey13);\n}\n\n.reveal-overlay {\n background-color: rgba(5, 127, 172, 0.8);\n /* Dialog */\n}\n.reveal-overlay .reveal__title {\n margin-top: 0;\n}\n.reveal-overlay .reveal {\n -webkit-box-shadow: var(--stzh-box-shadow-overlay);\n box-shadow: var(--stzh-box-shadow-overlay);\n}\n.reveal-overlay .close-button {\n color: var(--stzh-base-lead-color);\n}\n\n.mod_header .mod_header__logobar-logo img {\n background: url(https://www.stadt-zuerich.ch/content/dam/stzh/corpdesign/wortbildmarken/logo_stzh_vbz_pos_2-1.svg) no-repeat;\n width: 0;\n padding-left: 13rem;\n}\n\nmain {\n accent-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n /* Resets */\n --color: var(--stzh-base-color);\n --richtext-blockquote-color: var(--stzh-richtext-blockquote-color);\n --richtext-blockquote-line-color: var(--stzh-richtext-blockquote-line-color);\n --richtext-blockquote-footer-color: var(--stzh-richtext-blockquote-footer-color);\n color: var(--color);\n /* Font weights */\n /* Coloring */\n /* Fon sizings & Spacings */\n /* Lists */\n /* Figure */\n /* Blockquote */\n /* Table */\n /* Links */\n /* Process Header */\n /* Links */\n /* Buttons */\n /* Wrapper / Layout */\n /* Headings */\n /* Section */\n /* Dropdown */\n /* Comments */\n /* Process Nav */\n /* Statistics */\n /* Richtext */\n /* Accountability */\n /* Breadrumb */\n /* Lead */\n /* Message / Callout / Floating Helper */\n /* Sidebar */\n /* Filters */\n /* Mini Title */\n /* Tags */\n /* Card */\n /* Blog */\n /* Budget */\n /* Survey */\n}\nmain h1, main h2, main h3, main h4 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n margin: 0;\n}\nmain b, main strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain i, main em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain h1, main h2, main h3 {\n color: var(--stzh-heading-color);\n}\nmain,\nmain p,\nmain stzh-text {\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main,\nmain p,\nmain stzh-text {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain h1 {\n font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n}\n@media screen and (min-width: 600px) {\n main h1 {\n font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main h1 {\n font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));\n line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main h1 {\n font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\nmain h2 {\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main h2 {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main h2 {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main h2 {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain h3 {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main h3 {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main h3 {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain h4 {\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main h4 {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\nmain h1,\nmain h2,\nmain stzh-heading[level="1"],\nmain stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main h1,\nmain h2,\nmain stzh-heading[level="1"],\nmain stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main h1,\nmain h2,\nmain stzh-heading[level="1"],\nmain stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain h1, main h2 {\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 1024px) {\n main h1, main h2 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main h1, main h2 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain h1,\nmain stzh-heading[level="1"],\nmain h2,\nmain stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main h1,\nmain stzh-heading[level="1"],\nmain h2,\nmain stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main h1,\nmain stzh-heading[level="1"],\nmain h2,\nmain stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain h3,\nmain stzh-heading[level="3"],\nmain h4,\nmain stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main h3,\nmain stzh-heading[level="3"],\nmain h4,\nmain stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main h3,\nmain stzh-heading[level="3"],\nmain h4,\nmain stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain ul ul,\nmain ul ol,\nmain ul dl,\nmain ul stzh-list,\nmain ol ul,\nmain ol ol,\nmain ol dl,\nmain ol stzh-list,\nmain dl ul,\nmain dl ol,\nmain dl dl,\nmain dl stzh-list,\nmain stzh-list ul,\nmain stzh-list ol,\nmain stzh-list dl,\nmain stzh-list stzh-list {\n margin-top: 0;\n margin-bottom: 0;\n}\nmain stzh-text[curve=hero],\nmain stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=hero],\nmain stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=hero],\nmain stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=h1],\nmain stzh-heading[curve=h1],\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1],\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1],\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=h1],\nmain stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxlarge);\n}\n@media screen and (min-width: 600px) {\n main stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xbig);\n }\n}\nmain stzh-text[curve=h3],\nmain stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h3],\nmain stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h3],\nmain stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=h4],\nmain stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h4],\nmain stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h4],\nmain stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain stzh-figure {\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xxlarge);\n}\nmain blockquote {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n padding-left: var(--stzh-space-medium);\n padding-right: var(--stzh-space-medium);\n margin: var(--stzh-space-xxlarge);\n color: var(--richtext-blockquote-color);\n position: relative;\n overflow: hidden;\n}\n@media screen and (min-width: 600px) {\n main blockquote {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n padding-left: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote {\n padding-left: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n padding-right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote {\n padding-right: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n margin: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote {\n margin: var(--stzh-space-xxxxlarge);\n }\n}\nmain blockquote:before {\n background: var(--richtext-blockquote-line-color);\n height: calc(100% - var(--stzh-space-xsmall) * 2);\n width: 0.1875rem;\n content: " ";\n display: block;\n position: absolute;\n left: 0;\n top: var(--stzh-space-xsmall);\n}\nmain blockquote p {\n margin-top: 0;\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main blockquote p {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote p {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain blockquote p::before, main blockquote p::after {\n display: inline-block;\n}\nmain blockquote p::before {\n content: "«";\n}\nmain blockquote p::after {\n content: "»";\n}\nmain blockquote footer {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--richtext-blockquote-footer-color);\n}\n@media screen and (min-width: 1024px) {\n main blockquote footer {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain blockquote footer::before {\n content: "–";\n display: inline-block;\n margin-right: var(--stzh-space-xxxsmall);\n}\nmain table {\n --min-width: none;\n --cell-padding: var(--stzh-table-cell-padding);\n width: 100%;\n border-spacing: 0;\n min-width: var(--min-width);\n}\nmain thead {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 3;\n}\nmain tr:hover td,\nmain tr:hover th {\n background-color: var(--stzh-color-grey5);\n}\nmain td,\nmain th {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n text-align: left;\n border: none;\n vertical-align: top;\n border: none;\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n background-color: var(--stzh-color-white);\n -webkit-transition: background-color var(--stzh-base-transition-animation-speed);\n transition: background-color var(--stzh-base-transition-animation-speed);\n padding: var(--cell-padding);\n /* Horizontal alignment */\n /* Vertical alignment */\n /* Nowrap */\n /* Sticky */\n}\nmain td a,\nmain th a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n}\nmain td a:hover, main td a:focus,\nmain th a:hover,\nmain th a:focus {\n color: var(--stzh-link-hover-color);\n}\nmain td b, main td strong,\nmain th b,\nmain th strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain td i, main td em,\nmain th i,\nmain th em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain td.align-left,\nmain th.align-left {\n text-align: left;\n}\nmain td.align-right,\nmain th.align-right {\n text-align: right;\n}\nmain td.align-center,\nmain th.align-center {\n text-align: center;\n}\nmain td.valign-auto,\nmain th.valign-auto {\n vertical-align: auto;\n}\nmain td.valign-middle,\nmain th.valign-middle {\n vertical-align: middle;\n}\nmain td.valign-bottom,\nmain th.valign-bottom {\n vertical-align: bottom;\n}\nmain td.nowrap,\nmain th.nowrap {\n white-space: nowrap;\n}\nmain td.is-sticky-left, main td.is-sticky-right,\nmain th.is-sticky-left,\nmain th.is-sticky-right {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n}\nmain td.has-sticked,\nmain th.has-sticked {\n z-index: 2;\n}\nmain td.is-sticky-left,\nmain th.is-sticky-left {\n left: 0;\n}\nmain td.is-sticky-right,\nmain th.is-sticky-right {\n right: 0;\n}\nmain td.is-sticky-left::after, main td.is-sticky-right::after,\nmain th.is-sticky-left::after,\nmain th.is-sticky-right::after {\n background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));\n background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);\n content: "";\n pointer-events: none;\n position: absolute;\n top: 0;\n height: 100%;\n width: 0.375rem;\n -webkit-transform: translate(100%);\n transform: translate(100%);\n opacity: 0;\n -webkit-transition: opacity var(--stzh-base-transition-animation-speed);\n transition: opacity var(--stzh-base-transition-animation-speed);\n}\nmain td.is-sticky-left::after,\nmain th.is-sticky-left::after {\n right: 0;\n}\nmain td.is-sticky-right::after,\nmain th.is-sticky-right::after {\n left: 0;\n -webkit-transform: rotate(-180deg) translate(100%);\n transform: rotate(-180deg) translate(100%);\n}\nmain td.has-sticked.is-sticky-left::after, main td.has-sticked.is-sticky-right::after,\nmain th.has-sticked.is-sticky-left::after,\nmain th.has-sticked.is-sticky-right::after {\n opacity: 1;\n}\nmain th {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain th.is-sortable {\n padding: 0;\n}\nmain a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n text-underline-offset: var(--stzh-link-text-underline-offset);\n text-decoration-thickness: var(--stzh-link-text-decoration-thickness);\n}\nmain a:hover {\n color: var(--stzh-link-hover-color);\n}\nmain .stzh-richtext__external-link {\n position: relative;\n}\nmain .stzh-richtext__external-vhidden {\n border: 0;\n clip: rect(0 0 0 0);\n -webkit-clip-path: inset(100%);\n clip-path: inset(100%);\n width: 0.0625rem;\n height: 0.0625rem;\n overflow: hidden;\n padding: 0;\n position: absolute;\n}\nmain .stzh-richtext__external-icon-wrapper {\n position: relative;\n display: inline-block;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-link-icon-wrapper-height);\n margin-left: var(--stzh-space-xxsmall);\n}\nmain .stzh-richtext__external-icon {\n --icon: var(--stzh-icon-size-default);\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n margin-top: 0.0625rem;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-icon-size-default);\n}\nmain, main label, main tfoot, main thead {\n color: var(--stzh-base-color);\n}\nmain svg {\n overflow: visible;\n}\nmain label {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .field label {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n display: block;\n}\nmain input[type=checkbox],\nmain input[type=radio] {\n width: 1.5rem;\n height: 1.5rem;\n}\nmain label > [type=checkbox],\nmain label > [type=radio] {\n margin-right: var(--stzh-space-small);\n}\nmain .filters__section--general label,\nmain .filters__section label {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n display: -ms-flexbox;\n display: flex;\n line-height: 1.5rem;\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n color: var(--stzh-base-color);\n margin-bottom: var(--stzh-space-small);\n}\nmain .filters__has-subfilters {\n -ms-flex-align: center;\n align-items: center;\n}\nmain .filters__has-subfilters [data-toggle] {\n margin-bottom: var(--stzh-space-small);\n}\nmain .form-input-extra-before,\nmain .form-error {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .form-input-extra-before,\nmain .form-error {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .form-error,\nmain .is-invalid-label {\n color: var(--stzh-color-error);\n}\nmain [type=color],\nmain [type=date],\nmain [type=datetime-local],\nmain [type=datetime],\nmain [type=email],\nmain [type=month],\nmain [type=number],\nmain [type=password],\nmain [type=search],\nmain [type=tel],\nmain [type=text],\nmain [type=time],\nmain [type=url],\nmain [type=week],\nmain textarea,\nmain .inline-filters button[data-toggle],\nmain select,\nmain .data-picker .picker-prompt a,\nmain .data-picker.picker-single .picker-values div a {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n border: 0.0625rem solid var(--stzh-color-grey61);\n -webkit-transition-property: color, border-color;\n transition-property: color, border-color;\n -webkit-transition-duration: var(--stzh-base-transition-animation-speed);\n transition-duration: var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-form-input-border-radius);\n padding: var(--stzh-space-xsmall) var(--stzh-space-medium);\n width: 100%;\n height: var(--stzh-form-input-height);\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n margin-bottom: var(--stzh-space-medium);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain [type=color]::-webkit-input-placeholder,\nmain [type=date]::-webkit-input-placeholder,\nmain [type=datetime-local]::-webkit-input-placeholder,\nmain [type=datetime]::-webkit-input-placeholder,\nmain [type=email]::-webkit-input-placeholder,\nmain [type=month]::-webkit-input-placeholder,\nmain [type=number]::-webkit-input-placeholder,\nmain [type=password]::-webkit-input-placeholder,\nmain [type=search]::-webkit-input-placeholder,\nmain [type=tel]::-webkit-input-placeholder,\nmain [type=text]::-webkit-input-placeholder,\nmain [type=time]::-webkit-input-placeholder,\nmain [type=url]::-webkit-input-placeholder,\nmain [type=week]::-webkit-input-placeholder,\nmain textarea::-webkit-input-placeholder,\nmain .inline-filters button[data-toggle]::-webkit-input-placeholder,\nmain select::-webkit-input-placeholder,\nmain .data-picker .picker-prompt a::-webkit-input-placeholder,\nmain .data-picker.picker-single .picker-values div a::-webkit-input-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]:-moz-placeholder,\nmain [type=date]:-moz-placeholder,\nmain [type=datetime-local]:-moz-placeholder,\nmain [type=datetime]:-moz-placeholder,\nmain [type=email]:-moz-placeholder,\nmain [type=month]:-moz-placeholder,\nmain [type=number]:-moz-placeholder,\nmain [type=password]:-moz-placeholder,\nmain [type=search]:-moz-placeholder,\nmain [type=tel]:-moz-placeholder,\nmain [type=text]:-moz-placeholder,\nmain [type=time]:-moz-placeholder,\nmain [type=url]:-moz-placeholder,\nmain [type=week]:-moz-placeholder,\nmain textarea:-moz-placeholder,\nmain .inline-filters button[data-toggle]:-moz-placeholder,\nmain select:-moz-placeholder,\nmain .data-picker .picker-prompt a:-moz-placeholder,\nmain .data-picker.picker-single .picker-values div a:-moz-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]::-moz-placeholder,\nmain [type=date]::-moz-placeholder,\nmain [type=datetime-local]::-moz-placeholder,\nmain [type=datetime]::-moz-placeholder,\nmain [type=email]::-moz-placeholder,\nmain [type=month]::-moz-placeholder,\nmain [type=number]::-moz-placeholder,\nmain [type=password]::-moz-placeholder,\nmain [type=search]::-moz-placeholder,\nmain [type=tel]::-moz-placeholder,\nmain [type=text]::-moz-placeholder,\nmain [type=time]::-moz-placeholder,\nmain [type=url]::-moz-placeholder,\nmain [type=week]::-moz-placeholder,\nmain textarea::-moz-placeholder,\nmain .inline-filters button[data-toggle]::-moz-placeholder,\nmain select::-moz-placeholder,\nmain .data-picker .picker-prompt a::-moz-placeholder,\nmain .data-picker.picker-single .picker-values div a::-moz-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]:-ms-input-placeholder,\nmain [type=date]:-ms-input-placeholder,\nmain [type=datetime-local]:-ms-input-placeholder,\nmain [type=datetime]:-ms-input-placeholder,\nmain [type=email]:-ms-input-placeholder,\nmain [type=month]:-ms-input-placeholder,\nmain [type=number]:-ms-input-placeholder,\nmain [type=password]:-ms-input-placeholder,\nmain [type=search]:-ms-input-placeholder,\nmain [type=tel]:-ms-input-placeholder,\nmain [type=text]:-ms-input-placeholder,\nmain [type=time]:-ms-input-placeholder,\nmain [type=url]:-ms-input-placeholder,\nmain [type=week]:-ms-input-placeholder,\nmain textarea:-ms-input-placeholder,\nmain .inline-filters button[data-toggle]:-ms-input-placeholder,\nmain select:-ms-input-placeholder,\nmain .data-picker .picker-prompt a:-ms-input-placeholder,\nmain .data-picker.picker-single .picker-values div a:-ms-input-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]:hover, main [type=color]:focus,\nmain [type=date]:hover,\nmain [type=date]:focus,\nmain [type=datetime-local]:hover,\nmain [type=datetime-local]:focus,\nmain [type=datetime]:hover,\nmain [type=datetime]:focus,\nmain [type=email]:hover,\nmain [type=email]:focus,\nmain [type=month]:hover,\nmain [type=month]:focus,\nmain [type=number]:hover,\nmain [type=number]:focus,\nmain [type=password]:hover,\nmain [type=password]:focus,\nmain [type=search]:hover,\nmain [type=search]:focus,\nmain [type=tel]:hover,\nmain [type=tel]:focus,\nmain [type=text]:hover,\nmain [type=text]:focus,\nmain [type=time]:hover,\nmain [type=time]:focus,\nmain [type=url]:hover,\nmain [type=url]:focus,\nmain [type=week]:hover,\nmain [type=week]:focus,\nmain textarea:hover,\nmain textarea:focus,\nmain .inline-filters button[data-toggle]:hover,\nmain .inline-filters button[data-toggle]:focus,\nmain select:hover,\nmain select:focus,\nmain .data-picker .picker-prompt a:hover,\nmain .data-picker .picker-prompt a:focus,\nmain .data-picker.picker-single .picker-values div a:hover,\nmain .data-picker.picker-single .picker-values div a:focus {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain [type=color]::-ms-clear,\nmain [type=date]::-ms-clear,\nmain [type=datetime-local]::-ms-clear,\nmain [type=datetime]::-ms-clear,\nmain [type=email]::-ms-clear,\nmain [type=month]::-ms-clear,\nmain [type=number]::-ms-clear,\nmain [type=password]::-ms-clear,\nmain [type=search]::-ms-clear,\nmain [type=tel]::-ms-clear,\nmain [type=text]::-ms-clear,\nmain [type=time]::-ms-clear,\nmain [type=url]::-ms-clear,\nmain [type=week]::-ms-clear,\nmain textarea::-ms-clear,\nmain .inline-filters button[data-toggle]::-ms-clear,\nmain select::-ms-clear,\nmain .data-picker .picker-prompt a::-ms-clear,\nmain .data-picker.picker-single .picker-values div a::-ms-clear {\n display: none;\n}\nmain [type=color]:-webkit-autofill,\nmain [type=date]:-webkit-autofill,\nmain [type=datetime-local]:-webkit-autofill,\nmain [type=datetime]:-webkit-autofill,\nmain [type=email]:-webkit-autofill,\nmain [type=month]:-webkit-autofill,\nmain [type=number]:-webkit-autofill,\nmain [type=password]:-webkit-autofill,\nmain [type=search]:-webkit-autofill,\nmain [type=tel]:-webkit-autofill,\nmain [type=text]:-webkit-autofill,\nmain [type=time]:-webkit-autofill,\nmain [type=url]:-webkit-autofill,\nmain [type=week]:-webkit-autofill,\nmain textarea:-webkit-autofill,\nmain .inline-filters button[data-toggle]:-webkit-autofill,\nmain select:-webkit-autofill,\nmain .data-picker .picker-prompt a:-webkit-autofill,\nmain .data-picker.picker-single .picker-values div a:-webkit-autofill {\n -webkit-background-clip: text;\n background-clip: text;\n}\nmain [type=color]:-moz-placeholder-shown, main [type=date]:-moz-placeholder-shown, main [type=datetime-local]:-moz-placeholder-shown, main [type=datetime]:-moz-placeholder-shown, main [type=email]:-moz-placeholder-shown, main [type=month]:-moz-placeholder-shown, main [type=number]:-moz-placeholder-shown, main [type=password]:-moz-placeholder-shown, main [type=search]:-moz-placeholder-shown, main [type=tel]:-moz-placeholder-shown, main [type=text]:-moz-placeholder-shown, main [type=time]:-moz-placeholder-shown, main [type=url]:-moz-placeholder-shown, main [type=week]:-moz-placeholder-shown, main textarea:-moz-placeholder-shown, main .inline-filters button[data-toggle]:-moz-placeholder-shown, main select:-moz-placeholder-shown, main .data-picker .picker-prompt a:-moz-placeholder-shown, main .data-picker.picker-single .picker-values div a:-moz-placeholder-shown {\n text-overflow: ellipsis;\n}\nmain [type=color]:-ms-input-placeholder, main [type=date]:-ms-input-placeholder, main [type=datetime-local]:-ms-input-placeholder, main [type=datetime]:-ms-input-placeholder, main [type=email]:-ms-input-placeholder, main [type=month]:-ms-input-placeholder, main [type=number]:-ms-input-placeholder, main [type=password]:-ms-input-placeholder, main [type=search]:-ms-input-placeholder, main [type=tel]:-ms-input-placeholder, main [type=text]:-ms-input-placeholder, main [type=time]:-ms-input-placeholder, main [type=url]:-ms-input-placeholder, main [type=week]:-ms-input-placeholder, main textarea:-ms-input-placeholder, main .inline-filters button[data-toggle]:-ms-input-placeholder, main select:-ms-input-placeholder, main .data-picker .picker-prompt a:-ms-input-placeholder, main .data-picker.picker-single .picker-values div a:-ms-input-placeholder {\n text-overflow: ellipsis;\n}\nmain [type=color]:placeholder-shown,\nmain [type=date]:placeholder-shown,\nmain [type=datetime-local]:placeholder-shown,\nmain [type=datetime]:placeholder-shown,\nmain [type=email]:placeholder-shown,\nmain [type=month]:placeholder-shown,\nmain [type=number]:placeholder-shown,\nmain [type=password]:placeholder-shown,\nmain [type=search]:placeholder-shown,\nmain [type=tel]:placeholder-shown,\nmain [type=text]:placeholder-shown,\nmain [type=time]:placeholder-shown,\nmain [type=url]:placeholder-shown,\nmain [type=week]:placeholder-shown,\nmain textarea:placeholder-shown,\nmain .inline-filters button[data-toggle]:placeholder-shown,\nmain select:placeholder-shown,\nmain .data-picker .picker-prompt a:placeholder-shown,\nmain .data-picker.picker-single .picker-values div a:placeholder-shown {\n text-overflow: ellipsis;\n}\nmain .data-picker .picker-prompt a,\nmain .data-picker.picker-single .picker-values div a {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .data-picker .picker-prompt a::after,\nmain .data-picker.picker-single .picker-values div a::after {\n float: none;\n margin-top: 0;\n}\nmain .inline-filters button[data-toggle],\nmain select {\n padding-right: var(--stzh-space-xxlarge);\n}\nmain textarea {\n min-height: var(--stzh-form-input-height);\n resize: vertical;\n}\nmain textarea[rows] {\n height: auto;\n}\nmain .input-group .input-group-field {\n margin-bottom: 0;\n}\nmain .section > p,\nmain .floating-helper__content p {\n margin-top: 0;\n}\nmain .section > p:last-child,\nmain .floating-helper__content p:last-child {\n margin-bottom: 0;\n}\nmain .add-message,\nmain .card,\nmain .chart-tooltip,\nmain .comment-thread,\nmain .conference-registration,\nmain .conference-speaker .speaker-bio {\n margin-bottom: var(--stzh-space-xxlarge);\n border-color: var(--stzh-base-border-color);\n background-color: var(--stzh-color-white);\n}\nmain .ql-editor ol,\nmain .ql-editor ul {\n padding-left: 0;\n}\nmain .badge-card__content ul li:not(.card-data__item),\nmain .card__content ul li:not(.card-data__item),\nmain .card__text--paragraph ul li:not(.card-data__item),\nmain .floating-helper__content-inner ul li:not(.card-data__item),\nmain .lead ul li:not(.card-data__item),\nmain .process-header + .wrapper .section ul li:not(.card-data__item),\nmain .timeline__content ul li:not(.card-data__item) {\n padding-left: var(--stzh-space-large);\n}\nmain .badge-card__content ul li:not(.card-data__item)::before,\nmain .card__content ul li:not(.card-data__item)::before,\nmain .card__text--paragraph ul li:not(.card-data__item)::before,\nmain .floating-helper__content-inner ul li:not(.card-data__item)::before,\nmain .lead ul li:not(.card-data__item)::before,\nmain .process-header + .wrapper .section ul li:not(.card-data__item)::before,\nmain .timeline__content ul li:not(.card-data__item)::before {\n content: "–";\n margin-left: 0;\n margin-right: 0;\n text-align: left;\n width: auto;\n}\nmain .badge-card__content ul.tags li:not(.card-data__item),\nmain .card__content ul.tags li:not(.card-data__item),\nmain .card__text--paragraph ul.tags li:not(.card-data__item),\nmain .floating-helper__content-inner ul.tags li:not(.card-data__item),\nmain .lead ul.tags li:not(.card-data__item),\nmain .process-header + .wrapper .section ul.tags li:not(.card-data__item),\nmain .timeline__content ul.tags li:not(.card-data__item) {\n padding-left: 0;\n}\nmain .badge-card__content ul.tags li:not(.card-data__item)::before,\nmain .card__content ul.tags li:not(.card-data__item)::before,\nmain .card__text--paragraph ul.tags li:not(.card-data__item)::before,\nmain .floating-helper__content-inner ul.tags li:not(.card-data__item)::before,\nmain .lead ul.tags li:not(.card-data__item)::before,\nmain .process-header + .wrapper .section ul.tags li:not(.card-data__item)::before,\nmain .timeline__content ul.tags li:not(.card-data__item)::before {\n content: none;\n}\nmain .m-bottom {\n margin-bottom: var(--stzh-space-medium);\n}\nmain .mb-sm {\n margin-bottom: var(--stzh-space-xxlarge);\n}\nmain p {\n color: var(--stzh-base-color);\n}\nmain tfoot td,\nmain tfoot th,\nmain thead td,\nmain thead th {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain table,\nmain td,\nmain tr,\nmain .questionnaire-question-matrix table,\nmain .questionnaire-question-matrix td,\nmain .questionnaire-question-matrix tr,\nmain .questionnaire-question-matrix tr:nth-child(2n) {\n border-color: var(--stzh-base-border-color);\n}\nmain .process-header .process-header__inner {\n background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n margin-bottom: var(--stzh-space-xlarge);\n margin-top: 0;\n border-bottom: none;\n padding-bottom: 0;\n}\n@media screen and (min-width: 600px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-size: var(--stzh-font-curve-hero-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-hero-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-size: var(--stzh-font-curve-hero-medium-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-hero-medium-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-medium-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1260px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-size: var(--stzh-font-curve-hero-large-font-size, var(--stzh-font-hero-font-size));\n line-height: var(--stzh-font-curve-hero-large-heading-line-height, var(--stzh-font-hero-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-large-heading-letter-spacing, var(--stzh-font-hero-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .process-header .process-header__container {\n padding: 0 var(--stzh-space-xxxxlarge);\n}\n@media screen and (max-width: 1023px) {\n main .process-header .process-header__container {\n padding: var(--stzh-space-xxxxlarge);\n padding-bottom: var(--stzh-space-big);\n }\n}\n@media screen and (max-width: 599px) {\n main .process-header .process-header__container {\n padding: var(--stzh-space-xxlarge) 1.25rem var(--stzh-space-xxxlarge);\n }\n}\nmain .process-header__info {\n padding: 0;\n}\nmain .process-header .process-header__container .process-header__info .heading-small {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n color: var(--stzh-base-invert-color);\n margin-top: 0;\n}\n@media screen and (min-width: 600px) {\n main .process-header .process-header__container .process-header__info .heading-small {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .process-header .process-header__container .process-header__info .heading-small {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain .process-header__hashtag a {\n color: var(--stzh-base-invert-color);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .process-header__hashtag a:hover {\n color: var(--stzh-base-invert-color);\n}\nmain .process-header__hashtag a .external-link-indicator {\n background: var(--stzh-base-invert-color);\n padding: var(--stzh-space-xxsmall);\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n border-radius: var(--stzh-button-border-radius);\n margin: 0;\n margin-bottom: -0.25rem;\n margin-left: 0.25rem;\n}\nmain .phase-subtitle--initiatives,\nmain .phase-title,\nmain .phase-title--initiatives {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);\n color: var(--stzh-base-lead-color);\n}\n@media screen and (min-width: 1024px) {\n main .phase-subtitle--initiatives,\nmain .phase-title,\nmain .phase-title--initiatives {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);\n }\n}\nmain .process-header__progress {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .process-header__phase {\n padding: var(--stzh-space-medium);\n margin-top: var(--stzh-space-medium);\n margin-bottom: 0;\n}\nmain .phase-date {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .phase-date {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .phase-current {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n margin-left: var(--stzh-space-xxsmall);\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .phase-current {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .process-header__progress {\n margin-bottom: var(--stzh-space-xsmall);\n}\nmain .process-header__phase .button,\nmain .process-header__phase .meeting-polls__button,\nmain .process-phase .button,\nmain .process-phase .meeting-polls__button {\n margin-top: var(--stzh-space-xsmall);\n}\nmain a,\nmain .link {\n -webkit-text-decoration-line: underline;\n text-decoration-line: underline;\n -webkit-transition: var(--stzh-base-transition-animation-speed);\n transition: var(--stzh-base-transition-animation-speed);\n}\nmain a:hover,\nmain .link:hover {\n color: var(--stzh-link-hover-color);\n}\nmain .button {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex-align: center;\n align-items: center;\n height: auto;\n min-height: var(--stzh-form-input-height);\n line-height: var(--stzh-form-input-height)-0.125rem;\n line-height: inherit;\n margin: 0;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: 0.0625rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue));\n padding: var(--stzh-space-xsmall) var(--stzh-space-xlarge);\n -webkit-transition: all var(--stzh-base-transition-animation-speed);\n transition: all var(--stzh-base-transition-animation-speed);\n}\nmain .button.small {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n min-height: var(--stzh-form-input-small-height);\n line-height: var(--stzh-form-input-small-height)-0.125rem;\n}\nmain .button.tiny {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n min-height: 2rem;\n}\nmain .button.process-nav__more i {\n background-color: currentColor;\n margin-bottom: 0;\n}\nmain .button.process-nav__more i:first-child {\n margin-left: var(--stzh-space-xsmall);\n}\nmain .button--icon .icon-wrap {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .button--icon .icon-wrap .icon {\n margin-right: var(--stzh-space-xxsmall);\n}\nmain .button--icon.meeting-polls__button .icon,\nmain .button--icon.small .icon {\n width: var(--stzh-icon-size-xxsmall);\n height: var(--stzh-icon-size-xxsmall);\n}\nmain .extra .button.follow-button {\n margin-top: 0;\n}\nmain .button-group.meeting-polls__button .button,\nmain .button-group.meeting-polls__button .meeting-polls__button,\nmain .button-group.small .button,\nmain .button-group.small .meeting-polls__button,\nmain .button-group.tiny .button,\nmain .button-group.tiny .meeting-polls__button {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n}\nmain .button.primary,\nmain .button.primary.disabled,\nmain .button.primary.disabled:focus,\nmain .button.primary.disabled:hover,\nmain .button.primary[disabled],\nmain .button.primary[disabled]:focus,\nmain .button.primary[disabled]:hover,\nmain .primary.meeting-polls__button {\n background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .button.primary:hover, main .button.primary:focus,\nmain .button.primary.disabled:hover,\nmain .button.primary.disabled:focus,\nmain .button.primary.disabled:focus:hover,\nmain .button.primary.disabled:focus:focus,\nmain .button.primary.disabled:hover:hover,\nmain .button.primary.disabled:hover:focus,\nmain .button.primary[disabled]:hover,\nmain .button.primary[disabled]:focus,\nmain .button.primary[disabled]:focus:hover,\nmain .button.primary[disabled]:focus:focus,\nmain .button.primary[disabled]:hover:hover,\nmain .button.primary[disabled]:hover:focus,\nmain .primary.meeting-polls__button:hover,\nmain .primary.meeting-polls__button:focus {\n background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .button.budget-vote-button {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n background-color: var(--stzh-color-white);\n margin-bottom: var(--stzh-space-medium);\n}\nmain .button.budget-vote-button:hover, main .button.budget-vote-button:focus {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n background-color: var(--stzh-color-white);\n}\nmain .button--vote-button {\n margin-bottom: var(--stzh-space-large);\n}\nmain .view-side > .button {\n margin-bottom: var(--stzh-space-medium);\n}\nmain .button.clear,\nmain .button.clear.disabled,\nmain .button.clear.disabled:focus,\nmain .button.clear.disabled:hover,\nmain .button.clear[disabled],\nmain .button.clear[disabled]:focus,\nmain .button.clear[disabled]:hover,\nmain .clear.meeting-polls__button {\n color: var(--stzh-color-error);\n}\nmain .wrapper {\n padding-top: var(--stzh-space-xxxlarge);\n padding-bottom: var(--stzh-space-xxxlarge);\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n@media screen and (min-width: 600px) {\n main .wrapper {\n padding-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .wrapper {\n padding-top: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .wrapper {\n padding-top: var(--stzh-space-xbig);\n }\n}\n@media screen and (min-width: 600px) {\n main .wrapper {\n padding-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .wrapper {\n padding-bottom: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .wrapper {\n padding-bottom: var(--stzh-space-xbig);\n }\n}\n@media screen and (min-width: 600px) {\n main .wrapper {\n padding-left: 2rem;\n padding-right: 2rem;\n }\n}\n@media screen and (min-width: 1024px) {\n main .wrapper {\n padding-left: 2.5rem;\n padding-right: 2.5rem;\n }\n}\n@media screen and (min-width: 1260px) {\n main .wrapper {\n padding-left: 5.5rem;\n padding-right: 5.5rem;\n }\n}\nmain .wrapper .wrapper--inner {\n background-color: var(--stzh-color-grey5);\n}\nmain .wrapper .row:not(.column) .floating-helper-container {\n padding-right: 0.625rem;\n padding-left: 0.625rem;\n}\n@media screen and (min-width: 40em) {\n main .wrapper .row:not(.column) .floating-helper-container {\n padding-right: 0.9375rem;\n padding-left: 0.9375rem;\n }\n}\nmain .heading1, main h1,\nmain .heading2, main h2,\nmain .heading3, main h3,\nmain .heading4, main h4 {\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .heading1, main h1 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xlarge);\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 600px) {\n main .heading1, main h1 {\n font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));\n line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .heading1, main h1 {\n font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading1, main h1 {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading1, main h1 {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading1, main h1 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain .section-heading,\nmain .heading2, main h2 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xlarge);\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 600px) {\n main .section-heading,\nmain .heading2, main h2 {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .section-heading,\nmain .heading2, main h2 {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section-heading,\nmain .heading2, main h2 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain .heading3, main h3 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 600px) {\n main .heading3, main h3 {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading3, main h3 {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading3, main h3 {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading3, main h3 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .heading4, main h4 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n margin-top: var(--stzh-space-xlarge);\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .heading4, main h4 {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading4, main h4 {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading4, main h4 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .heading4, main h4,\nmain .timeline__item--current .timeline__date {\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain #most-commented .section-heading {\n margin-top: 0;\n}\nmain #most-commented a {\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .section {\n margin-bottom: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main .section {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section {\n margin-bottom: var(--stzh-space-xxxxlarge);\n }\n}\nmain .section-heading {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-align: start;\n align-items: flex-start;\n}\nmain .section-heading .text-sm,\nmain .section-heading .text-small {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .section-heading .text-sm,\nmain .section-heading .text-small {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading .text-sm,\nmain .section-heading .text-small {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain .order-by__dropdown,\nmain .results-per-page__dropdown {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .order-by__text,\nmain .results-per-page__text {\n margin-right: var(--stzh-space-xsmall);\n}\nmain .is-dropdown-submenu {\n -webkit-box-shadow: var(--stzh-box-shadow-popover);\n box-shadow: var(--stzh-box-shadow-popover);\n border: none;\n border-radius: var(--stzh-popover-border-radius);\n margin-top: var(--stzh-space-xsmall);\n}\nmain .dropdown.menu > li.is-dropdown-submenu-parent > a {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n background: var(--stzh-color-white);\n padding: var(--stzh-space-xsmall) var(--stzh-space-medium);\n padding-right: calc(var(--stzh-space-xlarge) + var(--stzh-space-medium) + var(--stzh-space-xsmall));\n min-height: var(--stzh-form-input-height);\n border: 0.0625rem solid var(--stzh-color-grey61);\n margin: 0;\n}\nmain .dropdown.menu > li.is-dropdown-submenu-parent > a:after {\n border-color: var(--stzh-color-primary, var(--stzh-color-zueriblue)) transparent transparent;\n right: var(--stzh-space-medium);\n}\nmain .dropdown .is-dropdown-submenu a,\nmain .comment__header__context-menu__content-item {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: stretch;\n justify-content: stretch;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n border: none;\n padding: var(--stzh-space-xsmall) var(--stzh-space-medium);\n padding-left: var(--stzh-space-large);\n color: var(--stzh-color-grey70);\n background-color: transparent;\n height: var(--stzh-menu-item-height);\n line-height: var(--stzh-menu-item-height);\n -webkit-transition: all var(--stzh-base-transition-animation-speed);\n transition: all var(--stzh-base-transition-animation-speed);\n cursor: pointer;\n}\nmain .dropdown .is-dropdown-submenu a:hover,\nmain .comment__header__context-menu__content-item:hover {\n color: var(--stzh-color-grey70);\n background-color: var(--stzh-color-grey5);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .comment__header__context-menu__content-item {\n grid-gap: var(--stzh-space-small);\n gap: var(--stzh-space-small);\n}\nmain .comments {\n padding-top: 0;\n margin-top: var(--stzh-space-medium);\n margin-bottom: var(--stzh-space-medium);\n}\nmain .comments .section-heading {\n margin-top: 0;\n}\nmain .comment__header,\nmain .comment__footer,\nmain .add-comment {\n padding: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .comment__header,\nmain .comment__footer,\nmain .add-comment {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .comment__header,\nmain .comment__footer,\nmain .add-comment {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .add-comment {\n background-color: transparent;\n padding: 0;\n}\nmain .add-comment .remaining-character-count {\n color: var(--stzh-base-color);\n padding: var(--stzh-space-xsmall) var(--stzh-space-small);\n}\nmain .comment-threads {\n margin-bottom: var(--stzh-space-xxxlarge);\n}\nmain .comment__content {\n padding-left: var(--stzh-space-medium);\n padding-right: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .comment__content {\n padding-left: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .comment__content {\n padding-left: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .comment__content {\n padding-right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .comment__content {\n padding-right: var(--stzh-space-xlarge);\n }\n}\nmain .comment__content p {\n margin-top: 0;\n margin-bottom: 0;\n}\nmain .comment__footer {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .comment__footer {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .comment__votes {\n margin-top: 0;\n}\nmain .comment__header__context-menu__content {\n -webkit-box-shadow: var(--stzh-box-shadow-popover);\n box-shadow: var(--stzh-box-shadow-popover);\n}\nmain .opinion-toggle {\n margin: var(--stzh-space-xlarge) 0;\n}\nmain .button:hover,\nmain .meeting-polls__button:hover,\nmain .opinion-toggle--meh.is-active,\nmain .opinion-toggle--meh:focus,\nmain .opinion-toggle--meh:hover {\n background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .opinion-toggle--ko.is-active,\nmain .opinion-toggle--ko:focus,\nmain .opinion-toggle--ko:hover {\n background-color: var(--stzh-color-error);\n border-color: var(--stzh-color-error);\n}\nmain .opinion-toggle--ok.is-active,\nmain .opinion-toggle--ok:focus,\nmain .opinion-toggle--ok:hover {\n background-color: var(--stzh-color-truegreen);\n border-color: var(--stzh-color-truegreen);\n}\nmain .process-nav__content {\n border-bottom: none;\n}\n@media screen and (min-width: 40em) {\n main .process-nav__content {\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n }\n}\n@media screen and (min-width: 40em) {\n main .process-nav li {\n padding: var(--stzh-space-xsmall) var(--stzh-space-small);\n }\n}\nmain .statistics-cell {\n margin: var(--stzh-space-xxlarge) 0;\n}\nmain .statistics-cell .statistic__number {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .statistics-cell .statistic__title {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-lead-color);\n margin-top: 0;\n text-transform: none;\n}\n@media screen and (min-width: 1024px) {\n main .statistics-cell .statistic__title {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .statistics-cell .statistic__data:after {\n border-left: 0.125rem solid var(--stzh-base-border-color);\n}\nmain .ql-editor {\n --color: var(--stzh-base-color);\n --richtext-blockquote-color: var(--stzh-richtext-blockquote-color);\n --richtext-blockquote-line-color: var(--stzh-richtext-blockquote-line-color);\n --richtext-blockquote-footer-color: var(--stzh-richtext-blockquote-footer-color);\n color: var(--color);\n /* Font weights */\n /* Coloring */\n /* Fon sizings & Spacings */\n /* Lists */\n /* Figure */\n /* Blockquote */\n /* Table */\n /* Links */\n}\nmain .ql-editor h1, main .ql-editor h2, main .ql-editor h3, main .ql-editor h4 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n margin: 0;\n}\nmain .ql-editor b, main .ql-editor strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain .ql-editor i, main .ql-editor em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain .ql-editor h1, main .ql-editor h2, main .ql-editor h3 {\n color: var(--stzh-heading-color);\n}\nmain .ql-editor,\nmain .ql-editor p,\nmain .ql-editor stzh-text {\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor,\nmain .ql-editor p,\nmain .ql-editor stzh-text {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n}\n@media screen and (min-width: 600px) {\n main .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));\n line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\nmain .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain .ql-editor h3 {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .ql-editor h3 {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h3 {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain .ql-editor h4 {\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h4 {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\nmain .ql-editor h1,\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1,\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h1,\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor h1, main .ql-editor h2 {\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1, main .ql-editor h2 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h1, main .ql-editor h2 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain .ql-editor h1,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h1,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain .ql-editor h3,\nmain .ql-editor stzh-heading[level="3"],\nmain .ql-editor h4,\nmain .ql-editor stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h3,\nmain .ql-editor stzh-heading[level="3"],\nmain .ql-editor h4,\nmain .ql-editor stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h3,\nmain .ql-editor stzh-heading[level="3"],\nmain .ql-editor h4,\nmain .ql-editor stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .ql-editor ul ul,\nmain .ql-editor ul ol,\nmain .ql-editor ul dl,\nmain .ql-editor ul stzh-list,\nmain .ql-editor ol ul,\nmain .ql-editor ol ol,\nmain .ql-editor ol dl,\nmain .ql-editor ol stzh-list,\nmain .ql-editor dl ul,\nmain .ql-editor dl ol,\nmain .ql-editor dl dl,\nmain .ql-editor dl stzh-list,\nmain .ql-editor stzh-list ul,\nmain .ql-editor stzh-list ol,\nmain .ql-editor stzh-list dl,\nmain .ql-editor stzh-list stzh-list {\n margin-top: 0;\n margin-bottom: 0;\n}\nmain .ql-editor stzh-text[curve=hero],\nmain .ql-editor stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=hero],\nmain .ql-editor stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=hero],\nmain .ql-editor stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1],\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1],\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1],\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxlarge);\n}\n@media screen and (min-width: 600px) {\n main .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xbig);\n }\n}\nmain .ql-editor stzh-text[curve=h3],\nmain .ql-editor stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h3],\nmain .ql-editor stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h3],\nmain .ql-editor stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h4],\nmain .ql-editor stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h4],\nmain .ql-editor stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h4],\nmain .ql-editor stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .ql-editor stzh-figure {\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xxlarge);\n}\nmain .ql-editor blockquote {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n padding-left: var(--stzh-space-medium);\n padding-right: var(--stzh-space-medium);\n margin: var(--stzh-space-xxlarge);\n color: var(--richtext-blockquote-color);\n position: relative;\n overflow: hidden;\n}\n@media screen and (min-width: 600px) {\n main .ql-editor blockquote {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n padding-left: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote {\n padding-left: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n padding-right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote {\n padding-right: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n margin: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote {\n margin: var(--stzh-space-xxxxlarge);\n }\n}\nmain .ql-editor blockquote:before {\n background: var(--richtext-blockquote-line-color);\n height: calc(100% - var(--stzh-space-xsmall) * 2);\n width: 0.1875rem;\n content: " ";\n display: block;\n position: absolute;\n left: 0;\n top: var(--stzh-space-xsmall);\n}\nmain .ql-editor blockquote p {\n margin-top: 0;\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote p {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote p {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .ql-editor blockquote p::before, main .ql-editor blockquote p::after {\n display: inline-block;\n}\nmain .ql-editor blockquote p::before {\n content: "«";\n}\nmain .ql-editor blockquote p::after {\n content: "»";\n}\nmain .ql-editor blockquote footer {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--richtext-blockquote-footer-color);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote footer {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .ql-editor blockquote footer::before {\n content: "–";\n display: inline-block;\n margin-right: var(--stzh-space-xxxsmall);\n}\nmain .ql-editor table {\n --min-width: none;\n --cell-padding: var(--stzh-table-cell-padding);\n width: 100%;\n border-spacing: 0;\n min-width: var(--min-width);\n}\nmain .ql-editor thead {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 3;\n}\nmain .ql-editor tr:hover td,\nmain .ql-editor tr:hover th {\n background-color: var(--stzh-color-grey5);\n}\nmain .ql-editor td,\nmain .ql-editor th {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n text-align: left;\n border: none;\n vertical-align: top;\n border: none;\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n background-color: var(--stzh-color-white);\n -webkit-transition: background-color var(--stzh-base-transition-animation-speed);\n transition: background-color var(--stzh-base-transition-animation-speed);\n padding: var(--cell-padding);\n /* Horizontal alignment */\n /* Vertical alignment */\n /* Nowrap */\n /* Sticky */\n}\nmain .ql-editor td a,\nmain .ql-editor th a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n}\nmain .ql-editor td a:hover, main .ql-editor td a:focus,\nmain .ql-editor th a:hover,\nmain .ql-editor th a:focus {\n color: var(--stzh-link-hover-color);\n}\nmain .ql-editor td b, main .ql-editor td strong,\nmain .ql-editor th b,\nmain .ql-editor th strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain .ql-editor td i, main .ql-editor td em,\nmain .ql-editor th i,\nmain .ql-editor th em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain .ql-editor td.align-left,\nmain .ql-editor th.align-left {\n text-align: left;\n}\nmain .ql-editor td.align-right,\nmain .ql-editor th.align-right {\n text-align: right;\n}\nmain .ql-editor td.align-center,\nmain .ql-editor th.align-center {\n text-align: center;\n}\nmain .ql-editor td.valign-auto,\nmain .ql-editor th.valign-auto {\n vertical-align: auto;\n}\nmain .ql-editor td.valign-middle,\nmain .ql-editor th.valign-middle {\n vertical-align: middle;\n}\nmain .ql-editor td.valign-bottom,\nmain .ql-editor th.valign-bottom {\n vertical-align: bottom;\n}\nmain .ql-editor td.nowrap,\nmain .ql-editor th.nowrap {\n white-space: nowrap;\n}\nmain .ql-editor td.is-sticky-left, main .ql-editor td.is-sticky-right,\nmain .ql-editor th.is-sticky-left,\nmain .ql-editor th.is-sticky-right {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n}\nmain .ql-editor td.has-sticked,\nmain .ql-editor th.has-sticked {\n z-index: 2;\n}\nmain .ql-editor td.is-sticky-left,\nmain .ql-editor th.is-sticky-left {\n left: 0;\n}\nmain .ql-editor td.is-sticky-right,\nmain .ql-editor th.is-sticky-right {\n right: 0;\n}\nmain .ql-editor td.is-sticky-left::after, main .ql-editor td.is-sticky-right::after,\nmain .ql-editor th.is-sticky-left::after,\nmain .ql-editor th.is-sticky-right::after {\n background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));\n background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);\n content: "";\n pointer-events: none;\n position: absolute;\n top: 0;\n height: 100%;\n width: 0.375rem;\n -webkit-transform: translate(100%);\n transform: translate(100%);\n opacity: 0;\n -webkit-transition: opacity var(--stzh-base-transition-animation-speed);\n transition: opacity var(--stzh-base-transition-animation-speed);\n}\nmain .ql-editor td.is-sticky-left::after,\nmain .ql-editor th.is-sticky-left::after {\n right: 0;\n}\nmain .ql-editor td.is-sticky-right::after,\nmain .ql-editor th.is-sticky-right::after {\n left: 0;\n -webkit-transform: rotate(-180deg) translate(100%);\n transform: rotate(-180deg) translate(100%);\n}\nmain .ql-editor td.has-sticked.is-sticky-left::after, main .ql-editor td.has-sticked.is-sticky-right::after,\nmain .ql-editor th.has-sticked.is-sticky-left::after,\nmain .ql-editor th.has-sticked.is-sticky-right::after {\n opacity: 1;\n}\nmain .ql-editor th {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .ql-editor th.is-sortable {\n padding: 0;\n}\nmain .ql-editor a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n text-underline-offset: var(--stzh-link-text-underline-offset);\n text-decoration-thickness: var(--stzh-link-text-decoration-thickness);\n}\nmain .ql-editor a:hover {\n color: var(--stzh-link-hover-color);\n}\nmain .ql-editor .stzh-richtext__external-link {\n position: relative;\n}\nmain .ql-editor .stzh-richtext__external-vhidden {\n border: 0;\n clip: rect(0 0 0 0);\n -webkit-clip-path: inset(100%);\n clip-path: inset(100%);\n width: 0.0625rem;\n height: 0.0625rem;\n overflow: hidden;\n padding: 0;\n position: absolute;\n}\nmain .ql-editor .stzh-richtext__external-icon-wrapper {\n position: relative;\n display: inline-block;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-link-icon-wrapper-height);\n margin-left: var(--stzh-space-xxsmall);\n}\nmain .ql-editor .stzh-richtext__external-icon {\n --icon: var(--stzh-icon-size-default);\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n margin-top: 0.0625rem;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-icon-size-default);\n}\nmain .ql-editor *:first-child {\n margin-top: 0;\n}\nmain .help-text {\n color: var(--stzh-base-color);\n}\nmain .help-text .ql-editor p {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .help-text .ql-editor p {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .accountability .categories .categories--header span,\nmain .accountability .categories .progress-figure,\nmain .accountability .categories .categories--group .category--title .progress-info .category--count {\n color: var(--stzh-base-color);\n}\nmain .accountability .categories .categories--header .icon--arrow-bottom {\n fill: var(--stzh-base-color);\n}\nmain .accountability .categories .categories--header {\n border-color: var(--stzh-base-border-color);\n margin-bottom: var(--stzh-space-medium);\n padding-bottom: var(--stzh-space-medium);\n}\nmain .accountability .intro .progress-level p {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n margin-bottom: var(--stzh-space-small);\n margin-top: 0;\n}\n@media screen and (min-width: 1024px) {\n main .accountability .intro .progress-level p {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .accountability .intro .progress-level p {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .accountability .categories .progress-figure {\n margin-top: 0;\n}\nmain .accountability .categories .categories--group .category--title .progress-info .category--count {\n margin-top: var(--stzh-space-xxxsmall);\n}\nmain .accountability .title-action {\n margin-bottom: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .accountability .title-action {\n margin-bottom: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .accountability .title-action {\n margin-bottom: var(--stzh-space-xlarge);\n }\n}\nmain .lines-breadcrumb a,\nmain .muted-link {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n}\nmain .lines-breadcrumb a:hover, main .lines-breadcrumb a:focus,\nmain .muted-link:hover,\nmain .muted-link:focus {\n color: var(--stzh-link-hover-color);\n}\nmain .lead .ql-editor p {\n font-family: var(--stzh-font-family-light);\n font-weight: var(--stzh-font-weight-light);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n margin-bottom: var(--stzh-space-xxxlarge);\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 600px) {\n main .lead .ql-editor p {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .lead .ql-editor p {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\n@media screen and (min-width: 600px) {\n main .lead .ql-editor p {\n margin-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .lead .ql-editor p {\n margin-bottom: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .lead .ql-editor p {\n margin-bottom: var(--stzh-space-xbig);\n }\n}\nmain .callout.secondary,\nmain .callout.warning,\nmain .callout.success,\nmain .floating-helper__content {\n padding: var(--stzh-space-medium);\n padding: var(--stzh-space-medium);\n display: block;\n -webkit-box-shadow: var(--stzh-box-shadow-message);\n box-shadow: var(--stzh-box-shadow-message);\n background-color: var(--stzh-color-white);\n margin-bottom: var(--stzh-space-xxxxlarge) !important;\n}\n@media screen and (min-width: 1024px) {\n main .callout.secondary,\nmain .callout.warning,\nmain .callout.success,\nmain .floating-helper__content {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .callout.secondary,\nmain .callout.warning,\nmain .callout.success,\nmain .floating-helper__content {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .callout {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n border-left-width: 0.3125rem;\n}\nmain .callout .heading2:first-child,\nmain .callout .heading3:first-child {\n margin-top: 0;\n}\nmain .floating-helper__content {\n border-top: none;\n padding-right: calc(var(--stzh-icon-size-medium) + var(--stzh-space-small) + var(--stzh-space-medium));\n}\nmain .floating-helper__wrapper {\n position: relative;\n}\nmain .floating-helper__content-close {\n top: var(--stzh-space-medium);\n right: var(--stzh-space-medium);\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n position: absolute;\n width: var(--stzh-icon-size-medium);\n height: var(--stzh-icon-size-medium);\n padding: var(--stzh-space-xsmall);\n margin: calc(var(--stzh-space-xsmall) * -1);\n background-color: transparent;\n color: var(--stzh-base-lead-color);\n}\n@media screen and (min-width: 1024px) {\n main .floating-helper__content-close {\n top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .floating-helper__content-close {\n top: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .floating-helper__content-close {\n right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .floating-helper__content-close {\n right: var(--stzh-space-xlarge);\n }\n}\nmain .floating-helper__content-close .icon {\n width: var(--stzh-icon-size-xxsmall);\n height: var(--stzh-icon-size-xxsmall);\n}\nmain .floating-helper__icon-big {\n width: var(--stzh-icon-size-large);\n height: var(--stzh-icon-size-large);\n background-color: var(--stzh-color-primary8);\n}\nmain .floating-helper__icon-big .icon {\n width: var(--stzh-icon-size-xsmall);\n height: var(--stzh-icon-size-xsmall);\n}\n@media screen and (min-width: 40em) {\n main .floating-helper__content-inner > * {\n margin: 0;\n }\n main .floating-helper__icon-big {\n margin-right: var(--stzh-space-small);\n }\n}\nmain .floating-helper-block .mb-s {\n margin: 0 !important;\n}\nmain .extra,\nmain .tech-info {\n margin-bottom: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .extra,\nmain .tech-info {\n margin-bottom: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .extra,\nmain .tech-info {\n margin-bottom: var(--stzh-space-xlarge);\n }\n}\nmain .extra__date,\nmain .extra__suport-number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-text-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .extra__date,\nmain .extra__suport-number {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .extra__date,\nmain .extra__suport-number {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .extra__date,\nmain .extra__suport-number {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain .extra__month {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .extra__month {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .extra__time,\nmain .extra__suport-text {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .extra__time,\nmain .extra__suport-text {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .filters__help p:first-of-type {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n margin-top: 0;\n}\n@media screen and (min-width: 1024px) {\n main .filters__help p:first-of-type {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain #participatory-space-filters legend {\n margin-right: var(--stzh-space-xsmall);\n}\nmain .mini-title {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .mini-title {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .mini-title__strong--highlight {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .mini-title__strong--highlight {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);\n }\n}\nmain .tags {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\nmain .tags:last-child {\n margin-bottom: calc(var(--stzh-space-xsmall) * -1);\n}\nmain .tags li {\n margin-right: var(--stzh-space-xsmall);\n margin-bottom: var(--stzh-space-xsmall);\n}\nmain .tags li a {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n height: 2rem;\n line-height: 2rem;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-align: center;\n align-items: center;\n border-radius: 1rem;\n padding: 0 var(--stzh-space-medium);\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: 0.0625rem solid var(--stzh-color-grey13);\n background-color: var(--stzh-color-white);\n -webkit-transition: all var(--stzh-base-transition-animation-speed);\n transition: all var(--stzh-base-transition-animation-speed);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .card {\n color: var(--stzh-base-color);\n}\nmain .card__top .badge-card__content,\nmain .card__top .card__content {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n padding: var(--stzh-space-xsmall) var(--stzh-space-large);\n -ms-flex-align: center;\n align-items: center;\n}\n@media screen and (min-width: 1024px) {\n main .card__top .badge-card__content,\nmain .card__top .card__content {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card__top .badge-card__content span.muted,\nmain .card__top .card__content span.muted {\n font-size: inherit;\n}\nmain .card__top .card__content {\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\nmain .card__top .card__content .card__link {\n display: block;\n}\nmain .card > .card__content,\nmain .card.definition-data,\nmain .card .definition-data,\nmain .badge-card__content,\nmain .card__support,\nmain .filters__section,\nmain .filters__section--general,\nmain .filters__section--general:first-of-type,\nmain .filters__section:first-of-type {\n padding: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .card > .card__content,\nmain .card.definition-data,\nmain .card .definition-data,\nmain .badge-card__content,\nmain .card__support,\nmain .filters__section,\nmain .filters__section--general,\nmain .filters__section--general:first-of-type,\nmain .filters__section:first-of-type {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .card > .card__content,\nmain .card.definition-data,\nmain .card .definition-data,\nmain .badge-card__content,\nmain .card__support,\nmain .filters__section,\nmain .filters__section--general,\nmain .filters__section--general:first-of-type,\nmain .filters__section:first-of-type {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .card-data__item,\nmain .filters__section,\nmain .filters__section--general,\nmain .card__block ul,\nmain .card__icondata ul,\nmain .card__footer,\nmain .card__top {\n border-color: var(--stzh-base-border-color);\n}\nmain .card__link {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n color: var(--stzh-base-color);\n}\nmain .card__link:hover {\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .card__link .text-small {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .card__link .text-small {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .card__header {\n margin-bottom: var(--stzh-space-small);\n}\nmain .card__text {\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .card__text {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain .card__text:not(:last-child) {\n margin-bottom: var(--stzh-space-small);\n}\nmain .card .card__title,\nmain .card--list__heading {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n margin-top: 0;\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n}\n@media screen and (min-width: 1024px) {\n main .card .card__title,\nmain .card--list__heading {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\nmain .card:not(.card--secondary):hover .card__title {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .collapsible-list .card__text--paragraph {\n color: var(--stzh-base-color) !important;\n}\nmain .card__block ul li:not(:first-child),\nmain .card__icondata ul li:not(:first-child) {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .card__block ul li:not(:first-child),\nmain .card__icondata ul li:not(:first-child) {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card-data__item {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .card-data__item {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card-data__item .heading1,\nmain .card-data__item .heading2,\nmain .card-data__item .heading3,\nmain .card-data__item .heading4 {\n margin-top: 0;\n}\nmain .card-data__item strong {\n display: block;\n}\nmain .card-data__item br {\n display: none;\n}\nmain .card-data__item.creation_date_status strong {\n color: var(--stzh-base-color);\n color: inherit;\n}\nmain .card__status .card-data__item {\n padding: var(--stzh-space-xsmall);\n}\nmain .card--meta {\n color: var(--stzh-base-color);\n}\nmain .card__block ul li:not(:first-child) strong,\nmain .card__icondata ul li:not(:first-child) strong {\n font-size: inherit;\n letter-spacing: inherit;\n}\nmain .add-message:not(.card--secondary):hover,\nmain .card:not(.card--secondary):hover,\nmain .chart-tooltip:not(.card--secondary):hover,\nmain .conference-registration:not(.card--secondary):hover,\nmain .conference-speaker .speaker-bio:not(.card--secondary):hover {\n -webkit-box-shadow: var(--stzh-box-shadow-popover);\n box-shadow: var(--stzh-box-shadow-popover);\n}\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > p,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h1,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h2,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h3,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h4 {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main div.card__text--paragraph > .ql-editor.ql-reset-decidim > p,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h1,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h2,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h3,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h4 {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain .progress__bar.progress__bar--vertical .progress__bar__subtitle,\nmain .progress__bar .progress__bar__title {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .progress__bar.progress__bar--vertical .progress__bar__subtitle,\nmain .progress__bar .progress__bar__title {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card__support__number,\nmain .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,\nmain .progress__bar .progress__bar__title .progress__bar__number,\nmain .extra__suport-text,\nmain .progress__bar.progress__bar--vertical .progress__bar__text {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .card__support__number,\nmain .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,\nmain .progress__bar .progress__bar__title .progress__bar__number,\nmain .extra__suport-text,\nmain .progress__bar.progress__bar--vertical .progress__bar__text {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .progress__bar.progress__bar--vertical .progress__bar__number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-text-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .progress__bar.progress__bar--vertical .progress__bar__number {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .progress__bar.progress__bar--vertical .progress__bar__number {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .progress__bar.progress__bar--vertical .progress__bar__number {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain .card--list__item {\n padding: 0;\n}\nmain .card--list__text {\n padding: 0;\n display: block;\n}\nmain .card--list__icon {\n fill: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .card--list__item .card__link {\n padding: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .card--list__item .card__link {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .card--list__item .card__link {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .card--list__text .card__link:hover .card--list__heading {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .card--list__text .card__link .text-small {\n color: var(--stzh-base-color);\n}\nmain .card--list__data {\n background-color: var(--stzh-color-grey5);\n}\nmain .card--list__data__number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n color: var(--stzh-color-grey70);\n}\n@media screen and (min-width: 600px) {\n main .card--list__data__number {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .card--list__data__number {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\nmain .card.extra:hover,\nmain .view-side .card:not(.card--secondary):hover,\nmain .comment-thread:not(.card--secondary):hover {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\nmain .definition__title {\n color: var(--stzh-color-grey70);\n}\nmain .definition-data {\n color: var(--stzh-color-grey55);\n}\nmain .definition-data__item {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n padding: 0;\n padding-bottom: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 1024px) {\n main .definition-data__item {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .definition-data__item:last-child {\n border-bottom: none;\n margin-bottom: 0;\n padding-bottom: 0;\n}\nmain .definition-data__title {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n margin-bottom: 0;\n}\n@media screen and (min-width: 1024px) {\n main .definition-data__title {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .section.columns.medium-5.mediumlarge-4.large-3 > .card.extra.definition-data {\n background-color: var(--stzh-color-grey5);\n}\nmain .author__name {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-color-grey55) !important;\n}\n@media screen and (min-width: 1024px) {\n main .author__name {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .author-data {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .author-data {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .author-data__extra {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .author-data__extra {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .author-data__extra::before {\n border-color: var(--stzh-base-border-color);\n}\nmain .author-data__extra a {\n white-space: nowrap;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .author-data__extra > a,\nmain .author-data__extra > button .author-data__extra > span {\n margin-right: var(--stzh-space-medium);\n}\nmain .budget-summary .heading2:first-child,\nmain .budget-summary .heading3:first-child {\n margin-top: 0;\n}\nmain .budget-progress {\n min-height: var(--stzh-form-input-height);\n}\nmain .budget-list__title {\n margin-top: var(--stzh-space-xsmall);\n margin-bottom: var(--stzh-space-medium);\n}\nmain .budget-list__text:not(:last-child) {\n margin-bottom: 0;\n}\nmain .budget-list__data__number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .budget-list__data__number {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);\n }\n}\nmain .answer-questionnaire .questionnaire-question {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n margin-bottom: var(--stzh-space-xsmall);\n}\n@media screen and (min-width: 1024px) {\n main .answer-questionnaire .questionnaire-question {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}';var r=n("stzh_skin_portal_mitwirken",function(){function n(n){t(this,n)}n.prototype.componentDidLoad=function(){console.log(this.constructor.style.replace('@charset "UTF-8";',""))};n.prototype.render=function(){return e(a,null)};return n}());r.style=i}}}));
|
|
2
|
-
//# sourceMappingURL=p-c003c90c.system.entry.js.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import{r as registerInstance,h,a as Host,g as getElement}from"./p-9e02896c.js";import{c as createCommonjsModule,a as commonjsGlobal}from"./p-3e8ff66b.js";var flexsearch_bundle=createCommonjsModule((function(module){
|
|
2
|
-
/**!
|
|
3
|
-
* FlexSearch.js v0.7.31 (Bundle)
|
|
4
|
-
* Copyright 2018-2022 Nextapps GmbH
|
|
5
|
-
* Author: Thomas Wilkerling
|
|
6
|
-
* Licence: Apache-2.0
|
|
7
|
-
* https://github.com/nextapps-de/flexsearch
|
|
8
|
-
*/
|
|
9
|
-
(function _f(self){try{if(module)self=module}catch(t){}self._factory=_f;var t;function u(t){return"undefined"!==typeof t?t:!0}function aa(t){const e=Array(t);for(let s=0;s<t;s++)e[s]=v();return e}function v(){return Object.create(null)}function ba(t,e){return e.length-t.length}function x(t){return"string"===typeof t}function C(t){return"object"===typeof t}function D(t){return"function"===typeof t}function ca(t,e){var s=da;if(t&&(e&&(t=E(t,e)),this.H&&(t=E(t,this.H)),this.J&&1<t.length&&(t=E(t,this.J)),s||""===s)){t=t.split(s);if(this.filter){e=this.filter;s=t.length;const i=[];for(let a=0,n=0;a<s;a++){const s=t[a];s&&!e[s]&&(i[n++]=s)}t=i}return t}return t}const da=/[\p{Z}\p{S}\p{P}\p{C}]+/u,ea=/[\u0300-\u036f]/g;function fa(t,e){const s=Object.keys(t),i=s.length,a=[];let n="",r=0;for(let h=0,o,l;h<i;h++)o=s[h],(l=t[o])?(a[r++]=F(e?"(?!\\b)"+o+"(\\b|_)":o),a[r++]=l):n+=(n?"|":"")+o;n&&(a[r++]=F(e?"(?!\\b)("+n+")(\\b|_)":"("+n+")"),a[r]="");return a}function E(t,e){for(let s=0,i=e.length;s<i&&(t=t.replace(e[s],e[s+1]),t);s+=2);return t}function F(t){return new RegExp(t,"g")}function ha(t){let e="",s="";for(let i=0,a=t.length,n;i<a;i++)(n=t[i])!==s&&(e+=s=n);return e}var ja={encode:ia,F:!1,G:""};function ia(t){return ca.call(this,(""+t).toLowerCase(),!1)}const ka={},G={};function la(t){I(t,"add");I(t,"append");I(t,"search");I(t,"update");I(t,"remove")}function I(t,e){t[e+"Async"]=function(){const t=this,s=arguments;var i=s[s.length-1];let a;D(i)&&(a=i,delete s[s.length-1]);i=new Promise((function(i){setTimeout((function(){t.async=!0;const a=t[e].apply(t,s);t.async=!1;i(a)}))}));return a?(i.then(a),this):i}}function ma(t,e,s,i){const a=t.length;let n=[],r,h,o=0;i&&(i=[]);for(let l=a-1;0<=l;l--){const c=t[l],f=c.length,d=v();let u=!r;for(let t=0;t<f;t++){const f=c[t],b=f.length;if(b)for(let t=0,c,z;t<b;t++)if(z=f[t],r){if(r[z]){if(!l)if(s)s--;else if(n[o++]=z,o===e)return n;if(l||i)d[z]=1;u=!0}if(i&&(c=(h[z]||0)+1,h[z]=c,c<a)){const t=i[c-2]||(i[c-2]=[]);t[t.length]=z}}else d[z]=1}if(i)r||(h=d);else if(!u)return[];r=d}if(i)for(let t=i.length-1,a,h;0<=t;t--){a=i[t];h=a.length;for(let t=0,i;t<h;t++)if(i=a[t],!r[i]){if(s)s--;else if(n[o++]=i,o===e)return n;r[i]=1}}return n}function na(t,e){const s=v(),i=v(),a=[];for(let e=0;e<t.length;e++)s[t[e]]=1;for(let t=0,n;t<e.length;t++){n=e[t];for(let t=0,e;t<n.length;t++)e=n[t],s[e]&&!i[e]&&(i[e]=1,a[a.length]=e)}return a}function J(t){this.l=!0!==t&&t;this.cache=v();this.h=[]}function oa(t,e,s){C(t)&&(t=t.query);let i=this.cache.get(t);i||(i=this.search(t,e,s),this.cache.set(t,i));return i}J.prototype.set=function(t,e){if(!this.cache[t]){var s=this.h.length;s===this.l?delete this.cache[this.h[s-1]]:s++;for(--s;0<s;s--)this.h[s]=this.h[s-1];this.h[0]=t}this.cache[t]=e};J.prototype.get=function(t){const e=this.cache[t];if(this.l&&e&&(t=this.h.indexOf(t))){const e=this.h[t-1];this.h[t-1]=this.h[t];this.h[t]=e}return e};const qa={memory:{charset:"latin:extra",D:3,B:4,m:!1},performance:{D:3,B:3,s:!1,context:{depth:2,D:1}},match:{charset:"latin:extra",G:"reverse"},score:{charset:"latin:advanced",D:20,B:3,context:{depth:3,D:9}},default:{}};function ra(t,e,s,i,a,n,r){setTimeout((function(){const h=t(s?s+"."+i:i,JSON.stringify(r));h&&h.then?h.then((function(){e.export(t,e,s,a,n+1)})):e.export(t,e,s,a,n+1)}))}function K(t,e){if(!(this instanceof K))return new K(t);var s;if(t){x(t)?t=qa[t]:(s=t.preset)&&(t=Object.assign({},s[s],t));s=t.charset;var i=t.lang;x(s)&&(-1===s.indexOf(":")&&(s+=":default"),s=G[s]);x(i)&&(i=ka[i])}else t={};let a,n,r=t.context||{};this.encode=t.encode||s&&s.encode||ia;this.register=e||v();this.D=a=t.resolution||9;this.G=e=s&&s.G||t.tokenize||"strict";this.depth="strict"===e&&r.depth;this.l=u(r.bidirectional);this.s=n=u(t.optimize);this.m=u(t.fastupdate);this.B=t.minlength||1;this.C=t.boost;this.map=n?aa(a):v();this.A=a=r.resolution||1;this.h=n?aa(a):v();this.F=s&&s.F||t.rtl;this.H=(e=t.matcher||i&&i.H)&&fa(e,!1);this.J=(e=t.stemmer||i&&i.J)&&fa(e,!0);if(s=e=t.filter||i&&i.filter){s=e;i=v();for(let t=0,e=s.length;t<e;t++)i[s[t]]=1;s=i}this.filter=s;this.cache=(e=t.cache)&&new J(e)}t=K.prototype;t.append=function(t,e){return this.add(t,e,!0)};t.add=function(t,e,s,i){if(e&&(t||0===t)){if(!i&&!s&&this.register[t])return this.update(t,e);e=this.encode(e);if(i=e.length){const l=v(),c=v(),f=this.depth,d=this.D;for(let u=0;u<i;u++){let b=e[this.F?i-1-u:u];var a=b.length;if(b&&a>=this.B&&(f||!c[b])){var n=L(d,i,u),r="";switch(this.G){case"full":if(2<a){for(n=0;n<a;n++)for(var h=a;h>n;h--)if(h-n>=this.B){var o=L(d,i,u,a,n);r=b.substring(n,h);M(this,c,r,o,t,s)}break}case"reverse":if(1<a){for(h=a-1;0<h;h--)r=b[h]+r,r.length>=this.B&&M(this,c,r,L(d,i,u,a,h),t,s);r=""}case"forward":if(1<a){for(h=0;h<a;h++)r+=b[h],r.length>=this.B&&M(this,c,r,n,t,s);break}default:if(this.C&&(n=Math.min(n/this.C(e,b,u)|0,d-1)),M(this,c,b,n,t,s),f&&1<i&&u<i-1)for(a=v(),r=this.A,n=b,h=Math.min(f+1,i-u),a[n]=1,o=1;o<h;o++)if((b=e[this.F?i-1-u-o:u+o])&&b.length>=this.B&&!a[b]){a[b]=1;const e=this.l&&b>n;M(this,l,e?n:b,L(r+(i/2>r?0:1),i,u,h-1,o-1),t,s,e?b:n)}}}}this.m||(this.register[t]=1)}}return this};function L(t,e,s,i,a){return s&&1<t?e+(i||0)<=t?s+(a||0):(t-1)/(e+(i||0))*(s+(a||0))+1|0:0}function M(t,e,s,i,a,n,r){let h=r?t.h:t.map;if(!e[s]||r&&!e[s][r])t.s&&(h=h[i]),r?(e=e[s]||(e[s]=v()),e[r]=1,h=h[r]||(h[r]=v())):e[s]=1,h=h[s]||(h[s]=[]),t.s||(h=h[i]||(h[i]=[])),n&&h.includes(a)||(h[h.length]=a,t.m&&(t=t.register[a]||(t.register[a]=[]),t[t.length]=h))}t.search=function(t,e,s){s||(!e&&C(t)?(s=t,t=s.query):C(e)&&(s=e));let i=[],a;let n,r=0;if(s){t=s.query||t;e=s.limit;r=s.offset||0;var h=s.context;n=s.suggest}if(t&&(t=this.encode(""+t),a=t.length,1<a)){s=v();var o=[];for(let e=0,r=0,h;e<a;e++)if((h=t[e])&&h.length>=this.B&&!s[h])if(this.s||n||this.map[h])o[r++]=h,s[h]=1;else return i;t=o;a=t.length}if(!a)return i;e||(e=100);h=this.depth&&1<a&&!1!==h;s=0;let l;h?(l=t[0],s=1):1<a&&t.sort(ba);for(let c,f;s<a;s++){f=t[s];h?(c=sa(this,i,n,e,r,2===a,f,l),n&&!1===c&&i.length||(l=f)):c=sa(this,i,n,e,r,1===a,f);if(c)return c;if(n&&s===a-1){o=i.length;if(!o){if(h){h=0;s=-1;continue}return i}if(1===o)return ta(i[0],e,r)}}return ma(i,e,r,n)};function sa(t,e,s,i,a,n,r,h){let o=[],l=h?t.h:t.map;t.s||(l=ua(l,r,h,t.l));if(l){let s=0;const c=Math.min(l.length,h?t.A:t.D);for(let e=0,f=0,d,u;e<c;e++)if(d=l[e])if(t.s&&(d=ua(d,r,h,t.l)),a&&d&&n&&(u=d.length,u<=a?(a-=u,d=null):(d=d.slice(a),a=0)),d&&(o[s++]=d,n&&(f+=d.length,f>=i)))break;if(s){if(n)return ta(o,i,0);e[e.length]=o;return}}return!s&&o}function ta(t,e,s){t=1===t.length?t[0]:[].concat.apply([],t);return s||t.length>e?t.slice(s,s+e):t}function ua(t,e,s,i){s?(i=i&&e>s,t=(t=t[i?e:s])&&t[i?s:e]):t=t[e];return t}t.contain=function(t){return!!this.register[t]};t.update=function(t,e){return this.remove(t).add(t,e)};t.remove=function(t,e){const s=this.register[t];if(s){if(this.m)for(let e=0,i;e<s.length;e++)i=s[e],i.splice(i.indexOf(t),1);else N(this.map,t,this.D,this.s),this.depth&&N(this.h,t,this.A,this.s);e||delete this.register[t];if(this.cache){e=this.cache;for(let s=0,i,a;s<e.h.length;s++)a=e.h[s],i=e.cache[a],i.includes(t)&&(e.h.splice(s--,1),delete e.cache[a])}}return this};function N(t,e,s,i,a){let n=0;if(t.constructor===Array)if(a)e=t.indexOf(e),-1!==e?1<t.length&&(t.splice(e,1),n++):n++;else{a=Math.min(t.length,s);for(let r=0,h;r<a;r++)if(h=t[r])n=N(h,e,s,i,a),i||n||delete t[r]}else for(let r in t)(n=N(t[r],e,s,i,a))||delete t[r];return n}t.searchCache=oa;t.export=function(t,e,s,i,a){let n,r;switch(a||(a=0)){case 0:n="reg";if(this.m){r=v();for(let t in this.register)r[t]=1}else r=this.register;break;case 1:n="cfg";r={doc:0,opt:this.s?1:0};break;case 2:n="map";r=this.map;break;case 3:n="ctx";r=this.h;break;default:return}ra(t,e||this,s,n,i,a,r);return!0};t.import=function(t,e){if(e)switch(x(e)&&(e=JSON.parse(e)),t){case"cfg":this.s=!!e.opt;break;case"reg":this.m=!1;this.register=e;break;case"map":this.map=e;break;case"ctx":this.h=e}};la(K.prototype);function va(t){t=t.data;var e=self._index;const s=t.args;var i=t.task;switch(i){case"init":i=t.options||{};t=t.factory;e=i.encode;i.cache=!1;e&&0===e.indexOf("function")&&(i.encode=Function("return "+e)());t?(Function("return "+t)()(self),self._index=new self.FlexSearch.Index(i),delete self.FlexSearch):self._index=new K(i);break;default:t=t.id,e=e[i].apply(e,s),postMessage("search"===i?{id:t,msg:e}:{id:t})}}let wa=0;function O(t){if(!(this instanceof O))return new O(t);var e;t?D(e=t.encode)&&(t.encode=e.toString()):t={};(e=(self||window)._factory)&&(e=e.toString());const s="undefined"===typeof window&&self.exports,i=this;this.o=xa(e,s,t.worker);this.h=v();if(this.o){if(s)this.o.on("message",(function(t){i.h[t.id](t.msg);delete i.h[t.id]}));else this.o.onmessage=function(t){t=t.data;i.h[t.id](t.msg);delete i.h[t.id]};this.o.postMessage({task:"init",factory:e,options:t})}}P("add");P("append");P("search");P("update");P("remove");function P(t){O.prototype[t]=O.prototype[t+"Async"]=function(){const e=this,s=[].slice.call(arguments);var i=s[s.length-1];let a;D(i)&&(a=i,s.splice(s.length-1,1));i=new Promise((function(i){setTimeout((function(){e.h[++wa]=i;e.o.postMessage({task:t,id:wa,args:s})}))}));return a?(i.then(a),this):i}}function xa(a,b,c){let d;try{d=b?eval('new (require("worker_threads")["Worker"])("../dist/node/node.js")'):a?new Worker(URL.createObjectURL(new Blob(["onmessage="+va.toString()],{type:"text/javascript"}))):new Worker(x(c)?c:"worker/worker.js",{type:"module"})}catch(t){}return d}function Q(t){if(!(this instanceof Q))return new Q(t);var e=t.document||t.doc||t,s;this.K=[];this.h=[];this.A=[];this.register=v();this.key=(s=e.key||e.id)&&S(s,this.A)||"id";this.m=u(t.fastupdate);this.C=(s=e.store)&&!0!==s&&[];this.store=s&&v();this.I=(s=e.tag)&&S(s,this.A);this.l=s&&v();this.cache=(s=t.cache)&&new J(s);t.cache=!1;this.o=t.worker;this.async=!1;s=v();let i=e.index||e.field||e;x(i)&&(i=[i]);for(let e=0,a,n;e<i.length;e++)a=i[e],x(a)||(n=a,a=a.field),n=C(n)?Object.assign({},t,n):t,this.o&&(s[a]=new O(n),s[a].o||(this.o=!1)),this.o||(s[a]=new K(n,this.register)),this.K[e]=S(a,this.A),this.h[e]=a;if(this.C)for(t=e.store,x(t)&&(t=[t]),e=0;e<t.length;e++)this.C[e]=S(t[e],this.A);this.index=s}function S(t,e){const s=t.split(":");let i=0;for(let a=0;a<s.length;a++)t=s[a],0<=t.indexOf("[]")&&(t=t.substring(0,t.length-2))&&(e[i]=!0),t&&(s[i++]=t);i<s.length&&(s.length=i);return 1<i?s:s[0]}function T(t,e){if(x(e))t=t[e];else for(let s=0;t&&s<e.length;s++)t=t[e[s]];return t}function U(t,e,s,i,a){t=t[a];if(i===s.length-1)e[a]=t;else if(t)if(t.constructor===Array)for(e=e[a]=Array(t.length),a=0;a<t.length;a++)U(t,e,s,i,a);else e=e[a]||(e[a]=v()),a=s[++i],U(t,e,s,i,a)}function V(t,e,s,i,a,n,r,h){if(t=t[r])if(i===e.length-1){if(t.constructor===Array){if(s[i]){for(e=0;e<t.length;e++)a.add(n,t[e],!0,!0);return}t=t.join(" ")}a.add(n,t,h,!0)}else if(t.constructor===Array)for(r=0;r<t.length;r++)V(t,e,s,i,a,n,r,h);else r=e[++i],V(t,e,s,i,a,n,r,h)}t=Q.prototype;t.add=function(t,e,s){C(t)&&(e=t,t=T(e,this.key));if(e&&(t||0===t)){if(!s&&this.register[t])return this.update(t,e);for(let i=0,a,n;i<this.h.length;i++)n=this.h[i],a=this.K[i],x(a)&&(a=[a]),V(e,a,this.A,0,this.index[n],t,a[0],s);if(this.I){let i=T(e,this.I),a=v();x(i)&&(i=[i]);for(let e=0,n,r;e<i.length;e++)if(n=i[e],!a[n]&&(a[n]=1,r=this.l[n]||(this.l[n]=[]),!s||!r.includes(t)))if(r[r.length]=t,this.m){const e=this.register[t]||(this.register[t]=[]);e[e.length]=r}}if(this.store&&(!s||!this.store[t])){let s;if(this.C){s=v();for(let t=0,i;t<this.C.length;t++)i=this.C[t],x(i)?s[i]=e[i]:U(e,s,i,0,i[0])}this.store[t]=s||e}}return this};t.append=function(t,e){return this.add(t,e,!0)};t.update=function(t,e){return this.remove(t).add(t,e)};t.remove=function(t){C(t)&&(t=T(t,this.key));if(this.register[t]){for(var e=0;e<this.h.length&&(this.index[this.h[e]].remove(t,!this.o),!this.m);e++);if(this.I&&!this.m)for(let s in this.l){e=this.l[s];const i=e.indexOf(t);-1!==i&&(1<e.length?e.splice(i,1):delete this.l[s])}this.store&&delete this.store[t];delete this.register[t]}return this};t.search=function(t,e,s,i){s||(!e&&C(t)?(s=t,t=""):C(e)&&(s=e,e=0));let a=[],n=[],r,h,o,l,c,f,d=0;if(s)if(s.constructor===Array)o=s,s=null;else{t=s.query||t;o=(r=s.pluck)||s.index||s.field;l=s.tag;h=this.store&&s.enrich;c="and"===s.bool;e=s.limit||e||100;f=s.offset||0;if(l&&(x(l)&&(l=[l]),!t)){for(let t=0,s;t<l.length;t++)if(s=ya.call(this,l[t],e,f,h))a[a.length]=s,d++;return d?a:[]}x(o)&&(o=[o])}o||(o=this.h);c=c&&(1<o.length||l&&1<l.length);const u=!i&&(this.o||this.async)&&[];for(let r=0,h,b,z;r<o.length;r++){let p;b=o[r];x(b)||(p=b,b=p.field,t=p.query||t,e=p.limit||e);if(u)u[r]=this.index[b].searchAsync(t,e,p||s);else{i?h=i[r]:h=this.index[b].search(t,e,p||s);z=h&&h.length;if(l&&z){const t=[];let s=0;c&&(t[0]=[h]);for(let e=0,i,a;e<l.length;e++)if(i=l[e],z=(a=this.l[i])&&a.length)s++,t[t.length]=c?[a]:a;s&&(h=c?ma(t,e||100,f||0):na(h,t),z=h.length)}if(z)n[d]=b,a[d++]=h;else if(c)return[]}}if(u){const i=this;return new Promise((function(a){Promise.all(u).then((function(n){a(i.search(t,e,s,n))}))}))}if(!d)return[];if(r&&(!h||!this.store))return a[0];for(let t=0,e;t<n.length;t++){e=a[t];e.length&&h&&(e=za.call(this,e));if(r)return e;a[t]={field:n[t],result:e}}return a};function ya(t,e,s,i){let a=this.l[t],n=a&&a.length-s;if(n&&0<n){if(n>e||s)a=a.slice(s,s+e);i&&(a=za.call(this,a));return{tag:t,result:a}}}function za(t){const e=Array(t.length);for(let s=0,i;s<t.length;s++)i=t[s],e[s]={id:i,doc:this.store[i]};return e}t.contain=function(t){return!!this.register[t]};t.get=function(t){return this.store[t]};t.set=function(t,e){this.store[t]=e;return this};t.searchCache=oa;t.export=function(t,e,s,i,a){a||(a=0);i||(i=0);if(i<this.h.length){const s=this.h[i],n=this.index[s];e=this;setTimeout((function(){n.export(t,e,a?s:"",i,a++)||(i++,a=1,e.export(t,e,s,i,a))}))}else{let e,n;switch(a){case 1:e="tag";n=this.l;break;case 2:e="store";n=this.store;break;default:return}ra(t,this,s,e,i,a,n)}};t.import=function(t,e){if(e)switch(x(e)&&(e=JSON.parse(e)),t){case"tag":this.l=e;break;case"reg":this.m=!1;this.register=e;for(let t=0,s;t<this.h.length;t++)s=this.index[this.h[t]],s.register=e,s.m=!1;break;case"store":this.store=e;break;default:t=t.split(".");const s=t[0];t=t[1];s&&t&&this.index[s].import(t,e)}};la(Q.prototype);var Ba={encode:Aa,F:!1,G:""};const Ca=[F("[àáâãäå]"),"a",F("[èéêë]"),"e",F("[ìíîï]"),"i",F("[òóôõöő]"),"o",F("[ùúûüű]"),"u",F("[ýŷÿ]"),"y",F("ñ"),"n",F("[çc]"),"k",F("ß"),"s",F(" & ")," and "];function Aa(t){var e=t=""+t;e.normalize&&(e=e.normalize("NFD").replace(ea,""));return ca.call(this,e.toLowerCase(),!t.normalize&&Ca)}var Ea={encode:Da,F:!1,G:"strict"};const Fa=/[^a-z0-9]+/,Ga={b:"p",v:"f",w:"f",z:"s",x:"s",ß:"s",d:"t",n:"m",c:"k",g:"k",j:"k",q:"k",i:"e",y:"e",u:"o"};function Da(t){t=Aa.call(this,t).join(" ");const e=[];if(t){const s=t.split(Fa),i=s.length;for(let a=0,n,r=0;a<i;a++)if((t=s[a])&&(!this.filter||!this.filter[t])){n=t[0];let s=Ga[n]||n,i=s;for(let e=1;e<t.length;e++){n=t[e];const a=Ga[n]||n;a&&a!==i&&(s+=a,i=a)}e[r++]=s}}return e}var Ia={encode:Ha,F:!1,G:""};const Ja=[F("ae"),"a",F("oe"),"o",F("sh"),"s",F("th"),"t",F("ph"),"f",F("pf"),"f",F("(?![aeo])h(?![aeo])"),"",F("(?!^[aeo])h(?!^[aeo])"),""];function Ha(t,e){t&&(t=Da.call(this,t).join(" "),2<t.length&&(t=E(t,Ja)),e||(1<t.length&&(t=ha(t)),t&&(t=t.split(" "))));return t||[]}var La={encode:Ka,F:!1,G:""};const Ma=F("(?!\\b)[aeo]");function Ka(t){t&&(t=Ha.call(this,t,!0),1<t.length&&(t=t.replace(Ma,"")),1<t.length&&(t=ha(t)),t&&(t=t.split(" ")));return t||[]}G["latin:default"]=ja;G["latin:simple"]=Ba;G["latin:balance"]=Ea;G["latin:advanced"]=Ia;G["latin:extra"]=La;const W=self;let Y;const Z={Index:K,Document:Q,Worker:O,registerCharset:function(t,e){G[t]=e},registerLanguage:function(t,e){ka[t]=e}};(Y=W.define)&&Y.amd?Y([],(function(){return Z})):W.exports?W.exports=Z:W.FlexSearch=Z})(commonjsGlobal)}));const stzhDatatableCss=':host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box;text-underline-offset:var(--stzh-link-text-underline-offset);text-decoration-thickness:var(--stzh-link-text-decoration-thickness)}:host .has-focus{outline:var(--stzh-flyingfocus-color) solid 0.125rem;outline-offset:0.3125rem}:host .stzh-fylingfocus-focused{outline-style:none !important}:host .stzh-fylingfocus-focused::-moz-focus-inner{border:0 !important}stzh-datatable{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;--max-height:var(--stzh-table-max-height);--min-width:var(--stzh-table-min-width);--cell-padding:var(--stzh-table-cell-padding);--search-input-width:var(--stzh-table-search-input-width)}stzh-datatable[hidden]{display:none}stzh-datatable *,stzh-datatable *::before,stzh-datatable *::after{-webkit-box-sizing:border-box;box-sizing:border-box;text-underline-offset:var(--stzh-link-text-underline-offset);text-decoration-thickness:var(--stzh-link-text-decoration-thickness)}stzh-datatable .has-focus{outline:var(--stzh-flyingfocus-color) solid 0.125rem;outline-offset:0.3125rem}stzh-datatable .stzh-fylingfocus-focused{outline-style:none !important}stzh-datatable .stzh-fylingfocus-focused::-moz-focus-inner{border:0 !important}stzh-datatable[disable-min-width]:not([disable-min-width=false]){--min-width:none}.stzh-datatable{}.stzh-datatable__header{border-bottom:0.0625rem solid var(--stzh-base-border-color);padding-bottom:var(--stzh-space-small);margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.stzh-datatable__header{padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-datatable__header{padding-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.stzh-datatable__header{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.stzh-datatable__header{margin-bottom:var(--stzh-space-xlarge)}}.stzh-datatable__sub-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.stzh-datatable__heading{margin-bottom:var(--stzh-space-small)}.stzh-datatable__header .stzh-datatable__search{-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 600px){.stzh-datatable__header .stzh-datatable__search{width:var(--search-input-width);-ms-flex-positive:0;flex-grow:0}}.stzh-datatable__action-button{-ms-flex-negative:0;flex-shrink:0}.stzh-datatable__action-button:not(:empty){margin-left:var(--stzh-space-medium)}.stzh-datatable__outer-wrapper{position:relative}.stzh-datatable__outer-wrapper::before,.stzh-datatable__outer-wrapper::after{z-index:4;background:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));background:linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);content:"";pointer-events:none;position:absolute;top:0;height:100%;width:0.375rem;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);opacity:0}.stzh-datatable__outer-wrapper::before{left:0}.stzh-datatable__outer-wrapper::after{right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.stzh-datatable__wrapper{overflow-x:auto;max-height:var(--max-height)}.stzh-datatable__pagination-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.stzh-datatable__pagination-wrapper:not(:empty){margin-top:var(--stzh-space-medium)}.stzh-datatable__sort-button{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:inherit;color:inherit;padding:var(--cell-padding)}.stzh-datatable__sort-button:hover,.stzh-datatable__sort-button:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-datatable stzh-icon.stzh-datatable__sort-icon{display:none}.stzh-datatable__table{width:100%;border-spacing:0;min-width:var(--min-width)}.stzh-datatable__thead{position:-webkit-sticky;position:sticky;top:0;z-index:3}.stzh-datatable__row:hover .stzh-datatable__cell{background-color:var(--stzh-color-grey5)}.stzh-datatable__cell{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);text-align:left;border:none;vertical-align:top;border:none;border-bottom:0.0625rem solid var(--stzh-base-border-color);background-color:var(--stzh-color-white);-webkit-transition:background-color var(--stzh-base-transition-animation-speed);transition:background-color var(--stzh-base-transition-animation-speed);padding:var(--cell-padding);}.stzh-datatable__cell a{color:var(--stzh-link-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-button-border-radius)}.stzh-datatable__cell a:hover,.stzh-datatable__cell a:focus{color:var(--stzh-link-hover-color)}.stzh-datatable__cell b,.stzh-datatable__cell strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}.stzh-datatable__cell i,.stzh-datatable__cell em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-datatable__cell.align-left{text-align:left}.stzh-datatable__cell.align-right{text-align:right}.stzh-datatable__cell.align-center{text-align:center}.stzh-datatable__cell.valign-auto{vertical-align:auto}.stzh-datatable__cell.valign-middle{vertical-align:middle}.stzh-datatable__cell.valign-bottom{vertical-align:bottom}.stzh-datatable__cell.nowrap{white-space:nowrap}.stzh-datatable__cell.is-sticky-left,.stzh-datatable__cell.is-sticky-right{position:-webkit-sticky;position:sticky;z-index:1}.stzh-datatable__cell.has-sticked{z-index:2}.stzh-datatable__cell.is-sticky-left{left:0}.stzh-datatable__cell.is-sticky-right{right:0}.stzh-datatable__cell.is-sticky-left::after,.stzh-datatable__cell.is-sticky-right::after{background:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));background:linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);content:"";pointer-events:none;position:absolute;top:0;height:100%;width:0.375rem;-webkit-transform:translate(100%);transform:translate(100%);opacity:0;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed)}.stzh-datatable__cell.is-sticky-left::after{right:0}.stzh-datatable__cell.is-sticky-right::after{left:0;-webkit-transform:rotate(-180deg) translate(100%);transform:rotate(-180deg) translate(100%)}.stzh-datatable__cell.has-sticked.is-sticky-left::after,.stzh-datatable__cell.has-sticked.is-sticky-right::after{opacity:1}.stzh-datatable__cell--head{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-datatable__cell--head.is-sortable{padding:0}.stzh-datatable__cell.has-sorted .stzh-datatable__sort-icon{display:-ms-inline-flexbox;display:inline-flex}.stzh-datatable__cell.has-sorted-desc .stzh-datatable__sort-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.stzh-datatable.has-list .stzh-datatable__outer-wrapper{display:none}@media screen and (min-width: 600px){.stzh-datatable.has-list .stzh-datatable__outer-wrapper{display:block}}@media screen and (min-width: 600px){.stzh-datatable.has-list .stzh-datatable__list-wrapper{display:none}}.stzh-datatable.has-scroll-left-shadow .stzh-datatable__outer-wrapper::before,.stzh-datatable.has-scroll-right-shadow .stzh-datatable__outer-wrapper::after{opacity:1}';const StzhDatatable=class{constructor(t){registerInstance(this,t);this.updateScrollStates=()=>{if(!this.tableWrapper){return}const t=this.tableWrapper.scrollLeft;const e=this.tableWrapper.scrollWidth;const s=this.tableWrapper.clientWidth;this.isScrollable=e>s;this.hasScrollLeft=t>0;this.hasScrollRight=t<e-s;const i=Array.from(this.tableWrapper.querySelectorAll("tr"));const a=i[0];if(!a){return}this.cellsStickyLeft=[];this.cellsStickyRight=[];const n=Array.from(a.children);n.forEach(((e,i)=>{const a=e.offsetLeft;const n=a+e.offsetWidth;if(this.hasScrollLeft&&this._columns[i].fixed==="left"&&Math.ceil(t)>=a){this.cellsStickyLeft.push(i)}if(this.hasScrollRight&&this._columns[i].fixed==="right"&&Math.ceil(t)+s<=n){this.cellsStickyRight.push(i)}}))};this.handleResize=()=>{if(this.debounceResize){window.cancelAnimationFrame(this.debounceResize)}this.debounceResize=requestAnimationFrame(this.updateScrollStates)};this.handleScroll=()=>{if(this.debounceScroll){window.cancelAnimationFrame(this.debounceScroll)}this.debounceScroll=requestAnimationFrame(this.updateScrollStates)};this.onInputChange=()=>{this.query=this.input.value};this.onPaginationChange=t=>{if(t.detail.component==="stzh-pagination"){this.page=t.detail.page}};this.localization=undefined;this.label="";this.sortBy="";this.sortDirection="asc";this.tokenize="forward";this.idField="id";this.showList=false;this.page=1;this.pageSize=null;this.disableMinWidth=false;this.rows=[];this.columns=[];this.query="";this.hasScrollLeft=false;this.hasScrollRight=false;this.isScrollable=false;this.cellsStickyLeft=[];this.cellsStickyRight=[]}async toggleSort(t){this.page=1;if(t===this.sortBy){this.sortDirection=this.sortDirection==="asc"?"desc":"asc"}else{this.sortDirection="asc";this.sortBy=t}}rowsWatcher(t){if(typeof t==="string"){this._rows=JSON.parse(t)}else{this._rows=t}this.buildSearchIndex()}columnsWatcher(t){if(typeof t==="string"){this._columns=JSON.parse(t)}else{this._columns=t}this.buildSearchIndex()}buildSearchIndex(){if(!this._rows||this._rows.length===0||!this._columns||this._columns.length===0){return}this.searchIndex=new flexsearch_bundle.Document({tokenize:this.tokenize,matcher:{"[äà]":"a","[öó]":"o","[üûúù]":"u","[éè]":"e"},document:{id:this.idField,index:this._columns.map((t=>t.key))}});this._rows.forEach((t=>{this.searchIndex.add(t)}))}async componentWillLoad(){this.columnsWatcher(this.columns);this.rowsWatcher(this.rows);if(!this.localization){this.localization=await window.stzhComponents.utils.fetchTranslations(this.element,"datatable")}}componentDidLoad(){this.updateScrollStates()}componentWillRender(){this._rowsShown=[];this._rowsFiltered=[];if(this.query){let t=[];this.searchIndex.search(this.query).forEach((e=>{t=[...t,...e.result]}));t=t.filter((function(e,s){return t.indexOf(e)===s}));this._rows.forEach((e=>{if(t.indexOf(e[this.idField])>-1){this._rowsFiltered.push(e)}}))}else{this._rowsFiltered=[...this._rows]}if(this.sortBy){this._rowsFiltered.sort(((t,e)=>{const s=t[this.sortBy].localeCompare(e[this.sortBy]);return this.sortDirection==="asc"?s:s/-1}))}if(this.pageSize!==null){const t=this.page*this.pageSize;this._rowsShown=this._rowsFiltered.slice(t-this.pageSize,t)}else{this._rowsShown=[...this._rowsFiltered]}}connectedCallback(){this.resizeObserver=new ResizeObserver(this.handleResize);this.resizeObserver.observe(this.element)}disconnectedCallback(){if(this.resizeObserver){this.resizeObserver.disconnect()}}render(){const t={"stzh-datatable":true,"is-scrollable":this.isScrollable,"has-scroll-left":this.hasScrollLeft,"has-scroll-right":this.hasScrollRight,"has-scroll-left-shadow":this.hasScrollLeft&&this.cellsStickyLeft.length===0,"has-scroll-right-shadow":this.hasScrollRight&&this.cellsStickyRight.length===0,"has-list":this.showList};const e=Math.ceil(this._rowsFiltered.length/this.pageSize);return h(Host,null,h("div",{class:t},h("div",{class:"stzh-datatable__header"},h("div",{class:"stzh-datatable__heading"},h("slot",{name:"heading"})),h("div",{class:"stzh-datatable__sub-header"},h("stzh-input",{ref:t=>this.input=t,class:"stzh-datatable__search",size:"small",name:"stzh-datatable-search",onStzhChange:this.onInputChange,label:this.localization.searchLabel}),h("div",{class:"stzh-datatable__action-button"},h("slot",{name:"action-button"})))),h("div",{class:"stzh-datatable__outer-wrapper"},h("div",{ref:t=>this.tableWrapper=t,class:"stzh-datatable__wrapper",onScroll:this.handleScroll},h("table",{class:"stzh-datatable__table"},h("thead",{class:"stzh-datatable__thead"},h("tr",{class:"stzh-datatable__row stzh-datatable__row--head"},this._columns.map(((t,e)=>h("th",{class:{"stzh-datatable__cell stzh-datatable__cell--head":true,"is-sticky-left":t.fixed==="left","is-sticky-right":t.fixed==="right","is-sortable":t.sort,"has-sticked":this.cellsStickyLeft.indexOf(e)>-1||this.cellsStickyRight.indexOf(e)>-1,"has-sorted":t.key===this.sortBy,"has-sorted-asc":t.key===this.sortBy&&this.sortDirection==="asc","has-sorted-desc":t.key===this.sortBy&&this.sortDirection==="desc",[`align-${t.align}`]:t.align,[`valign-${t.valign}`]:t.valign}},t.sort?h("button",{class:"stzh-datatable__sort-button",type:"button",onClick:()=>this.toggleSort(t.key),"s-object-id":t.analyticsId||`${t.text} ${this.localization.columnSort}`},h("span",null,t.text),h("stzh-icon",{name:"arrow-up",class:"stzh-datatable__sort-icon",a11yTitle:this.localization.columnSort})):h("span",null,t.text)))))),h("tbody",null,this._rowsShown.map((t=>h("tr",{class:"stzh-datatable__row stzh-datatable__row--body"},this._columns.map(((e,s)=>{var i,a,n,r,o;return h("td",{innerHTML:((i=t[e.key])===null||i===void 0?void 0:i.text)||t[e.key]||"",class:{"stzh-datatable__cell stzh-datatable__cell--body":true,"is-sticky-left":e.fixed==="left","is-sticky-right":e.fixed==="right","is-sortable":e.sort,"has-sticked":this.cellsStickyLeft.indexOf(s)>-1||this.cellsStickyRight.indexOf(s)>-1,"has-sorted":e.key===this.sortBy,"has-sorted-asc":e.key===this.sortBy&&this.sortDirection==="asc","has-sorted-desc":e.key===this.sortBy&&this.sortDirection==="desc",[`align-${((a=t[e.key])===null||a===void 0?void 0:a.align)||e.align}`]:((n=t[e.key])===null||n===void 0?void 0:n.align)||e.align,[`valign-${((r=t[e.key])===null||r===void 0?void 0:r.valign)||e.valign}`]:((o=t[e.key])===null||o===void 0?void 0:o.valign)||e.valign}})}))))))))),this.showList&&h("div",{class:"stzh-datatable__list-wrapper"},h("stzh-card-list",null,this._rowsShown.map((t=>h("stzh-card",null,h("stzh-datalist",{slot:"content",direction:"horizontal"},this._columns.map((e=>{var s;return h("stzh-datalist-item",{label:e.text,value:((s=t[e.key])===null||s===void 0?void 0:s.text)||t[e.key]||""})})))))))),this.pageSize!==null&&e>1&&h("div",{class:"stzh-datatable__pagination-wrapper"},h("stzh-pagination",{value:this.page,total:e,onStzhChange:this.onPaginationChange}))))}get element(){return getElement(this)}static get watchers(){return{rows:["rowsWatcher"],columns:["columnsWatcher"]}}};StzhDatatable.style=stzhDatatableCss;export{StzhDatatable as stzh_datatable};
|
|
10
|
-
//# sourceMappingURL=p-e194091a.entry.js.map
|