@oiz/stzh-components 0.0.0-pretest

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 (1294) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +56 -0
  3. package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
  4. package/dist/cjs/animation-utils-c816beac.js +45 -0
  5. package/dist/cjs/app-globals-83a6c2d3.js +54 -0
  6. package/dist/cjs/arrow-70a32014.js +1305 -0
  7. package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
  8. package/dist/cjs/date-utils-898a50be.js +174 -0
  9. package/dist/cjs/dom-874a1e39.js +75 -0
  10. package/dist/cjs/event-utils-4d7d610a.js +18 -0
  11. package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
  12. package/dist/cjs/index-8bd1552a.js +2019 -0
  13. package/dist/cjs/index-ac9bdc7f.js +2245 -0
  14. package/dist/cjs/index.cjs.js +2 -0
  15. package/dist/cjs/js.cookie-9c263d23.js +146 -0
  16. package/dist/cjs/loader.cjs.js +23 -0
  17. package/dist/cjs/media-utils-f1720906.js +26 -0
  18. package/dist/cjs/shadow-css-a33dc836.js +389 -0
  19. package/dist/cjs/string-utils-223b03e2.js +18 -0
  20. package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
  21. package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
  22. package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
  23. package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
  24. package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
  25. package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
  26. package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
  27. package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
  28. package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
  29. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
  30. package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
  31. package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
  32. package/dist/cjs/stzh-components.cjs.js +107 -0
  33. package/dist/cjs/stzh-container.cjs.entry.js +19 -0
  34. package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
  35. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
  36. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
  37. package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
  38. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
  39. package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
  40. package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
  41. package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
  42. package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
  43. package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
  44. package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
  45. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
  46. package/dist/cjs/stzh-header.cjs.entry.js +162 -0
  47. package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
  48. package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
  49. package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
  50. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
  51. package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
  52. package/dist/cjs/stzh-input.cjs.entry.js +192 -0
  53. package/dist/cjs/stzh-link.cjs.entry.js +106 -0
  54. package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
  55. package/dist/cjs/stzh-list.cjs.entry.js +26 -0
  56. package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
  57. package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
  58. package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
  59. package/dist/cjs/stzh-message.cjs.entry.js +85 -0
  60. package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
  61. package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
  62. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
  63. package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
  64. package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
  65. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
  66. package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
  67. package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
  68. package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
  69. package/dist/cjs/stzh-row.cjs.entry.js +40 -0
  70. package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
  71. package/dist/cjs/stzh-section.cjs.entry.js +24 -0
  72. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
  73. package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
  74. package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
  75. package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
  76. package/dist/cjs/stzh-status.cjs.entry.js +36 -0
  77. package/dist/cjs/stzh-table.cjs.entry.js +143 -0
  78. package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
  79. package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
  80. package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
  81. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
  82. package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
  83. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
  84. package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
  85. package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
  86. package/dist/cjs/translation-utils-2dbbce94.js +60 -0
  87. package/dist/cjs/utils-e84f4a8d.js +36 -0
  88. package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
  89. package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
  90. package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
  91. package/dist/collection/assets/favicons/browserconfig.xml +9 -0
  92. package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
  93. package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
  94. package/dist/collection/assets/favicons/favicon.ico +0 -0
  95. package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
  96. package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
  97. package/dist/collection/assets/favicons/site.webmanifest +19 -0
  98. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  99. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  100. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  101. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  102. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  103. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  104. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  105. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  106. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  107. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  108. package/dist/collection/assets/fonts.css +39 -0
  109. package/dist/collection/assets/i18n/de.json +154 -0
  110. package/dist/collection/assets/i18n/en.json +154 -0
  111. package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
  112. package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
  113. package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
  114. package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
  115. package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
  116. package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
  117. package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
  118. package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
  119. package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
  120. package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
  121. package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
  122. package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
  123. package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
  124. package/dist/collection/assets/icons/mono/calendar.svg +3 -0
  125. package/dist/collection/assets/icons/mono/cart.svg +3 -0
  126. package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
  127. package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
  128. package/dist/collection/assets/icons/mono/clock.svg +3 -0
  129. package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
  130. package/dist/collection/assets/icons/mono/close.svg +3 -0
  131. package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
  132. package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
  133. package/dist/collection/assets/icons/mono/construction.svg +3 -0
  134. package/dist/collection/assets/icons/mono/copy.svg +3 -0
  135. package/dist/collection/assets/icons/mono/delete.svg +3 -0
  136. package/dist/collection/assets/icons/mono/download.svg +3 -0
  137. package/dist/collection/assets/icons/mono/drag.svg +10 -0
  138. package/dist/collection/assets/icons/mono/edit.svg +3 -0
  139. package/dist/collection/assets/icons/mono/email-check.svg +10 -0
  140. package/dist/collection/assets/icons/mono/expand.svg +3 -0
  141. package/dist/collection/assets/icons/mono/external-link.svg +4 -0
  142. package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
  143. package/dist/collection/assets/icons/mono/facebook.svg +10 -0
  144. package/dist/collection/assets/icons/mono/file.svg +3 -0
  145. package/dist/collection/assets/icons/mono/filtering.svg +3 -0
  146. package/dist/collection/assets/icons/mono/flag.svg +10 -0
  147. package/dist/collection/assets/icons/mono/focus.svg +3 -0
  148. package/dist/collection/assets/icons/mono/gear.svg +3 -0
  149. package/dist/collection/assets/icons/mono/heart.svg +10 -0
  150. package/dist/collection/assets/icons/mono/home.svg +10 -0
  151. package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
  152. package/dist/collection/assets/icons/mono/info-help.svg +3 -0
  153. package/dist/collection/assets/icons/mono/instagram.svg +3 -0
  154. package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
  155. package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
  156. package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
  157. package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
  158. package/dist/collection/assets/icons/mono/lock.svg +10 -0
  159. package/dist/collection/assets/icons/mono/mail.svg +10 -0
  160. package/dist/collection/assets/icons/mono/map.svg +3 -0
  161. package/dist/collection/assets/icons/mono/menu.svg +3 -0
  162. package/dist/collection/assets/icons/mono/minus.svg +3 -0
  163. package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
  164. package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
  165. package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
  166. package/dist/collection/assets/icons/mono/phone.svg +10 -0
  167. package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
  168. package/dist/collection/assets/icons/mono/pin.svg +11 -0
  169. package/dist/collection/assets/icons/mono/play-1.svg +4 -0
  170. package/dist/collection/assets/icons/mono/play-button.svg +11 -0
  171. package/dist/collection/assets/icons/mono/play.svg +10 -0
  172. package/dist/collection/assets/icons/mono/plus.svg +3 -0
  173. package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
  174. package/dist/collection/assets/icons/mono/print.svg +10 -0
  175. package/dist/collection/assets/icons/mono/question-help.svg +3 -0
  176. package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
  177. package/dist/collection/assets/icons/mono/reload.svg +10 -0
  178. package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
  179. package/dist/collection/assets/icons/mono/reset.svg +10 -0
  180. package/dist/collection/assets/icons/mono/resize.svg +8 -0
  181. package/dist/collection/assets/icons/mono/rss.svg +12 -0
  182. package/dist/collection/assets/icons/mono/search.svg +3 -0
  183. package/dist/collection/assets/icons/mono/services.svg +6 -0
  184. package/dist/collection/assets/icons/mono/share.svg +3 -0
  185. package/dist/collection/assets/icons/mono/shrink.svg +3 -0
  186. package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
  187. package/dist/collection/assets/icons/mono/social-media.svg +23 -0
  188. package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
  189. package/dist/collection/assets/icons/mono/star.svg +3 -0
  190. package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
  191. package/dist/collection/assets/icons/mono/team.svg +10 -0
  192. package/dist/collection/assets/icons/mono/text-message.svg +6 -0
  193. package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
  194. package/dist/collection/assets/icons/mono/transcript.svg +3 -0
  195. package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
  196. package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
  197. package/dist/collection/assets/icons/mono/twitter.svg +10 -0
  198. package/dist/collection/assets/icons/mono/unlock.svg +10 -0
  199. package/dist/collection/assets/icons/mono/user.svg +3 -0
  200. package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
  201. package/dist/collection/assets/icons/mono/view.svg +4 -0
  202. package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
  203. package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
  204. package/dist/collection/assets/icons/mono/warning.svg +3 -0
  205. package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
  206. package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
  207. package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
  208. package/dist/collection/assets/icons/mono/xing.svg +11 -0
  209. package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
  210. package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
  211. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  212. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  213. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  214. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  215. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  216. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  217. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  218. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  219. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  220. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  221. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  222. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  223. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  224. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  225. package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  226. package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  227. package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
  228. package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  229. package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
  230. package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
  231. package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  232. package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  233. package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
  234. package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  235. package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  236. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  237. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  238. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  239. package/dist/collection/collection-manifest.json +82 -0
  240. package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
  241. package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
  242. package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
  243. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
  244. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
  245. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
  246. package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
  247. package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
  248. package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
  249. package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
  250. package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
  251. package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
  252. package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
  253. package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
  254. package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
  255. package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
  256. package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
  257. package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
  258. package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
  259. package/dist/collection/components/stzh-button/stzh-button.css +312 -0
  260. package/dist/collection/components/stzh-button/stzh-button.js +516 -0
  261. package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
  262. package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
  263. package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
  264. package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
  265. package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
  266. package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
  267. package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
  268. package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
  269. package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
  270. package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
  271. package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
  272. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
  273. package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
  274. package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
  275. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
  276. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
  277. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
  278. package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
  279. package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
  280. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
  281. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
  282. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
  283. package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
  284. package/dist/collection/components/stzh-container/stzh-container.css +190 -0
  285. package/dist/collection/components/stzh-container/stzh-container.js +21 -0
  286. package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
  287. package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
  288. package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
  289. package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
  290. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
  291. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
  292. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
  293. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
  294. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
  295. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
  296. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
  297. package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
  298. package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
  299. package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
  300. package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
  301. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
  302. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
  303. package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
  304. package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
  305. package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
  306. package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
  307. package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
  308. package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
  309. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
  310. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
  311. package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
  312. package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
  313. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
  314. package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
  315. package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
  316. package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
  317. package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
  318. package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
  319. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
  320. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
  321. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
  322. package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
  323. package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
  324. package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
  325. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
  326. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
  327. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
  328. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
  329. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
  330. package/dist/collection/components/stzh-header/stzh-header.css +436 -0
  331. package/dist/collection/components/stzh-header/stzh-header.js +267 -0
  332. package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
  333. package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
  334. package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
  335. package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
  336. package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
  337. package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
  338. package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
  339. package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
  340. package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
  341. package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
  342. package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
  343. package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
  344. package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
  345. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  346. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  347. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
  348. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
  349. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
  350. package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
  351. package/dist/collection/components/stzh-input/stzh-input.css +425 -0
  352. package/dist/collection/components/stzh-input/stzh-input.js +724 -0
  353. package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
  354. package/dist/collection/components/stzh-link/stzh-link.css +231 -0
  355. package/dist/collection/components/stzh-link/stzh-link.js +427 -0
  356. package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
  357. package/dist/collection/components/stzh-list/stzh-list.css +136 -0
  358. package/dist/collection/components/stzh-list/stzh-list.js +52 -0
  359. package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
  360. package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
  361. package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
  362. package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
  363. package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
  364. package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
  365. package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
  366. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
  367. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
  368. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
  369. package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
  370. package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
  371. package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
  372. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
  373. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
  374. package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
  375. package/dist/collection/components/stzh-message/stzh-message.css +259 -0
  376. package/dist/collection/components/stzh-message/stzh-message.js +287 -0
  377. package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
  378. package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
  379. package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
  380. package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
  381. package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
  382. package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
  383. package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
  384. package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
  385. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
  386. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
  387. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
  388. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
  389. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
  390. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
  391. package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
  392. package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
  393. package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
  394. package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
  395. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
  396. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
  397. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
  398. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
  399. package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
  400. package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
  401. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
  402. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
  403. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
  404. package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
  405. package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
  406. package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
  407. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
  408. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
  409. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
  410. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
  411. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
  412. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
  413. package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
  414. package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
  415. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
  416. package/dist/collection/components/stzh-row/stzh-row.css +572 -0
  417. package/dist/collection/components/stzh-row/stzh-row.js +207 -0
  418. package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
  419. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
  420. package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
  421. package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
  422. package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
  423. package/dist/collection/components/stzh-section/stzh-section.css +126 -0
  424. package/dist/collection/components/stzh-section/stzh-section.js +50 -0
  425. package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
  426. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
  427. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
  428. package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
  429. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
  430. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
  431. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
  432. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
  433. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
  434. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
  435. package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
  436. package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
  437. package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
  438. package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
  439. package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
  440. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
  441. package/dist/collection/components/stzh-status/stzh-status.css +143 -0
  442. package/dist/collection/components/stzh-status/stzh-status.js +115 -0
  443. package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
  444. package/dist/collection/components/stzh-table/stzh-table.css +365 -0
  445. package/dist/collection/components/stzh-table/stzh-table.js +215 -0
  446. package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
  447. package/dist/collection/components/stzh-text/stzh-text.css +859 -0
  448. package/dist/collection/components/stzh-text/stzh-text.js +232 -0
  449. package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
  450. package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
  451. package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
  452. package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
  453. package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
  454. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
  455. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
  456. package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
  457. package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
  458. package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
  459. package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
  460. package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
  461. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
  462. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
  463. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
  464. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
  465. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
  466. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
  467. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
  468. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
  469. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
  470. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
  471. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
  472. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
  473. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
  474. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
  475. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
  476. package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
  477. package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
  478. package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
  479. package/dist/collection/global/js/helpers/autofocus.js +20 -0
  480. package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
  481. package/dist/collection/global/js/script.js +17 -0
  482. package/dist/collection/index.js +7 -0
  483. package/dist/collection/pages/egov.stories.js +262 -0
  484. package/dist/collection/pages/example.stories.js +170 -0
  485. package/dist/collection/pages/meinkonto.stories.js +661 -0
  486. package/dist/collection/patterns/appointments.stories.js +43 -0
  487. package/dist/collection/patterns/processingscreen.stories.js +43 -0
  488. package/dist/collection/utils/animation-utils.js +51 -0
  489. package/dist/collection/utils/date-adapter.js +86 -0
  490. package/dist/collection/utils/date-utils.js +196 -0
  491. package/dist/collection/utils/decorators.js +15 -0
  492. package/dist/collection/utils/event-utils.js +14 -0
  493. package/dist/collection/utils/h.js +109 -0
  494. package/dist/collection/utils/media-utils.js +20 -0
  495. package/dist/collection/utils/string-utils.js +13 -0
  496. package/dist/collection/utils/test-utils.js +27 -0
  497. package/dist/collection/utils/translation-utils.js +55 -0
  498. package/dist/collection/utils/utils.js +41 -0
  499. package/dist/components/_commonjsHelpers.js +21 -0
  500. package/dist/components/animation-utils.js +40 -0
  501. package/dist/components/arrow.js +1297 -0
  502. package/dist/components/date-adapter.js +88 -0
  503. package/dist/components/event-utils.js +16 -0
  504. package/dist/components/focus-trap.esm.js +1278 -0
  505. package/dist/components/index.d.ts +92 -0
  506. package/dist/components/index.js +125 -0
  507. package/dist/components/index2.js +2017 -0
  508. package/dist/components/js.cookie.js +144 -0
  509. package/dist/components/media-utils.js +22 -0
  510. package/dist/components/string-utils.js +15 -0
  511. package/dist/components/stzh-accordion-item.d.ts +11 -0
  512. package/dist/components/stzh-accordion-item.js +204 -0
  513. package/dist/components/stzh-accordion.d.ts +11 -0
  514. package/dist/components/stzh-accordion.js +91 -0
  515. package/dist/components/stzh-actions.d.ts +11 -0
  516. package/dist/components/stzh-actions.js +69 -0
  517. package/dist/components/stzh-appnav.d.ts +11 -0
  518. package/dist/components/stzh-appnav.js +67 -0
  519. package/dist/components/stzh-appointments.d.ts +11 -0
  520. package/dist/components/stzh-appointments.js +367 -0
  521. package/dist/components/stzh-badge.d.ts +11 -0
  522. package/dist/components/stzh-badge.js +6 -0
  523. package/dist/components/stzh-badge2.js +33 -0
  524. package/dist/components/stzh-button.d.ts +11 -0
  525. package/dist/components/stzh-button.js +6 -0
  526. package/dist/components/stzh-button2.js +165 -0
  527. package/dist/components/stzh-calendar.d.ts +11 -0
  528. package/dist/components/stzh-calendar.js +6 -0
  529. package/dist/components/stzh-calendar2.js +490 -0
  530. package/dist/components/stzh-cell.d.ts +11 -0
  531. package/dist/components/stzh-cell.js +57 -0
  532. package/dist/components/stzh-checkbox.d.ts +11 -0
  533. package/dist/components/stzh-checkbox.js +176 -0
  534. package/dist/components/stzh-checkboxgroup.d.ts +11 -0
  535. package/dist/components/stzh-checkboxgroup.js +208 -0
  536. package/dist/components/stzh-chip-select.d.ts +11 -0
  537. package/dist/components/stzh-chip-select.js +107 -0
  538. package/dist/components/stzh-chip.d.ts +11 -0
  539. package/dist/components/stzh-chip.js +6 -0
  540. package/dist/components/stzh-chip2.js +130 -0
  541. package/dist/components/stzh-container.d.ts +11 -0
  542. package/dist/components/stzh-container.js +32 -0
  543. package/dist/components/stzh-cspace.d.ts +11 -0
  544. package/dist/components/stzh-cspace.js +35 -0
  545. package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
  546. package/dist/components/stzh-datamessagelist-item.js +175 -0
  547. package/dist/components/stzh-datamessagelist.d.ts +11 -0
  548. package/dist/components/stzh-datamessagelist.js +36 -0
  549. package/dist/components/stzh-datatable.d.ts +11 -0
  550. package/dist/components/stzh-datatable.js +308 -0
  551. package/dist/components/stzh-datepicker.d.ts +11 -0
  552. package/dist/components/stzh-datepicker.js +6 -0
  553. package/dist/components/stzh-datepicker2.js +221 -0
  554. package/dist/components/stzh-dialog.d.ts +11 -0
  555. package/dist/components/stzh-dialog.js +229 -0
  556. package/dist/components/stzh-dropdown.d.ts +11 -0
  557. package/dist/components/stzh-dropdown.js +6 -0
  558. package/dist/components/stzh-dropdown2.js +5151 -0
  559. package/dist/components/stzh-fieldset.d.ts +11 -0
  560. package/dist/components/stzh-fieldset.js +59 -0
  561. package/dist/components/stzh-figure.d.ts +11 -0
  562. package/dist/components/stzh-figure.js +46 -0
  563. package/dist/components/stzh-flyingfocus.d.ts +11 -0
  564. package/dist/components/stzh-flyingfocus.js +199 -0
  565. package/dist/components/stzh-footer.d.ts +11 -0
  566. package/dist/components/stzh-footer.js +103 -0
  567. package/dist/components/stzh-ghettobox.d.ts +11 -0
  568. package/dist/components/stzh-ghettobox.js +6 -0
  569. package/dist/components/stzh-ghettobox2.js +135 -0
  570. package/dist/components/stzh-header.d.ts +11 -0
  571. package/dist/components/stzh-header.js +186 -0
  572. package/dist/components/stzh-heading.d.ts +11 -0
  573. package/dist/components/stzh-heading.js +6 -0
  574. package/dist/components/stzh-heading2.js +46 -0
  575. package/dist/components/stzh-hr.d.ts +11 -0
  576. package/dist/components/stzh-hr.js +36 -0
  577. package/dist/components/stzh-hspace.d.ts +11 -0
  578. package/dist/components/stzh-hspace.js +64 -0
  579. package/dist/components/stzh-icon-sprite.d.ts +11 -0
  580. package/dist/components/stzh-icon-sprite.js +35 -0
  581. package/dist/components/stzh-icon.d.ts +11 -0
  582. package/dist/components/stzh-icon.js +6 -0
  583. package/dist/components/stzh-icon2.js +48 -0
  584. package/dist/components/stzh-input-description.js +20 -0
  585. package/dist/components/stzh-input.d.ts +11 -0
  586. package/dist/components/stzh-input.js +6 -0
  587. package/dist/components/stzh-input2.js +253 -0
  588. package/dist/components/stzh-link.d.ts +11 -0
  589. package/dist/components/stzh-link.js +6 -0
  590. package/dist/components/stzh-link2.js +144 -0
  591. package/dist/components/stzh-list-item.d.ts +11 -0
  592. package/dist/components/stzh-list-item.js +42 -0
  593. package/dist/components/stzh-list.d.ts +11 -0
  594. package/dist/components/stzh-list.js +42 -0
  595. package/dist/components/stzh-loader.d.ts +11 -0
  596. package/dist/components/stzh-loader.js +48 -0
  597. package/dist/components/stzh-loadingbar.d.ts +11 -0
  598. package/dist/components/stzh-loadingbar.js +50 -0
  599. package/dist/components/stzh-menu-item.d.ts +11 -0
  600. package/dist/components/stzh-menu-item.js +6 -0
  601. package/dist/components/stzh-menu-item2.js +116 -0
  602. package/dist/components/stzh-menu.d.ts +11 -0
  603. package/dist/components/stzh-menu.js +6 -0
  604. package/dist/components/stzh-menu2.js +29 -0
  605. package/dist/components/stzh-message.d.ts +11 -0
  606. package/dist/components/stzh-message.js +113 -0
  607. package/dist/components/stzh-metanav.d.ts +11 -0
  608. package/dist/components/stzh-metanav.js +50 -0
  609. package/dist/components/stzh-overlay.d.ts +11 -0
  610. package/dist/components/stzh-overlay.js +119 -0
  611. package/dist/components/stzh-page-skiplinks.d.ts +11 -0
  612. package/dist/components/stzh-page-skiplinks.js +50 -0
  613. package/dist/components/stzh-pagetitle.d.ts +11 -0
  614. package/dist/components/stzh-pagetitle.js +85 -0
  615. package/dist/components/stzh-popover.d.ts +11 -0
  616. package/dist/components/stzh-popover.js +6 -0
  617. package/dist/components/stzh-popover2.js +390 -0
  618. package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
  619. package/dist/components/stzh-portal-mitwirken.js +36 -0
  620. package/dist/components/stzh-progressbar-item.d.ts +11 -0
  621. package/dist/components/stzh-progressbar-item.js +6 -0
  622. package/dist/components/stzh-progressbar-item2.js +82 -0
  623. package/dist/components/stzh-progressbar.d.ts +11 -0
  624. package/dist/components/stzh-progressbar.js +159 -0
  625. package/dist/components/stzh-radio.d.ts +11 -0
  626. package/dist/components/stzh-radio.js +6 -0
  627. package/dist/components/stzh-radio2.js +168 -0
  628. package/dist/components/stzh-radiogroup.d.ts +11 -0
  629. package/dist/components/stzh-radiogroup.js +6 -0
  630. package/dist/components/stzh-radiogroup2.js +215 -0
  631. package/dist/components/stzh-readspeaker.d.ts +11 -0
  632. package/dist/components/stzh-readspeaker.js +74 -0
  633. package/dist/components/stzh-richtext.d.ts +11 -0
  634. package/dist/components/stzh-richtext.js +6 -0
  635. package/dist/components/stzh-richtext2.js +65 -0
  636. package/dist/components/stzh-row.d.ts +11 -0
  637. package/dist/components/stzh-row.js +63 -0
  638. package/dist/components/stzh-saptcha.d.ts +11 -0
  639. package/dist/components/stzh-saptcha.js +132 -0
  640. package/dist/components/stzh-section.d.ts +11 -0
  641. package/dist/components/stzh-section.js +39 -0
  642. package/dist/components/stzh-servicecard-list.d.ts +11 -0
  643. package/dist/components/stzh-servicecard-list.js +99 -0
  644. package/dist/components/stzh-servicecard.d.ts +11 -0
  645. package/dist/components/stzh-servicecard.js +283 -0
  646. package/dist/components/stzh-skiplink.d.ts +11 -0
  647. package/dist/components/stzh-skiplink.js +45 -0
  648. package/dist/components/stzh-sortable.d.ts +11 -0
  649. package/dist/components/stzh-sortable.js +6 -0
  650. package/dist/components/stzh-sortable2.js +3401 -0
  651. package/dist/components/stzh-status.d.ts +11 -0
  652. package/dist/components/stzh-status.js +6 -0
  653. package/dist/components/stzh-status2.js +51 -0
  654. package/dist/components/stzh-table.d.ts +11 -0
  655. package/dist/components/stzh-table.js +164 -0
  656. package/dist/components/stzh-text.d.ts +11 -0
  657. package/dist/components/stzh-text.js +6 -0
  658. package/dist/components/stzh-text2.js +64 -0
  659. package/dist/components/stzh-toggle.d.ts +11 -0
  660. package/dist/components/stzh-toggle.js +175 -0
  661. package/dist/components/stzh-tooltip.d.ts +11 -0
  662. package/dist/components/stzh-tooltip.js +6 -0
  663. package/dist/components/stzh-tooltip2.js +353 -0
  664. package/dist/components/stzh-upload.d.ts +11 -0
  665. package/dist/components/stzh-upload.js +10818 -0
  666. package/dist/components/stzh-vbz-linechip.d.ts +11 -0
  667. package/dist/components/stzh-vbz-linechip.js +6 -0
  668. package/dist/components/stzh-vbz-linechip2.js +2080 -0
  669. package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
  670. package/dist/components/stzh-vbz-majorticker.js +158 -0
  671. package/dist/components/stzh-vbz-ticker.d.ts +11 -0
  672. package/dist/components/stzh-vbz-ticker.js +232 -0
  673. package/dist/components/stzh-visuallyhidden.d.ts +11 -0
  674. package/dist/components/stzh-visuallyhidden.js +34 -0
  675. package/dist/components/stzh-vspace.d.ts +11 -0
  676. package/dist/components/stzh-vspace.js +64 -0
  677. package/dist/components/translation-utils.js +57 -0
  678. package/dist/components/utils.js +33 -0
  679. package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
  680. package/dist/esm/animation-utils-27dcfc1e.js +40 -0
  681. package/dist/esm/app-globals-137e106c.js +52 -0
  682. package/dist/esm/arrow-18769ca6.js +1297 -0
  683. package/dist/esm/date-adapter-c0ee5963.js +88 -0
  684. package/dist/esm/date-utils-282e96fe.js +159 -0
  685. package/dist/esm/dom-104fb833.js +73 -0
  686. package/dist/esm/event-utils-68b64805.js +16 -0
  687. package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
  688. package/dist/esm/index-0e6d34c6.js +2209 -0
  689. package/dist/esm/index-545902f4.js +2017 -0
  690. package/dist/esm/index.js +1 -0
  691. package/dist/esm/js.cookie-28a40640.js +144 -0
  692. package/dist/esm/loader.js +19 -0
  693. package/dist/esm/media-utils-db7c9057.js +22 -0
  694. package/dist/esm/polyfills/core-js.js +11 -0
  695. package/dist/esm/polyfills/css-shim.js +1 -0
  696. package/dist/esm/polyfills/dom.js +79 -0
  697. package/dist/esm/polyfills/es5-html-element.js +1 -0
  698. package/dist/esm/polyfills/index.js +34 -0
  699. package/dist/esm/polyfills/system.js +6 -0
  700. package/dist/esm/shadow-css-4261c637.js +387 -0
  701. package/dist/esm/string-utils-33181845.js +15 -0
  702. package/dist/esm/stzh-accordion-item.entry.js +177 -0
  703. package/dist/esm/stzh-accordion.entry.js +70 -0
  704. package/dist/esm/stzh-actions.entry.js +49 -0
  705. package/dist/esm/stzh-appnav.entry.js +46 -0
  706. package/dist/esm/stzh-appointments.entry.js +267 -0
  707. package/dist/esm/stzh-badge_3.entry.js +161 -0
  708. package/dist/esm/stzh-calendar.entry.js +302 -0
  709. package/dist/esm/stzh-cell.entry.js +31 -0
  710. package/dist/esm/stzh-checkbox.entry.js +132 -0
  711. package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
  712. package/dist/esm/stzh-chip-select.entry.js +62 -0
  713. package/dist/esm/stzh-chip.entry.js +97 -0
  714. package/dist/esm/stzh-components.js +105 -0
  715. package/dist/esm/stzh-container.entry.js +15 -0
  716. package/dist/esm/stzh-cspace.entry.js +18 -0
  717. package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
  718. package/dist/esm/stzh-datamessagelist.entry.js +19 -0
  719. package/dist/esm/stzh-datatable.entry.js +245 -0
  720. package/dist/esm/stzh-datepicker_4.entry.js +477 -0
  721. package/dist/esm/stzh-dialog.entry.js +187 -0
  722. package/dist/esm/stzh-dropdown.entry.js +5082 -0
  723. package/dist/esm/stzh-fieldset.entry.js +31 -0
  724. package/dist/esm/stzh-figure.entry.js +26 -0
  725. package/dist/esm/stzh-flyingfocus.entry.js +174 -0
  726. package/dist/esm/stzh-footer.entry.js +63 -0
  727. package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
  728. package/dist/esm/stzh-header.entry.js +158 -0
  729. package/dist/esm/stzh-heading.entry.js +28 -0
  730. package/dist/esm/stzh-hr.entry.js +19 -0
  731. package/dist/esm/stzh-hspace.entry.js +37 -0
  732. package/dist/esm/stzh-icon-sprite.entry.js +18 -0
  733. package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
  734. package/dist/esm/stzh-input.entry.js +188 -0
  735. package/dist/esm/stzh-link.entry.js +102 -0
  736. package/dist/esm/stzh-list-item.entry.js +24 -0
  737. package/dist/esm/stzh-list.entry.js +22 -0
  738. package/dist/esm/stzh-loader.entry.js +27 -0
  739. package/dist/esm/stzh-loadingbar.entry.js +29 -0
  740. package/dist/esm/stzh-menu_2.entry.js +92 -0
  741. package/dist/esm/stzh-message.entry.js +81 -0
  742. package/dist/esm/stzh-metanav.entry.js +33 -0
  743. package/dist/esm/stzh-overlay.entry.js +96 -0
  744. package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
  745. package/dist/esm/stzh-pagetitle.entry.js +68 -0
  746. package/dist/esm/stzh-popover.entry.js +357 -0
  747. package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
  748. package/dist/esm/stzh-progressbar-item.entry.js +53 -0
  749. package/dist/esm/stzh-progressbar.entry.js +121 -0
  750. package/dist/esm/stzh-readspeaker.entry.js +54 -0
  751. package/dist/esm/stzh-row.entry.js +36 -0
  752. package/dist/esm/stzh-saptcha.entry.js +77 -0
  753. package/dist/esm/stzh-section.entry.js +20 -0
  754. package/dist/esm/stzh-servicecard-list.entry.js +52 -0
  755. package/dist/esm/stzh-servicecard.entry.js +208 -0
  756. package/dist/esm/stzh-skiplink.entry.js +23 -0
  757. package/dist/esm/stzh-sortable.entry.js +3378 -0
  758. package/dist/esm/stzh-status.entry.js +32 -0
  759. package/dist/esm/stzh-table.entry.js +139 -0
  760. package/dist/esm/stzh-toggle.entry.js +130 -0
  761. package/dist/esm/stzh-tooltip.entry.js +318 -0
  762. package/dist/esm/stzh-upload.entry.js +10746 -0
  763. package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
  764. package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
  765. package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
  766. package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
  767. package/dist/esm/stzh-vspace.entry.js +37 -0
  768. package/dist/esm/translation-utils-f5b09945.js +57 -0
  769. package/dist/esm/utils-c5d68020.js +33 -0
  770. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  771. package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
  772. package/dist/esm-es5/app-globals-137e106c.js +1 -0
  773. package/dist/esm-es5/arrow-18769ca6.js +1 -0
  774. package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
  775. package/dist/esm-es5/date-utils-282e96fe.js +1 -0
  776. package/dist/esm-es5/dom-104fb833.js +21 -0
  777. package/dist/esm-es5/event-utils-68b64805.js +1 -0
  778. package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
  779. package/dist/esm-es5/index-0e6d34c6.js +2 -0
  780. package/dist/esm-es5/index-545902f4.js +1 -0
  781. package/dist/esm-es5/index.js +0 -0
  782. package/dist/esm-es5/js.cookie-28a40640.js +1 -0
  783. package/dist/esm-es5/loader.js +1 -0
  784. package/dist/esm-es5/media-utils-db7c9057.js +1 -0
  785. package/dist/esm-es5/shadow-css-4261c637.js +12 -0
  786. package/dist/esm-es5/string-utils-33181845.js +1 -0
  787. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
  788. package/dist/esm-es5/stzh-accordion.entry.js +1 -0
  789. package/dist/esm-es5/stzh-actions.entry.js +1 -0
  790. package/dist/esm-es5/stzh-appnav.entry.js +1 -0
  791. package/dist/esm-es5/stzh-appointments.entry.js +1 -0
  792. package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
  793. package/dist/esm-es5/stzh-calendar.entry.js +1 -0
  794. package/dist/esm-es5/stzh-cell.entry.js +1 -0
  795. package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
  796. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
  797. package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
  798. package/dist/esm-es5/stzh-chip.entry.js +1 -0
  799. package/dist/esm-es5/stzh-components.js +1 -0
  800. package/dist/esm-es5/stzh-container.entry.js +1 -0
  801. package/dist/esm-es5/stzh-cspace.entry.js +1 -0
  802. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
  803. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
  804. package/dist/esm-es5/stzh-datatable.entry.js +9 -0
  805. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
  806. package/dist/esm-es5/stzh-dialog.entry.js +1 -0
  807. package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
  808. package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
  809. package/dist/esm-es5/stzh-figure.entry.js +1 -0
  810. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
  811. package/dist/esm-es5/stzh-footer.entry.js +1 -0
  812. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
  813. package/dist/esm-es5/stzh-header.entry.js +1 -0
  814. package/dist/esm-es5/stzh-heading.entry.js +1 -0
  815. package/dist/esm-es5/stzh-hr.entry.js +1 -0
  816. package/dist/esm-es5/stzh-hspace.entry.js +1 -0
  817. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
  818. package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
  819. package/dist/esm-es5/stzh-input.entry.js +1 -0
  820. package/dist/esm-es5/stzh-link.entry.js +1 -0
  821. package/dist/esm-es5/stzh-list-item.entry.js +1 -0
  822. package/dist/esm-es5/stzh-list.entry.js +1 -0
  823. package/dist/esm-es5/stzh-loader.entry.js +1 -0
  824. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
  825. package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
  826. package/dist/esm-es5/stzh-message.entry.js +1 -0
  827. package/dist/esm-es5/stzh-metanav.entry.js +1 -0
  828. package/dist/esm-es5/stzh-overlay.entry.js +1 -0
  829. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
  830. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
  831. package/dist/esm-es5/stzh-popover.entry.js +1 -0
  832. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
  833. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
  834. package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
  835. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
  836. package/dist/esm-es5/stzh-row.entry.js +1 -0
  837. package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
  838. package/dist/esm-es5/stzh-section.entry.js +1 -0
  839. package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
  840. package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
  841. package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
  842. package/dist/esm-es5/stzh-sortable.entry.js +7 -0
  843. package/dist/esm-es5/stzh-status.entry.js +1 -0
  844. package/dist/esm-es5/stzh-table.entry.js +1 -0
  845. package/dist/esm-es5/stzh-toggle.entry.js +1 -0
  846. package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
  847. package/dist/esm-es5/stzh-upload.entry.js +1 -0
  848. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
  849. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
  850. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
  851. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
  852. package/dist/esm-es5/stzh-vspace.entry.js +1 -0
  853. package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
  854. package/dist/esm-es5/utils-c5d68020.js +1 -0
  855. package/dist/index.cjs.js +1 -0
  856. package/dist/index.js +1 -0
  857. package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
  858. package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
  859. package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
  860. package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
  861. package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
  862. package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
  863. package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
  864. package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
  865. package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
  866. package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
  867. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  868. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  869. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  870. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  871. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  872. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  873. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  874. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  875. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  876. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  877. package/dist/stzh-components/assets/fonts.css +39 -0
  878. package/dist/stzh-components/assets/i18n/de.json +154 -0
  879. package/dist/stzh-components/assets/i18n/en.json +154 -0
  880. package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
  881. package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
  882. package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
  883. package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
  884. package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
  885. package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
  886. package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
  887. package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
  888. package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
  889. package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
  890. package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
  891. package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
  892. package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
  893. package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
  894. package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
  895. package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
  896. package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
  897. package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
  898. package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
  899. package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
  900. package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
  901. package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
  902. package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
  903. package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
  904. package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
  905. package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
  906. package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
  907. package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
  908. package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
  909. package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
  910. package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
  911. package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
  912. package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
  913. package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
  914. package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
  915. package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
  916. package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
  917. package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
  918. package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
  919. package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
  920. package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
  921. package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
  922. package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
  923. package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
  924. package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
  925. package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
  926. package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
  927. package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
  928. package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
  929. package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
  930. package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
  931. package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
  932. package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
  933. package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
  934. package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
  935. package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
  936. package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
  937. package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
  938. package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
  939. package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
  940. package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
  941. package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
  942. package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
  943. package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
  944. package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
  945. package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
  946. package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
  947. package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
  948. package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
  949. package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
  950. package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
  951. package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
  952. package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
  953. package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
  954. package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
  955. package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
  956. package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
  957. package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
  958. package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
  959. package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
  960. package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
  961. package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
  962. package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
  963. package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
  964. package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
  965. package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
  966. package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
  967. package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
  968. package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
  969. package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
  970. package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
  971. package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
  972. package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
  973. package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
  974. package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
  975. package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
  976. package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
  977. package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
  978. package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
  979. package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
  980. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  981. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  982. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  983. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  984. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  985. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  986. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  987. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  988. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  989. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  990. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  991. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  992. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  993. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  994. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  995. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  996. package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  997. package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  998. package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
  999. package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  1000. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
  1001. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
  1002. package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  1003. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  1004. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
  1005. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  1006. package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  1007. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  1008. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  1009. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  1010. package/dist/stzh-components/index.esm.js +0 -0
  1011. package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
  1012. package/dist/stzh-components/p-03b16275.entry.js +1 -0
  1013. package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
  1014. package/dist/stzh-components/p-0837657c.entry.js +1 -0
  1015. package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
  1016. package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
  1017. package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
  1018. package/dist/stzh-components/p-0c2b5907.js +1 -0
  1019. package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
  1020. package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
  1021. package/dist/stzh-components/p-148de4e6.entry.js +1 -0
  1022. package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
  1023. package/dist/stzh-components/p-17258518.entry.js +1 -0
  1024. package/dist/stzh-components/p-1a40a6e4.js +1 -0
  1025. package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
  1026. package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
  1027. package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
  1028. package/dist/stzh-components/p-1cebd703.entry.js +1 -0
  1029. package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
  1030. package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
  1031. package/dist/stzh-components/p-22f948e2.entry.js +1 -0
  1032. package/dist/stzh-components/p-22fba26d.entry.js +1 -0
  1033. package/dist/stzh-components/p-25afa99e.entry.js +1 -0
  1034. package/dist/stzh-components/p-301841e3.entry.js +1 -0
  1035. package/dist/stzh-components/p-30b347ee.system.js +2 -0
  1036. package/dist/stzh-components/p-320aedf7.js +1 -0
  1037. package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
  1038. package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
  1039. package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
  1040. package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
  1041. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  1042. package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
  1043. package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
  1044. package/dist/stzh-components/p-3da37219.entry.js +8 -0
  1045. package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
  1046. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  1047. package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
  1048. package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
  1049. package/dist/stzh-components/p-40a19ce6.js +10 -0
  1050. package/dist/stzh-components/p-42430cdf.js +1 -0
  1051. package/dist/stzh-components/p-4476344d.js +1 -0
  1052. package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
  1053. package/dist/stzh-components/p-46f301c0.entry.js +1 -0
  1054. package/dist/stzh-components/p-49968bbf.entry.js +1 -0
  1055. package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
  1056. package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
  1057. package/dist/stzh-components/p-4c61dcad.js +19 -0
  1058. package/dist/stzh-components/p-4c68fa45.system.js +1 -0
  1059. package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
  1060. package/dist/stzh-components/p-50ea2036.system.js +1 -0
  1061. package/dist/stzh-components/p-53934cfd.js +1 -0
  1062. package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
  1063. package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
  1064. package/dist/stzh-components/p-582cf0f1.system.js +1 -0
  1065. package/dist/stzh-components/p-58917ce2.entry.js +1 -0
  1066. package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
  1067. package/dist/stzh-components/p-5977373f.system.js +1 -0
  1068. package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
  1069. package/dist/stzh-components/p-5db542ae.system.js +1 -0
  1070. package/dist/stzh-components/p-5f20178b.system.js +1 -0
  1071. package/dist/stzh-components/p-6113bb25.entry.js +1 -0
  1072. package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
  1073. package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
  1074. package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
  1075. package/dist/stzh-components/p-648695c2.js +1 -0
  1076. package/dist/stzh-components/p-649164c7.entry.js +9 -0
  1077. package/dist/stzh-components/p-649621fc.js +1 -0
  1078. package/dist/stzh-components/p-6523a23b.system.js +21 -0
  1079. package/dist/stzh-components/p-65282c9d.js +2 -0
  1080. package/dist/stzh-components/p-65444117.system.entry.js +1 -0
  1081. package/dist/stzh-components/p-66556f67.entry.js +1 -0
  1082. package/dist/stzh-components/p-670d4834.entry.js +1 -0
  1083. package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
  1084. package/dist/stzh-components/p-690d14cd.entry.js +1 -0
  1085. package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
  1086. package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
  1087. package/dist/stzh-components/p-740dd50f.entry.js +1 -0
  1088. package/dist/stzh-components/p-75f1b800.entry.js +1 -0
  1089. package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
  1090. package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
  1091. package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
  1092. package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
  1093. package/dist/stzh-components/p-818634d2.entry.js +1 -0
  1094. package/dist/stzh-components/p-81d9f3e0.js +1 -0
  1095. package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
  1096. package/dist/stzh-components/p-85d78e08.entry.js +1 -0
  1097. package/dist/stzh-components/p-87140179.system.entry.js +1 -0
  1098. package/dist/stzh-components/p-8ba6ca80.js +1 -0
  1099. package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
  1100. package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
  1101. package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
  1102. package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
  1103. package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
  1104. package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
  1105. package/dist/stzh-components/p-96fd158c.entry.js +1 -0
  1106. package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
  1107. package/dist/stzh-components/p-99195f5a.system.js +1 -0
  1108. package/dist/stzh-components/p-99533090.system.entry.js +1 -0
  1109. package/dist/stzh-components/p-9be4e960.entry.js +1 -0
  1110. package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
  1111. package/dist/stzh-components/p-a42a7524.entry.js +1 -0
  1112. package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
  1113. package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
  1114. package/dist/stzh-components/p-a7454367.js +1 -0
  1115. package/dist/stzh-components/p-a7785d9b.system.js +1 -0
  1116. package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
  1117. package/dist/stzh-components/p-a8de6293.system.js +13 -0
  1118. package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
  1119. package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
  1120. package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
  1121. package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
  1122. package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
  1123. package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
  1124. package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
  1125. package/dist/stzh-components/p-af819e4e.system.js +1 -0
  1126. package/dist/stzh-components/p-afa7061e.entry.js +1 -0
  1127. package/dist/stzh-components/p-b06cc533.entry.js +1 -0
  1128. package/dist/stzh-components/p-b10682ee.js +1 -0
  1129. package/dist/stzh-components/p-b1976630.entry.js +1 -0
  1130. package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
  1131. package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
  1132. package/dist/stzh-components/p-b34774e7.entry.js +1 -0
  1133. package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
  1134. package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
  1135. package/dist/stzh-components/p-b651f251.entry.js +1 -0
  1136. package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
  1137. package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
  1138. package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
  1139. package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
  1140. package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
  1141. package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
  1142. package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
  1143. package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
  1144. package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
  1145. package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
  1146. package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
  1147. package/dist/stzh-components/p-d2f660e1.system.js +1 -0
  1148. package/dist/stzh-components/p-d790a367.entry.js +1 -0
  1149. package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
  1150. package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
  1151. package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
  1152. package/dist/stzh-components/p-ded16c0e.system.js +1 -0
  1153. package/dist/stzh-components/p-df422d36.entry.js +1 -0
  1154. package/dist/stzh-components/p-e00139a1.entry.js +1 -0
  1155. package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
  1156. package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
  1157. package/dist/stzh-components/p-e20369c8.system.js +10 -0
  1158. package/dist/stzh-components/p-e3769e97.system.js +1 -0
  1159. package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
  1160. package/dist/stzh-components/p-e69a66bb.js +1 -0
  1161. package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
  1162. package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
  1163. package/dist/stzh-components/p-ebf73698.entry.js +1 -0
  1164. package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
  1165. package/dist/stzh-components/p-ef5d4167.js +12 -0
  1166. package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
  1167. package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
  1168. package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
  1169. package/dist/stzh-components/p-f21440b3.entry.js +1 -0
  1170. package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
  1171. package/dist/stzh-components/p-f481f21d.system.js +1 -0
  1172. package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
  1173. package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
  1174. package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
  1175. package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
  1176. package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
  1177. package/dist/stzh-components/stzh-components.css +1 -0
  1178. package/dist/stzh-components/stzh-components.esm.js +1 -0
  1179. package/dist/stzh-components/stzh-components.js +131 -0
  1180. package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
  1181. package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
  1182. package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
  1183. package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
  1184. package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
  1185. package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
  1186. package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
  1187. package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
  1188. package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
  1189. package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
  1190. package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
  1191. package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
  1192. package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
  1193. package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
  1194. package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
  1195. package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
  1196. package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
  1197. package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
  1198. package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
  1199. package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
  1200. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
  1201. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
  1202. package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
  1203. package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
  1204. package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
  1205. package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
  1206. package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
  1207. package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
  1208. package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
  1209. package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
  1210. package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
  1211. package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
  1212. package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
  1213. package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
  1214. package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
  1215. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
  1216. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
  1217. package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
  1218. package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
  1219. package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
  1220. package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
  1221. package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
  1222. package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
  1223. package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
  1224. package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
  1225. package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
  1226. package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
  1227. package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
  1228. package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
  1229. package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
  1230. package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
  1231. package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
  1232. package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
  1233. package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
  1234. package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
  1235. package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
  1236. package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
  1237. package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
  1238. package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
  1239. package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
  1240. package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
  1241. package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
  1242. package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
  1243. package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
  1244. package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
  1245. package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
  1246. package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
  1247. package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
  1248. package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
  1249. package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
  1250. package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
  1251. package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
  1252. package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
  1253. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
  1254. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
  1255. package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
  1256. package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
  1257. package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
  1258. package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
  1259. package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
  1260. package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
  1261. package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
  1262. package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
  1263. package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
  1264. package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
  1265. package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
  1266. package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
  1267. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
  1268. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
  1269. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
  1270. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
  1271. package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
  1272. package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
  1273. package/dist/types/components.d.ts +5192 -0
  1274. package/dist/types/index.d.ts +427 -0
  1275. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  1276. package/dist/types/types/svg.d.ts +4 -0
  1277. package/dist/types/utils/animation-utils.d.ts +10 -0
  1278. package/dist/types/utils/date-adapter.d.ts +8 -0
  1279. package/dist/types/utils/date-utils.d.ts +61 -0
  1280. package/dist/types/utils/event-utils.d.ts +1 -0
  1281. package/dist/types/utils/h.d.ts +18 -0
  1282. package/dist/types/utils/media-utils.d.ts +3 -0
  1283. package/dist/types/utils/string-utils.d.ts +2 -0
  1284. package/dist/types/utils/test-utils.d.ts +9 -0
  1285. package/dist/types/utils/translation-utils.d.ts +40 -0
  1286. package/dist/types/utils/utils.d.ts +3 -0
  1287. package/dist/vscode-data.json +4453 -0
  1288. package/loader/cdn.js +3 -0
  1289. package/loader/index.cjs.js +3 -0
  1290. package/loader/index.d.ts +12 -0
  1291. package/loader/index.es2017.js +3 -0
  1292. package/loader/index.js +4 -0
  1293. package/loader/package.json +11 -0
  1294. package/package.json +94 -0
@@ -0,0 +1 @@
1
+ import{r as e,h as t,a}from"./p-65282c9d.js";const i=class{constructor(t){e(this,t)}componentDidLoad(){console.log(this.constructor.style.replace('@charset "UTF-8";',""))}render(){return t(a,null)}};i.style='@charset "UTF-8";html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}[hidden]{display:none !important}.stzh-dialog-open,.stzh-overlay-open{-ms-touch-action:none;touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;padding-right:var(--stzh-scrollbar-width);-ms-scroll-chaining:none;overscroll-behavior:none}@media screen and (max-width: 599px){.stzh-popover-open{-ms-touch-action:none;touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;padding-right:var(--stzh-scrollbar-width);-ms-scroll-chaining:none;overscroll-behavior:none}}.stzh-flyingfocus-enabled :focus,.stzh-flyingfocus-enabled .has-focus{outline:var(--stzh-color-primary) solid 0.125rem;outline-offset:0.3125rem}.stzh-flyingfocus-enabled stzh-button[variant="primary"].has-focus{outline:var(--stzh-color-primary) solid 0.1875rem;outline-offset:0.25rem}.stzh-flyingfocus-enabled stzh-input.has-focus,.stzh-flyingfocus-enabled stzh-dropdown.has-focus{outline-offset:0.4375rem}.stzh-fylingfocus-focused{outline-style:none !important}.stzh-fylingfocus-focused::-moz-focus-inner{border:0 !important}:root{--stzh-color-zueriblue:#0F05A0;--stzh-color-zueriblue48:rgba(15, 5, 160, 0.48);--stzh-color-zueriblue32:rgba(15, 5, 160, 0.32);--stzh-color-zueriblue16:rgba(15, 5, 160, 0.16);--stzh-color-zueriblue8:rgba(15, 5, 160, 0.08);--stzh-color-zueriblue4:rgba(15, 5, 160, 0.04);--stzh-color-zueribluedark:#070250;--stzh-color-white:#FFFFFF;--stzh-color-white48:rgba(255, 255, 255, 0.48);--stzh-color-white32:rgba(255, 255, 255, 0.32);--stzh-color-white16:rgba(255, 255, 255, 0.16);--stzh-color-white8:rgba(255, 255, 255, 0.08);--stzh-color-black:#000000;--stzh-color-black48:rgba(0, 0, 0, 0.48);--stzh-color-black32:rgba(0, 0, 0, 0.32);--stzh-color-black16:rgba(0, 0, 0, 0.16);--stzh-color-black8:rgba(0, 0, 0, 0.08);--stzh-color-cucumber:#80ad52;--stzh-color-truegreen:#008000;--stzh-color-shiraz:#c00d23;--stzh-color-error:#d0021b;--stzh-color-warning:#F28B00;--stzh-color-active:#a4c400;--stzh-color-grey5:#F2F2F2;--stzh-color-grey13:#DEDEDE;--stzh-color-grey25:#BFBFBF;--stzh-color-grey40:#999999;--stzh-color-grey55:#737373;--stzh-color-grey61:#646464;--stzh-color-grey70:#4D4D4D;--stzh-color-grey87:#222222;--stzh-color-aoz-agenda:#2f8e87;--stzh-color-aoz-agenda-hover:#216664;--stzh-color-cool-grey60:#5C7781;--stzh-color-cool-grey60-hover:#344F59;--stzh-color-cobalt-blue60:#0353DC;--stzh-color-cobalt-blue60-hover:#00338D;--stzh-color-shamrock-green70:#06751E;--stzh-color-shamrock-green70-hover:#054D14;--stzh-color-lime-green80:#3A6413;--stzh-color-lime-green80-hover:#26410C;--stzh-color-magenta70:#960055;--stzh-color-magenta70-hover:#660033;--stzh-color-ocher70:#9A5B01;--stzh-color-ocher70-hover:#5A3600;--stzh-color-orange:#F28B00;--stzh-color-orange-hover:#915300;--stzh-color-orange70:#B23A01;--stzh-color-orange70-hover:#6F261F;--stzh-color-red:#A51A0F;--stzh-color-red-hover:#630F09;--stzh-color-red60:#DC030E;--stzh-color-red60-hover:#A20309;--stzh-color-violet70:#512380;--stzh-color-violet70-hover:#2d1348;--stzh-color-winered:#89072A;--stzh-color-winered-hover:#520419;--stzh-color-primary:var(--stzh-color-zueriblue);--stzh-color-primary-hover:var(--stzh-color-zueribluedark);--stzh-color-primary48:var(--stzh-color-zueriblue48);--stzh-color-primary32:var(--stzh-color-zueriblue32);--stzh-color-primary16:var(--stzh-color-zueriblue16);--stzh-color-primary8:var(--stzh-color-zueriblue8);--stzh-color-primary4:var(--stzh-color-zueriblue4);--stzh-color-tabasco:#A51A0F;--stzh-color-mahogany:#630F09;--stzh-color-monza:#C30024;--stzh-color-venetianred:#750015;--stzh-color-scienceblue:#006DC5;--stzh-color-deepcerulean:#057FAC;--stzh-color-regalblue:#034C67;--stzh-color-coral:#E4694C;--stzh-color-shakespeare:#4A96C8;--stzh-color-chambray:#2C5A78;--stzh-font-family-light:\'HelveticaNeueLTW01_41488878\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-regular:\'HelveticaNeueLTW01_55Roman\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-medium:\'HelveticaNeueLTW05_65Medium\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-bold:\'HelveticaNeueLTW01_71488914\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-heavy:\'HelveticaNeueLTW05_85Heavy\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-font-family-title:var(--stzh-font-family-heavy);--stzh-font-weight-light:normal;--stzh-font-weight-regular:normal;--stzh-font-weight-medium:normal;--stzh-font-weight-bold:normal;--stzh-font-weight-heavy:normal;--stzh-font-weight-title:normal;--stzh-font-femto-font-size:0.625rem;--stzh-font-femto-text-line-height:1;--stzh-font-pico-font-size:0.75rem;--stzh-font-pico-text-line-height:1.6;--stzh-font-pico-heading-letter-spacing:0.01em;--stzh-font-nano-font-size:0.8125rem;--stzh-font-nano-text-line-height:1.6;--stzh-font-nano-heading-line-height:1.4;--stzh-font-nano-heading-letter-spacing:0.01em;--stzh-font-micro-font-size:0.875rem;--stzh-font-micro-text-line-height:1.6;--stzh-font-micro-heading-line-height:1.4;--stzh-font-micro-heading-letter-spacing:0.01em;--stzh-font-milli-font-size:1rem;--stzh-font-milli-text-line-height:1.6;--stzh-font-milli-heading-line-height:1.4;--stzh-font-centi-font-size:1.125rem;--stzh-font-centi-text-line-height:1.6;--stzh-font-centi-heading-line-height:1.4;--stzh-font-deci-font-size:1.25rem;--stzh-font-deci-text-line-height:1.6;--stzh-font-deci-heading-line-height:1.4;--stzh-font-regular-font-size:1.375rem;--stzh-font-regular-text-line-height:1.6;--stzh-font-regular-heading-line-height:1.4;--stzh-font-deca-font-size:1.5rem;--stzh-font-deca-text-line-height:1.2;--stzh-font-deca-text-letter-spacing:-0.01em;--stzh-font-hecto-font-size:1.75rem;--stzh-font-hecto-text-line-height:1.2;--stzh-font-hecto-text-letter-spacing:-0.01em;--stzh-font-kilo-font-size:2rem;--stzh-font-kilo-text-line-height:1.2;--stzh-font-kilo-text-letter-spacing:-0.01em;--stzh-font-mega-font-size:2.5rem;--stzh-font-mega-text-line-height:1.2;--stzh-font-mega-text-letter-spacing:-0.01em;--stzh-font-giga-font-size:2.8125rem;--stzh-font-giga-text-line-height:1.2;--stzh-font-giga-text-letter-spacing:-0.01em;--stzh-font-hero-font-size:3.75rem;--stzh-font-hero-text-line-height:1.1;--stzh-font-hero-text-letter-spacing:-0.01em;--stzh-z-index-deep:-999999;--stzh-z-index-default:1;--stzh-z-index-masked:100;--stzh-z-index-mask:200;--stzh-z-index-sticky:300;--stzh-z-index-header:400;--stzh-z-index-toast:500;--stzh-z-index-popover:600;--stzh-z-index-dialog:700;--stzh-z-index-popup:800;--stzh-z-index-overlay:900;--stzh-space-xxxsmall:0.125rem;--stzh-space-xxsmall:0.25rem;--stzh-space-xsmall:0.5rem;--stzh-space-small:0.75rem;--stzh-space-medium:1rem;--stzh-space-large:1.25rem;--stzh-space-xlarge:1.5rem;--stzh-space-xxlarge:2rem;--stzh-space-xxxlarge:2.5rem;--stzh-space-xxxxlarge:3rem;--stzh-space-big:3.5rem;--stzh-space-xbig:4rem;--stzh-space-huge:5rem;--stzh-space-xhuge:6rem;--stzh-space-none:0.00001rem;--stzh-space-default:var(--stzh-space-medium);--stzh-box-shadow-header:0 -0.125rem 1rem rgba(0, 0, 0, 0.16);--stzh-box-shadow-popover:0 0 0.25rem rgba(0, 0, 0, 0.24);--stzh-box-shadow-message:0 0 0.5rem rgba(0, 0, 0, 0.24);--stzh-box-shadow-overlay:0 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);--stzh-icon-size-xxsmall:0.75rem;--stzh-icon-size-xsmall:1rem;--stzh-icon-size-small:1.25rem;--stzh-icon-size-medium:1.5rem;--stzh-icon-size-large:2.25rem;--stzh-icon-size-xlarge:3rem;--stzh-icon-size-default:var(--stzh-icon-size-small);--stzh-grid-gutter:1rem;--stzh-grid-gutter-small:1.25rem;--stzh-grid-gutter-medium:1.5rem;--stzh-base-color:var(--stzh-color-grey61);--stzh-base-invert-color:var(--stzh-color-white);--stzh-base-lead-color:var(--stzh-color-grey70);--stzh-base-border-color:var(--stzh-color-grey13);--stzh-base-vector-effect:non-scaling-stroke;--stzh-base-transition-animation-speed:0.3s;--stzh-link-color:var(--stzh-color-primary);--stzh-link-hover-color:var(--stzh-color-primary-hover);--stzh-link-icon-wrapper-height:1em;--stzh-button-border-radius:0.1875rem;--stzh-button-text-hover-background:rgba(15, 5, 160, 0.08);--stzh-richttext-blockquote-color:var(--stzh-color-primary);--stzh-richttext-blockquote-line-color:var(--stzh-color-primary);--stzh-richttext-blockquote-footer-color:var(--stzh-color-grey55);--stzh-section-background-color:transparent;--stzh-section-highlight-background-color:var(--stzh-color-grey5);--stzh-section-highlight-horizontal-padding:var(--stzh-space-medium);--stzh-heading-color:var(--stzh-color-primary);--stzh-table-max-height:none;--stzh-table-min-width:43.75rem;--stzh-table-cell-padding:var(--stzh-space-small) var(--stzh-space-medium);--stzh-table-input-width:11rem;--stzh-menu-item-height:2.375rem;--stzh-form-input-border-radius:0.125rem;--stzh-form-input-height:3rem;--stzh-form-input-small-height:2.5rem;--stzh-form-input-tiny-height:2rem;--stzh-popover-width:13.9375rem;--stzh-popover-min-width:initial;--stzh-popover-max-width:initial;--stzh-popover-border-radius:0.1875rem;--stzh-tooltip-width:auto;--stzh-tooltip-min-width:initial;--stzh-tooltip-max-width:20.875rem;--stzh-tooltip-padding:var(--stzh-space-small);--stzh-tooltip-border-radius:0.1875rem;--stzh-tooltip-drop-shadow:drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.16));--stzh-accordion-content-padding:var(--stzh-space-medium);--stzh-accordion-content-background:var(--stzh-color-grey5)}.stzh-theme-aoz{--stzh-color-primary:var(--stzh-color-tabasco);--stzh-color-primary-hover:var(--stzh-color-mahogany);--stzh-color-primary48:rgba(165, 26, 15, 0.48);--stzh-color-primary32:rgba(165, 26, 15, 0.32);--stzh-color-primary16:rgba(165, 26, 15, 0.16);--stzh-color-primary8:rgba(165, 26, 15, 0.08);--stzh-color-primary4:rgba(165, 26, 15, 0.04);--stzh-button-text-hover-background:rgba(165, 26, 15, 0.08)}.stzh-theme-vbz{--stzh-color-primary:var(--stzh-color-deepcerulean);--stzh-color-primary-hover:var(--stzh-color-regalblue);--stzh-color-primary48:rgba(5, 127, 172, 0.48);--stzh-color-primary32:rgba(5, 127, 172, 0.32);--stzh-color-primary16:rgba(5, 127, 172, 0.16);--stzh-color-primary8:rgba(5, 127, 172, 0.08);--stzh-color-primary4:rgba(5, 127, 172, 0.04);--stzh-font-family-heavy:var(--stzh-font-family-bold);--stzh-font-family-title:var(--stzh-font-family-light);--stzh-button-text-hover-background:rgba(5, 127, 172, 0.08)}.stzh-theme-uvz{--stzh-color-primary:var(--stzh-color-monza);--stzh-color-primary-hover:var(--stzh-color-venetianred);--stzh-color-primary48:rgba(195, 0, 36, 0.48);--stzh-color-primary32:rgba(195, 0, 36, 0.32);--stzh-color-primary16:rgba(195, 0, 36, 0.16);--stzh-color-primary8:rgba(195, 0, 36, 0.08);--stzh-color-primary4:rgba(195, 0, 36, 0.04);--stzh-button-text-hover-background:rgba(195, 0, 36, 0.08);--stzh-link-color:var(--stzh-color-scienceblue);--stzh-heading-color:var(--stzh-color-black)}.stzh-theme-pkzh{--stzh-pkzh-font-family:Verdana, \'Geneva\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;--stzh-color-primary:var(--stzh-color-shakespeare);--stzh-color-primary-hover:var(--stzh-color-chambray);--stzh-color-primary48:rgba(74, 150, 200, 0.48);--stzh-color-primary32:rgba(74, 150, 200, 0.32);--stzh-color-primary16:rgba(74, 150, 200, 0.16);--stzh-color-primary8:rgba(74, 150, 200, 0.08);--stzh-color-primary4:rgba(74, 150, 200, 0.04);--stzh-font-family-light:var(--stzh-pkzh-font-family);--stzh-font-family-regular:var(--stzh-pkzh-font-family);--stzh-font-family-medium:var(--stzh-pkzh-font-family);--stzh-font-family-bold:var(--stzh-pkzh-font-family);--stzh-font-family-heavy:var(--stzh-pkzh-font-family);--stzh-font-weight-light:300;--stzh-font-weight-regular:normal;--stzh-font-weight-medium:500;--stzh-font-weight-bold:700;--stzh-font-weight-heavy:800;--stzh-button-text-hover-background:rgba(74, 150, 200, 0.08)}.stzh-theme-ms-aoz-agenda{--stzh-color-primary:var(--stzh-color-aoz-agenda);--stzh-color-primary-hover:var(--stzh-color-aoz-agenda-hover);--stzh-color-primary48:rgba(47, 142, 135, 0.48);--stzh-color-primary32:rgba(47, 142, 135, 0.32);--stzh-color-primary16:rgba(47, 142, 135, 0.16);--stzh-color-primary8:rgba(47, 142, 135, 0.08);--stzh-color-primary4:rgba(47, 142, 135, 0.04)}.stzh-theme-ms-cool-grey60{--stzh-color-primary:var(--stzh-color-cool-grey60);--stzh-color-primary-hover:var(--stzh-color-cool-grey60-hover);--stzh-color-primary48:rgba(92, 119, 129, 0.48);--stzh-color-primary32:rgba(92, 119, 129, 0.32);--stzh-color-primary16:rgba(92, 119, 129, 0.16);--stzh-color-primary8:rgba(92, 119, 129, 0.08);--stzh-color-primary4:rgba(92, 119, 129, 0.04)}.stzh-theme-ms-cobalt-blue60{--stzh-color-primary:var(--stzh-color-cobalt-blue60);--stzh-color-primary-hover:var(--stzh-color-cobalt-blue60-hover);--stzh-color-primary48:rgba(3, 83, 220, 0.48);--stzh-color-primary32:rgba(3, 83, 220, 0.32);--stzh-color-primary16:rgba(3, 83, 220, 0.16);--stzh-color-primary8:rgba(3, 83, 220, 0.08);--stzh-color-primary4:rgba(3, 83, 220, 0.04)}.stzh-theme-ms-shamrock-green70{--stzh-color-primary:var(--stzh-color-shamrock-green70);--stzh-color-primary-hover:var(--stzh-color-shamrock-green70-hover);--stzh-color-primary48:rgba(6, 117, 30, 0.48);--stzh-color-primary32:rgba(6, 117, 30, 0.32);--stzh-color-primary16:rgba(6, 117, 30, 0.16);--stzh-color-primary8:rgba(6, 117, 30, 0.08);--stzh-color-primary4:rgba(6, 117, 30, 0.04)}.stzh-theme-ms-lime-green80{--stzh-color-primary:var(--stzh-color-lime-green80);--stzh-color-primary-hover:var(--stzh-color-lime-green80-hover);--stzh-color-primary48:rgba(58, 100, 19, 0.48);--stzh-color-primary32:rgba(58, 100, 19, 0.32);--stzh-color-primary16:rgba(58, 100, 19, 0.16);--stzh-color-primary8:rgba(58, 100, 19, 0.08);--stzh-color-primary4:rgba(58, 100, 19, 0.04)}.stzh-theme-ms-magenta70{--stzh-color-primary:var(--stzh-color-magenta70);--stzh-color-primary-hover:var(--stzh-color-magenta70-hover);--stzh-color-primary48:rgba(150, 0, 85, 0.48);--stzh-color-primary32:rgba(150, 0, 85, 0.32);--stzh-color-primary16:rgba(150, 0, 85, 0.16);--stzh-color-primary8:rgba(150, 0, 85, 0.08);--stzh-color-primary4:rgba(150, 0, 85, 0.04)}.stzh-theme-ms-ocher70{--stzh-color-primary:var(--stzh-color-ocher70);--stzh-color-primary-hover:var(--stzh-color-ocher70-hover);--stzh-color-primary48:rgba(154, 91, 1, 0.48);--stzh-color-primary32:rgba(154, 91, 1, 0.32);--stzh-color-primary16:rgba(154, 91, 1, 0.16);--stzh-color-primary8:rgba(154, 91, 1, 0.08);--stzh-color-primary4:rgba(154, 91, 1, 0.04)}.stzh-theme-ms-orange{--stzh-color-primary:var(--stzh-color-orange);--stzh-color-primary-hover:var(--stzh-color-orange-hover);--stzh-color-primary48:rgba(242, 139, 0, 0.48);--stzh-color-primary32:rgba(242, 139, 0, 0.32);--stzh-color-primary16:rgba(242, 139, 0, 0.16);--stzh-color-primary8:rgba(242, 139, 0, 0.08);--stzh-color-primary4:rgba(242, 139, 0, 0.04)}.stzh-theme-ms-orange70{--stzh-color-primary:var(--stzh-color-orange70);--stzh-color-primary-hover:var(--stzh-color-orange70-hover);--stzh-color-primary48:rgba(178, 58, 1, 0.48);--stzh-color-primary32:rgba(178, 58, 1, 0.32);--stzh-color-primary16:rgba(178, 58, 1, 0.16);--stzh-color-primary8:rgba(178, 58, 1, 0.08);--stzh-color-primary4:rgba(178, 58, 1, 0.04)}.stzh-theme-ms-red{--stzh-color-primary:var(--stzh-color-red);--stzh-color-primary-hover:var(--stzh-color-red-hover);--stzh-color-primary48:rgba(165, 26, 15, 0.48);--stzh-color-primary32:rgba(165, 26, 15, 0.32);--stzh-color-primary16:rgba(165, 26, 15, 0.16);--stzh-color-primary8:rgba(165, 26, 15, 0.08);--stzh-color-primary4:rgba(165, 26, 15, 0.04)}.stzh-theme-ms-red60{--stzh-color-primary:var(--stzh-color-red60);--stzh-color-primary-hover:var(--stzh-color-red60-hover);--stzh-color-primary48:rgba(220, 3, 14, 0.48);--stzh-color-primary32:rgba(220, 3, 14, 0.32);--stzh-color-primary16:rgba(220, 3, 14, 0.16);--stzh-color-primary8:rgba(220, 3, 14, 0.08);--stzh-color-primary4:rgba(220, 3, 14, 0.04)}.stzh-theme-ms-violet70{--stzh-color-primary:var(--stzh-color-violet70);--stzh-color-primary-hover:var(--stzh-color-violet70-hover);--stzh-color-primary48:rgba(81, 35, 128, 0.48);--stzh-color-primary32:rgba(81, 35, 128, 0.32);--stzh-color-primary16:rgba(81, 35, 128, 0.16);--stzh-color-primary8:rgba(81, 35, 128, 0.08);--stzh-color-primary4:rgba(81, 35, 128, 0.04)}.stzh-theme-ms-winered{--stzh-color-primary:var(--stzh-color-winered);--stzh-color-primary-hover:var(--stzh-color-winered-hover);--stzh-color-primary48:rgba(137, 7, 42, 0.48);--stzh-color-primary32:rgba(137, 7, 42, 0.32);--stzh-color-primary16:rgba(137, 7, 42, 0.16);--stzh-color-primary8:rgba(137, 7, 42, 0.08);--stzh-color-primary4:rgba(137, 7, 42, 0.04)}.stzh-theme-ma{background-color:var(--stzh-color-grey5);--stzh-font-curve-p1-medium-font-size:var(--stzh-font-milli-font-size);--stzh-font-curve-p1-medium-text-line-height:var(--stzh-font-milli-text-line-height);--stzh-font-curve-p1-medium-heading-line-height:var(--stzh-font-milli-heading-line-height);--stzh-font-curve-p2-medium-font-size:var(--stzh-font-micro-font-size);--stzh-font-curve-p2-medium-text-line-height:var(--stzh-font-micro-text-line-height);--stzh-font-curve-p2-medium-heading-line-height:var(--stzh-font-micro-heading-line-height);--stzh-font-curve-p2-medium-heading-letter-spacing:var(--stzh-font-micro-heading-letter-spacing)}:host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--stzh-color-primary:var(--stzh-color-deepcerulean);--stzh-color-primary-hover:var(--stzh-color-regalblue);--stzh-color-primary48:rgba(5, 127, 172, 0.48);--stzh-color-primary32:rgba(5, 127, 172, 0.32);--stzh-color-primary16:rgba(5, 127, 172, 0.16);--stzh-color-primary8:rgba(5, 127, 172, 0.08);--stzh-font-family-heavy:var(--stzh-font-family-bold);--stzh-font-family-title:var(--stzh-font-family-light);--stzh-button-text-hover-background:rgba(5, 127, 172, 0.08)}main,.reveal-overlay,.mod_header{--primary:var(--stzh-color-primary);--secondary:var(--stzh-color-primary);--success:var(--stzh-color-truegreen);--warning:var(--stzh-color-warning);--alert:var(--stzh-color-error);--highlight:var(--stzh-color-coral);--highlight_alternative:var(--stzh-color-coral)}main a.muted,main .inline-filters button.muted[data-toggle],.reveal-overlay a.muted,.reveal-overlay .inline-filters button.muted[data-toggle]{color:var(--stzh-color-white);background-color:var(--stzh-color-grey13);border-color:var(--stzh-color-grey13)}main a.muted:hover,main a.muted:focus,main .inline-filters button.muted[data-toggle]:hover,main .inline-filters button.muted[data-toggle]:focus,.reveal-overlay a.muted:hover,.reveal-overlay a.muted:focus,.reveal-overlay .inline-filters button.muted[data-toggle]:hover,.reveal-overlay .inline-filters button.muted[data-toggle]:focus{color:var(--stzh-color-white);background-color:var(--stzh-color-grey13);border-color:var(--stzh-color-grey13)}.reveal-overlay{background-color:rgba(5, 127, 172, 0.8);}.reveal-overlay .reveal__title{margin-top:0}.reveal-overlay .reveal{-webkit-box-shadow:var(--stzh-box-shadow-overlay);box-shadow:var(--stzh-box-shadow-overlay)}.reveal-overlay .close-button{color:var(--stzh-base-lead-color)}.mod_header .mod_header__logobar-logo img{background:url(https://www.stadt-zuerich.ch/content/dam/stzh/corpdesign/wortbildmarken/logo_stzh_vbz_pos_2-1.svg) no-repeat;width:0;padding-left:13rem}main{accent-color:var(--stzh-color-primary, var(--stzh-color-zueriblue));}main h1,main h2,main h3,main h4{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);margin:0}main b,main strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main i,main em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}main h1,main h2,main h3{color:var(--stzh-heading-color)}main,main p,main stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){main,main p,main stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main h1{font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}@media screen and (min-width: 600px){main h1{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main h1{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){main h1{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}main h2{font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h2-default-heading-letter-spacing)}@media screen and (min-width: 600px){main h2{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main h2{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main h2{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main h3{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing)}@media screen and (min-width: 600px){main h3{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main h3{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main h4{font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing)}@media screen and (min-width: 1024px){main h4{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}main h1,main h2,main stzh-heading[level="1"],main stzh-heading[level="2"]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){main h1,main h2,main stzh-heading[level="1"],main stzh-heading[level="2"]{margin-bottom:var(--stzh-space-large)}}@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-xlarge)}}@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-xxlarge)}}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: 600px){main h1,main h2{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1024px){main h1,main h2{padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main h1,main h2{padding-bottom:var(--stzh-space-large)}}main h1,main stzh-heading[level="1"]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){main h1,main stzh-heading[level="1"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main h1,main stzh-heading[level="1"]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main h1,main stzh-heading[level="1"]{margin-top:var(--stzh-space-xxxxlarge)}}main h2,main stzh-heading[level="2"]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){main h2,main stzh-heading[level="2"]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){main h2,main stzh-heading[level="2"]{margin-top:var(--stzh-space-xbig)}}main h3,main stzh-heading[level="3"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){main h3,main stzh-heading[level="3"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main h3,main stzh-heading[level="3"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main h3,main stzh-heading[level="3"]{margin-top:var(--stzh-space-xxlarge)}}main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main h4,main stzh-heading[level="4"]{margin-top:var(--stzh-space-xxlarge)}}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: 1024px){main p,main stzh-text,main ul,main ol,main dl,main stzh-list{margin-bottom:var(--stzh-space-medium)}}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-medium)}@media screen and (min-width: 600px){main stzh-text[curve=hero],main stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main stzh-text[curve=hero],main stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=hero],main stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxlarge)}}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-medium)}@media screen and (min-width: 600px){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-large)}}@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-xlarge)}}@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-xxlarge)}}main stzh-text[curve=h1],main stzh-heading[curve=h1]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){main stzh-text[curve=h1],main stzh-heading[curve=h1]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main stzh-text[curve=h1],main stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxlarge)}}@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-xxlarge)}@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: 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-medium)}@media screen and (min-width: 600px){main stzh-text[curve=h3],main stzh-heading[curve=h3]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main stzh-text[curve=h3],main stzh-heading[curve=h3]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=h3],main stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxlarge)}}main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main stzh-text[curve=h4],main stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxlarge)}}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: 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)}}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-large);color:var(--stzh-richttext-blockquote-color);position:relative}@media screen and (min-width: 600px){main blockquote{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main blockquote{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}@media screen and (min-width: 1024px){main blockquote{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main blockquote{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main blockquote{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main blockquote{padding-right:var(--stzh-space-xlarge)}}@media screen and (min-width: 600px){main blockquote{margin:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main blockquote{margin:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main blockquote{margin:var(--stzh-space-xxxxlarge)}}main blockquote:before{background:var(--stzh-richttext-blockquote-line-color);height:calc(100% - var(--stzh-space-xsmall) * 2);width:0.1875rem;content:" ";display:block;position:absolute;left:0;top:var(--stzh-space-xsmall)}main blockquote p{margin-top:0;margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main blockquote p{margin-bottom:var(--stzh-space-medium)}}main blockquote p::before,main blockquote p::after{display:inline-block}main blockquote p::before{content:"«"}main blockquote p::after{content:"»"}main blockquote footer{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-richttext-blockquote-footer-color)}@media screen and (min-width: 1024px){main blockquote footer{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main blockquote footer::before{content:"–";display:inline-block;margin-right:var(--stzh-space-xxxsmall)}main a{color:var(--stzh-link-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-button-border-radius)}main a:hover,main a:focus{color:var(--stzh-link-hover-color)}main a .stzh-richtext__external-link{position:relative}main a .stzh-richtext__external-icon-wrapper{position:relative;display:inline-block;width:var(--stzh-icon-size-default);height:var(--stzh-link-icon-wrapper-height);margin-left:var(--stzh-space-xxsmall)}main a .stzh-richtext__external-icon{--icon:var(--stzh-icon-size-default);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:0.0625rem;width:var(--stzh-icon-size-default);height:var(--stzh-icon-size-default)}main,main label,main tfoot,main thead{color:var(--stzh-base-color)}main svg{overflow:visible}main label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}main .field label{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;display:block}main input[type=checkbox],main input[type=radio]{width:1.5rem;height:1.5rem}main label>[type=checkbox],main label>[type=radio]{margin-right:var(--stzh-space-small)}main .filters__section--general label,main .filters__section label{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);display:-ms-flexbox;display:flex;line-height:1.5rem;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-color);margin-bottom:var(--stzh-space-small)}main .filters__has-subfilters{-ms-flex-align:center;align-items:center}main .filters__has-subfilters [data-toggle]{margin-bottom:var(--stzh-space-small)}main .form-input-extra-before,main .form-error{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .form-input-extra-before,main .form-error{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .form-error,main .is-invalid-label{color:var(--stzh-color-error)}main [type=color],main [type=date],main [type=datetime-local],main [type=datetime],main [type=email],main [type=month],main [type=number],main [type=password],main [type=search],main [type=tel],main [type=text],main [type=time],main [type=url],main [type=week],main textarea,main .inline-filters button[data-toggle],main select,main .data-picker .picker-prompt a,main .data-picker.picker-single .picker-values div a{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);border:0.0625rem solid var(--stzh-color-grey61);-webkit-transition-property:color, border-color;transition-property:color, border-color;-webkit-transition-duration:var(--stzh-base-transition-animation-speed);transition-duration:var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-form-input-border-radius);padding:var(--stzh-space-xsmall) var(--stzh-space-medium);width:100%;height:var(--stzh-form-input-height);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:var(--stzh-space-medium);text-decoration:none}main [type=color]::-webkit-input-placeholder,main [type=date]::-webkit-input-placeholder,main [type=datetime-local]::-webkit-input-placeholder,main [type=datetime]::-webkit-input-placeholder,main [type=email]::-webkit-input-placeholder,main [type=month]::-webkit-input-placeholder,main [type=number]::-webkit-input-placeholder,main [type=password]::-webkit-input-placeholder,main [type=search]::-webkit-input-placeholder,main [type=tel]::-webkit-input-placeholder,main [type=text]::-webkit-input-placeholder,main [type=time]::-webkit-input-placeholder,main [type=url]::-webkit-input-placeholder,main [type=week]::-webkit-input-placeholder,main textarea::-webkit-input-placeholder,main .inline-filters button[data-toggle]::-webkit-input-placeholder,main select::-webkit-input-placeholder,main .data-picker .picker-prompt a::-webkit-input-placeholder,main .data-picker.picker-single .picker-values div a::-webkit-input-placeholder{color:var(--stzh-color-grey61)}main [type=color]:-moz-placeholder,main [type=date]:-moz-placeholder,main [type=datetime-local]:-moz-placeholder,main [type=datetime]:-moz-placeholder,main [type=email]:-moz-placeholder,main [type=month]:-moz-placeholder,main [type=number]:-moz-placeholder,main [type=password]:-moz-placeholder,main [type=search]:-moz-placeholder,main [type=tel]:-moz-placeholder,main [type=text]:-moz-placeholder,main [type=time]:-moz-placeholder,main [type=url]:-moz-placeholder,main [type=week]:-moz-placeholder,main textarea:-moz-placeholder,main .inline-filters button[data-toggle]:-moz-placeholder,main select:-moz-placeholder,main .data-picker .picker-prompt a:-moz-placeholder,main .data-picker.picker-single .picker-values div a:-moz-placeholder{color:var(--stzh-color-grey61)}main [type=color]::-moz-placeholder,main [type=date]::-moz-placeholder,main [type=datetime-local]::-moz-placeholder,main [type=datetime]::-moz-placeholder,main [type=email]::-moz-placeholder,main [type=month]::-moz-placeholder,main [type=number]::-moz-placeholder,main [type=password]::-moz-placeholder,main [type=search]::-moz-placeholder,main [type=tel]::-moz-placeholder,main [type=text]::-moz-placeholder,main [type=time]::-moz-placeholder,main [type=url]::-moz-placeholder,main [type=week]::-moz-placeholder,main textarea::-moz-placeholder,main .inline-filters button[data-toggle]::-moz-placeholder,main select::-moz-placeholder,main .data-picker .picker-prompt a::-moz-placeholder,main .data-picker.picker-single .picker-values div a::-moz-placeholder{color:var(--stzh-color-grey61)}main [type=color]:-ms-input-placeholder,main [type=date]:-ms-input-placeholder,main [type=datetime-local]:-ms-input-placeholder,main [type=datetime]:-ms-input-placeholder,main [type=email]:-ms-input-placeholder,main [type=month]:-ms-input-placeholder,main [type=number]:-ms-input-placeholder,main [type=password]:-ms-input-placeholder,main [type=search]:-ms-input-placeholder,main [type=tel]:-ms-input-placeholder,main [type=text]:-ms-input-placeholder,main [type=time]:-ms-input-placeholder,main [type=url]:-ms-input-placeholder,main [type=week]:-ms-input-placeholder,main textarea:-ms-input-placeholder,main .inline-filters button[data-toggle]:-ms-input-placeholder,main select:-ms-input-placeholder,main .data-picker .picker-prompt a:-ms-input-placeholder,main .data-picker.picker-single .picker-values div a:-ms-input-placeholder{color:var(--stzh-color-grey61)}main [type=color]:hover,main [type=color]:focus,main [type=date]:hover,main [type=date]:focus,main [type=datetime-local]:hover,main [type=datetime-local]:focus,main [type=datetime]:hover,main [type=datetime]:focus,main [type=email]:hover,main [type=email]:focus,main [type=month]:hover,main [type=month]:focus,main [type=number]:hover,main [type=number]:focus,main [type=password]:hover,main [type=password]:focus,main [type=search]:hover,main [type=search]:focus,main [type=tel]:hover,main [type=tel]:focus,main [type=text]:hover,main [type=text]:focus,main [type=time]:hover,main [type=time]:focus,main [type=url]:hover,main [type=url]:focus,main [type=week]:hover,main [type=week]:focus,main textarea:hover,main textarea:focus,main .inline-filters button[data-toggle]:hover,main .inline-filters button[data-toggle]:focus,main select:hover,main select:focus,main .data-picker .picker-prompt a:hover,main .data-picker .picker-prompt a:focus,main .data-picker.picker-single .picker-values div a:hover,main .data-picker.picker-single .picker-values div a:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main [type=color]::-ms-clear,main [type=date]::-ms-clear,main [type=datetime-local]::-ms-clear,main [type=datetime]::-ms-clear,main [type=email]::-ms-clear,main [type=month]::-ms-clear,main [type=number]::-ms-clear,main [type=password]::-ms-clear,main [type=search]::-ms-clear,main [type=tel]::-ms-clear,main [type=text]::-ms-clear,main [type=time]::-ms-clear,main [type=url]::-ms-clear,main [type=week]::-ms-clear,main textarea::-ms-clear,main .inline-filters button[data-toggle]::-ms-clear,main select::-ms-clear,main .data-picker .picker-prompt a::-ms-clear,main .data-picker.picker-single .picker-values div a::-ms-clear{display:none}main [type=color]:-webkit-autofill,main [type=date]:-webkit-autofill,main [type=datetime-local]:-webkit-autofill,main [type=datetime]:-webkit-autofill,main [type=email]:-webkit-autofill,main [type=month]:-webkit-autofill,main [type=number]:-webkit-autofill,main [type=password]:-webkit-autofill,main [type=search]:-webkit-autofill,main [type=tel]:-webkit-autofill,main [type=text]:-webkit-autofill,main [type=time]:-webkit-autofill,main [type=url]:-webkit-autofill,main [type=week]:-webkit-autofill,main textarea:-webkit-autofill,main .inline-filters button[data-toggle]:-webkit-autofill,main select:-webkit-autofill,main .data-picker .picker-prompt a:-webkit-autofill,main .data-picker.picker-single .picker-values div a:-webkit-autofill{-webkit-background-clip:text;background-clip:text}main [type=color]:-moz-placeholder-shown,main [type=date]:-moz-placeholder-shown,main [type=datetime-local]:-moz-placeholder-shown,main [type=datetime]:-moz-placeholder-shown,main [type=email]:-moz-placeholder-shown,main [type=month]:-moz-placeholder-shown,main [type=number]:-moz-placeholder-shown,main [type=password]:-moz-placeholder-shown,main [type=search]:-moz-placeholder-shown,main [type=tel]:-moz-placeholder-shown,main [type=text]:-moz-placeholder-shown,main [type=time]:-moz-placeholder-shown,main [type=url]:-moz-placeholder-shown,main [type=week]:-moz-placeholder-shown,main textarea:-moz-placeholder-shown,main .inline-filters button[data-toggle]:-moz-placeholder-shown,main select:-moz-placeholder-shown,main .data-picker .picker-prompt a:-moz-placeholder-shown,main .data-picker.picker-single .picker-values div a:-moz-placeholder-shown{text-overflow:ellipsis}main [type=color]:-ms-input-placeholder,main [type=date]:-ms-input-placeholder,main [type=datetime-local]:-ms-input-placeholder,main [type=datetime]:-ms-input-placeholder,main [type=email]:-ms-input-placeholder,main [type=month]:-ms-input-placeholder,main [type=number]:-ms-input-placeholder,main [type=password]:-ms-input-placeholder,main [type=search]:-ms-input-placeholder,main [type=tel]:-ms-input-placeholder,main [type=text]:-ms-input-placeholder,main [type=time]:-ms-input-placeholder,main [type=url]:-ms-input-placeholder,main [type=week]:-ms-input-placeholder,main textarea:-ms-input-placeholder,main .inline-filters button[data-toggle]:-ms-input-placeholder,main select:-ms-input-placeholder,main .data-picker .picker-prompt a:-ms-input-placeholder,main .data-picker.picker-single .picker-values div a:-ms-input-placeholder{text-overflow:ellipsis}main [type=color]:placeholder-shown,main [type=date]:placeholder-shown,main [type=datetime-local]:placeholder-shown,main [type=datetime]:placeholder-shown,main [type=email]:placeholder-shown,main [type=month]:placeholder-shown,main [type=number]:placeholder-shown,main [type=password]:placeholder-shown,main [type=search]:placeholder-shown,main [type=tel]:placeholder-shown,main [type=text]:placeholder-shown,main [type=time]:placeholder-shown,main [type=url]:placeholder-shown,main [type=week]:placeholder-shown,main textarea:placeholder-shown,main .inline-filters button[data-toggle]:placeholder-shown,main select:placeholder-shown,main .data-picker .picker-prompt a:placeholder-shown,main .data-picker.picker-single .picker-values div a:placeholder-shown{text-overflow:ellipsis}main .data-picker .picker-prompt a,main .data-picker.picker-single .picker-values div a{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}main .data-picker .picker-prompt a::after,main .data-picker.picker-single .picker-values div a::after{float:none;margin-top:0}main .inline-filters button[data-toggle],main select{padding-right:var(--stzh-space-xxlarge)}main textarea{min-height:var(--stzh-form-input-height);resize:vertical}main textarea[rows]{height:auto}main .input-group .input-group-field{margin-bottom:0}main .section>p,main .floating-helper__content p{margin-top:0}main .section>p:last-child,main .floating-helper__content p:last-child{margin-bottom:0}main .add-message,main .card,main .chart-tooltip,main .comment-thread,main .conference-registration,main .conference-speaker .speaker-bio{margin-bottom:var(--stzh-space-xxlarge);border-color:var(--stzh-base-border-color);background-color:var(--stzh-color-white)}main .ql-editor ol,main .ql-editor ul{padding-left:0}main .badge-card__content ul li:not(.card-data__item),main .card__content ul li:not(.card-data__item),main .card__text--paragraph ul li:not(.card-data__item),main .floating-helper__content-inner ul li:not(.card-data__item),main .lead ul li:not(.card-data__item),main .process-header+.wrapper .section ul li:not(.card-data__item),main .timeline__content ul li:not(.card-data__item){padding-left:var(--stzh-space-large)}main .badge-card__content ul li:not(.card-data__item)::before,main .card__content ul li:not(.card-data__item)::before,main .card__text--paragraph ul li:not(.card-data__item)::before,main .floating-helper__content-inner ul li:not(.card-data__item)::before,main .lead ul li:not(.card-data__item)::before,main .process-header+.wrapper .section ul li:not(.card-data__item)::before,main .timeline__content ul li:not(.card-data__item)::before{content:"–";margin-left:0;margin-right:0;text-align:left;width:auto}main .badge-card__content ul.tags li:not(.card-data__item),main .card__content ul.tags li:not(.card-data__item),main .card__text--paragraph ul.tags li:not(.card-data__item),main .floating-helper__content-inner ul.tags li:not(.card-data__item),main .lead ul.tags li:not(.card-data__item),main .process-header+.wrapper .section ul.tags li:not(.card-data__item),main .timeline__content ul.tags li:not(.card-data__item){padding-left:0}main .badge-card__content ul.tags li:not(.card-data__item)::before,main .card__content ul.tags li:not(.card-data__item)::before,main .card__text--paragraph ul.tags li:not(.card-data__item)::before,main .floating-helper__content-inner ul.tags li:not(.card-data__item)::before,main .lead ul.tags li:not(.card-data__item)::before,main .process-header+.wrapper .section ul.tags li:not(.card-data__item)::before,main .timeline__content ul.tags li:not(.card-data__item)::before{content:none}main .m-bottom{margin-bottom:var(--stzh-space-medium)}main .mb-sm{margin-bottom:var(--stzh-space-xxlarge)}main p{color:var(--stzh-base-color)}main tfoot td,main tfoot th,main thead td,main thead th{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main table,main td,main tr,main .questionnaire-question-matrix table,main .questionnaire-question-matrix td,main .questionnaire-question-matrix tr,main .questionnaire-question-matrix tr:nth-child(2n){border-color:var(--stzh-base-border-color)}main .process-header .process-header__inner{background-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .card--full .process-header .process-header__container .process-header__info .card__title,main .process-header .process-header__container .process-header__info .card--full .card__title,main .process-header .process-header__container .process-header__info .heading2{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));margin-bottom:var(--stzh-space-medium);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: 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{margin-bottom:var(--stzh-space-large)}}@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-xlarge)}}@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-xxlarge)}}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-xxlarge);padding-bottom:var(--stzh-space-xxlarge);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: 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: 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-large);margin-bottom:var(--stzh-space-medium);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: 600px){main .heading1,main h1{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .heading1,main h1{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .heading1,main h1{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 600px){main .heading1,main h1{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .heading1,main h1{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main .heading1,main h1{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 600px){main .heading1,main h1{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1024px){main .heading1,main h1{padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .heading1,main h1{padding-bottom:var(--stzh-space-large)}}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-medium);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: 600px){main .section-heading,main .heading2,main h2{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){main .section-heading,main .heading2,main h2{margin-top:var(--stzh-space-xbig)}}@media screen and (min-width: 600px){main .section-heading,main .heading2,main h2{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .section-heading,main .heading2,main h2{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main .section-heading,main .heading2,main h2{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 600px){main .section-heading,main .heading2,main h2{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1024px){main .section-heading,main .heading2,main h2{padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .section-heading,main .heading2,main h2{padding-bottom:var(--stzh-space-large)}}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-medium)}@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: 600px){main .heading3,main h3{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .heading3,main h3{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main .heading3,main h3{margin-top:var(--stzh-space-xxlarge)}}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-medium);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: 600px){main .heading4,main h4{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .heading4,main h4{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main .heading4,main h4{margin-top:var(--stzh-space-xxlarge)}}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-large)}@media screen and (min-width: 600px){main .section{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .section{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .section{margin-bottom:var(--stzh-space-xxxxlarge)}}main .section-heading{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}main .section-heading .text-sm,main .section-heading .text-small{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing)}@media screen and (min-width: 600px){main .section-heading .text-sm,main .section-heading .text-small{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .section-heading .text-sm,main .section-heading .text-small{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main .order-by__dropdown,main .results-per-page__dropdown{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}main .order-by__text,main .results-per-page__text{margin-right:var(--stzh-space-xsmall)}main .is-dropdown-submenu{-webkit-box-shadow:var(--stzh-box-shadow-popover);box-shadow:var(--stzh-box-shadow-popover);border:none;border-radius:var(--stzh-popover-border-radius);margin-top:var(--stzh-space-xsmall)}main .dropdown.menu>li.is-dropdown-submenu-parent>a{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:var(--stzh-color-white);padding:var(--stzh-space-xsmall) var(--stzh-space-medium);padding-right:calc(var(--stzh-space-xlarge) + var(--stzh-space-medium) + var(--stzh-space-xsmall));min-height:var(--stzh-form-input-height);border:0.0625rem solid var(--stzh-color-grey61);margin:0}main .dropdown.menu>li.is-dropdown-submenu-parent>a:after{border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue)) transparent transparent;right:var(--stzh-space-medium)}main .dropdown .is-dropdown-submenu a,main .comment__header__context-menu__content-item{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:stretch;justify-content:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;border:none;padding:var(--stzh-space-xsmall) var(--stzh-space-medium);padding-left:var(--stzh-space-large);color:var(--stzh-color-grey70);background-color:transparent;height:var(--stzh-menu-item-height);line-height:var(--stzh-menu-item-height);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);cursor:pointer}main .dropdown .is-dropdown-submenu a:hover,main .comment__header__context-menu__content-item:hover{color:var(--stzh-color-grey70);background-color:var(--stzh-color-grey5);text-decoration:none}main .comment__header__context-menu__content-item{grid-gap:var(--stzh-space-small);gap:var(--stzh-space-small)}main .comments{padding-top:0;margin-top:var(--stzh-space-medium);margin-bottom:var(--stzh-space-medium)}main .comments .section-heading{margin-top:0}main .comment__header,main .comment__footer,main .add-comment{padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .comment__header,main .comment__footer,main .add-comment{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .comment__header,main .comment__footer,main .add-comment{padding:var(--stzh-space-xlarge)}}main .add-comment{background-color:transparent;padding:0}main .add-comment .remaining-character-count{color:var(--stzh-base-color);padding:var(--stzh-space-xsmall) var(--stzh-space-small)}main .comment-threads{margin-bottom:var(--stzh-space-xxxlarge)}main .comment__content{padding-left:var(--stzh-space-medium);padding-right:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .comment__content{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .comment__content{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .comment__content{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .comment__content{padding-right:var(--stzh-space-xlarge)}}main .comment__content p{margin-top:0;margin-bottom:0}main .comment__footer{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height))}@media screen and (min-width: 1024px){main .comment__footer{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .comment__votes{margin-top:0}main .comment__header__context-menu__content{-webkit-box-shadow:var(--stzh-box-shadow-popover);box-shadow:var(--stzh-box-shadow-popover)}main .opinion-toggle{margin:var(--stzh-space-xlarge) 0}main .button:hover,main .meeting-polls__button:hover,main .opinion-toggle--meh.is-active,main .opinion-toggle--meh:focus,main .opinion-toggle--meh:hover{background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .opinion-toggle--ko.is-active,main .opinion-toggle--ko:focus,main .opinion-toggle--ko:hover{background-color:var(--stzh-color-error);border-color:var(--stzh-color-error)}main .opinion-toggle--ok.is-active,main .opinion-toggle--ok:focus,main .opinion-toggle--ok:hover{background-color:var(--stzh-color-truegreen);border-color:var(--stzh-color-truegreen)}main .process-nav__content{border-bottom:none}@media screen and (min-width: 40em){main .process-nav__content{border-bottom:0.0625rem solid var(--stzh-base-border-color)}}@media screen and (min-width: 40em){main .process-nav li{padding:var(--stzh-space-xsmall) var(--stzh-space-small)}}main .statistics-cell{margin:var(--stzh-space-xxlarge) 0}main .statistics-cell .statistic__number{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .statistics-cell .statistic__title{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-lead-color);margin-top:0;text-transform:none}@media screen and (min-width: 1024px){main .statistics-cell .statistic__title{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .statistics-cell .statistic__data:after{border-left:0.125rem solid var(--stzh-base-border-color)}main .ql-editor{}main .ql-editor h1,main .ql-editor h2,main .ql-editor h3,main .ql-editor h4{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);margin:0}main .ql-editor b,main .ql-editor strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}main .ql-editor i,main .ql-editor em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}main .ql-editor h1,main .ql-editor h2,main .ql-editor h3{color:var(--stzh-heading-color)}main .ql-editor,main .ql-editor p,main .ql-editor stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .ql-editor,main .ql-editor p,main .ql-editor stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main .ql-editor h1{font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}@media screen and (min-width: 600px){main .ql-editor h1{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){main .ql-editor h1{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){main .ql-editor h1{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}main .ql-editor h2{font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h2-default-heading-letter-spacing)}@media screen and (min-width: 600px){main .ql-editor h2{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .ql-editor h2{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .ql-editor h2{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main .ql-editor h3{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing)}@media screen and (min-width: 600px){main .ql-editor h3{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){main .ql-editor h3{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}main .ql-editor h4{font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing)}@media screen and (min-width: 1024px){main .ql-editor h4{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}main .ql-editor h1,main .ql-editor h2,main .ql-editor stzh-heading[level="1"],main .ql-editor stzh-heading[level="2"]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){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-large)}}@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-xlarge)}}@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-xxlarge)}}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: 600px){main .ql-editor h1,main .ql-editor h2{padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1024px){main .ql-editor h1,main .ql-editor h2{padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){main .ql-editor h1,main .ql-editor h2{padding-bottom:var(--stzh-space-large)}}main .ql-editor h1,main .ql-editor stzh-heading[level="1"]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){main .ql-editor h1,main .ql-editor stzh-heading[level="1"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .ql-editor h1,main .ql-editor stzh-heading[level="1"]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor h1,main .ql-editor stzh-heading[level="1"]{margin-top:var(--stzh-space-xxxxlarge)}}main .ql-editor h2,main .ql-editor stzh-heading[level="2"]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){main .ql-editor h2,main .ql-editor stzh-heading[level="2"]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){main .ql-editor h2,main .ql-editor stzh-heading[level="2"]{margin-top:var(--stzh-space-xbig)}}main .ql-editor h3,main .ql-editor stzh-heading[level="3"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){main .ql-editor h3,main .ql-editor stzh-heading[level="3"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .ql-editor h3,main .ql-editor stzh-heading[level="3"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main .ql-editor h3,main .ql-editor stzh-heading[level="3"]{margin-top:var(--stzh-space-xxlarge)}}main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){main .ql-editor h4,main .ql-editor stzh-heading[level="4"]{margin-top:var(--stzh-space-xxlarge)}}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: 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)}}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-medium)}@media screen and (min-width: 600px){main .ql-editor stzh-text[curve=hero],main .ql-editor stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-large)}}@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-xlarge)}}@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-xxlarge)}}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-medium)}@media screen and (min-width: 600px){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-large)}}@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-xlarge)}}@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-xxlarge)}}main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){main .ql-editor stzh-text[curve=h1],main .ql-editor stzh-heading[curve=h1]{margin-top:var(--stzh-space-xlarge)}}@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-xxlarge)}}@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-xxlarge)}@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: 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-medium)}@media screen and (min-width: 600px){main .ql-editor stzh-text[curve=h3],main .ql-editor stzh-heading[curve=h3]{margin-top:var(--stzh-space-large)}}@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-xlarge)}}@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-xxlarge)}}main .ql-editor stzh-text[curve=h4],main .ql-editor stzh-heading[curve=h4]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){main .ql-editor stzh-text[curve=h4],main .ql-editor stzh-heading[curve=h4]{margin-top:var(--stzh-space-large)}}@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-xlarge)}}@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-xxlarge)}}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: 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)}}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-large);color:var(--stzh-richttext-blockquote-color);position:relative}@media screen and (min-width: 600px){main .ql-editor blockquote{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .ql-editor blockquote{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .ql-editor blockquote{padding-right:var(--stzh-space-xlarge)}}@media screen and (min-width: 600px){main .ql-editor blockquote{margin:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .ql-editor blockquote{margin:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){main .ql-editor blockquote{margin:var(--stzh-space-xxxxlarge)}}main .ql-editor blockquote:before{background:var(--stzh-richttext-blockquote-line-color);height:calc(100% - var(--stzh-space-xsmall) * 2);width:0.1875rem;content:" ";display:block;position:absolute;left:0;top:var(--stzh-space-xsmall)}main .ql-editor blockquote p{margin-top:0;margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main .ql-editor blockquote p{margin-bottom:var(--stzh-space-medium)}}main .ql-editor blockquote p::before,main .ql-editor blockquote p::after{display:inline-block}main .ql-editor blockquote p::before{content:"«"}main .ql-editor blockquote p::after{content:"»"}main .ql-editor blockquote footer{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-richttext-blockquote-footer-color)}@media screen and (min-width: 1024px){main .ql-editor blockquote footer{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .ql-editor blockquote footer::before{content:"–";display:inline-block;margin-right:var(--stzh-space-xxxsmall)}main .ql-editor a{color:var(--stzh-link-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-button-border-radius)}main .ql-editor a:hover,main .ql-editor a:focus{color:var(--stzh-link-hover-color)}main .ql-editor a .stzh-richtext__external-link{position:relative}main .ql-editor a .stzh-richtext__external-icon-wrapper{position:relative;display:inline-block;width:var(--stzh-icon-size-default);height:var(--stzh-link-icon-wrapper-height);margin-left:var(--stzh-space-xxsmall)}main .ql-editor a .stzh-richtext__external-icon{--icon:var(--stzh-icon-size-default);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:0.0625rem;width:var(--stzh-icon-size-default);height:var(--stzh-icon-size-default)}main .ql-editor *:first-child{margin-top:0}main .help-text{color:var(--stzh-base-color)}main .help-text .ql-editor p{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .help-text .ql-editor p{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .accountability .categories .categories--header span,main .accountability .categories .progress-figure,main .accountability .categories .categories--group .category--title .progress-info .category--count{color:var(--stzh-base-color)}main .accountability .categories .categories--header .icon--arrow-bottom{fill:var(--stzh-base-color)}main .accountability .categories .categories--header{border-color:var(--stzh-base-border-color);margin-bottom:var(--stzh-space-medium);padding-bottom:var(--stzh-space-medium)}main .accountability .intro .progress-level p{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;margin-bottom:var(--stzh-space-small);margin-top:0}@media screen and (min-width: 1024px){main .accountability .intro .progress-level p{margin-bottom:var(--stzh-space-medium)}}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-xxlarge);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: 1260px){main .lead .ql-editor p{margin-bottom:var(--stzh-space-xbig)}}main .callout.secondary,main .callout.warning,main .callout.success,main .floating-helper__content{padding:var(--stzh-space-medium);padding:var(--stzh-space-medium);display:block;-webkit-box-shadow:var(--stzh-box-shadow-message);box-shadow:var(--stzh-box-shadow-message);background-color:var(--stzh-color-white);margin-bottom:var(--stzh-space-xxxxlarge) !important}@media screen and (min-width: 1024px){main .callout.secondary,main .callout.warning,main .callout.success,main .floating-helper__content{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .callout.secondary,main .callout.warning,main .callout.success,main .floating-helper__content{padding:var(--stzh-space-xlarge)}}main .callout{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;border-left-width:0.3125rem}main .callout .heading2:first-child,main .callout .heading3:first-child{margin-top:0}main .floating-helper__content{border-top:none;padding-right:calc(var(--stzh-icon-size-medium) + var(--stzh-space-small) + var(--stzh-space-medium))}main .floating-helper__wrapper{position:relative}main .floating-helper__content-close{top:var(--stzh-space-medium);right:var(--stzh-space-medium);-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;width:var(--stzh-icon-size-medium);height:var(--stzh-icon-size-medium);padding:var(--stzh-space-xsmall);margin:calc(var(--stzh-space-xsmall) * -1);background-color:transparent;color:var(--stzh-base-lead-color)}@media screen and (min-width: 1024px){main .floating-helper__content-close{top:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .floating-helper__content-close{top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){main .floating-helper__content-close{right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .floating-helper__content-close{right:var(--stzh-space-xlarge)}}main .floating-helper__content-close .icon{width:var(--stzh-icon-size-xxsmall);height:var(--stzh-icon-size-xxsmall)}main .floating-helper__icon-big{width:var(--stzh-icon-size-large);height:var(--stzh-icon-size-large);background-color:var(--stzh-color-primary8)}main .floating-helper__icon-big .icon{width:var(--stzh-icon-size-xsmall);height:var(--stzh-icon-size-xsmall)}@media screen and (min-width: 40em){main .floating-helper__content-inner>*{margin:0}main .floating-helper__icon-big{margin-right:var(--stzh-space-small)}}main .floating-helper-block .mb-s{margin:0 !important}main .extra,main .tech-info{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .extra,main .tech-info{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .extra,main .tech-info{margin-bottom:var(--stzh-space-xlarge)}}main .extra__date,main .extra__suport-number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h2-default-text-letter-spacing)}@media screen and (min-width: 600px){main .extra__date,main .extra__suport-number{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .extra__date,main .extra__suport-number{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .extra__date,main .extra__suport-number{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main .extra__month{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .extra__month{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .extra__time,main .extra__suport-text{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .extra__time,main .extra__suport-text{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .filters__help p:first-of-type{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));margin-top:0}@media screen and (min-width: 1024px){main .filters__help p:first-of-type{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main #participatory-space-filters legend{margin-right:var(--stzh-space-xsmall)}main .mini-title{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){main .mini-title{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .mini-title__strong--highlight{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .mini-title__strong--highlight{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}main .tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}main .tags:last-child{margin-bottom:calc(var(--stzh-space-xsmall) * -1)}main .tags li{margin-right:var(--stzh-space-xsmall);margin-bottom:var(--stzh-space-xsmall)}main .tags li a{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);height:2rem;line-height:2rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;border-radius:1rem;padding:0 var(--stzh-space-medium);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0.0625rem solid var(--stzh-color-grey13);background-color:var(--stzh-color-white);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);text-decoration:none}main .card{color:var(--stzh-base-color)}main .card__top .badge-card__content,main .card__top .card__content{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));padding:var(--stzh-space-xsmall) var(--stzh-space-large);-ms-flex-align:center;align-items:center}@media screen and (min-width: 1024px){main .card__top .badge-card__content,main .card__top .card__content{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card__top .badge-card__content span.muted,main .card__top .card__content span.muted{font-size:inherit}main .card__top .card__content{border-bottom:0.0625rem solid var(--stzh-base-border-color)}main .card__top .card__content .card__link{display:block}main .card>.card__content,main .card.definition-data,main .card .definition-data,main .badge-card__content,main .card__support,main .filters__section,main .filters__section--general,main .filters__section--general:first-of-type,main .filters__section:first-of-type{padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .card>.card__content,main .card.definition-data,main .card .definition-data,main .badge-card__content,main .card__support,main .filters__section,main .filters__section--general,main .filters__section--general:first-of-type,main .filters__section:first-of-type{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .card>.card__content,main .card.definition-data,main .card .definition-data,main .badge-card__content,main .card__support,main .filters__section,main .filters__section--general,main .filters__section--general:first-of-type,main .filters__section:first-of-type{padding:var(--stzh-space-xlarge)}}main .card-data__item,main .filters__section,main .filters__section--general,main .card__block ul,main .card__icondata ul,main .card__footer,main .card__top{border-color:var(--stzh-base-border-color)}main .card__link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-decoration:none;color:var(--stzh-base-color)}main .card__link:hover{text-decoration:none}main .card__link .text-small{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height))}@media screen and (min-width: 1024px){main .card__link .text-small{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .card__header{margin-bottom:var(--stzh-space-small)}main .card__text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .card__text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main .card__text:not(:last-child){margin-bottom:var(--stzh-space-small)}main .card .card__title,main .card--list__heading{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-default-heading-letter-spacing);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));margin-top:0;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed)}@media screen and (min-width: 1024px){main .card .card__title,main .card--list__heading{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-heading-letter-spacing)}}main .card:not(.card--secondary):hover .card__title{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .collapsible-list .card__text--paragraph{color:var(--stzh-base-color) !important}main .card__block ul li:not(:first-child),main .card__icondata ul li:not(:first-child){font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .card__block ul li:not(:first-child),main .card__icondata ul li:not(:first-child){font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card-data__item{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .card-data__item{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card-data__item .heading1,main .card-data__item .heading2,main .card-data__item .heading3,main .card-data__item .heading4{margin-top:0}main .card-data__item strong{display:block}main .card-data__item br{display:none}main .card-data__item.creation_date_status strong{color:var(--stzh-base-color);color:inherit}main .card__status .card-data__item{padding:var(--stzh-space-xsmall)}main .card--meta{color:var(--stzh-base-color)}main .card__block ul li:not(:first-child) strong,main .card__icondata ul li:not(:first-child) strong{font-size:inherit;letter-spacing:inherit}main .add-message:not(.card--secondary):hover,main .card:not(.card--secondary):hover,main .chart-tooltip:not(.card--secondary):hover,main .conference-registration:not(.card--secondary):hover,main .conference-speaker .speaker-bio:not(.card--secondary):hover{-webkit-box-shadow:var(--stzh-box-shadow-popover);box-shadow:var(--stzh-box-shadow-popover)}main div.card__text--paragraph>.ql-editor.ql-reset-decidim>p,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h1,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h2,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h3,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h4{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main div.card__text--paragraph>.ql-editor.ql-reset-decidim>p,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h1,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h2,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h3,main div.card__text--paragraph>.ql-editor.ql-reset-decidim>h4{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}main .progress__bar.progress__bar--vertical .progress__bar__subtitle,main .progress__bar .progress__bar__title{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .progress__bar.progress__bar--vertical .progress__bar__subtitle,main .progress__bar .progress__bar__title{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .card__support__number,main .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,main .progress__bar .progress__bar__title .progress__bar__number,main .extra__suport-text,main .progress__bar.progress__bar--vertical .progress__bar__text{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .card__support__number,main .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,main .progress__bar .progress__bar__title .progress__bar__number,main .extra__suport-text,main .progress__bar.progress__bar--vertical .progress__bar__text{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .progress__bar.progress__bar--vertical .progress__bar__number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h2-default-text-letter-spacing)}@media screen and (min-width: 600px){main .progress__bar.progress__bar--vertical .progress__bar__number{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){main .progress__bar.progress__bar--vertical .progress__bar__number{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){main .progress__bar.progress__bar--vertical .progress__bar__number{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}main .card--list__item{padding:0}main .card--list__text{padding:0;display:block}main .card--list__icon{fill:var(--stzh-color-primary, var(--stzh-color-zueriblue))}main .card--list__item .card__link{padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){main .card--list__item .card__link{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){main .card--list__item .card__link{padding:var(--stzh-space-xlarge)}}main .card--list__text .card__link:hover .card--list__heading{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}main .card--list__text .card__link .text-small{color:var(--stzh-base-color)}main .card--list__data{background-color:var(--stzh-color-grey5)}main .card--list__data__number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);color:var(--stzh-color-grey70)}@media screen and (min-width: 600px){main .card--list__data__number{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){main .card--list__data__number{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}main .card.extra:hover,main .view-side .card:not(.card--secondary):hover,main .comment-thread:not(.card--secondary):hover{-webkit-box-shadow:none;box-shadow:none}main .definition__title{color:var(--stzh-color-grey70)}main .definition-data{color:var(--stzh-color-grey55)}main .definition-data__item{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));padding:0;padding-bottom:var(--stzh-space-small);margin-bottom:var(--stzh-space-small);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 1024px){main .definition-data__item{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .definition-data__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}main .definition-data__title{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));margin-bottom:0}@media screen and (min-width: 1024px){main .definition-data__title{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}main .section.columns.medium-5.mediumlarge-4.large-3>.card.extra.definition-data{background-color:var(--stzh-color-grey5)}main .author__name{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-color-grey55) !important}@media screen and (min-width: 1024px){main .author__name{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .author-data{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color)}@media screen and (min-width: 1024px){main .author-data{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .author-data__extra{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){main .author-data__extra{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}main .author-data__extra::before{border-color:var(--stzh-base-border-color)}main .author-data__extra a{white-space:nowrap;text-decoration:none}main .author-data__extra>a,main .author-data__extra>button .author-data__extra>span{margin-right:var(--stzh-space-medium)}main .budget-summary .heading2:first-child,main .budget-summary .heading3:first-child{margin-top:0}main .budget-progress{min-height:var(--stzh-form-input-height)}main .budget-list__title{margin-top:var(--stzh-space-xsmall);margin-bottom:var(--stzh-space-medium)}main .budget-list__text:not(:last-child){margin-bottom:0}main .budget-list__data__number{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing)}@media screen and (min-width: 1024px){main .budget-list__data__number{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}main .answer-questionnaire .questionnaire-question{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);margin-bottom:var(--stzh-space-xsmall)}@media screen and (min-width: 1024px){main .answer-questionnaire .questionnaire-question{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}';export{i as stzh_portal_mitwirken}
@@ -0,0 +1 @@
1
+ System.register(["./p-30b347ee.system.js"],(function(s){"use strict";var e,a,h;return{setters:[function(s){e=s.r;a=s.h;h=s.a}],execute:function(){var c=".sc-stzh-hspace-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-hspace-h{display:none}.sc-stzh-hspace-h *.sc-stzh-hspace,.sc-stzh-hspace-h *.sc-stzh-hspace::before,.sc-stzh-hspace-h *.sc-stzh-hspace::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-hspace-h{--space:var(--stzh-space-default);--around:0}.sc-stzh-hspace-h .sc-stzh-hspace-s>*{max-width:100%;padding-left:calc(var(--space) * var(--around));padding-right:calc(var(--space) * var(--around));margin:0}.sc-stzh-hspace-h .sc-stzh-hspace-s>*:not(:last-child){margin-right:calc(var(--space) * (1 - var(--around)))}.sc-stzh-hspace-h .sc-stzh-hspace-s>stzh-vspace,.sc-stzh-hspace-h .sc-stzh-hspace-s>stzh-hspace,.sc-stzh-hspace-h .sc-stzh-hspace-s>stzh-row,.sc-stzh-hspace-h .sc-stzh-hspace-s>stzh-container,.sc-stzh-hspace-h .sc-stzh-hspace-s>stzh-section{-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-positive:1;flex-grow:1}[around].sc-stzh-hspace-h{--around:1}[curve=tiny].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}@media screen and (min-width: 600px){[curve=tiny].sc-stzh-hspace-h{--space:var(--stzh-space-small)}}@media screen and (min-width: 1024px){[curve=tiny].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){[curve=tiny].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}[curve=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}@media screen and (min-width: 1024px){[curve=small].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}[curve=regular].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}@media screen and (min-width: 1024px){[curve=regular].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 1260px){[curve=regular].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}[curve=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}@media screen and (min-width: 600px){[curve=medium].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 1024px){[curve=medium].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){[curve=medium].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}[curve=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}@media screen and (min-width: 600px){[curve=large].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){[curve=large].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){[curve=large].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}[curve=big].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){[curve=big].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){[curve=big].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}[curve=huge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}@media screen and (min-width: 600px){[curve=huge].sc-stzh-hspace-h{--space:var(--stzh-space-big)}}@media screen and (min-width: 1024px){[curve=huge].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}@media screen and (min-width: 1260px){[curve=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}}[size=xxxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxxsmall)}[size=xxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxsmall)}[size=xsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}[size=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}[size=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}[size=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}[size=xlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}[size=xxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}[size=xxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}[size=xxxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}[size=big].sc-stzh-hspace-h{--space:var(--stzh-space-big)}[size=xbig].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}[size=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}[size=xhuge].sc-stzh-hspace-h{--space:var(--stzh-space-xhuge)}[size=none].sc-stzh-hspace-h{--space:var(--stzh-space-none)}[size=default].sc-stzh-hspace-h{--space:var(--stzh-space-default)}@media screen and (min-width: 600px){[size-small=xxxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxxsmall)}}@media screen and (min-width: 600px){[size-small=xxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxsmall)}}@media screen and (min-width: 600px){[size-small=xsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}}@media screen and (min-width: 600px){[size-small=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}}@media screen and (min-width: 600px){[size-small=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}@media screen and (min-width: 600px){[size-small=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 600px){[size-small=xlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 600px){[size-small=xxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}@media screen and (min-width: 600px){[size-small=xxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 600px){[size-small=xxxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 600px){[size-small=big].sc-stzh-hspace-h{--space:var(--stzh-space-big)}}@media screen and (min-width: 600px){[size-small=xbig].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}@media screen and (min-width: 600px){[size-small=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}}@media screen and (min-width: 600px){[size-small=xhuge].sc-stzh-hspace-h{--space:var(--stzh-space-xhuge)}}@media screen and (min-width: 600px){[size-small=none].sc-stzh-hspace-h{--space:var(--stzh-space-none)}}@media screen and (min-width: 600px){[size-small=default].sc-stzh-hspace-h{--space:var(--stzh-space-default)}}@media screen and (min-width: 800px){[size-smallheader=xxxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxxsmall)}}@media screen and (min-width: 800px){[size-smallheader=xxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxsmall)}}@media screen and (min-width: 800px){[size-smallheader=xsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}}@media screen and (min-width: 800px){[size-smallheader=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}}@media screen and (min-width: 800px){[size-smallheader=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}@media screen and (min-width: 800px){[size-smallheader=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 800px){[size-smallheader=xlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 800px){[size-smallheader=xxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}@media screen and (min-width: 800px){[size-smallheader=xxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 800px){[size-smallheader=xxxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 800px){[size-smallheader=big].sc-stzh-hspace-h{--space:var(--stzh-space-big)}}@media screen and (min-width: 800px){[size-smallheader=xbig].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}@media screen and (min-width: 800px){[size-smallheader=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}}@media screen and (min-width: 800px){[size-smallheader=xhuge].sc-stzh-hspace-h{--space:var(--stzh-space-xhuge)}}@media screen and (min-width: 800px){[size-smallheader=none].sc-stzh-hspace-h{--space:var(--stzh-space-none)}}@media screen and (min-width: 800px){[size-smallheader=default].sc-stzh-hspace-h{--space:var(--stzh-space-default)}}@media screen and (min-width: 1024px){[size-medium=xxxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxxsmall)}}@media screen and (min-width: 1024px){[size-medium=xxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxsmall)}}@media screen and (min-width: 1024px){[size-medium=xsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}}@media screen and (min-width: 1024px){[size-medium=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}}@media screen and (min-width: 1024px){[size-medium=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}@media screen and (min-width: 1024px){[size-medium=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 1024px){[size-medium=xlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){[size-medium=xxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1024px){[size-medium=xxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1024px){[size-medium=xxxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1024px){[size-medium=big].sc-stzh-hspace-h{--space:var(--stzh-space-big)}}@media screen and (min-width: 1024px){[size-medium=xbig].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}@media screen and (min-width: 1024px){[size-medium=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}}@media screen and (min-width: 1024px){[size-medium=xhuge].sc-stzh-hspace-h{--space:var(--stzh-space-xhuge)}}@media screen and (min-width: 1024px){[size-medium=none].sc-stzh-hspace-h{--space:var(--stzh-space-none)}}@media screen and (min-width: 1024px){[size-medium=default].sc-stzh-hspace-h{--space:var(--stzh-space-default)}}@media screen and (min-width: 1260px){[size-large=xxxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxxsmall)}}@media screen and (min-width: 1260px){[size-large=xxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxsmall)}}@media screen and (min-width: 1260px){[size-large=xsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}}@media screen and (min-width: 1260px){[size-large=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}}@media screen and (min-width: 1260px){[size-large=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){[size-large=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 1260px){[size-large=xlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){[size-large=xxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){[size-large=xxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){[size-large=xxxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){[size-large=big].sc-stzh-hspace-h{--space:var(--stzh-space-big)}}@media screen and (min-width: 1260px){[size-large=xbig].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}@media screen and (min-width: 1260px){[size-large=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}}@media screen and (min-width: 1260px){[size-large=xhuge].sc-stzh-hspace-h{--space:var(--stzh-space-xhuge)}}@media screen and (min-width: 1260px){[size-large=none].sc-stzh-hspace-h{--space:var(--stzh-space-none)}}@media screen and (min-width: 1260px){[size-large=default].sc-stzh-hspace-h{--space:var(--stzh-space-default)}}@media screen and (min-width: 1440px){[size-ultra=xxxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxxsmall)}}@media screen and (min-width: 1440px){[size-ultra=xxsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xxsmall)}}@media screen and (min-width: 1440px){[size-ultra=xsmall].sc-stzh-hspace-h{--space:var(--stzh-space-xsmall)}}@media screen and (min-width: 1440px){[size-ultra=small].sc-stzh-hspace-h{--space:var(--stzh-space-small)}}@media screen and (min-width: 1440px){[size-ultra=medium].sc-stzh-hspace-h{--space:var(--stzh-space-medium)}}@media screen and (min-width: 1440px){[size-ultra=large].sc-stzh-hspace-h{--space:var(--stzh-space-large)}}@media screen and (min-width: 1440px){[size-ultra=xlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xlarge)}}@media screen and (min-width: 1440px){[size-ultra=xxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1440px){[size-ultra=xxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1440px){[size-ultra=xxxxlarge].sc-stzh-hspace-h{--space:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1440px){[size-ultra=big].sc-stzh-hspace-h{--space:var(--stzh-space-big)}}@media screen and (min-width: 1440px){[size-ultra=xbig].sc-stzh-hspace-h{--space:var(--stzh-space-xbig)}}@media screen and (min-width: 1440px){[size-ultra=huge].sc-stzh-hspace-h{--space:var(--stzh-space-huge)}}@media screen and (min-width: 1440px){[size-ultra=xhuge].sc-stzh-hspace-h{--space:var(--stzh-space-xhuge)}}@media screen and (min-width: 1440px){[size-ultra=none].sc-stzh-hspace-h{--space:var(--stzh-space-none)}}@media screen and (min-width: 1440px){[size-ultra=default].sc-stzh-hspace-h{--space:var(--stzh-space-default)}}.stzh-hspace.sc-stzh-hspace{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0;margin:0}.stzh-hspace.sc-stzh-hspace:empty{width:var(--space)}.stzh-hspace--border-left.sc-stzh-hspace{border-left:0.0625rem solid var(--stzh-base-border-color)}.stzh-hspace--border-right.sc-stzh-hspace{border-right:0.0625rem solid var(--stzh-base-border-color)}.stzh-hspace--justify-center.sc-stzh-hspace{-ms-flex-pack:center;justify-content:center}.stzh-hspace--justify-end.sc-stzh-hspace{-ms-flex-pack:end;justify-content:flex-end}.stzh-hspace--justify-between.sc-stzh-hspace{-ms-flex-pack:justify;justify-content:space-between}.stzh-hspace--justify-around.sc-stzh-hspace{-ms-flex-pack:distribute;justify-content:space-around}.stzh-hspace--justify-evenly.sc-stzh-hspace{-ms-flex-pack:space-evenly;justify-content:space-evenly}";var i=s("stzh_hspace",function(){function s(s){e(this,s);this.curve="none";this.size="inherit";this.sizeSmall="inherit";this.sizeMedium="inherit";this.sizeLarge="inherit";this.sizeUltra="inherit";this.justify="start";this.around=false;this.border="none"}s.prototype.render=function(){var s;return a(h,null,a("div",{class:(s={"stzh-hspace":true},s["stzh-hspace--justify-".concat(this.justify)]=!!this.justify,s["stzh-hspace--border-".concat(this.border)]=!!this.border,s)},a("slot",null)))};return s}());i.style=c}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-30b347ee.system.js","./p-f481f21d.system.js"],(function(t){"use strict";var e,s,r,i,a,n,h;return{setters:[function(t){e=t.r;s=t.h;r=t.a;i=t.g},function(t){a=t.m;n=t.a;h=t.r}],execute:function(){var o=".sc-stzh-progressbar-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-progressbar-h{display:none}.sc-stzh-progressbar-h *.sc-stzh-progressbar,.sc-stzh-progressbar-h *.sc-stzh-progressbar::before,.sc-stzh-progressbar-h *.sc-stzh-progressbar::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-progressbar-h{min-width:calc(var(--steps) * 1.6875rem * 2)}@media screen and (min-width: 600px){.sc-stzh-progressbar-h{min-width:calc(var(--steps) * 1.9375rem * 2)}}.stzh-progressbar.sc-stzh-progressbar{position:relative;overflow:hidden}.stzh-progressbar__items.sc-stzh-progressbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.stzh-progressbar__item.sc-stzh-progressbar{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0}";var p=t("stzh_progressbar",function(){function t(t){var s=this;e(this,t);this.data=[];this.index=0;this.steps=5;this.stepsSmall=6;this.stepsMedium=0;this.stepsLarge=0;this.stepsUltra=0;this.setCurrentSteps=function(){if(a("ultra").matches&&s.stepsUltra){s.currentSteps=s.stepsUltra}else if(a("large").matches&&s.stepsLarge){s.currentSteps=s.stepsLarge}else if(a("medium").matches&&s.stepsMedium){s.currentSteps=s.stepsMedium}else if(a("small").matches&&s.stepsSmall){s.currentSteps=s.stepsSmall}else{s.currentSteps=s.steps}s.element.style.setProperty("--steps",s.currentSteps.toString())}}t.prototype.dataWatcher=function(t){if(typeof t==="string"){this._data=JSON.parse(t)}else{this._data=t}this.lastItemIndex=this._data.length-1;this.maxStepIndex=this.currentSteps-1;this.withinLastFewSteps=this.index>=this._data.length-this.maxStepIndex};t.prototype.getItemAttributes=function(t){var e={};e.step=t+1;e.first=t===0;e.last=t===this.lastItemIndex;e.current=t===this.index;e.passed=t<this.index;if(this._data.length>this.currentSteps){if(t===this.lastItemIndex&&!this.withinLastFewSteps){e.dotted=true}if(this.index<2){e.hide=t>this.maxStepIndex-1&&t<this.lastItemIndex}else{if(t===0){e.dotted=true}var s=this.index;if(this.withinLastFewSteps){s=this._data.length-this.maxStepIndex}e.hide=t>0&&t<s||t>this.index+(this.currentSteps-3)&&t<this.lastItemIndex}}return e};t.prototype.componentWillLoad=function(){this.dataWatcher(this.data)};t.prototype.connectedCallback=function(){this.setCurrentSteps();n(this.setCurrentSteps)};t.prototype.disconnectedCallback=function(){h(this.setCurrentSteps)};t.prototype.render=function(){var t;var e=this;var i=(t={"stzh-progressbar":true},t["stzh-progressbar--index-".concat(this.index)]=!!this.index,t);return s(r,null,s("div",{class:i},s("div",{class:"stzh-progressbar__items",role:"list"},this._data.map((function(t,r){return s("stzh-progressbar-item",Object.assign({},e.getItemAttributes(r),{icon:t.icon,class:"stzh-progressbar__item"}),t.label)})))))};Object.defineProperty(t.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{data:["dataWatcher"]}},enumerable:false,configurable:true});return t}());p.style=o}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-30b347ee.system.js"],(function(t){"use strict";var r,e,a,s;return{setters:[function(t){r=t.r;e=t.h;a=t.a;s=t.g}],execute:function(){var i=".sc-stzh-loadingbar-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-loadingbar-h{display:none}.sc-stzh-loadingbar-h *.sc-stzh-loadingbar,.sc-stzh-loadingbar-h *.sc-stzh-loadingbar::before,.sc-stzh-loadingbar-h *.sc-stzh-loadingbar::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-loadingbar-h{--color:var(--stzh-base-color);--bar-color:var(--stzh-color-primary, var(--stzh-color-zueriblue));--bar-bg-color:var(--stzh-color-grey13)}.stzh-loadingbar.sc-stzh-loadingbar{min-width:10rem}.stzh-loadingbar__bar.sc-stzh-loadingbar{display:block;height:0.5rem;border-radius:0.75rem;background-color:var(--bar-bg-color)}.stzh-loadingbar__bar-inner.sc-stzh-loadingbar{display:block;height:100%;width:0;border-radius:0.75rem;background:var(--bar-color)}.stzh-loadingbar__text.sc-stzh-loadingbar{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-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:var(--color);margin-bottom:var(--stzh-space-xxsmall)}.stzh-loadingbar__percent.sc-stzh-loadingbar{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);letter-spacing:0.01em;margin-left:var(--stzh-space-medium);font-variant-numeric:tabular-nums}";var n=t("stzh_loadingbar",function(){function t(t){r(this,t);this.percent=0;this.hidePercent=false;this.label=""}t.prototype.render=function(){var t={"stzh-loadingbar":true};return e(a,null,e("div",{class:t},e("div",{class:"stzh-loadingbar__text"},this.label&&e("div",{class:"stzh-loadingbar__label"},this.label),this.percent&&!this.hidePercent&&e("div",{class:"stzh-loadingbar__percent"},this.percent,"%")),e("div",{class:"stzh-loadingbar__bar"},e("div",{class:"stzh-loadingbar__bar-inner",style:{width:"".concat(this.percent,"%")}}))))};Object.defineProperty(t.prototype,"element",{get:function(){return s(this)},enumerable:false,configurable:true});return t}());n.style=i}}}));
@@ -0,0 +1 @@
1
+ System.register([],(function(e){"use strict";return{execute:function(){e({c:r,g:t});var n=e("a",typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{});function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function r(e,n,t){return t={path:n,exports:{},require:function(e,n){return o()}},e(t,t.exports),t.exports}function o(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}}}}));
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,s,a){function i(t){return t instanceof s?t:new s((function(e){e(t)}))}return new(s||(s=Promise))((function(s,n){function l(t){try{r(a.next(t))}catch(e){n(e)}}function m(t){try{r(a["throw"](t))}catch(e){n(e)}}function r(t){t.done?s(t.value):i(t.value).then(l,m)}r((a=a.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var s={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},a,i,n,l;return l={next:m(0),throw:m(1),return:m(2)},typeof Symbol==="function"&&(l[Symbol.iterator]=function(){return this}),l;function m(t){return function(e){return r([t,e])}}function r(l){if(a)throw new TypeError("Generator is already executing.");while(s)try{if(a=1,i&&(n=l[0]&2?i["return"]:l[0]?i["throw"]||((n=i["return"])&&n.call(i),0):i.next)&&!(n=n.call(i,l[1])).done)return n;if(i=0,n)l=[l[0]&2,n.value];switch(l[0]){case 0:case 1:n=l;break;case 4:s.label++;return{value:l[1],done:false};case 5:s.label++;i=l[1];l=[0];continue;case 7:l=s.ops.pop();s.trys.pop();continue;default:if(!(n=s.trys,n=n.length>0&&n[n.length-1])&&(l[0]===6||l[0]===2)){s=0;continue}if(l[0]===3&&(!n||l[1]>n[0]&&l[1]<n[3])){s.label=l[1];break}if(l[0]===6&&s.label<n[1]){s.label=n[1];n=l;break}if(n&&s.label<n[2]){s.label=n[2];s.ops.push(l);break}if(n[2])s.ops.pop();s.trys.pop();continue}l=e.call(t,s)}catch(m){l=[6,m];i=0}finally{a=n=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};System.register(["./p-30b347ee.system.js","./p-582cf0f1.system.js"],(function(t){"use strict";var e,s,a,i,n,l;return{setters:[function(t){e=t.r;s=t.c;a=t.h;i=t.a;n=t.g},function(t){l=t.f}],execute:function(){var m='.sc-stzh-datamessagelist-item-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-datamessagelist-item-h{display:none}.sc-stzh-datamessagelist-item-h *.sc-stzh-datamessagelist-item,.sc-stzh-datamessagelist-item-h *.sc-stzh-datamessagelist-item::before,.sc-stzh-datamessagelist-item-h *.sc-stzh-datamessagelist-item::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-datamessagelist-item.sc-stzh-datamessagelist-item{padding-left:var(--stzh-space-medium);padding-right:var(--stzh-space-medium);display:-ms-flexbox;display:flex;position:relative;padding:var(--stzh-space-medium);background-color:var(--stzh-color-white)}@media screen and (min-width: 600px){.stzh-datamessagelist-item.sc-stzh-datamessagelist-item{padding-left:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.stzh-datamessagelist-item.sc-stzh-datamessagelist-item{padding-left:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.stzh-datamessagelist-item.sc-stzh-datamessagelist-item{padding-left:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1024px){.stzh-datamessagelist-item.sc-stzh-datamessagelist-item{padding-right:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.stzh-datamessagelist-item.sc-stzh-datamessagelist-item{padding-right:var(--stzh-space-xlarge)}}.stzh-datamessagelist-item__content.sc-stzh-datamessagelist-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__content.sc-stzh-datamessagelist-item{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.stzh-datamessagelist-item__text.sc-stzh-datamessagelist-item{-ms-flex-positive:1;flex-grow:1}.stzh-datamessagelist-item__heading.sc-stzh-datamessagelist-item{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-base-lead-color);margin:0}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__heading.sc-stzh-datamessagelist-item{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)}}.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item{color:inherit;text-decoration:none;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-button-border-radius)}.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:hover,.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item::before{-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed)}.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item::before,.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%}.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:hover::before,.stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:focus::before{background-color:var(--stzh-color-primary4)}.stzh-datamessagelist-item__description.sc-stzh-datamessagelist-item{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-lead-color);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__description.sc-stzh-datamessagelist-item{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)}}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__description.sc-stzh-datamessagelist-item{-webkit-line-clamp:1;line-clamp:1}}.stzh-datamessagelist-item__meta-wrapper.sc-stzh-datamessagelist-item{margin-top:var(--stzh-space-small)}@media screen and (min-width: 600px){.stzh-datamessagelist-item__meta-wrapper.sc-stzh-datamessagelist-item{margin-top:var(--stzh-space-xxsmall)}}.stzh-datamessagelist-item__meta.sc-stzh-datamessagelist-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));display:table;list-style:none;margin:0;padding:0}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__meta.sc-stzh-datamessagelist-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))}}@media screen and (min-width: 600px){.stzh-datamessagelist-item__meta.sc-stzh-datamessagelist-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 calc(var(--stzh-space-xsmall) / -1)}}.stzh-datamessagelist-item__meta-item.sc-stzh-datamessagelist-item{display:table-row}@media screen and (min-width: 600px){.stzh-datamessagelist-item__meta-item.sc-stzh-datamessagelist-item{display:-ms-flexbox;display:flex;margin:0 var(--stzh-space-xsmall)}}.stzh-datamessagelist-item__meta-item-label.sc-stzh-datamessagelist-item,.stzh-datamessagelist-item__meta-item-value.sc-stzh-datamessagelist-item{display:table-cell}@media screen and (min-width: 600px){.stzh-datamessagelist-item__meta-item-label.sc-stzh-datamessagelist-item,.stzh-datamessagelist-item__meta-item-value.sc-stzh-datamessagelist-item{display:inline-block}}.stzh-datamessagelist-item__meta-item-label.sc-stzh-datamessagelist-item{padding-right:var(--stzh-space-xsmall)}.stzh-datamessagelist-item__meta-item-value.sc-stzh-datamessagelist-item{color:var(--stzh-color-black)}.stzh-datamessagelist-item__status.sc-stzh-datamessagelist-item{width:10rem}.stzh-datamessagelist-item__status.sc-stzh-datamessagelist-item,.stzh-datamessagelist-item__tags-wrapper.sc-stzh-datamessagelist-item{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__status.sc-stzh-datamessagelist-item,.stzh-datamessagelist-item__tags-wrapper.sc-stzh-datamessagelist-item{margin-top:0;margin-left:var(--stzh-space-xxlarge)}}.stzh-datamessagelist-item__tags.sc-stzh-datamessagelist-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--stzh-space-xxsmall) / -1)}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__tags.sc-stzh-datamessagelist-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.stzh-datamessagelist-item__tag.sc-stzh-datamessagelist-item{margin:var(--stzh-space-xxsmall)}.stzh-datamessagelist-item__actions.sc-stzh-datamessagelist-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.stzh-datamessagelist-item__actions.sc-stzh-datamessagelist-item:not(:empty){margin-left:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.stzh-datamessagelist-item__actions.sc-stzh-datamessagelist-item:not(:empty){margin-left:var(--stzh-space-xxlarge);-ms-flex-pack:center;justify-content:center}}.stzh-datamessagelist-item__action-popover.sc-stzh-datamessagelist-item{--width:auto;--min-width:12.5rem}.stzh-datamessagelist-item--is-unread.sc-stzh-datamessagelist-item .stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-datamessagelist-item--is-unread.sc-stzh-datamessagelist-item .stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:hover,.stzh-datamessagelist-item--is-unread.sc-stzh-datamessagelist-item .stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-datamessagelist-item--is-unread.sc-stzh-datamessagelist-item .stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item::before{border-left:0.3125rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-datamessagelist-item--is-unread.sc-stzh-datamessagelist-item .stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:hover::before,.stzh-datamessagelist-item--is-unread.sc-stzh-datamessagelist-item .stzh-datamessagelist-item__heading-link.sc-stzh-datamessagelist-item:focus::before{border-left-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}';var r=t("stzh_datamessagelist_item",function(){function t(t){var a=this;e(this,t);this.stzhClick=s(this,"stzhClick",7);this.stzhActionClick=s(this,"stzhActionClick",7);this.heading="";this.unread=false;this.href="";this.description="";this.externalHref="";this.actionClick=function(t,e){a.stzhActionClick.emit({component:"stzh-datamessagelist-item",action:t,originalEvent:e})};this.itemClick=function(t){a.stzhClick.emit({component:"stzh-datamessagelist-item",originalEvent:t})}}t.prototype.loadingStatusWatcher=function(t){if(typeof t==="string"){this._loadingStatus=JSON.parse(t)}else{this._loadingStatus=t}};t.prototype.metaWatcher=function(t){if(typeof t==="string"){this._meta=JSON.parse(t)}else{this._meta=t}};t.prototype.actionsWatcher=function(t){if(typeof t==="string"){this._actions=JSON.parse(t)}else{this._actions=t}};t.prototype.tagsWatcher=function(t){if(typeof t==="string"){this._tags=JSON.parse(t)}else{this._tags=t}};t.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:this.loadingStatusWatcher(this.loadingStatus);this.metaWatcher(this.meta);this.actionsWatcher(this.actions);this.tagsWatcher(this.tags);if(!!this.localization)return[3,2];t=this;return[4,l(this.element,"datamessagelist-item")];case 1:t.localization=e.sent();e.label=2;case 2:return[2]}}))}))};t.prototype.render=function(){var t=this;var e={"stzh-datamessagelist-item":true,"stzh-datamessagelist-item--is-unread":this.unread};return a(i,{role:"listitem"},a("article",{class:e},a("div",{class:"stzh-datamessagelist-item__content"},a("div",{class:"stzh-datamessagelist-item__text"},a("h3",{class:"stzh-datamessagelist-item__heading"},a("a",{class:"stzh-datamessagelist-item__heading-link",href:this.href,onClick:this.itemClick},this.heading)),this.description&&a("div",{class:"stzh-datamessagelist-item__description"},this.description),this._meta&&this._meta.length>0&&a("div",{class:"stzh-datamessagelist-item__meta-wrapper"},a("ul",{class:"stzh-datamessagelist-item__meta"},this._meta.map((function(t){return a("li",{class:"stzh-datamessagelist-item__meta-item"},a("span",{class:"stzh-datamessagelist-item__meta-item-label"},t.label),a("span",{class:"stzh-datamessagelist-item__meta-item-value"},t.value))}))))),this._loadingStatus&&a("stzh-status",{class:"stzh-datamessagelist-item__status",label:this._loadingStatus.label,percent:this._loadingStatus.percent,type:this._loadingStatus.type,withLoadingbar:true}),this._tags&&this._tags.length>0&&a("div",{class:"stzh-datamessagelist-item__tags-wrapper"},a("div",{class:"stzh-datamessagelist-item__tags"},this._tags.map((function(t){return a("stzh-chip",{class:"stzh-datamessagelist-item__tag",variant:"tag",size:"small",type:t.type,icon:t.icon,label:t.label})}))))),a("div",{class:"stzh-datamessagelist-item__actions"},this.externalHref&&a("stzh-button",{href:this.externalHref,variant:"tertiary",icon:"external-link",size:"tiny",iconOnly:true}),this._actions&&this._actions.length>0&&a("stzh-popover",{label:this.localization.actionsPopoverLabel,placement:"bottom-end",class:"stzh-datamessagelist-item__action-popover"},a("stzh-button",{variant:"tertiary",size:"tiny",icon:"more-horizontal",iconOnly:true}),a("stzh-menu",{slot:"content"},this._actions.map((function(e){return a("stzh-menu-item",{icon:e.icon,badge:e.badge,onClick:function(s){t.actionClick(e,s)}},e.label)})))))))};Object.defineProperty(t.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{loadingStatus:["loadingStatusWatcher"],meta:["metaWatcher"],actions:["actionsWatcher"],tags:["tagsWatcher"]}},enumerable:false,configurable:true});return t}());r.style=m}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-30b347ee.system.js","./p-af819e4e.system.js"],(function(t){"use strict";var e,a,r,i,s;return{setters:[function(t){e=t.r;a=t.h;r=t.a;i=t.g},function(t){s=t.s}],execute:function(){var l=':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}stzh-table{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;--max-height:var(--stzh-table-max-height);--min-width:var(--stzh-table-min-width);--cell-padding:var(--stzh-table-cell-padding);--input-width:var(--stzh-table-input-width)}stzh-table[hidden]{display:none}stzh-table *,stzh-table *::before,stzh-table *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-table{}.stzh-table__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-bottom:0.0625rem solid var(--stzh-base-border-color);padding-bottom:var(--stzh-space-small);margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.stzh-table__header{padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1024px){.stzh-table__header{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.stzh-table__header{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.stzh-table__header{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.stzh-table__heading{margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-table__heading{margin-bottom:0}}.stzh-table__header .stzh-table__search{width:var(--stzh-table-input-width)}@media screen and (min-width: 1024px){.stzh-table__header .stzh-table__search{margin-left:var(--stzh-space-large)}}.stzh-table__outer-wrapper{position:relative}.stzh-table__outer-wrapper::before,.stzh-table__outer-wrapper::after{z-index:4;background:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));background:linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);content:"";pointer-events:none;position:absolute;top:0;height:100%;width:0.375rem;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);opacity:0}.stzh-table__outer-wrapper::before{left:0}.stzh-table__outer-wrapper::after{right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.stzh-table__wrapper{overflow-x:auto;max-height:var(--max-height)}.stzh-table__sort-button{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:inherit;color:inherit;padding:var(--cell-padding)}.stzh-table__sort-button:hover,.stzh-table__sort-button:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-table__sort-icon{opacity:0}.stzh-table table{width:100%;border-spacing:0;min-width:var(--min-width)}.stzh-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:3}.stzh-table tr:hover td,.stzh-table tr:hover th{background-color:var(--stzh-color-grey5)}.stzh-table td,.stzh-table 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);}.stzh-table td a,.stzh-table 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)}.stzh-table td a:hover,.stzh-table td a:focus,.stzh-table th a:hover,.stzh-table th a:focus{color:var(--stzh-link-hover-color)}.stzh-table td b,.stzh-table td strong,.stzh-table th b,.stzh-table th strong{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}.stzh-table td i,.stzh-table td em,.stzh-table th i,.stzh-table th em{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-table td.align-left,.stzh-table th.align-left{text-align:left}.stzh-table td.align-right,.stzh-table th.align-right{text-align:right}.stzh-table td.align-center,.stzh-table th.align-center{text-align:center}.stzh-table td.valign-auto,.stzh-table th.valign-auto{vertical-align:auto}.stzh-table td.valign-middle,.stzh-table th.valign-middle{vertical-align:middle}.stzh-table td.valign-bottom,.stzh-table th.valign-bottom{vertical-align:bottom}.stzh-table td.nowrap,.stzh-table th.nowrap{white-space:nowrap}.stzh-table td.is-sticky-left,.stzh-table td.is-sticky-right,.stzh-table th.is-sticky-left,.stzh-table th.is-sticky-right{position:-webkit-sticky;position:sticky;z-index:1}.stzh-table td.has-sticked,.stzh-table th.has-sticked{z-index:2}.stzh-table td.is-sticky-left,.stzh-table th.is-sticky-left{left:0}.stzh-table td.is-sticky-right,.stzh-table th.is-sticky-right{right:0}.stzh-table td.is-sticky-left::after,.stzh-table td.is-sticky-right::after,.stzh-table th.is-sticky-left::after,.stzh-table 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)}.stzh-table td.is-sticky-left::after,.stzh-table th.is-sticky-left::after{right:0}.stzh-table td.is-sticky-right::after,.stzh-table th.is-sticky-right::after{left:0;-webkit-transform:rotate(-180deg) translate(100%);transform:rotate(-180deg) translate(100%)}.stzh-table td.has-sticked.is-sticky-left::after,.stzh-table td.has-sticked.is-sticky-right::after,.stzh-table th.has-sticked.is-sticky-left::after,.stzh-table th.has-sticked.is-sticky-right::after{opacity:1}.stzh-table 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))}.stzh-table th.is-sortable{padding:0}td.has-sorted .stzh-table__sort-icon,th.has-sorted .stzh-table__sort-icon{opacity:1}td.has-sorted-desc .stzh-table__sort-icon,th.has-sorted-desc .stzh-table__sort-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.stzh-table.has-scroll-left-shadow .stzh-table__outer-wrapper::before,.stzh-table.has-scroll-right-shadow .stzh-table__outer-wrapper::after{opacity:1}';var o="has-sticked";var h="is-sticky-left";var n="is-sticky-right";var c=t("stzh_table",function(){function t(t){var a=this;e(this,t);this.fixedLeft=null;this.fixedRight=null;this.hasScrollLeft=false;this.hasScrollRight=false;this.isScrollable=false;this.cellsStickyLeft=[];this.cellsStickyRight=[];this.updateCellClasses=function(){if(!a.tableWrapper){return}var t=Array.from(a.tableWrapper.querySelectorAll("tr"));t.forEach((function(t){var e=Array.from(t.children);e.forEach((function(t,e){t.classList.remove(h);t.classList.remove(n);if(e===a.fixedLeft){t.classList.add(h)}if(e===a.fixedRight){t.classList.add(n)}}))}))};this.updateScrollStates=function(){if(!a.tableWrapper){return}var t=a.tableWrapper.scrollLeft;var e=a.tableWrapper.scrollWidth;var r=a.tableWrapper.clientWidth;a.isScrollable=e>r;a.hasScrollLeft=t>0;a.hasScrollRight=t<e-r;var i=Array.from(a.tableWrapper.querySelectorAll("tr"));var s=i[0];if(!s){return}a.cellsStickyLeft=[];a.cellsStickyRight=[];var l=Array.from(s.children);l.forEach((function(e,i){var s=e.offsetLeft;var l=s+e.offsetWidth;if(a.hasScrollLeft&&i===a.fixedLeft&&Math.ceil(t)>=s){a.cellsStickyLeft.push(i)}if(a.hasScrollRight&&i===a.fixedRight&&Math.ceil(t)+r<=l){a.cellsStickyRight.push(i)}}));i.forEach((function(t){var e=Array.from(t.children);e.forEach((function(t,e){if(a.cellsStickyLeft.indexOf(e)>-1||a.cellsStickyRight.indexOf(e)>-1){t.classList.add(o)}else{t.classList.remove(o)}}))}))};this.init=function(){var t=a.element.querySelector('stzh-input[slot="search"], [slot="search"] stzh-input');if(t){s(t,{size:"small"})}a.updateCellClasses();a.updateScrollStates()};this.handleScroll=function(){if(a.debounceScroll){window.cancelAnimationFrame(a.debounceScroll)}a.debounceScroll=requestAnimationFrame(a.updateScrollStates)}}t.prototype.fixedCellWatcher=function(){this.updateCellClasses();this.updateScrollStates()};t.prototype.handleResize=function(){this.updateScrollStates()};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(){var t=this;var e={"stzh-table":true,"is-scrollable":this.isScrollable,"has-scroll-left":this.hasScrollLeft,"has-scroll-right":this.hasScrollRight,"has-scroll-left-shadow":this.hasScrollLeft&&this.cellsStickyLeft.length===0,"has-scroll-right-shadow":this.hasScrollRight&&this.cellsStickyRight.length===0};return a(r,null,a("div",{class:e},a("div",{class:"stzh-table__header"},a("div",{class:"stzh-table__heading"},a("slot",{name:"heading"})),a("div",{class:"stzh-table__search"},a("slot",{name:"search"}))),a("div",{class:"stzh-table__outer-wrapper"},a("div",{ref:function(e){return t.tableWrapper=e},class:"stzh-table__wrapper",onScroll:this.handleScroll},a("slot",null)))))};Object.defineProperty(t.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{fixedLeft:["fixedCellWatcher"],fixedRight:["fixedCellWatcher"]}},enumerable:false,configurable:true});return t}());c.style=l}}}));
@@ -0,0 +1,8 @@
1
+ import{r as t,c as e,h as i,a as n,g as r}from"./p-65282c9d.js";import{f as o}from"./p-1a40a6e4.js";function s(t){return"object"==typeof t&&null!=t&&1===t.nodeType}function a(t,e){return(!e||"hidden"!==t)&&"visible"!==t&&"clip"!==t}function l(t,e){if(t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth){var i=getComputedStyle(t,null);return a(i.overflowY,e)||a(i.overflowX,e)||function(t){var e=function(t){if(!t.ownerDocument||!t.ownerDocument.defaultView)return null;try{return t.ownerDocument.defaultView.frameElement}catch(t){return null}}(t);return!!e&&(e.clientHeight<t.scrollHeight||e.clientWidth<t.scrollWidth)}(t)}return!1}function u(t,e,i,n,r,o,s,a){return o<t&&s>e||o>t&&s<e?0:o<=t&&a<=i||s>=e&&a>=i?o-t-n:s>e&&a<i||o<t&&a>i?s-e+r:0}function h(t,e){var i=window,n=e.scrollMode,r=e.block,o=e.inline,a=e.boundary,h=e.skipOverflowHiddenElements,c="function"==typeof a?a:function(t){return t!==a};if(!s(t))throw new TypeError("Invalid target");for(var f=document.scrollingElement||document.documentElement,d=[],v=t;s(v)&&c(v);){if((v=v.parentElement)===f){d.push(v);break}null!=v&&v===document.body&&l(v)&&!l(document.documentElement)||null!=v&&l(v,h)&&d.push(v)}for(var m=i.visualViewport?i.visualViewport.width:innerWidth,b=i.visualViewport?i.visualViewport.height:innerHeight,p=window.scrollX||pageXOffset,g=window.scrollY||pageYOffset,w=t.getBoundingClientRect(),y=w.height,E=w.width,z=w.top,x=w.right,I=w.bottom,S=w.left,O="start"===r||"nearest"===r?z:"end"===r?I:z+y/2,M="center"===o?S+E/2:"end"===o?x:S,k=[],T=0;T<d.length;T++){var _=d[T],C=_.getBoundingClientRect(),D=C.height,j=C.width,A=C.top,N=C.right,F=C.bottom,W=C.left;if("if-needed"===n&&z>=0&&S>=0&&I<=b&&x<=m&&z>=A&&I<=F&&S>=W&&x<=N)return k;var H=getComputedStyle(_),P=parseInt(H.borderLeftWidth,10),B=parseInt(H.borderTopWidth,10),L=parseInt(H.borderRightWidth,10),U=parseInt(H.borderBottomWidth,10),G=0,R=0,X="offsetWidth"in _?_.offsetWidth-_.clientWidth-P-L:0,Y="offsetHeight"in _?_.offsetHeight-_.clientHeight-B-U:0;if(f===_)G="start"===r?O:"end"===r?O-b:"nearest"===r?u(g,g+b,b,B,U,g+O,g+O+y,y):O-b/2,R="start"===o?M:"center"===o?M-m/2:"end"===o?M-m:u(p,p+m,m,P,L,p+M,p+M+E,E),G=Math.max(0,G+g),R=Math.max(0,R+p);else{G="start"===r?O-A-B:"end"===r?O-F+U+Y:"nearest"===r?u(A,F,D,B,U+Y,O,O+y,y):O-(A+D/2)+Y/2,R="start"===o?M-W-P:"center"===o?M-(W+j/2)+X/2:"end"===o?M-N+L+X:u(W,N,j,P,L+X,M,M+E,E);var $=_.scrollLeft,J=_.scrollTop;O+=J-(G=Math.max(0,Math.min(J+G,_.scrollHeight-D+Y))),M+=$-(R=Math.max(0,Math.min($+R,_.scrollWidth-j+X)))}k.push({el:_,top:G,left:R})}return k}function c(t){return t===Object(t)&&0!==Object.keys(t).length}
2
+ /**!
3
+ * Sortable 1.15.0
4
+ * @author RubaXa <trash@rubaxa.org>
5
+ * @author owenm <owen23355@gmail.com>
6
+ * @license MIT
7
+ */
8
+ function f(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function d(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?f(Object(i),!0).forEach((function(e){m(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):f(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function v(t){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function m(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function b(){return(b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t}).apply(this,arguments)}function p(t,e){if(null==t)return{};var i,n,r=function(t,e){if(null==t)return{};var i,n,r={},o=Object.keys(t);for(n=0;n<o.length;n++)e.indexOf(i=o[n])>=0||(r[i]=t[i]);return r}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(n=0;n<o.length;n++)e.indexOf(i=o[n])>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(r[i]=t[i])}return r}function g(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var w=g(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),y=g(/Edge/i),E=g(/firefox/i),z=g(/safari/i)&&!g(/chrome/i)&&!g(/android/i),x=g(/iP(ad|od|hone)/i),I=g(/chrome/i)&&g(/android/i),S={capture:!1,passive:!1};function O(t,e,i){t.addEventListener(e,i,!w&&S)}function M(t,e,i){t.removeEventListener(e,i,!w&&S)}function k(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(i){return!1}return!1}}function T(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function _(t,e,i,n){if(t){i=i||document;do{if(null!=e&&(">"===e[0]?t.parentNode===i&&k(t,e):k(t,e))||n&&t===i)return t;if(t===i)break}while(t=T(t))}return null}var C,D=/\s+/g;function j(t,e,i){if(t&&e)if(t.classList)t.classList[i?"add":"remove"](e);else{var n=(" "+t.className+" ").replace(D," ").replace(" "+e+" "," ");t.className=(n+(i?" "+e:"")).replace(D," ")}}function A(t,e,i){var n=t&&t.style;if(n){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===e?i:i[e];e in n||-1!==e.indexOf("webkit")||(e="-webkit-"+e),n[e]=i+("string"==typeof i?"":"px")}}function N(t,e){var i="";if("string"==typeof t)i=t;else do{var n=A(t,"transform");n&&"none"!==n&&(i=n+" "+i)}while(!e&&(t=t.parentNode));var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(i)}function F(t,e,i){if(t){var n=t.getElementsByTagName(e),r=0,o=n.length;if(i)for(;r<o;r++)i(n[r],r);return n}return[]}function W(){return document.scrollingElement||document.documentElement}function H(t,e,i,n,r){if(t.getBoundingClientRect||t===window){var o,s,a,l,u,h,c;if(t!==window&&t.parentNode&&t!==W()?(s=(o=t.getBoundingClientRect()).top,a=o.left,l=o.bottom,u=o.right,h=o.height,c=o.width):(s=0,a=0,l=window.innerHeight,u=window.innerWidth,h=window.innerHeight,c=window.innerWidth),(e||i)&&t!==window&&(r=r||t.parentNode,!w))do{if(r&&r.getBoundingClientRect&&("none"!==A(r,"transform")||i&&"static"!==A(r,"position"))){var f=r.getBoundingClientRect();s-=f.top+parseInt(A(r,"border-top-width")),a-=f.left+parseInt(A(r,"border-left-width")),l=s+o.height,u=a+o.width;break}}while(r=r.parentNode);if(n&&t!==window){var d=N(r||t),v=d&&d.a,m=d&&d.d;d&&(l=(s/=m)+(h/=m),u=(a/=v)+(c/=v))}return{top:s,left:a,bottom:l,right:u,width:c,height:h}}}function P(t,e,i){for(var n=R(t,!0),r=H(t)[e];n;){var o=H(n)[i];if(!("top"===i||"left"===i?r>=o:r<=o))return n;if(n===W())break;n=R(n,!1)}return!1}function B(t,e,i,n){for(var r=0,o=0,s=t.children;o<s.length;){if("none"!==s[o].style.display&&s[o]!==Yt.ghost&&(n||s[o]!==Yt.dragged)&&_(s[o],i.draggable,t,!1)){if(r===e)return s[o];r++}o++}return null}function L(t,e){for(var i=t.lastElementChild;i&&(i===Yt.ghost||"none"===A(i,"display")||e&&!k(i,e));)i=i.previousElementSibling;return i||null}function U(t,e){var i=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Yt.clone||e&&!k(t,e)||i++;return i}function G(t){var e=0,i=0,n=W();if(t)do{var r=N(t);e+=t.scrollLeft*r.a,i+=t.scrollTop*r.d}while(t!==n&&(t=t.parentNode));return[e,i]}function R(t,e){if(!t||!t.getBoundingClientRect)return W();var i=t,n=!1;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var r=A(i);if(i.clientWidth<i.scrollWidth&&("auto"==r.overflowX||"scroll"==r.overflowX)||i.clientHeight<i.scrollHeight&&("auto"==r.overflowY||"scroll"==r.overflowY)){if(!i.getBoundingClientRect||i===document.body)return W();if(n||e)return i;n=!0}}}while(i=i.parentNode);return W()}function X(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function Y(t,e){return function(){if(!C){var i=arguments,n=this;1===i.length?t.call(n,i[0]):t.apply(n,i),C=setTimeout((function(){C=void 0}),e)}}}function $(t,e,i){t.scrollLeft+=e,t.scrollTop+=i}function J(t){var e=window.Polymer,i=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):i?i(t).clone(!0)[0]:t.cloneNode(!0)}var V="Sortable"+(new Date).getTime();var Z=[],q={initializeByDefault:!0},K={mount:function(t){for(var e in q)q.hasOwnProperty(e)&&!(e in t)&&(t[e]=q[e]);Z.forEach((function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),Z.push(t)},pluginEvent:function(t,e,i){var n=this;this.eventCanceled=!1,i.cancel=function(){n.eventCanceled=!0};var r=t+"Global";Z.forEach((function(n){e[n.pluginName]&&(e[n.pluginName][r]&&e[n.pluginName][r](d({sortable:e},i)),e.options[n.pluginName]&&e[n.pluginName][t]&&e[n.pluginName][t](d({sortable:e},i)))}))},initializePlugins:function(t,e,i){for(var n in Z.forEach((function(n){var r=n.pluginName;if(t.options[r]||n.initializeByDefault){var o=new n(t,e,t.options);o.sortable=t,o.options=t.options,t[r]=o,b(i,o.defaults)}})),t.options)if(t.options.hasOwnProperty(n)){var r=this.modifyOption(t,n,t.options[n]);void 0!==r&&(t.options[n]=r)}},getEventProperties:function(t,e){var i={};return Z.forEach((function(n){"function"==typeof n.eventProperties&&b(i,n.eventProperties.call(e[n.pluginName],t))})),i},modifyOption:function(t,e,i){var n;return Z.forEach((function(r){t[r.pluginName]&&r.optionListeners&&"function"==typeof r.optionListeners[e]&&(n=r.optionListeners[e].call(t[r.pluginName],i))})),n}},Q=["evt"],tt=function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=i.evt,r=p(i,Q);K.pluginEvent.bind(Yt)(t,e,d({dragEl:it,parentEl:nt,ghostEl:rt,rootEl:ot,nextEl:st,lastDownEl:at,cloneEl:lt,cloneHidden:ut,dragStarted:zt,putSortable:mt,activeSortable:Yt.active,originalEvent:n,oldIndex:ht,oldDraggableIndex:ft,newIndex:ct,newDraggableIndex:dt,hideGhostForTarget:Ut,unhideGhostForTarget:Gt,cloneNowHidden:function(){ut=!0},cloneNowShown:function(){ut=!1},dispatchSortableEvent:function(t){et({sortable:e,name:t,originalEvent:n})}},r))};function et(t){!function(t){var e=t.sortable,i=t.rootEl,n=t.name,r=t.targetEl,o=t.cloneEl,s=t.toEl,a=t.fromEl,l=t.oldIndex,u=t.newIndex,h=t.oldDraggableIndex,c=t.newDraggableIndex,f=t.originalEvent,v=t.putSortable,m=t.extraEventProperties;if(e=e||i&&i[V]){var b,p=e.options,g="on"+n.charAt(0).toUpperCase()+n.substr(1);!window.CustomEvent||w||y?(b=document.createEvent("Event")).initEvent(n,!0,!0):b=new CustomEvent(n,{bubbles:!0,cancelable:!0}),b.to=s||i,b.from=a||i,b.item=r||i,b.clone=o,b.oldIndex=l,b.newIndex=u,b.oldDraggableIndex=h,b.newDraggableIndex=c,b.originalEvent=f,b.pullMode=v?v.lastPutMode:void 0;var E=d(d({},m),K.getEventProperties(n,e));for(var z in E)b[z]=E[z];i&&i.dispatchEvent(b),p[g]&&p[g].call(e,b)}}(d({putSortable:mt,cloneEl:lt,targetEl:it,rootEl:ot,oldIndex:ht,oldDraggableIndex:ft,newIndex:ct,newDraggableIndex:dt},t))}var it,nt,rt,ot,st,at,lt,ut,ht,ct,ft,dt,vt,mt,bt,pt,gt,wt,yt,Et,zt,xt,It,St,Ot,Mt=!1,kt=!1,Tt=[],_t=!1,Ct=!1,Dt=[],jt=!1,At=[],Nt="undefined"!=typeof document,Ft=x,Wt=y||w?"cssFloat":"float",Ht=Nt&&!I&&!x&&"draggable"in document.createElement("div"),Pt=function(){if(Nt){if(w)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Bt=function(t,e){var i=A(t),n=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),r=B(t,0,e),o=B(t,1,e),s=r&&A(r),a=o&&A(o),l=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+H(r).width,u=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+H(o).width;return"flex"===i.display?"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal":"grid"===i.display?i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":r&&s.float&&"none"!==s.float?!o||"both"!==a.clear&&a.clear!==("left"===s.float?"left":"right")?"horizontal":"vertical":r&&("block"===s.display||"flex"===s.display||"table"===s.display||"grid"===s.display||l>=n&&"none"===i[Wt]||o&&"none"===i[Wt]&&l+u>n)?"vertical":"horizontal"},Lt=function(t){function e(t,i){return function(n,r,o,s){if(null==t&&(i||n.options.group.name&&r.options.group.name&&n.options.group.name===r.options.group.name))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return e(t(n,r,o,s),i)(n,r,o,s);var a=(i?n:r).options.group.name;return!0===t||"string"==typeof t&&t===a||t.join&&t.indexOf(a)>-1}}var i={},n=t.group;n&&"object"==v(n)||(n={name:n}),i.name=n.name,i.checkPull=e(n.pull,!0),i.checkPut=e(n.put),i.revertClone=n.revertClone,t.group=i},Ut=function(){!Pt&&rt&&A(rt,"display","none")},Gt=function(){!Pt&&rt&&A(rt,"display","")};Nt&&!I&&document.addEventListener("click",(function(t){if(kt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),kt=!1,!1}),!0);var Rt=function(t){if(it){var e=(r=(t=t.touches?t.touches[0]:t).clientX,o=t.clientY,Tt.some((function(t){var e=t[V].options.emptyInsertThreshold;if(e&&!L(t)){var i=H(t);return r>=i.left-e&&r<=i.right+e&&o>=i.top-e&&o<=i.bottom+e?s=t:void 0}})),s);if(e){var i={};for(var n in t)t.hasOwnProperty(n)&&(i[n]=t[n]);i.target=i.rootEl=e,i.preventDefault=void 0,i.stopPropagation=void 0,e[V]._onDragOver(i)}}var r,o,s},Xt=function(t){it&&it.parentNode[V]._isOutsideThisEl(t.target)};function Yt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=b({},e),t[V]=this;var i,n,r={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Bt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Yt.supportPointer&&"PointerEvent"in window&&!z,emptyInsertThreshold:5};for(var o in K.initializePlugins(this,t,r),r)!(o in e)&&(e[o]=r[o]);for(var s in Lt(e),this)"_"===s.charAt(0)&&"function"==typeof this[s]&&(this[s]=this[s].bind(this));this.nativeDraggable=!e.forceFallback&&Ht,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?O(t,"pointerdown",this._onTapStart):(O(t,"mousedown",this._onTapStart),O(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(O(t,"dragover",this),O(t,"dragenter",this)),Tt.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),b(this,(n=[],{captureAnimationState:function(){n=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==A(t,"display")&&t!==Yt.ghost){n.push({target:t,rect:H(t)});var e=d({},n[n.length-1].rect);if(t.thisAnimationDuration){var i=N(t,!0);i&&(e.top-=i.f,e.left-=i.e)}t.fromRect=e}}))},addAnimationState:function(t){n.push(t)},removeAnimationState:function(t){n.splice(function(t,e){for(var i in t)if(t.hasOwnProperty(i))for(var n in e)if(e.hasOwnProperty(n)&&e[n]===t[i][n])return Number(i);return-1}(n,{target:t}),1)},animateAll:function(t){var e=this;if(!this.options.animation)return clearTimeout(i),void("function"==typeof t&&t());var r=!1,o=0;n.forEach((function(t){var i=0,n=t.target,s=n.fromRect,a=H(n),l=n.prevFromRect,u=n.prevToRect,h=t.rect,c=N(n,!0);c&&(a.top-=c.f,a.left-=c.e),n.toRect=a,n.thisAnimationDuration&&X(l,a)&&!X(s,a)&&(h.top-a.top)/(h.left-a.left)==(s.top-a.top)/(s.left-a.left)&&(i=function(t,e,i,n){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-i.top,2)+Math.pow(e.left-i.left,2))*n.animation}(h,l,u,e.options)),X(a,s)||(n.prevFromRect=s,n.prevToRect=a,i||(i=e.options.animation),e.animate(n,h,a,i)),i&&(r=!0,o=Math.max(o,i),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout((function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null}),i),n.thisAnimationDuration=i)})),clearTimeout(i),r?i=setTimeout((function(){"function"==typeof t&&t()}),o):"function"==typeof t&&t(),n=[]},animate:function(t,e,i,n){if(n){A(t,"transition",""),A(t,"transform","");var r=N(this.el),o=(e.left-i.left)/(r&&r.a||1),s=(e.top-i.top)/(r&&r.d||1);t.animatingX=!!o,t.animatingY=!!s,A(t,"transform","translate3d("+o+"px,"+s+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),A(t,"transition","transform "+n+"ms"+(this.options.easing?" "+this.options.easing:"")),A(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){A(t,"transition",""),A(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),n)}}}))}function $t(t,e,i,n,r,o,s,a){var l,u,h=t[V],c=h.options.onMove;return!window.CustomEvent||w||y?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=i,l.draggedRect=n,l.related=r||e,l.relatedRect=o||H(e),l.willInsertAfter=a,l.originalEvent=s,t.dispatchEvent(l),c&&(u=c.call(h,l,s)),u}function Jt(t){t.draggable=!1}function Vt(){jt=!1}function Zt(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,i=e.length,n=0;i--;)n+=e.charCodeAt(i);return n.toString(36)}function qt(t){return setTimeout(t,0)}function Kt(t){return clearTimeout(t)}Yt.prototype={constructor:Yt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(xt=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,it):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,i=this.el,n=this.options,r=n.preventOnFilter,o=t.type,s=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,a=(s||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||a,u=n.filter;if(function(t){At.length=0;for(var e=t.getElementsByTagName("input"),i=e.length;i--;){var n=e[i];n.checked&&At.push(n)}}(i),!it&&!(/mousedown|pointerdown/.test(o)&&0!==t.button||n.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!z||!a||"SELECT"!==a.tagName.toUpperCase())&&!((a=_(a,n.draggable,i,!1))&&a.animated||at===a)){if(ht=U(a),ft=U(a,n.draggable),"function"==typeof u){if(u.call(this,t,a,this))return et({sortable:e,rootEl:l,name:"filter",targetEl:a,toEl:i,fromEl:i}),tt("filter",e,{evt:t}),void(r&&t.cancelable&&t.preventDefault())}else if(u&&(u=u.split(",").some((function(n){if(n=_(l,n.trim(),i,!1))return et({sortable:e,rootEl:n,name:"filter",targetEl:a,fromEl:i,toEl:i}),tt("filter",e,{evt:t}),!0}))))return void(r&&t.cancelable&&t.preventDefault());n.handle&&!_(l,n.handle,i,!1)||this._prepareDragStart(t,s,a)}}},_prepareDragStart:function(t,e,i){var n,r=this,o=r.el,s=r.options,a=o.ownerDocument;if(i&&!it&&i.parentNode===o){var l=H(i);if(ot=o,nt=(it=i).parentNode,st=it.nextSibling,at=i,vt=s.group,Yt.dragged=it,yt=(bt={target:it,clientX:(e||t).clientX,clientY:(e||t).clientY}).clientX-l.left,Et=bt.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,it.style["will-change"]="all",n=function(){tt("delayEnded",r,{evt:t}),Yt.eventCanceled?r._onDrop():(r._disableDelayedDragEvents(),!E&&r.nativeDraggable&&(it.draggable=!0),r._triggerDragStart(t,e),et({sortable:r,name:"choose",originalEvent:t}),j(it,s.chosenClass,!0))},s.ignore.split(",").forEach((function(t){F(it,t.trim(),Jt)})),O(a,"dragover",Rt),O(a,"mousemove",Rt),O(a,"touchmove",Rt),O(a,"mouseup",r._onDrop),O(a,"touchend",r._onDrop),O(a,"touchcancel",r._onDrop),E&&this.nativeDraggable&&(this.options.touchStartThreshold=4,it.draggable=!0),tt("delayStart",this,{evt:t}),!s.delay||s.delayOnTouchOnly&&!e||this.nativeDraggable&&(y||w))n();else{if(Yt.eventCanceled)return void this._onDrop();O(a,"mouseup",r._disableDelayedDrag),O(a,"touchend",r._disableDelayedDrag),O(a,"touchcancel",r._disableDelayedDrag),O(a,"mousemove",r._delayedDragTouchMoveHandler),O(a,"touchmove",r._delayedDragTouchMoveHandler),s.supportPointer&&O(a,"pointermove",r._delayedDragTouchMoveHandler),r._dragStartTimer=setTimeout(n,s.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){it&&Jt(it),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;M(t,"mouseup",this._disableDelayedDrag),M(t,"touchend",this._disableDelayedDrag),M(t,"touchcancel",this._disableDelayedDrag),M(t,"mousemove",this._delayedDragTouchMoveHandler),M(t,"touchmove",this._delayedDragTouchMoveHandler),M(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?O(document,this.options.supportPointer?"pointermove":e?"touchmove":"mousemove",this._onTouchMove):(O(it,"dragend",this),O(ot,"dragstart",this._onDragStart));try{document.selection?qt((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(i){}},_dragStarted:function(t,e){if(Mt=!1,ot&&it){tt("dragStarted",this,{evt:e}),this.nativeDraggable&&O(document,"dragover",Xt);var i=this.options;!t&&j(it,i.dragClass,!1),j(it,i.ghostClass,!0),Yt.active=this,t&&this._appendGhost(),et({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(pt){this._lastX=pt.clientX,this._lastY=pt.clientY,Ut();for(var t=document.elementFromPoint(pt.clientX,pt.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(pt.clientX,pt.clientY))!==e;)e=t;if(it.parentNode[V]._isOutsideThisEl(t),e)do{if(e[V]&&e[V]._onDragOver({clientX:pt.clientX,clientY:pt.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break;t=e}while(e=e.parentNode);Gt()}},_onTouchMove:function(t){if(bt){var e=this.options,i=e.fallbackTolerance,n=e.fallbackOffset,r=t.touches?t.touches[0]:t,o=rt&&N(rt,!0),s=rt&&o&&o.a,a=rt&&o&&o.d,l=Ft&&Ot&&G(Ot),u=(r.clientX-bt.clientX+n.x)/(s||1)+(l?l[0]-Dt[0]:0)/(s||1),h=(r.clientY-bt.clientY+n.y)/(a||1)+(l?l[1]-Dt[1]:0)/(a||1);if(!Yt.active&&!Mt){if(i&&Math.max(Math.abs(r.clientX-this._lastX),Math.abs(r.clientY-this._lastY))<i)return;this._onDragStart(t,!0)}if(rt){o?(o.e+=u-(gt||0),o.f+=h-(wt||0)):o={a:1,b:0,c:0,d:1,e:u,f:h};var c="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");A(rt,"webkitTransform",c),A(rt,"mozTransform",c),A(rt,"msTransform",c),A(rt,"transform",c),gt=u,wt=h,pt=r}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!rt){var t=this.options.fallbackOnBody?document.body:ot,e=H(it,!0,Ft,!0,t),i=this.options;if(Ft){for(Ot=t;"static"===A(Ot,"position")&&"none"===A(Ot,"transform")&&Ot!==document;)Ot=Ot.parentNode;Ot!==document.body&&Ot!==document.documentElement?(Ot===document&&(Ot=W()),e.top+=Ot.scrollTop,e.left+=Ot.scrollLeft):Ot=W(),Dt=G(Ot)}j(rt=it.cloneNode(!0),i.ghostClass,!1),j(rt,i.fallbackClass,!0),j(rt,i.dragClass,!0),A(rt,"transition",""),A(rt,"transform",""),A(rt,"box-sizing","border-box"),A(rt,"margin",0),A(rt,"top",e.top),A(rt,"left",e.left),A(rt,"width",e.width),A(rt,"height",e.height),A(rt,"opacity","0.8"),A(rt,"position",Ft?"absolute":"fixed"),A(rt,"zIndex","100000"),A(rt,"pointerEvents","none"),Yt.ghost=rt,t.appendChild(rt),A(rt,"transform-origin",yt/parseInt(rt.style.width)*100+"% "+Et/parseInt(rt.style.height)*100+"%")}},_onDragStart:function(t,e){var i=this,n=t.dataTransfer,r=i.options;tt("dragStart",this,{evt:t}),Yt.eventCanceled?this._onDrop():(tt("setupClone",this),Yt.eventCanceled||((lt=J(it)).removeAttribute("id"),lt.draggable=!1,lt.style["will-change"]="",this._hideClone(),j(lt,this.options.chosenClass,!1),Yt.clone=lt),i.cloneId=qt((function(){tt("clone",i),Yt.eventCanceled||(i.options.removeCloneOnHide||ot.insertBefore(lt,it),i._hideClone(),et({sortable:i,name:"clone"}))})),!e&&j(it,r.dragClass,!0),e?(kt=!0,i._loopId=setInterval(i._emulateDragOver,50)):(M(document,"mouseup",i._onDrop),M(document,"touchend",i._onDrop),M(document,"touchcancel",i._onDrop),n&&(n.effectAllowed="move",r.setData&&r.setData.call(i,n,it)),O(document,"drop",i),A(it,"transform","translateZ(0)")),Mt=!0,i._dragStartId=qt(i._dragStarted.bind(i,e,t)),O(document,"selectstart",i),zt=!0,z&&A(document.body,"user-select","none"))},_onDragOver:function(t){var e,i,n,r,o=this.el,s=t.target,a=this.options,l=a.group,u=Yt.active,h=vt===l,c=a.sort,f=mt||u,v=this,m=!1;if(!jt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=_(s,a.draggable,o,!0),C("dragOver"),Yt.eventCanceled)return m;if(it.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||v._ignoreWhileAnimating===s)return N(!1);if(kt=!1,u&&!a.disabled&&(h?c||(n=nt!==ot):mt===this||(this.lastPutMode=vt.checkPull(this,u,it,t))&&l.checkPut(this,u,it,t))){if(r="vertical"===this._getDirection(t,s),e=H(it),C("dragOverValid"),Yt.eventCanceled)return m;if(n)return nt=ot,D(),this._hideClone(),C("revert"),Yt.eventCanceled||(st?ot.insertBefore(it,st):ot.appendChild(it)),N(!0);var b=L(o,a.draggable);if(!b||function(t,e,i){var n=H(L(i.el,i.options.draggable));return e?t.clientX>n.right+10||t.clientX<=n.right&&t.clientY>n.bottom&&t.clientX>=n.left:t.clientX>n.right&&t.clientY>n.top||t.clientX<=n.right&&t.clientY>n.bottom+10}(t,r,this)&&!b.animated){if(b===it)return N(!1);if(b&&o===t.target&&(s=b),s&&(i=H(s)),!1!==$t(ot,o,it,e,s,i,t,!!s))return D(),b&&b.nextSibling?o.insertBefore(it,b.nextSibling):o.appendChild(it),nt=o,F(),N(!0)}else if(b&&function(t,e,i){var n=H(B(i.el,0,i.options,!0));return e?t.clientX<n.left-10||t.clientY<n.top&&t.clientX<n.right:t.clientY<n.top-10||t.clientY<n.bottom&&t.clientX<n.left}(t,r,this)){var p=B(o,0,a,!0);if(p===it)return N(!1);if(i=H(s=p),!1!==$t(ot,o,it,e,s,i,t,!1))return D(),o.insertBefore(it,p),nt=o,F(),N(!0)}else if(s.parentNode===o){i=H(s);var g,w,y,E=it.parentNode!==o,z=!function(t,e,i){var n=i?t.left:t.top,r=i?e.left:e.top;return n===r||(i?t.right:t.bottom)===(i?e.right:e.bottom)||n+(i?t.width:t.height)/2===r+(i?e.width:e.height)/2}(it.animated&&it.toRect||e,s.animated&&s.toRect||i,r),x=r?"top":"left",I=P(s,"top","top")||P(it,"top","top"),S=I?I.scrollTop:void 0;if(xt!==s&&(w=i[x],_t=!1,Ct=!z&&a.invertSwap||E),0!==(g=function(t,e,i,n,r,o,s,a){var l=n?t.clientY:t.clientX,u=n?i.height:i.width,h=n?i.top:i.left,c=n?i.bottom:i.right,f=!1;if(!s)if(a&&St<u*r){if(!_t&&(1===It?l>h+u*o/2:l<c-u*o/2)&&(_t=!0),_t)f=!0;else if(1===It?l<h+St:l>c-St)return-It}else if(l>h+u*(1-r)/2&&l<c-u*(1-r)/2)return function(t){return U(it)<U(t)?1:-1}(e);return(f=f||s)&&(l<h+u*o/2||l>c-u*o/2)?l>h+u/2?1:-1:0}(t,s,i,r,z?1:a.swapThreshold,null==a.invertedSwapThreshold?a.swapThreshold:a.invertedSwapThreshold,Ct,xt===s))){var O=U(it);do{y=nt.children[O-=g]}while(y&&("none"===A(y,"display")||y===rt))}if(0===g||y===s)return N(!1);xt=s,It=g;var M=s.nextElementSibling,k=!1,T=$t(ot,o,it,e,s,i,t,k=1===g);if(!1!==T)return 1!==T&&-1!==T||(k=1===T),jt=!0,setTimeout(Vt,30),D(),k&&!M?o.appendChild(it):s.parentNode.insertBefore(it,k?M:s),I&&$(I,0,S-I.scrollTop),nt=it.parentNode,void 0===w||Ct||(St=Math.abs(w-H(s)[x])),F(),N(!0)}if(o.contains(it))return N(!1)}return!1}function C(a,l){tt(a,v,d({evt:t,isOwner:h,axis:r?"vertical":"horizontal",revert:n,dragRect:e,targetRect:i,canSort:c,fromSortable:f,target:s,completed:N,onMove:function(i,n){return $t(ot,o,it,e,i,H(i),t,n)},changed:F},l))}function D(){C("dragOverAnimationCapture"),v.captureAnimationState(),v!==f&&f.captureAnimationState()}function N(e){return C("dragOverCompleted",{insertion:e}),e&&(h?u._hideClone():u._showClone(v),v!==f&&(j(it,mt?mt.options.ghostClass:u.options.ghostClass,!1),j(it,a.ghostClass,!0)),mt!==v&&v!==Yt.active?mt=v:v===Yt.active&&mt&&(mt=null),f===v&&(v._ignoreWhileAnimating=s),v.animateAll((function(){C("dragOverAnimationComplete"),v._ignoreWhileAnimating=null})),v!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(s===it&&!it.animated||s===o&&!s.animated)&&(xt=null),a.dragoverBubble||t.rootEl||s===document||(it.parentNode[V]._isOutsideThisEl(t.target),!e&&Rt(t)),!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),m=!0}function F(){ct=U(it),dt=U(it,a.draggable),et({sortable:v,name:"change",toEl:o,newIndex:ct,newDraggableIndex:dt,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){M(document,"mousemove",this._onTouchMove),M(document,"touchmove",this._onTouchMove),M(document,"pointermove",this._onTouchMove),M(document,"dragover",Rt),M(document,"mousemove",Rt),M(document,"touchmove",Rt)},_offUpEvents:function(){var t=this.el.ownerDocument;M(t,"mouseup",this._onDrop),M(t,"touchend",this._onDrop),M(t,"pointerup",this._onDrop),M(t,"touchcancel",this._onDrop),M(document,"selectstart",this)},_onDrop:function(t){var e=this.el,i=this.options;ct=U(it),dt=U(it,i.draggable),tt("drop",this,{evt:t}),nt=it&&it.parentNode,ct=U(it),dt=U(it,i.draggable),Yt.eventCanceled||(Mt=!1,Ct=!1,_t=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Kt(this.cloneId),Kt(this._dragStartId),this.nativeDraggable&&(M(document,"drop",this),M(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),z&&A(document.body,"user-select",""),A(it,"transform",""),t&&(zt&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),rt&&rt.parentNode&&rt.parentNode.removeChild(rt),(ot===nt||mt&&"clone"!==mt.lastPutMode)&&lt&&lt.parentNode&&lt.parentNode.removeChild(lt),it&&(this.nativeDraggable&&M(it,"dragend",this),Jt(it),it.style["will-change"]="",zt&&!Mt&&j(it,mt?mt.options.ghostClass:this.options.ghostClass,!1),j(it,this.options.chosenClass,!1),et({sortable:this,name:"unchoose",toEl:nt,newIndex:null,newDraggableIndex:null,originalEvent:t}),ot!==nt?(ct>=0&&(et({rootEl:nt,name:"add",toEl:nt,fromEl:ot,originalEvent:t}),et({sortable:this,name:"remove",toEl:nt,originalEvent:t}),et({rootEl:nt,name:"sort",toEl:nt,fromEl:ot,originalEvent:t}),et({sortable:this,name:"sort",toEl:nt,originalEvent:t})),mt&&mt.save()):ct!==ht&&ct>=0&&(et({sortable:this,name:"update",toEl:nt,originalEvent:t}),et({sortable:this,name:"sort",toEl:nt,originalEvent:t})),Yt.active&&(null!=ct&&-1!==ct||(ct=ht,dt=ft),et({sortable:this,name:"end",toEl:nt,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){tt("nulling",this),ot=it=nt=rt=st=lt=at=ut=bt=pt=zt=ct=dt=ht=ft=xt=It=mt=vt=Yt.dragged=Yt.ghost=Yt.clone=Yt.active=null,At.forEach((function(t){t.checked=!0})),At.length=gt=wt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":it&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],i=this.el.children,n=0,r=i.length,o=this.options;n<r;n++)_(t=i[n],o.draggable,this.el,!1)&&e.push(t.getAttribute(o.dataIdAttr)||Zt(t));return e},sort:function(t,e){var i={},n=this.el;this.toArray().forEach((function(t,e){var r=n.children[e];_(r,this.options.draggable,n,!1)&&(i[t]=r)}),this),e&&this.captureAnimationState(),t.forEach((function(t){i[t]&&(n.removeChild(i[t]),n.appendChild(i[t]))})),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return _(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var i=this.options;if(void 0===e)return i[t];var n=K.modifyOption(this,t,e);i[t]=void 0!==n?n:e,"group"===t&&Lt(i)},destroy:function(){tt("destroy",this);var t=this.el;t[V]=null,M(t,"mousedown",this._onTapStart),M(t,"touchstart",this._onTapStart),M(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(M(t,"dragover",this),M(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),Tt.splice(Tt.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!ut){if(tt("hideClone",this),Yt.eventCanceled)return;A(lt,"display","none"),this.options.removeCloneOnHide&&lt.parentNode&&lt.parentNode.removeChild(lt),ut=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(ut){if(tt("showClone",this),Yt.eventCanceled)return;it.parentNode!=ot||this.options.group.revertClone?st?ot.insertBefore(lt,st):ot.appendChild(lt):ot.insertBefore(lt,it),this.options.group.revertClone&&this.animate(it,lt),A(lt,"display",""),ut=!1}}else this._hideClone()}},Nt&&O(document,"touchmove",(function(t){(Yt.active||Mt)&&t.cancelable&&t.preventDefault()})),Yt.utils={on:O,off:M,css:A,find:F,is:function(t,e){return!!_(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t},throttle:Y,closest:_,toggleClass:j,clone:J,index:U,nextTick:qt,cancelNextTick:Kt,detectDirection:Bt,getChild:B},Yt.get=function(t){return t[V]},Yt.mount=function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];e[0].constructor===Array&&(e=e[0]),e.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Yt.utils=d(d({},Yt.utils),t.utils)),K.mount(t)}))},Yt.create=function(t,e){return new Yt(t,e)},Yt.version="1.15.0";var Qt,te,ee,ie,ne,re,oe=[],se=!1;function ae(){oe.forEach((function(t){clearInterval(t.pid)})),oe=[]}function le(){clearInterval(re)}var ue=Y((function(t,e,i,n){if(e.scroll){var r,o=(t.touches?t.touches[0]:t).clientX,s=(t.touches?t.touches[0]:t).clientY,a=e.scrollSensitivity,l=e.scrollSpeed,u=W(),h=!1;te!==i&&(te=i,ae(),r=e.scrollFn,!0===(Qt=e.scroll)&&(Qt=R(i,!0)));var c=0,f=Qt;do{var d=f,v=H(d),m=v.top,b=v.bottom,p=v.left,g=v.right,w=v.width,y=v.height,E=void 0,z=void 0,x=d.scrollWidth,I=d.scrollHeight,S=A(d),O=d.scrollLeft,M=d.scrollTop;d===u?(E=w<x&&("auto"===S.overflowX||"scroll"===S.overflowX||"visible"===S.overflowX),z=y<I&&("auto"===S.overflowY||"scroll"===S.overflowY||"visible"===S.overflowY)):(E=w<x&&("auto"===S.overflowX||"scroll"===S.overflowX),z=y<I&&("auto"===S.overflowY||"scroll"===S.overflowY));var k=E&&(Math.abs(g-o)<=a&&O+w<x)-(Math.abs(p-o)<=a&&!!O),T=z&&(Math.abs(b-s)<=a&&M+y<I)-(Math.abs(m-s)<=a&&!!M);if(!oe[c])for(var _=0;_<=c;_++)oe[_]||(oe[_]={});oe[c].vx==k&&oe[c].vy==T&&oe[c].el===d||(oe[c].el=d,oe[c].vx=k,oe[c].vy=T,clearInterval(oe[c].pid),0==k&&0==T||(h=!0,oe[c].pid=setInterval(function(){n&&0===this.layer&&Yt.active._onTouchMove(ne);var e=oe[this.layer].vy?oe[this.layer].vy*l:0,i=oe[this.layer].vx?oe[this.layer].vx*l:0;"function"==typeof r&&"continue"!==r.call(Yt.dragged.parentNode[V],i,e,t,ne,oe[this.layer].el)||$(oe[this.layer].el,i,e)}.bind({layer:c}),24))),c++}while(e.bubbleScroll&&f!==u&&(f=R(f,!1)));se=h}}),30),he=function(t){var e=t.originalEvent,i=t.putSortable,n=t.dragEl,r=t.dispatchSortableEvent,o=t.unhideGhostForTarget;if(e){var s=i||t.activeSortable;(0,t.hideGhostForTarget)();var a=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,l=document.elementFromPoint(a.clientX,a.clientY);o(),s&&!s.el.contains(l)&&(r("spill"),this.onSpill({dragEl:n,putSortable:i}))}};function ce(){}function fe(){}ce.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var e=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var n=B(this.sortable.el,this.startIndex,this.options);n?this.sortable.el.insertBefore(e,n):this.sortable.el.appendChild(e),this.sortable.animateAll(),i&&i.animateAll()},drop:he},b(ce,{pluginName:"revertOnSpill"}),fe.prototype={onSpill:function(t){var e=t.dragEl,i=t.putSortable||this.sortable;i.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),i.animateAll()},drop:he},b(fe,{pluginName:"removeOnSpill"}),Yt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?O(document,"dragover",this._handleAutoScroll):O(document,this.options.supportPointer?"pointermove":e.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?M(document,"dragover",this._handleAutoScroll):(M(document,"pointermove",this._handleFallbackAutoScroll),M(document,"touchmove",this._handleFallbackAutoScroll),M(document,"mousemove",this._handleFallbackAutoScroll)),le(),ae(),clearTimeout(C),C=void 0},nulling:function(){ne=te=Qt=se=re=ee=ie=null,oe.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var i=this,n=(t.touches?t.touches[0]:t).clientX,r=(t.touches?t.touches[0]:t).clientY,o=document.elementFromPoint(n,r);if(ne=t,e||this.options.forceAutoScrollFallback||y||w||z){ue(t,this.options,o,e);var s=R(o,!0);!se||re&&n===ee&&r===ie||(re&&le(),re=setInterval((function(){var o=R(document.elementFromPoint(n,r),!0);o!==s&&(s=o,ae()),ue(t,i.options,o,e)}),10),ee=n,ie=r)}else{if(!this.options.bubbleScroll||R(o,!0)===W())return void ae();ue(t,this.options,R(o,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Yt.mount(fe,ce);let de=0;const ve=class{constructor(i){t(this,i),this.stzhUpdate=e(this,"stzhUpdate",7),this.disabled=!1,this.dataIdAttribute="data-id",this.container=()=>{var t;return null===(t=this.containerElement)||void 0===t?void 0:t.firstElementChild},this.filterElements=["[data-stzh-sortable-filtered]","[sortable-disabled]","button","a[href]","input","select","textarea","label","iframe","details","area","stzh-sortable"],this.selectedItem=null,this.resetItemOnBlur=!1,this.init=()=>{this.getContainer()&&Array.from(this.getContainer().children).forEach((t=>{t.classList.add("is-sortable-item"),t.addEventListener("blur",this.onBlur),t.addEventListener("keydown",this.onKeydown),t.setAttribute("tabindex","0"),t.setAttribute("aria-describedby",`${this.sortableId}-description`)}))},this.updated=async t=>{let e,i,n;t?(e=t.newIndex,i=t.oldIndex,n=t.item):(e=this.getIndexOfSelectedItem(),i=this.lastIndex,n=this.selectedItem),e!==i&&this.stzhUpdate.emit({component:"stzh-sortable",data:await this.toArray(),item:n,newIndex:e,oldIndex:i})},this.onKeydown=t=>{const e=t.currentTarget;if(!this.getContainer()||this.disabled)return;(" "===t.key||"Tab"===t.key&&this.selectedItem&&this.selectedItem===t.currentTarget)&&t.preventDefault();const i=e.matches(this._filterElements.join(", "));" "!==t.key||i?"Escape"===t.key&&this.selectedItem?(this.resetItemOnBlur=!1,this.updateAriaLive(this.localization.canceled),this.resetActiveItem(!0)):"ArrowUp"===t.key?this.selectedItem?this.moveItem(this.selectedItem,"up"):this.focusItem(e.previousElementSibling):"ArrowDown"===t.key&&(this.selectedItem?this.moveItem(this.selectedItem,"down"):this.focusItem(e.nextElementSibling)):this.selectedItem?(this.resetItemOnBlur=!1,this.updateAriaLive(this.localization.dropped),this.updated(),this.resetActiveItem()):(this.selectedItem=e,this.selectedItem.parentElement.classList.add("has-item-selected"),this.selectedItem.classList.add("is-selected"),this.lastIndex=this.getIndexOfSelectedItem(),this.resetItemOnBlur=!0,this.updateAriaLive(this.localization.started))},this.onBlur=()=>{this.resetItemOnBlur&&(this.resetItemOnBlur=!1,this.updateAriaLive(this.localization.dropped),this.updated(),this.resetActiveItem())}}async toArray(){return this.sortable.toArray()}async sort(t,e=!0){return this.sortable.sort(t,e)}async moveItem(t,e){!t||!t.nextElementSibling&&"down"===e||!t.previousElementSibling&&"up"===e||(this.resetItemOnBlur=!1,"up"===e?t.previousElementSibling.before(t):"down"===e&&t.nextElementSibling.after(t),this.updateAriaLive(this.localization.moved,t),this.focusItem(t),this.resetItemOnBlur=!0)}filterElementsWatcher(t){this._filterElements="string"==typeof t?JSON.parse(t):t}getContainer(){return"function"==typeof this.container?this.container():this.container}updateAriaLive(t,e=this.selectedItem){if(!this.getContainer())return;if(e){const i=e.getAttribute("aria-label")||"",n=this.getIndexOfSelectedItem(e);t=t.replace("{title}",i).replace("{current}",(n+1).toString())}const i=this.getContainer().children.length;t=t.replace("{total}",i.toString()),this.ariaLiveElement.textContent=t}getIndexOfSelectedItem(t=this.selectedItem){if(t)return Array.from(t.parentElement.children).indexOf(t)}resetActiveItem(t=!1){if(!this.selectedItem)return;const e=this.getIndexOfSelectedItem(),i=this.selectedItem.parentElement;t&&this.lastIndex!==e&&(this.lastIndex>e?i.children[this.lastIndex].after(this.selectedItem):i.children[this.lastIndex].before(this.selectedItem),this.selectedItem.focus()),i.classList.remove("has-item-selected"),this.selectedItem.classList.remove("is-selected"),this.selectedItem=null,this.lastIndex=null}focusItem(t){if(!t)return;t.focus();const e=document.querySelector("stzh-flyingfocus");e&&e.reposition(),function(t,e){var i=t.isConnected||t.ownerDocument.documentElement.contains(t);if(c(e)&&"function"==typeof e.behavior)return e.behavior(i?h(t,e):[]);if(i){var n=function(t){return!1===t?{block:"end",inline:"nearest"}:c(t)?t:{block:"start",inline:"nearest"}}(e);(function(t,e){void 0===e&&(e="auto");var i="scrollBehavior"in document.body.style;t.forEach((function(t){var n=t.el,r=t.top,o=t.left;n.scroll&&i?n.scroll({top:r,left:o,behavior:e}):(n.scrollTop=r,n.scrollLeft=o)}))})(h(t,n),n.behavior)}}(t,{scrollMode:"if-needed",block:"nearest",inline:"nearest"})}async componentWillLoad(){this.sortableId="stzh-sortable-"+de++,this.filterElementsWatcher(this.filterElements),this.localization||(this.localization=await o(this.element,"sortable"))}componentWillUpdate(){this.sortable&&(this.sortable.destroy(),this.sortable=null)}componentDidRender(){this.sortable||(this.sortable=new Yt(this.getContainer(),{animation:150,filter:this._filterElements.join(", "),ghostClass:"is-ghost",chosenClass:"is-chosen",dragClass:"is-drag",dataIdAttr:this.dataIdAttribute,preventOnFilter:!1,forceFallback:!0,delay:200,delayOnTouchOnly:!0,disabled:this.disabled,onUpdate:this.updated}))}connectedCallback(){this.init(),this.observer=new MutationObserver(this.init),this.observer.observe(this.element,{childList:!0,subtree:!0})}disconnectedCallback(){this.observer.disconnect(),this.sortable&&(this.sortable.destroy(),this.sortable=null)}render(){return i(n,null,i("div",{class:{"stzh-sortable":!0}},i("div",{id:`${this.sortableId}-description`,class:"stzh-sortable__description"},this.localization.description),i("div",{ref:t=>this.ariaLiveElement=t,"aria-live":"assertive",class:"stzh-sortable__aria-live"}),i("div",{ref:t=>this.containerElement=t,class:"stzh-sortable__container"},i("slot",null))))}get element(){return r(this)}static get watchers(){return{filterElements:["filterElementsWatcher"]}}};ve.style='.sc-stzh-sortable-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-sortable-h{display:none}.sc-stzh-sortable-h *.sc-stzh-sortable,.sc-stzh-sortable-h *.sc-stzh-sortable::before,.sc-stzh-sortable-h *.sc-stzh-sortable::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-sortable-h{--unselected-item-opacity:0.6;--ghost-item-background:var(--stzh-color-grey5);--ghost-item-box-shadow:inset 0 0 0.5rem rgba(0, 0, 0, 0.32)}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item{position:relative;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:move;cursor:-webkit-grab;cursor:grab}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-chosen,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-selected{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag{opacity:1 !important}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost{z-index:0}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost::after{z-index:99;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ghost-item-background);-webkit-box-shadow:var(--ghost-item-box-shadow);box-shadow:var(--ghost-item-box-shadow)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item{opacity:var(--unselected-item-opacity)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item.is-selected{opacity:1}.stzh-sortable__description.sc-stzh-sortable,.stzh-sortable__aria-live.sc-stzh-sortable{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}';export{ve as stzh_sortable}
@@ -0,0 +1 @@
1
+ System.register([],(function(t){"use strict";return{execute:function(){t({D:void 0,a:u,b:o,c:D,d:y,e:f,f:g,g:M,h:d,i:i,j:s,k:v,l:l,p:a,s:c});var e=/^(\d{4})-(\d{2})-(\d{2})$/;var n;(function(t){t[t["Sunday"]=0]="Sunday";t[t["Monday"]=1]="Monday";t[t["Tuesday"]=2]="Tuesday";t[t["Wednesday"]=3]="Wednesday";t[t["Thursday"]=4]="Thursday";t[t["Friday"]=5]="Friday";t[t["Saturday"]=6]="Saturday"})(n||(n=t("D",{})));function r(t,e,n){var r=parseInt(n,10);var a=parseInt(e,10);var u=parseInt(t,10);var i=Number.isInteger(u)&&Number.isInteger(a)&&Number.isInteger(r)&&a>0&&a<=12&&r>0&&r<=31&&u>0;if(i){return new Date(u,a-1,r)}}function a(t){if(!t){return}var n=t.match(e);if(n){return r(n[1],n[2],n[3])}}function u(t){if(!t){return""}var e=t.getDate().toString(10);var n=(t.getMonth()+1).toString(10);var r=t.getFullYear().toString(10);if(t.getDate()<10){e="0".concat(e)}if(t.getMonth()<9){n="0".concat(n)}return"".concat(r,"-").concat(n,"-").concat(e)}function i(t,e){if(t==null||e==null){return false}return o(t,e)&&t.getDate()===e.getDate()}function o(t,e){if(t==null||e==null){return false}return t.getFullYear()===e.getFullYear()&&t.getMonth()===e.getMonth()}function f(t,e){var n=new Date(t);n.setDate(n.getDate()+e);return n}function c(t,e){if(e===void 0){e=n.Monday}var r=new Date(t);var a=r.getDay();var u=(a<e?7:0)+a-e;r.setDate(r.getDate()-u);return r}function g(t,e){if(e===void 0){e=n.Monday}var r=new Date(t);var a=r.getDay();var u=(a<e?-7:0)+6-(a-e);r.setDate(r.getDate()+u);return r}function s(t){return new Date(t.getFullYear(),t.getMonth(),1)}function v(t){return new Date(t.getFullYear(),t.getMonth()+1,0)}function d(t,e){var n=new Date(t);n.setMonth(e);return n}function l(t,e){var n=new Date(t);n.setFullYear(e);return n}function D(t,e,n){return y(t,e,n)===t}function y(t,e,n){var r=t.getTime();if(e&&e instanceof Date&&r<e.getTime()){return e}if(n&&n instanceof Date&&r>n.getTime()){return n}return t}function h(t,e){var n=[];var r=t;while(!i(r,e)){n.push(r);r=f(r,1)}n.push(r);return n}function M(t,e){if(e===void 0){e=n.Monday}var r=c(s(t),e);var a=g(v(t),e);return h(r,a)}}}}));
@@ -0,0 +1 @@
1
+ var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function o(e,n,o){return e(o={path:n,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},o.exports),o.exports}export{e as a,o as c,n as g}
@@ -0,0 +1 @@
1
+ import{r as s,h as t,a as o,g as i}from"./p-65282c9d.js";import{s as c}from"./p-42430cdf.js";const a=class{constructor(t){s(this,t),this.variant="form",this.withBorder=!1,this.init=()=>{const s=this.element.querySelectorAll('stzh-button[slot="secondary"], [slot="secondary"] stzh-button'),t=this.element.querySelectorAll("stzh-button");s.forEach((s=>{c(s,{variant:"secondary"})})),t.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.disconnect()}render(){return t(o,null,t("div",{class:{"stzh-actions":!0,"stzh-actions--with-border":this.withBorder,[`stzh-actions--${this.variant}`]:!!this.variant}},t("div",{class:"stzh-actions__actions",role:"list"},t("div",{class:"stzh-actions__secondary-actions"},t("slot",{name:"secondary"})),t("div",{class:"stzh-actions__primary-actions"},t("slot",{name:"primary"})))))}get element(){return i(this)}};a.style=".sc-stzh-actions-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-actions-h{display:none}.sc-stzh-actions-h *.sc-stzh-actions,.sc-stzh-actions-h *.sc-stzh-actions::before,.sc-stzh-actions-h *.sc-stzh-actions::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-actions-h .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:1;flex-grow:1;margin:var(--stzh-space-xxsmall)}.stzh-actions__actions.sc-stzh-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:calc(var(--stzh-space-xxsmall) * -1)}@media screen and (min-width: 600px){.stzh-actions__actions.sc-stzh-actions{-ms-flex-direction:row;flex-direction:row}}.stzh-actions__primary-actions.sc-stzh-actions,.stzh-actions__secondary-actions.sc-stzh-actions{display:-ms-flexbox;display:flex}.stzh-actions--dialog.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:end;justify-content:flex-end}.stzh-actions--process.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:justify;justify-content:space-between}.stzh-actions--with-border.sc-stzh-actions{padding-top:var(--stzh-space-medium);border-top:0.0625rem solid var(--stzh-base-border-color)}";export{a as stzh_actions}
@@ -0,0 +1 @@
1
+ System.register(["./p-30b347ee.system.js"],(function(t){"use strict";var e,i,s,o;return{setters:[function(t){e=t.r;i=t.h;s=t.a;o=t.g}],execute:function(){var r='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M2 11.3333L9 18.6667L22 5.33334" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n';var n=":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}:host{--icon-checklist-visibility:hidden}:host::before{display:inline-block;position:absolute;left:0;top:0}.stzh-list-item__checkmark-icon{visibility:var(--icon-checklist-visibility);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0.0625rem;left:0}.stzh-list-item__checkmark-icon svg{width:1.5em;height:1.5em;display:block}";var l=t("stzh_list_item",function(){function t(t){e(this,t)}t.prototype.render=function(){var t={"stzh-list-item":true};return i(s,null,i("div",{class:t,role:"listitem"},i("div",{class:"stzh-list-item__checkmark-icon",innerHTML:r}),i("div",{class:"stzh-list-item__text"},i("slot",null))))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());l.style=n}}}));