@oiz/stzh-components 2.0.0-beta → 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 (272) hide show
  1. package/dist/cjs/{app-globals-58a084a9.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 +1 -9
  5. package/dist/cjs/stzh-badge_3.cjs.entry.js +17 -7
  6. package/dist/cjs/stzh-card-list.cjs.entry.js +19 -20
  7. package/dist/cjs/stzh-card.cjs.entry.js +34 -16
  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-datamessagelist-item.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  14. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
  16. package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-input.cjs.entry.js +2 -2
  20. package/dist/cjs/stzh-link.cjs.entry.js +8 -4
  21. package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
  22. package/dist/cjs/stzh-message.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  24. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-sortable.cjs.entry.js +3 -2
  27. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
  29. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  31. package/dist/collection/assets/icons/mono/code-window.svg +3 -0
  32. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
  33. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
  34. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
  35. package/dist/collection/components/stzh-actionset/stzh-actionset.js +1 -9
  36. package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
  37. package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
  38. package/dist/collection/components/stzh-button/stzh-button.js +45 -5
  39. package/dist/collection/components/stzh-card/stzh-card.css +2 -14
  40. package/dist/collection/components/stzh-card/stzh-card.js +37 -37
  41. package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -4
  42. package/dist/collection/components/stzh-card-list/stzh-card-list.js +22 -49
  43. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +2 -2
  44. package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
  45. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
  46. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
  47. package/dist/collection/components/stzh-cspace/stzh-cspace.css +87 -176
  48. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
  49. package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
  50. package/dist/collection/components/stzh-dialog/stzh-dialog.css +9 -19
  51. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
  52. package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
  53. package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
  54. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +45 -32
  55. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  56. package/dist/collection/components/stzh-input/stzh-input.js +2 -2
  57. package/dist/collection/components/stzh-link/stzh-link.js +44 -4
  58. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
  59. package/dist/collection/components/stzh-message/stzh-message.css +5 -0
  60. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
  61. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +226 -337
  62. package/dist/collection/components/stzh-richtext/stzh-richtext.css +88 -129
  63. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
  64. package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
  65. package/dist/collection/components/stzh-sortable/stzh-sortable.js +2 -1
  66. package/dist/collection/components/stzh-table/stzh-table.css +5 -0
  67. package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
  68. package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
  69. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
  70. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
  71. package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
  72. package/dist/collection/pages/meinkonto.stories.js +1 -1
  73. package/dist/components/index.js +1 -1
  74. package/dist/components/stzh-accordion-item.js +51 -16
  75. package/dist/components/stzh-actionset2.js +1 -9
  76. package/dist/components/stzh-badge2.js +10 -3
  77. package/dist/components/stzh-button2.js +11 -5
  78. package/dist/components/stzh-card-list.js +20 -22
  79. package/dist/components/stzh-card.js +34 -17
  80. package/dist/components/stzh-chip-select.js +63 -6
  81. package/dist/components/stzh-chip2.js +5 -1
  82. package/dist/components/stzh-cspace.js +1 -1
  83. package/dist/components/stzh-datamessagelist-item.js +1 -1
  84. package/dist/components/stzh-datatable.js +1 -1
  85. package/dist/components/stzh-dialog.js +1 -1
  86. package/dist/components/stzh-ghettobox2.js +1 -1
  87. package/dist/components/stzh-heading2.js +1 -1
  88. package/dist/components/stzh-hspace.js +1 -1
  89. package/dist/components/stzh-icon-sprite.js +1 -1
  90. package/dist/components/stzh-input2.js +2 -2
  91. package/dist/components/stzh-link2.js +10 -4
  92. package/dist/components/stzh-menu-item2.js +8 -2
  93. package/dist/components/stzh-message.js +1 -1
  94. package/dist/components/stzh-pagetitle.js +1 -1
  95. package/dist/components/stzh-portal-mitwirken.js +1 -1
  96. package/dist/components/stzh-richtext2.js +1 -1
  97. package/dist/components/stzh-saptcha.js +1 -1
  98. package/dist/components/stzh-sortable2.js +3 -2
  99. package/dist/components/stzh-table.js +1 -1
  100. package/dist/components/stzh-upload.js +47 -4
  101. package/dist/components/stzh-vbz-ticker.js +1 -1
  102. package/dist/components/stzh-vspace.js +1 -1
  103. package/dist/esm/{app-globals-6b6ff890.js → app-globals-e66420b3.js} +1 -1
  104. package/dist/esm/loader.js +2 -2
  105. package/dist/esm/stzh-accordion-item.entry.js +33 -15
  106. package/dist/esm/stzh-actionset.entry.js +1 -9
  107. package/dist/esm/stzh-badge_3.entry.js +17 -7
  108. package/dist/esm/stzh-card-list.entry.js +19 -20
  109. package/dist/esm/stzh-card.entry.js +34 -16
  110. package/dist/esm/stzh-chip-select.entry.js +52 -4
  111. package/dist/esm/stzh-chip.entry.js +3 -1
  112. package/dist/esm/stzh-components.js +2 -2
  113. package/dist/esm/stzh-cspace.entry.js +1 -1
  114. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  115. package/dist/esm/stzh-datatable.entry.js +1 -1
  116. package/dist/esm/stzh-dialog.entry.js +1 -1
  117. package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
  118. package/dist/esm/stzh-heading.entry.js +1 -1
  119. package/dist/esm/stzh-hspace.entry.js +1 -1
  120. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  121. package/dist/esm/stzh-input.entry.js +2 -2
  122. package/dist/esm/stzh-link.entry.js +8 -4
  123. package/dist/esm/stzh-menu_2.entry.js +6 -2
  124. package/dist/esm/stzh-message.entry.js +1 -1
  125. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  126. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  127. package/dist/esm/stzh-saptcha.entry.js +1 -1
  128. package/dist/esm/stzh-sortable.entry.js +3 -2
  129. package/dist/esm/stzh-table.entry.js +1 -1
  130. package/dist/esm/stzh-upload.entry.js +47 -4
  131. package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
  132. package/dist/esm/stzh-vspace.entry.js +1 -1
  133. package/dist/esm-es5/app-globals-e66420b3.js +1 -0
  134. package/dist/esm-es5/loader.js +1 -1
  135. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  136. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  137. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  138. package/dist/esm-es5/stzh-card-list.entry.js +1 -1
  139. package/dist/esm-es5/stzh-card.entry.js +1 -1
  140. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  141. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  142. package/dist/esm-es5/stzh-components.js +1 -1
  143. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  144. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  145. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  146. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  147. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  148. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  149. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  150. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  151. package/dist/esm-es5/stzh-input.entry.js +1 -1
  152. package/dist/esm-es5/stzh-link.entry.js +1 -1
  153. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  154. package/dist/esm-es5/stzh-message.entry.js +1 -1
  155. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  156. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  157. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  158. package/dist/esm-es5/stzh-sortable.entry.js +1 -1
  159. package/dist/esm-es5/stzh-table.entry.js +1 -1
  160. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  161. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  162. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  163. package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
  164. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +45 -32
  165. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  166. package/dist/stzh-components/{p-332e4fd3.entry.js → p-03ea86bd.entry.js} +1 -1
  167. package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
  168. package/dist/stzh-components/{p-13f44000.entry.js → p-0711e511.entry.js} +1 -1
  169. package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
  170. package/dist/stzh-components/{p-8cbc987f.system.entry.js → p-1440163c.system.entry.js} +1 -1
  171. package/dist/stzh-components/p-18958371.entry.js +1 -0
  172. package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
  173. package/dist/stzh-components/{p-8a9e588e.system.entry.js → p-21566d65.system.entry.js} +1 -1
  174. package/dist/stzh-components/{p-5975c355.system.entry.js → p-22701389.system.entry.js} +1 -1
  175. package/dist/stzh-components/p-252d3178.entry.js +1 -0
  176. package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
  177. package/dist/stzh-components/p-3042b23e.entry.js +1 -0
  178. package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
  179. package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
  180. package/dist/stzh-components/p-3f0363db.entry.js +1 -0
  181. package/dist/stzh-components/{p-b084fcbf.system.entry.js → p-530252c6.system.entry.js} +1 -1
  182. package/dist/stzh-components/{p-3b27a43f.system.entry.js → p-5353ba86.system.entry.js} +2 -2
  183. package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
  184. package/dist/stzh-components/p-562e6c52.entry.js +1 -0
  185. package/dist/stzh-components/{p-b9295dc2.entry.js → p-5f4eb46c.entry.js} +1 -1
  186. package/dist/stzh-components/p-62db1e59.entry.js +1 -0
  187. package/dist/stzh-components/{p-63d8db7b.entry.js → p-6425898c.entry.js} +1 -1
  188. package/dist/stzh-components/p-676fd54d.entry.js +1 -0
  189. package/dist/stzh-components/{p-e7a84e53.system.entry.js → p-684c345e.system.entry.js} +1 -1
  190. package/dist/stzh-components/{p-8f16b0ac.entry.js → p-713ae713.entry.js} +1 -1
  191. package/dist/stzh-components/p-764ba190.entry.js +1 -0
  192. package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
  193. package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
  194. package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
  195. package/dist/stzh-components/p-80d70586.entry.js +1 -0
  196. package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
  197. package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
  198. package/dist/stzh-components/p-85161133.js +1 -0
  199. package/dist/stzh-components/p-864d7c50.entry.js +1 -0
  200. package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
  201. package/dist/stzh-components/{p-ab455116.system.entry.js → p-8c648042.system.entry.js} +1 -1
  202. package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
  203. package/dist/stzh-components/p-9469b812.entry.js +1 -0
  204. package/dist/stzh-components/p-9e716229.entry.js +1 -0
  205. package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
  206. package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
  207. package/dist/stzh-components/p-b462a61f.entry.js +1 -0
  208. package/dist/stzh-components/{p-5987573e.system.entry.js → p-b5a85078.system.entry.js} +1 -1
  209. package/dist/stzh-components/p-b70bc70c.system.js +1 -0
  210. package/dist/stzh-components/{p-b9382599.entry.js → p-bb3c1249.entry.js} +1 -1
  211. package/dist/stzh-components/{p-b636a18a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
  212. package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
  213. package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
  214. package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
  215. package/dist/stzh-components/p-cd795307.entry.js +1 -0
  216. package/dist/stzh-components/{p-c692e405.entry.js → p-cdc9e600.entry.js} +1 -1
  217. package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
  218. package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
  219. package/dist/stzh-components/p-eb61c369.entry.js +1 -0
  220. package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
  221. package/dist/stzh-components/p-eca1732f.entry.js +1 -0
  222. package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
  223. package/dist/stzh-components/stzh-components.css +1 -1
  224. package/dist/stzh-components/stzh-components.esm.js +1 -1
  225. package/dist/stzh-components/stzh-components.js +1 -1
  226. package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
  227. package/dist/types/components.d.ts +196 -28
  228. package/dist/types/index.d.ts +6 -1
  229. package/dist/vscode-data.json +180 -19
  230. package/package.json +1 -1
  231. package/dist/esm-es5/app-globals-6b6ff890.js +0 -1
  232. package/dist/stzh-components/p-0b8de542.system.entry.js +0 -1
  233. package/dist/stzh-components/p-0d5522dc.system.entry.js +0 -1
  234. package/dist/stzh-components/p-0efe125f.system.entry.js +0 -1
  235. package/dist/stzh-components/p-2818488f.entry.js +0 -1
  236. package/dist/stzh-components/p-373f79e8.entry.js +0 -1
  237. package/dist/stzh-components/p-3ac93a01.entry.js +0 -1
  238. package/dist/stzh-components/p-59c323ce.entry.js +0 -1
  239. package/dist/stzh-components/p-6354fee3.entry.js +0 -1
  240. package/dist/stzh-components/p-653c6bbc.entry.js +0 -1
  241. package/dist/stzh-components/p-67f906b1.entry.js +0 -1
  242. package/dist/stzh-components/p-6a81e64b.entry.js +0 -1
  243. package/dist/stzh-components/p-75cdc8a6.system.entry.js +0 -1
  244. package/dist/stzh-components/p-7ad87d98.system.entry.js +0 -1
  245. package/dist/stzh-components/p-7f9f9a8d.entry.js +0 -1
  246. package/dist/stzh-components/p-83b1e379.entry.js +0 -9
  247. package/dist/stzh-components/p-86bc421e.system.entry.js +0 -1
  248. package/dist/stzh-components/p-8aebb240.entry.js +0 -1
  249. package/dist/stzh-components/p-938ef748.entry.js +0 -1
  250. package/dist/stzh-components/p-9bda100f.system.js +0 -1
  251. package/dist/stzh-components/p-a99d3e97.system.entry.js +0 -1
  252. package/dist/stzh-components/p-af2664fc.system.entry.js +0 -1
  253. package/dist/stzh-components/p-b9c3f3cc.entry.js +0 -1
  254. package/dist/stzh-components/p-bd178c32.system.entry.js +0 -1
  255. package/dist/stzh-components/p-c013a00b.system.entry.js +0 -1
  256. package/dist/stzh-components/p-c456c04b.system.entry.js +0 -1
  257. package/dist/stzh-components/p-c499e04d.entry.js +0 -1
  258. package/dist/stzh-components/p-c83e4fec.system.entry.js +0 -1
  259. package/dist/stzh-components/p-ca062c11.system.js +0 -1
  260. package/dist/stzh-components/p-ce28428b.entry.js +0 -1
  261. package/dist/stzh-components/p-cfaac121.js +0 -1
  262. package/dist/stzh-components/p-d11a70e2.system.entry.js +0 -1
  263. package/dist/stzh-components/p-d1dba399.system.entry.js +0 -1
  264. package/dist/stzh-components/p-d2b5e066.entry.js +0 -1
  265. package/dist/stzh-components/p-d54f04c8.system.entry.js +0 -1
  266. package/dist/stzh-components/p-d645d645.entry.js +0 -1
  267. package/dist/stzh-components/p-da7b363e.entry.js +0 -1
  268. package/dist/stzh-components/p-de017b87.system.entry.js +0 -1
  269. package/dist/stzh-components/p-e009bfdc.entry.js +0 -1
  270. package/dist/stzh-components/p-f167eaa4.system.entry.js +0 -1
  271. package/dist/stzh-components/p-f2ee016a.entry.js +0 -1
  272. package/dist/stzh-components/p-ffa1e9dd.system.entry.js +0 -1
@@ -111,25 +111,26 @@
111
111
  :host ::slotted(stzh-heading[level="1"]),
112
112
  :host ::slotted(h2),
113
113
  :host ::slotted(stzh-heading[level="2"]) {
114
- margin-bottom: var(--stzh-space-medium);
114
+ margin-top: var(--stzh-space-xxlarge);
115
+ margin-bottom: var(--stzh-space-xlarge);
115
116
  }
116
- @media screen and (min-width: 600px) {
117
+ @media screen and (min-width: 1024px) {
117
118
  :host ::slotted(h1),
118
119
  :host ::slotted(stzh-heading[level="1"]),
119
120
  :host ::slotted(h2),
120
121
  :host ::slotted(stzh-heading[level="2"]) {
121
- margin-bottom: var(--stzh-space-large);
122
+ margin-top: var(--stzh-space-xxxlarge);
122
123
  }
123
124
  }
124
- @media screen and (min-width: 1024px) {
125
+ @media screen and (min-width: 1260px) {
125
126
  :host ::slotted(h1),
126
127
  :host ::slotted(stzh-heading[level="1"]),
127
128
  :host ::slotted(h2),
128
129
  :host ::slotted(stzh-heading[level="2"]) {
129
- margin-bottom: var(--stzh-space-xlarge);
130
+ margin-top: var(--stzh-space-xxxxlarge);
130
131
  }
131
132
  }
132
- @media screen and (min-width: 1260px) {
133
+ @media screen and (min-width: 1024px) {
133
134
  :host ::slotted(h1),
134
135
  :host ::slotted(stzh-heading[level="1"]),
135
136
  :host ::slotted(h2),
@@ -137,86 +138,34 @@
137
138
  margin-bottom: var(--stzh-space-xxlarge);
138
139
  }
139
140
  }
140
- :host ::slotted(h1),
141
- :host ::slotted(stzh-heading[level="1"]) {
142
- margin-top: var(--stzh-space-large);
143
- }
144
- @media screen and (min-width: 600px) {
145
- :host ::slotted(h1),
146
- :host ::slotted(stzh-heading[level="1"]) {
147
- margin-top: var(--stzh-space-xlarge);
148
- }
149
- }
150
- @media screen and (min-width: 1024px) {
151
- :host ::slotted(h1),
152
- :host ::slotted(stzh-heading[level="1"]) {
153
- margin-top: var(--stzh-space-xxlarge);
154
- }
155
- }
156
141
  @media screen and (min-width: 1260px) {
157
142
  :host ::slotted(h1),
158
- :host ::slotted(stzh-heading[level="1"]) {
159
- margin-top: var(--stzh-space-xxxxlarge);
160
- }
161
- }
143
+ :host ::slotted(stzh-heading[level="1"]),
162
144
  :host ::slotted(h2),
163
145
  :host ::slotted(stzh-heading[level="2"]) {
164
- margin-top: var(--stzh-space-xxlarge);
165
- }
166
- @media screen and (min-width: 600px) {
167
- :host ::slotted(h2),
168
- :host ::slotted(stzh-heading[level="2"]) {
169
- margin-top: var(--stzh-space-xxxxlarge);
170
- }
171
- }
172
- @media screen and (min-width: 1260px) {
173
- :host ::slotted(h2),
174
- :host ::slotted(stzh-heading[level="2"]) {
175
- margin-top: var(--stzh-space-xbig);
146
+ margin-bottom: var(--stzh-space-xxxlarge);
176
147
  }
177
148
  }
178
149
  :host ::slotted(h3),
179
- :host ::slotted(stzh-heading[level="3"]) {
180
- margin-top: var(--stzh-space-medium);
181
- }
182
- @media screen and (min-width: 600px) {
183
- :host ::slotted(h3),
184
- :host ::slotted(stzh-heading[level="3"]) {
185
- margin-top: var(--stzh-space-large);
186
- }
187
- }
188
- @media screen and (min-width: 1024px) {
189
- :host ::slotted(h3),
190
- :host ::slotted(stzh-heading[level="3"]) {
191
- margin-top: var(--stzh-space-xlarge);
192
- }
193
- }
194
- @media screen and (min-width: 1260px) {
195
- :host ::slotted(h3),
196
- :host ::slotted(stzh-heading[level="3"]) {
197
- margin-top: var(--stzh-space-xxlarge);
198
- }
199
- }
150
+ :host ::slotted(stzh-heading[level="3"]),
200
151
  :host ::slotted(h4),
201
152
  :host ::slotted(stzh-heading[level="4"]) {
202
- margin-top: var(--stzh-space-medium);
203
- }
204
- @media screen and (min-width: 600px) {
205
- :host ::slotted(h4),
206
- :host ::slotted(stzh-heading[level="4"]) {
207
- margin-top: var(--stzh-space-large);
208
- }
153
+ margin-top: var(--stzh-space-xlarge);
209
154
  }
210
155
  @media screen and (min-width: 1024px) {
211
- :host ::slotted(h4),
156
+ :host ::slotted(h3),
157
+ :host ::slotted(stzh-heading[level="3"]),
158
+ :host ::slotted(h4),
212
159
  :host ::slotted(stzh-heading[level="4"]) {
213
- margin-top: var(--stzh-space-xlarge);
160
+ margin-top: var(--stzh-space-xxlarge);
214
161
  }
215
162
  }
216
163
  @media screen and (min-width: 1260px) {
217
- :host ::slotted(h4),
164
+ :host ::slotted(h3),
165
+ :host ::slotted(stzh-heading[level="3"]),
166
+ :host ::slotted(h4),
218
167
  :host ::slotted(stzh-heading[level="4"]) {
219
- margin-top: var(--stzh-space-xxlarge);
168
+ margin-top: var(--stzh-space-xxxlarge);
220
169
  }
221
170
  }
222
171
  :host ::slotted(p),
@@ -238,6 +187,16 @@
238
187
  margin-top: var(--stzh-space-medium);
239
188
  }
240
189
  }
190
+ @media screen and (min-width: 1260px) {
191
+ :host ::slotted(p),
192
+ :host ::slotted(stzh-text),
193
+ :host ::slotted(ul),
194
+ :host ::slotted(ol),
195
+ :host ::slotted(dl),
196
+ :host ::slotted(stzh-list) {
197
+ margin-top: var(--stzh-space-large);
198
+ }
199
+ }
241
200
  @media screen and (min-width: 1024px) {
242
201
  :host ::slotted(p),
243
202
  :host ::slotted(stzh-text),
@@ -248,48 +207,44 @@
248
207
  margin-bottom: var(--stzh-space-medium);
249
208
  }
250
209
  }
251
- :host ::slotted(stzh-text[curve=hero]),
252
- :host ::slotted(stzh-heading[curve=hero]) {
253
- margin-bottom: var(--stzh-space-medium);
254
- }
255
- @media screen and (min-width: 600px) {
256
- :host ::slotted(stzh-text[curve=hero]),
257
- :host ::slotted(stzh-heading[curve=hero]) {
210
+ @media screen and (min-width: 1260px) {
211
+ :host ::slotted(p),
212
+ :host ::slotted(stzh-text),
213
+ :host ::slotted(ul),
214
+ :host ::slotted(ol),
215
+ :host ::slotted(dl),
216
+ :host ::slotted(stzh-list) {
258
217
  margin-bottom: var(--stzh-space-large);
259
218
  }
260
219
  }
220
+ :host ::slotted(stzh-text[curve=hero]),
221
+ :host ::slotted(stzh-heading[curve=hero]) {
222
+ margin-bottom: var(--stzh-space-xlarge);
223
+ }
261
224
  @media screen and (min-width: 1024px) {
262
225
  :host ::slotted(stzh-text[curve=hero]),
263
226
  :host ::slotted(stzh-heading[curve=hero]) {
264
- margin-bottom: var(--stzh-space-xlarge);
227
+ margin-bottom: var(--stzh-space-xxlarge);
265
228
  }
266
229
  }
267
230
  @media screen and (min-width: 1260px) {
268
231
  :host ::slotted(stzh-text[curve=hero]),
269
232
  :host ::slotted(stzh-heading[curve=hero]) {
270
- margin-bottom: var(--stzh-space-xxlarge);
233
+ margin-bottom: var(--stzh-space-xxxlarge);
271
234
  }
272
235
  }
273
236
  :host ::slotted(stzh-text[curve=h1]),
274
237
  :host ::slotted(stzh-heading[curve=h1]),
275
238
  :host ::slotted(stzh-text[curve=h2]),
276
239
  :host ::slotted(stzh-heading[curve=h2]) {
277
- margin-bottom: var(--stzh-space-medium);
278
- }
279
- @media screen and (min-width: 600px) {
280
- :host ::slotted(stzh-text[curve=h1]),
281
- :host ::slotted(stzh-heading[curve=h1]),
282
- :host ::slotted(stzh-text[curve=h2]),
283
- :host ::slotted(stzh-heading[curve=h2]) {
284
- margin-bottom: var(--stzh-space-large);
285
- }
240
+ margin-bottom: var(--stzh-space-xlarge);
286
241
  }
287
242
  @media screen and (min-width: 1024px) {
288
243
  :host ::slotted(stzh-text[curve=h1]),
289
244
  :host ::slotted(stzh-heading[curve=h1]),
290
245
  :host ::slotted(stzh-text[curve=h2]),
291
246
  :host ::slotted(stzh-heading[curve=h2]) {
292
- margin-bottom: var(--stzh-space-xlarge);
247
+ margin-bottom: var(--stzh-space-xxlarge);
293
248
  }
294
249
  }
295
250
  @media screen and (min-width: 1260px) {
@@ -297,89 +252,51 @@
297
252
  :host ::slotted(stzh-heading[curve=h1]),
298
253
  :host ::slotted(stzh-text[curve=h2]),
299
254
  :host ::slotted(stzh-heading[curve=h2]) {
300
- margin-bottom: var(--stzh-space-xxlarge);
255
+ margin-bottom: var(--stzh-space-xxxlarge);
301
256
  }
302
257
  }
303
258
  :host ::slotted(stzh-text[curve=h1]),
304
- :host ::slotted(stzh-heading[curve=h1]) {
305
- margin-top: var(--stzh-space-large);
306
- }
307
- @media screen and (min-width: 600px) {
308
- :host ::slotted(stzh-text[curve=h1]),
309
- :host ::slotted(stzh-heading[curve=h1]) {
310
- margin-top: var(--stzh-space-xlarge);
311
- }
259
+ :host ::slotted(stzh-heading[curve=h1]),
260
+ :host ::slotted(stzh-text[curve=h2]),
261
+ :host ::slotted(stzh-heading[curve=h2]) {
262
+ margin-top: var(--stzh-space-xxlarge);
312
263
  }
313
264
  @media screen and (min-width: 1024px) {
314
265
  :host ::slotted(stzh-text[curve=h1]),
315
- :host ::slotted(stzh-heading[curve=h1]) {
316
- margin-top: var(--stzh-space-xxlarge);
266
+ :host ::slotted(stzh-heading[curve=h1]),
267
+ :host ::slotted(stzh-text[curve=h2]),
268
+ :host ::slotted(stzh-heading[curve=h2]) {
269
+ margin-top: var(--stzh-space-xxxlarge);
317
270
  }
318
271
  }
319
272
  @media screen and (min-width: 1260px) {
320
273
  :host ::slotted(stzh-text[curve=h1]),
321
- :host ::slotted(stzh-heading[curve=h1]) {
322
- margin-top: var(--stzh-space-xxxxlarge);
323
- }
324
- }
274
+ :host ::slotted(stzh-heading[curve=h1]),
325
275
  :host ::slotted(stzh-text[curve=h2]),
326
- :host ::slotted(stzh-heading[curve=h2]) {
327
- margin-top: var(--stzh-space-xxlarge);
328
- }
329
- @media screen and (min-width: 600px) {
330
- :host ::slotted(stzh-text[curve=h2]),
331
276
  :host ::slotted(stzh-heading[curve=h2]) {
332
277
  margin-top: var(--stzh-space-xxxxlarge);
333
278
  }
334
279
  }
335
- @media screen and (min-width: 1260px) {
336
- :host ::slotted(stzh-text[curve=h2]),
337
- :host ::slotted(stzh-heading[curve=h2]) {
338
- margin-top: var(--stzh-space-xbig);
339
- }
340
- }
341
280
  :host ::slotted(stzh-text[curve=h3]),
342
- :host ::slotted(stzh-heading[curve=h3]) {
343
- margin-top: var(--stzh-space-medium);
344
- }
345
- @media screen and (min-width: 600px) {
346
- :host ::slotted(stzh-text[curve=h3]),
347
- :host ::slotted(stzh-heading[curve=h3]) {
348
- margin-top: var(--stzh-space-large);
349
- }
350
- }
351
- @media screen and (min-width: 1024px) {
352
- :host ::slotted(stzh-text[curve=h3]),
353
- :host ::slotted(stzh-heading[curve=h3]) {
354
- margin-top: var(--stzh-space-xlarge);
355
- }
356
- }
357
- @media screen and (min-width: 1260px) {
358
- :host ::slotted(stzh-text[curve=h3]),
359
- :host ::slotted(stzh-heading[curve=h3]) {
360
- margin-top: var(--stzh-space-xxlarge);
361
- }
362
- }
281
+ :host ::slotted(stzh-heading[curve=h3]),
363
282
  :host ::slotted(stzh-text[curve=h4]),
364
283
  :host ::slotted(stzh-heading[curve=h4]) {
365
- margin-top: var(--stzh-space-medium);
366
- }
367
- @media screen and (min-width: 600px) {
368
- :host ::slotted(stzh-text[curve=h4]),
369
- :host ::slotted(stzh-heading[curve=h4]) {
370
- margin-top: var(--stzh-space-large);
371
- }
284
+ margin-top: var(--stzh-space-xlarge);
372
285
  }
373
286
  @media screen and (min-width: 1024px) {
374
- :host ::slotted(stzh-text[curve=h4]),
287
+ :host ::slotted(stzh-text[curve=h3]),
288
+ :host ::slotted(stzh-heading[curve=h3]),
289
+ :host ::slotted(stzh-text[curve=h4]),
375
290
  :host ::slotted(stzh-heading[curve=h4]) {
376
- margin-top: var(--stzh-space-xlarge);
291
+ margin-top: var(--stzh-space-xxlarge);
377
292
  }
378
293
  }
379
294
  @media screen and (min-width: 1260px) {
380
- :host ::slotted(stzh-text[curve=h4]),
295
+ :host ::slotted(stzh-text[curve=h3]),
296
+ :host ::slotted(stzh-heading[curve=h3]),
297
+ :host ::slotted(stzh-text[curve=h4]),
381
298
  :host ::slotted(stzh-heading[curve=h4]) {
382
- margin-top: var(--stzh-space-xxlarge);
299
+ margin-top: var(--stzh-space-xxxlarge);
383
300
  }
384
301
  }
385
302
  :host ::slotted(stzh-text[curve=p1]),
@@ -397,6 +314,14 @@
397
314
  margin-top: var(--stzh-space-medium);
398
315
  }
399
316
  }
317
+ @media screen and (min-width: 1260px) {
318
+ :host ::slotted(stzh-text[curve=p1]),
319
+ :host ::slotted(stzh-text[curve=p2]),
320
+ :host ::slotted(stzh-heading[curve=p1]),
321
+ :host ::slotted(stzh-heading[curve=p2]) {
322
+ margin-top: var(--stzh-space-large);
323
+ }
324
+ }
400
325
  @media screen and (min-width: 1024px) {
401
326
  :host ::slotted(stzh-text[curve=p1]),
402
327
  :host ::slotted(stzh-text[curve=p2]),
@@ -405,6 +330,14 @@
405
330
  margin-bottom: var(--stzh-space-medium);
406
331
  }
407
332
  }
333
+ @media screen and (min-width: 1260px) {
334
+ :host ::slotted(stzh-text[curve=p1]),
335
+ :host ::slotted(stzh-text[curve=p2]),
336
+ :host ::slotted(stzh-heading[curve=p1]),
337
+ :host ::slotted(stzh-heading[curve=p2]) {
338
+ margin-bottom: var(--stzh-space-large);
339
+ }
340
+ }
408
341
  :host ::slotted(stzh-figure) {
409
342
  margin-top: var(--stzh-space-xxlarge);
410
343
  margin-bottom: var(--stzh-space-xxlarge);
@@ -413,23 +346,15 @@
413
346
  :host ::slotted(stzh-progressbar),
414
347
  :host ::slotted(stzh-section),
415
348
  :host ::slotted(stzh-hr) {
416
- margin-top: var(--stzh-space-large);
417
- margin-bottom: var(--stzh-space-large);
418
- }
419
- @media screen and (min-width: 600px) {
420
- :host ::slotted(stzh-datalist),
421
- :host ::slotted(stzh-progressbar),
422
- :host ::slotted(stzh-section),
423
- :host ::slotted(stzh-hr) {
424
- margin-top: var(--stzh-space-xlarge);
425
- }
349
+ margin-top: var(--stzh-space-xxlarge);
350
+ margin-bottom: var(--stzh-space-xxlarge);
426
351
  }
427
352
  @media screen and (min-width: 1024px) {
428
353
  :host ::slotted(stzh-datalist),
429
354
  :host ::slotted(stzh-progressbar),
430
355
  :host ::slotted(stzh-section),
431
356
  :host ::slotted(stzh-hr) {
432
- margin-top: var(--stzh-space-xxlarge);
357
+ margin-top: var(--stzh-space-xxxlarge);
433
358
  }
434
359
  }
435
360
  @media screen and (min-width: 1260px) {
@@ -440,20 +365,12 @@
440
365
  margin-top: var(--stzh-space-xxxxlarge);
441
366
  }
442
367
  }
443
- @media screen and (min-width: 600px) {
444
- :host ::slotted(stzh-datalist),
445
- :host ::slotted(stzh-progressbar),
446
- :host ::slotted(stzh-section),
447
- :host ::slotted(stzh-hr) {
448
- margin-bottom: var(--stzh-space-xlarge);
449
- }
450
- }
451
368
  @media screen and (min-width: 1024px) {
452
369
  :host ::slotted(stzh-datalist),
453
370
  :host ::slotted(stzh-progressbar),
454
371
  :host ::slotted(stzh-section),
455
372
  :host ::slotted(stzh-hr) {
456
- margin-bottom: var(--stzh-space-xxlarge);
373
+ margin-bottom: var(--stzh-space-xxxlarge);
457
374
  }
458
375
  }
459
376
  @media screen and (min-width: 1260px) {
@@ -467,7 +384,7 @@
467
384
  :host ::slotted(stzh-table),
468
385
  :host ::slotted(stzh-datatable) {
469
386
  margin-top: var(--stzh-space-medium);
470
- margin-bottom: var(--stzh-space-medium);
387
+ margin-bottom: var(--stzh-space-xlarge);
471
388
  }
472
389
  @media screen and (min-width: 1024px) {
473
390
  :host ::slotted(stzh-table),
@@ -481,22 +398,16 @@
481
398
  margin-top: var(--stzh-space-xlarge);
482
399
  }
483
400
  }
484
- @media screen and (min-width: 600px) {
485
- :host ::slotted(stzh-table),
486
- :host ::slotted(stzh-datatable) {
487
- margin-bottom: var(--stzh-space-large);
488
- }
489
- }
490
401
  @media screen and (min-width: 1024px) {
491
402
  :host ::slotted(stzh-table),
492
403
  :host ::slotted(stzh-datatable) {
493
- margin-bottom: var(--stzh-space-xlarge);
404
+ margin-bottom: var(--stzh-space-xxlarge);
494
405
  }
495
406
  }
496
407
  @media screen and (min-width: 1260px) {
497
408
  :host ::slotted(stzh-table),
498
409
  :host ::slotted(stzh-datatable) {
499
- margin-bottom: var(--stzh-space-xxlarge);
410
+ margin-bottom: var(--stzh-space-xxxlarge);
500
411
  }
501
412
  }
502
413
  :host ::slotted(stzh-actions) {
@@ -95,7 +95,7 @@
95
95
  }
96
96
 
97
97
  .stzh-datamessagelist-item {
98
- padding-left: var(--stzh-space-medium);
98
+ padding-left: var(--stzh-space-xlarge);
99
99
  padding-right: var(--stzh-space-medium);
100
100
  display: flex;
101
101
  position: relative;
@@ -103,19 +103,14 @@
103
103
  background-color: var(--stzh-color-white);
104
104
  /* Unread variant */
105
105
  }
106
- @media screen and (min-width: 600px) {
107
- .stzh-datamessagelist-item {
108
- padding-left: var(--stzh-space-large);
109
- }
110
- }
111
106
  @media screen and (min-width: 1024px) {
112
107
  .stzh-datamessagelist-item {
113
- padding-left: var(--stzh-space-xlarge);
108
+ padding-left: var(--stzh-space-xxlarge);
114
109
  }
115
110
  }
116
111
  @media screen and (min-width: 1260px) {
117
112
  .stzh-datamessagelist-item {
118
- padding-left: var(--stzh-space-xxlarge);
113
+ padding-left: var(--stzh-space-xxxlarge);
119
114
  }
120
115
  }
121
116
  @media screen and (min-width: 1024px) {
@@ -131,6 +131,11 @@ stzh-datatable *::after {
131
131
  padding-bottom: var(--stzh-space-medium);
132
132
  }
133
133
  }
134
+ @media screen and (min-width: 1260px) {
135
+ .stzh-datatable__header {
136
+ padding-bottom: var(--stzh-space-large);
137
+ }
138
+ }
134
139
  @media screen and (min-width: 1024px) {
135
140
  .stzh-datatable__header {
136
141
  margin-bottom: var(--stzh-space-large);
@@ -96,20 +96,20 @@
96
96
 
97
97
  :host {
98
98
  --width: 100%;
99
- --padding: var(--stzh-space-large);
99
+ --padding: var(--stzh-space-xxlarge);
100
100
  --close-color: var(--stzh-base-lead-color);
101
101
  --backdrop-opacity: 0.8;
102
102
  }
103
103
  @media screen and (min-width: 600px) {
104
104
  :host {
105
105
  --width: 33.5rem;
106
- --padding: var(--stzh-space-xlarge);
106
+ --padding: ;
107
107
  }
108
108
  }
109
109
  @media screen and (min-width: 1024px) {
110
110
  :host {
111
111
  --width: 48.875rem;
112
- --padding: var(--stzh-space-xxlarge);
112
+ --padding: var(--stzh-space-xxxlarge);
113
113
  }
114
114
  }
115
115
  @media screen and (min-width: 1260px) {
@@ -194,39 +194,29 @@
194
194
  }
195
195
  .stzh-dialog__dialog-content {
196
196
  padding: var(--padding);
197
- padding-top: var(--stzh-space-medium);
198
- padding-bottom: var(--stzh-space-medium);
197
+ padding-top: var(--stzh-space-xlarge);
198
+ padding-bottom: var(--stzh-space-xlarge);
199
199
  overflow: auto;
200
200
  flex-grow: 1;
201
201
  }
202
- @media screen and (min-width: 600px) {
203
- .stzh-dialog__dialog-content {
204
- padding-top: var(--stzh-space-large);
205
- }
206
- }
207
202
  @media screen and (min-width: 1024px) {
208
- .stzh-dialog__dialog-content {
209
- padding-top: var(--stzh-space-xlarge);
210
- }
211
- }
212
- @media screen and (min-width: 1260px) {
213
203
  .stzh-dialog__dialog-content {
214
204
  padding-top: var(--stzh-space-xxlarge);
215
205
  }
216
206
  }
217
- @media screen and (min-width: 600px) {
207
+ @media screen and (min-width: 1260px) {
218
208
  .stzh-dialog__dialog-content {
219
- padding-bottom: var(--stzh-space-large);
209
+ padding-top: var(--stzh-space-xxxlarge);
220
210
  }
221
211
  }
222
212
  @media screen and (min-width: 1024px) {
223
213
  .stzh-dialog__dialog-content {
224
- padding-bottom: var(--stzh-space-xlarge);
214
+ padding-bottom: var(--stzh-space-xxlarge);
225
215
  }
226
216
  }
227
217
  @media screen and (min-width: 1260px) {
228
218
  .stzh-dialog__dialog-content {
229
- padding-bottom: var(--stzh-space-xxlarge);
219
+ padding-bottom: var(--stzh-space-xxxlarge);
230
220
  }
231
221
  }
232
222
  .stzh-dialog__actions {
@@ -114,24 +114,19 @@
114
114
  }
115
115
 
116
116
  .stzh-ghettobox {
117
- padding-top: var(--stzh-space-large);
118
- padding-bottom: var(--stzh-space-large);
119
- padding-left: var(--stzh-space-xxlarge);
120
- padding-right: var(--stzh-space-xxlarge);
117
+ padding-top: var(--stzh-space-xxlarge);
118
+ padding-bottom: var(--stzh-space-xxlarge);
119
+ padding-left: var(--stzh-space-xxxlarge);
120
+ padding-right: var(--stzh-space-xxxlarge);
121
121
  position: relative;
122
122
  display: flex;
123
123
  background-color: var(--background-color);
124
124
  color: var(--color);
125
125
  box-shadow: var(--stzh-box-shadow-message);
126
126
  }
127
- @media screen and (min-width: 600px) {
128
- .stzh-ghettobox {
129
- padding-top: var(--stzh-space-xlarge);
130
- }
131
- }
132
127
  @media screen and (min-width: 1024px) {
133
128
  .stzh-ghettobox {
134
- padding-top: var(--stzh-space-xxlarge);
129
+ padding-top: var(--stzh-space-xxxlarge);
135
130
  }
136
131
  }
137
132
  @media screen and (min-width: 1260px) {
@@ -139,14 +134,9 @@
139
134
  padding-top: var(--stzh-space-xxxxlarge);
140
135
  }
141
136
  }
142
- @media screen and (min-width: 600px) {
143
- .stzh-ghettobox {
144
- padding-bottom: var(--stzh-space-xlarge);
145
- }
146
- }
147
137
  @media screen and (min-width: 1024px) {
148
138
  .stzh-ghettobox {
149
- padding-bottom: var(--stzh-space-xxlarge);
139
+ padding-bottom: var(--stzh-space-xxxlarge);
150
140
  }
151
141
  }
152
142
  @media screen and (min-width: 1260px) {
@@ -159,6 +149,11 @@
159
149
  padding-left: var(--stzh-space-xxxxlarge);
160
150
  }
161
151
  }
152
+ @media screen and (min-width: 1024px) {
153
+ .stzh-ghettobox {
154
+ padding-left: var(--stzh-space-big);
155
+ }
156
+ }
162
157
  @media screen and (min-width: 1260px) {
163
158
  .stzh-ghettobox {
164
159
  padding-left: var(--stzh-space-xbig);
@@ -250,6 +245,11 @@
250
245
  margin-top: var(--stzh-space-medium);
251
246
  }
252
247
  }
248
+ @media screen and (min-width: 1260px) {
249
+ .stzh-ghettobox__description:not(:empty), .stzh-ghettobox__button:not(:empty) {
250
+ margin-top: var(--stzh-space-large);
251
+ }
252
+ }
253
253
  .stzh-ghettobox__close {
254
254
  flex-shrink: 0;
255
255
  }
@@ -134,37 +134,27 @@
134
134
  padding-bottom: var(--stzh-space-xsmall);
135
135
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
136
136
  }
137
- @media screen and (min-width: 600px) {
138
- .stzh-heading--with-border {
139
- padding-bottom: var(--stzh-space-small);
140
- }
141
- }
142
137
  @media screen and (min-width: 1024px) {
143
138
  .stzh-heading--with-border {
144
- padding-bottom: var(--stzh-space-medium);
139
+ padding-bottom: var(--stzh-space-small);
145
140
  }
146
141
  }
147
142
  @media screen and (min-width: 1260px) {
148
143
  .stzh-heading--with-border {
149
- padding-bottom: var(--stzh-space-large);
144
+ padding-bottom: var(--stzh-space-medium);
150
145
  }
151
146
  }
152
147
  .stzh-heading--curve-hero.stzh-heading--with-border {
153
- padding-bottom: var(--stzh-space-medium);
154
- }
155
- @media screen and (min-width: 600px) {
156
- .stzh-heading--curve-hero.stzh-heading--with-border {
157
- padding-bottom: var(--stzh-space-large);
158
- }
148
+ padding-bottom: var(--stzh-space-xlarge);
159
149
  }
160
150
  @media screen and (min-width: 1024px) {
161
151
  .stzh-heading--curve-hero.stzh-heading--with-border {
162
- padding-bottom: var(--stzh-space-xlarge);
152
+ padding-bottom: var(--stzh-space-xxlarge);
163
153
  }
164
154
  }
165
155
  @media screen and (min-width: 1260px) {
166
156
  .stzh-heading--curve-hero.stzh-heading--with-border {
167
- padding-bottom: var(--stzh-space-xxlarge);
157
+ padding-bottom: var(--stzh-space-xxxlarge);
168
158
  }
169
159
  }
170
160
  .stzh-heading--level-1 {