@oiz/stzh-components 1.5.0-alpha → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (515) hide show
  1. package/dist/cjs/{app-globals-3b6f75bd.js → app-globals-ec8cc33e.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
  4. package/dist/cjs/stzh-actionset.cjs.entry.js +156 -0
  5. package/dist/cjs/stzh-badge_3.cjs.entry.js +39 -8
  6. package/dist/cjs/stzh-card-list.cjs.entry.js +78 -0
  7. package/dist/cjs/stzh-card.cjs.entry.js +312 -0
  8. package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
  9. package/dist/cjs/stzh-chip.cjs.entry.js +3 -1
  10. package/dist/cjs/stzh-components.cjs.js +2 -2
  11. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  12. package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
  13. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  14. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +5 -4
  16. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-dropdown.cjs.entry.js +4 -6
  18. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
  19. package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
  20. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  21. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  22. package/dist/cjs/stzh-input.cjs.entry.js +4 -5
  23. package/dist/cjs/stzh-link.cjs.entry.js +9 -5
  24. package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
  25. package/dist/cjs/stzh-message.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
  29. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-sortable.cjs.entry.js +20 -2
  32. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  33. package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
  34. package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
  35. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  37. package/dist/collection/assets/i18n/de.json +7 -2
  38. package/dist/collection/assets/i18n/en.json +7 -2
  39. package/dist/collection/assets/icons/mono/code-window.svg +3 -0
  40. package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
  41. package/dist/collection/assets/icons/mono/recycling.svg +10 -0
  42. package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
  43. package/dist/collection/assets/icons/mono/target.svg +11 -0
  44. package/dist/collection/collection-manifest.json +4 -2
  45. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
  46. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
  47. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
  48. package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
  49. package/dist/collection/components/stzh-actionset/stzh-actionset.js +343 -0
  50. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
  51. package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
  52. package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
  53. package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
  54. package/dist/collection/components/stzh-button/stzh-button.css +66 -0
  55. package/dist/collection/components/stzh-button/stzh-button.js +141 -7
  56. package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
  57. package/dist/collection/components/stzh-card/stzh-card.css +396 -0
  58. package/dist/collection/components/stzh-card/stzh-card.js +771 -0
  59. package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
  60. package/dist/collection/components/stzh-card/stzh-card.stories.js +134 -0
  61. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
  62. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.js → stzh-card-list/stzh-card-list.js} +61 -60
  63. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
  64. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
  65. package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
  66. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
  67. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
  68. package/dist/collection/components/stzh-cspace/stzh-cspace.css +96 -178
  69. package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
  70. package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
  71. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
  72. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
  73. package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
  74. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
  75. package/dist/collection/components/stzh-dialog/stzh-dialog.css +11 -20
  76. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
  77. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +7 -26
  78. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
  79. package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
  80. package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
  81. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +93 -28
  82. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  83. package/dist/collection/components/stzh-input/stzh-input.css +5 -5
  84. package/dist/collection/components/stzh-input/stzh-input.js +3 -24
  85. package/dist/collection/components/stzh-link/stzh-link.css +5 -0
  86. package/dist/collection/components/stzh-link/stzh-link.js +46 -6
  87. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
  88. package/dist/collection/components/stzh-message/stzh-message.css +5 -0
  89. package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
  90. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
  91. package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
  92. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +519 -338
  93. package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
  94. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +4 -3
  95. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
  96. package/dist/collection/components/stzh-richtext/stzh-richtext.css +233 -129
  97. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
  98. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
  99. package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
  100. package/dist/collection/components/stzh-sortable/stzh-sortable.js +40 -1
  101. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
  102. package/dist/collection/components/stzh-table/stzh-table.css +5 -0
  103. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
  104. package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
  105. package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
  106. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
  107. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
  108. package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
  109. package/dist/collection/pages/meinkonto.stories.js +93 -88
  110. package/dist/components/index.d.ts +4 -2
  111. package/dist/components/index.js +5 -3
  112. package/dist/components/stzh-accordion-item.js +51 -16
  113. package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
  114. package/dist/components/stzh-actionset.js +6 -0
  115. package/dist/components/stzh-actionset2.js +219 -0
  116. package/dist/components/stzh-badge2.js +10 -3
  117. package/dist/components/stzh-button2.js +36 -6
  118. package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
  119. package/dist/components/stzh-card-list.js +121 -0
  120. package/dist/components/stzh-card.d.ts +11 -0
  121. package/dist/components/stzh-card.js +393 -0
  122. package/dist/components/stzh-chip-select.js +63 -6
  123. package/dist/components/stzh-chip2.js +5 -1
  124. package/dist/components/stzh-cspace.js +1 -1
  125. package/dist/components/stzh-datalist.d.ts +11 -0
  126. package/dist/components/stzh-datalist.js +113 -0
  127. package/dist/components/stzh-datamessagelist-item.js +1 -1
  128. package/dist/components/stzh-datatable.js +1 -1
  129. package/dist/components/stzh-datepicker2.js +1 -2
  130. package/dist/components/stzh-dialog.js +1 -1
  131. package/dist/components/stzh-dropdown2.js +4 -7
  132. package/dist/components/stzh-ghettobox2.js +1 -1
  133. package/dist/components/stzh-heading2.js +1 -1
  134. package/dist/components/stzh-hspace.js +1 -1
  135. package/dist/components/stzh-icon-sprite.js +1 -1
  136. package/dist/components/stzh-input2.js +4 -6
  137. package/dist/components/stzh-link2.js +11 -5
  138. package/dist/components/stzh-menu-item2.js +8 -2
  139. package/dist/components/stzh-message.js +1 -1
  140. package/dist/components/stzh-overlay.js +1 -1
  141. package/dist/components/stzh-pagetitle.js +1 -1
  142. package/dist/components/stzh-popover2.js +31 -28
  143. package/dist/components/stzh-portal-mitwirken.js +1 -1
  144. package/dist/components/stzh-radio2.js +1 -1
  145. package/dist/components/stzh-radiogroup2.js +3 -2
  146. package/dist/components/stzh-richtext2.js +1 -1
  147. package/dist/components/stzh-saptcha.js +1 -1
  148. package/dist/components/stzh-sortable2.js +20 -2
  149. package/dist/components/stzh-table.js +1 -1
  150. package/dist/components/stzh-tooltip2.js +4 -1
  151. package/dist/components/stzh-upload.js +47 -4
  152. package/dist/components/stzh-vbz-ticker.js +1 -1
  153. package/dist/components/stzh-vspace.js +1 -1
  154. package/dist/esm/{app-globals-c42494e9.js → app-globals-e66420b3.js} +1 -1
  155. package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  156. package/dist/esm/loader.js +3 -3
  157. package/dist/esm/stzh-accordion-item.entry.js +34 -16
  158. package/dist/esm/stzh-accordion.entry.js +1 -1
  159. package/dist/esm/stzh-actions.entry.js +1 -1
  160. package/dist/esm/stzh-actionset.entry.js +152 -0
  161. package/dist/esm/stzh-appnav.entry.js +1 -1
  162. package/dist/esm/stzh-appointments.entry.js +1 -1
  163. package/dist/esm/stzh-badge_3.entry.js +40 -9
  164. package/dist/esm/stzh-calendar.entry.js +1 -1
  165. package/dist/esm/stzh-card-list.entry.js +74 -0
  166. package/dist/esm/stzh-card.entry.js +308 -0
  167. package/dist/esm/stzh-cell.entry.js +1 -1
  168. package/dist/esm/stzh-checkbox.entry.js +2 -2
  169. package/dist/esm/stzh-checkboxgroup.entry.js +2 -2
  170. package/dist/esm/stzh-chip-select.entry.js +53 -5
  171. package/dist/esm/stzh-chip.entry.js +4 -2
  172. package/dist/esm/stzh-components.js +3 -3
  173. package/dist/esm/stzh-container.entry.js +1 -1
  174. package/dist/esm/stzh-cspace.entry.js +2 -2
  175. package/dist/esm/stzh-datalist.entry.js +70 -0
  176. package/dist/esm/stzh-datamessagelist-item.entry.js +2 -2
  177. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  178. package/dist/esm/stzh-datatable.entry.js +2 -2
  179. package/dist/esm/stzh-datepicker_4.entry.js +7 -6
  180. package/dist/esm/stzh-dialog.entry.js +2 -2
  181. package/dist/esm/stzh-dropdown.entry.js +6 -8
  182. package/dist/esm/stzh-fieldset.entry.js +1 -1
  183. package/dist/esm/stzh-figure.entry.js +1 -1
  184. package/dist/esm/stzh-flyingfocus.entry.js +1 -1
  185. package/dist/esm/stzh-footer.entry.js +1 -1
  186. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  187. package/dist/esm/stzh-header.entry.js +1 -1
  188. package/dist/esm/stzh-heading.entry.js +2 -2
  189. package/dist/esm/stzh-hr.entry.js +1 -1
  190. package/dist/esm/stzh-hspace.entry.js +2 -2
  191. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  192. package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  193. package/dist/esm/stzh-input.entry.js +6 -7
  194. package/dist/esm/stzh-link.entry.js +10 -6
  195. package/dist/esm/stzh-list-item.entry.js +1 -1
  196. package/dist/esm/stzh-list.entry.js +1 -1
  197. package/dist/esm/stzh-loader.entry.js +1 -1
  198. package/dist/esm/stzh-loadingbar.entry.js +1 -1
  199. package/dist/esm/stzh-menu_2.entry.js +7 -3
  200. package/dist/esm/stzh-message.entry.js +2 -2
  201. package/dist/esm/stzh-metanav.entry.js +1 -1
  202. package/dist/esm/stzh-overlay.entry.js +2 -2
  203. package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
  204. package/dist/esm/stzh-pagetitle.entry.js +2 -2
  205. package/dist/esm/stzh-popover.entry.js +31 -29
  206. package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
  207. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  208. package/dist/esm/stzh-progressbar.entry.js +1 -1
  209. package/dist/esm/stzh-readspeaker.entry.js +1 -1
  210. package/dist/esm/stzh-row.entry.js +1 -1
  211. package/dist/esm/stzh-saptcha.entry.js +2 -2
  212. package/dist/esm/stzh-section.entry.js +1 -1
  213. package/dist/esm/stzh-skiplink.entry.js +1 -1
  214. package/dist/esm/stzh-sortable.entry.js +21 -3
  215. package/dist/esm/stzh-status.entry.js +1 -1
  216. package/dist/esm/stzh-table.entry.js +2 -2
  217. package/dist/esm/stzh-toggle.entry.js +2 -2
  218. package/dist/esm/stzh-tooltip.entry.js +4 -2
  219. package/dist/esm/stzh-upload.entry.js +49 -6
  220. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  221. package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
  222. package/dist/esm/stzh-vbz-ticker.entry.js +2 -2
  223. package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
  224. package/dist/esm/stzh-vspace.entry.js +2 -2
  225. package/dist/esm-es5/app-globals-e66420b3.js +1 -0
  226. package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  227. package/dist/esm-es5/loader.js +1 -1
  228. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  229. package/dist/esm-es5/stzh-accordion.entry.js +1 -1
  230. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  231. package/dist/esm-es5/stzh-actionset.entry.js +1 -0
  232. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  233. package/dist/esm-es5/stzh-appointments.entry.js +1 -1
  234. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  235. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  236. package/dist/esm-es5/stzh-card-list.entry.js +1 -0
  237. package/dist/esm-es5/stzh-card.entry.js +1 -0
  238. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  239. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  240. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  241. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  242. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  243. package/dist/esm-es5/stzh-components.js +1 -1
  244. package/dist/esm-es5/stzh-container.entry.js +1 -1
  245. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  246. package/dist/esm-es5/stzh-datalist.entry.js +1 -0
  247. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  248. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  249. package/dist/esm-es5/stzh-datatable.entry.js +2 -2
  250. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
  251. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  252. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  253. package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
  254. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  255. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
  256. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  257. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  258. package/dist/esm-es5/stzh-header.entry.js +1 -1
  259. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  260. package/dist/esm-es5/stzh-hr.entry.js +1 -1
  261. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  262. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  263. package/dist/esm-es5/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  264. package/dist/esm-es5/stzh-input.entry.js +1 -1
  265. package/dist/esm-es5/stzh-link.entry.js +1 -1
  266. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  267. package/dist/esm-es5/stzh-list.entry.js +1 -1
  268. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  269. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
  270. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  271. package/dist/esm-es5/stzh-message.entry.js +1 -1
  272. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  273. package/dist/esm-es5/stzh-overlay.entry.js +1 -1
  274. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  275. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  276. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  277. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  278. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  279. package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
  280. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  281. package/dist/esm-es5/stzh-row.entry.js +1 -1
  282. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  283. package/dist/esm-es5/stzh-section.entry.js +1 -1
  284. package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
  285. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  286. package/dist/esm-es5/stzh-status.entry.js +1 -1
  287. package/dist/esm-es5/stzh-table.entry.js +1 -1
  288. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  289. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  290. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  291. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  292. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
  293. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  294. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
  295. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  296. package/dist/stzh-components/assets/i18n/de.json +7 -2
  297. package/dist/stzh-components/assets/i18n/en.json +7 -2
  298. package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
  299. package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
  300. package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
  301. package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
  302. package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
  303. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +93 -28
  304. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  305. package/dist/stzh-components/{p-32988d74.entry.js → p-001b7d10.entry.js} +1 -1
  306. package/dist/stzh-components/{p-11d0c8f3.entry.js → p-03ea86bd.entry.js} +1 -1
  307. package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
  308. package/dist/stzh-components/p-0711e511.entry.js +1 -0
  309. package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
  310. package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
  311. package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
  312. package/dist/stzh-components/{p-87ab53c4.system.entry.js → p-0fc06049.system.entry.js} +1 -1
  313. package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
  314. package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
  315. package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-1440163c.system.entry.js} +1 -1
  316. package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
  317. package/dist/stzh-components/p-18958371.entry.js +1 -0
  318. package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
  319. package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
  320. package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
  321. package/dist/stzh-components/{p-346e26f2.system.entry.js → p-21566d65.system.entry.js} +1 -1
  322. package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
  323. package/dist/stzh-components/p-22701389.system.entry.js +1 -0
  324. package/dist/stzh-components/p-252d3178.entry.js +1 -0
  325. package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
  326. package/dist/stzh-components/{p-fba76dba.entry.js → p-29427863.entry.js} +1 -1
  327. package/dist/stzh-components/{p-d8471675.entry.js → p-2b338050.entry.js} +1 -1
  328. package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
  329. package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
  330. package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
  331. package/dist/stzh-components/p-3042b23e.entry.js +1 -0
  332. package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
  333. package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
  334. package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
  335. package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
  336. package/dist/stzh-components/p-3f0363db.entry.js +1 -0
  337. package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
  338. package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
  339. package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
  340. package/dist/stzh-components/p-530252c6.system.entry.js +1 -0
  341. package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-5353ba86.system.entry.js} +2 -2
  342. package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
  343. package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
  344. package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
  345. package/dist/stzh-components/{p-07772cd7.system.entry.js → p-560f96f0.system.entry.js} +1 -1
  346. package/dist/stzh-components/p-562e6c52.entry.js +1 -0
  347. package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
  348. package/dist/stzh-components/{p-33946fed.system.entry.js → p-58d886cb.system.entry.js} +1 -1
  349. package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
  350. package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
  351. package/dist/stzh-components/{p-1c88ceff.system.entry.js → p-5a354428.system.entry.js} +1 -1
  352. package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
  353. package/dist/stzh-components/{p-3ed69b16.entry.js → p-5f4eb46c.entry.js} +1 -1
  354. package/dist/stzh-components/{p-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
  355. package/dist/stzh-components/p-62db1e59.entry.js +1 -0
  356. package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
  357. package/dist/stzh-components/{p-95eb03b2.entry.js → p-638bedfa.entry.js} +1 -1
  358. package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
  359. package/dist/stzh-components/{p-33d75303.entry.js → p-6425898c.entry.js} +1 -1
  360. package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
  361. package/dist/stzh-components/p-676fd54d.entry.js +1 -0
  362. package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-684c345e.system.entry.js} +2 -2
  363. package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
  364. package/dist/stzh-components/{p-95a297aa.entry.js → p-69f4a27e.entry.js} +1 -1
  365. package/dist/stzh-components/p-6a873872.entry.js +1 -0
  366. package/dist/stzh-components/{p-b281b653.entry.js → p-713ae713.entry.js} +2 -2
  367. package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
  368. package/dist/stzh-components/p-764ba190.entry.js +1 -0
  369. package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
  370. package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
  371. package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
  372. package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
  373. package/dist/stzh-components/p-80d70586.entry.js +1 -0
  374. package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
  375. package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
  376. package/dist/stzh-components/p-85161133.js +1 -0
  377. package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
  378. package/dist/stzh-components/p-864d7c50.entry.js +1 -0
  379. package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
  380. package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
  381. package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
  382. package/dist/stzh-components/{p-936cc626.system.entry.js → p-8c648042.system.entry.js} +1 -1
  383. package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
  384. package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
  385. package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
  386. package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
  387. package/dist/stzh-components/p-9469b812.entry.js +1 -0
  388. package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
  389. package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
  390. package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
  391. package/dist/stzh-components/p-9e716229.entry.js +1 -0
  392. package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
  393. package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
  394. package/dist/stzh-components/{p-409c0d50.entry.js → p-a448f5a5.entry.js} +1 -1
  395. package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
  396. package/dist/stzh-components/p-a6627504.entry.js +1 -0
  397. package/dist/stzh-components/{p-6c3b2508.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
  398. package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
  399. package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
  400. package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
  401. package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
  402. package/dist/stzh-components/p-b462a61f.entry.js +1 -0
  403. package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
  404. package/dist/stzh-components/p-b5a85078.system.entry.js +1 -0
  405. package/dist/stzh-components/p-b70bc70c.system.js +1 -0
  406. package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
  407. package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
  408. package/dist/stzh-components/{p-f2050d1e.entry.js → p-bb3c1249.entry.js} +1 -1
  409. package/dist/stzh-components/{p-a760352a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
  410. package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
  411. package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
  412. package/dist/stzh-components/{p-983f6070.entry.js → p-c1337453.entry.js} +1 -1
  413. package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
  414. package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
  415. package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
  416. package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
  417. package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
  418. package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
  419. package/dist/stzh-components/p-cd795307.entry.js +1 -0
  420. package/dist/stzh-components/{p-7d2237ca.entry.js → p-cdc9e600.entry.js} +1 -1
  421. package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
  422. package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
  423. package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
  424. package/dist/stzh-components/{p-006135ed.system.entry.js → p-d6c07494.system.entry.js} +1 -1
  425. package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
  426. package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
  427. package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
  428. package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
  429. package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
  430. package/dist/stzh-components/p-eb61c369.entry.js +1 -0
  431. package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
  432. package/dist/stzh-components/p-eca1732f.entry.js +1 -0
  433. package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
  434. package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
  435. package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
  436. package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
  437. package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
  438. package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
  439. package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
  440. package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
  441. package/dist/stzh-components/{p-b4fc71ff.system.entry.js → p-fc6b4f91.system.entry.js} +1 -1
  442. package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
  443. package/dist/stzh-components/{p-370b82e7.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
  444. package/dist/stzh-components/stzh-components.css +1 -1
  445. package/dist/stzh-components/stzh-components.esm.js +1 -1
  446. package/dist/stzh-components/stzh-components.js +1 -1
  447. package/dist/types/components/stzh-actionset/stzh-actionset.localization.d.ts +5 -0
  448. package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
  449. package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
  450. package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
  451. package/dist/types/components.d.ts +626 -245
  452. package/dist/types/index.d.ts +61 -14
  453. package/dist/vscode-data.json +559 -183
  454. package/package.json +1 -1
  455. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -73
  456. package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -234
  457. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
  458. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +0 -614
  459. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
  460. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -116
  461. package/dist/components/stzh-servicecard-list.js +0 -117
  462. package/dist/components/stzh-servicecard.js +0 -305
  463. package/dist/esm/stzh-servicecard-list.entry.js +0 -69
  464. package/dist/esm/stzh-servicecard.entry.js +0 -230
  465. package/dist/esm-es5/app-globals-c42494e9.js +0 -1
  466. package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
  467. package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
  468. package/dist/stzh-components/p-03e2634c.entry.js +0 -1
  469. package/dist/stzh-components/p-1cebd703.entry.js +0 -1
  470. package/dist/stzh-components/p-1f15a4e0.system.entry.js +0 -1
  471. package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
  472. package/dist/stzh-components/p-33d033a3.system.entry.js +0 -1
  473. package/dist/stzh-components/p-34190502.entry.js +0 -1
  474. package/dist/stzh-components/p-3c799247.entry.js +0 -1
  475. package/dist/stzh-components/p-3ebd2c03.js +0 -1
  476. package/dist/stzh-components/p-4e9bfeb8.system.entry.js +0 -1
  477. package/dist/stzh-components/p-58ffc722.system.entry.js +0 -1
  478. package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
  479. package/dist/stzh-components/p-5ea652ae.system.entry.js +0 -1
  480. package/dist/stzh-components/p-632d9076.system.entry.js +0 -1
  481. package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
  482. package/dist/stzh-components/p-66556f67.entry.js +0 -1
  483. package/dist/stzh-components/p-6fc271d0.system.entry.js +0 -1
  484. package/dist/stzh-components/p-7921db30.system.entry.js +0 -1
  485. package/dist/stzh-components/p-79bfc485.entry.js +0 -1
  486. package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
  487. package/dist/stzh-components/p-7d098987.entry.js +0 -9
  488. package/dist/stzh-components/p-7d62dfeb.system.entry.js +0 -1
  489. package/dist/stzh-components/p-82e6148a.system.entry.js +0 -1
  490. package/dist/stzh-components/p-85d78e08.entry.js +0 -1
  491. package/dist/stzh-components/p-8a60addb.entry.js +0 -1
  492. package/dist/stzh-components/p-8bd3ba06.entry.js +0 -1
  493. package/dist/stzh-components/p-90a10825.system.entry.js +0 -1
  494. package/dist/stzh-components/p-a7253852.entry.js +0 -1
  495. package/dist/stzh-components/p-a86c6487.entry.js +0 -1
  496. package/dist/stzh-components/p-aaa2e48f.system.js +0 -1
  497. package/dist/stzh-components/p-b35b0270.entry.js +0 -1
  498. package/dist/stzh-components/p-b3b5ee7e.entry.js +0 -1
  499. package/dist/stzh-components/p-b651f251.entry.js +0 -1
  500. package/dist/stzh-components/p-bdba7714.entry.js +0 -1
  501. package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
  502. package/dist/stzh-components/p-c6cad5ed.system.entry.js +0 -1
  503. package/dist/stzh-components/p-da063c7e.system.entry.js +0 -1
  504. package/dist/stzh-components/p-e12db90a.entry.js +0 -1
  505. package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
  506. package/dist/stzh-components/p-e4347cfe.entry.js +0 -1
  507. package/dist/stzh-components/p-ec3d4dd4.entry.js +0 -1
  508. package/dist/stzh-components/p-ee5ceac4.entry.js +0 -1
  509. package/dist/stzh-components/p-f0ca6848.system.entry.js +0 -1
  510. package/dist/stzh-components/p-f21440b3.entry.js +0 -1
  511. package/dist/stzh-components/p-f610f725.entry.js +0 -1
  512. package/dist/stzh-components/p-faf20030.system.js +0 -1
  513. package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
  514. package/dist/stzh-components/p-fd16e20e.system.entry.js +0 -1
  515. package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
@@ -172,7 +172,7 @@ the .has-focus class is used by the focus target */
172
172
  --stzh-color-truegreen: #008000;
173
173
  --stzh-color-shiraz: #c00d23;
174
174
  --stzh-color-error: #d0021b;
175
- --stzh-color-warning: #F28B00;
175
+ --stzh-color-warning: #DB7E00;
176
176
  --stzh-color-active: #a4c400;
177
177
 
178
178
  --stzh-color-grey5: #F2F2F2;
@@ -645,6 +645,8 @@ the .has-focus class is used by the focus target */
645
645
  }
646
646
 
647
647
  .stzh-theme-ma {
648
+ --stzh-section-highlight-background-color: var(--stzh-color-white);
649
+
648
650
  background-color: var(--stzh-color-grey5);
649
651
  }
650
652
 
@@ -738,6 +740,7 @@ main {
738
740
  /* Lists */
739
741
  /* Figure */
740
742
  /* Blockquote */
743
+ /* Table */
741
744
  /* Links */
742
745
  /* Process Header */
743
746
  /* Links */
@@ -884,22 +887,14 @@ main h1,
884
887
  main h2,
885
888
  main stzh-heading[level="1"],
886
889
  main stzh-heading[level="2"] {
887
- margin-bottom: var(--stzh-space-medium);
888
- }
889
- @media screen and (min-width: 600px) {
890
- main h1,
891
- main h2,
892
- main stzh-heading[level="1"],
893
- main stzh-heading[level="2"] {
894
- margin-bottom: var(--stzh-space-large);
895
- }
890
+ margin-bottom: var(--stzh-space-xlarge);
896
891
  }
897
892
  @media screen and (min-width: 1024px) {
898
893
  main h1,
899
894
  main h2,
900
895
  main stzh-heading[level="1"],
901
896
  main stzh-heading[level="2"] {
902
- margin-bottom: var(--stzh-space-xlarge);
897
+ margin-bottom: var(--stzh-space-xxlarge);
903
898
  }
904
899
  }
905
900
  @media screen and (min-width: 1260px) {
@@ -907,108 +902,65 @@ main stzh-heading[level="2"] {
907
902
  main h2,
908
903
  main stzh-heading[level="1"],
909
904
  main stzh-heading[level="2"] {
910
- margin-bottom: var(--stzh-space-xxlarge);
905
+ margin-bottom: var(--stzh-space-xxxlarge);
911
906
  }
912
907
  }
913
908
  main h1, main h2 {
914
909
  padding-bottom: var(--stzh-space-xsmall);
915
910
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
916
911
  }
917
- @media screen and (min-width: 600px) {
918
- main h1, main h2 {
919
- padding-bottom: var(--stzh-space-small);
920
- }
921
- }
922
912
  @media screen and (min-width: 1024px) {
923
913
  main h1, main h2 {
924
- padding-bottom: var(--stzh-space-medium);
914
+ padding-bottom: var(--stzh-space-small);
925
915
  }
926
916
  }
927
917
  @media screen and (min-width: 1260px) {
928
918
  main h1, main h2 {
929
- padding-bottom: var(--stzh-space-large);
919
+ padding-bottom: var(--stzh-space-medium);
930
920
  }
931
921
  }
932
922
  main h1,
933
- main stzh-heading[level="1"] {
934
- margin-top: var(--stzh-space-large);
935
- }
936
- @media screen and (min-width: 600px) {
937
- main h1,
938
- main stzh-heading[level="1"] {
939
- margin-top: var(--stzh-space-xlarge);
940
- }
923
+ main stzh-heading[level="1"],
924
+ main h2,
925
+ main stzh-heading[level="2"] {
926
+ margin-top: var(--stzh-space-xxlarge);
941
927
  }
942
928
  @media screen and (min-width: 1024px) {
943
929
  main h1,
944
- main stzh-heading[level="1"] {
945
- margin-top: var(--stzh-space-xxlarge);
930
+ main stzh-heading[level="1"],
931
+ main h2,
932
+ main stzh-heading[level="2"] {
933
+ margin-top: var(--stzh-space-xxxlarge);
946
934
  }
947
935
  }
948
936
  @media screen and (min-width: 1260px) {
949
937
  main h1,
950
- main stzh-heading[level="1"] {
951
- margin-top: var(--stzh-space-xxxxlarge);
952
- }
953
- }
938
+ main stzh-heading[level="1"],
954
939
  main h2,
955
- main stzh-heading[level="2"] {
956
- margin-top: var(--stzh-space-xxlarge);
957
- }
958
- @media screen and (min-width: 600px) {
959
- main h2,
960
940
  main stzh-heading[level="2"] {
961
941
  margin-top: var(--stzh-space-xxxxlarge);
962
942
  }
963
943
  }
964
- @media screen and (min-width: 1260px) {
965
- main h2,
966
- main stzh-heading[level="2"] {
967
- margin-top: var(--stzh-space-xbig);
968
- }
969
- }
970
944
  main h3,
971
- main stzh-heading[level="3"] {
972
- margin-top: var(--stzh-space-medium);
973
- }
974
- @media screen and (min-width: 600px) {
975
- main h3,
976
- main stzh-heading[level="3"] {
977
- margin-top: var(--stzh-space-large);
978
- }
979
- }
980
- @media screen and (min-width: 1024px) {
981
- main h3,
982
- main stzh-heading[level="3"] {
983
- margin-top: var(--stzh-space-xlarge);
984
- }
985
- }
986
- @media screen and (min-width: 1260px) {
987
- main h3,
988
- main stzh-heading[level="3"] {
989
- margin-top: var(--stzh-space-xxlarge);
990
- }
991
- }
945
+ main stzh-heading[level="3"],
992
946
  main h4,
993
947
  main stzh-heading[level="4"] {
994
- margin-top: var(--stzh-space-medium);
995
- }
996
- @media screen and (min-width: 600px) {
997
- main h4,
998
- main stzh-heading[level="4"] {
999
- margin-top: var(--stzh-space-large);
1000
- }
948
+ margin-top: var(--stzh-space-xlarge);
1001
949
  }
1002
950
  @media screen and (min-width: 1024px) {
1003
- main h4,
951
+ main h3,
952
+ main stzh-heading[level="3"],
953
+ main h4,
1004
954
  main stzh-heading[level="4"] {
1005
- margin-top: var(--stzh-space-xlarge);
955
+ margin-top: var(--stzh-space-xxlarge);
1006
956
  }
1007
957
  }
1008
958
  @media screen and (min-width: 1260px) {
1009
- main h4,
959
+ main h3,
960
+ main stzh-heading[level="3"],
961
+ main h4,
1010
962
  main stzh-heading[level="4"] {
1011
- margin-top: var(--stzh-space-xxlarge);
963
+ margin-top: var(--stzh-space-xxxlarge);
1012
964
  }
1013
965
  }
1014
966
  main p,
@@ -1030,6 +982,16 @@ main stzh-list {
1030
982
  margin-top: var(--stzh-space-medium);
1031
983
  }
1032
984
  }
985
+ @media screen and (min-width: 1260px) {
986
+ main p,
987
+ main stzh-text,
988
+ main ul,
989
+ main ol,
990
+ main dl,
991
+ main stzh-list {
992
+ margin-top: var(--stzh-space-large);
993
+ }
994
+ }
1033
995
  @media screen and (min-width: 1024px) {
1034
996
  main p,
1035
997
  main stzh-text,
@@ -1040,6 +1002,16 @@ main stzh-list {
1040
1002
  margin-bottom: var(--stzh-space-medium);
1041
1003
  }
1042
1004
  }
1005
+ @media screen and (min-width: 1260px) {
1006
+ main p,
1007
+ main stzh-text,
1008
+ main ul,
1009
+ main ol,
1010
+ main dl,
1011
+ main stzh-list {
1012
+ margin-bottom: var(--stzh-space-large);
1013
+ }
1014
+ }
1043
1015
  main ul ul,
1044
1016
  main ul ol,
1045
1017
  main ul dl,
@@ -1061,46 +1033,32 @@ main stzh-list stzh-list {
1061
1033
  }
1062
1034
  main stzh-text[curve=hero],
1063
1035
  main stzh-heading[curve=hero] {
1064
- margin-bottom: var(--stzh-space-medium);
1065
- }
1066
- @media screen and (min-width: 600px) {
1067
- main stzh-text[curve=hero],
1068
- main stzh-heading[curve=hero] {
1069
- margin-bottom: var(--stzh-space-large);
1070
- }
1036
+ margin-bottom: var(--stzh-space-xlarge);
1071
1037
  }
1072
1038
  @media screen and (min-width: 1024px) {
1073
1039
  main stzh-text[curve=hero],
1074
1040
  main stzh-heading[curve=hero] {
1075
- margin-bottom: var(--stzh-space-xlarge);
1041
+ margin-bottom: var(--stzh-space-xxlarge);
1076
1042
  }
1077
1043
  }
1078
1044
  @media screen and (min-width: 1260px) {
1079
1045
  main stzh-text[curve=hero],
1080
1046
  main stzh-heading[curve=hero] {
1081
- margin-bottom: var(--stzh-space-xxlarge);
1047
+ margin-bottom: var(--stzh-space-xxxlarge);
1082
1048
  }
1083
1049
  }
1084
1050
  main stzh-text[curve=h1],
1085
1051
  main stzh-heading[curve=h1],
1086
1052
  main stzh-text[curve=h2],
1087
1053
  main stzh-heading[curve=h2] {
1088
- margin-bottom: var(--stzh-space-medium);
1089
- }
1090
- @media screen and (min-width: 600px) {
1091
- main stzh-text[curve=h1],
1092
- main stzh-heading[curve=h1],
1093
- main stzh-text[curve=h2],
1094
- main stzh-heading[curve=h2] {
1095
- margin-bottom: var(--stzh-space-large);
1096
- }
1054
+ margin-bottom: var(--stzh-space-xlarge);
1097
1055
  }
1098
1056
  @media screen and (min-width: 1024px) {
1099
1057
  main stzh-text[curve=h1],
1100
1058
  main stzh-heading[curve=h1],
1101
1059
  main stzh-text[curve=h2],
1102
1060
  main stzh-heading[curve=h2] {
1103
- margin-bottom: var(--stzh-space-xlarge);
1061
+ margin-bottom: var(--stzh-space-xxlarge);
1104
1062
  }
1105
1063
  }
1106
1064
  @media screen and (min-width: 1260px) {
@@ -1108,23 +1066,17 @@ main stzh-heading[curve=h2] {
1108
1066
  main stzh-heading[curve=h1],
1109
1067
  main stzh-text[curve=h2],
1110
1068
  main stzh-heading[curve=h2] {
1111
- margin-bottom: var(--stzh-space-xxlarge);
1069
+ margin-bottom: var(--stzh-space-xxxlarge);
1112
1070
  }
1113
1071
  }
1114
1072
  main stzh-text[curve=h1],
1115
1073
  main stzh-heading[curve=h1] {
1116
- margin-top: var(--stzh-space-large);
1117
- }
1118
- @media screen and (min-width: 600px) {
1119
- main stzh-text[curve=h1],
1120
- main stzh-heading[curve=h1] {
1121
- margin-top: var(--stzh-space-xlarge);
1122
- }
1074
+ margin-top: var(--stzh-space-xxlarge);
1123
1075
  }
1124
1076
  @media screen and (min-width: 1024px) {
1125
1077
  main stzh-text[curve=h1],
1126
1078
  main stzh-heading[curve=h1] {
1127
- margin-top: var(--stzh-space-xxlarge);
1079
+ margin-top: var(--stzh-space-xxxlarge);
1128
1080
  }
1129
1081
  }
1130
1082
  @media screen and (min-width: 1260px) {
@@ -1135,7 +1087,7 @@ main stzh-heading[curve=h1] {
1135
1087
  }
1136
1088
  main stzh-text[curve=h2],
1137
1089
  main stzh-heading[curve=h2] {
1138
- margin-top: var(--stzh-space-xxlarge);
1090
+ margin-top: var(--stzh-space-xxxlarge);
1139
1091
  }
1140
1092
  @media screen and (min-width: 600px) {
1141
1093
  main stzh-text[curve=h2],
@@ -1143,6 +1095,12 @@ main stzh-heading[curve=h2] {
1143
1095
  margin-top: var(--stzh-space-xxxxlarge);
1144
1096
  }
1145
1097
  }
1098
+ @media screen and (min-width: 1024px) {
1099
+ main stzh-text[curve=h2],
1100
+ main stzh-heading[curve=h2] {
1101
+ margin-top: var(--stzh-space-big);
1102
+ }
1103
+ }
1146
1104
  @media screen and (min-width: 1260px) {
1147
1105
  main stzh-text[curve=h2],
1148
1106
  main stzh-heading[curve=h2] {
@@ -1151,46 +1109,34 @@ main stzh-heading[curve=h2] {
1151
1109
  }
1152
1110
  main stzh-text[curve=h3],
1153
1111
  main stzh-heading[curve=h3] {
1154
- margin-top: var(--stzh-space-medium);
1155
- }
1156
- @media screen and (min-width: 600px) {
1157
- main stzh-text[curve=h3],
1158
- main stzh-heading[curve=h3] {
1159
- margin-top: var(--stzh-space-large);
1160
- }
1112
+ margin-top: var(--stzh-space-xlarge);
1161
1113
  }
1162
1114
  @media screen and (min-width: 1024px) {
1163
1115
  main stzh-text[curve=h3],
1164
1116
  main stzh-heading[curve=h3] {
1165
- margin-top: var(--stzh-space-xlarge);
1117
+ margin-top: var(--stzh-space-xxlarge);
1166
1118
  }
1167
1119
  }
1168
1120
  @media screen and (min-width: 1260px) {
1169
1121
  main stzh-text[curve=h3],
1170
1122
  main stzh-heading[curve=h3] {
1171
- margin-top: var(--stzh-space-xxlarge);
1123
+ margin-top: var(--stzh-space-xxxlarge);
1172
1124
  }
1173
1125
  }
1174
1126
  main stzh-text[curve=h4],
1175
1127
  main stzh-heading[curve=h4] {
1176
- margin-top: var(--stzh-space-medium);
1177
- }
1178
- @media screen and (min-width: 600px) {
1179
- main stzh-text[curve=h4],
1180
- main stzh-heading[curve=h4] {
1181
- margin-top: var(--stzh-space-large);
1182
- }
1128
+ margin-top: var(--stzh-space-xlarge);
1183
1129
  }
1184
1130
  @media screen and (min-width: 1024px) {
1185
1131
  main stzh-text[curve=h4],
1186
1132
  main stzh-heading[curve=h4] {
1187
- margin-top: var(--stzh-space-xlarge);
1133
+ margin-top: var(--stzh-space-xxlarge);
1188
1134
  }
1189
1135
  }
1190
1136
  @media screen and (min-width: 1260px) {
1191
1137
  main stzh-text[curve=h4],
1192
1138
  main stzh-heading[curve=h4] {
1193
- margin-top: var(--stzh-space-xxlarge);
1139
+ margin-top: var(--stzh-space-xxxlarge);
1194
1140
  }
1195
1141
  }
1196
1142
  main stzh-text[curve=p1],
@@ -1208,6 +1154,14 @@ main stzh-heading[curve=p2] {
1208
1154
  margin-top: var(--stzh-space-medium);
1209
1155
  }
1210
1156
  }
1157
+ @media screen and (min-width: 1260px) {
1158
+ main stzh-text[curve=p1],
1159
+ main stzh-text[curve=p2],
1160
+ main stzh-heading[curve=p1],
1161
+ main stzh-heading[curve=p2] {
1162
+ margin-top: var(--stzh-space-large);
1163
+ }
1164
+ }
1211
1165
  @media screen and (min-width: 1024px) {
1212
1166
  main stzh-text[curve=p1],
1213
1167
  main stzh-text[curve=p2],
@@ -1216,6 +1170,14 @@ main stzh-heading[curve=p2] {
1216
1170
  margin-bottom: var(--stzh-space-medium);
1217
1171
  }
1218
1172
  }
1173
+ @media screen and (min-width: 1260px) {
1174
+ main stzh-text[curve=p1],
1175
+ main stzh-text[curve=p2],
1176
+ main stzh-heading[curve=p1],
1177
+ main stzh-heading[curve=p2] {
1178
+ margin-bottom: var(--stzh-space-large);
1179
+ }
1180
+ }
1219
1181
  main stzh-figure {
1220
1182
  margin-top: var(--stzh-space-xxlarge);
1221
1183
  margin-bottom: var(--stzh-space-xxlarge);
@@ -1229,7 +1191,7 @@ main blockquote {
1229
1191
  letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
1230
1192
  padding-left: var(--stzh-space-medium);
1231
1193
  padding-right: var(--stzh-space-medium);
1232
- margin: var(--stzh-space-large);
1194
+ margin: var(--stzh-space-xxlarge);
1233
1195
  color: var(--stzh-richttext-blockquote-color);
1234
1196
  position: relative;
1235
1197
  }
@@ -1267,14 +1229,9 @@ main blockquote {
1267
1229
  padding-right: var(--stzh-space-xlarge);
1268
1230
  }
1269
1231
  }
1270
- @media screen and (min-width: 600px) {
1271
- main blockquote {
1272
- margin: var(--stzh-space-xlarge);
1273
- }
1274
- }
1275
1232
  @media screen and (min-width: 1024px) {
1276
1233
  main blockquote {
1277
- margin: var(--stzh-space-xxlarge);
1234
+ margin: var(--stzh-space-xxxlarge);
1278
1235
  }
1279
1236
  }
1280
1237
  @media screen and (min-width: 1260px) {
@@ -1301,6 +1258,11 @@ main blockquote p {
1301
1258
  margin-bottom: var(--stzh-space-medium);
1302
1259
  }
1303
1260
  }
1261
+ @media screen and (min-width: 1260px) {
1262
+ main blockquote p {
1263
+ margin-bottom: var(--stzh-space-large);
1264
+ }
1265
+ }
1304
1266
  main blockquote p::before, main blockquote p::after {
1305
1267
  display: inline-block;
1306
1268
  }
@@ -1327,6 +1289,150 @@ main blockquote footer::before {
1327
1289
  display: inline-block;
1328
1290
  margin-right: var(--stzh-space-xxxsmall);
1329
1291
  }
1292
+ main table {
1293
+ --min-width: none;
1294
+ --cell-padding: var(--stzh-table-cell-padding);
1295
+ width: 100%;
1296
+ border-spacing: 0;
1297
+ min-width: var(--min-width);
1298
+ }
1299
+ main thead {
1300
+ position: -webkit-sticky;
1301
+ position: sticky;
1302
+ top: 0;
1303
+ z-index: 3;
1304
+ }
1305
+ main tr:hover td,
1306
+ main tr:hover th {
1307
+ background-color: var(--stzh-color-grey5);
1308
+ }
1309
+ main td,
1310
+ main th {
1311
+ font-size: var(--stzh-font-milli-font-size);
1312
+ line-height: var(--stzh-font-milli-text-line-height);
1313
+ letter-spacing: var(--stzh-font-curve---text-letter-spacing);
1314
+ text-align: left;
1315
+ border: none;
1316
+ vertical-align: top;
1317
+ border: none;
1318
+ border-bottom: 0.0625rem solid var(--stzh-base-border-color);
1319
+ background-color: var(--stzh-color-white);
1320
+ transition: background-color var(--stzh-base-transition-animation-speed);
1321
+ padding: var(--cell-padding);
1322
+ /* Horizontal alignment */
1323
+ /* Vertical alignment */
1324
+ /* Nowrap */
1325
+ /* Sticky */
1326
+ }
1327
+ main td a,
1328
+ main th a {
1329
+ color: var(--stzh-link-color);
1330
+ transition: color var(--stzh-base-transition-animation-speed);
1331
+ border-radius: var(--stzh-button-border-radius);
1332
+ }
1333
+ main td a:hover, main td a:focus,
1334
+ main th a:hover,
1335
+ main th a:focus {
1336
+ color: var(--stzh-link-hover-color);
1337
+ }
1338
+ main td b, main td strong,
1339
+ main th b,
1340
+ main th strong {
1341
+ font-family: var(--stzh-font-family-heavy);
1342
+ font-weight: var(--stzh-font-weight-heavy);
1343
+ font-style: normal;
1344
+ }
1345
+ main td i, main td em,
1346
+ main th i,
1347
+ main th em {
1348
+ font-family: var(--stzh-font-family-regular);
1349
+ font-weight: var(--stzh-font-weight-regular);
1350
+ font-style: normal;
1351
+ }
1352
+ main td.align-left,
1353
+ main th.align-left {
1354
+ text-align: left;
1355
+ }
1356
+ main td.align-right,
1357
+ main th.align-right {
1358
+ text-align: right;
1359
+ }
1360
+ main td.align-center,
1361
+ main th.align-center {
1362
+ text-align: center;
1363
+ }
1364
+ main td.valign-auto,
1365
+ main th.valign-auto {
1366
+ vertical-align: auto;
1367
+ }
1368
+ main td.valign-middle,
1369
+ main th.valign-middle {
1370
+ vertical-align: middle;
1371
+ }
1372
+ main td.valign-bottom,
1373
+ main th.valign-bottom {
1374
+ vertical-align: bottom;
1375
+ }
1376
+ main td.nowrap,
1377
+ main th.nowrap {
1378
+ white-space: nowrap;
1379
+ }
1380
+ main td.is-sticky-left, main td.is-sticky-right,
1381
+ main th.is-sticky-left,
1382
+ main th.is-sticky-right {
1383
+ position: -webkit-sticky;
1384
+ position: sticky;
1385
+ z-index: 1;
1386
+ }
1387
+ main td.has-sticked,
1388
+ main th.has-sticked {
1389
+ z-index: 2;
1390
+ }
1391
+ main td.is-sticky-left,
1392
+ main th.is-sticky-left {
1393
+ left: 0;
1394
+ }
1395
+ main td.is-sticky-right,
1396
+ main th.is-sticky-right {
1397
+ right: 0;
1398
+ }
1399
+ main td.is-sticky-left::after, main td.is-sticky-right::after,
1400
+ main th.is-sticky-left::after,
1401
+ main th.is-sticky-right::after {
1402
+ background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
1403
+ content: "";
1404
+ pointer-events: none;
1405
+ position: absolute;
1406
+ top: 0;
1407
+ height: 100%;
1408
+ width: 0.375rem;
1409
+ transform: translate(100%);
1410
+ opacity: 0;
1411
+ transition: opacity var(--stzh-base-transition-animation-speed);
1412
+ }
1413
+ main td.is-sticky-left::after,
1414
+ main th.is-sticky-left::after {
1415
+ right: 0;
1416
+ }
1417
+ main td.is-sticky-right::after,
1418
+ main th.is-sticky-right::after {
1419
+ left: 0;
1420
+ transform: rotate(-180deg) translate(100%);
1421
+ }
1422
+ main td.has-sticked.is-sticky-left::after, main td.has-sticked.is-sticky-right::after,
1423
+ main th.has-sticked.is-sticky-left::after,
1424
+ main th.has-sticked.is-sticky-right::after {
1425
+ opacity: 1;
1426
+ }
1427
+ main th {
1428
+ font-family: var(--stzh-font-family-heavy);
1429
+ font-weight: var(--stzh-font-weight-heavy);
1430
+ font-style: normal;
1431
+ color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
1432
+ }
1433
+ main th.is-sortable {
1434
+ padding: 0;
1435
+ }
1330
1436
  main a {
1331
1437
  color: var(--stzh-link-color);
1332
1438
  transition: color var(--stzh-base-transition-animation-speed);
@@ -1770,7 +1876,7 @@ main .process-header .process-header__container .process-header__info .heading2
1770
1876
  font-size: var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));
1771
1877
  line-height: var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));
1772
1878
  letter-spacing: var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
1773
- margin-bottom: var(--stzh-space-medium);
1879
+ margin-bottom: var(--stzh-space-xlarge);
1774
1880
  margin-top: 0;
1775
1881
  border-bottom: none;
1776
1882
  padding-bottom: 0;
@@ -1802,25 +1908,18 @@ main .process-header .process-header__container .process-header__info .heading2
1802
1908
  letter-spacing: var(--stzh-font-curve-hero-large-heading-letter-spacing, var(--stzh-font-hero-text-letter-spacing));
1803
1909
  }
1804
1910
  }
1805
- @media screen and (min-width: 600px) {
1806
- main .card--full .process-header .process-header__container .process-header__info .card__title,
1807
- main .process-header .process-header__container .process-header__info .card--full .card__title,
1808
- main .process-header .process-header__container .process-header__info .heading2 {
1809
- margin-bottom: var(--stzh-space-large);
1810
- }
1811
- }
1812
1911
  @media screen and (min-width: 1024px) {
1813
1912
  main .card--full .process-header .process-header__container .process-header__info .card__title,
1814
1913
  main .process-header .process-header__container .process-header__info .card--full .card__title,
1815
1914
  main .process-header .process-header__container .process-header__info .heading2 {
1816
- margin-bottom: var(--stzh-space-xlarge);
1915
+ margin-bottom: var(--stzh-space-xxlarge);
1817
1916
  }
1818
1917
  }
1819
1918
  @media screen and (min-width: 1260px) {
1820
1919
  main .card--full .process-header .process-header__container .process-header__info .card__title,
1821
1920
  main .process-header .process-header__container .process-header__info .card--full .card__title,
1822
1921
  main .process-header .process-header__container .process-header__info .heading2 {
1823
- margin-bottom: var(--stzh-space-xxlarge);
1922
+ margin-bottom: var(--stzh-space-xxxlarge);
1824
1923
  }
1825
1924
  }
1826
1925
  main .process-header .process-header__container {
@@ -2068,8 +2167,8 @@ main .clear.meeting-polls__button {
2068
2167
  color: var(--stzh-color-error);
2069
2168
  }
2070
2169
  main .wrapper {
2071
- padding-top: var(--stzh-space-xxlarge);
2072
- padding-bottom: var(--stzh-space-xxlarge);
2170
+ padding-top: var(--stzh-space-xxxlarge);
2171
+ padding-bottom: var(--stzh-space-xxxlarge);
2073
2172
  padding-left: 1.25rem;
2074
2173
  padding-right: 1.25rem;
2075
2174
  }
@@ -2078,6 +2177,11 @@ main .wrapper {
2078
2177
  padding-top: var(--stzh-space-xxxxlarge);
2079
2178
  }
2080
2179
  }
2180
+ @media screen and (min-width: 1024px) {
2181
+ main .wrapper {
2182
+ padding-top: var(--stzh-space-big);
2183
+ }
2184
+ }
2081
2185
  @media screen and (min-width: 1260px) {
2082
2186
  main .wrapper {
2083
2187
  padding-top: var(--stzh-space-xbig);
@@ -2088,6 +2192,11 @@ main .wrapper {
2088
2192
  padding-bottom: var(--stzh-space-xxxxlarge);
2089
2193
  }
2090
2194
  }
2195
+ @media screen and (min-width: 1024px) {
2196
+ main .wrapper {
2197
+ padding-bottom: var(--stzh-space-big);
2198
+ }
2199
+ }
2091
2200
  @media screen and (min-width: 1260px) {
2092
2201
  main .wrapper {
2093
2202
  padding-bottom: var(--stzh-space-xbig);
@@ -2136,8 +2245,8 @@ main .heading1, main h1 {
2136
2245
  font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));
2137
2246
  line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));
2138
2247
  letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
2139
- margin-top: var(--stzh-space-large);
2140
- margin-bottom: var(--stzh-space-medium);
2248
+ margin-top: var(--stzh-space-xxlarge);
2249
+ margin-bottom: var(--stzh-space-xlarge);
2141
2250
  padding-bottom: var(--stzh-space-xsmall);
2142
2251
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
2143
2252
  }
@@ -2162,14 +2271,9 @@ main .heading1, main h1 {
2162
2271
  letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
2163
2272
  }
2164
2273
  }
2165
- @media screen and (min-width: 600px) {
2166
- main .heading1, main h1 {
2167
- margin-top: var(--stzh-space-xlarge);
2168
- }
2169
- }
2170
2274
  @media screen and (min-width: 1024px) {
2171
2275
  main .heading1, main h1 {
2172
- margin-top: var(--stzh-space-xxlarge);
2276
+ margin-top: var(--stzh-space-xxxlarge);
2173
2277
  }
2174
2278
  }
2175
2279
  @media screen and (min-width: 1260px) {
@@ -2177,34 +2281,24 @@ main .heading1, main h1 {
2177
2281
  margin-top: var(--stzh-space-xxxxlarge);
2178
2282
  }
2179
2283
  }
2180
- @media screen and (min-width: 600px) {
2181
- main .heading1, main h1 {
2182
- margin-bottom: var(--stzh-space-large);
2183
- }
2184
- }
2185
- @media screen and (min-width: 1024px) {
2186
- main .heading1, main h1 {
2187
- margin-bottom: var(--stzh-space-xlarge);
2188
- }
2189
- }
2190
- @media screen and (min-width: 1260px) {
2284
+ @media screen and (min-width: 1024px) {
2191
2285
  main .heading1, main h1 {
2192
2286
  margin-bottom: var(--stzh-space-xxlarge);
2193
2287
  }
2194
2288
  }
2195
- @media screen and (min-width: 600px) {
2289
+ @media screen and (min-width: 1260px) {
2196
2290
  main .heading1, main h1 {
2197
- padding-bottom: var(--stzh-space-small);
2291
+ margin-bottom: var(--stzh-space-xxxlarge);
2198
2292
  }
2199
2293
  }
2200
2294
  @media screen and (min-width: 1024px) {
2201
2295
  main .heading1, main h1 {
2202
- padding-bottom: var(--stzh-space-medium);
2296
+ padding-bottom: var(--stzh-space-small);
2203
2297
  }
2204
2298
  }
2205
2299
  @media screen and (min-width: 1260px) {
2206
2300
  main .heading1, main h1 {
2207
- padding-bottom: var(--stzh-space-large);
2301
+ padding-bottom: var(--stzh-space-medium);
2208
2302
  }
2209
2303
  }
2210
2304
  main .section-heading,
@@ -2215,7 +2309,7 @@ main .heading2, main h2 {
2215
2309
  line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));
2216
2310
  letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);
2217
2311
  margin-top: var(--stzh-space-xxlarge);
2218
- margin-bottom: var(--stzh-space-medium);
2312
+ margin-bottom: var(--stzh-space-xlarge);
2219
2313
  padding-bottom: var(--stzh-space-xsmall);
2220
2314
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
2221
2315
  }
@@ -2243,52 +2337,40 @@ main .heading2, main h2 {
2243
2337
  letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
2244
2338
  }
2245
2339
  }
2246
- @media screen and (min-width: 600px) {
2340
+ @media screen and (min-width: 1024px) {
2247
2341
  main .section-heading,
2248
2342
  main .heading2, main h2 {
2249
- margin-top: var(--stzh-space-xxxxlarge);
2343
+ margin-top: var(--stzh-space-xxxlarge);
2250
2344
  }
2251
2345
  }
2252
2346
  @media screen and (min-width: 1260px) {
2253
2347
  main .section-heading,
2254
2348
  main .heading2, main h2 {
2255
- margin-top: var(--stzh-space-xbig);
2256
- }
2257
- }
2258
- @media screen and (min-width: 600px) {
2259
- main .section-heading,
2260
- main .heading2, main h2 {
2261
- margin-bottom: var(--stzh-space-large);
2349
+ margin-top: var(--stzh-space-xxxxlarge);
2262
2350
  }
2263
2351
  }
2264
2352
  @media screen and (min-width: 1024px) {
2265
2353
  main .section-heading,
2266
- main .heading2, main h2 {
2267
- margin-bottom: var(--stzh-space-xlarge);
2268
- }
2269
- }
2270
- @media screen and (min-width: 1260px) {
2271
- main .section-heading,
2272
2354
  main .heading2, main h2 {
2273
2355
  margin-bottom: var(--stzh-space-xxlarge);
2274
2356
  }
2275
2357
  }
2276
- @media screen and (min-width: 600px) {
2358
+ @media screen and (min-width: 1260px) {
2277
2359
  main .section-heading,
2278
2360
  main .heading2, main h2 {
2279
- padding-bottom: var(--stzh-space-small);
2361
+ margin-bottom: var(--stzh-space-xxxlarge);
2280
2362
  }
2281
2363
  }
2282
2364
  @media screen and (min-width: 1024px) {
2283
2365
  main .section-heading,
2284
2366
  main .heading2, main h2 {
2285
- padding-bottom: var(--stzh-space-medium);
2367
+ padding-bottom: var(--stzh-space-small);
2286
2368
  }
2287
2369
  }
2288
2370
  @media screen and (min-width: 1260px) {
2289
2371
  main .section-heading,
2290
2372
  main .heading2, main h2 {
2291
- padding-bottom: var(--stzh-space-large);
2373
+ padding-bottom: var(--stzh-space-medium);
2292
2374
  }
2293
2375
  }
2294
2376
  main .heading3, main h3 {
@@ -2297,7 +2379,7 @@ main .heading3, main h3 {
2297
2379
  font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
2298
2380
  line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
2299
2381
  letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
2300
- margin-top: var(--stzh-space-medium);
2382
+ margin-top: var(--stzh-space-xlarge);
2301
2383
  }
2302
2384
  @media screen and (min-width: 600px) {
2303
2385
  main .heading3, main h3 {
@@ -2313,19 +2395,14 @@ main .heading3, main h3 {
2313
2395
  letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
2314
2396
  }
2315
2397
  }
2316
- @media screen and (min-width: 600px) {
2317
- main .heading3, main h3 {
2318
- margin-top: var(--stzh-space-large);
2319
- }
2320
- }
2321
2398
  @media screen and (min-width: 1024px) {
2322
2399
  main .heading3, main h3 {
2323
- margin-top: var(--stzh-space-xlarge);
2400
+ margin-top: var(--stzh-space-xxlarge);
2324
2401
  }
2325
2402
  }
2326
2403
  @media screen and (min-width: 1260px) {
2327
2404
  main .heading3, main h3 {
2328
- margin-top: var(--stzh-space-xxlarge);
2405
+ margin-top: var(--stzh-space-xxxlarge);
2329
2406
  }
2330
2407
  }
2331
2408
  main .heading4, main h4 {
@@ -2334,7 +2411,7 @@ main .heading4, main h4 {
2334
2411
  font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
2335
2412
  line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));
2336
2413
  letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);
2337
- margin-top: var(--stzh-space-medium);
2414
+ margin-top: var(--stzh-space-xlarge);
2338
2415
  color: var(--stzh-base-color);
2339
2416
  }
2340
2417
  @media screen and (min-width: 1024px) {
@@ -2344,19 +2421,14 @@ main .heading4, main h4 {
2344
2421
  letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);
2345
2422
  }
2346
2423
  }
2347
- @media screen and (min-width: 600px) {
2348
- main .heading4, main h4 {
2349
- margin-top: var(--stzh-space-large);
2350
- }
2351
- }
2352
2424
  @media screen and (min-width: 1024px) {
2353
2425
  main .heading4, main h4 {
2354
- margin-top: var(--stzh-space-xlarge);
2426
+ margin-top: var(--stzh-space-xxlarge);
2355
2427
  }
2356
2428
  }
2357
2429
  @media screen and (min-width: 1260px) {
2358
2430
  main .heading4, main h4 {
2359
- margin-top: var(--stzh-space-xxlarge);
2431
+ margin-top: var(--stzh-space-xxxlarge);
2360
2432
  }
2361
2433
  }
2362
2434
  main .heading4, main h4,
@@ -2370,16 +2442,11 @@ main #most-commented a {
2370
2442
  text-decoration: none;
2371
2443
  }
2372
2444
  main .section {
2373
- margin-bottom: var(--stzh-space-large);
2374
- }
2375
- @media screen and (min-width: 600px) {
2376
- main .section {
2377
- margin-bottom: var(--stzh-space-xlarge);
2378
- }
2445
+ margin-bottom: var(--stzh-space-xxlarge);
2379
2446
  }
2380
2447
  @media screen and (min-width: 1024px) {
2381
2448
  main .section {
2382
- margin-bottom: var(--stzh-space-xxlarge);
2449
+ margin-bottom: var(--stzh-space-xxxlarge);
2383
2450
  }
2384
2451
  }
2385
2452
  @media screen and (min-width: 1260px) {
@@ -2635,6 +2702,7 @@ main .ql-editor {
2635
2702
  /* Lists */
2636
2703
  /* Figure */
2637
2704
  /* Blockquote */
2705
+ /* Table */
2638
2706
  /* Links */
2639
2707
  }
2640
2708
  main .ql-editor h1, main .ql-editor h2, main .ql-editor h3, main .ql-editor h4 {
@@ -2758,22 +2826,14 @@ main .ql-editor h1,
2758
2826
  main .ql-editor h2,
2759
2827
  main .ql-editor stzh-heading[level="1"],
2760
2828
  main .ql-editor stzh-heading[level="2"] {
2761
- margin-bottom: var(--stzh-space-medium);
2762
- }
2763
- @media screen and (min-width: 600px) {
2764
- main .ql-editor h1,
2765
- main .ql-editor h2,
2766
- main .ql-editor stzh-heading[level="1"],
2767
- main .ql-editor stzh-heading[level="2"] {
2768
- margin-bottom: var(--stzh-space-large);
2769
- }
2829
+ margin-bottom: var(--stzh-space-xlarge);
2770
2830
  }
2771
2831
  @media screen and (min-width: 1024px) {
2772
2832
  main .ql-editor h1,
2773
2833
  main .ql-editor h2,
2774
2834
  main .ql-editor stzh-heading[level="1"],
2775
2835
  main .ql-editor stzh-heading[level="2"] {
2776
- margin-bottom: var(--stzh-space-xlarge);
2836
+ margin-bottom: var(--stzh-space-xxlarge);
2777
2837
  }
2778
2838
  }
2779
2839
  @media screen and (min-width: 1260px) {
@@ -2781,108 +2841,65 @@ main .ql-editor stzh-heading[level="2"] {
2781
2841
  main .ql-editor h2,
2782
2842
  main .ql-editor stzh-heading[level="1"],
2783
2843
  main .ql-editor stzh-heading[level="2"] {
2784
- margin-bottom: var(--stzh-space-xxlarge);
2844
+ margin-bottom: var(--stzh-space-xxxlarge);
2785
2845
  }
2786
2846
  }
2787
2847
  main .ql-editor h1, main .ql-editor h2 {
2788
2848
  padding-bottom: var(--stzh-space-xsmall);
2789
2849
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
2790
2850
  }
2791
- @media screen and (min-width: 600px) {
2792
- main .ql-editor h1, main .ql-editor h2 {
2793
- padding-bottom: var(--stzh-space-small);
2794
- }
2795
- }
2796
2851
  @media screen and (min-width: 1024px) {
2797
2852
  main .ql-editor h1, main .ql-editor h2 {
2798
- padding-bottom: var(--stzh-space-medium);
2853
+ padding-bottom: var(--stzh-space-small);
2799
2854
  }
2800
2855
  }
2801
2856
  @media screen and (min-width: 1260px) {
2802
2857
  main .ql-editor h1, main .ql-editor h2 {
2803
- padding-bottom: var(--stzh-space-large);
2858
+ padding-bottom: var(--stzh-space-medium);
2804
2859
  }
2805
2860
  }
2806
2861
  main .ql-editor h1,
2807
- main .ql-editor stzh-heading[level="1"] {
2808
- margin-top: var(--stzh-space-large);
2809
- }
2810
- @media screen and (min-width: 600px) {
2811
- main .ql-editor h1,
2812
- main .ql-editor stzh-heading[level="1"] {
2813
- margin-top: var(--stzh-space-xlarge);
2814
- }
2862
+ main .ql-editor stzh-heading[level="1"],
2863
+ main .ql-editor h2,
2864
+ main .ql-editor stzh-heading[level="2"] {
2865
+ margin-top: var(--stzh-space-xxlarge);
2815
2866
  }
2816
2867
  @media screen and (min-width: 1024px) {
2817
2868
  main .ql-editor h1,
2818
- main .ql-editor stzh-heading[level="1"] {
2819
- margin-top: var(--stzh-space-xxlarge);
2869
+ main .ql-editor stzh-heading[level="1"],
2870
+ main .ql-editor h2,
2871
+ main .ql-editor stzh-heading[level="2"] {
2872
+ margin-top: var(--stzh-space-xxxlarge);
2820
2873
  }
2821
2874
  }
2822
2875
  @media screen and (min-width: 1260px) {
2823
2876
  main .ql-editor h1,
2824
- main .ql-editor stzh-heading[level="1"] {
2825
- margin-top: var(--stzh-space-xxxxlarge);
2826
- }
2827
- }
2877
+ main .ql-editor stzh-heading[level="1"],
2828
2878
  main .ql-editor h2,
2829
- main .ql-editor stzh-heading[level="2"] {
2830
- margin-top: var(--stzh-space-xxlarge);
2831
- }
2832
- @media screen and (min-width: 600px) {
2833
- main .ql-editor h2,
2834
2879
  main .ql-editor stzh-heading[level="2"] {
2835
2880
  margin-top: var(--stzh-space-xxxxlarge);
2836
2881
  }
2837
2882
  }
2838
- @media screen and (min-width: 1260px) {
2839
- main .ql-editor h2,
2840
- main .ql-editor stzh-heading[level="2"] {
2841
- margin-top: var(--stzh-space-xbig);
2842
- }
2843
- }
2844
2883
  main .ql-editor h3,
2845
- main .ql-editor stzh-heading[level="3"] {
2846
- margin-top: var(--stzh-space-medium);
2847
- }
2848
- @media screen and (min-width: 600px) {
2849
- main .ql-editor h3,
2850
- main .ql-editor stzh-heading[level="3"] {
2851
- margin-top: var(--stzh-space-large);
2852
- }
2853
- }
2854
- @media screen and (min-width: 1024px) {
2855
- main .ql-editor h3,
2856
- main .ql-editor stzh-heading[level="3"] {
2857
- margin-top: var(--stzh-space-xlarge);
2858
- }
2859
- }
2860
- @media screen and (min-width: 1260px) {
2861
- main .ql-editor h3,
2862
- main .ql-editor stzh-heading[level="3"] {
2863
- margin-top: var(--stzh-space-xxlarge);
2864
- }
2865
- }
2884
+ main .ql-editor stzh-heading[level="3"],
2866
2885
  main .ql-editor h4,
2867
2886
  main .ql-editor stzh-heading[level="4"] {
2868
- margin-top: var(--stzh-space-medium);
2869
- }
2870
- @media screen and (min-width: 600px) {
2871
- main .ql-editor h4,
2872
- main .ql-editor stzh-heading[level="4"] {
2873
- margin-top: var(--stzh-space-large);
2874
- }
2887
+ margin-top: var(--stzh-space-xlarge);
2875
2888
  }
2876
2889
  @media screen and (min-width: 1024px) {
2877
- main .ql-editor h4,
2890
+ main .ql-editor h3,
2891
+ main .ql-editor stzh-heading[level="3"],
2892
+ main .ql-editor h4,
2878
2893
  main .ql-editor stzh-heading[level="4"] {
2879
- margin-top: var(--stzh-space-xlarge);
2894
+ margin-top: var(--stzh-space-xxlarge);
2880
2895
  }
2881
2896
  }
2882
2897
  @media screen and (min-width: 1260px) {
2883
- main .ql-editor h4,
2898
+ main .ql-editor h3,
2899
+ main .ql-editor stzh-heading[level="3"],
2900
+ main .ql-editor h4,
2884
2901
  main .ql-editor stzh-heading[level="4"] {
2885
- margin-top: var(--stzh-space-xxlarge);
2902
+ margin-top: var(--stzh-space-xxxlarge);
2886
2903
  }
2887
2904
  }
2888
2905
  main .ql-editor p,
@@ -2904,6 +2921,16 @@ main .ql-editor stzh-list {
2904
2921
  margin-top: var(--stzh-space-medium);
2905
2922
  }
2906
2923
  }
2924
+ @media screen and (min-width: 1260px) {
2925
+ main .ql-editor p,
2926
+ main .ql-editor stzh-text,
2927
+ main .ql-editor ul,
2928
+ main .ql-editor ol,
2929
+ main .ql-editor dl,
2930
+ main .ql-editor stzh-list {
2931
+ margin-top: var(--stzh-space-large);
2932
+ }
2933
+ }
2907
2934
  @media screen and (min-width: 1024px) {
2908
2935
  main .ql-editor p,
2909
2936
  main .ql-editor stzh-text,
@@ -2914,6 +2941,16 @@ main .ql-editor stzh-list {
2914
2941
  margin-bottom: var(--stzh-space-medium);
2915
2942
  }
2916
2943
  }
2944
+ @media screen and (min-width: 1260px) {
2945
+ main .ql-editor p,
2946
+ main .ql-editor stzh-text,
2947
+ main .ql-editor ul,
2948
+ main .ql-editor ol,
2949
+ main .ql-editor dl,
2950
+ main .ql-editor stzh-list {
2951
+ margin-bottom: var(--stzh-space-large);
2952
+ }
2953
+ }
2917
2954
  main .ql-editor ul ul,
2918
2955
  main .ql-editor ul ol,
2919
2956
  main .ql-editor ul dl,
@@ -2935,46 +2972,32 @@ main .ql-editor stzh-list stzh-list {
2935
2972
  }
2936
2973
  main .ql-editor stzh-text[curve=hero],
2937
2974
  main .ql-editor stzh-heading[curve=hero] {
2938
- margin-bottom: var(--stzh-space-medium);
2939
- }
2940
- @media screen and (min-width: 600px) {
2941
- main .ql-editor stzh-text[curve=hero],
2942
- main .ql-editor stzh-heading[curve=hero] {
2943
- margin-bottom: var(--stzh-space-large);
2944
- }
2975
+ margin-bottom: var(--stzh-space-xlarge);
2945
2976
  }
2946
2977
  @media screen and (min-width: 1024px) {
2947
2978
  main .ql-editor stzh-text[curve=hero],
2948
2979
  main .ql-editor stzh-heading[curve=hero] {
2949
- margin-bottom: var(--stzh-space-xlarge);
2980
+ margin-bottom: var(--stzh-space-xxlarge);
2950
2981
  }
2951
2982
  }
2952
2983
  @media screen and (min-width: 1260px) {
2953
2984
  main .ql-editor stzh-text[curve=hero],
2954
2985
  main .ql-editor stzh-heading[curve=hero] {
2955
- margin-bottom: var(--stzh-space-xxlarge);
2986
+ margin-bottom: var(--stzh-space-xxxlarge);
2956
2987
  }
2957
2988
  }
2958
2989
  main .ql-editor stzh-text[curve=h1],
2959
2990
  main .ql-editor stzh-heading[curve=h1],
2960
2991
  main .ql-editor stzh-text[curve=h2],
2961
2992
  main .ql-editor stzh-heading[curve=h2] {
2962
- margin-bottom: var(--stzh-space-medium);
2963
- }
2964
- @media screen and (min-width: 600px) {
2965
- main .ql-editor stzh-text[curve=h1],
2966
- main .ql-editor stzh-heading[curve=h1],
2967
- main .ql-editor stzh-text[curve=h2],
2968
- main .ql-editor stzh-heading[curve=h2] {
2969
- margin-bottom: var(--stzh-space-large);
2970
- }
2993
+ margin-bottom: var(--stzh-space-xlarge);
2971
2994
  }
2972
2995
  @media screen and (min-width: 1024px) {
2973
2996
  main .ql-editor stzh-text[curve=h1],
2974
2997
  main .ql-editor stzh-heading[curve=h1],
2975
2998
  main .ql-editor stzh-text[curve=h2],
2976
2999
  main .ql-editor stzh-heading[curve=h2] {
2977
- margin-bottom: var(--stzh-space-xlarge);
3000
+ margin-bottom: var(--stzh-space-xxlarge);
2978
3001
  }
2979
3002
  }
2980
3003
  @media screen and (min-width: 1260px) {
@@ -2982,23 +3005,17 @@ main .ql-editor stzh-heading[curve=h2] {
2982
3005
  main .ql-editor stzh-heading[curve=h1],
2983
3006
  main .ql-editor stzh-text[curve=h2],
2984
3007
  main .ql-editor stzh-heading[curve=h2] {
2985
- margin-bottom: var(--stzh-space-xxlarge);
3008
+ margin-bottom: var(--stzh-space-xxxlarge);
2986
3009
  }
2987
3010
  }
2988
3011
  main .ql-editor stzh-text[curve=h1],
2989
3012
  main .ql-editor stzh-heading[curve=h1] {
2990
- margin-top: var(--stzh-space-large);
2991
- }
2992
- @media screen and (min-width: 600px) {
2993
- main .ql-editor stzh-text[curve=h1],
2994
- main .ql-editor stzh-heading[curve=h1] {
2995
- margin-top: var(--stzh-space-xlarge);
2996
- }
3013
+ margin-top: var(--stzh-space-xxlarge);
2997
3014
  }
2998
3015
  @media screen and (min-width: 1024px) {
2999
3016
  main .ql-editor stzh-text[curve=h1],
3000
3017
  main .ql-editor stzh-heading[curve=h1] {
3001
- margin-top: var(--stzh-space-xxlarge);
3018
+ margin-top: var(--stzh-space-xxxlarge);
3002
3019
  }
3003
3020
  }
3004
3021
  @media screen and (min-width: 1260px) {
@@ -3009,7 +3026,7 @@ main .ql-editor stzh-heading[curve=h1] {
3009
3026
  }
3010
3027
  main .ql-editor stzh-text[curve=h2],
3011
3028
  main .ql-editor stzh-heading[curve=h2] {
3012
- margin-top: var(--stzh-space-xxlarge);
3029
+ margin-top: var(--stzh-space-xxxlarge);
3013
3030
  }
3014
3031
  @media screen and (min-width: 600px) {
3015
3032
  main .ql-editor stzh-text[curve=h2],
@@ -3017,6 +3034,12 @@ main .ql-editor stzh-heading[curve=h2] {
3017
3034
  margin-top: var(--stzh-space-xxxxlarge);
3018
3035
  }
3019
3036
  }
3037
+ @media screen and (min-width: 1024px) {
3038
+ main .ql-editor stzh-text[curve=h2],
3039
+ main .ql-editor stzh-heading[curve=h2] {
3040
+ margin-top: var(--stzh-space-big);
3041
+ }
3042
+ }
3020
3043
  @media screen and (min-width: 1260px) {
3021
3044
  main .ql-editor stzh-text[curve=h2],
3022
3045
  main .ql-editor stzh-heading[curve=h2] {
@@ -3025,46 +3048,34 @@ main .ql-editor stzh-heading[curve=h2] {
3025
3048
  }
3026
3049
  main .ql-editor stzh-text[curve=h3],
3027
3050
  main .ql-editor stzh-heading[curve=h3] {
3028
- margin-top: var(--stzh-space-medium);
3029
- }
3030
- @media screen and (min-width: 600px) {
3031
- main .ql-editor stzh-text[curve=h3],
3032
- main .ql-editor stzh-heading[curve=h3] {
3033
- margin-top: var(--stzh-space-large);
3034
- }
3051
+ margin-top: var(--stzh-space-xlarge);
3035
3052
  }
3036
3053
  @media screen and (min-width: 1024px) {
3037
3054
  main .ql-editor stzh-text[curve=h3],
3038
3055
  main .ql-editor stzh-heading[curve=h3] {
3039
- margin-top: var(--stzh-space-xlarge);
3056
+ margin-top: var(--stzh-space-xxlarge);
3040
3057
  }
3041
3058
  }
3042
3059
  @media screen and (min-width: 1260px) {
3043
3060
  main .ql-editor stzh-text[curve=h3],
3044
3061
  main .ql-editor stzh-heading[curve=h3] {
3045
- margin-top: var(--stzh-space-xxlarge);
3062
+ margin-top: var(--stzh-space-xxxlarge);
3046
3063
  }
3047
3064
  }
3048
3065
  main .ql-editor stzh-text[curve=h4],
3049
3066
  main .ql-editor stzh-heading[curve=h4] {
3050
- margin-top: var(--stzh-space-medium);
3051
- }
3052
- @media screen and (min-width: 600px) {
3053
- main .ql-editor stzh-text[curve=h4],
3054
- main .ql-editor stzh-heading[curve=h4] {
3055
- margin-top: var(--stzh-space-large);
3056
- }
3067
+ margin-top: var(--stzh-space-xlarge);
3057
3068
  }
3058
3069
  @media screen and (min-width: 1024px) {
3059
3070
  main .ql-editor stzh-text[curve=h4],
3060
3071
  main .ql-editor stzh-heading[curve=h4] {
3061
- margin-top: var(--stzh-space-xlarge);
3072
+ margin-top: var(--stzh-space-xxlarge);
3062
3073
  }
3063
3074
  }
3064
3075
  @media screen and (min-width: 1260px) {
3065
3076
  main .ql-editor stzh-text[curve=h4],
3066
3077
  main .ql-editor stzh-heading[curve=h4] {
3067
- margin-top: var(--stzh-space-xxlarge);
3078
+ margin-top: var(--stzh-space-xxxlarge);
3068
3079
  }
3069
3080
  }
3070
3081
  main .ql-editor stzh-text[curve=p1],
@@ -3082,6 +3093,14 @@ main .ql-editor stzh-heading[curve=p2] {
3082
3093
  margin-top: var(--stzh-space-medium);
3083
3094
  }
3084
3095
  }
3096
+ @media screen and (min-width: 1260px) {
3097
+ main .ql-editor stzh-text[curve=p1],
3098
+ main .ql-editor stzh-text[curve=p2],
3099
+ main .ql-editor stzh-heading[curve=p1],
3100
+ main .ql-editor stzh-heading[curve=p2] {
3101
+ margin-top: var(--stzh-space-large);
3102
+ }
3103
+ }
3085
3104
  @media screen and (min-width: 1024px) {
3086
3105
  main .ql-editor stzh-text[curve=p1],
3087
3106
  main .ql-editor stzh-text[curve=p2],
@@ -3090,6 +3109,14 @@ main .ql-editor stzh-heading[curve=p2] {
3090
3109
  margin-bottom: var(--stzh-space-medium);
3091
3110
  }
3092
3111
  }
3112
+ @media screen and (min-width: 1260px) {
3113
+ main .ql-editor stzh-text[curve=p1],
3114
+ main .ql-editor stzh-text[curve=p2],
3115
+ main .ql-editor stzh-heading[curve=p1],
3116
+ main .ql-editor stzh-heading[curve=p2] {
3117
+ margin-bottom: var(--stzh-space-large);
3118
+ }
3119
+ }
3093
3120
  main .ql-editor stzh-figure {
3094
3121
  margin-top: var(--stzh-space-xxlarge);
3095
3122
  margin-bottom: var(--stzh-space-xxlarge);
@@ -3103,7 +3130,7 @@ main .ql-editor blockquote {
3103
3130
  letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
3104
3131
  padding-left: var(--stzh-space-medium);
3105
3132
  padding-right: var(--stzh-space-medium);
3106
- margin: var(--stzh-space-large);
3133
+ margin: var(--stzh-space-xxlarge);
3107
3134
  color: var(--stzh-richttext-blockquote-color);
3108
3135
  position: relative;
3109
3136
  }
@@ -3141,14 +3168,9 @@ main .ql-editor blockquote {
3141
3168
  padding-right: var(--stzh-space-xlarge);
3142
3169
  }
3143
3170
  }
3144
- @media screen and (min-width: 600px) {
3145
- main .ql-editor blockquote {
3146
- margin: var(--stzh-space-xlarge);
3147
- }
3148
- }
3149
3171
  @media screen and (min-width: 1024px) {
3150
3172
  main .ql-editor blockquote {
3151
- margin: var(--stzh-space-xxlarge);
3173
+ margin: var(--stzh-space-xxxlarge);
3152
3174
  }
3153
3175
  }
3154
3176
  @media screen and (min-width: 1260px) {
@@ -3175,6 +3197,11 @@ main .ql-editor blockquote p {
3175
3197
  margin-bottom: var(--stzh-space-medium);
3176
3198
  }
3177
3199
  }
3200
+ @media screen and (min-width: 1260px) {
3201
+ main .ql-editor blockquote p {
3202
+ margin-bottom: var(--stzh-space-large);
3203
+ }
3204
+ }
3178
3205
  main .ql-editor blockquote p::before, main .ql-editor blockquote p::after {
3179
3206
  display: inline-block;
3180
3207
  }
@@ -3201,6 +3228,150 @@ main .ql-editor blockquote footer::before {
3201
3228
  display: inline-block;
3202
3229
  margin-right: var(--stzh-space-xxxsmall);
3203
3230
  }
3231
+ main .ql-editor table {
3232
+ --min-width: none;
3233
+ --cell-padding: var(--stzh-table-cell-padding);
3234
+ width: 100%;
3235
+ border-spacing: 0;
3236
+ min-width: var(--min-width);
3237
+ }
3238
+ main .ql-editor thead {
3239
+ position: -webkit-sticky;
3240
+ position: sticky;
3241
+ top: 0;
3242
+ z-index: 3;
3243
+ }
3244
+ main .ql-editor tr:hover td,
3245
+ main .ql-editor tr:hover th {
3246
+ background-color: var(--stzh-color-grey5);
3247
+ }
3248
+ main .ql-editor td,
3249
+ main .ql-editor th {
3250
+ font-size: var(--stzh-font-milli-font-size);
3251
+ line-height: var(--stzh-font-milli-text-line-height);
3252
+ letter-spacing: var(--stzh-font-curve---text-letter-spacing);
3253
+ text-align: left;
3254
+ border: none;
3255
+ vertical-align: top;
3256
+ border: none;
3257
+ border-bottom: 0.0625rem solid var(--stzh-base-border-color);
3258
+ background-color: var(--stzh-color-white);
3259
+ transition: background-color var(--stzh-base-transition-animation-speed);
3260
+ padding: var(--cell-padding);
3261
+ /* Horizontal alignment */
3262
+ /* Vertical alignment */
3263
+ /* Nowrap */
3264
+ /* Sticky */
3265
+ }
3266
+ main .ql-editor td a,
3267
+ main .ql-editor th a {
3268
+ color: var(--stzh-link-color);
3269
+ transition: color var(--stzh-base-transition-animation-speed);
3270
+ border-radius: var(--stzh-button-border-radius);
3271
+ }
3272
+ main .ql-editor td a:hover, main .ql-editor td a:focus,
3273
+ main .ql-editor th a:hover,
3274
+ main .ql-editor th a:focus {
3275
+ color: var(--stzh-link-hover-color);
3276
+ }
3277
+ main .ql-editor td b, main .ql-editor td strong,
3278
+ main .ql-editor th b,
3279
+ main .ql-editor th strong {
3280
+ font-family: var(--stzh-font-family-heavy);
3281
+ font-weight: var(--stzh-font-weight-heavy);
3282
+ font-style: normal;
3283
+ }
3284
+ main .ql-editor td i, main .ql-editor td em,
3285
+ main .ql-editor th i,
3286
+ main .ql-editor th em {
3287
+ font-family: var(--stzh-font-family-regular);
3288
+ font-weight: var(--stzh-font-weight-regular);
3289
+ font-style: normal;
3290
+ }
3291
+ main .ql-editor td.align-left,
3292
+ main .ql-editor th.align-left {
3293
+ text-align: left;
3294
+ }
3295
+ main .ql-editor td.align-right,
3296
+ main .ql-editor th.align-right {
3297
+ text-align: right;
3298
+ }
3299
+ main .ql-editor td.align-center,
3300
+ main .ql-editor th.align-center {
3301
+ text-align: center;
3302
+ }
3303
+ main .ql-editor td.valign-auto,
3304
+ main .ql-editor th.valign-auto {
3305
+ vertical-align: auto;
3306
+ }
3307
+ main .ql-editor td.valign-middle,
3308
+ main .ql-editor th.valign-middle {
3309
+ vertical-align: middle;
3310
+ }
3311
+ main .ql-editor td.valign-bottom,
3312
+ main .ql-editor th.valign-bottom {
3313
+ vertical-align: bottom;
3314
+ }
3315
+ main .ql-editor td.nowrap,
3316
+ main .ql-editor th.nowrap {
3317
+ white-space: nowrap;
3318
+ }
3319
+ main .ql-editor td.is-sticky-left, main .ql-editor td.is-sticky-right,
3320
+ main .ql-editor th.is-sticky-left,
3321
+ main .ql-editor th.is-sticky-right {
3322
+ position: -webkit-sticky;
3323
+ position: sticky;
3324
+ z-index: 1;
3325
+ }
3326
+ main .ql-editor td.has-sticked,
3327
+ main .ql-editor th.has-sticked {
3328
+ z-index: 2;
3329
+ }
3330
+ main .ql-editor td.is-sticky-left,
3331
+ main .ql-editor th.is-sticky-left {
3332
+ left: 0;
3333
+ }
3334
+ main .ql-editor td.is-sticky-right,
3335
+ main .ql-editor th.is-sticky-right {
3336
+ right: 0;
3337
+ }
3338
+ main .ql-editor td.is-sticky-left::after, main .ql-editor td.is-sticky-right::after,
3339
+ main .ql-editor th.is-sticky-left::after,
3340
+ main .ql-editor th.is-sticky-right::after {
3341
+ background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
3342
+ content: "";
3343
+ pointer-events: none;
3344
+ position: absolute;
3345
+ top: 0;
3346
+ height: 100%;
3347
+ width: 0.375rem;
3348
+ transform: translate(100%);
3349
+ opacity: 0;
3350
+ transition: opacity var(--stzh-base-transition-animation-speed);
3351
+ }
3352
+ main .ql-editor td.is-sticky-left::after,
3353
+ main .ql-editor th.is-sticky-left::after {
3354
+ right: 0;
3355
+ }
3356
+ main .ql-editor td.is-sticky-right::after,
3357
+ main .ql-editor th.is-sticky-right::after {
3358
+ left: 0;
3359
+ transform: rotate(-180deg) translate(100%);
3360
+ }
3361
+ main .ql-editor td.has-sticked.is-sticky-left::after, main .ql-editor td.has-sticked.is-sticky-right::after,
3362
+ main .ql-editor th.has-sticked.is-sticky-left::after,
3363
+ main .ql-editor th.has-sticked.is-sticky-right::after {
3364
+ opacity: 1;
3365
+ }
3366
+ main .ql-editor th {
3367
+ font-family: var(--stzh-font-family-heavy);
3368
+ font-weight: var(--stzh-font-weight-heavy);
3369
+ font-style: normal;
3370
+ color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
3371
+ }
3372
+ main .ql-editor th.is-sortable {
3373
+ padding: 0;
3374
+ }
3204
3375
  main .ql-editor a {
3205
3376
  color: var(--stzh-link-color);
3206
3377
  transition: color var(--stzh-base-transition-animation-speed);
@@ -3270,6 +3441,11 @@ main .accountability .intro .progress-level p {
3270
3441
  margin-bottom: var(--stzh-space-medium);
3271
3442
  }
3272
3443
  }
3444
+ @media screen and (min-width: 1260px) {
3445
+ main .accountability .intro .progress-level p {
3446
+ margin-bottom: var(--stzh-space-large);
3447
+ }
3448
+ }
3273
3449
  main .accountability .categories .progress-figure {
3274
3450
  margin-top: 0;
3275
3451
  }
@@ -3310,7 +3486,7 @@ main .lead .ql-editor p {
3310
3486
  font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
3311
3487
  line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));
3312
3488
  letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
3313
- margin-bottom: var(--stzh-space-xxlarge);
3489
+ margin-bottom: var(--stzh-space-xxxlarge);
3314
3490
  margin-top: var(--stzh-space-xxlarge);
3315
3491
  }
3316
3492
  @media screen and (min-width: 600px) {
@@ -3332,6 +3508,11 @@ main .lead .ql-editor p {
3332
3508
  margin-bottom: var(--stzh-space-xxxxlarge);
3333
3509
  }
3334
3510
  }
3511
+ @media screen and (min-width: 1024px) {
3512
+ main .lead .ql-editor p {
3513
+ margin-bottom: var(--stzh-space-big);
3514
+ }
3515
+ }
3335
3516
  @media screen and (min-width: 1260px) {
3336
3517
  main .lead .ql-editor p {
3337
3518
  margin-bottom: var(--stzh-space-xbig);