@oiz/stzh-components 2.4.0-beta → 2.5.0-alpha-carousel

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 (427) hide show
  1. package/dist/cjs/{_commonjsHelpers-dcc4cf71.js → _commonjsHelpers-bcc1208a.js} +0 -16
  2. package/dist/cjs/app-globals-d7bd37fe.js +889 -0
  3. package/dist/cjs/{js.cookie-226c94ed.js → js.cookie-9c263d23.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-actions.cjs.entry.js +3 -1
  6. package/dist/cjs/stzh-actionset.cjs.entry.js +11 -6
  7. package/dist/cjs/stzh-appnav.cjs.entry.js +3 -1
  8. package/dist/cjs/stzh-badge_3.cjs.entry.js +20 -8
  9. package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-card_3.cjs.entry.js +36 -29
  11. package/dist/cjs/stzh-carousel.cjs.entry.js +522 -0
  12. package/dist/cjs/stzh-chart.cjs.entry.js +5998 -5171
  13. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +3 -1
  14. package/dist/cjs/stzh-chip_2.cjs.entry.js +82 -5
  15. package/dist/cjs/stzh-components.cjs.js +2 -2
  16. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-datalist_2.cjs.entry.js +10 -3
  18. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-datatable.cjs.entry.js +16 -4
  20. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -1
  21. package/dist/cjs/stzh-dialog.cjs.entry.js +16 -13
  22. package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
  23. package/dist/cjs/stzh-footer.cjs.entry.js +3 -1
  24. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +17 -4
  25. package/dist/cjs/stzh-header.cjs.entry.js +32 -27
  26. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-input.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-invert.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-link.cjs.entry.js +15 -4
  30. package/dist/cjs/stzh-loader.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
  32. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  33. package/dist/cjs/stzh-metanav.cjs.entry.js +3 -1
  34. package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +1 -1
  35. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +3 -1
  37. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +4 -2
  38. package/dist/cjs/stzh-pagetitle.cjs.entry.js +3 -1
  39. package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
  40. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  41. package/dist/cjs/stzh-readspeaker.cjs.entry.js +3 -1
  42. package/dist/cjs/stzh-sortable.cjs.entry.js +4 -2
  43. package/dist/cjs/stzh-space.cjs.entry.js +1 -1
  44. package/dist/cjs/stzh-sticky.cjs.entry.js +3 -1
  45. package/dist/cjs/stzh-table.cjs.entry.js +14 -4
  46. package/dist/cjs/stzh-upload.cjs.entry.js +1 -1
  47. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  48. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +16 -11
  49. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  50. package/dist/collection/assets/i18n/de.json +10 -0
  51. package/dist/collection/assets/i18n/en.json +11 -1
  52. package/dist/collection/collection-manifest.json +1 -0
  53. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -1
  54. package/dist/collection/components/stzh-actionset/stzh-actionset.js +11 -33
  55. package/dist/collection/components/stzh-appnav/stzh-appnav.js +3 -1
  56. package/dist/collection/components/stzh-button/stzh-button.css +16 -1
  57. package/dist/collection/components/stzh-button/stzh-button.js +73 -7
  58. package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -1
  59. package/dist/collection/components/stzh-card/stzh-card.css +34 -9
  60. package/dist/collection/components/stzh-card/stzh-card.js +52 -54
  61. package/dist/collection/components/stzh-carousel/stzh-carousel.css +253 -0
  62. package/dist/collection/components/stzh-carousel/stzh-carousel.js +966 -0
  63. package/dist/collection/components/stzh-carousel/stzh-carousel.localization.js +1 -0
  64. package/dist/collection/components/stzh-carousel/stzh-carousel.stories.js +138 -0
  65. package/dist/collection/components/stzh-chart/stzh-chart.css +101 -54
  66. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +1 -0
  67. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +3 -1
  68. package/dist/collection/components/stzh-chip/stzh-chip.css +19 -17
  69. package/dist/collection/components/stzh-chip/stzh-chip.js +2 -1
  70. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +1 -1
  71. package/dist/collection/components/stzh-clamp/stzh-clamp.css +46 -160
  72. package/dist/collection/components/stzh-clamp/stzh-clamp.js +218 -8
  73. package/dist/collection/components/stzh-clamp/stzh-clamp.localization.js +1 -0
  74. package/dist/collection/components/stzh-clamp/stzh-clamp.stories.js +1 -1
  75. package/dist/collection/components/stzh-cspace/stzh-cspace.css +36 -0
  76. package/dist/collection/components/stzh-datalist/stzh-datalist.js +18 -18
  77. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +11 -0
  78. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +28 -1
  79. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +10 -0
  80. package/dist/collection/components/stzh-datatable/stzh-datatable.js +15 -12
  81. package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -2
  82. package/dist/collection/components/stzh-dialog/stzh-dialog.js +15 -12
  83. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +1 -1
  84. package/dist/collection/components/stzh-footer/stzh-footer.js +3 -1
  85. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +3 -1
  86. package/dist/collection/components/stzh-header/stzh-header.js +32 -45
  87. package/dist/collection/components/stzh-hspace/stzh-hspace.css +4 -0
  88. package/dist/collection/components/stzh-input/stzh-input.css +1 -1
  89. package/dist/collection/components/stzh-input/stzh-input.stories.js +12 -12
  90. package/dist/collection/components/stzh-invert/stzh-invert.css +4 -4
  91. package/dist/collection/components/stzh-link/stzh-link.css +11 -0
  92. package/dist/collection/components/stzh-link/stzh-link.js +68 -3
  93. package/dist/collection/components/stzh-loader/stzh-loader.css +4 -4
  94. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +27 -27
  95. package/dist/collection/components/stzh-metanav/stzh-metanav.js +3 -1
  96. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +1 -1
  97. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +3 -1
  98. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +3 -1
  99. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +4 -4
  100. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +3 -1
  101. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -3
  102. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +118 -12
  103. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +3 -1
  104. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +3 -1
  105. package/dist/collection/components/stzh-richtext/stzh-richtext.css +14 -3
  106. package/dist/collection/components/stzh-richtext/stzh-richtext.js +32 -0
  107. package/dist/collection/components/stzh-sortable/stzh-sortable.css +1 -1
  108. package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -1
  109. package/dist/collection/components/stzh-space/stzh-space.css +4 -0
  110. package/dist/collection/components/stzh-sticky/stzh-sticky.js +3 -1
  111. package/dist/collection/components/stzh-table/stzh-table.js +14 -13
  112. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +16 -11
  113. package/dist/collection/components/stzh-vspace/stzh-vspace.css +4 -0
  114. package/dist/collection/global/js/script.js +2 -0
  115. package/dist/components/_commonjsHelpers.js +1 -16
  116. package/dist/components/index.d.ts +1 -0
  117. package/dist/components/index.js +835 -1
  118. package/dist/components/stzh-actions.js +3 -1
  119. package/dist/components/stzh-actionset2.js +12 -7
  120. package/dist/components/stzh-appnav.js +3 -1
  121. package/dist/components/stzh-button2.js +23 -8
  122. package/dist/components/stzh-calendar2.js +1 -1
  123. package/dist/components/stzh-card2.js +37 -29
  124. package/dist/components/stzh-carousel.d.ts +11 -0
  125. package/dist/components/stzh-carousel.js +568 -0
  126. package/dist/components/stzh-chart.js +5995 -5168
  127. package/dist/components/stzh-checkboxgroup.js +3 -1
  128. package/dist/components/stzh-chip-select2.js +21 -9
  129. package/dist/components/stzh-chip2.js +19 -6
  130. package/dist/components/stzh-clamp2.js +110 -11
  131. package/dist/components/stzh-cspace.js +1 -1
  132. package/dist/components/stzh-datalist-item2.js +10 -2
  133. package/dist/components/stzh-datalist2.js +3 -3
  134. package/dist/components/stzh-datamessagelist-item.js +17 -11
  135. package/dist/components/stzh-datatable.js +16 -4
  136. package/dist/components/stzh-dialog.js +16 -13
  137. package/dist/components/stzh-dropdown2.js +1 -1
  138. package/dist/components/stzh-footer.js +3 -1
  139. package/dist/components/stzh-ghettobox2.js +3 -1
  140. package/dist/components/stzh-header.js +33 -28
  141. package/dist/components/stzh-hspace.js +1 -1
  142. package/dist/components/stzh-input2.js +1 -1
  143. package/dist/components/stzh-invert.js +1 -1
  144. package/dist/components/stzh-link2.js +18 -4
  145. package/dist/components/stzh-loader2.js +1 -1
  146. package/dist/components/stzh-menu-item2.js +4 -4
  147. package/dist/components/stzh-metanav.js +3 -1
  148. package/dist/components/stzh-microsite-teaserlist.js +1 -1
  149. package/dist/components/stzh-page-skiplinks.js +3 -1
  150. package/dist/components/stzh-pagetitle-hero.js +4 -2
  151. package/dist/components/stzh-pagetitle.js +3 -1
  152. package/dist/components/stzh-popover2.js +1 -1
  153. package/dist/components/stzh-portal-mitwirken.js +1 -1
  154. package/dist/components/stzh-radiogroup2.js +3 -1
  155. package/dist/components/stzh-readspeaker.js +3 -1
  156. package/dist/components/stzh-richtext2.js +14 -1
  157. package/dist/components/stzh-sortable2.js +4 -2
  158. package/dist/components/stzh-space.js +1 -1
  159. package/dist/components/stzh-sticky.js +3 -1
  160. package/dist/components/stzh-table.js +15 -5
  161. package/dist/components/stzh-upload.js +1 -1
  162. package/dist/components/stzh-vbz-ticker.js +16 -11
  163. package/dist/components/stzh-vspace.js +1 -1
  164. package/dist/esm/{_commonjsHelpers-f9dc4873.js → _commonjsHelpers-ba3f0406.js} +1 -16
  165. package/dist/esm/app-globals-62e1178d.js +887 -0
  166. package/dist/esm/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  167. package/dist/esm/loader.js +2 -2
  168. package/dist/esm/stzh-actions.entry.js +3 -1
  169. package/dist/esm/stzh-actionset.entry.js +11 -6
  170. package/dist/esm/stzh-appnav.entry.js +3 -1
  171. package/dist/esm/stzh-badge_3.entry.js +20 -8
  172. package/dist/esm/stzh-calendar.entry.js +1 -1
  173. package/dist/esm/stzh-card_3.entry.js +36 -29
  174. package/dist/esm/stzh-carousel.entry.js +518 -0
  175. package/dist/esm/stzh-chart.entry.js +5995 -5168
  176. package/dist/esm/stzh-checkboxgroup.entry.js +3 -1
  177. package/dist/esm/stzh-chip_2.entry.js +82 -5
  178. package/dist/esm/stzh-components.js +2 -2
  179. package/dist/esm/stzh-cspace.entry.js +1 -1
  180. package/dist/esm/stzh-datalist_2.entry.js +10 -3
  181. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  182. package/dist/esm/stzh-datatable.entry.js +16 -4
  183. package/dist/esm/stzh-datepicker_3.entry.js +3 -1
  184. package/dist/esm/stzh-dialog.entry.js +16 -13
  185. package/dist/esm/stzh-dropdown.entry.js +2 -2
  186. package/dist/esm/stzh-footer.entry.js +3 -1
  187. package/dist/esm/stzh-ghettobox_2.entry.js +17 -4
  188. package/dist/esm/stzh-header.entry.js +32 -27
  189. package/dist/esm/stzh-hspace.entry.js +1 -1
  190. package/dist/esm/stzh-input.entry.js +1 -1
  191. package/dist/esm/stzh-invert.entry.js +1 -1
  192. package/dist/esm/stzh-link.entry.js +15 -4
  193. package/dist/esm/stzh-loader.entry.js +1 -1
  194. package/dist/esm/stzh-menu_2.entry.js +2 -2
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-metanav.entry.js +3 -1
  197. package/dist/esm/stzh-microsite-teaserlist.entry.js +1 -1
  198. package/dist/esm/stzh-olmap.entry.js +1 -1
  199. package/dist/esm/stzh-page-skiplinks.entry.js +3 -1
  200. package/dist/esm/stzh-pagetitle-hero.entry.js +4 -2
  201. package/dist/esm/stzh-pagetitle.entry.js +3 -1
  202. package/dist/esm/stzh-popover.entry.js +1 -1
  203. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  204. package/dist/esm/stzh-readspeaker.entry.js +3 -1
  205. package/dist/esm/stzh-sortable.entry.js +4 -2
  206. package/dist/esm/stzh-space.entry.js +1 -1
  207. package/dist/esm/stzh-sticky.entry.js +3 -1
  208. package/dist/esm/stzh-table.entry.js +14 -4
  209. package/dist/esm/stzh-upload.entry.js +1 -1
  210. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  211. package/dist/esm/stzh-vbz-ticker.entry.js +16 -11
  212. package/dist/esm/stzh-vspace.entry.js +1 -1
  213. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  214. package/dist/esm-es5/app-globals-62e1178d.js +1 -0
  215. package/dist/esm-es5/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  216. package/dist/esm-es5/loader.js +1 -1
  217. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  218. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  219. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  220. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  221. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  222. package/dist/esm-es5/stzh-card_3.entry.js +1 -1
  223. package/dist/esm-es5/stzh-carousel.entry.js +1 -0
  224. package/dist/esm-es5/stzh-chart.entry.js +3 -3
  225. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  226. package/dist/esm-es5/stzh-chip_2.entry.js +1 -1
  227. package/dist/esm-es5/stzh-components.js +1 -1
  228. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  229. package/dist/esm-es5/stzh-datalist_2.entry.js +1 -1
  230. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  231. package/dist/esm-es5/stzh-datatable.entry.js +2 -2
  232. package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
  233. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  234. package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
  235. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  236. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  237. package/dist/esm-es5/stzh-header.entry.js +1 -1
  238. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  239. package/dist/esm-es5/stzh-input.entry.js +1 -1
  240. package/dist/esm-es5/stzh-invert.entry.js +1 -1
  241. package/dist/esm-es5/stzh-link.entry.js +1 -1
  242. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  243. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  244. package/dist/esm-es5/stzh-message.entry.js +1 -1
  245. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  246. package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -1
  247. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  248. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  249. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
  250. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  251. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  252. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  253. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  254. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  255. package/dist/esm-es5/stzh-space.entry.js +1 -1
  256. package/dist/esm-es5/stzh-sticky.entry.js +1 -1
  257. package/dist/esm-es5/stzh-table.entry.js +1 -1
  258. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  259. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  260. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  261. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  262. package/dist/stzh-components/assets/i18n/de.json +10 -0
  263. package/dist/stzh-components/assets/i18n/en.json +11 -1
  264. package/dist/stzh-components/p-0a408348.entry.js +1 -0
  265. package/dist/stzh-components/{p-ff328114.system.entry.js → p-0c779613.system.entry.js} +1 -1
  266. package/dist/stzh-components/{p-55752bd5.system.entry.js → p-0e690e3e.system.entry.js} +1 -1
  267. package/dist/stzh-components/p-10b4fedd.system.entry.js +1 -0
  268. package/dist/stzh-components/p-14729939.entry.js +1 -0
  269. package/dist/stzh-components/p-1494b502.entry.js +1 -0
  270. package/dist/stzh-components/p-14d5a56d.entry.js +1 -0
  271. package/dist/stzh-components/p-205f5111.system.entry.js +1 -0
  272. package/dist/stzh-components/{p-c8cc2563.system.entry.js → p-263fd0bb.system.entry.js} +1 -1
  273. package/dist/stzh-components/p-2ed20db5.entry.js +1 -0
  274. package/dist/stzh-components/p-322e74e9.system.entry.js +1 -0
  275. package/dist/stzh-components/p-353294ce.entry.js +1 -0
  276. package/dist/stzh-components/p-396697db.system.entry.js +1 -0
  277. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  278. package/dist/stzh-components/p-3af95b5d.entry.js +1 -0
  279. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  280. package/dist/stzh-components/p-3f80ce87.entry.js +1 -0
  281. package/dist/stzh-components/{p-c2f909c1.system.entry.js → p-3fc51ad1.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-4453449f.entry.js +1 -0
  283. package/dist/stzh-components/{p-6a94e520.system.entry.js → p-454e50f8.system.entry.js} +1 -1
  284. package/dist/stzh-components/{p-d54ff4d4.system.entry.js → p-47175c6f.system.entry.js} +1 -1
  285. package/dist/stzh-components/p-48d40c7c.system.entry.js +1 -0
  286. package/dist/stzh-components/{p-5c72664e.system.entry.js → p-4acb6752.system.entry.js} +1 -1
  287. package/dist/stzh-components/{p-b1ffc2a9.system.entry.js → p-4b995fe4.system.entry.js} +1 -1
  288. package/dist/stzh-components/{p-be97cb22.entry.js → p-4da7ebff.entry.js} +1 -1
  289. package/dist/stzh-components/p-4f8085e5.entry.js +1 -0
  290. package/dist/stzh-components/{p-2f4448c9.system.entry.js → p-558f336d.system.entry.js} +1 -1
  291. package/dist/stzh-components/p-5a4aef52.entry.js +1 -0
  292. package/dist/stzh-components/{p-484a366f.system.js → p-5db542ae.system.js} +1 -1
  293. package/dist/stzh-components/{p-72a62d0d.system.entry.js → p-6659b6f6.system.entry.js} +1 -1
  294. package/dist/stzh-components/{p-f3276ca5.system.entry.js → p-6a109ce9.system.entry.js} +1 -1
  295. package/dist/stzh-components/{p-1a98470f.system.entry.js → p-6a26c9eb.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-6bc7f44a.entry.js +1 -0
  297. package/dist/stzh-components/{p-02d51685.entry.js → p-6ee87986.entry.js} +1 -1
  298. package/dist/stzh-components/p-7ff1640c.entry.js +1 -0
  299. package/dist/stzh-components/{p-26889a91.entry.js → p-814e5ae7.entry.js} +2 -2
  300. package/dist/stzh-components/p-821ca4af.system.entry.js +1 -0
  301. package/dist/stzh-components/{p-2b67b0b3.system.entry.js → p-884793dd.system.entry.js} +2 -2
  302. package/dist/stzh-components/{p-a32ae73a.system.entry.js → p-88fbb2fc.system.entry.js} +2 -2
  303. package/dist/stzh-components/p-8b16550d.entry.js +1 -0
  304. package/dist/stzh-components/{p-963a7526.system.entry.js → p-8c371d1d.system.entry.js} +1 -1
  305. package/dist/stzh-components/p-8eda017e.entry.js +1 -0
  306. package/dist/stzh-components/p-949f7885.system.js +1 -0
  307. package/dist/stzh-components/{p-6adc5f0c.system.entry.js → p-95bfbf67.system.entry.js} +1 -1
  308. package/dist/stzh-components/p-99d85a97.entry.js +1 -0
  309. package/dist/stzh-components/p-9a94b249.system.entry.js +1 -0
  310. package/dist/stzh-components/{p-32a03d1c.entry.js → p-9ed30a9f.entry.js} +1 -1
  311. package/dist/stzh-components/{p-febba79b.entry.js → p-9f29e6c3.entry.js} +1 -1
  312. package/dist/stzh-components/{p-67816aa4.entry.js → p-a0b2739a.entry.js} +1 -1
  313. package/dist/stzh-components/p-a2121744.system.entry.js +1 -0
  314. package/dist/stzh-components/p-a22ac109.entry.js +1 -0
  315. package/dist/stzh-components/p-a3bf419d.entry.js +1 -0
  316. package/dist/stzh-components/{p-c9c7d88a.entry.js → p-a47e205f.entry.js} +1 -1
  317. package/dist/stzh-components/p-aa2c81e6.system.entry.js +3 -0
  318. package/dist/stzh-components/{p-088b16c6.system.entry.js → p-abf13db9.system.entry.js} +1 -1
  319. package/dist/stzh-components/p-ad96eb50.entry.js +1 -0
  320. package/dist/stzh-components/p-ae7255f6.entry.js +1 -0
  321. package/dist/stzh-components/p-af05718d.system.entry.js +1 -0
  322. package/dist/stzh-components/p-af9aac53.entry.js +3 -0
  323. package/dist/stzh-components/{p-24b8df26.js → p-b10682ee.js} +1 -1
  324. package/dist/stzh-components/p-b4c28bf5.entry.js +1 -0
  325. package/dist/stzh-components/p-b4db3558.js +1 -0
  326. package/dist/stzh-components/p-b61f7404.entry.js +1 -0
  327. package/dist/stzh-components/p-b9adebdc.entry.js +1 -0
  328. package/dist/stzh-components/{p-c4c620fa.system.entry.js → p-b9bd42e6.system.entry.js} +1 -1
  329. package/dist/stzh-components/p-b9f784e4.system.entry.js +1 -0
  330. package/dist/stzh-components/{p-b92734db.entry.js → p-bcfba21f.entry.js} +1 -1
  331. package/dist/stzh-components/p-bd1a5d6d.system.entry.js +1 -0
  332. package/dist/stzh-components/p-c457dad2.system.entry.js +1 -0
  333. package/dist/stzh-components/{p-f8feb07b.entry.js → p-c80a9d50.entry.js} +1 -1
  334. package/dist/stzh-components/p-c9940c35.entry.js +1 -0
  335. package/dist/stzh-components/p-cab1a192.entry.js +1 -0
  336. package/dist/stzh-components/p-cd59cead.system.js +1 -0
  337. package/dist/stzh-components/{p-102e2bcd.system.entry.js → p-cd979ce9.system.entry.js} +1 -1
  338. package/dist/stzh-components/{p-512c38b3.system.entry.js → p-ce5db779.system.entry.js} +1 -1
  339. package/dist/stzh-components/p-d29fd401.entry.js +1 -0
  340. package/dist/stzh-components/{p-7e4261ce.system.entry.js → p-d5514e5b.system.entry.js} +1 -1
  341. package/dist/stzh-components/{p-51b3a560.system.entry.js → p-d585e8fd.system.entry.js} +1 -1
  342. package/dist/stzh-components/p-d5994419.system.entry.js +1 -0
  343. package/dist/stzh-components/p-d6e5f396.system.entry.js +1 -0
  344. package/dist/stzh-components/{p-444b2baf.entry.js → p-e085a0a0.entry.js} +1 -1
  345. package/dist/stzh-components/p-e1501622.system.entry.js +1 -0
  346. package/dist/stzh-components/p-e2d80ee3.entry.js +1 -0
  347. package/dist/stzh-components/p-e4aa12ba.system.entry.js +1 -0
  348. package/dist/stzh-components/p-e54f66ea.system.entry.js +1 -0
  349. package/dist/stzh-components/{p-d9ae09b5.entry.js → p-eb16ad0d.entry.js} +2 -2
  350. package/dist/stzh-components/p-eb1ea7f0.entry.js +1 -0
  351. package/dist/stzh-components/{p-e1b2785b.entry.js → p-ec87506f.entry.js} +1 -1
  352. package/dist/stzh-components/{p-309fc559.system.entry.js → p-ee20b95b.system.entry.js} +1 -1
  353. package/dist/stzh-components/p-f122e15d.system.entry.js +1 -0
  354. package/dist/stzh-components/{p-809ed955.system.entry.js → p-f27d1a06.system.entry.js} +1 -1
  355. package/dist/stzh-components/p-f449f909.entry.js +1 -0
  356. package/dist/stzh-components/{p-af67ea5e.entry.js → p-f4c0d928.entry.js} +1 -1
  357. package/dist/stzh-components/p-f725921a.entry.js +1 -0
  358. package/dist/stzh-components/p-fe1c8047.system.entry.js +1 -0
  359. package/dist/stzh-components/stzh-components.css +1 -1
  360. package/dist/stzh-components/stzh-components.esm.js +1 -1
  361. package/dist/stzh-components/stzh-components.js +1 -1
  362. package/dist/types/components/stzh-carousel/stzh-carousel.localization.d.ts +5 -0
  363. package/dist/types/components/stzh-clamp/stzh-clamp.localization.d.ts +5 -0
  364. package/dist/types/components.d.ts +250 -2
  365. package/dist/types/index.d.ts +20 -0
  366. package/dist/types/utils/translation-utils.d.ts +2 -0
  367. package/dist/vscode-data.json +106 -17
  368. package/package.json +6 -4
  369. package/dist/cjs/app-globals-57922fc2.js +0 -56
  370. package/dist/esm/app-globals-b848652e.js +0 -54
  371. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +0 -1
  372. package/dist/esm-es5/app-globals-b848652e.js +0 -1
  373. package/dist/stzh-components/p-07dc23a3.system.entry.js +0 -1
  374. package/dist/stzh-components/p-0ba944ab.entry.js +0 -1
  375. package/dist/stzh-components/p-12856e02.system.entry.js +0 -1
  376. package/dist/stzh-components/p-16c0b9ae.entry.js +0 -3
  377. package/dist/stzh-components/p-18e20038.entry.js +0 -1
  378. package/dist/stzh-components/p-1bcda13d.system.entry.js +0 -1
  379. package/dist/stzh-components/p-1d435dd8.system.entry.js +0 -1
  380. package/dist/stzh-components/p-1f74846f.entry.js +0 -1
  381. package/dist/stzh-components/p-29e9ad9f.system.entry.js +0 -1
  382. package/dist/stzh-components/p-30a9de85.system.entry.js +0 -1
  383. package/dist/stzh-components/p-37920e74.system.entry.js +0 -1
  384. package/dist/stzh-components/p-4633b93d.entry.js +0 -1
  385. package/dist/stzh-components/p-4c60da30.entry.js +0 -1
  386. package/dist/stzh-components/p-4eee30ea.system.entry.js +0 -1
  387. package/dist/stzh-components/p-532b4218.entry.js +0 -1
  388. package/dist/stzh-components/p-5d55a672.system.entry.js +0 -1
  389. package/dist/stzh-components/p-64cdef2f.entry.js +0 -1
  390. package/dist/stzh-components/p-65918f6f.system.js +0 -1
  391. package/dist/stzh-components/p-761ee059.entry.js +0 -1
  392. package/dist/stzh-components/p-798ac79c.entry.js +0 -1
  393. package/dist/stzh-components/p-7f857e56.entry.js +0 -1
  394. package/dist/stzh-components/p-84a6e023.system.entry.js +0 -1
  395. package/dist/stzh-components/p-89bd0d46.entry.js +0 -1
  396. package/dist/stzh-components/p-8caafed2.system.entry.js +0 -1
  397. package/dist/stzh-components/p-923dffc7.entry.js +0 -1
  398. package/dist/stzh-components/p-94662bed.system.js +0 -1
  399. package/dist/stzh-components/p-951b04ab.entry.js +0 -1
  400. package/dist/stzh-components/p-990f395b.entry.js +0 -1
  401. package/dist/stzh-components/p-99b82949.entry.js +0 -1
  402. package/dist/stzh-components/p-9be21c72.entry.js +0 -1
  403. package/dist/stzh-components/p-9c35c9cd.entry.js +0 -1
  404. package/dist/stzh-components/p-9c90535a.system.js +0 -1
  405. package/dist/stzh-components/p-9de8b25b.entry.js +0 -1
  406. package/dist/stzh-components/p-a11ef2d6.system.entry.js +0 -1
  407. package/dist/stzh-components/p-a691fe87.js +0 -1
  408. package/dist/stzh-components/p-a6be6aca.system.entry.js +0 -1
  409. package/dist/stzh-components/p-a6d4a8b1.js +0 -1
  410. package/dist/stzh-components/p-a7eb3e02.system.entry.js +0 -1
  411. package/dist/stzh-components/p-ae38f1d2.entry.js +0 -1
  412. package/dist/stzh-components/p-b04a9d0f.system.entry.js +0 -1
  413. package/dist/stzh-components/p-b422041d.entry.js +0 -1
  414. package/dist/stzh-components/p-b9372a2a.entry.js +0 -1
  415. package/dist/stzh-components/p-bb698e26.entry.js +0 -1
  416. package/dist/stzh-components/p-bc545121.entry.js +0 -1
  417. package/dist/stzh-components/p-c2a22eb8.entry.js +0 -1
  418. package/dist/stzh-components/p-cc722b35.system.entry.js +0 -3
  419. package/dist/stzh-components/p-d1cfe06b.entry.js +0 -1
  420. package/dist/stzh-components/p-d943e02c.system.entry.js +0 -1
  421. package/dist/stzh-components/p-db306e24.entry.js +0 -1
  422. package/dist/stzh-components/p-e4a8f1bc.system.entry.js +0 -1
  423. package/dist/stzh-components/p-ed783154.system.entry.js +0 -1
  424. package/dist/stzh-components/p-ee4b939a.entry.js +0 -1
  425. package/dist/stzh-components/p-f0e2a32d.entry.js +0 -1
  426. package/dist/stzh-components/p-fd15cc86.entry.js +0 -1
  427. package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +0 -16
@@ -0,0 +1 @@
1
+ System.register(["./p-36e72c1d.system.js"],(function(t){"use strict";var e,a,i;return{setters:[function(t){e=t.r;a=t.h;i=t.c}],execute:function(){var r='@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-flyingfocus-color) solid 0.125rem;outline-offset:0.3125rem}.stzh-flyingfocus-enabled stzh-button[variant="primary"].has-focus{outline:var(--stzh-flyingfocus-color) 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-zueriblue60op:#6F69C6;--stzh-color-zueriblue88:rgba(15, 5, 160, 0.88);--stzh-color-zueriblue72:rgba(15, 5, 160, 0.72);--stzh-color-zueriblue64:rgba(15, 5, 160, 0.64);--stzh-color-zueriblue56:rgba(15, 5, 160, 0.56);--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-white88:rgba(255, 255, 255, 0.88);--stzh-color-white72:rgba(255, 255, 255, 0.72);--stzh-color-white64:rgba(255, 255, 255, 0.64);--stzh-color-white56:rgba(255, 255, 255, 0.56);--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-black88:rgba(0, 0, 0, 0.88);--stzh-color-black72:rgba(0, 0, 0, 0.72);--stzh-color-black64:rgba(0, 0, 0, 0.64);--stzh-color-black56:rgba(0, 0, 0, 0.56);--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-primary60op:var(--stzh-color-zueriblue60op);--stzh-color-primary88:var(--stzh-color-zueriblue88);--stzh-color-primary72:var(--stzh-color-zueriblue72);--stzh-color-primary64:var(--stzh-color-zueriblue64);--stzh-color-primary56:var(--stzh-color-zueriblue56);--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.0001px;--stzh-space-default:var(--stzh-space-medium);--stzh-box-shadow-header:0px -0.125rem 1rem rgba(0, 0, 0, 0.16);--stzh-box-shadow-popover:0px 0px 0.25rem rgba(0, 0, 0, 0.24);--stzh-box-shadow-message:0px 0px 0.5rem rgba(0, 0, 0, 0.24);--stzh-box-shadow-overlay:0px 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-flyingfocus-color:var(--stzh-color-primary);--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-richtext-blockquote-color:var(--stzh-color-primary);--stzh-richtext-blockquote-line-color:var(--stzh-color-primary);--stzh-richtext-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(0px 0.125rem 0.625rem rgba(0, 0, 0, 0.16));--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-primary60op:#CB7A73;--stzh-color-primary88:rgba(165, 26, 15, 0.88);--stzh-color-primary72:rgba(165, 26, 15, 0.72);--stzh-color-primary64:rgba(165, 26, 15, 0.64);--stzh-color-primary56:rgba(165, 26, 15, 0.56);--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-primary60op:#7BB2CE;--stzh-color-primary88:rgba(5, 127, 172, 0.88);--stzh-color-primary72:rgba(5, 127, 172, 0.72);--stzh-color-primary64:rgba(5, 127, 172, 0.64);--stzh-color-primary56:rgba(5, 127, 172, 0.56);--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-primary60op:#DF777E;--stzh-color-primary88:rgba(195, 0, 36, 0.88);--stzh-color-primary72:rgba(195, 0, 36, 0.72);--stzh-color-primary64:rgba(195, 0, 36, 0.64);--stzh-color-primary56:rgba(195, 0, 36, 0.56);--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-primary60op:#95C0DE;--stzh-color-primary88:rgba(74, 150, 200, 0.88);--stzh-color-primary72:rgba(74, 150, 200, 0.72);--stzh-color-primary64:rgba(74, 150, 200, 0.64);--stzh-color-primary56:rgba(74, 150, 200, 0.56);--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-primary60op:#88BBB8;--stzh-color-primary88:rgba(47, 142, 135, 0.88);--stzh-color-primary72:rgba(47, 142, 135, 0.72);--stzh-color-primary64:rgba(47, 142, 135, 0.64);--stzh-color-primary56:rgba(47, 142, 135, 0.56);--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-primary60op:#9DAEB4;--stzh-color-primary88:rgba(92, 119, 129, 0.88);--stzh-color-primary72:rgba(92, 119, 129, 0.72);--stzh-color-primary64:rgba(92, 119, 129, 0.64);--stzh-color-primary56:rgba(92, 119, 129, 0.56);--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-primary60op:#7298EB;--stzh-color-primary88:rgba(3, 83, 220, 0.88);--stzh-color-primary72:rgba(3, 83, 220, 0.72);--stzh-color-primary64:rgba(3, 83, 220, 0.64);--stzh-color-primary56:rgba(3, 83, 220, 0.56);--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-primary60op:#7AAC7C;--stzh-color-primary88:rgba(6, 117, 30, 0.88);--stzh-color-primary72:rgba(6, 117, 30, 0.72);--stzh-color-primary64:rgba(6, 117, 30, 0.64);--stzh-color-primary56:rgba(6, 117, 30, 0.56);--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-primary60op:#8BA276;--stzh-color-primary88:rgba(58, 100, 19, 0.88);--stzh-color-primary72:rgba(58, 100, 19, 0.72);--stzh-color-primary64:rgba(58, 100, 19, 0.64);--stzh-color-primary56:rgba(58, 100, 19, 0.56);--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-primary60op:#C3719B;--stzh-color-primary88:rgba(150, 0, 85, 0.88);--stzh-color-primary72:rgba(150, 0, 85, 0.72);--stzh-color-primary64:rgba(150, 0, 85, 0.64);--stzh-color-primary56:rgba(150, 0, 85, 0.56);--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-primary60op:#C39D72;--stzh-color-primary88:rgba(154, 91, 1, 0.88);--stzh-color-primary72:rgba(154, 91, 1, 0.72);--stzh-color-primary64:rgba(154, 91, 1, 0.64);--stzh-color-primary56:rgba(154, 91, 1, 0.56);--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-primary60op:#F9B97D;--stzh-color-primary88:rgba(242, 139, 0, 0.88);--stzh-color-primary72:rgba(242, 139, 0, 0.72);--stzh-color-primary64:rgba(242, 139, 0, 0.64);--stzh-color-primary56:rgba(242, 139, 0, 0.56);--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-primary60op:#D38B71;--stzh-color-primary88:rgba(178, 58, 1, 0.88);--stzh-color-primary72:rgba(178, 58, 1, 0.72);--stzh-color-primary64:rgba(178, 58, 1, 0.64);--stzh-color-primary56:rgba(178, 58, 1, 0.56);--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-primary60op:#CC7B74;--stzh-color-primary88:rgba(165, 26, 15, 0.88);--stzh-color-primary72:rgba(165, 26, 15, 0.72);--stzh-color-primary64:rgba(165, 26, 15, 0.64);--stzh-color-primary56:rgba(165, 26, 15, 0.56);--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-primary60op:#ED7A78;--stzh-color-primary88:rgba(220, 3, 14, 0.88);--stzh-color-primary72:rgba(220, 3, 14, 0.72);--stzh-color-primary64:rgba(220, 3, 14, 0.64);--stzh-color-primary56:rgba(220, 3, 14, 0.56);--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-primary60op:#977CB4;--stzh-color-primary88:rgba(81, 35, 128, 0.88);--stzh-color-primary72:rgba(81, 35, 128, 0.72);--stzh-color-primary64:rgba(81, 35, 128, 0.64);--stzh-color-primary56:rgba(81, 35, 128, 0.56);--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-primary60op:#BB7380;--stzh-color-primary88:rgba(137, 7, 42, 0.88);--stzh-color-primary72:rgba(137, 7, 42, 0.72);--stzh-color-primary64:rgba(137, 7, 42, 0.64);--stzh-color-primary56:rgba(137, 7, 42, 0.56);--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));--richtext-blockquote-color:var(--stzh-richtext-blockquote-color);--richtext-blockquote-line-color:var(--stzh-richtext-blockquote-line-color);--richtext-blockquote-footer-color:var(--stzh-richtext-blockquote-footer-color);}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(--richtext-blockquote-color);position:relative;overflow:hidden}@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(--richtext-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(--richtext-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 .stzh-richtext__external-link{position:relative}main .stzh-richtext__external-vhidden{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}main .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 .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{--richtext-blockquote-color:var(--stzh-richtext-blockquote-color);--richtext-blockquote-line-color:var(--stzh-richtext-blockquote-line-color);--richtext-blockquote-footer-color:var(--stzh-richtext-blockquote-footer-color);}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(--richtext-blockquote-color);position:relative;overflow:hidden}@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(--richtext-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(--richtext-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 .stzh-richtext__external-link{position:relative}main .ql-editor .stzh-richtext__external-vhidden{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}main .ql-editor .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 .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)}}';var n=t("stzh_portal_mitwirken",function(){function t(t){e(this,t)}t.prototype.componentDidLoad=function(){console.log(this.constructor.style.replace('@charset "UTF-8";',""))};t.prototype.render=function(){return a(i,null)};return t}());n.style=r}}}));
@@ -1 +1 @@
1
- System.register(["./p-36e72c1d.system.js","./p-d4b7a303.system.js"],(function(t){"use strict";var s,n,e,a,i;return{setters:[function(t){s=t.r;n=t.h;e=t.c;a=t.g},function(t){i=t.s}],execute:function(){var r=".sc-stzh-appnav-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-appnav-h{display:none}.sc-stzh-appnav-h *.sc-stzh-appnav,.sc-stzh-appnav-h *.sc-stzh-appnav::before,.sc-stzh-appnav-h *.sc-stzh-appnav::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-appnav-h{width:100%}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link{--text-decoration:none;--hover-text-decoration:none;letter-spacing:0.01em}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__inner{-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__inner{-ms-flex-direction:row;flex-direction:row}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--has-icon .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:0}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--has-icon .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:var(--stzh-space-xsmall)}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--badge-position-icon.stzh-link--has-icon.stzh-link--has-badge .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:0}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--badge-position-icon.stzh-link--has-icon.stzh-link--has-badge .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:var(--stzh-space-small)}}@media screen and (max-width: 599px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__icon-wrapper{height:auto}}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>*:not(:last-child){margin-right:var(--stzh-space-xlarge)}}.stzh-appnav.sc-stzh-appnav{display:-ms-flexbox;display:flex;background-color:var(--stzh-color-white);height:4rem;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (min-width: 600px){.stzh-appnav.sc-stzh-appnav{height:3rem;text-align:left}}.stzh-appnav__items.sc-stzh-appnav{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 600px){.stzh-appnav__items.sc-stzh-appnav{-ms-flex-positive:0;flex-grow:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}}.stzh-appnav__title.sc-stzh-appnav{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);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);color:var(--stzh-base-color);text-decoration:none;white-space:nowrap;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);margin-left:var(--stzh-space-small);display:none}@media screen and (min-width: 800px){.stzh-appnav__title.sc-stzh-appnav{display:-ms-flexbox;display:flex}}.stzh-appnav__title.sc-stzh-appnav:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-appnav__title.sc-stzh-appnav:hover .stzh-appnav__status.sc-stzh-appnav{border-color:rgba(7, 2, 80, 0.4)}.stzh-appnav__status.sc-stzh-appnav{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:0.875rem;min-width:0.625rem;font-size:0.625rem;line-height:1.4;border-radius:0.875rem;padding:0.0625rem 0.375rem;border:0.0625rem solid rgba(115, 115, 115, 0.25);color:inherit;-webkit-transform:translateY(calc(var(--stzh-space-xsmall) * -1));transform:translateY(calc(var(--stzh-space-xsmall) * -1));margin-left:var(--stzh-space-xxsmall);-webkit-transition:border-color var(--stzh-base-transition-animation-speed);transition:border-color var(--stzh-base-transition-animation-speed)}";var h=t("stzh_appnav",function(){function t(t){var n=this;s(this,t);this.init=function(){var t=n.element.querySelectorAll("stzh-link");t.forEach((function(t){i(t,{size:"small",variant:"secondary"});t.setAttribute("role","listitem")}))};this.appTitle="";this.appStatus="";this.appHref=""}t.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};t.prototype.disconnectedCallback=function(){this.observer.disconnect()};t.prototype.render=function(){return n(e,null,n("div",{class:"stzh-appnav"},n("div",{class:"stzh-appnav__items",role:"list"},n("slot",null)),this.appTitle&&n("a",{class:"stzh-appnav__title",href:this.appHref},this.appTitle,this.appStatus&&n("span",{class:"stzh-appnav__status"},this.appStatus))))};Object.defineProperty(t.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());h.style=r}}}));
1
+ System.register(["./p-36e72c1d.system.js","./p-d4b7a303.system.js"],(function(t){"use strict";var s,n,e,a,i;return{setters:[function(t){s=t.r;n=t.h;e=t.c;a=t.g},function(t){i=t.s}],execute:function(){var r=".sc-stzh-appnav-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-appnav-h{display:none}.sc-stzh-appnav-h *.sc-stzh-appnav,.sc-stzh-appnav-h *.sc-stzh-appnav::before,.sc-stzh-appnav-h *.sc-stzh-appnav::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-appnav-h{width:100%}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link{--text-decoration:none;--hover-text-decoration:none;letter-spacing:0.01em}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__inner{-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__inner{-ms-flex-direction:row;flex-direction:row}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--has-icon .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:0}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--has-icon .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:var(--stzh-space-xsmall)}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--badge-position-icon.stzh-link--has-icon.stzh-link--has-badge .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:0}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--badge-position-icon.stzh-link--has-icon.stzh-link--has-badge .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:var(--stzh-space-small)}}@media screen and (max-width: 599px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__icon-wrapper{height:auto}}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>*:not(:last-child){margin-right:var(--stzh-space-xlarge)}}.stzh-appnav.sc-stzh-appnav{display:-ms-flexbox;display:flex;background-color:var(--stzh-color-white);height:4rem;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (min-width: 600px){.stzh-appnav.sc-stzh-appnav{height:3rem;text-align:left}}.stzh-appnav__items.sc-stzh-appnav{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 600px){.stzh-appnav__items.sc-stzh-appnav{-ms-flex-positive:0;flex-grow:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}}.stzh-appnav__title.sc-stzh-appnav{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);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);color:var(--stzh-base-color);text-decoration:none;white-space:nowrap;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);margin-left:var(--stzh-space-small);display:none}@media screen and (min-width: 800px){.stzh-appnav__title.sc-stzh-appnav{display:-ms-flexbox;display:flex}}.stzh-appnav__title.sc-stzh-appnav:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-appnav__title.sc-stzh-appnav:hover .stzh-appnav__status.sc-stzh-appnav{border-color:rgba(7, 2, 80, 0.4)}.stzh-appnav__status.sc-stzh-appnav{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:0.875rem;min-width:0.625rem;font-size:0.625rem;line-height:1.4;border-radius:0.875rem;padding:0.0625rem 0.375rem;border:0.0625rem solid rgba(115, 115, 115, 0.25);color:inherit;-webkit-transform:translateY(calc(var(--stzh-space-xsmall) * -1));transform:translateY(calc(var(--stzh-space-xsmall) * -1));margin-left:var(--stzh-space-xxsmall);-webkit-transition:border-color var(--stzh-base-transition-animation-speed);transition:border-color var(--stzh-base-transition-animation-speed)}";var h=t("stzh_appnav",function(){function t(t){var n=this;s(this,t);this.init=function(){var t=n.element.querySelectorAll("stzh-link");t.forEach((function(t){i(t,{size:"small",variant:"secondary"});t.setAttribute("role","listitem")}))};this.appTitle="";this.appStatus="";this.appHref=""}t.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};t.prototype.disconnectedCallback=function(){if(this.observer){this.observer.disconnect()}};t.prototype.render=function(){return n(e,null,n("div",{class:"stzh-appnav"},n("div",{class:"stzh-appnav__items",role:"list"},n("slot",null)),this.appTitle&&n("a",{class:"stzh-appnav__title",href:this.appHref},this.appTitle,this.appStatus&&n("span",{class:"stzh-appnav__status"},this.appStatus))))};Object.defineProperty(t.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());h.style=r}}}));
@@ -0,0 +1 @@
1
+ import{r as s,h as i,c as t,g as e}from"./p-99a3742a.js";const a=class{constructor(i){s(this,i),this.init=()=>{this.element.querySelectorAll("stzh-skiplink").forEach((s=>{s.setAttribute("role","listitem")}))}}connectedCallback(){this.init(),this.observer=new MutationObserver(this.init),this.observer.observe(this.element,{childList:!0,subtree:!0})}disconnectedCallback(){this.observer&&this.observer.disconnect()}render(){return i(t,null,i("div",{class:"stzh-page-skiplinks",role:"list"},i("slot",null)))}get element(){return e(this)}};a.style=".sc-stzh-page-skiplinks-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-page-skiplinks-h{display:none}.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks,.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks::before,.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-page-skiplinks-h{z-index:var(--stzh-z-index-popup);position:absolute;top:var(--stzh-space-medium);right:var(--stzh-grid-gutter-small)}@media screen and (min-width: 800px){.sc-stzh-page-skiplinks-h{right:50%}}@media screen and (min-width: 1260px){.sc-stzh-page-skiplinks-h{top:var(--stzh-space-xlarge);right:60%}}";export{a as stzh_page_skiplinks}