@oiz/stzh-components 2.1.0-alpha → 2.1.0-beta

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.
Files changed (140) hide show
  1. package/dist/cjs/{app-globals-e1f4f1d9.js → app-globals-07890ee7.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-checkbox.cjs.entry.js +2 -2
  4. package/dist/cjs/stzh-components.cjs.js +2 -2
  5. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +2 -2
  6. package/dist/cjs/stzh-footer.cjs.entry.js +1 -1
  7. package/dist/cjs/stzh-header.cjs.entry.js +1 -1
  8. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-list-item.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  11. package/dist/cjs/stzh-pagebottom.cjs.entry.js +32 -0
  12. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-share.cjs.entry.js +113 -0
  14. package/dist/cjs/stzh-upload.cjs.entry.js +53 -35
  15. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +11 -3
  16. package/dist/collection/assets/i18n/de.json +10 -0
  17. package/dist/collection/assets/i18n/en.json +10 -0
  18. package/dist/collection/collection-manifest.json +2 -0
  19. package/dist/collection/components/stzh-checkbox/assets/check.svg +1 -1
  20. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +0 -3
  21. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +0 -11
  22. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +1 -1
  23. package/dist/collection/components/stzh-footer/stzh-footer.js +2 -2
  24. package/dist/collection/components/stzh-header/stzh-header.js +2 -2
  25. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +5 -1
  26. package/dist/collection/components/stzh-list-item/assets/checkmark.svg +1 -1
  27. package/dist/collection/components/stzh-olmap/stzh-olmap.js +2 -2
  28. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +150 -0
  29. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +151 -0
  30. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.stories.js +44 -0
  31. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +3 -3
  32. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +0 -1
  33. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +1 -1
  34. package/dist/collection/components/stzh-share/stzh-share.css +146 -0
  35. package/dist/collection/components/stzh-share/stzh-share.js +184 -0
  36. package/dist/collection/components/stzh-share/stzh-share.localization.js +1 -0
  37. package/dist/collection/components/stzh-share/stzh-share.stories.js +33 -0
  38. package/dist/collection/components/stzh-upload/stzh-upload.css +23 -7
  39. package/dist/collection/components/stzh-upload/stzh-upload.js +71 -35
  40. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +3 -3
  41. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +1 -1
  42. package/dist/components/index.d.ts +2 -0
  43. package/dist/components/index.js +3 -1
  44. package/dist/components/stzh-checkbox.js +2 -2
  45. package/dist/components/stzh-datamessagelist-item.js +14 -8
  46. package/dist/components/stzh-footer.js +1 -1
  47. package/dist/components/stzh-header.js +1 -1
  48. package/dist/components/stzh-icon-sprite.js +1 -1
  49. package/dist/components/stzh-list-item.js +1 -1
  50. package/dist/components/stzh-olmap.js +1 -1
  51. package/dist/components/stzh-pagebottom.d.ts +11 -0
  52. package/dist/components/stzh-pagebottom.js +70 -0
  53. package/dist/components/stzh-portal-mitwirken.js +1 -1
  54. package/dist/components/stzh-share.d.ts +11 -0
  55. package/dist/components/stzh-share.js +6 -0
  56. package/dist/components/stzh-share2.js +139 -0
  57. package/dist/components/stzh-upload.js +54 -35
  58. package/dist/components/stzh-vbz-linechip2.js +11 -3
  59. package/dist/esm/{app-globals-453acbdb.js → app-globals-acc57d0e.js} +1 -1
  60. package/dist/esm/loader.js +2 -2
  61. package/dist/esm/stzh-checkbox.entry.js +2 -2
  62. package/dist/esm/stzh-components.js +2 -2
  63. package/dist/esm/stzh-datamessagelist-item.entry.js +2 -2
  64. package/dist/esm/stzh-footer.entry.js +1 -1
  65. package/dist/esm/stzh-header.entry.js +1 -1
  66. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  67. package/dist/esm/stzh-list-item.entry.js +1 -1
  68. package/dist/esm/stzh-olmap.entry.js +1 -1
  69. package/dist/esm/stzh-pagebottom.entry.js +28 -0
  70. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  71. package/dist/esm/stzh-share.entry.js +109 -0
  72. package/dist/esm/stzh-upload.entry.js +53 -35
  73. package/dist/esm/stzh-vbz-linechip.entry.js +11 -3
  74. package/dist/esm-es5/app-globals-acc57d0e.js +1 -0
  75. package/dist/esm-es5/loader.js +1 -1
  76. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  77. package/dist/esm-es5/stzh-components.js +1 -1
  78. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  79. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  80. package/dist/esm-es5/stzh-header.entry.js +1 -1
  81. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  82. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  83. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  84. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -0
  85. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  86. package/dist/esm-es5/stzh-share.entry.js +1 -0
  87. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  88. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  89. package/dist/stzh-components/assets/i18n/de.json +10 -0
  90. package/dist/stzh-components/assets/i18n/en.json +10 -0
  91. package/dist/stzh-components/p-07fc857b.system.entry.js +1 -0
  92. package/dist/stzh-components/p-10c36281.entry.js +1 -0
  93. package/dist/stzh-components/{p-b491bcd7.system.entry.js → p-14e457c6.system.entry.js} +1 -1
  94. package/dist/stzh-components/p-1663fc49.system.entry.js +1 -0
  95. package/dist/stzh-components/{p-6b5f447c.system.entry.js → p-23e9b6c7.system.entry.js} +1 -1
  96. package/dist/stzh-components/{p-1399b2d7.entry.js → p-241f060e.entry.js} +1 -1
  97. package/dist/stzh-components/{p-eb3425a1.system.entry.js → p-2c8d491a.system.entry.js} +1 -1
  98. package/dist/stzh-components/p-3a0f37bd.entry.js +1 -0
  99. package/dist/stzh-components/p-470ccde5.system.entry.js +1 -0
  100. package/dist/stzh-components/{p-648e03bc.entry.js → p-4c93ffbe.entry.js} +1 -1
  101. package/dist/stzh-components/p-51c75fba.system.entry.js +1 -0
  102. package/dist/stzh-components/p-5623c1a3.entry.js +1 -0
  103. package/dist/stzh-components/{p-020379d7.system.entry.js → p-6c3d7756.system.entry.js} +1 -1
  104. package/dist/stzh-components/p-7909f56b.entry.js +1 -0
  105. package/dist/stzh-components/p-79f27d21.entry.js +1 -0
  106. package/dist/stzh-components/p-8e5f4ef6.system.entry.js +1 -0
  107. package/dist/stzh-components/p-9084f0c1.entry.js +1 -0
  108. package/dist/stzh-components/p-948acea1.js +1 -0
  109. package/dist/stzh-components/p-9af41730.system.js +1 -0
  110. package/dist/stzh-components/p-b0e514c7.entry.js +1 -0
  111. package/dist/stzh-components/{p-bb8f71a4.entry.js → p-b367d4e3.entry.js} +1 -1
  112. package/dist/stzh-components/p-b54ed1f9.entry.js +1 -0
  113. package/dist/stzh-components/p-b71a1607.system.js +1 -0
  114. package/dist/stzh-components/p-c777032f.system.entry.js +1 -0
  115. package/dist/stzh-components/{p-6f7a7f7a.entry.js → p-d2c97cbc.entry.js} +1 -1
  116. package/dist/stzh-components/{p-e56d7b16.system.entry.js → p-fa6427bf.system.entry.js} +1 -1
  117. package/dist/stzh-components/{p-641126a8.system.entry.js → p-fb150554.system.entry.js} +1 -1
  118. package/dist/stzh-components/stzh-components.css +1 -1
  119. package/dist/stzh-components/stzh-components.esm.js +1 -1
  120. package/dist/stzh-components/stzh-components.js +1 -1
  121. package/dist/types/components/stzh-share/stzh-share.localization.d.ts +10 -0
  122. package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +1 -0
  123. package/dist/types/components.d.ts +110 -3
  124. package/dist/types/index.d.ts +2 -1
  125. package/dist/vscode-data.json +63 -3
  126. package/package.json +1 -1
  127. package/dist/esm-es5/app-globals-453acbdb.js +0 -1
  128. package/dist/stzh-components/p-08714718.system.entry.js +0 -1
  129. package/dist/stzh-components/p-0e474d1a.system.entry.js +0 -1
  130. package/dist/stzh-components/p-2bf021f2.js +0 -1
  131. package/dist/stzh-components/p-2c891eee.entry.js +0 -1
  132. package/dist/stzh-components/p-3623b3a5.system.js +0 -1
  133. package/dist/stzh-components/p-554fb3ac.system.js +0 -1
  134. package/dist/stzh-components/p-6b2282cd.system.entry.js +0 -1
  135. package/dist/stzh-components/p-6c76e51d.entry.js +0 -1
  136. package/dist/stzh-components/p-6cbdbd06.entry.js +0 -1
  137. package/dist/stzh-components/p-90941379.system.entry.js +0 -1
  138. package/dist/stzh-components/p-9d58c713.entry.js +0 -1
  139. package/dist/stzh-components/p-a4a4370d.entry.js +0 -1
  140. package/dist/stzh-components/p-c7c3735a.entry.js +0 -1
@@ -0,0 +1 @@
1
+ import{r as e,e as s,i as a,h as t,a as i,g as r}from"./p-7a4c6adb.js";import{h}from"./p-1f57d28e.js";import{m as n}from"./p-9111e257.js";const d=class{constructor(s){e(this,s),this.href="https://www.stadt-zuerich.ch",this.preventAppnavPlaceholder=!1,this.hideLogo=!1,this.paddingTop=void 0,this.metabarTransform=void 0,this.sticky=!1,this.stickyClosing=!1,this.stickyMetabar=!1,this.stickyMetabarEnd=!1}async updatePosition(){const e=()=>{this.sticky=!1,this.stickyClosing=!1,this.paddingTop=0};if(this.scrollingUp&&this.belowStayStickyPoint)!this.sticky&&this.belowStartStickyPoint&&(this.paddingTop=this.headerHeight,this.sticky=!0),this.updateMetabarPosition();else if(this.sticky&&this.belowStayStickyPoint){const s=()=>{e(),this.updateMetabarPosition(),this.innerElement.removeEventListener("animationend",s)};this.innerElement.addEventListener("animationend",s),this.stickyClosing=!0}else e(),this.updateMetabarPosition()}resizeListener(){this.debounceResize&&window.cancelAnimationFrame(this.debounceResize),this.debounceResize=requestAnimationFrame((()=>{s((()=>{this.isSmall=n("small").matches,this.isSmallheader=n("smallheader").matches,this.headerTop=this.element.offsetTop,this.headerHeight=this.element.offsetHeight,this.appnavHeight=this.appnavElement?this.appnavElement.offsetHeight:0,this.metabarHeight=this.metabarElement?this.metabarElement.offsetHeight:0})),a((()=>{this.appnavPlaceholderElement.style.height=!this.appnavHeight||this.isSmall||this.preventAppnavPlaceholder?"0px":`${this.appnavHeight}px`})),this.scrollListener()}))}scrollListener(){s((()=>{this.scrollTop=this.getScrollTop(),this.scrollingUp=this.lastScrollTop&&this.lastScrollTop>this.scrollTop,this.lastScrollTop=this.scrollTop,this.innerHeight=this.innerElement?this.innerElement.offsetHeight:0,this.mainHeight=this.mainElement?this.mainElement.offsetHeight:0,this.logobarHeight=this.sticky?this.isSmall?this.headerHeight-this.innerHeight:this.headerHeight-this.mainHeight:this.logobarElement?this.logobarElement.offsetHeight:0,this.belowStayStickyPoint=this.scrollTop>this.logobarHeight,this.belowStartStickyPoint=this.scrollTop>this.headerHeight,this.headerOverlap=(this.headerTop-this.scrollTop)/-1,this.hideLogo=this.isSmallheader&&this.headerOverlap>10})),a((()=>{this.updatePosition()}))}getScrollTop(){return window.pageYOffset||document.documentElement.scrollTop}updateMetabarPosition(){this.metabarElement&&(CSS&&CSS.supports&&CSS.supports("position","sticky")||(this.isSmallheader&&this.headerOverlap>0&&!this.sticky&&!this.stickyClosing?this.headerOverlap<this.mainHeight-this.metabarHeight?(this.stickyMetabar=!0,this.stickyMetabarEnd=!1,this.metabarTransform="translateY(0)"):(this.stickyMetabar=!1,this.stickyMetabarEnd=!0,this.metabarTransform=`translateY(${this.logobarHeight}px)`):(this.stickyMetabar=!1,this.stickyMetabarEnd=!1,this.metabarTransform="translateY(0)")))}connectedCallback(){this.appnavPlaceholderElement=document.createElement("div"),this.element.parentElement.appendChild(this.appnavPlaceholderElement)}disconnectedCallback(){this.appnavPlaceholderElement.parentElement.removeChild(this.appnavPlaceholderElement)}render(){const e=h(this.element,"nav"),s=h(this.element,"login"),a=h(this.element,"appnav");return t(i,null,t("div",{style:{paddingTop:`${this.paddingTop}px`},class:{header:!0,"header--sticky":this.sticky,"header--sticky-closing":this.stickyClosing,"header--hide-logo":this.hideLogo,"header--sticky-metabar":this.stickyMetabar,"header--sticky-metabar-end":this.stickyMetabarEnd,"header--has-empty-metabar":!e&&!s,"header--has-appnav":a}},t("div",{class:"header__inner",ref:e=>this.innerElement=e},t("div",{class:"header__main",ref:e=>this.mainElement=e},t("div",{class:"header__logobar",ref:e=>this.logobarElement=e},t("div",{class:"header__logobar-logo"},t("a",{href:this.href,class:"header__logo-link"},t("slot",{name:"logo"})))),t("div",{class:"header__metabar",style:{transform:this.metabarTransform},ref:e=>this.metabarElement=e},t("div",{class:"header__metabar-inner"},t("div",{class:"header__metabar-nav"},t("slot",{name:"nav"})),t("div",{class:"header__metabar-login"},t("slot",{name:"login"}))))),t("div",{class:"header__appnav",ref:e=>this.appnavElement=e},t("div",{class:"header__appnav-inner"},t("slot",{name:"appnav"}))))))}get element(){return r(this)}};d.style=".sc-stzh-header-h{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}[hidden].sc-stzh-header-h{display:none}.sc-stzh-header-h *.sc-stzh-header,.sc-stzh-header-h *.sc-stzh-header::before,.sc-stzh-header-h *.sc-stzh-header::after{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes stzh-header-open{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}@keyframes stzh-header-open{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes stzh-header-close{from{-webkit-transform:translateY(0%);transform:translateY(0%)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes stzh-header-close{from{-webkit-transform:translateY(0%);transform:translateY(0%)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.sc-stzh-header-h .sc-stzh-header-s>img[slot=logo]{width:auto;height:100%}.sc-stzh-header-h .sc-stzh-header-s>stzh-popover[slot=login]{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.sc-stzh-header-h .sc-stzh-header-s>stzh-popover[slot=login] .stzh-popover,.sc-stzh-header-h .sc-stzh-header-s>stzh-popover[slot=login] .stzh-popover__trigger{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.sc-stzh-header-h .sc-stzh-header-s>stzh-popover[slot=login] .stzh-popover .stzh-popover__trigger stzh-button .stzh-button{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);height:auto}@media screen and (max-width: 799px){.sc-stzh-header-h .sc-stzh-header-s>stzh-popover[slot=login] .stzh-popover .stzh-popover__trigger stzh-button .stzh-button{border-radius:0;height:100%}}@media screen and (max-width: 799px){.sc-stzh-header-h .sc-stzh-header-s>stzh-popover[slot=login] .stzh-popover .stzh-popover__trigger stzh-button .stzh-button__badge{top:0.5rem;right:0.4375rem}}.header__inner.sc-stzh-header{-webkit-transition:-webkit-box-shadow var(--stzh-base-transition-animation-speed);transition:-webkit-box-shadow var(--stzh-base-transition-animation-speed);transition:box-shadow var(--stzh-base-transition-animation-speed);transition:box-shadow var(--stzh-base-transition-animation-speed), -webkit-box-shadow var(--stzh-base-transition-animation-speed)}.header__main.sc-stzh-header{position:relative;z-index:var(--stzh-z-index-header);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-shadow:var(--stzh-box-shadow-header);box-shadow:var(--stzh-box-shadow-header);background-color:var(--stzh-color-white);-webkit-transition:-webkit-box-shadow var(--stzh-base-transition-animation-speed);transition:-webkit-box-shadow var(--stzh-base-transition-animation-speed);transition:box-shadow var(--stzh-base-transition-animation-speed);transition:box-shadow var(--stzh-base-transition-animation-speed), -webkit-box-shadow var(--stzh-base-transition-animation-speed)}@media screen and (min-width: 800px){.header__main.sc-stzh-header{-webkit-box-shadow:none;box-shadow:none;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border-bottom:0.0625rem solid var(--stzh-base-border-color);padding-top:4rem}@supports ((position: -webkit-sticky) or (position: sticky)){.header__main.sc-stzh-header{padding-top:0}}}.header__metabar.sc-stzh-header{border-top:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 800px){.header__metabar.sc-stzh-header{border-top:none;background-color:var(--stzh-color-grey5);z-index:1;position:absolute;top:0;left:0;right:0}@supports ((position: -webkit-sticky) or (position: sticky)){.header__metabar.sc-stzh-header{position:-webkit-sticky;position:sticky}}}.header__metabar-inner.sc-stzh-header{margin:0 1.25rem;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;height:3rem}@media screen and (min-width: 600px){.header__metabar-inner.sc-stzh-header{margin:0 2rem}}@media screen and (min-width: 1024px){.header__metabar-inner.sc-stzh-header{margin:0 2.5rem}}@media screen and (min-width: 1260px){.header__metabar-inner.sc-stzh-header{margin:0 5.5rem}}@media screen and (min-width: 1440px){.header__metabar-inner.sc-stzh-header{margin:0 auto;width:78.75rem}}@media screen and (max-width: 799px){.header__metabar-inner.sc-stzh-header{margin:0 auto}}@media screen and (min-width: 800px){.header__metabar-inner.sc-stzh-header{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;height:4rem}}.header__metabar-nav.sc-stzh-header{display:none}@media screen and (min-width: 800px){.header__metabar-nav.sc-stzh-header{display:-ms-inline-flexbox;display:inline-flex}}.header__metabar-login.sc-stzh-header{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%}@media screen and (min-width: 800px){.header__metabar-login.sc-stzh-header:not(:first-child){-ms-flex-preferred-size:auto;flex-basis:auto;margin-left:var(--stzh-space-small)}}.header__logobar.sc-stzh-header{display:-ms-flexbox;display:flex;background-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.header__logobar-logo.sc-stzh-header{-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-flexbox;display:flex;background-color:var(--stzh-color-white);overflow:hidden;width:calc(100% - 3rem - 0.0625rem)}@media screen and (min-width: 800px){.header__logobar-logo.sc-stzh-header{width:25rem}}@media screen and (min-width: 1260px){.header__logobar-logo.sc-stzh-header{width:28.75rem}}@media screen and (min-width: 1440px){.header__logobar-logo.sc-stzh-header{padding-left:calc((100vw - 78.75rem - var(--stzh-scrollbar-width, 0px)) / 2)}}.header__logo-link.sc-stzh-header{-ms-flex-positive:1;flex-grow:1;display:-ms-inline-flexbox;display:inline-flex;height:4.75rem;padding:var(--stzh-space-medium);padding-left:1.25rem;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed)}@media screen and (min-width: 600px){.header__logo-link.sc-stzh-header{padding-left:2rem}}@media screen and (min-width: 800px){.header__logo-link.sc-stzh-header{height:5.625rem}}@media screen and (min-width: 1260px){.header__logo-link.sc-stzh-header{height:7.5rem;padding:var(--stzh-space-large);padding-left:5.5rem}}@media screen and (min-width: 1440px){.header__logo-link.sc-stzh-header{padding-left:0}}.header__appnav.sc-stzh-header{position:fixed;left:0;right:0;bottom:0;z-index:calc(var(--stzh-z-index-header) - 1);-webkit-box-shadow:var(--stzh-box-shadow-header);box-shadow:var(--stzh-box-shadow-header);background-color:var(--stzh-color-white)}@media screen and (min-width: 600px){.header__appnav.sc-stzh-header{position:static;-webkit-box-shadow:none;box-shadow:none}}@media screen and (min-width: 600px){.header__appnav-inner.sc-stzh-header{margin:0 1.25rem}}@media screen and (min-width: 600px) and (min-width: 600px){.header__appnav-inner.sc-stzh-header{margin:0 2rem}}@media screen and (min-width: 600px) and (min-width: 1024px){.header__appnav-inner.sc-stzh-header{margin:0 2.5rem}}@media screen and (min-width: 600px) and (min-width: 1260px){.header__appnav-inner.sc-stzh-header{margin:0 5.5rem}}@media screen and (min-width: 600px) and (min-width: 1440px){.header__appnav-inner.sc-stzh-header{margin:0 auto;width:78.75rem}}.header--hide-logo.sc-stzh-header .header__logo-link.sc-stzh-header{opacity:0}@media screen and (max-width: 799px){.header--has-empty-metabar.sc-stzh-header .header__metabar.sc-stzh-header{display:none}}@media screen and (min-width: 800px){.header--sticky-metabar.sc-stzh-header:not(.header--sticky) .header__metabar.sc-stzh-header{position:fixed}}@media screen and (min-width: 600px){.header--sticky.sc-stzh-header .header__inner.sc-stzh-header{-webkit-animation:stzh-header-open var(--stzh-base-transition-animation-speed);animation:stzh-header-open var(--stzh-base-transition-animation-speed);z-index:var(--stzh-z-index-header);position:fixed;top:0;left:0;right:0;margin:0;-webkit-box-shadow:var(--stzh-box-shadow-header);box-shadow:var(--stzh-box-shadow-header)}}@media screen and (max-width: 599px){.header--sticky.sc-stzh-header .header__main.sc-stzh-header{-webkit-animation:stzh-header-open var(--stzh-base-transition-animation-speed);animation:stzh-header-open var(--stzh-base-transition-animation-speed);z-index:var(--stzh-z-index-header);position:fixed;top:0;left:0;right:0;margin:0}}@media screen and (min-width: 600px){.header--sticky.sc-stzh-header .header__main.sc-stzh-header{-webkit-box-shadow:none;box-shadow:none}}@media screen and (max-width: 799px){.header--sticky.sc-stzh-header .header__appnav.sc-stzh-header{border-top:0.0625rem solid var(--stzh-base-border-color)}}.header--sticky.sc-stzh-header .header__metabar.sc-stzh-header{border-top:none}.header--sticky.header--has-empty-metabar.sc-stzh-header .header__metabar.sc-stzh-header{display:none}.header--sticky.sc-stzh-header .header__logobar.sc-stzh-header{display:none}@media screen and (min-width: 600px){.header--sticky-closing.sc-stzh-header .header__inner.sc-stzh-header{-webkit-animation:stzh-header-close var(--stzh-base-transition-animation-speed);animation:stzh-header-close var(--stzh-base-transition-animation-speed)}}@media screen and (max-width: 599px){.header--sticky-closing.sc-stzh-header .header__main.sc-stzh-header{-webkit-animation:stzh-header-close var(--stzh-base-transition-animation-speed);animation:stzh-header-close var(--stzh-base-transition-animation-speed)}}";export{d as stzh_header}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,a}from"./p-7a4c6adb.js";const i=class{constructor(e){t(this,e)}componentDidLoad(){console.log(this.constructor.style.replace('@charset "UTF-8";',""))}render(){return e(a,null)}};i.style='@charset "UTF-8";html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}[hidden]{display:none !important}.stzh-dialog-open,.stzh-overlay-open{-ms-touch-action:none;touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;padding-right:var(--stzh-scrollbar-width);-ms-scroll-chaining:none;overscroll-behavior:none}@media screen and (max-width: 599px){.stzh-popover-open{-ms-touch-action:none;touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;padding-right:var(--stzh-scrollbar-width);-ms-scroll-chaining:none;overscroll-behavior:none}}.stzh-flyingfocus-enabled :focus,.stzh-flyingfocus-enabled .has-focus{outline:var(--stzh-color-primary) solid 0.125rem;outline-offset:0.3125rem}.stzh-flyingfocus-enabled stzh-button[variant="primary"].has-focus{outline:var(--stzh-color-primary) solid 0.1875rem;outline-offset:0.25rem}.stzh-flyingfocus-enabled stzh-input.has-focus,.stzh-flyingfocus-enabled stzh-dropdown.has-focus{outline-offset:0.4375rem}.stzh-fylingfocus-focused{outline-style:none !important}.stzh-fylingfocus-focused::-moz-focus-inner{border:0 !important}:root{--stzh-color-zueriblue:#0F05A0;--stzh-color-zueriblue48:rgba(15, 5, 160, 0.48);--stzh-color-zueriblue32:rgba(15, 5, 160, 0.32);--stzh-color-zueriblue16:rgba(15, 5, 160, 0.16);--stzh-color-zueriblue8:rgba(15, 5, 160, 0.08);--stzh-color-zueriblue4:rgba(15, 5, 160, 0.04);--stzh-color-zueribluedark:#070250;--stzh-color-white:#FFFFFF;--stzh-color-white48:rgba(255, 255, 255, 0.48);--stzh-color-white32:rgba(255, 255, 255, 0.32);--stzh-color-white16:rgba(255, 255, 255, 0.16);--stzh-color-white8:rgba(255, 255, 255, 0.08);--stzh-color-black:#000000;--stzh-color-black48:rgba(0, 0, 0, 0.48);--stzh-color-black32:rgba(0, 0, 0, 0.32);--stzh-color-black16:rgba(0, 0, 0, 0.16);--stzh-color-black8:rgba(0, 0, 0, 0.08);--stzh-color-cucumber:#80ad52;--stzh-color-truegreen:#008000;--stzh-color-shiraz:#c00d23;--stzh-color-error:#d0021b;--stzh-color-warning:#DB7E00;--stzh-color-active:#a4c400;--stzh-color-grey5:#F2F2F2;--stzh-color-grey13:#DEDEDE;--stzh-color-grey25:#BFBFBF;--stzh-color-grey40:#999999;--stzh-color-grey55:#737373;--stzh-color-grey61:#646464;--stzh-color-grey70:#4D4D4D;--stzh-color-grey87:#222222;--stzh-color-aoz-agenda:#2f8e87;--stzh-color-aoz-agenda-hover:#216664;--stzh-color-cool-grey60:#5C7781;--stzh-color-cool-grey60-hover:#344F59;--stzh-color-cobalt-blue60:#0353DC;--stzh-color-cobalt-blue60-hover:#00338D;--stzh-color-shamrock-green70:#06751E;--stzh-color-shamrock-green70-hover:#054D14;--stzh-color-lime-green80:#3A6413;--stzh-color-lime-green80-hover:#26410C;--stzh-color-magenta70:#960055;--stzh-color-magenta70-hover:#660033;--stzh-color-ocher70:#9A5B01;--stzh-color-ocher70-hover:#5A3600;--stzh-color-orange:#F28B00;--stzh-color-orange-hover:#915300;--stzh-color-orange70:#B23A01;--stzh-color-orange70-hover:#6F261F;--stzh-color-red:#A51A0F;--stzh-color-red-hover:#630F09;--stzh-color-red60:#DC030E;--stzh-color-red60-hover:#A20309;--stzh-color-violet70:#512380;--stzh-color-violet70-hover:#2d1348;--stzh-color-winered:#89072A;--stzh-color-winered-hover:#520419;--stzh-color-primary:var(--stzh-color-zueriblue);--stzh-color-primary-hover:var(--stzh-color-zueribluedark);--stzh-color-primary48:var(--stzh-color-zueriblue48);--stzh-color-primary32:var(--stzh-color-zueriblue32);--stzh-color-primary16:var(--stzh-color-zueriblue16);--stzh-color-primary8:var(--stzh-color-zueriblue8);--stzh-color-primary4:var(--stzh-color-zueriblue4);--stzh-color-tabasco:#A51A0F;--stzh-color-mahogany:#630F09;--stzh-color-monza:#C30024;--stzh-color-venetianred:#750015;--stzh-color-scienceblue:#006DC5;--stzh-color-deepcerulean:#057FAC;--stzh-color-regalblue:#034C67;--stzh-color-coral:#E4694C;--stzh-color-shakespeare:#4A96C8;--stzh-color-chambray:#2C5A78;--stzh-font-family-light:\'HelveticaNeueLTW01_41488878\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-regular:\'HelveticaNeueLTW01_55Roman\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-medium:\'HelveticaNeueLTW05_65Medium\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-bold:\'HelveticaNeueLTW01_71488914\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-heavy:\'HelveticaNeueLTW05_85Heavy\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-title:var(--stzh-font-family-heavy);--stzh-font-weight-light:normal;--stzh-font-weight-regular:normal;--stzh-font-weight-medium:normal;--stzh-font-weight-bold:normal;--stzh-font-weight-heavy:normal;--stzh-font-weight-title:normal;--stzh-font-femto-font-size:0.625rem;--stzh-font-femto-text-line-height:1;--stzh-font-pico-font-size:0.75rem;--stzh-font-pico-text-line-height:1.6;--stzh-font-pico-heading-letter-spacing:0.01em;--stzh-font-nano-font-size:0.8125rem;--stzh-font-nano-text-line-height:1.6;--stzh-font-nano-heading-line-height:1.4;--stzh-font-nano-heading-letter-spacing:0.01em;--stzh-font-micro-font-size:0.875rem;--stzh-font-micro-text-line-height:1.6;--stzh-font-micro-heading-line-height:1.4;--stzh-font-micro-heading-letter-spacing:0.01em;--stzh-font-milli-font-size:1rem;--stzh-font-milli-text-line-height:1.6;--stzh-font-milli-heading-line-height:1.4;--stzh-font-centi-font-size:1.125rem;--stzh-font-centi-text-line-height:1.6;--stzh-font-centi-heading-line-height:1.4;--stzh-font-deci-font-size:1.25rem;--stzh-font-deci-text-line-height:1.6;--stzh-font-deci-heading-line-height:1.4;--stzh-font-regular-font-size:1.375rem;--stzh-font-regular-text-line-height:1.6;--stzh-font-regular-heading-line-height:1.4;--stzh-font-deca-font-size:1.5rem;--stzh-font-deca-text-line-height:1.2;--stzh-font-deca-text-letter-spacing:-0.01em;--stzh-font-hecto-font-size:1.75rem;--stzh-font-hecto-text-line-height:1.2;--stzh-font-hecto-text-letter-spacing:-0.01em;--stzh-font-kilo-font-size:2rem;--stzh-font-kilo-text-line-height:1.2;--stzh-font-kilo-text-letter-spacing:-0.01em;--stzh-font-mega-font-size:2.5rem;--stzh-font-mega-text-line-height:1.2;--stzh-font-mega-text-letter-spacing:-0.01em;--stzh-font-giga-font-size:2.8125rem;--stzh-font-giga-text-line-height:1.2;--stzh-font-giga-text-letter-spacing:-0.01em;--stzh-font-hero-font-size:3.75rem;--stzh-font-hero-text-line-height:1.1;--stzh-font-hero-text-letter-spacing:-0.01em;--stzh-z-index-deep:-999999;--stzh-z-index-default:1;--stzh-z-index-masked:100;--stzh-z-index-mask:200;--stzh-z-index-sticky:300;--stzh-z-index-header:400;--stzh-z-index-toast:500;--stzh-z-index-popover:600;--stzh-z-index-dialog:700;--stzh-z-index-popup:800;--stzh-z-index-overlay:900;--stzh-space-xxxsmall:0.125rem;--stzh-space-xxsmall:0.25rem;--stzh-space-xsmall:0.5rem;--stzh-space-small:0.75rem;--stzh-space-medium:1rem;--stzh-space-large:1.25rem;--stzh-space-xlarge:1.5rem;--stzh-space-xxlarge:2rem;--stzh-space-xxxlarge:2.5rem;--stzh-space-xxxxlarge:3rem;--stzh-space-big:3.5rem;--stzh-space-xbig:4rem;--stzh-space-huge:5rem;--stzh-space-xhuge:6rem;--stzh-space-none:0.00001rem;--stzh-space-default:var(--stzh-space-medium);--stzh-box-shadow-header:0 -0.125rem 1rem rgba(0, 0, 0, 0.16);--stzh-box-shadow-popover:0 0 0.25rem rgba(0, 0, 0, 0.24);--stzh-box-shadow-message:0 0 0.5rem rgba(0, 0, 0, 0.24);--stzh-box-shadow-overlay:0 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);--stzh-icon-size-xxsmall:0.75rem;--stzh-icon-size-xsmall:1rem;--stzh-icon-size-small:1.25rem;--stzh-icon-size-medium:1.5rem;--stzh-icon-size-large:2.25rem;--stzh-icon-size-xlarge:3rem;--stzh-icon-size-default:var(--stzh-icon-size-small);--stzh-grid-gutter:1rem;--stzh-grid-gutter-small:1.25rem;--stzh-grid-gutter-medium:1.5rem;--stzh-base-color:var(--stzh-color-grey61);--stzh-base-invert-color:var(--stzh-color-white);--stzh-base-lead-color:var(--stzh-color-grey70);--stzh-base-border-color:var(--stzh-color-grey13);--stzh-base-transition-animation-speed:0.3s;--stzh-link-color:var(--stzh-color-primary);--stzh-link-hover-color:var(--stzh-color-primary-hover);--stzh-link-icon-wrapper-height:1em;--stzh-button-border-radius:0.1875rem;--stzh-button-text-hover-background:rgba(15, 5, 160, 0.08);--stzh-richttext-blockquote-color:var(--stzh-color-primary);--stzh-richttext-blockquote-line-color:var(--stzh-color-primary);--stzh-richttext-blockquote-footer-color:var(--stzh-color-grey55);--stzh-section-background-color:transparent;--stzh-section-highlight-background-color:var(--stzh-color-grey5);--stzh-section-highlight-horizontal-padding:var(--stzh-space-medium);--stzh-heading-color:var(--stzh-color-primary);--stzh-table-max-height:none;--stzh-table-min-width:43.75rem;--stzh-table-cell-padding:var(--stzh-space-small) var(--stzh-space-medium);--stzh-table-input-width:11rem;--stzh-menu-item-height:2.375rem;--stzh-form-input-border-radius:0.125rem;--stzh-form-input-height:3rem;--stzh-form-input-small-height:2.5rem;--stzh-form-input-tiny-height:2rem;--stzh-popover-width:13.9375rem;--stzh-popover-min-width:initial;--stzh-popover-max-width:initial;--stzh-popover-border-radius:0.1875rem;--stzh-tooltip-width:auto;--stzh-tooltip-min-width:initial;--stzh-tooltip-max-width:20.875rem;--stzh-tooltip-padding:var(--stzh-space-small);--stzh-tooltip-border-radius:0.1875rem;--stzh-tooltip-drop-shadow:drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.16));--stzh-accordion-content-padding:var(--stzh-space-medium);--stzh-accordion-content-background:var(--stzh-color-grey5)}.stzh-theme-aoz{--stzh-color-primary:var(--stzh-color-tabasco);--stzh-color-primary-hover:var(--stzh-color-mahogany);--stzh-color-primary48:rgba(165, 26, 15, 0.48);--stzh-color-primary32:rgba(165, 26, 15, 0.32);--stzh-color-primary16:rgba(165, 26, 15, 0.16);--stzh-color-primary8:rgba(165, 26, 15, 0.08);--stzh-color-primary4:rgba(165, 26, 15, 0.04);--stzh-button-text-hover-background:rgba(165, 26, 15, 0.08)}.stzh-theme-vbz{--stzh-color-primary:var(--stzh-color-deepcerulean);--stzh-color-primary-hover:var(--stzh-color-regalblue);--stzh-color-primary48:rgba(5, 127, 172, 0.48);--stzh-color-primary32:rgba(5, 127, 172, 0.32);--stzh-color-primary16:rgba(5, 127, 172, 0.16);--stzh-color-primary8:rgba(5, 127, 172, 0.08);--stzh-color-primary4:rgba(5, 127, 172, 0.04);--stzh-font-family-heavy:var(--stzh-font-family-bold);--stzh-font-family-title:var(--stzh-font-family-light);--stzh-button-text-hover-background:rgba(5, 127, 172, 0.08)}.stzh-theme-uvz{--stzh-color-primary:var(--stzh-color-monza);--stzh-color-primary-hover:var(--stzh-color-venetianred);--stzh-color-primary48:rgba(195, 0, 36, 0.48);--stzh-color-primary32:rgba(195, 0, 36, 0.32);--stzh-color-primary16:rgba(195, 0, 36, 0.16);--stzh-color-primary8:rgba(195, 0, 36, 0.08);--stzh-color-primary4:rgba(195, 0, 36, 0.04);--stzh-button-text-hover-background:rgba(195, 0, 36, 0.08);--stzh-link-color:var(--stzh-color-scienceblue);--stzh-heading-color:var(--stzh-color-black)}.stzh-theme-pkzh{--stzh-pkzh-font-family:Verdana, \'Geneva\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-color-primary:var(--stzh-color-shakespeare);--stzh-color-primary-hover:var(--stzh-color-chambray);--stzh-color-primary48:rgba(74, 150, 200, 0.48);--stzh-color-primary32:rgba(74, 150, 200, 0.32);--stzh-color-primary16:rgba(74, 150, 200, 0.16);--stzh-color-primary8:rgba(74, 150, 200, 0.08);--stzh-color-primary4:rgba(74, 150, 200, 0.04);--stzh-font-family-light:var(--stzh-pkzh-font-family);--stzh-font-family-regular:var(--stzh-pkzh-font-family);--stzh-font-family-medium:var(--stzh-pkzh-font-family);--stzh-font-family-bold:var(--stzh-pkzh-font-family);--stzh-font-family-heavy:var(--stzh-pkzh-font-family);--stzh-font-weight-light:300;--stzh-font-weight-regular:normal;--stzh-font-weight-medium:500;--stzh-font-weight-bold:700;--stzh-font-weight-heavy:800;--stzh-button-text-hover-background:rgba(74, 150, 200, 0.08)}.stzh-theme-ms-aoz-agenda{--stzh-color-primary:var(--stzh-color-aoz-agenda);--stzh-color-primary-hover:var(--stzh-color-aoz-agenda-hover);--stzh-color-primary48:rgba(47, 142, 135, 0.48);--stzh-color-primary32:rgba(47, 142, 135, 0.32);--stzh-color-primary16:rgba(47, 142, 135, 0.16);--stzh-color-primary8:rgba(47, 142, 135, 0.08);--stzh-color-primary4:rgba(47, 142, 135, 0.04)}.stzh-theme-ms-cool-grey60{--stzh-color-primary:var(--stzh-color-cool-grey60);--stzh-color-primary-hover:var(--stzh-color-cool-grey60-hover);--stzh-color-primary48:rgba(92, 119, 129, 0.48);--stzh-color-primary32:rgba(92, 119, 129, 0.32);--stzh-color-primary16:rgba(92, 119, 129, 0.16);--stzh-color-primary8:rgba(92, 119, 129, 0.08);--stzh-color-primary4:rgba(92, 119, 129, 0.04)}.stzh-theme-ms-cobalt-blue60{--stzh-color-primary:var(--stzh-color-cobalt-blue60);--stzh-color-primary-hover:var(--stzh-color-cobalt-blue60-hover);--stzh-color-primary48:rgba(3, 83, 220, 0.48);--stzh-color-primary32:rgba(3, 83, 220, 0.32);--stzh-color-primary16:rgba(3, 83, 220, 0.16);--stzh-color-primary8:rgba(3, 83, 220, 0.08);--stzh-color-primary4:rgba(3, 83, 220, 0.04)}.stzh-theme-ms-shamrock-green70{--stzh-color-primary:var(--stzh-color-shamrock-green70);--stzh-color-primary-hover:var(--stzh-color-shamrock-green70-hover);--stzh-color-primary48:rgba(6, 117, 30, 0.48);--stzh-color-primary32:rgba(6, 117, 30, 0.32);--stzh-color-primary16:rgba(6, 117, 30, 0.16);--stzh-color-primary8:rgba(6, 117, 30, 0.08);--stzh-color-primary4:rgba(6, 117, 30, 0.04)}.stzh-theme-ms-lime-green80{--stzh-color-primary:var(--stzh-color-lime-green80);--stzh-color-primary-hover:var(--stzh-color-lime-green80-hover);--stzh-color-primary48:rgba(58, 100, 19, 0.48);--stzh-color-primary32:rgba(58, 100, 19, 0.32);--stzh-color-primary16:rgba(58, 100, 19, 0.16);--stzh-color-primary8:rgba(58, 100, 19, 0.08);--stzh-color-primary4:rgba(58, 100, 19, 0.04)}.stzh-theme-ms-magenta70{--stzh-color-primary:var(--stzh-color-magenta70);--stzh-color-primary-hover:var(--stzh-color-magenta70-hover);--stzh-color-primary48:rgba(150, 0, 85, 0.48);--stzh-color-primary32:rgba(150, 0, 85, 0.32);--stzh-color-primary16:rgba(150, 0, 85, 0.16);--stzh-color-primary8:rgba(150, 0, 85, 0.08);--stzh-color-primary4:rgba(150, 0, 85, 0.04)}.stzh-theme-ms-ocher70{--stzh-color-primary:var(--stzh-color-ocher70);--stzh-color-primary-hover:var(--stzh-color-ocher70-hover);--stzh-color-primary48:rgba(154, 91, 1, 0.48);--stzh-color-primary32:rgba(154, 91, 1, 0.32);--stzh-color-primary16:rgba(154, 91, 1, 0.16);--stzh-color-primary8:rgba(154, 91, 1, 0.08);--stzh-color-primary4:rgba(154, 91, 1, 0.04)}.stzh-theme-ms-orange{--stzh-color-primary:var(--stzh-color-orange);--stzh-color-primary-hover:var(--stzh-color-orange-hover);--stzh-color-primary48:rgba(242, 139, 0, 0.48);--stzh-color-primary32:rgba(242, 139, 0, 0.32);--stzh-color-primary16:rgba(242, 139, 0, 0.16);--stzh-color-primary8:rgba(242, 139, 0, 0.08);--stzh-color-primary4:rgba(242, 139, 0, 0.04)}.stzh-theme-ms-orange70{--stzh-color-primary:var(--stzh-color-orange70);--stzh-color-primary-hover:var(--stzh-color-orange70-hover);--stzh-color-primary48:rgba(178, 58, 1, 0.48);--stzh-color-primary32:rgba(178, 58, 1, 0.32);--stzh-color-primary16:rgba(178, 58, 1, 0.16);--stzh-color-primary8:rgba(178, 58, 1, 0.08);--stzh-color-primary4:rgba(178, 58, 1, 0.04)}.stzh-theme-ms-red{--stzh-color-primary:var(--stzh-color-red);--stzh-color-primary-hover:var(--stzh-color-red-hover);--stzh-color-primary48:rgba(165, 26, 15, 0.48);--stzh-color-primary32:rgba(165, 26, 15, 0.32);--stzh-color-primary16:rgba(165, 26, 15, 0.16);--stzh-color-primary8:rgba(165, 26, 15, 0.08);--stzh-color-primary4:rgba(165, 26, 15, 0.04)}.stzh-theme-ms-red60{--stzh-color-primary:var(--stzh-color-red60);--stzh-color-primary-hover:var(--stzh-color-red60-hover);--stzh-color-primary48:rgba(220, 3, 14, 0.48);--stzh-color-primary32:rgba(220, 3, 14, 0.32);--stzh-color-primary16:rgba(220, 3, 14, 0.16);--stzh-color-primary8:rgba(220, 3, 14, 0.08);--stzh-color-primary4:rgba(220, 3, 14, 0.04)}.stzh-theme-ms-violet70{--stzh-color-primary:var(--stzh-color-violet70);--stzh-color-primary-hover:var(--stzh-color-violet70-hover);--stzh-color-primary48:rgba(81, 35, 128, 0.48);--stzh-color-primary32:rgba(81, 35, 128, 0.32);--stzh-color-primary16:rgba(81, 35, 128, 0.16);--stzh-color-primary8:rgba(81, 35, 128, 0.08);--stzh-color-primary4:rgba(81, 35, 128, 0.04)}.stzh-theme-ms-winered{--stzh-color-primary:var(--stzh-color-winered);--stzh-color-primary-hover:var(--stzh-color-winered-hover);--stzh-color-primary48:rgba(137, 7, 42, 0.48);--stzh-color-primary32:rgba(137, 7, 42, 0.32);--stzh-color-primary16:rgba(137, 7, 42, 0.16);--stzh-color-primary8:rgba(137, 7, 42, 0.08);--stzh-color-primary4:rgba(137, 7, 42, 0.04)}.stzh-theme-ma{--stzh-section-highlight-background-color:var(--stzh-color-white);background-color:var(--stzh-color-grey5)}: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}:root{--stzh-color-primary:var(--stzh-color-deepcerulean);--stzh-color-primary-hover:var(--stzh-color-regalblue);--stzh-color-primary48:rgba(5, 127, 172, 0.48);--stzh-color-primary32:rgba(5, 127, 172, 0.32);--stzh-color-primary16:rgba(5, 127, 172, 0.16);--stzh-color-primary8:rgba(5, 127, 172, 0.08);--stzh-font-family-heavy:var(--stzh-font-family-bold);--stzh-font-family-title:var(--stzh-font-family-light);--stzh-button-text-hover-background:rgba(5, 127, 172, 0.08)}main,.reveal-overlay,.mod_header{--primary:var(--stzh-color-primary);--secondary:var(--stzh-color-primary);--success:var(--stzh-color-truegreen);--warning:var(--stzh-color-warning);--alert:var(--stzh-color-error);--highlight:var(--stzh-color-coral);--highlight_alternative:var(--stzh-color-coral)}main a.muted,main .inline-filters button.muted[data-toggle],.reveal-overlay a.muted,.reveal-overlay .inline-filters button.muted[data-toggle]{color:var(--stzh-color-white);background-color:var(--stzh-color-grey13);border-color:var(--stzh-color-grey13)}main a.muted:hover,main a.muted:focus,main .inline-filters button.muted[data-toggle]:hover,main .inline-filters button.muted[data-toggle]:focus,.reveal-overlay a.muted:hover,.reveal-overlay a.muted:focus,.reveal-overlay .inline-filters button.muted[data-toggle]:hover,.reveal-overlay .inline-filters button.muted[data-toggle]:focus{color:var(--stzh-color-white);background-color:var(--stzh-color-grey13);border-color:var(--stzh-color-grey13)}.reveal-overlay{background-color:rgba(5, 127, 172, 0.8);}.reveal-overlay .reveal__title{margin-top:0}.reveal-overlay .reveal{-webkit-box-shadow:var(--stzh-box-shadow-overlay);box-shadow:var(--stzh-box-shadow-overlay)}.reveal-overlay .close-button{color:var(--stzh-base-lead-color)}.mod_header .mod_header__logobar-logo img{background:url(https://www.stadt-zuerich.ch/content/dam/stzh/corpdesign/wortbildmarken/logo_stzh_vbz_pos_2-1.svg) no-repeat;width:0;padding-left:13rem}main{accent-color:var(--stzh-color-primary, var(--stzh-color-zueriblue));}main h1,main h2,main h3,main h4{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);margin:0}main b,main strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main i,main em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}main h1,main h2,main h3{color:var(--stzh-heading-color)}main,main p,main stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){main,main p,main stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main h1{font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}@media screen and (min-width: 600px){main h1{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main h1{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){main h1{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}main h2{font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h2-default-heading-letter-spacing)}@media screen and (min-width: 600px){main h2{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main h2{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main h2{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main h3{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing)}@media screen and (min-width: 600px){main h3{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main h3{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main h4{font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing)}@media screen and (min-width: 1024px){main h4{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}main h1,main h2,main stzh-heading[level="1"],main stzh-heading[level="2"]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main h1,main h2,main stzh-heading[level="1"],main stzh-heading[level="2"]{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main h1,main h2,main stzh-heading[level="1"],main stzh-heading[level="2"]{margin-bottom:var(--stzh-space-xxxlarge)}}main h1,main h2{padding-bottom:var(--stzh-space-xsmall);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 1024px){main h1,main h2{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1260px){main h1,main h2{padding-bottom:var(--stzh-space-medium)}}main h1,main stzh-heading[level="1"],main h2,main stzh-heading[level="2"]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 1024px){main h1,main stzh-heading[level="1"],main h2,main stzh-heading[level="2"]{margin-top:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main h1,main stzh-heading[level="1"],main h2,main stzh-heading[level="2"]{margin-top:var(--stzh-space-xxxxlarge)}}main h3,main stzh-heading[level="3"],main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main h3,main stzh-heading[level="3"],main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main h3,main stzh-heading[level="3"],main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-xxxlarge)}}main p,main stzh-text,main ul,main ol,main dl,main stzh-list{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main p,main stzh-text,main ul,main ol,main dl,main stzh-list{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main p,main stzh-text,main ul,main ol,main dl,main stzh-list{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main p,main stzh-text,main ul,main ol,main dl,main stzh-list{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main p,main stzh-text,main ul,main ol,main dl,main stzh-list{margin-bottom:var(--stzh-space-large)}}main ul ul,main ul ol,main ul dl,main ul stzh-list,main ol ul,main ol ol,main ol dl,main ol stzh-list,main dl ul,main dl ol,main dl dl,main dl stzh-list,main stzh-list ul,main stzh-list ol,main stzh-list dl,main stzh-list stzh-list{margin-top:0;margin-bottom:0}main stzh-text[curve=hero],main stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main stzh-text[curve=hero],main stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=hero],main stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxxlarge)}}main stzh-text[curve=h1],main stzh-heading[curve=h1],main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main stzh-text[curve=h1],main stzh-heading[curve=h1],main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=h1],main stzh-heading[curve=h1],main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xxxlarge)}}main stzh-text[curve=h1],main stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 1024px){main stzh-text[curve=h1],main stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=h1],main stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxxxlarge)}}main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxxlarge)}@media screen and (min-width: 600px){main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-top:var(--stzh-space-big)}}@media screen and (min-width: 1260px){main stzh-text[curve=h2],main stzh-heading[curve=h2]{margin-top:var(--stzh-space-xbig)}}main stzh-text[curve=h3],main stzh-heading[curve=h3]{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main stzh-text[curve=h3],main stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=h3],main stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxxlarge)}}main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxxlarge)}}main stzh-text[curve=p1],main stzh-text[curve=p2],main stzh-heading[curve=p1],main stzh-heading[curve=p2]{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main stzh-text[curve=p1],main stzh-text[curve=p2],main stzh-heading[curve=p1],main stzh-heading[curve=p2]{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main stzh-text[curve=p1],main stzh-text[curve=p2],main stzh-heading[curve=p1],main stzh-heading[curve=p2]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main stzh-text[curve=p1],main stzh-text[curve=p2],main stzh-heading[curve=p1],main stzh-heading[curve=p2]{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main stzh-text[curve=p1],main stzh-text[curve=p2],main stzh-heading[curve=p1],main stzh-heading[curve=p2]{margin-bottom:var(--stzh-space-large)}}main stzh-figure{margin-top:var(--stzh-space-xxlarge);margin-bottom:var(--stzh-space-xxlarge)}main blockquote{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);padding-left:var(--stzh-space-medium);padding-right:var(--stzh-space-medium);margin:var(--stzh-space-xxlarge);color:var(--stzh-richttext-blockquote-color);position:relative}@media screen and (min-width: 600px){main blockquote{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main blockquote{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}@media screen and (min-width: 1024px){main blockquote{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main blockquote{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main blockquote{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main blockquote{padding-right:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main blockquote{margin:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main blockquote{margin:var(--stzh-space-xxxxlarge)}}main blockquote:before{background:var(--stzh-richttext-blockquote-line-color);height:calc(100% - var(--stzh-space-xsmall) * 2);width:0.1875rem;content:" ";display:block;position:absolute;left:0;top:var(--stzh-space-xsmall)}main blockquote p{margin-top:0;margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main blockquote p{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main blockquote p{margin-bottom:var(--stzh-space-large)}}main blockquote p::before,main blockquote p::after{display:inline-block}main blockquote p::before{content:"«"}main blockquote p::after{content:"»"}main blockquote footer{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-richttext-blockquote-footer-color)}@media screen and (min-width: 1024px){main blockquote footer{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main blockquote footer::before{content:"–";display:inline-block;margin-right:var(--stzh-space-xxxsmall)}main table{--min-width:none;--cell-padding:var(--stzh-table-cell-padding);width:100%;border-spacing:0;min-width:var(--min-width)}main thead{position:-webkit-sticky;position:sticky;top:0;z-index:3}main tr:hover td,main tr:hover th{background-color:var(--stzh-color-grey5)}main td,main th{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);}main td a,main th 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)}main td a:hover,main td a:focus,main th a:hover,main th a:focus{color:var(--stzh-link-hover-color)}main td b,main td strong,main th b,main th strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main td i,main td em,main th i,main th em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}main td.align-left,main th.align-left{text-align:left}main td.align-right,main th.align-right{text-align:right}main td.align-center,main th.align-center{text-align:center}main td.valign-auto,main th.valign-auto{vertical-align:auto}main td.valign-middle,main th.valign-middle{vertical-align:middle}main td.valign-bottom,main th.valign-bottom{vertical-align:bottom}main td.nowrap,main th.nowrap{white-space:nowrap}main td.is-sticky-left,main td.is-sticky-right,main th.is-sticky-left,main th.is-sticky-right{position:-webkit-sticky;position:sticky;z-index:1}main td.has-sticked,main th.has-sticked{z-index:2}main td.is-sticky-left,main th.is-sticky-left{left:0}main td.is-sticky-right,main th.is-sticky-right{right:0}main td.is-sticky-left::after,main td.is-sticky-right::after,main th.is-sticky-left::after,main th.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)}main td.is-sticky-left::after,main th.is-sticky-left::after{right:0}main td.is-sticky-right::after,main th.is-sticky-right::after{left:0;-webkit-transform:rotate(-180deg) translate(100%);transform:rotate(-180deg) translate(100%)}main td.has-sticked.is-sticky-left::after,main td.has-sticked.is-sticky-right::after,main th.has-sticked.is-sticky-left::after,main th.has-sticked.is-sticky-right::after{opacity:1}main th{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))}main th.is-sortable{padding:0}main 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)}main a:hover,main a:focus{color:var(--stzh-link-hover-color)}main a .stzh-richtext__external-link{position:relative}main a .stzh-richtext__external-icon-wrapper{position:relative;display:inline-block;width:var(--stzh-icon-size-default);height:var(--stzh-link-icon-wrapper-height);margin-left:var(--stzh-space-xxsmall)}main a .stzh-richtext__external-icon{--icon:var(--stzh-icon-size-default);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:0.0625rem;width:var(--stzh-icon-size-default);height:var(--stzh-icon-size-default)}main,main label,main tfoot,main thead{color:var(--stzh-base-color)}main svg{overflow:visible}main label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}main .field label{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;display:block}main input[type=checkbox],main input[type=radio]{width:1.5rem;height:1.5rem}main label>[type=checkbox],main label>[type=radio]{margin-right:var(--stzh-space-small)}main .filters__section--general label,main .filters__section label{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);display:-ms-flexbox;display:flex;line-height:1.5rem;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-color);margin-bottom:var(--stzh-space-small)}main .filters__has-subfilters{-ms-flex-align:center;align-items:center}main .filters__has-subfilters [data-toggle]{margin-bottom:var(--stzh-space-small)}main .form-input-extra-before,main .form-error{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .form-input-extra-before,main .form-error{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .form-error,main .is-invalid-label{color:var(--stzh-color-error)}main [type=color],main [type=date],main [type=datetime-local],main [type=datetime],main [type=email],main [type=month],main [type=number],main [type=password],main [type=search],main [type=tel],main [type=text],main [type=time],main [type=url],main [type=week],main textarea,main .inline-filters button[data-toggle],main select,main .data-picker .picker-prompt a,main .data-picker.picker-single .picker-values div a{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;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);border:0.0625rem solid var(--stzh-color-grey61);-webkit-transition-property:color, border-color;transition-property:color, border-color;-webkit-transition-duration:var(--stzh-base-transition-animation-speed);transition-duration:var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-form-input-border-radius);padding:var(--stzh-space-xsmall) var(--stzh-space-medium);width:100%;height:var(--stzh-form-input-height);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:var(--stzh-space-medium);text-decoration:none}main [type=color]::-webkit-input-placeholder,main [type=date]::-webkit-input-placeholder,main [type=datetime-local]::-webkit-input-placeholder,main [type=datetime]::-webkit-input-placeholder,main [type=email]::-webkit-input-placeholder,main [type=month]::-webkit-input-placeholder,main [type=number]::-webkit-input-placeholder,main [type=password]::-webkit-input-placeholder,main [type=search]::-webkit-input-placeholder,main [type=tel]::-webkit-input-placeholder,main [type=text]::-webkit-input-placeholder,main [type=time]::-webkit-input-placeholder,main [type=url]::-webkit-input-placeholder,main [type=week]::-webkit-input-placeholder,main textarea::-webkit-input-placeholder,main .inline-filters button[data-toggle]::-webkit-input-placeholder,main select::-webkit-input-placeholder,main .data-picker .picker-prompt a::-webkit-input-placeholder,main .data-picker.picker-single .picker-values div a::-webkit-input-placeholder{color:var(--stzh-color-grey61)}main [type=color]:-moz-placeholder,main [type=date]:-moz-placeholder,main [type=datetime-local]:-moz-placeholder,main [type=datetime]:-moz-placeholder,main [type=email]:-moz-placeholder,main [type=month]:-moz-placeholder,main [type=number]:-moz-placeholder,main [type=password]:-moz-placeholder,main [type=search]:-moz-placeholder,main [type=tel]:-moz-placeholder,main [type=text]:-moz-placeholder,main [type=time]:-moz-placeholder,main [type=url]:-moz-placeholder,main [type=week]:-moz-placeholder,main textarea:-moz-placeholder,main .inline-filters button[data-toggle]:-moz-placeholder,main select:-moz-placeholder,main .data-picker .picker-prompt a:-moz-placeholder,main .data-picker.picker-single .picker-values div a:-moz-placeholder{color:var(--stzh-color-grey61)}main [type=color]::-moz-placeholder,main [type=date]::-moz-placeholder,main [type=datetime-local]::-moz-placeholder,main [type=datetime]::-moz-placeholder,main [type=email]::-moz-placeholder,main [type=month]::-moz-placeholder,main [type=number]::-moz-placeholder,main [type=password]::-moz-placeholder,main [type=search]::-moz-placeholder,main [type=tel]::-moz-placeholder,main [type=text]::-moz-placeholder,main [type=time]::-moz-placeholder,main [type=url]::-moz-placeholder,main [type=week]::-moz-placeholder,main textarea::-moz-placeholder,main .inline-filters button[data-toggle]::-moz-placeholder,main select::-moz-placeholder,main .data-picker .picker-prompt a::-moz-placeholder,main .data-picker.picker-single .picker-values div a::-moz-placeholder{color:var(--stzh-color-grey61)}main [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{color:var(--stzh-color-grey61)}main [type=color]:hover,main [type=color]:focus,main [type=date]:hover,main [type=date]:focus,main [type=datetime-local]:hover,main [type=datetime-local]:focus,main [type=datetime]:hover,main [type=datetime]:focus,main [type=email]:hover,main [type=email]:focus,main [type=month]:hover,main [type=month]:focus,main [type=number]:hover,main [type=number]:focus,main [type=password]:hover,main [type=password]:focus,main [type=search]:hover,main [type=search]:focus,main [type=tel]:hover,main [type=tel]:focus,main [type=text]:hover,main [type=text]:focus,main [type=time]:hover,main [type=time]:focus,main [type=url]:hover,main [type=url]:focus,main [type=week]:hover,main [type=week]:focus,main textarea:hover,main textarea:focus,main .inline-filters button[data-toggle]:hover,main .inline-filters button[data-toggle]:focus,main select:hover,main select:focus,main .data-picker .picker-prompt a:hover,main .data-picker .picker-prompt a:focus,main .data-picker.picker-single .picker-values div a:hover,main .data-picker.picker-single .picker-values div a:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main [type=color]::-ms-clear,main [type=date]::-ms-clear,main [type=datetime-local]::-ms-clear,main [type=datetime]::-ms-clear,main [type=email]::-ms-clear,main [type=month]::-ms-clear,main [type=number]::-ms-clear,main [type=password]::-ms-clear,main [type=search]::-ms-clear,main [type=tel]::-ms-clear,main [type=text]::-ms-clear,main [type=time]::-ms-clear,main [type=url]::-ms-clear,main [type=week]::-ms-clear,main textarea::-ms-clear,main .inline-filters button[data-toggle]::-ms-clear,main select::-ms-clear,main .data-picker .picker-prompt a::-ms-clear,main .data-picker.picker-single .picker-values div a::-ms-clear{display:none}main [type=color]:-webkit-autofill,main [type=date]:-webkit-autofill,main [type=datetime-local]:-webkit-autofill,main [type=datetime]:-webkit-autofill,main [type=email]:-webkit-autofill,main [type=month]:-webkit-autofill,main [type=number]:-webkit-autofill,main [type=password]:-webkit-autofill,main [type=search]:-webkit-autofill,main [type=tel]:-webkit-autofill,main [type=text]:-webkit-autofill,main [type=time]:-webkit-autofill,main [type=url]:-webkit-autofill,main [type=week]:-webkit-autofill,main textarea:-webkit-autofill,main .inline-filters button[data-toggle]:-webkit-autofill,main select:-webkit-autofill,main .data-picker .picker-prompt a:-webkit-autofill,main .data-picker.picker-single .picker-values div a:-webkit-autofill{-webkit-background-clip:text;background-clip:text}main [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{text-overflow:ellipsis}main [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{text-overflow:ellipsis}main [type=color]:placeholder-shown,main [type=date]:placeholder-shown,main [type=datetime-local]:placeholder-shown,main [type=datetime]:placeholder-shown,main [type=email]:placeholder-shown,main [type=month]:placeholder-shown,main [type=number]:placeholder-shown,main [type=password]:placeholder-shown,main [type=search]:placeholder-shown,main [type=tel]:placeholder-shown,main [type=text]:placeholder-shown,main [type=time]:placeholder-shown,main [type=url]:placeholder-shown,main [type=week]:placeholder-shown,main textarea:placeholder-shown,main .inline-filters button[data-toggle]:placeholder-shown,main select:placeholder-shown,main .data-picker .picker-prompt a:placeholder-shown,main .data-picker.picker-single .picker-values div a:placeholder-shown{text-overflow:ellipsis}main .data-picker .picker-prompt a,main .data-picker.picker-single .picker-values div a{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}main .data-picker .picker-prompt a::after,main .data-picker.picker-single .picker-values div a::after{float:none;margin-top:0}main .inline-filters button[data-toggle],main select{padding-right:var(--stzh-space-xxlarge)}main textarea{min-height:var(--stzh-form-input-height);resize:vertical}main textarea[rows]{height:auto}main .input-group .input-group-field{margin-bottom:0}main .section>p,main .floating-helper__content p{margin-top:0}main .section>p:last-child,main .floating-helper__content p:last-child{margin-bottom:0}main .add-message,main .card,main .chart-tooltip,main .comment-thread,main .conference-registration,main .conference-speaker .speaker-bio{margin-bottom:var(--stzh-space-xxlarge);border-color:var(--stzh-base-border-color);background-color:var(--stzh-color-white)}main .ql-editor ol,main .ql-editor ul{padding-left:0}main .badge-card__content ul li:not(.card-data__item),main .card__content ul li:not(.card-data__item),main .card__text--paragraph ul li:not(.card-data__item),main .floating-helper__content-inner ul li:not(.card-data__item),main .lead ul li:not(.card-data__item),main .process-header+.wrapper .section ul li:not(.card-data__item),main .timeline__content ul li:not(.card-data__item){padding-left:var(--stzh-space-large)}main .badge-card__content ul li:not(.card-data__item)::before,main .card__content ul li:not(.card-data__item)::before,main .card__text--paragraph ul li:not(.card-data__item)::before,main .floating-helper__content-inner ul li:not(.card-data__item)::before,main .lead ul li:not(.card-data__item)::before,main .process-header+.wrapper .section ul li:not(.card-data__item)::before,main .timeline__content ul li:not(.card-data__item)::before{content:"–";margin-left:0;margin-right:0;text-align:left;width:auto}main .badge-card__content ul.tags li:not(.card-data__item),main .card__content ul.tags li:not(.card-data__item),main .card__text--paragraph ul.tags li:not(.card-data__item),main .floating-helper__content-inner ul.tags li:not(.card-data__item),main .lead ul.tags li:not(.card-data__item),main .process-header+.wrapper .section ul.tags li:not(.card-data__item),main .timeline__content ul.tags li:not(.card-data__item){padding-left:0}main .badge-card__content ul.tags li:not(.card-data__item)::before,main .card__content ul.tags li:not(.card-data__item)::before,main .card__text--paragraph ul.tags li:not(.card-data__item)::before,main .floating-helper__content-inner ul.tags li:not(.card-data__item)::before,main .lead ul.tags li:not(.card-data__item)::before,main .process-header+.wrapper .section ul.tags li:not(.card-data__item)::before,main .timeline__content ul.tags li:not(.card-data__item)::before{content:none}main .m-bottom{margin-bottom:var(--stzh-space-medium)}main .mb-sm{margin-bottom:var(--stzh-space-xxlarge)}main p{color:var(--stzh-base-color)}main tfoot td,main tfoot th,main thead td,main thead th{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main table,main td,main tr,main .questionnaire-question-matrix table,main .questionnaire-question-matrix td,main .questionnaire-question-matrix tr,main .questionnaire-question-matrix tr:nth-child(2n){border-color:var(--stzh-base-border-color)}main .process-header .process-header__inner{background-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));margin-bottom:var(--stzh-space-xlarge);margin-top:0;border-bottom:none;padding-bottom:0}@media screen and (min-width: 600px){main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{font-size:var(--stzh-font-curve-hero-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-hero-small-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-hero-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{font-size:var(--stzh-font-curve-hero-medium-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-hero-medium-heading-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-hero-medium-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}@media screen and (min-width: 1260px){main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{font-size:var(--stzh-font-curve-hero-large-font-size, var(--stzh-font-hero-font-size));line-height:var(--stzh-font-curve-hero-large-heading-line-height, var(--stzh-font-hero-text-line-height));letter-spacing:var(--stzh-font-curve-hero-large-heading-letter-spacing, var(--stzh-font-hero-text-letter-spacing))}}@media screen and (min-width: 1024px){main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{margin-bottom:var(--stzh-space-xxxlarge)}}main .process-header .process-header__container{padding:0 var(--stzh-space-xxxxlarge)}@media screen and (max-width: 1023px){main .process-header .process-header__container{padding:var(--stzh-space-xxxxlarge);padding-bottom:var(--stzh-space-big)}}@media screen and (max-width: 599px){main .process-header .process-header__container{padding:var(--stzh-space-xxlarge) 1.25rem var(--stzh-space-xxxlarge)}}main .process-header__info{padding:0}main .process-header .process-header__container .process-header__info .heading-small{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing);color:var(--stzh-base-invert-color);margin-top:0}@media screen and (min-width: 600px){main .process-header .process-header__container .process-header__info .heading-small{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .process-header .process-header__container .process-header__info .heading-small{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main .process-header__hashtag a{color:var(--stzh-base-invert-color);text-decoration:none}main .process-header__hashtag a:hover{color:var(--stzh-base-invert-color)}main .process-header__hashtag a .external-link-indicator{background:var(--stzh-base-invert-color);padding:var(--stzh-space-xxsmall);-webkit-box-sizing:content-box;box-sizing:content-box;border-radius:var(--stzh-button-border-radius);margin:0;margin-bottom:-0.25rem;margin-left:0.25rem}main .phase-subtitle--initiatives,main .phase-title,main .phase-title--initiatives{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing);color:var(--stzh-base-lead-color)}@media screen and (min-width: 1024px){main .phase-subtitle--initiatives,main .phase-title,main .phase-title--initiatives{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}main .process-header__progress{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}main .process-header__phase{padding:var(--stzh-space-medium);margin-top:var(--stzh-space-medium);margin-bottom:0}main .phase-date{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .phase-date{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .phase-current{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));margin-left:var(--stzh-space-xxsmall);color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .phase-current{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .process-header__progress{margin-bottom:var(--stzh-space-xsmall)}main .process-header__phase .button,main .process-header__phase .meeting-polls__button,main .process-phase .button,main .process-phase .meeting-polls__button{margin-top:var(--stzh-space-xsmall)}main a,main .link{text-decoration:underline;-webkit-transition:var(--stzh-base-transition-animation-speed);transition:var(--stzh-base-transition-animation-speed)}main a:hover,main .link:hover{color:var(--stzh-link-hover-color)}main .button{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);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;height:auto;min-height:var(--stzh-form-input-height);line-height:var(--stzh-form-input-height)-0.125rem;line-height:inherit;margin:0;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0.0625rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue));padding:var(--stzh-space-xsmall) var(--stzh-space-xlarge);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed)}main .button.small{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);min-height:var(--stzh-form-input-small-height);line-height:var(--stzh-form-input-small-height)-0.125rem}main .button.tiny{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);min-height:2rem}main .button.process-nav__more i{background-color:currentColor;margin-bottom:0}main .button.process-nav__more i:first-child{margin-left:var(--stzh-space-xsmall)}main .button--icon .icon-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}main .button--icon .icon-wrap .icon{margin-right:var(--stzh-space-xxsmall)}main .button--icon.meeting-polls__button .icon,main .button--icon.small .icon{width:var(--stzh-icon-size-xxsmall);height:var(--stzh-icon-size-xxsmall)}main .extra .button.follow-button{margin-top:0}main .button-group.meeting-polls__button .button,main .button-group.meeting-polls__button .meeting-polls__button,main .button-group.small .button,main .button-group.small .meeting-polls__button,main .button-group.tiny .button,main .button-group.tiny .meeting-polls__button{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}main .button.primary,main .button.primary.disabled,main .button.primary.disabled:focus,main .button.primary.disabled:hover,main .button.primary[disabled],main .button.primary[disabled]:focus,main .button.primary[disabled]:hover,main .primary.meeting-polls__button{background-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .button.primary:hover,main .button.primary:focus,main .button.primary.disabled:hover,main .button.primary.disabled:focus,main .button.primary.disabled:focus:hover,main .button.primary.disabled:focus:focus,main .button.primary.disabled:hover:hover,main .button.primary.disabled:hover:focus,main .button.primary[disabled]:hover,main .button.primary[disabled]:focus,main .button.primary[disabled]:focus:hover,main .button.primary[disabled]:focus:focus,main .button.primary[disabled]:hover:hover,main .button.primary[disabled]:hover:focus,main .primary.meeting-polls__button:hover,main .primary.meeting-polls__button:focus{background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .button.budget-vote-button{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-color-primary, var(--stzh-color-zueriblue));background-color:var(--stzh-color-white);margin-bottom:var(--stzh-space-medium)}main .button.budget-vote-button:hover,main .button.budget-vote-button:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));background-color:var(--stzh-color-white)}main .button--vote-button{margin-bottom:var(--stzh-space-large)}main .view-side>.button{margin-bottom:var(--stzh-space-medium)}main .button.clear,main .button.clear.disabled,main .button.clear.disabled:focus,main .button.clear.disabled:hover,main .button.clear[disabled],main .button.clear[disabled]:focus,main .button.clear[disabled]:hover,main .clear.meeting-polls__button{color:var(--stzh-color-error)}main .wrapper{padding-top:var(--stzh-space-xxxlarge);padding-bottom:var(--stzh-space-xxxlarge);padding-left:1.25rem;padding-right:1.25rem}@media screen and (min-width: 600px){main .wrapper{padding-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main .wrapper{padding-top:var(--stzh-space-big)}}@media screen and (min-width: 1260px){main .wrapper{padding-top:var(--stzh-space-xbig)}}@media screen and (min-width: 600px){main .wrapper{padding-bottom:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main .wrapper{padding-bottom:var(--stzh-space-big)}}@media screen and (min-width: 1260px){main .wrapper{padding-bottom:var(--stzh-space-xbig)}}@media screen and (min-width: 600px){main .wrapper{padding-left:2rem;padding-right:2rem}}@media screen and (min-width: 1024px){main .wrapper{padding-left:2.5rem;padding-right:2.5rem}}@media screen and (min-width: 1260px){main .wrapper{padding-left:5.5rem;padding-right:5.5rem}}main .wrapper .wrapper--inner{background-color:var(--stzh-color-grey5)}main .wrapper .row:not(.column) .floating-helper-container{padding-right:0.625rem;padding-left:0.625rem}@media screen and (min-width: 40em){main .wrapper .row:not(.column) .floating-helper-container{padding-right:0.9375rem;padding-left:0.9375rem}}main .heading1,main h1,main .heading2,main h2,main .heading3,main h3,main .heading4,main h4{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .heading1,main h1{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));margin-top:var(--stzh-space-xxlarge);margin-bottom:var(--stzh-space-xlarge);padding-bottom:var(--stzh-space-xsmall);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 600px){main .heading1,main h1{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main .heading1,main h1{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){main .heading1,main h1{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}@media screen and (min-width: 1024px){main .heading1,main h1{margin-top:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main .heading1,main h1{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main .heading1,main h1{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .heading1,main h1{margin-bottom:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1024px){main .heading1,main h1{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1260px){main .heading1,main h1{padding-bottom:var(--stzh-space-medium)}}main .section-heading,main .heading2,main h2{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h2-default-heading-letter-spacing);margin-top:var(--stzh-space-xxlarge);margin-bottom:var(--stzh-space-xlarge);padding-bottom:var(--stzh-space-xsmall);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 600px){main .section-heading,main .heading2,main h2{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .section-heading,main .heading2,main h2{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .section-heading,main .heading2,main h2{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main .section-heading,main .heading2,main h2{margin-top:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main .section-heading,main .heading2,main h2{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main .section-heading,main .heading2,main h2{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .section-heading,main .heading2,main h2{margin-bottom:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1024px){main .section-heading,main .heading2,main h2{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1260px){main .section-heading,main .heading2,main h2{padding-bottom:var(--stzh-space-medium)}}main .heading3,main h3{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing);margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 600px){main .heading3,main h3{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .heading3,main h3{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .heading3,main h3{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .heading3,main h3{margin-top:var(--stzh-space-xxxlarge)}}main .heading4,main h4{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing);margin-top:var(--stzh-space-xlarge);color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .heading4,main h4{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .heading4,main h4{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .heading4,main h4{margin-top:var(--stzh-space-xxxlarge)}}main .heading4,main h4,main .timeline__item--current .timeline__date{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main #most-commented .section-heading{margin-top:0}main #most-commented a{text-decoration:none}main .section{margin-bottom:var(--stzh-space-xxlarge)}@media screen and (min-width: 1024px){main .section{margin-bottom:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main .section{margin-bottom:var(--stzh-space-xxxxlarge)}}main .section-heading{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}main .section-heading .text-sm,main .section-heading .text-small{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing)}@media screen and (min-width: 600px){main .section-heading .text-sm,main .section-heading .text-small{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .section-heading .text-sm,main .section-heading .text-small{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main .order-by__dropdown,main .results-per-page__dropdown{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}main .order-by__text,main .results-per-page__text{margin-right:var(--stzh-space-xsmall)}main .is-dropdown-submenu{-webkit-box-shadow:var(--stzh-box-shadow-popover);box-shadow:var(--stzh-box-shadow-popover);border:none;border-radius:var(--stzh-popover-border-radius);margin-top:var(--stzh-space-xsmall)}main .dropdown.menu>li.is-dropdown-submenu-parent>a{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;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);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:var(--stzh-color-white);padding:var(--stzh-space-xsmall) var(--stzh-space-medium);padding-right:calc(var(--stzh-space-xlarge) + var(--stzh-space-medium) + var(--stzh-space-xsmall));min-height:var(--stzh-form-input-height);border:0.0625rem solid var(--stzh-color-grey61);margin:0}main .dropdown.menu>li.is-dropdown-submenu-parent>a:after{border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue)) transparent transparent;right:var(--stzh-space-medium)}main .dropdown .is-dropdown-submenu a,main .comment__header__context-menu__content-item{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:stretch;justify-content:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;border:none;padding:var(--stzh-space-xsmall) var(--stzh-space-medium);padding-left:var(--stzh-space-large);color:var(--stzh-color-grey70);background-color:transparent;height:var(--stzh-menu-item-height);line-height:var(--stzh-menu-item-height);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);cursor:pointer}main .dropdown .is-dropdown-submenu a:hover,main .comment__header__context-menu__content-item:hover{color:var(--stzh-color-grey70);background-color:var(--stzh-color-grey5);text-decoration:none}main .comment__header__context-menu__content-item{grid-gap:var(--stzh-space-small);gap:var(--stzh-space-small)}main .comments{padding-top:0;margin-top:var(--stzh-space-medium);margin-bottom:var(--stzh-space-medium)}main .comments .section-heading{margin-top:0}main .comment__header,main .comment__footer,main .add-comment{padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .comment__header,main .comment__footer,main .add-comment{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .comment__header,main .comment__footer,main .add-comment{padding:var(--stzh-space-xlarge)}}main .add-comment{background-color:transparent;padding:0}main .add-comment .remaining-character-count{color:var(--stzh-base-color);padding:var(--stzh-space-xsmall) var(--stzh-space-small)}main .comment-threads{margin-bottom:var(--stzh-space-xxxlarge)}main .comment__content{padding-left:var(--stzh-space-medium);padding-right:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .comment__content{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .comment__content{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .comment__content{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .comment__content{padding-right:var(--stzh-space-xlarge)}}main .comment__content p{margin-top:0;margin-bottom:0}main .comment__footer{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height))}@media screen and (min-width: 1024px){main .comment__footer{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .comment__votes{margin-top:0}main .comment__header__context-menu__content{-webkit-box-shadow:var(--stzh-box-shadow-popover);box-shadow:var(--stzh-box-shadow-popover)}main .opinion-toggle{margin:var(--stzh-space-xlarge) 0}main .button:hover,main .meeting-polls__button:hover,main .opinion-toggle--meh.is-active,main .opinion-toggle--meh:focus,main .opinion-toggle--meh:hover{background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .opinion-toggle--ko.is-active,main .opinion-toggle--ko:focus,main .opinion-toggle--ko:hover{background-color:var(--stzh-color-error);border-color:var(--stzh-color-error)}main .opinion-toggle--ok.is-active,main .opinion-toggle--ok:focus,main .opinion-toggle--ok:hover{background-color:var(--stzh-color-truegreen);border-color:var(--stzh-color-truegreen)}main .process-nav__content{border-bottom:none}@media screen and (min-width: 40em){main .process-nav__content{border-bottom:0.0625rem solid var(--stzh-base-border-color)}}@media screen and (min-width: 40em){main .process-nav li{padding:var(--stzh-space-xsmall) var(--stzh-space-small)}}main .statistics-cell{margin:var(--stzh-space-xxlarge) 0}main .statistics-cell .statistic__number{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .statistics-cell .statistic__title{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-lead-color);margin-top:0;text-transform:none}@media screen and (min-width: 1024px){main .statistics-cell .statistic__title{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .statistics-cell .statistic__data:after{border-left:0.125rem solid var(--stzh-base-border-color)}main .ql-editor{}main .ql-editor h1,main .ql-editor h2,main .ql-editor h3,main .ql-editor h4{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);margin:0}main .ql-editor b,main .ql-editor strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main .ql-editor i,main .ql-editor em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}main .ql-editor h1,main .ql-editor h2,main .ql-editor h3{color:var(--stzh-heading-color)}main .ql-editor,main .ql-editor p,main .ql-editor stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .ql-editor,main .ql-editor p,main .ql-editor stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main .ql-editor h1{font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}@media screen and (min-width: 600px){main .ql-editor h1{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main .ql-editor h1{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){main .ql-editor h1{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}main .ql-editor h2{font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h2-default-heading-letter-spacing)}@media screen and (min-width: 600px){main .ql-editor h2{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .ql-editor h2{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .ql-editor h2{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main .ql-editor h3{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing)}@media screen and (min-width: 600px){main .ql-editor h3{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .ql-editor h3{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main .ql-editor h4{font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing)}@media screen and (min-width: 1024px){main .ql-editor h4{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}main .ql-editor h1,main .ql-editor h2,main .ql-editor stzh-heading[level="1"],main .ql-editor stzh-heading[level="2"]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main .ql-editor h1,main .ql-editor h2,main .ql-editor stzh-heading[level="1"],main .ql-editor stzh-heading[level="2"]{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor h1,main .ql-editor h2,main .ql-editor stzh-heading[level="1"],main .ql-editor stzh-heading[level="2"]{margin-bottom:var(--stzh-space-xxxlarge)}}main .ql-editor h1,main .ql-editor h2{padding-bottom:var(--stzh-space-xsmall);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 1024px){main .ql-editor h1,main .ql-editor h2{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1260px){main .ql-editor h1,main .ql-editor h2{padding-bottom:var(--stzh-space-medium)}}main .ql-editor h1,main .ql-editor stzh-heading[level="1"],main .ql-editor h2,main .ql-editor stzh-heading[level="2"]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 1024px){main .ql-editor h1,main .ql-editor stzh-heading[level="1"],main .ql-editor h2,main .ql-editor stzh-heading[level="2"]{margin-top:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main .ql-editor h1,main .ql-editor stzh-heading[level="1"],main .ql-editor h2,main .ql-editor stzh-heading[level="2"]{margin-top:var(--stzh-space-xxxxlarge)}}main .ql-editor h3,main .ql-editor stzh-heading[level="3"],main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main .ql-editor h3,main .ql-editor stzh-heading[level="3"],main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor h3,main .ql-editor stzh-heading[level="3"],main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-xxxlarge)}}main .ql-editor p,main .ql-editor stzh-text,main .ql-editor ul,main .ql-editor ol,main .ql-editor dl,main .ql-editor stzh-list{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main .ql-editor p,main .ql-editor stzh-text,main .ql-editor ul,main .ql-editor ol,main .ql-editor dl,main .ql-editor stzh-list{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .ql-editor p,main .ql-editor stzh-text,main .ql-editor ul,main .ql-editor ol,main .ql-editor dl,main .ql-editor stzh-list{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .ql-editor p,main .ql-editor stzh-text,main .ql-editor ul,main .ql-editor ol,main .ql-editor dl,main .ql-editor stzh-list{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .ql-editor p,main .ql-editor stzh-text,main .ql-editor ul,main .ql-editor ol,main .ql-editor dl,main .ql-editor stzh-list{margin-bottom:var(--stzh-space-large)}}main .ql-editor ul ul,main .ql-editor ul ol,main .ql-editor ul dl,main .ql-editor ul stzh-list,main .ql-editor ol ul,main .ql-editor ol ol,main .ql-editor ol dl,main .ql-editor ol stzh-list,main .ql-editor dl ul,main .ql-editor dl ol,main .ql-editor dl dl,main .ql-editor dl stzh-list,main .ql-editor stzh-list ul,main .ql-editor stzh-list ol,main .ql-editor stzh-list dl,main .ql-editor stzh-list stzh-list{margin-top:0;margin-bottom:0}main .ql-editor stzh-text[curve=hero],main .ql-editor stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=hero],main .ql-editor stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=hero],main .ql-editor stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxxlarge)}}main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1],main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1],main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1],main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xxxlarge)}}main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxxxlarge)}}main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxxlarge)}@media screen and (min-width: 600px){main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-top:var(--stzh-space-big)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=h2],main .ql-editor stzh-heading[curve=h2]{margin-top:var(--stzh-space-xbig)}}main .ql-editor stzh-text[curve=h3],main .ql-editor stzh-heading[curve=h3]{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=h3],main .ql-editor stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=h3],main .ql-editor stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxxlarge)}}main .ql-editor stzh-text[curve=h4],main .ql-editor stzh-heading[curve=h4]{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=h4],main .ql-editor stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=h4],main .ql-editor stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxxlarge)}}main .ql-editor stzh-text[curve=p1],main .ql-editor stzh-text[curve=p2],main .ql-editor stzh-heading[curve=p1],main .ql-editor stzh-heading[curve=p2]{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=p1],main .ql-editor stzh-text[curve=p2],main .ql-editor stzh-heading[curve=p1],main .ql-editor stzh-heading[curve=p2]{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=p1],main .ql-editor stzh-text[curve=p2],main .ql-editor stzh-heading[curve=p1],main .ql-editor stzh-heading[curve=p2]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .ql-editor stzh-text[curve=p1],main .ql-editor stzh-text[curve=p2],main .ql-editor stzh-heading[curve=p1],main .ql-editor stzh-heading[curve=p2]{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .ql-editor stzh-text[curve=p1],main .ql-editor stzh-text[curve=p2],main .ql-editor stzh-heading[curve=p1],main .ql-editor stzh-heading[curve=p2]{margin-bottom:var(--stzh-space-large)}}main .ql-editor stzh-figure{margin-top:var(--stzh-space-xxlarge);margin-bottom:var(--stzh-space-xxlarge)}main .ql-editor blockquote{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);padding-left:var(--stzh-space-medium);padding-right:var(--stzh-space-medium);margin:var(--stzh-space-xxlarge);color:var(--stzh-richttext-blockquote-color);position:relative}@media screen and (min-width: 600px){main .ql-editor blockquote{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .ql-editor blockquote{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .ql-editor blockquote{padding-right:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{margin:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){main .ql-editor blockquote{margin:var(--stzh-space-xxxxlarge)}}main .ql-editor blockquote:before{background:var(--stzh-richttext-blockquote-line-color);height:calc(100% - var(--stzh-space-xsmall) * 2);width:0.1875rem;content:" ";display:block;position:absolute;left:0;top:var(--stzh-space-xsmall)}main .ql-editor blockquote p{margin-top:0;margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main .ql-editor blockquote p{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .ql-editor blockquote p{margin-bottom:var(--stzh-space-large)}}main .ql-editor blockquote p::before,main .ql-editor blockquote p::after{display:inline-block}main .ql-editor blockquote p::before{content:"«"}main .ql-editor blockquote p::after{content:"»"}main .ql-editor blockquote footer{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-richttext-blockquote-footer-color)}@media screen and (min-width: 1024px){main .ql-editor blockquote footer{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .ql-editor blockquote footer::before{content:"–";display:inline-block;margin-right:var(--stzh-space-xxxsmall)}main .ql-editor table{--min-width:none;--cell-padding:var(--stzh-table-cell-padding);width:100%;border-spacing:0;min-width:var(--min-width)}main .ql-editor thead{position:-webkit-sticky;position:sticky;top:0;z-index:3}main .ql-editor tr:hover td,main .ql-editor tr:hover th{background-color:var(--stzh-color-grey5)}main .ql-editor td,main .ql-editor th{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);}main .ql-editor td a,main .ql-editor th 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)}main .ql-editor td a:hover,main .ql-editor td a:focus,main .ql-editor th a:hover,main .ql-editor th a:focus{color:var(--stzh-link-hover-color)}main .ql-editor td b,main .ql-editor td strong,main .ql-editor th b,main .ql-editor th strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main .ql-editor td i,main .ql-editor td em,main .ql-editor th i,main .ql-editor th em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}main .ql-editor td.align-left,main .ql-editor th.align-left{text-align:left}main .ql-editor td.align-right,main .ql-editor th.align-right{text-align:right}main .ql-editor td.align-center,main .ql-editor th.align-center{text-align:center}main .ql-editor td.valign-auto,main .ql-editor th.valign-auto{vertical-align:auto}main .ql-editor td.valign-middle,main .ql-editor th.valign-middle{vertical-align:middle}main .ql-editor td.valign-bottom,main .ql-editor th.valign-bottom{vertical-align:bottom}main .ql-editor td.nowrap,main .ql-editor th.nowrap{white-space:nowrap}main .ql-editor td.is-sticky-left,main .ql-editor td.is-sticky-right,main .ql-editor th.is-sticky-left,main .ql-editor th.is-sticky-right{position:-webkit-sticky;position:sticky;z-index:1}main .ql-editor td.has-sticked,main .ql-editor th.has-sticked{z-index:2}main .ql-editor td.is-sticky-left,main .ql-editor th.is-sticky-left{left:0}main .ql-editor td.is-sticky-right,main .ql-editor th.is-sticky-right{right:0}main .ql-editor td.is-sticky-left::after,main .ql-editor td.is-sticky-right::after,main .ql-editor th.is-sticky-left::after,main .ql-editor th.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)}main .ql-editor td.is-sticky-left::after,main .ql-editor th.is-sticky-left::after{right:0}main .ql-editor td.is-sticky-right::after,main .ql-editor th.is-sticky-right::after{left:0;-webkit-transform:rotate(-180deg) translate(100%);transform:rotate(-180deg) translate(100%)}main .ql-editor td.has-sticked.is-sticky-left::after,main .ql-editor td.has-sticked.is-sticky-right::after,main .ql-editor th.has-sticked.is-sticky-left::after,main .ql-editor th.has-sticked.is-sticky-right::after{opacity:1}main .ql-editor th{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))}main .ql-editor th.is-sortable{padding:0}main .ql-editor 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)}main .ql-editor a:hover,main .ql-editor a:focus{color:var(--stzh-link-hover-color)}main .ql-editor a .stzh-richtext__external-link{position:relative}main .ql-editor a .stzh-richtext__external-icon-wrapper{position:relative;display:inline-block;width:var(--stzh-icon-size-default);height:var(--stzh-link-icon-wrapper-height);margin-left:var(--stzh-space-xxsmall)}main .ql-editor a .stzh-richtext__external-icon{--icon:var(--stzh-icon-size-default);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:0.0625rem;width:var(--stzh-icon-size-default);height:var(--stzh-icon-size-default)}main .ql-editor *:first-child{margin-top:0}main .help-text{color:var(--stzh-base-color)}main .help-text .ql-editor p{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .help-text .ql-editor p{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .accountability .categories .categories--header span,main .accountability .categories .progress-figure,main .accountability .categories .categories--group .category--title .progress-info .category--count{color:var(--stzh-base-color)}main .accountability .categories .categories--header .icon--arrow-bottom{fill:var(--stzh-base-color)}main .accountability .categories .categories--header{border-color:var(--stzh-base-border-color);margin-bottom:var(--stzh-space-medium);padding-bottom:var(--stzh-space-medium)}main .accountability .intro .progress-level p{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;margin-bottom:var(--stzh-space-small);margin-top:0}@media screen and (min-width: 1024px){main .accountability .intro .progress-level p{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .accountability .intro .progress-level p{margin-bottom:var(--stzh-space-large)}}main .accountability .categories .progress-figure{margin-top:0}main .accountability .categories .categories--group .category--title .progress-info .category--count{margin-top:var(--stzh-space-xxxsmall)}main .accountability .title-action{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .accountability .title-action{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .accountability .title-action{margin-bottom:var(--stzh-space-xlarge)}}main .lines-breadcrumb a,main .muted-link{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;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)}main .lines-breadcrumb a:hover,main .lines-breadcrumb a:focus,main .muted-link:hover,main .muted-link:focus{color:var(--stzh-link-hover-color)}main .lead .ql-editor p{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);margin-bottom:var(--stzh-space-xxxlarge);margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){main .lead .ql-editor p{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main .lead .ql-editor p{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}@media screen and (min-width: 600px){main .lead .ql-editor p{margin-bottom:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){main .lead .ql-editor p{margin-bottom:var(--stzh-space-big)}}@media screen and (min-width: 1260px){main .lead .ql-editor p{margin-bottom:var(--stzh-space-xbig)}}main .callout.secondary,main .callout.warning,main .callout.success,main .floating-helper__content{padding:var(--stzh-space-medium);padding:var(--stzh-space-medium);display:block;-webkit-box-shadow:var(--stzh-box-shadow-message);box-shadow:var(--stzh-box-shadow-message);background-color:var(--stzh-color-white);margin-bottom:var(--stzh-space-xxxxlarge) !important}@media screen and (min-width: 1024px){main .callout.secondary,main .callout.warning,main .callout.success,main .floating-helper__content{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .callout.secondary,main .callout.warning,main .callout.success,main .floating-helper__content{padding:var(--stzh-space-xlarge)}}main .callout{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;border-left-width:0.3125rem}main .callout .heading2:first-child,main .callout .heading3:first-child{margin-top:0}main .floating-helper__content{border-top:none;padding-right:calc(var(--stzh-icon-size-medium) + var(--stzh-space-small) + var(--stzh-space-medium))}main .floating-helper__wrapper{position:relative}main .floating-helper__content-close{top:var(--stzh-space-medium);right:var(--stzh-space-medium);-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;width:var(--stzh-icon-size-medium);height:var(--stzh-icon-size-medium);padding:var(--stzh-space-xsmall);margin:calc(var(--stzh-space-xsmall) * -1);background-color:transparent;color:var(--stzh-base-lead-color)}@media screen and (min-width: 1024px){main .floating-helper__content-close{top:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .floating-helper__content-close{top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .floating-helper__content-close{right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .floating-helper__content-close{right:var(--stzh-space-xlarge)}}main .floating-helper__content-close .icon{width:var(--stzh-icon-size-xxsmall);height:var(--stzh-icon-size-xxsmall)}main .floating-helper__icon-big{width:var(--stzh-icon-size-large);height:var(--stzh-icon-size-large);background-color:var(--stzh-color-primary8)}main .floating-helper__icon-big .icon{width:var(--stzh-icon-size-xsmall);height:var(--stzh-icon-size-xsmall)}@media screen and (min-width: 40em){main .floating-helper__content-inner>*{margin:0}main .floating-helper__icon-big{margin-right:var(--stzh-space-small)}}main .floating-helper-block .mb-s{margin:0 !important}main .extra,main .tech-info{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .extra,main .tech-info{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .extra,main .tech-info{margin-bottom:var(--stzh-space-xlarge)}}main .extra__date,main .extra__suport-number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h2-default-text-letter-spacing)}@media screen and (min-width: 600px){main .extra__date,main .extra__suport-number{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .extra__date,main .extra__suport-number{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .extra__date,main .extra__suport-number{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main .extra__month{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .extra__month{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .extra__time,main .extra__suport-text{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .extra__time,main .extra__suport-text{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .filters__help p:first-of-type{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));margin-top:0}@media screen and (min-width: 1024px){main .filters__help p:first-of-type{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main #participatory-space-filters legend{margin-right:var(--stzh-space-xsmall)}main .mini-title{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main .mini-title{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .mini-title__strong--highlight{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .mini-title__strong--highlight{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}main .tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}main .tags:last-child{margin-bottom:calc(var(--stzh-space-xsmall) * -1)}main .tags li{margin-right:var(--stzh-space-xsmall);margin-bottom:var(--stzh-space-xsmall)}main .tags li a{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);height:2rem;line-height:2rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;border-radius:1rem;padding:0 var(--stzh-space-medium);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0.0625rem solid var(--stzh-color-grey13);background-color:var(--stzh-color-white);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);text-decoration:none}main .card{color:var(--stzh-base-color)}main .card__top .badge-card__content,main .card__top .card__content{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));padding:var(--stzh-space-xsmall) var(--stzh-space-large);-ms-flex-align:center;align-items:center}@media screen and (min-width: 1024px){main .card__top .badge-card__content,main .card__top .card__content{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card__top .badge-card__content span.muted,main .card__top .card__content span.muted{font-size:inherit}main .card__top .card__content{border-bottom:0.0625rem solid var(--stzh-base-border-color)}main .card__top .card__content .card__link{display:block}main .card>.card__content,main .card.definition-data,main .card .definition-data,main .badge-card__content,main .card__support,main .filters__section,main .filters__section--general,main .filters__section--general:first-of-type,main .filters__section:first-of-type{padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .card>.card__content,main .card.definition-data,main .card .definition-data,main .badge-card__content,main .card__support,main .filters__section,main .filters__section--general,main .filters__section--general:first-of-type,main .filters__section:first-of-type{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .card>.card__content,main .card.definition-data,main .card .definition-data,main .badge-card__content,main .card__support,main .filters__section,main .filters__section--general,main .filters__section--general:first-of-type,main .filters__section:first-of-type{padding:var(--stzh-space-xlarge)}}main .card-data__item,main .filters__section,main .filters__section--general,main .card__block ul,main .card__icondata ul,main .card__footer,main .card__top{border-color:var(--stzh-base-border-color)}main .card__link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-decoration:none;color:var(--stzh-base-color)}main .card__link:hover{text-decoration:none}main .card__link .text-small{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height))}@media screen and (min-width: 1024px){main .card__link .text-small{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .card__header{margin-bottom:var(--stzh-space-small)}main .card__text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .card__text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main .card__text:not(:last-child){margin-bottom:var(--stzh-space-small)}main .card .card__title,main .card--list__heading{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));margin-top:0;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed)}@media screen and (min-width: 1024px){main .card .card__title,main .card--list__heading{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}main .card:not(.card--secondary):hover .card__title{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .collapsible-list .card__text--paragraph{color:var(--stzh-base-color) !important}main .card__block ul li:not(:first-child),main .card__icondata ul li:not(:first-child){font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .card__block ul li:not(:first-child),main .card__icondata ul li:not(:first-child){font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card-data__item{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .card-data__item{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card-data__item .heading1,main .card-data__item .heading2,main .card-data__item .heading3,main .card-data__item .heading4{margin-top:0}main .card-data__item strong{display:block}main .card-data__item br{display:none}main .card-data__item.creation_date_status strong{color:var(--stzh-base-color);color:inherit}main .card__status .card-data__item{padding:var(--stzh-space-xsmall)}main .card--meta{color:var(--stzh-base-color)}main .card__block ul li:not(:first-child) strong,main .card__icondata ul li:not(:first-child) strong{font-size:inherit;letter-spacing:inherit}main .add-message:not(.card--secondary):hover,main .card:not(.card--secondary):hover,main .chart-tooltip:not(.card--secondary):hover,main .conference-registration:not(.card--secondary):hover,main .conference-speaker .speaker-bio:not(.card--secondary):hover{-webkit-box-shadow:var(--stzh-box-shadow-popover);box-shadow:var(--stzh-box-shadow-popover)}main div.card__text--paragraph>.ql-editor.ql-reset-decidim>p,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h1,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h2,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h3,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h4{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main div.card__text--paragraph>.ql-editor.ql-reset-decidim>p,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h1,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h2,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h3,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h4{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main .progress__bar.progress__bar--vertical .progress__bar__subtitle,main .progress__bar .progress__bar__title{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .progress__bar.progress__bar--vertical .progress__bar__subtitle,main .progress__bar .progress__bar__title{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card__support__number,main .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,main .progress__bar .progress__bar__title .progress__bar__number,main .extra__suport-text,main .progress__bar.progress__bar--vertical .progress__bar__text{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .card__support__number,main .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,main .progress__bar .progress__bar__title .progress__bar__number,main .extra__suport-text,main .progress__bar.progress__bar--vertical .progress__bar__text{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .progress__bar.progress__bar--vertical .progress__bar__number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h2-default-text-letter-spacing)}@media screen and (min-width: 600px){main .progress__bar.progress__bar--vertical .progress__bar__number{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .progress__bar.progress__bar--vertical .progress__bar__number{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .progress__bar.progress__bar--vertical .progress__bar__number{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main .card--list__item{padding:0}main .card--list__text{padding:0;display:block}main .card--list__icon{fill:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .card--list__item .card__link{padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .card--list__item .card__link{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .card--list__item .card__link{padding:var(--stzh-space-xlarge)}}main .card--list__text .card__link:hover .card--list__heading{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .card--list__text .card__link .text-small{color:var(--stzh-base-color)}main .card--list__data{background-color:var(--stzh-color-grey5)}main .card--list__data__number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);color:var(--stzh-color-grey70)}@media screen and (min-width: 600px){main .card--list__data__number{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main .card--list__data__number{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}main .card.extra:hover,main .view-side .card:not(.card--secondary):hover,main .comment-thread:not(.card--secondary):hover{-webkit-box-shadow:none;box-shadow:none}main .definition__title{color:var(--stzh-color-grey70)}main .definition-data{color:var(--stzh-color-grey55)}main .definition-data__item{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));padding:0;padding-bottom:var(--stzh-space-small);margin-bottom:var(--stzh-space-small);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 1024px){main .definition-data__item{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .definition-data__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}main .definition-data__title{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));margin-bottom:0}@media screen and (min-width: 1024px){main .definition-data__title{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .section.columns.medium-5.mediumlarge-4.large-3>.card.extra.definition-data{background-color:var(--stzh-color-grey5)}main .author__name{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-color-grey55) !important}@media screen and (min-width: 1024px){main .author__name{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .author-data{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .author-data{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .author-data__extra{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .author-data__extra{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .author-data__extra::before{border-color:var(--stzh-base-border-color)}main .author-data__extra a{white-space:nowrap;text-decoration:none}main .author-data__extra>a,main .author-data__extra>button .author-data__extra>span{margin-right:var(--stzh-space-medium)}main .budget-summary .heading2:first-child,main .budget-summary .heading3:first-child{margin-top:0}main .budget-progress{min-height:var(--stzh-form-input-height)}main .budget-list__title{margin-top:var(--stzh-space-xsmall);margin-bottom:var(--stzh-space-medium)}main .budget-list__text:not(:last-child){margin-bottom:0}main .budget-list__data__number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .budget-list__data__number{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}main .answer-questionnaire .questionnaire-question{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);margin-bottom:var(--stzh-space-xsmall)}@media screen and (min-width: 1024px){main .answer-questionnaire .questionnaire-question{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}';export{i as stzh_portal_mitwirken}