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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/dist/cjs/{app-globals-15ef98d9.js → app-globals-51c074d3.js} +39 -10
  2. package/dist/cjs/app-globals-51c074d3.js.map +1 -0
  3. package/dist/cjs/index.cjs.js.map +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-components.cjs.js +2 -2
  6. package/dist/cjs/stzh-datatable.cjs.entry.js +83 -8
  7. package/dist/cjs/stzh-datatable.cjs.entry.js.map +1 -1
  8. package/dist/cjs/stzh-message.cjs.entry.js.map +1 -1
  9. package/dist/cjs/stzh-richtext_2.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-richtext_2.cjs.entry.js.map +1 -1
  11. package/dist/cjs/stzh-skin-portal-mitwirken.cjs.entry.js +1 -1
  12. package/dist/cjs/stzh-skin-portal-mitwirken.cjs.entry.js.map +1 -1
  13. package/dist/cjs/stzh-skin-storybook-preview.cjs.entry.js +1 -1
  14. package/dist/cjs/stzh-skin-storybook-preview.cjs.entry.js.map +1 -1
  15. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-table.cjs.entry.js.map +1 -1
  17. package/dist/cjs/stzh-toastbar.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-toastbar.cjs.entry.js.map +1 -1
  19. package/dist/collection/components/stzh-datatable/stzh-datatable.css +6 -3
  20. package/dist/collection/components/stzh-datatable/stzh-datatable.js +241 -9
  21. package/dist/collection/components/stzh-datatable/stzh-datatable.js.map +1 -1
  22. package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +16 -5
  23. package/dist/collection/components/stzh-message/stzh-message.js.map +1 -1
  24. package/dist/collection/components/stzh-richtext/stzh-richtext.css +4 -0
  25. package/dist/collection/components/stzh-skin-portal-mitwirken/stzh-skin-portal-mitwirken.css +8 -0
  26. package/dist/collection/components/stzh-skin-storybook-preview/stzh-skin-storybook-preview.css +5 -0
  27. package/dist/collection/components/stzh-table/stzh-table.css +6 -3
  28. package/dist/collection/components/stzh-toastbar/stzh-toastbar.css +2 -3
  29. package/dist/collection/global/js/helpers/utils.js +37 -8
  30. package/dist/collection/index.js.map +1 -1
  31. package/dist/components/index.js +38 -9
  32. package/dist/components/index.js.map +1 -1
  33. package/dist/components/index2.js.map +1 -1
  34. package/dist/components/stzh-datatable.js +86 -9
  35. package/dist/components/stzh-datatable.js.map +1 -1
  36. package/dist/components/stzh-message.js.map +1 -1
  37. package/dist/components/stzh-richtext2.js +1 -1
  38. package/dist/components/stzh-richtext2.js.map +1 -1
  39. package/dist/components/stzh-skin-portal-mitwirken.js +1 -1
  40. package/dist/components/stzh-skin-portal-mitwirken.js.map +1 -1
  41. package/dist/components/stzh-skin-storybook-preview.js +1 -1
  42. package/dist/components/stzh-skin-storybook-preview.js.map +1 -1
  43. package/dist/components/stzh-table.js +1 -1
  44. package/dist/components/stzh-table.js.map +1 -1
  45. package/dist/components/stzh-toastbar.js +1 -1
  46. package/dist/components/stzh-toastbar.js.map +1 -1
  47. package/dist/esm/{app-globals-664fb15a.js → app-globals-b350c01d.js} +39 -10
  48. package/dist/esm/app-globals-b350c01d.js.map +1 -0
  49. package/dist/esm/index.js.map +1 -1
  50. package/dist/esm/loader.js +2 -2
  51. package/dist/esm/stzh-components.js +2 -2
  52. package/dist/esm/stzh-datatable.entry.js +84 -9
  53. package/dist/esm/stzh-datatable.entry.js.map +1 -1
  54. package/dist/esm/stzh-message.entry.js.map +1 -1
  55. package/dist/esm/stzh-richtext_2.entry.js +1 -1
  56. package/dist/esm/stzh-richtext_2.entry.js.map +1 -1
  57. package/dist/esm/stzh-skin-portal-mitwirken.entry.js +1 -1
  58. package/dist/esm/stzh-skin-portal-mitwirken.entry.js.map +1 -1
  59. package/dist/esm/stzh-skin-storybook-preview.entry.js +1 -1
  60. package/dist/esm/stzh-skin-storybook-preview.entry.js.map +1 -1
  61. package/dist/esm/stzh-table.entry.js +1 -1
  62. package/dist/esm/stzh-table.entry.js.map +1 -1
  63. package/dist/esm/stzh-toastbar.entry.js +1 -1
  64. package/dist/esm/stzh-toastbar.entry.js.map +1 -1
  65. package/dist/esm-es5/{app-globals-664fb15a.js → app-globals-b350c01d.js} +2 -2
  66. package/dist/esm-es5/{app-globals-664fb15a.js.map → app-globals-b350c01d.js.map} +1 -1
  67. package/dist/esm-es5/index.js.map +1 -1
  68. package/dist/esm-es5/loader.js +1 -1
  69. package/dist/esm-es5/loader.js.map +1 -1
  70. package/dist/esm-es5/stzh-components.js +1 -1
  71. package/dist/esm-es5/stzh-components.js.map +1 -1
  72. package/dist/esm-es5/stzh-datatable.entry.js +2 -2
  73. package/dist/esm-es5/stzh-datatable.entry.js.map +1 -1
  74. package/dist/esm-es5/stzh-message.entry.js.map +1 -1
  75. package/dist/esm-es5/stzh-richtext_2.entry.js +1 -1
  76. package/dist/esm-es5/stzh-richtext_2.entry.js.map +1 -1
  77. package/dist/esm-es5/stzh-skin-portal-mitwirken.entry.js +1 -1
  78. package/dist/esm-es5/stzh-skin-portal-mitwirken.entry.js.map +1 -1
  79. package/dist/esm-es5/stzh-skin-storybook-preview.entry.js +1 -1
  80. package/dist/esm-es5/stzh-skin-storybook-preview.entry.js.map +1 -1
  81. package/dist/esm-es5/stzh-table.entry.js +1 -1
  82. package/dist/esm-es5/stzh-table.entry.js.map +1 -1
  83. package/dist/esm-es5/stzh-toastbar.entry.js +1 -1
  84. package/dist/esm-es5/stzh-toastbar.entry.js.map +1 -1
  85. package/dist/stzh-components/index.esm.js.map +1 -1
  86. package/dist/stzh-components/{p-46a1ed5a.system.js → p-0e061116.system.js} +2 -2
  87. package/dist/stzh-components/{p-46a1ed5a.system.js.map → p-0e061116.system.js.map} +1 -1
  88. package/dist/stzh-components/{p-cb387de2.entry.js → p-128a4694.entry.js} +2 -2
  89. package/dist/stzh-components/{p-cb387de2.entry.js.map → p-128a4694.entry.js.map} +1 -1
  90. package/dist/stzh-components/p-2b394f69.entry.js +2 -0
  91. package/dist/stzh-components/{p-1dd43a6c.entry.js.map → p-2b394f69.entry.js.map} +1 -1
  92. package/dist/stzh-components/{p-819e80c9.entry.js → p-2df0f259.entry.js} +2 -2
  93. package/dist/stzh-components/{p-819e80c9.entry.js.map → p-2df0f259.entry.js.map} +1 -1
  94. package/dist/stzh-components/p-35ec50a1.system.js +2 -0
  95. package/dist/stzh-components/{p-851bbc2e.system.js.map → p-35ec50a1.system.js.map} +1 -1
  96. package/dist/stzh-components/p-45d0b549.entry.js +2 -0
  97. package/dist/stzh-components/{p-3d4553f7.entry.js.map → p-45d0b549.entry.js.map} +1 -1
  98. package/dist/stzh-components/p-61b0e7da.system.entry.js.map +1 -1
  99. package/dist/stzh-components/p-9ee80bcc.entry.js +10 -0
  100. package/dist/stzh-components/p-9ee80bcc.entry.js.map +1 -0
  101. package/dist/stzh-components/{p-0c52518d.system.entry.js → p-a2b700d2.system.entry.js} +2 -2
  102. package/dist/stzh-components/p-a2b700d2.system.entry.js.map +1 -0
  103. package/dist/stzh-components/p-a43b5c3d.entry.js +2 -0
  104. package/dist/stzh-components/p-a43b5c3d.entry.js.map +1 -0
  105. package/dist/stzh-components/{p-b4860ba4.js → p-ace81cde.js} +2 -2
  106. package/dist/stzh-components/{p-b4860ba4.js.map → p-ace81cde.js.map} +1 -1
  107. package/dist/stzh-components/p-b5c456f5.system.entry.js +2 -0
  108. package/dist/stzh-components/{p-78669470.system.entry.js.map → p-b5c456f5.system.entry.js.map} +1 -1
  109. package/dist/stzh-components/p-be4e2975.system.entry.js +2 -0
  110. package/dist/stzh-components/{p-c003c90c.system.entry.js.map → p-be4e2975.system.entry.js.map} +1 -1
  111. package/dist/stzh-components/p-c250e795.entry.js.map +1 -1
  112. package/dist/stzh-components/{p-9343aec6.system.entry.js → p-d175949a.system.entry.js} +2 -2
  113. package/dist/stzh-components/{p-9343aec6.system.entry.js.map → p-d175949a.system.entry.js.map} +1 -1
  114. package/dist/stzh-components/{p-8523e488.system.entry.js → p-d93b1fcd.system.entry.js} +3 -3
  115. package/dist/stzh-components/p-d93b1fcd.system.entry.js.map +1 -0
  116. package/dist/stzh-components/p-eaa65f52.system.js.map +1 -1
  117. package/dist/stzh-components/{p-e611a738.system.entry.js → p-f40c7884.system.entry.js} +2 -2
  118. package/dist/stzh-components/{p-e611a738.system.entry.js.map → p-f40c7884.system.entry.js.map} +1 -1
  119. package/dist/stzh-components/stzh-components.esm.js +1 -1
  120. package/dist/stzh-components/stzh-components.esm.js.map +1 -1
  121. package/dist/stzh-components/stzh-components.js +1 -1
  122. package/dist/types/components.d.ts +44 -6
  123. package/dist/types/index.d.ts +34 -0
  124. package/dist/vscode-data.json +20 -4
  125. package/package.json +1 -1
  126. package/dist/cjs/app-globals-15ef98d9.js.map +0 -1
  127. package/dist/esm/app-globals-664fb15a.js.map +0 -1
  128. package/dist/stzh-components/p-0c52518d.system.entry.js.map +0 -1
  129. package/dist/stzh-components/p-1dd43a6c.entry.js +0 -2
  130. package/dist/stzh-components/p-3d4553f7.entry.js +0 -2
  131. package/dist/stzh-components/p-78669470.system.entry.js +0 -2
  132. package/dist/stzh-components/p-851bbc2e.system.js +0 -2
  133. package/dist/stzh-components/p-8523e488.system.entry.js.map +0 -1
  134. package/dist/stzh-components/p-b329c334.entry.js +0 -2
  135. package/dist/stzh-components/p-b329c334.entry.js.map +0 -1
  136. package/dist/stzh-components/p-c003c90c.system.entry.js +0 -2
  137. package/dist/stzh-components/p-e194091a.entry.js +0 -10
  138. package/dist/stzh-components/p-e194091a.entry.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"names":["_f","self","module","e","_factory","t","u","a","aa","b","Array","c","v","Object","create","ba","length","x","C","D","ca","da","E","this","H","J","split","filter","d","f","g","ea","fa","keys","h_1","k","m","F","replace","RegExp","ha","ja","encode","ia","G","call","toLowerCase","ka","la","I","arguments","Promise","setTimeout","async","h","apply","then","ma","n","w","q","r","l","p","z","B","A","y","na","h_2","cache","oa","query","get","search","set","prototype","indexOf","qa","memory","charset","performance","s","context","depth","match","score","default","ra","JSON","stringify","export","K","preset","assign","lang","register","resolution","tokenize","bidirectional","optimize","fastupdate","minlength","boost","map","rtl","matcher","stemmer","h_3","append","add","update","L","substring","M","Math","min","includes","limit","offset","suggest","sort","sa","ta","ua","slice","concat","contain","remove","splice","N","constructor","h_4","searchCache","h_5","doc","opt","import","parse","va","data","_index","args","task","options","factory","Function","FlexSearch","Index","id","postMessage","msg","wa","O","toString","window","exports","o","xa","worker","on","onmessage","P","eval","Worker","URL","createObjectURL","Blob","type","Q","document","key","S","store","tag","index","field","T","U","V","join","h_6","pluck","enrich","bool","ya","searchAsync","X","pa","R","l_1","all","za","result","f_1","g_1","Ba","Aa","Ca","normalize","Ea","Da","Fa","Ga","j","i","h_7","Ia","Ha","Ja","La","Ka","Ma","W","Y","Z","Document","registerCharset","registerLanguage","define","amd","stzhDatatableCss","StzhDatatable","updateScrollStates","_this","tableWrapper","wrapperScrollLeft","scrollLeft","wrapperScrollWidth","scrollWidth","wrapperClientWidth","clientWidth","isScrollable","hasScrollLeft","hasScrollRight","rows","from","querySelectorAll","firstRow","cellsStickyLeft","cellsStickyRight","cells","children","forEach","cell","offsetLeft","offsetRight","offsetWidth","_columns","fixed","ceil","push","handleResize","debounceResize","cancelAnimationFrame","requestAnimationFrame","handleScroll","debounceScroll","onInputChange","input","value","onPaginationChange","event","detail","component","page","class_1","toggleSort","columnKey","sortBy","sortDirection","rowsWatcher","newValue","_rows","buildSearchIndex","columnsWatcher","searchIndex","idField","column","row","componentWillLoad","columns","localization","_g","stzhComponents","utils","fetchTranslations","element","_h","sent","componentDidLoad","componentWillRender","_rowsShown","_rowsFiltered","resultIds_1","__spreadArray","item","pos","rowA","rowB","comparison","localeCompare","pageSize","pageEnd","connectedCallback","resizeObserver","ResizeObserver","observe","disconnectedCallback","disconnect","render","classes","showList","totalPages","Host","class","name","ref","el","size","onStzhChange","label","searchLabel","onScroll","align","valign","onClick","analyticsId","text","columnSort","a11yTitle","innerHTML","_a","_b","_c","_d","_e","slot","direction","total"],"sources":["node_modules/flexsearch/dist/flexsearch.bundle.js","src/components/stzh-datatable/stzh-datatable.scss?tag=stzh-datatable","src/components/stzh-datatable/stzh-datatable.tsx"],"sourcesContent":["/**!\r\n * FlexSearch.js v0.7.31 (Bundle)\r\n * Copyright 2018-2022 Nextapps GmbH\r\n * Author: Thomas Wilkerling\r\n * Licence: Apache-2.0\r\n * https://github.com/nextapps-de/flexsearch\r\n */\r\n(function _f(self){'use strict';try{if(module)self=module}catch(e){}self._factory=_f;var t;function u(a){return\"undefined\"!==typeof a?a:!0}function aa(a){const b=Array(a);for(let c=0;c<a;c++)b[c]=v();return b}function v(){return Object.create(null)}function ba(a,b){return b.length-a.length}function x(a){return\"string\"===typeof a}function C(a){return\"object\"===typeof a}function D(a){return\"function\"===typeof a};function ca(a,b){var c=da;if(a&&(b&&(a=E(a,b)),this.H&&(a=E(a,this.H)),this.J&&1<a.length&&(a=E(a,this.J)),c||\"\"===c)){a=a.split(c);if(this.filter){b=this.filter;c=a.length;const d=[];for(let e=0,f=0;e<c;e++){const g=a[e];g&&!b[g]&&(d[f++]=g)}a=d}return a}return a}const da=/[\\p{Z}\\p{S}\\p{P}\\p{C}]+/u,ea=/[\\u0300-\\u036f]/g;\r\nfunction fa(a,b){const c=Object.keys(a),d=c.length,e=[];let f=\"\",g=0;for(let h=0,k,m;h<d;h++)k=c[h],(m=a[k])?(e[g++]=F(b?\"(?!\\\\b)\"+k+\"(\\\\b|_)\":k),e[g++]=m):f+=(f?\"|\":\"\")+k;f&&(e[g++]=F(b?\"(?!\\\\b)(\"+f+\")(\\\\b|_)\":\"(\"+f+\")\"),e[g]=\"\");return e}function E(a,b){for(let c=0,d=b.length;c<d&&(a=a.replace(b[c],b[c+1]),a);c+=2);return a}function F(a){return new RegExp(a,\"g\")}function ha(a){let b=\"\",c=\"\";for(let d=0,e=a.length,f;d<e;d++)(f=a[d])!==c&&(b+=c=f);return b};var ja={encode:ia,F:!1,G:\"\"};function ia(a){return ca.call(this,(\"\"+a).toLowerCase(),!1)};const ka={},G={};function la(a){I(a,\"add\");I(a,\"append\");I(a,\"search\");I(a,\"update\");I(a,\"remove\")}function I(a,b){a[b+\"Async\"]=function(){const c=this,d=arguments;var e=d[d.length-1];let f;D(e)&&(f=e,delete d[d.length-1]);e=new Promise(function(g){setTimeout(function(){c.async=!0;const h=c[b].apply(c,d);c.async=!1;g(h)})});return f?(e.then(f),this):e}};function ma(a,b,c,d){const e=a.length;let f=[],g,h,k=0;d&&(d=[]);for(let m=e-1;0<=m;m--){const n=a[m],w=n.length,q=v();let r=!g;for(let l=0;l<w;l++){const p=n[l],z=p.length;if(z)for(let B=0,A,y;B<z;B++)if(y=p[B],g){if(g[y]){if(!m)if(c)c--;else if(f[k++]=y,k===b)return f;if(m||d)q[y]=1;r=!0}if(d&&(A=(h[y]||0)+1,h[y]=A,A<e)){const H=d[A-2]||(d[A-2]=[]);H[H.length]=y}}else q[y]=1}if(d)g||(h=q);else if(!r)return[];g=q}if(d)for(let m=d.length-1,n,w;0<=m;m--){n=d[m];w=n.length;for(let q=0,r;q<w;q++)if(r=\r\nn[q],!g[r]){if(c)c--;else if(f[k++]=r,k===b)return f;g[r]=1}}return f}function na(a,b){const c=v(),d=v(),e=[];for(let f=0;f<a.length;f++)c[a[f]]=1;for(let f=0,g;f<b.length;f++){g=b[f];for(let h=0,k;h<g.length;h++)k=g[h],c[k]&&!d[k]&&(d[k]=1,e[e.length]=k)}return e};function J(a){this.l=!0!==a&&a;this.cache=v();this.h=[]}function oa(a,b,c){C(a)&&(a=a.query);let d=this.cache.get(a);d||(d=this.search(a,b,c),this.cache.set(a,d));return d}J.prototype.set=function(a,b){if(!this.cache[a]){var c=this.h.length;c===this.l?delete this.cache[this.h[c-1]]:c++;for(--c;0<c;c--)this.h[c]=this.h[c-1];this.h[0]=a}this.cache[a]=b};J.prototype.get=function(a){const b=this.cache[a];if(this.l&&b&&(a=this.h.indexOf(a))){const c=this.h[a-1];this.h[a-1]=this.h[a];this.h[a]=c}return b};const qa={memory:{charset:\"latin:extra\",D:3,B:4,m:!1},performance:{D:3,B:3,s:!1,context:{depth:2,D:1}},match:{charset:\"latin:extra\",G:\"reverse\"},score:{charset:\"latin:advanced\",D:20,B:3,context:{depth:3,D:9}},\"default\":{}};function ra(a,b,c,d,e,f,g){setTimeout(function(){const h=a(c?c+\".\"+d:d,JSON.stringify(g));h&&h.then?h.then(function(){b.export(a,b,c,e,f+1)}):b.export(a,b,c,e,f+1)})};function K(a,b){if(!(this instanceof K))return new K(a);var c;if(a){x(a)?a=qa[a]:(c=a.preset)&&(a=Object.assign({},c[c],a));c=a.charset;var d=a.lang;x(c)&&(-1===c.indexOf(\":\")&&(c+=\":default\"),c=G[c]);x(d)&&(d=ka[d])}else a={};let e,f,g=a.context||{};this.encode=a.encode||c&&c.encode||ia;this.register=b||v();this.D=e=a.resolution||9;this.G=b=c&&c.G||a.tokenize||\"strict\";this.depth=\"strict\"===b&&g.depth;this.l=u(g.bidirectional);this.s=f=u(a.optimize);this.m=u(a.fastupdate);this.B=a.minlength||1;this.C=\r\na.boost;this.map=f?aa(e):v();this.A=e=g.resolution||1;this.h=f?aa(e):v();this.F=c&&c.F||a.rtl;this.H=(b=a.matcher||d&&d.H)&&fa(b,!1);this.J=(b=a.stemmer||d&&d.J)&&fa(b,!0);if(c=b=a.filter||d&&d.filter){c=b;d=v();for(let h=0,k=c.length;h<k;h++)d[c[h]]=1;c=d}this.filter=c;this.cache=(b=a.cache)&&new J(b)}t=K.prototype;t.append=function(a,b){return this.add(a,b,!0)};\r\nt.add=function(a,b,c,d){if(b&&(a||0===a)){if(!d&&!c&&this.register[a])return this.update(a,b);b=this.encode(b);if(d=b.length){const m=v(),n=v(),w=this.depth,q=this.D;for(let r=0;r<d;r++){let l=b[this.F?d-1-r:r];var e=l.length;if(l&&e>=this.B&&(w||!n[l])){var f=L(q,d,r),g=\"\";switch(this.G){case \"full\":if(2<e){for(f=0;f<e;f++)for(var h=e;h>f;h--)if(h-f>=this.B){var k=L(q,d,r,e,f);g=l.substring(f,h);M(this,n,g,k,a,c)}break}case \"reverse\":if(1<e){for(h=e-1;0<h;h--)g=l[h]+g,g.length>=this.B&&M(this,n,\r\ng,L(q,d,r,e,h),a,c);g=\"\"}case \"forward\":if(1<e){for(h=0;h<e;h++)g+=l[h],g.length>=this.B&&M(this,n,g,f,a,c);break}default:if(this.C&&(f=Math.min(f/this.C(b,l,r)|0,q-1)),M(this,n,l,f,a,c),w&&1<d&&r<d-1)for(e=v(),g=this.A,f=l,h=Math.min(w+1,d-r),e[f]=1,k=1;k<h;k++)if((l=b[this.F?d-1-r-k:r+k])&&l.length>=this.B&&!e[l]){e[l]=1;const p=this.l&&l>f;M(this,m,p?f:l,L(g+(d/2>g?0:1),d,r,h-1,k-1),a,c,p?l:f)}}}}this.m||(this.register[a]=1)}}return this};\r\nfunction L(a,b,c,d,e){return c&&1<a?b+(d||0)<=a?c+(e||0):(a-1)/(b+(d||0))*(c+(e||0))+1|0:0}function M(a,b,c,d,e,f,g){let h=g?a.h:a.map;if(!b[c]||g&&!b[c][g])a.s&&(h=h[d]),g?(b=b[c]||(b[c]=v()),b[g]=1,h=h[g]||(h[g]=v())):b[c]=1,h=h[c]||(h[c]=[]),a.s||(h=h[d]||(h[d]=[])),f&&h.includes(e)||(h[h.length]=e,a.m&&(a=a.register[e]||(a.register[e]=[]),a[a.length]=h))}\r\nt.search=function(a,b,c){c||(!b&&C(a)?(c=a,a=c.query):C(b)&&(c=b));let d=[],e;let f,g=0;if(c){a=c.query||a;b=c.limit;g=c.offset||0;var h=c.context;f=c.suggest}if(a&&(a=this.encode(\"\"+a),e=a.length,1<e)){c=v();var k=[];for(let n=0,w=0,q;n<e;n++)if((q=a[n])&&q.length>=this.B&&!c[q])if(this.s||f||this.map[q])k[w++]=q,c[q]=1;else return d;a=k;e=a.length}if(!e)return d;b||(b=100);h=this.depth&&1<e&&!1!==h;c=0;let m;h?(m=a[0],c=1):1<e&&a.sort(ba);for(let n,w;c<e;c++){w=a[c];h?(n=sa(this,d,f,b,g,2===e,w,\r\nm),f&&!1===n&&d.length||(m=w)):n=sa(this,d,f,b,g,1===e,w);if(n)return n;if(f&&c===e-1){k=d.length;if(!k){if(h){h=0;c=-1;continue}return d}if(1===k)return ta(d[0],b,g)}}return ma(d,b,g,f)};\r\nfunction sa(a,b,c,d,e,f,g,h){let k=[],m=h?a.h:a.map;a.s||(m=ua(m,g,h,a.l));if(m){let n=0;const w=Math.min(m.length,h?a.A:a.D);for(let q=0,r=0,l,p;q<w;q++)if(l=m[q])if(a.s&&(l=ua(l,g,h,a.l)),e&&l&&f&&(p=l.length,p<=e?(e-=p,l=null):(l=l.slice(e),e=0)),l&&(k[n++]=l,f&&(r+=l.length,r>=d)))break;if(n){if(f)return ta(k,d,0);b[b.length]=k;return}}return!c&&k}function ta(a,b,c){a=1===a.length?a[0]:[].concat.apply([],a);return c||a.length>b?a.slice(c,c+b):a}\r\nfunction ua(a,b,c,d){c?(d=d&&b>c,a=(a=a[d?b:c])&&a[d?c:b]):a=a[b];return a}t.contain=function(a){return!!this.register[a]};t.update=function(a,b){return this.remove(a).add(a,b)};\r\nt.remove=function(a,b){const c=this.register[a];if(c){if(this.m)for(let d=0,e;d<c.length;d++)e=c[d],e.splice(e.indexOf(a),1);else N(this.map,a,this.D,this.s),this.depth&&N(this.h,a,this.A,this.s);b||delete this.register[a];if(this.cache){b=this.cache;for(let d=0,e,f;d<b.h.length;d++)f=b.h[d],e=b.cache[f],e.includes(a)&&(b.h.splice(d--,1),delete b.cache[f])}}return this};\r\nfunction N(a,b,c,d,e){let f=0;if(a.constructor===Array)if(e)b=a.indexOf(b),-1!==b?1<a.length&&(a.splice(b,1),f++):f++;else{e=Math.min(a.length,c);for(let g=0,h;g<e;g++)if(h=a[g])f=N(h,b,c,d,e),d||f||delete a[g]}else for(let g in a)(f=N(a[g],b,c,d,e))||delete a[g];return f}t.searchCache=oa;\r\nt.export=function(a,b,c,d,e){let f,g;switch(e||(e=0)){case 0:f=\"reg\";if(this.m){g=v();for(let h in this.register)g[h]=1}else g=this.register;break;case 1:f=\"cfg\";g={doc:0,opt:this.s?1:0};break;case 2:f=\"map\";g=this.map;break;case 3:f=\"ctx\";g=this.h;break;default:return}ra(a,b||this,c,f,d,e,g);return!0};t.import=function(a,b){if(b)switch(x(b)&&(b=JSON.parse(b)),a){case \"cfg\":this.s=!!b.opt;break;case \"reg\":this.m=!1;this.register=b;break;case \"map\":this.map=b;break;case \"ctx\":this.h=b}};la(K.prototype);function va(a){a=a.data;var b=self._index;const c=a.args;var d=a.task;switch(d){case \"init\":d=a.options||{};a=a.factory;b=d.encode;d.cache=!1;b&&0===b.indexOf(\"function\")&&(d.encode=Function(\"return \"+b)());a?(Function(\"return \"+a)()(self),self._index=new self.FlexSearch.Index(d),delete self.FlexSearch):self._index=new K(d);break;default:a=a.id,b=b[d].apply(b,c),postMessage(\"search\"===d?{id:a,msg:b}:{id:a})}};let wa=0;function O(a){if(!(this instanceof O))return new O(a);var b;a?D(b=a.encode)&&(a.encode=b.toString()):a={};(b=(self||window)._factory)&&(b=b.toString());const c=\"undefined\"===typeof window&&self.exports,d=this;this.o=xa(b,c,a.worker);this.h=v();if(this.o){if(c)this.o.on(\"message\",function(e){d.h[e.id](e.msg);delete d.h[e.id]});else this.o.onmessage=function(e){e=e.data;d.h[e.id](e.msg);delete d.h[e.id]};this.o.postMessage({task:\"init\",factory:b,options:a})}}P(\"add\");P(\"append\");P(\"search\");\r\nP(\"update\");P(\"remove\");function P(a){O.prototype[a]=O.prototype[a+\"Async\"]=function(){const b=this,c=[].slice.call(arguments);var d=c[c.length-1];let e;D(d)&&(e=d,c.splice(c.length-1,1));d=new Promise(function(f){setTimeout(function(){b.h[++wa]=f;b.o.postMessage({task:a,id:wa,args:c})})});return e?(d.then(e),this):d}}\r\nfunction xa(a,b,c){let d;try{d=b?eval('new (require(\"worker_threads\")[\"Worker\"])(\"../dist/node/node.js\")'):a?new Worker(URL.createObjectURL(new Blob([\"onmessage=\"+va.toString()],{type:\"text/javascript\"}))):new Worker(x(c)?c:\"worker/worker.js\",{type:\"module\"})}catch(e){}return d};function Q(a){if(!(this instanceof Q))return new Q(a);var b=a.document||a.doc||a,c;this.K=[];this.h=[];this.A=[];this.register=v();this.key=(c=b.key||b.id)&&S(c,this.A)||\"id\";this.m=u(a.fastupdate);this.C=(c=b.store)&&!0!==c&&[];this.store=c&&v();this.I=(c=b.tag)&&S(c,this.A);this.l=c&&v();this.cache=(c=a.cache)&&new J(c);a.cache=!1;this.o=a.worker;this.async=!1;c=v();let d=b.index||b.field||b;x(d)&&(d=[d]);for(let e=0,f,g;e<d.length;e++)f=d[e],x(f)||(g=f,f=f.field),g=C(g)?Object.assign({},a,g):a,\r\nthis.o&&(c[f]=new O(g),c[f].o||(this.o=!1)),this.o||(c[f]=new K(g,this.register)),this.K[e]=S(f,this.A),this.h[e]=f;if(this.C)for(a=b.store,x(a)&&(a=[a]),b=0;b<a.length;b++)this.C[b]=S(a[b],this.A);this.index=c}function S(a,b){const c=a.split(\":\");let d=0;for(let e=0;e<c.length;e++)a=c[e],0<=a.indexOf(\"[]\")&&(a=a.substring(0,a.length-2))&&(b[d]=!0),a&&(c[d++]=a);d<c.length&&(c.length=d);return 1<d?c:c[0]}function T(a,b){if(x(b))a=a[b];else for(let c=0;a&&c<b.length;c++)a=a[b[c]];return a}\r\nfunction U(a,b,c,d,e){a=a[e];if(d===c.length-1)b[e]=a;else if(a)if(a.constructor===Array)for(b=b[e]=Array(a.length),e=0;e<a.length;e++)U(a,b,c,d,e);else b=b[e]||(b[e]=v()),e=c[++d],U(a,b,c,d,e)}function V(a,b,c,d,e,f,g,h){if(a=a[g])if(d===b.length-1){if(a.constructor===Array){if(c[d]){for(b=0;b<a.length;b++)e.add(f,a[b],!0,!0);return}a=a.join(\" \")}e.add(f,a,h,!0)}else if(a.constructor===Array)for(g=0;g<a.length;g++)V(a,b,c,d,e,f,g,h);else g=b[++d],V(a,b,c,d,e,f,g,h)}t=Q.prototype;\r\nt.add=function(a,b,c){C(a)&&(b=a,a=T(b,this.key));if(b&&(a||0===a)){if(!c&&this.register[a])return this.update(a,b);for(let d=0,e,f;d<this.h.length;d++)f=this.h[d],e=this.K[d],x(e)&&(e=[e]),V(b,e,this.A,0,this.index[f],a,e[0],c);if(this.I){let d=T(b,this.I),e=v();x(d)&&(d=[d]);for(let f=0,g,h;f<d.length;f++)if(g=d[f],!e[g]&&(e[g]=1,h=this.l[g]||(this.l[g]=[]),!c||!h.includes(a)))if(h[h.length]=a,this.m){const k=this.register[a]||(this.register[a]=[]);k[k.length]=h}}if(this.store&&(!c||!this.store[a])){let d;\r\nif(this.C){d=v();for(let e=0,f;e<this.C.length;e++)f=this.C[e],x(f)?d[f]=b[f]:U(b,d,f,0,f[0])}this.store[a]=d||b}}return this};t.append=function(a,b){return this.add(a,b,!0)};t.update=function(a,b){return this.remove(a).add(a,b)};\r\nt.remove=function(a){C(a)&&(a=T(a,this.key));if(this.register[a]){for(var b=0;b<this.h.length&&(this.index[this.h[b]].remove(a,!this.o),!this.m);b++);if(this.I&&!this.m)for(let c in this.l){b=this.l[c];const d=b.indexOf(a);-1!==d&&(1<b.length?b.splice(d,1):delete this.l[c])}this.store&&delete this.store[a];delete this.register[a]}return this};\r\nt.search=function(a,b,c,d){c||(!b&&C(a)?(c=a,a=\"\"):C(b)&&(c=b,b=0));let e=[],f=[],g,h,k,m,n,w,q=0;if(c)if(c.constructor===Array)k=c,c=null;else{a=c.query||a;k=(g=c.pluck)||c.index||c.field;m=c.tag;h=this.store&&c.enrich;n=\"and\"===c.bool;b=c.limit||b||100;w=c.offset||0;if(m&&(x(m)&&(m=[m]),!a)){for(let l=0,p;l<m.length;l++)if(p=ya.call(this,m[l],b,w,h))e[e.length]=p,q++;return q?e:[]}x(k)&&(k=[k])}k||(k=this.h);n=n&&(1<k.length||m&&1<m.length);const r=!d&&(this.o||this.async)&&[];for(let l=0,p,z,B;l<\r\nk.length;l++){let A;z=k[l];x(z)||(A=z,z=A.field,a=A.query||a,b=A.limit||b);if(r)r[l]=this.index[z].searchAsync(a,b,A||c);else{d?p=d[l]:p=this.index[z].search(a,b,A||c);B=p&&p.length;if(m&&B){const y=[];let H=0;n&&(y[0]=[p]);for(let X=0,pa,R;X<m.length;X++)if(pa=m[X],B=(R=this.l[pa])&&R.length)H++,y[y.length]=n?[R]:R;H&&(p=n?ma(y,b||100,w||0):na(p,y),B=p.length)}if(B)f[q]=z,e[q++]=p;else if(n)return[]}}if(r){const l=this;return new Promise(function(p){Promise.all(r).then(function(z){p(l.search(a,b,\r\nc,z))})})}if(!q)return[];if(g&&(!h||!this.store))return e[0];for(let l=0,p;l<f.length;l++){p=e[l];p.length&&h&&(p=za.call(this,p));if(g)return p;e[l]={field:f[l],result:p}}return e};function ya(a,b,c,d){let e=this.l[a],f=e&&e.length-c;if(f&&0<f){if(f>b||c)e=e.slice(c,c+b);d&&(e=za.call(this,e));return{tag:a,result:e}}}function za(a){const b=Array(a.length);for(let c=0,d;c<a.length;c++)d=a[c],b[c]={id:d,doc:this.store[d]};return b}t.contain=function(a){return!!this.register[a]};t.get=function(a){return this.store[a]};\r\nt.set=function(a,b){this.store[a]=b;return this};t.searchCache=oa;t.export=function(a,b,c,d,e){e||(e=0);d||(d=0);if(d<this.h.length){const f=this.h[d],g=this.index[f];b=this;setTimeout(function(){g.export(a,b,e?f:\"\",d,e++)||(d++,e=1,b.export(a,b,f,d,e))})}else{let f,g;switch(e){case 1:f=\"tag\";g=this.l;break;case 2:f=\"store\";g=this.store;break;default:return}ra(a,this,c,f,d,e,g)}};\r\nt.import=function(a,b){if(b)switch(x(b)&&(b=JSON.parse(b)),a){case \"tag\":this.l=b;break;case \"reg\":this.m=!1;this.register=b;for(let d=0,e;d<this.h.length;d++)e=this.index[this.h[d]],e.register=b,e.m=!1;break;case \"store\":this.store=b;break;default:a=a.split(\".\");const c=a[0];a=a[1];c&&a&&this.index[c].import(a,b)}};la(Q.prototype);var Ba={encode:Aa,F:!1,G:\"\"};const Ca=[F(\"[\\u00e0\\u00e1\\u00e2\\u00e3\\u00e4\\u00e5]\"),\"a\",F(\"[\\u00e8\\u00e9\\u00ea\\u00eb]\"),\"e\",F(\"[\\u00ec\\u00ed\\u00ee\\u00ef]\"),\"i\",F(\"[\\u00f2\\u00f3\\u00f4\\u00f5\\u00f6\\u0151]\"),\"o\",F(\"[\\u00f9\\u00fa\\u00fb\\u00fc\\u0171]\"),\"u\",F(\"[\\u00fd\\u0177\\u00ff]\"),\"y\",F(\"\\u00f1\"),\"n\",F(\"[\\u00e7c]\"),\"k\",F(\"\\u00df\"),\"s\",F(\" & \"),\" and \"];function Aa(a){var b=a=\"\"+a;b.normalize&&(b=b.normalize(\"NFD\").replace(ea,\"\"));return ca.call(this,b.toLowerCase(),!a.normalize&&Ca)};var Ea={encode:Da,F:!1,G:\"strict\"};const Fa=/[^a-z0-9]+/,Ga={b:\"p\",v:\"f\",w:\"f\",z:\"s\",x:\"s\",\"\\u00df\":\"s\",d:\"t\",n:\"m\",c:\"k\",g:\"k\",j:\"k\",q:\"k\",i:\"e\",y:\"e\",u:\"o\"};function Da(a){a=Aa.call(this,a).join(\" \");const b=[];if(a){const c=a.split(Fa),d=c.length;for(let e=0,f,g=0;e<d;e++)if((a=c[e])&&(!this.filter||!this.filter[a])){f=a[0];let h=Ga[f]||f,k=h;for(let m=1;m<a.length;m++){f=a[m];const n=Ga[f]||f;n&&n!==k&&(h+=n,k=n)}b[g++]=h}}return b};var Ia={encode:Ha,F:!1,G:\"\"};const Ja=[F(\"ae\"),\"a\",F(\"oe\"),\"o\",F(\"sh\"),\"s\",F(\"th\"),\"t\",F(\"ph\"),\"f\",F(\"pf\"),\"f\",F(\"(?![aeo])h(?![aeo])\"),\"\",F(\"(?!^[aeo])h(?!^[aeo])\"),\"\"];function Ha(a,b){a&&(a=Da.call(this,a).join(\" \"),2<a.length&&(a=E(a,Ja)),b||(1<a.length&&(a=ha(a)),a&&(a=a.split(\" \"))));return a||[]};var La={encode:Ka,F:!1,G:\"\"};const Ma=F(\"(?!\\\\b)[aeo]\");function Ka(a){a&&(a=Ha.call(this,a,!0),1<a.length&&(a=a.replace(Ma,\"\")),1<a.length&&(a=ha(a)),a&&(a=a.split(\" \")));return a||[]};G[\"latin:default\"]=ja;G[\"latin:simple\"]=Ba;G[\"latin:balance\"]=Ea;G[\"latin:advanced\"]=Ia;G[\"latin:extra\"]=La;const W=self;let Y;const Z={Index:K,Document:Q,Worker:O,registerCharset:function(a,b){G[a]=b},registerLanguage:function(a,b){ka[a]=b}};(Y=W.define)&&Y.amd?Y([],function(){return Z}):W.exports?W.exports=Z:W.FlexSearch=Z;}(this));\r\n","/**\n * @prop --max-height: Maximum height of table\n * @prop --min-width: Minium width of table\n * @prop --cell-padding: Cells padding\n * @prop --search-input-width: Search input width from small breakpoint\n\n * @prop --stzh-table-max-width: **Global**: Maximum height of table\n * @prop --stzh-table-min-width: **Global**: Minium width of table\n * @prop --stzh-table-cell-padding: **Global**: Cells padding\n * @prop --stzh-table-search-input-width: **Global**: Search input width from small breakpoint\n */\n\nstzh-datatable {\n @include host;\n @include table-host();\n}\n\n.stzh-datatable {\n @include table(\"datatable\");\n}\n","import {\n Component,\n Host,\n h,\n Element,\n Prop,\n Watch,\n Method,\n State\n} from \"@stencil/core\";\n\nimport {\n StzhPaginationChangeEvent\n} from \"../../index\";\n\nimport { Document } from 'flexsearch/dist/flexsearch.bundle.js';\n\nimport { StzhDatatableLocalizedText } from './stzh-datatable.localization';\n\n/**\n * @slot action-button - Slot for action `stzh-button` element\n */\n@Component({\n tag: \"stzh-datatable\",\n styleUrl: \"stzh-datatable.scss\"\n})\nexport class StzhDatatable {\n /** Translation strings */\n @Prop() localization: StzhDatatableLocalizedText;\n\n /** Label */\n @Prop() label: string = \"\";\n\n /** Sort by given column key */\n @Prop({ mutable: true }) sortBy: string = \"\";\n\n /** Sort direction */\n @Prop({ mutable: true }) sortDirection: \"asc\" | \"desc\" = \"asc\";\n\n /** Tokenize type */\n @Prop() tokenize: \"strict\" | \"forward\" | \"reverse\" | \"full\" = \"forward\";\n\n /** ID field */\n @Prop() idField = \"id\";\n\n /** Whether to show table data as list on mikro breakpoint */\n @Prop({ reflect: true }) showList = false;\n\n /** Current page */\n @Prop({ mutable: true }) page: number = 1;\n\n /** If pagination should be shown, set a number of items to be shown by each page. */\n @Prop() pageSize: number = null;\n\n /**\n * Whether to disable min-width of the table.\n *\n * If `false`, the default `min-width` is `700px`\n * If `true`, the `min-width` is `none`, so the table will try to squeeze down content as much as possible.\n *\n * You can also overwrite the min-width via CSS with the custom property `--min-width`.\n */\n @Prop({ reflect: true }) disableMinWidth: boolean = false;\n\n /** Rows */\n @Prop() rows: any[] | string = [];\n private _rows: any[];\n private _rowsShown: any[];\n private _rowsFiltered: any[];\n\n /** Columns */\n @Prop() columns: any[] | string = [];\n private _columns: any[];\n\n @State() query: string = \"\";\n @State() hasScrollLeft: boolean = false;\n @State() hasScrollRight: boolean = false;\n @State() isScrollable: boolean = false;\n @State() cellsStickyLeft: number[] = [];\n @State() cellsStickyRight: number[] = [];\n\n @Element() element: HTMLStzhDatatableElement;\n\n /** Toggle sort by a given column key like when clicking on a column header */\n @Method()\n async toggleSort(columnKey: string) {\n this.page = 1;\n\n if (columnKey === this.sortBy) {\n this.sortDirection = this.sortDirection === \"asc\" ? \"desc\" : \"asc\";\n } else {\n this.sortDirection = \"asc\";\n this.sortBy = columnKey;\n }\n }\n\n @Watch(\"rows\")\n rowsWatcher(newValue: any[] | string) {\n if (typeof newValue === \"string\") {\n this._rows = JSON.parse(newValue);\n } else {\n this._rows = newValue;\n }\n\n this.buildSearchIndex();\n }\n\n @Watch(\"columns\")\n columnsWatcher(newValue: any[] | string) {\n if (typeof newValue === \"string\") {\n this._columns = JSON.parse(newValue);\n } else {\n this._columns = newValue;\n }\n\n this.buildSearchIndex();\n }\n\n private input: HTMLStzhInputElement;\n private searchIndex: Document;\n private tableWrapper: HTMLDivElement;\n private debounceScroll: number;\n\n private debounceResize: number;\n private resizeObserver: ResizeObserver;\n\n private updateScrollStates = () => {\n if (!this.tableWrapper) {\n return;\n }\n\n const wrapperScrollLeft = this.tableWrapper.scrollLeft;\n const wrapperScrollWidth = this.tableWrapper.scrollWidth;\n const wrapperClientWidth = this.tableWrapper.clientWidth;\n\n this.isScrollable = wrapperScrollWidth > wrapperClientWidth;\n this.hasScrollLeft = wrapperScrollLeft > 0;\n this.hasScrollRight = wrapperScrollLeft < wrapperScrollWidth - wrapperClientWidth;\n\n const rows: HTMLTableRowElement[] = Array.from(this.tableWrapper.querySelectorAll(\"tr\"));\n const firstRow = rows[0];\n\n if (!firstRow) {\n return;\n }\n\n this.cellsStickyLeft = [];\n this.cellsStickyRight = [];\n const cells: Element[] = Array.from(firstRow.children);\n\n cells.forEach((cell: HTMLTableCellElement, index: number) => {\n const offsetLeft = cell.offsetLeft;\n const offsetRight = offsetLeft + cell.offsetWidth;\n\n if (\n this.hasScrollLeft\n && this._columns[index].fixed === \"left\"\n && Math.ceil(wrapperScrollLeft) >= offsetLeft\n ) {\n this.cellsStickyLeft.push(index);\n }\n\n if (\n this.hasScrollRight\n && this._columns[index].fixed === \"right\"\n && Math.ceil(wrapperScrollLeft) + wrapperClientWidth <= offsetRight\n ) {\n this.cellsStickyRight.push(index);\n }\n });\n }\n\n private handleResize = () => {\n if (this.debounceResize) {\n window.cancelAnimationFrame(this.debounceResize);\n }\n\n this.debounceResize = requestAnimationFrame(this.updateScrollStates);\n }\n\n private handleScroll = () => {\n if (this.debounceScroll) {\n window.cancelAnimationFrame(this.debounceScroll);\n }\n\n this.debounceScroll = requestAnimationFrame(this.updateScrollStates);\n }\n\n private buildSearchIndex() {\n if (!this._rows || this._rows.length === 0\n || !this._columns || this._columns.length === 0\n ) {\n return;\n }\n\n this.searchIndex = new Document({\n tokenize: this.tokenize,\n matcher: {\n '[äà]': 'a',\n '[öó]': 'o',\n '[üûúù]': 'u',\n '[éè]': 'e'\n },\n document: {\n id: this.idField,\n index: this._columns.map(column => column.key)\n }\n });\n\n this._rows.forEach(row => {\n this.searchIndex.add(row);\n });\n }\n\n private onInputChange = () => {\n this.query = this.input.value;\n }\n\n private onPaginationChange = (event: CustomEvent<StzhPaginationChangeEvent>) => {\n if (event.detail.component === \"stzh-pagination\") {\n this.page = event.detail.page;\n }\n }\n\n async componentWillLoad() {\n this.columnsWatcher(this.columns);\n this.rowsWatcher(this.rows);\n\n if (!this.localization) {\n this.localization = await window.stzhComponents.utils.fetchTranslations(this.element, \"datatable\");\n }\n }\n\n componentDidLoad() {\n this.updateScrollStates();\n }\n\n componentWillRender() {\n this._rowsShown = [];\n this._rowsFiltered = [];\n\n if (this.query) {\n let resultIds = [];\n\n this.searchIndex.search(this.query).forEach((result) => {\n resultIds = [...resultIds, ...result.result];\n });\n\n resultIds = resultIds.filter(function (item, pos) {\n return resultIds.indexOf(item) === pos;\n });\n\n this._rows.forEach((row) => {\n if (resultIds.indexOf(row[this.idField]) > -1) {\n this._rowsFiltered.push(row);\n }\n });\n } else {\n this._rowsFiltered = [...this._rows];\n }\n\n if (this.sortBy) {\n this._rowsFiltered.sort((rowA, rowB) => {\n const comparison = rowA[this.sortBy].localeCompare(rowB[this.sortBy])\n return this.sortDirection === \"asc\" ? comparison : comparison / -1;\n });\n }\n\n if (this.pageSize !== null) {\n const pageEnd = this.page * this.pageSize;\n this._rowsShown = this._rowsFiltered.slice(pageEnd - this.pageSize, pageEnd);\n } else {\n this._rowsShown = [...this._rowsFiltered];\n }\n }\n\n connectedCallback() {\n this.resizeObserver = new ResizeObserver(this.handleResize);\n this.resizeObserver.observe(this.element);\n }\n\n disconnectedCallback() {\n if (this.resizeObserver) {\n this.resizeObserver.disconnect();\n }\n }\n\n render() {\n const classes = {\n \"stzh-datatable\": true,\n \"is-scrollable\": this.isScrollable,\n \"has-scroll-left\": this.hasScrollLeft,\n \"has-scroll-right\": this.hasScrollRight,\n \"has-scroll-left-shadow\": this.hasScrollLeft && this.cellsStickyLeft.length === 0,\n \"has-scroll-right-shadow\": this.hasScrollRight && this.cellsStickyRight.length === 0,\n \"has-list\": this.showList,\n };\n\n const totalPages = Math.ceil(this._rowsFiltered.length / this.pageSize);\n\n return (\n <Host>\n <div class={classes}>\n <div class=\"stzh-datatable__header\">\n <div class=\"stzh-datatable__heading\">\n <slot name=\"heading\"></slot>\n </div>\n <div class=\"stzh-datatable__sub-header\">\n <stzh-input\n ref={(el) => (this.input = el as HTMLStzhInputElement)}\n class=\"stzh-datatable__search\"\n size=\"small\"\n name=\"stzh-datatable-search\"\n onStzhChange={this.onInputChange}\n label={this.localization.searchLabel}\n ></stzh-input>\n <div class=\"stzh-datatable__action-button\">\n <slot name=\"action-button\"></slot>\n </div>\n </div>\n </div>\n\n <div class=\"stzh-datatable__outer-wrapper\">\n <div\n ref={(el) => (this.tableWrapper = el as HTMLDivElement)}\n class=\"stzh-datatable__wrapper\"\n onScroll={this.handleScroll}\n >\n <table class=\"stzh-datatable__table\">\n <thead class=\"stzh-datatable__thead\">\n <tr class=\"stzh-datatable__row stzh-datatable__row--head\">\n {this._columns.map((column, index) =>\n <th\n class={{\n \"stzh-datatable__cell stzh-datatable__cell--head\": true,\n \"is-sticky-left\": column.fixed === \"left\",\n \"is-sticky-right\": column.fixed === \"right\",\n \"is-sortable\": column.sort,\n \"has-sticked\": this.cellsStickyLeft.indexOf(index) > -1 || this.cellsStickyRight.indexOf(index) > -1,\n \"has-sorted\": column.key === this.sortBy,\n \"has-sorted-asc\": column.key === this.sortBy && this.sortDirection === \"asc\",\n \"has-sorted-desc\": column.key === this.sortBy && this.sortDirection === \"desc\",\n [`align-${column.align}`]: column.align,\n [`valign-${column.valign}`]: column.valign\n }}\n >\n {column.sort ?\n <button\n class=\"stzh-datatable__sort-button\"\n type=\"button\"\n onClick={() => this.toggleSort(column.key)}\n s-object-id={column.analyticsId || `${column.text} ${this.localization.columnSort}`}\n >\n <span>{column.text}</span>\n <stzh-icon name=\"arrow-up\" class=\"stzh-datatable__sort-icon\" a11yTitle={this.localization.columnSort}></stzh-icon>\n </button>\n :\n <span>{column.text}</span>\n }\n </th>\n )}\n </tr>\n </thead>\n <tbody>\n {this._rowsShown.map((row) =>\n <tr class=\"stzh-datatable__row stzh-datatable__row--body\">\n {this._columns.map((column, index) =>\n <td\n innerHTML={row[column.key]?.text || row[column.key] || \"\"}\n class={{\n \"stzh-datatable__cell stzh-datatable__cell--body\": true,\n \"is-sticky-left\": column.fixed === \"left\",\n \"is-sticky-right\": column.fixed === \"right\",\n \"is-sortable\": column.sort,\n \"has-sticked\": this.cellsStickyLeft.indexOf(index) > -1 || this.cellsStickyRight.indexOf(index) > -1,\n \"has-sorted\": column.key === this.sortBy,\n \"has-sorted-asc\": column.key === this.sortBy && this.sortDirection === \"asc\",\n \"has-sorted-desc\": column.key === this.sortBy && this.sortDirection === \"desc\",\n [`align-${row[column.key]?.align || column.align}`]: row[column.key]?.align || column.align,\n [`valign-${row[column.key]?.valign || column.valign}`]: row[column.key]?.valign || column.valign\n }}\n ></td>\n )}\n </tr>\n )}\n </tbody>\n </table>\n </div>\n </div>\n\n {this.showList &&\n <div class=\"stzh-datatable__list-wrapper\">\n <stzh-card-list>\n {this._rowsShown.map((row) =>\n <stzh-card>\n <stzh-datalist slot=\"content\" direction={\"horizontal\"}>\n {this._columns.map((column) =>\n <stzh-datalist-item\n label={column.text}\n value={row[column.key]?.text || row[column.key] || \"\"}\n ></stzh-datalist-item>\n )}\n </stzh-datalist>\n </stzh-card>\n )}\n </stzh-card-list>\n </div>\n }\n\n {this.pageSize !== null && totalPages > 1 &&\n <div class=\"stzh-datatable__pagination-wrapper\">\n <stzh-pagination\n value={this.page}\n total={totalPages}\n onStzhChange={this.onPaginationChange}\n ></stzh-pagination>\n </div>\n }\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- import{r as t,h as e,a as s,g as o}from"./p-9e02896c.js";const n=":host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box;text-underline-offset:var(--stzh-link-text-underline-offset);text-decoration-thickness:var(--stzh-link-text-decoration-thickness)}:host .has-focus{outline:var(--stzh-flyingfocus-color) solid 0.125rem;outline-offset:0.3125rem}:host .stzh-fylingfocus-focused{outline-style:none !important}:host .stzh-fylingfocus-focused::-moz-focus-inner{border:0 !important}:host{bottom:var(--stzh-space-medium);z-index:var(--stzh-z-index-overlay);position:fixed;pointer-events:none;bottom:var(--stzh-header-sticky-appnav-height, 0);left:1.25rem;right:1.25rem}@media screen and (min-width: 1024px){:host{bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){:host{bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 600px){:host{left:2rem;right:auto;max-width:calc(100% - (2rem * 2))}}@media screen and (min-width: 1024px){:host{left:2.5rem;max-width:calc(100% - (2.5rem * 2))}}@media screen and (min-width: 1260px){:host{left:5.5rem;max-width:calc(100% - (5.5rem * 2))}}:host ::slotted(*:not([hidden]):not([slot])){margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){:host ::slotted(*:not([hidden]):not([slot])){margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1260px){:host ::slotted(*:not([hidden]):not([slot])){margin-bottom:var(--stzh-space-xlarge)}}.stzh-toastbar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 600px){.stzh-toastbar{-ms-flex-align:start;align-items:flex-start}}";const i=class{constructor(e){t(this,e);this.handleSlotchange=()=>{this.toastsAppended();this.hideOverflowingItems()};this.hideAfter=30;this.max=5}async toast(t,{type:e,link:s}={type:"info"}){const o=document.createElement("stzh-toast");o.hidden=true;o.label=t;o.role="alert";o.type=e||"info";o.initialOpenAnimation=true;if(s){s.slot="link";o.appendChild(s)}this.element.appendChild(o);return o}toastAppended(t){if(t.getAttribute("data-stzh-toastbar-managed")){return}t.setAttribute("data-stzh-toastbar-managed","");t.addEventListener("stzhClosed",(()=>{t.remove()}));if(t.type!=="error"){let e=(new Date).getTime();let s=this.hideAfter*1e3;let o=window.setTimeout((()=>{t.hide()}),s);t.addEventListener("pointerenter",(()=>{if(o){window.clearTimeout(o);const t=(new Date).getTime()-e;s=s-t}}));t.addEventListener("pointerleave",(()=>{e=(new Date).getTime();o=window.setTimeout((()=>{t.hide()}),s)}))}}toastsAppended(){Array.from(this.element.children).forEach((t=>{this.toastAppended(t)}))}hideOverflowingItems(){const t=this.element.children.length;Array.from(this.element.children).splice(0,t-this.max).forEach((t=>{t.hide()}))}render(){const t={"stzh-toastbar":true};return e(s,null,e("div",{class:t},e("slot",{onSlotchange:this.handleSlotchange})))}get element(){return o(this)}};i.style=n;export{i as stzh_toastbar};
2
- //# sourceMappingURL=p-b329c334.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["stzhToastbarCss","StzhToastbar","this","handleSlotchange","toastsAppended","hideOverflowingItems","async","label","type","link","toast","document","createElement","hidden","role","initialOpenAnimation","slot","appendChild","element","toastAppended","getAttribute","setAttribute","addEventListener","remove","timeoutStarted","Date","getTime","restTime","hideAfter","currentTimeout","window","setTimeout","hide","clearTimeout","timePassed","Array","from","children","forEach","childCount","length","splice","max","render","classes","h","Host","class","onSlotchange"],"sources":["./src/components/stzh-toastbar/stzh-toastbar.scss?tag=stzh-toastbar&encapsulation=shadow","./src/components/stzh-toastbar/stzh-toastbar.tsx"],"sourcesContent":[":host {\n @include spaceCurve('bottom', 'regular');\n z-index: $zIndexOverlay;\n position: fixed;\n pointer-events: none;\n bottom: var(--stzh-header-sticky-appnav-height, 0);\n left: $containerMargin;\n right: $containerMargin;\n\n @include mq($from: small) {\n left: $containerMarginSmall;\n right: auto;\n max-width: calc(100% - (#{$containerMarginSmall} * 2));\n }\n\n @include mq($from: medium) {\n left: $containerMarginMedium;\n max-width: calc(100% - (#{$containerMarginMedium} * 2));\n }\n\n @include mq($from: large) {\n left: $containerMarginLarge;\n max-width: calc(100% - (#{$containerMarginLarge} * 2));\n }\n\n ::slotted(*:not([hidden]):not([slot])) {\n @include spaceCurve('margin-bottom', 'regular');\n }\n}\n\n.stzh-toastbar {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n\n @include mq($from: small) {\n align-items: flex-start;\n }\n}\n","import {\n Component,\n Host,\n h,\n Element,\n Prop,\n Method,\n} from \"@stencil/core\";\n\n/**\n * @slot - Slot for stzh-toast elements\n */\n@Component({\n tag: \"stzh-toastbar\",\n styleUrl: \"stzh-toastbar.scss\",\n shadow: true\n})\nexport class StzhToastbar {\n /**\n * Time after toasts are hidden (in seconds).\n * Toasts with type `error` will stay, until the user closes them manually.\n */\n @Prop() hideAfter: number = 30;\n\n /**\n * Maximum of toasts allowed to be shown.\n * If more are created, oldest will be hidden, even if timeout not ended yet or toast type is `error`.\n */\n @Prop() max: number = 5;\n\n @Element() element: HTMLStzhToastbarElement;\n\n /** Create new toast. */\n @Method()\n async toast(label: string, { type, link }: { type?: \"info\" | \"success\" | \"error\" | \"warning\", link?: HTMLStzhLinkElement } = { type: \"info\" }): Promise<HTMLStzhToastElement> {\n const toast = document.createElement(\"stzh-toast\");\n toast.hidden = true;\n toast.label = label;\n toast.role = \"alert\";\n toast.type = type || \"info\";\n toast.initialOpenAnimation = true;\n\n if (link) {\n link.slot = \"link\";\n toast.appendChild(link);\n }\n\n this.element.appendChild(toast);\n\n return toast;\n }\n\n private toastAppended(toast: HTMLStzhToastElement) {\n if (toast.getAttribute('data-stzh-toastbar-managed')) {\n return;\n }\n\n toast.setAttribute('data-stzh-toastbar-managed', '');\n\n toast.addEventListener(\"stzhClosed\", () => {\n toast.remove();\n });\n\n if (toast.type !== \"error\") {\n let timeoutStarted = new Date().getTime();\n let restTime = this.hideAfter * 1000;\n let currentTimeout = window.setTimeout(() => {\n toast.hide();\n }, restTime);\n\n toast.addEventListener(\"pointerenter\", () => {\n if (currentTimeout) {\n window.clearTimeout(currentTimeout);\n const timePassed = new Date().getTime() - timeoutStarted;\n restTime = restTime - timePassed;\n }\n });\n\n toast.addEventListener(\"pointerleave\", () => {\n timeoutStarted = new Date().getTime();\n currentTimeout = window.setTimeout(() => {\n toast.hide();\n }, restTime);\n });\n }\n }\n\n private toastsAppended() {\n Array.from(this.element.children).forEach((toast: HTMLStzhToastElement) => {\n this.toastAppended(toast);\n });\n }\n\n private hideOverflowingItems() {\n const childCount = this.element.children.length;\n\n Array.from(this.element.children)\n .splice(0, childCount - this.max)\n .forEach((toast: HTMLStzhToastElement) => {\n toast.hide();\n });\n }\n\n private handleSlotchange = () => {\n this.toastsAppended();\n this.hideOverflowingItems();\n }\n\n render() {\n const classes = {\n \"stzh-toastbar\": true,\n };\n\n return (\n <Host>\n <div class={classes}>\n <slot onSlotchange={this.handleSlotchange}></slot>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"yDAAA,MAAMA,EAAkB,m1D,MCiBXC,EAAY,M,yBAsFfC,KAAAC,iBAAmB,KACzBD,KAAKE,iBACLF,KAAKG,sBAAsB,E,eAnFD,G,SAMN,C,CAMtBC,YAAYC,GAAeC,KAAEA,EAAIC,KAAEA,GAA0F,CAAED,KAAM,SACnI,MAAME,EAAQC,SAASC,cAAc,cACrCF,EAAMG,OAAS,KACfH,EAAMH,MAAQA,EACdG,EAAMI,KAAO,QACbJ,EAAMF,KAAOA,GAAQ,OACrBE,EAAMK,qBAAuB,KAE7B,GAAIN,EAAM,CACRA,EAAKO,KAAO,OACZN,EAAMO,YAAYR,E,CAGpBP,KAAKgB,QAAQD,YAAYP,GAEzB,OAAOA,C,CAGDS,cAAcT,GACpB,GAAIA,EAAMU,aAAa,8BAA+B,CACpD,M,CAGFV,EAAMW,aAAa,6BAA8B,IAEjDX,EAAMY,iBAAiB,cAAc,KACnCZ,EAAMa,QAAQ,IAGhB,GAAIb,EAAMF,OAAS,QAAS,CAC1B,IAAIgB,GAAiB,IAAIC,MAAOC,UAChC,IAAIC,EAAWzB,KAAK0B,UAAY,IAChC,IAAIC,EAAiBC,OAAOC,YAAW,KACrCrB,EAAMsB,MAAM,GACXL,GAEHjB,EAAMY,iBAAiB,gBAAgB,KACrC,GAAIO,EAAgB,CAClBC,OAAOG,aAAaJ,GACpB,MAAMK,GAAa,IAAIT,MAAOC,UAAYF,EAC1CG,EAAWA,EAAWO,C,KAI1BxB,EAAMY,iBAAiB,gBAAgB,KACrCE,GAAiB,IAAIC,MAAOC,UAC5BG,EAAiBC,OAAOC,YAAW,KACjCrB,EAAMsB,MAAM,GACXL,EAAS,G,EAKVvB,iBACN+B,MAAMC,KAAKlC,KAAKgB,QAAQmB,UAAUC,SAAS5B,IACzCR,KAAKiB,cAAcT,EAAM,G,CAIrBL,uBACN,MAAMkC,EAAarC,KAAKgB,QAAQmB,SAASG,OAEzCL,MAAMC,KAAKlC,KAAKgB,QAAQmB,UACrBI,OAAO,EAAGF,EAAarC,KAAKwC,KAC5BJ,SAAS5B,IACRA,EAAMsB,MAAM,G,CASlBW,SACE,MAAMC,EAAU,CACd,gBAAiB,MAGnB,OACEC,EAACC,EAAI,KACHD,EAAA,OAAKE,MAAOH,GACVC,EAAA,QAAMG,aAAc9C,KAAKC,oB"}
@@ -1,2 +0,0 @@
1
- System.register(["./p-7b184ebb.system.js"],(function(n){"use strict";var t,e,a;return{setters:[function(n){t=n.r;e=n.h;a=n.a}],execute:function(){var i='@charset "UTF-8";\n/**\n * Colors\n */\n/*\n * Base\n */\n/**\n * Flyingfocus\n */\n/**\n * Link\n */\n/**\n * Text\n */\n/**\n * Richtext\n */\n/**\n * Section\n */\n/**\n * Header\n */\n/**\n * Appnav\n */\n/**\n * Progressbar\n */\n/**\n * Loader\n */\n/**\n * Table\n */\n/**\n * Heading\n */\n/**\n * Menu (Item)\n */\n/**\n * Form Elements (Input / Checkbox / Radio / Select / Datepicker)\n */\n/**\n * Popover\n */\n/**\n * Tooltips\n */\n/**\n * Overlays / Dialogs\n */\n/**\n * Accordions\n */\n/**\n * Buttons\n */\n/* Ratios */\n/**\n * Box Shadows\n */\n/**\n * Z-Indexes\n * Inspired by https://www.duetds.com/tokens/#z-index\n */\n/**\n * Icon sizes\n */\n/**\n * Grid\n */\n/**\n * Breakpoints\n */\n/**\n * Container\n */\n/**\n * Spaces\n */\n/**\n * Fonts\n */\n/* Global css (mainly used to provide sensible defaults and helper classes) */\n\nhtml {\n /* Enable font smoothing */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\nbody {\n /* Remove default body spacing */\n margin: 0;\n padding: 0;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/* Sticky footer layout */\n\n.stzh-layout-sticky-footer {\n display: grid;\n grid-template-rows: auto 1fr auto;\n grid-template-columns: 100%;\n min-height: 100vh;\n}\n\n/* Helper class when dialog components are opened */\n\n.stzh-dialog-open,\n.stzh-overlay-open {\n -ms-touch-action: none;\n touch-action: none;\n -webkit-overflow-scrolling: none;\n overflow: hidden;\n padding-right: var(--stzh-scrollbar-width);\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n}\n\n@media screen and (max-width: 599px) {\n .stzh-popover-open {\n -ms-touch-action: none;\n touch-action: none;\n -webkit-overflow-scrolling: none;\n overflow: hidden;\n padding-right: var(--stzh-scrollbar-width);\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n }\n}\n\n/* Flying Focus */\n\n/* default outline value, which will be applied to all elements receiving focus\nthe .has-focus class is used by the focus target */\n.has-focus {\n outline: var(--stzh-flyingfocus-color) solid 0.125rem;\n outline-offset: 0.3125rem;\n}\n\n.stzh-fylingfocus-focused {\n outline-style: none !important;\n}\n\n.stzh-fylingfocus-focused::-moz-focus-inner {\n border: 0 !important;\n}\n\n/* AEM/STZH Website specifix css */\n\n.section.has-invert {\n /* Font curve: big */\n margin-top: var(--stzh-space-xxxlarge);\n margin-bottom: var(--stzh-space-xxxlarge);\n}\n\n@media screen and (min-width: 600px) {\n .section.has-invert {\n margin-top: var(--stzh-space-xxxxlarge);\n margin-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n\n@media screen and (min-width: 1024px) {\n .section.has-invert {\n margin-top: var(--stzh-space-big);\n margin-bottom: var(--stzh-space-big);\n }\n}\n\n@media screen and (min-width: 1260) {\n .section.has-invert {\n margin-top: var(--stzh-space-xbig);\n margin-bottom: var(--stzh-space-xbig);\n }\n}\n\n.section.has-invert stzh-invert stzh-container {\n /* Font curve: large */\n padding-top: var(--stzh-space-xxlarge);\n padding-bottom: var(--stzh-space-xxlarge);\n}\n\n@media screen and (min-width: 1024px) {\n .section.has-invert stzh-invert stzh-container {\n padding-top: var(--stzh-space-xxxlarge);\n padding-bottom: var(--stzh-space-xxxlarge);\n }\n}\n\n@media screen and (min-width: 1260) {\n .section.has-invert stzh-invert stzh-container {\n padding-top: var(--stzh-space-xxxxlarge);\n padding-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n\n.section.has-sticky {\n display: contents;\n}\n\n/* Global CSS properties */\n\n:root {\n /* Colors */\n --stzh-color-zueriblue: #0F05A0;\n\n --stzh-color-zueriblue60op: #6F69C6;\n --stzh-color-zueriblue88: rgba(15, 5, 160, 0.88);\n --stzh-color-zueriblue72: rgba(15, 5, 160, 0.72);\n --stzh-color-zueriblue64: rgba(15, 5, 160, 0.64);\n --stzh-color-zueriblue56: rgba(15, 5, 160, 0.56);\n --stzh-color-zueriblue48: rgba(15, 5, 160, 0.48);\n --stzh-color-zueriblue32: rgba(15, 5, 160, 0.32);\n --stzh-color-zueriblue16: rgba(15, 5, 160, 0.16);\n --stzh-color-zueriblue8: rgba(15, 5, 160, 0.08);\n --stzh-color-zueriblue4: rgba(15, 5, 160, 0.04);\n\n --stzh-color-zueribluedark: #070250;\n\n --stzh-color-white: #FFFFFF;\n --stzh-color-white88: rgba(255, 255, 255, 0.88);\n --stzh-color-white72: rgba(255, 255, 255, 0.72);\n --stzh-color-white64: rgba(255, 255, 255, 0.64);\n --stzh-color-white56: rgba(255, 255, 255, 0.56);\n --stzh-color-white48: rgba(255, 255, 255, 0.48);\n --stzh-color-white32: rgba(255, 255, 255, 0.32);\n --stzh-color-white16: rgba(255, 255, 255, 0.16);\n --stzh-color-white8: rgba(255, 255, 255, 0.08);\n\n --stzh-color-black: #000000;\n --stzh-color-black88: rgba(0, 0, 0, 0.88);\n --stzh-color-black72: rgba(0, 0, 0, 0.72);\n --stzh-color-black64: rgba(0, 0, 0, 0.64);\n --stzh-color-black56: rgba(0, 0, 0, 0.56);\n --stzh-color-black48: rgba(0, 0, 0, 0.48);\n --stzh-color-black32: rgba(0, 0, 0, 0.32);\n --stzh-color-black16: rgba(0, 0, 0, 0.16);\n --stzh-color-black8: rgba(0, 0, 0, 0.08);\n\n --stzh-color-cucumber: #80ad52;\n --stzh-color-truegreen: #008000;\n --stzh-color-shiraz: #c00d23;\n --stzh-color-error: #d0021b;\n --stzh-color-warning: #DB7E00;\n --stzh-color-active: #a4c400;\n\n --stzh-color-grey5: #F2F2F2;\n --stzh-color-grey13: #DEDEDE;\n --stzh-color-grey25: #BFBFBF;\n --stzh-color-grey40: #999999;\n --stzh-color-grey55: #737373;\n --stzh-color-grey61: #646464;\n --stzh-color-grey70: #4D4D4D;\n --stzh-color-grey87: #222222;\n\n --stzh-color-aoz-agenda: #2f8e87;\n --stzh-color-aoz-agenda-hover: #216664;\n --stzh-color-cool-grey60: #5C7781;\n --stzh-color-cool-grey60-hover: #344F59;\n --stzh-color-cobalt-blue60: #0353DC;\n --stzh-color-cobalt-blue60-hover: #00338D;\n --stzh-color-shamrock-green70: #06751E;\n --stzh-color-shamrock-green70-hover: #054D14;\n --stzh-color-lime-green80: #3A6413;\n --stzh-color-lime-green80-hover: #26410C;\n --stzh-color-magenta70: #960055;\n --stzh-color-magenta70-hover: #660033;\n --stzh-color-ocher70: #9A5B01;\n --stzh-color-ocher70-hover: #5A3600;\n --stzh-color-orange: #F28B00;\n --stzh-color-orange-hover: #915300;\n --stzh-color-orange70: #B23A01;\n --stzh-color-orange70-hover: #6F261F;\n --stzh-color-red: #A51A0F;\n --stzh-color-red-hover: #630F09;\n --stzh-color-red60: #DC030E;\n --stzh-color-red60-hover: #A20309;\n --stzh-color-violet70: #512380;\n --stzh-color-violet70-hover: #2d1348;\n --stzh-color-winered: #89072A;\n --stzh-color-winered-hover: #520419;\n\n --stzh-color-primary: var(--stzh-color-zueriblue);\n --stzh-color-primary-hover: var(--stzh-color-zueribluedark);\n\n --stzh-color-primary60op: var(--stzh-color-zueriblue60op);\n --stzh-color-primary88: var(--stzh-color-zueriblue88);\n --stzh-color-primary72: var(--stzh-color-zueriblue72);\n --stzh-color-primary64: var(--stzh-color-zueriblue64);\n --stzh-color-primary56: var(--stzh-color-zueriblue56);\n --stzh-color-primary48: var(--stzh-color-zueriblue48);\n --stzh-color-primary32: var(--stzh-color-zueriblue32);\n --stzh-color-primary16: var(--stzh-color-zueriblue16);\n --stzh-color-primary8: var(--stzh-color-zueriblue8);\n --stzh-color-primary4: var(--stzh-color-zueriblue4);\n\n /* AOZ */\n --stzh-color-tabasco: #A51A0F;\n --stzh-color-mahogany: #630F09;\n\n /* UVZ */\n --stzh-color-monza: #C30024;\n --stzh-color-venetianred: #750015;\n --stzh-color-scienceblue: #006DC5;\n\n /* VBZ */\n --stzh-color-deepcerulean: #057FAC;\n --stzh-color-regalblue: #034C67;\n --stzh-color-coral: #E4694C;\n\n /* PKZH */\n --stzh-color-shakespeare: #4A96C8;\n --stzh-color-chambray: #2C5A78;\n\n /* Font */\n --stzh-font-family-light: \'HelveticaNeueLTW01_41488878\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-regular: \'HelveticaNeueLTW01_55Roman\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-medium: \'HelveticaNeueLTW05_65Medium\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-bold: \'HelveticaNeueLTW01_71488914\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-heavy: \'HelveticaNeueLTW05_85Heavy\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n --stzh-font-family-title: var(--stzh-font-family-heavy);\n\n --stzh-font-weight-light: normal;\n --stzh-font-weight-regular: normal;\n --stzh-font-weight-medium: normal;\n --stzh-font-weight-bold: normal;\n --stzh-font-weight-heavy: normal;\n --stzh-font-weight-title: normal;\n\n --stzh-font-femto-font-size: 0.625rem;\n --stzh-font-femto-text-line-height: 1;\n\n --stzh-font-pico-font-size: 0.75rem;\n --stzh-font-pico-text-line-height: 1.6;\n --stzh-font-pico-heading-letter-spacing: 0.01em;\n\n --stzh-font-nano-font-size: 0.8125rem;\n --stzh-font-nano-text-line-height: 1.6;\n --stzh-font-nano-heading-line-height: 1.4;\n --stzh-font-nano-heading-letter-spacing: 0.01em;\n\n --stzh-font-micro-font-size: 0.875rem;\n --stzh-font-micro-text-line-height: 1.6;\n --stzh-font-micro-heading-line-height: 1.4;\n --stzh-font-micro-heading-letter-spacing: 0.01em;\n\n --stzh-font-milli-font-size: 1rem;\n --stzh-font-milli-text-line-height: 1.6;\n --stzh-font-milli-heading-line-height: 1.4;\n\n --stzh-font-centi-font-size: 1.125rem;\n --stzh-font-centi-text-line-height: 1.6;\n --stzh-font-centi-heading-line-height: 1.4;\n\n --stzh-font-deci-font-size: 1.25rem;\n --stzh-font-deci-text-line-height: 1.6;\n --stzh-font-deci-heading-line-height: 1.4;\n\n --stzh-font-regular-font-size: 1.375rem;\n --stzh-font-regular-text-line-height: 1.6;\n --stzh-font-regular-heading-line-height: 1.4;\n\n --stzh-font-deca-font-size: 1.5rem;\n --stzh-font-deca-text-line-height: 1.2;\n --stzh-font-deca-text-letter-spacing: -0.01em;\n\n --stzh-font-hecto-font-size: 1.75rem;\n --stzh-font-hecto-text-line-height: 1.2;\n --stzh-font-hecto-text-letter-spacing: -0.01em;\n\n --stzh-font-kilo-font-size: 2rem;\n --stzh-font-kilo-text-line-height: 1.2;\n --stzh-font-kilo-text-letter-spacing: -0.01em;\n\n --stzh-font-mega-font-size: 2.5rem;\n --stzh-font-mega-text-line-height: 1.2;\n --stzh-font-mega-text-letter-spacing: -0.01em;\n\n --stzh-font-giga-font-size: 2.8125rem;\n --stzh-font-giga-text-line-height: 1.2;\n --stzh-font-giga-text-letter-spacing: -0.01em;\n\n --stzh-font-hero-font-size: 3.75rem;\n --stzh-font-hero-text-line-height: 1.1;\n --stzh-font-hero-text-letter-spacing: -0.01em;\n\n /* Z-Index */\n --stzh-z-index-deep: -999999;\n --stzh-z-index-default: 1;\n --stzh-z-index-masked: 100;\n --stzh-z-index-mask: 200;\n --stzh-z-index-sticky: 300;\n --stzh-z-index-header: 400;\n --stzh-z-index-toast: 500;\n --stzh-z-index-popover: 600;\n --stzh-z-index-dialog: 700;\n --stzh-z-index-popup: 800;\n --stzh-z-index-overlay: 900;\n\n /* Spaces */\n --stzh-space-xxxsmall: 0.125rem;\n --stzh-space-xxsmall: 0.25rem;\n --stzh-space-xsmall: 0.5rem;\n --stzh-space-small: 0.75rem;\n --stzh-space-medium: 1rem;\n --stzh-space-large: 1.25rem;\n --stzh-space-xlarge: 1.5rem;\n --stzh-space-xxlarge: 2rem;\n --stzh-space-xxxlarge: 2.5rem;\n --stzh-space-xxxxlarge: 3rem;\n --stzh-space-big: 3.5rem;\n --stzh-space-xbig: 4rem;\n --stzh-space-huge: 5rem;\n --stzh-space-xhuge: 6rem;\n\n --stzh-space-none: 0.0001px;\n\n --stzh-space-default: var(--stzh-space-medium);\n\n /* Box Shadows */\n --stzh-box-shadow-header: 0px -0.125rem 1rem rgba(0, 0, 0, 0.16);\n --stzh-box-shadow-popover: 0px 0px 0.25rem rgba(0, 0, 0, 0.24);\n --stzh-box-shadow-message: 0px 0px 0.5rem rgba(0, 0, 0, 0.24);\n --stzh-box-shadow-overlay: 0px 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);\n\n /* Icon sizes */\n --stzh-icon-size-xxsmall: 0.75rem;\n --stzh-icon-size-xsmall: 1rem;\n --stzh-icon-size-small: 1.25rem;\n --stzh-icon-size-medium: 1.5rem;\n --stzh-icon-size-large: 2.25rem;\n --stzh-icon-size-xlarge: 3rem;\n\n --stzh-icon-size-default: var(--stzh-icon-size-small);\n\n /* Gutter */\n --stzh-grid-gutter: 1rem;\n --stzh-grid-gutter-small: 1.25rem;\n --stzh-grid-gutter-medium: 1.5rem;\n\n /* Base */\n --stzh-base-color: var(--stzh-color-grey61);\n --stzh-base-invert-color: var(--stzh-color-white);\n --stzh-base-invert-color72: var(--stzh-color-white72);\n --stzh-base-invert-color32: var(--stzh-color-white32);\n --stzh-base-invert-color16: var(--stzh-color-white16);\n --stzh-base-invert-background-color: var(--stzh-color-primary);\n\n --stzh-base-lead-color: var(--stzh-color-grey70);\n --stzh-base-border-color: var(--stzh-color-grey13);\n --stzh-base-transition-animation-speed: 0.3s;\n\n /* Flyingfocus */\n --stzh-flyingfocus-color: var(--stzh-color-primary);\n\n /* Links */\n --stzh-link-color: var(--stzh-color-primary);\n --stzh-link-hover-color: var(--stzh-color-primary-hover);\n --stzh-link-text-decoration-thickness: calc(1em / 16);\n --stzh-link-text-underline-offset: calc(2.5em / 16);\n --stzh-link-icon-wrapper-height: 1em;\n\n /* Buttons */\n --stzh-button-border-radius: 0.1875rem;\n --stzh-button-text-hover-background: rgba(15, 5, 160, 0.08);\n\n /* Richttext */\n --stzh-richtext-blockquote-color: var(--stzh-color-primary);\n --stzh-richtext-blockquote-line-color: var(--stzh-color-primary);\n --stzh-richtext-blockquote-footer-color: var(--stzh-color-grey55);\n\n /* Section */\n --stzh-section-highlight-color: var(--stzh-color-grey61);\n --stzh-section-highlight-background-color: var(--stzh-color-grey5);\n --stzh-section-highlight-horizontal-padding: var(--stzh-space-medium);\n\n /* Heading */\n --stzh-heading-color: var(--stzh-color-primary);\n\n /* Table */\n --stzh-table-max-height: none;\n --stzh-table-min-width: 43.75rem;\n --stzh-table-cell-padding: var(--stzh-space-small) var(--stzh-space-medium);\n --stzh-table-search-input-width: 11rem;\n\n /* Menu Item */\n --stzh-menu-item-height: 2.375rem;\n\n /* Inputs / Buttons / Select */\n --stzh-form-input-border-radius: 0.125rem;\n --stzh-form-input-height: 3rem;\n --stzh-form-input-small-height: 2.5rem;\n --stzh-form-input-tiny-height: 2rem;\n\n /* Popover */\n --stzh-popover-width: 13.9375rem;\n --stzh-popover-min-width: initial;\n --stzh-popover-max-width: initial;\n --stzh-popover-padding: 0px;\n --stzh-popover-border-radius: 0.1875rem;\n\n /* Tooltips */\n --stzh-tooltip-width: auto;\n --stzh-tooltip-min-width: initial;\n --stzh-tooltip-max-width: 20.875rem;\n --stzh-tooltip-padding: var(--stzh-space-small);\n --stzh-tooltip-border-radius: 0.1875rem;\n --stzh-tooltip-drop-shadow: drop-shadow(0px 0.125rem 0.625rem rgba(0, 0, 0, 0.16));\n\n /* Accordion */\n --stzh-accordion-content-background: var(--stzh-color-grey5);\n\n /* Overlays / Dialogs */\n --stzh-overlay-backdrop-opacity: 0.8;\n\n /* Ratios */\n --stzh-ratio-background-color: var(--stzh-color-grey13);\n}\n\n/* High Retina Mode Color Overwrites */\n\n:root {\n @media (forced-colors: active), (-ms-high-contrast: active) {\n --stzh-base-border-color: CanvasText;\n }\n}\n\n.stzh-theme-aoz {\n --stzh-color-primary: var(--stzh-color-tabasco);\n --stzh-color-primary-hover: var(--stzh-color-mahogany);\n\n --stzh-color-primary60op: #CB7A73;\n --stzh-color-primary88: rgba(165, 26, 15, 0.88);\n --stzh-color-primary72: rgba(165, 26, 15, 0.72);\n --stzh-color-primary64: rgba(165, 26, 15, 0.64);\n --stzh-color-primary56: rgba(165, 26, 15, 0.56);\n --stzh-color-primary48: rgba(165, 26, 15, 0.48);\n --stzh-color-primary32: rgba(165, 26, 15, 0.32);\n --stzh-color-primary16: rgba(165, 26, 15, 0.16);\n --stzh-color-primary8: rgba(165, 26, 15, 0.08);\n --stzh-color-primary4: rgba(165, 26, 15, 0.04);\n\n --stzh-button-text-hover-background: rgba(165, 26, 15, 0.08);\n}\n\n.stzh-theme-vbz {\n --stzh-color-primary: var(--stzh-color-deepcerulean);\n --stzh-color-primary-hover: var(--stzh-color-regalblue);\n\n --stzh-color-primary60op: #7BB2CE;\n --stzh-color-primary88: rgba(5, 127, 172, 0.88);\n --stzh-color-primary72: rgba(5, 127, 172, 0.72);\n --stzh-color-primary64: rgba(5, 127, 172, 0.64);\n --stzh-color-primary56: rgba(5, 127, 172, 0.56);\n --stzh-color-primary48: rgba(5, 127, 172, 0.48);\n --stzh-color-primary32: rgba(5, 127, 172, 0.32);\n --stzh-color-primary16: rgba(5, 127, 172, 0.16);\n --stzh-color-primary8: rgba(5, 127, 172, 0.08);\n --stzh-color-primary4: rgba(5, 127, 172, 0.04);\n\n --stzh-font-family-heavy: var(--stzh-font-family-bold);\n --stzh-font-family-title: var(--stzh-font-family-light);\n\n --stzh-button-text-hover-background: rgba(5, 127, 172, 0.08);\n}\n\n.stzh-theme-uvz {\n --stzh-color-primary: var(--stzh-color-monza);\n --stzh-color-primary-hover: var(--stzh-color-venetianred);\n\n --stzh-color-primary60op: #DF777E;\n --stzh-color-primary88: rgba(195, 0, 36, 0.88);\n --stzh-color-primary72: rgba(195, 0, 36, 0.72);\n --stzh-color-primary64: rgba(195, 0, 36, 0.64);\n --stzh-color-primary56: rgba(195, 0, 36, 0.56);\n --stzh-color-primary48: rgba(195, 0, 36, 0.48);\n --stzh-color-primary32: rgba(195, 0, 36, 0.32);\n --stzh-color-primary16: rgba(195, 0, 36, 0.16);\n --stzh-color-primary8: rgba(195, 0, 36, 0.08);\n --stzh-color-primary4: rgba(195, 0, 36, 0.04);\n\n --stzh-button-text-hover-background: rgba(195, 0, 36, 0.08);\n --stzh-link-color: var(--stzh-color-scienceblue);\n --stzh-heading-color: var(--stzh-color-grey70);\n}\n\n.stzh-theme-pkzh {\n --stzh-pkzh-font-family: Verdana, \'Geneva\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;\n\n --stzh-color-primary: var(--stzh-color-shakespeare);\n --stzh-color-primary-hover: var(--stzh-color-chambray);\n\n --stzh-color-primary60op: #95C0DE;\n --stzh-color-primary88: rgba(74, 150, 200, 0.88);\n --stzh-color-primary72: rgba(74, 150, 200, 0.72);\n --stzh-color-primary64: rgba(74, 150, 200, 0.64);\n --stzh-color-primary56: rgba(74, 150, 200, 0.56);\n --stzh-color-primary48: rgba(74, 150, 200, 0.48);\n --stzh-color-primary32: rgba(74, 150, 200, 0.32);\n --stzh-color-primary16: rgba(74, 150, 200, 0.16);\n --stzh-color-primary8: rgba(74, 150, 200, 0.08);\n --stzh-color-primary4: rgba(74, 150, 200, 0.04);\n\n --stzh-font-family-light: var(--stzh-pkzh-font-family);\n --stzh-font-family-regular: var(--stzh-pkzh-font-family);\n --stzh-font-family-medium: var(--stzh-pkzh-font-family);\n --stzh-font-family-bold: var(--stzh-pkzh-font-family);\n --stzh-font-family-heavy: var(--stzh-pkzh-font-family);\n\n --stzh-font-weight-light: 300;\n --stzh-font-weight-regular: normal;\n --stzh-font-weight-medium: 500;\n --stzh-font-weight-bold: 700;\n --stzh-font-weight-heavy: 800;\n\n --stzh-button-text-hover-background: rgba(74, 150, 200, 0.08);\n}\n\n.stzh-theme-ms-aoz-agenda {\n --stzh-color-primary: var(--stzh-color-aoz-agenda);\n --stzh-color-primary-hover: var(--stzh-color-aoz-agenda-hover);\n\n --stzh-color-primary60op: #88BBB8;\n --stzh-color-primary88: rgba(47, 142, 135, 0.88);\n --stzh-color-primary72: rgba(47, 142, 135, 0.72);\n --stzh-color-primary64: rgba(47, 142, 135, 0.64);\n --stzh-color-primary56: rgba(47, 142, 135, 0.56);\n --stzh-color-primary48: rgba(47, 142, 135, 0.48);\n --stzh-color-primary32: rgba(47, 142, 135, 0.32);\n --stzh-color-primary16: rgba(47, 142, 135, 0.16);\n --stzh-color-primary8: rgba(47, 142, 135, 0.08);\n --stzh-color-primary4: rgba(47, 142, 135, 0.04);\n}\n\n.stzh-theme-ms-cool-grey60 {\n --stzh-color-primary: var(--stzh-color-cool-grey60);\n --stzh-color-primary-hover: var(--stzh-color-cool-grey60-hover);\n\n --stzh-color-primary60op: #9DAEB4;\n --stzh-color-primary88: rgba(92, 119, 129, 0.88);\n --stzh-color-primary72: rgba(92, 119, 129, 0.72);\n --stzh-color-primary64: rgba(92, 119, 129, 0.64);\n --stzh-color-primary56: rgba(92, 119, 129, 0.56);\n --stzh-color-primary48: rgba(92, 119, 129, 0.48);\n --stzh-color-primary32: rgba(92, 119, 129, 0.32);\n --stzh-color-primary16: rgba(92, 119, 129, 0.16);\n --stzh-color-primary8: rgba(92, 119, 129, 0.08);\n --stzh-color-primary4: rgba(92, 119, 129, 0.04);\n}\n\n.stzh-theme-ms-cobalt-blue60 {\n --stzh-color-primary: var(--stzh-color-cobalt-blue60);\n --stzh-color-primary-hover: var(--stzh-color-cobalt-blue60-hover);\n\n --stzh-color-primary60op: #7298EB;\n --stzh-color-primary88: rgba(3, 83, 220, 0.88);\n --stzh-color-primary72: rgba(3, 83, 220, 0.72);\n --stzh-color-primary64: rgba(3, 83, 220, 0.64);\n --stzh-color-primary56: rgba(3, 83, 220, 0.56);\n --stzh-color-primary48: rgba(3, 83, 220, 0.48);\n --stzh-color-primary32: rgba(3, 83, 220, 0.32);\n --stzh-color-primary16: rgba(3, 83, 220, 0.16);\n --stzh-color-primary8: rgba(3, 83, 220, 0.08);\n --stzh-color-primary4: rgba(3, 83, 220, 0.04);\n}\n\n.stzh-theme-ms-shamrock-green70 {\n --stzh-color-primary: var(--stzh-color-shamrock-green70);\n --stzh-color-primary-hover: var(--stzh-color-shamrock-green70-hover);\n\n --stzh-color-primary60op: #7AAC7C;\n --stzh-color-primary88: rgba(6, 117, 30, 0.88);\n --stzh-color-primary72: rgba(6, 117, 30, 0.72);\n --stzh-color-primary64: rgba(6, 117, 30, 0.64);\n --stzh-color-primary56: rgba(6, 117, 30, 0.56);\n --stzh-color-primary48: rgba(6, 117, 30, 0.48);\n --stzh-color-primary32: rgba(6, 117, 30, 0.32);\n --stzh-color-primary16: rgba(6, 117, 30, 0.16);\n --stzh-color-primary8: rgba(6, 117, 30, 0.08);\n --stzh-color-primary4: rgba(6, 117, 30, 0.04);\n}\n\n.stzh-theme-ms-lime-green80 {\n --stzh-color-primary: var(--stzh-color-lime-green80);\n --stzh-color-primary-hover: var(--stzh-color-lime-green80-hover);\n\n --stzh-color-primary60op: #8BA276;\n --stzh-color-primary88: rgba(58, 100, 19, 0.88);\n --stzh-color-primary72: rgba(58, 100, 19, 0.72);\n --stzh-color-primary64: rgba(58, 100, 19, 0.64);\n --stzh-color-primary56: rgba(58, 100, 19, 0.56);\n --stzh-color-primary48: rgba(58, 100, 19, 0.48);\n --stzh-color-primary32: rgba(58, 100, 19, 0.32);\n --stzh-color-primary16: rgba(58, 100, 19, 0.16);\n --stzh-color-primary8: rgba(58, 100, 19, 0.08);\n --stzh-color-primary4: rgba(58, 100, 19, 0.04);\n}\n\n.stzh-theme-ms-magenta70 {\n --stzh-color-primary: var(--stzh-color-magenta70);\n --stzh-color-primary-hover: var(--stzh-color-magenta70-hover);\n\n --stzh-color-primary60op: #C3719B;\n --stzh-color-primary88: rgba(150, 0, 85, 0.88);\n --stzh-color-primary72: rgba(150, 0, 85, 0.72);\n --stzh-color-primary64: rgba(150, 0, 85, 0.64);\n --stzh-color-primary56: rgba(150, 0, 85, 0.56);\n --stzh-color-primary48: rgba(150, 0, 85, 0.48);\n --stzh-color-primary32: rgba(150, 0, 85, 0.32);\n --stzh-color-primary16: rgba(150, 0, 85, 0.16);\n --stzh-color-primary8: rgba(150, 0, 85, 0.08);\n --stzh-color-primary4: rgba(150, 0, 85, 0.04);\n}\n\n.stzh-theme-ms-ocher70 {\n --stzh-color-primary: var(--stzh-color-ocher70);\n --stzh-color-primary-hover: var(--stzh-color-ocher70-hover);\n\n --stzh-color-primary60op: #C39D72;\n --stzh-color-primary88: rgba(154, 91, 1, 0.88);\n --stzh-color-primary72: rgba(154, 91, 1, 0.72);\n --stzh-color-primary64: rgba(154, 91, 1, 0.64);\n --stzh-color-primary56: rgba(154, 91, 1, 0.56);\n --stzh-color-primary48: rgba(154, 91, 1, 0.48);\n --stzh-color-primary32: rgba(154, 91, 1, 0.32);\n --stzh-color-primary16: rgba(154, 91, 1, 0.16);\n --stzh-color-primary8: rgba(154, 91, 1, 0.08);\n --stzh-color-primary4: rgba(154, 91, 1, 0.04);\n}\n\n.stzh-theme-ms-orange {\n --stzh-color-primary: var(--stzh-color-orange);\n --stzh-color-primary-hover: var(--stzh-color-orange-hover);\n\n --stzh-color-primary60op: #F9B97D;\n --stzh-color-primary88: rgba(242, 139, 0, 0.88);\n --stzh-color-primary72: rgba(242, 139, 0, 0.72);\n --stzh-color-primary64: rgba(242, 139, 0, 0.64);\n --stzh-color-primary56: rgba(242, 139, 0, 0.56);\n --stzh-color-primary48: rgba(242, 139, 0, 0.48);\n --stzh-color-primary32: rgba(242, 139, 0, 0.32);\n --stzh-color-primary16: rgba(242, 139, 0, 0.16);\n --stzh-color-primary8: rgba(242, 139, 0, 0.08);\n --stzh-color-primary4: rgba(242, 139, 0, 0.04);\n}\n\n.stzh-theme-ms-orange70 {\n --stzh-color-primary: var(--stzh-color-orange70);\n --stzh-color-primary-hover: var(--stzh-color-orange70-hover);\n\n --stzh-color-primary60op: #D38B71;\n --stzh-color-primary88: rgba(178, 58, 1, 0.88);\n --stzh-color-primary72: rgba(178, 58, 1, 0.72);\n --stzh-color-primary64: rgba(178, 58, 1, 0.64);\n --stzh-color-primary56: rgba(178, 58, 1, 0.56);\n --stzh-color-primary48: rgba(178, 58, 1, 0.48);\n --stzh-color-primary32: rgba(178, 58, 1, 0.32);\n --stzh-color-primary16: rgba(178, 58, 1, 0.16);\n --stzh-color-primary8: rgba(178, 58, 1, 0.08);\n --stzh-color-primary4: rgba(178, 58, 1, 0.04);\n}\n\n.stzh-theme-ms-red {\n --stzh-color-primary: var(--stzh-color-red);\n --stzh-color-primary-hover: var(--stzh-color-red-hover);\n\n --stzh-color-primary60op: #CC7B74;\n --stzh-color-primary88: rgba(165, 26, 15, 0.88);\n --stzh-color-primary72: rgba(165, 26, 15, 0.72);\n --stzh-color-primary64: rgba(165, 26, 15, 0.64);\n --stzh-color-primary56: rgba(165, 26, 15, 0.56);\n --stzh-color-primary48: rgba(165, 26, 15, 0.48);\n --stzh-color-primary32: rgba(165, 26, 15, 0.32);\n --stzh-color-primary16: rgba(165, 26, 15, 0.16);\n --stzh-color-primary8: rgba(165, 26, 15, 0.08);\n --stzh-color-primary4: rgba(165, 26, 15, 0.04);\n}\n\n.stzh-theme-ms-red60 {\n --stzh-color-primary: var(--stzh-color-red60);\n --stzh-color-primary-hover: var(--stzh-color-red60-hover);\n\n --stzh-color-primary60op: #ED7A78;\n --stzh-color-primary88: rgba(220, 3, 14, 0.88);\n --stzh-color-primary72: rgba(220, 3, 14, 0.72);\n --stzh-color-primary64: rgba(220, 3, 14, 0.64);\n --stzh-color-primary56: rgba(220, 3, 14, 0.56);\n --stzh-color-primary48: rgba(220, 3, 14, 0.48);\n --stzh-color-primary32: rgba(220, 3, 14, 0.32);\n --stzh-color-primary16: rgba(220, 3, 14, 0.16);\n --stzh-color-primary8: rgba(220, 3, 14, 0.08);\n --stzh-color-primary4: rgba(220, 3, 14, 0.04);\n}\n\n.stzh-theme-ms-violet70 {\n --stzh-color-primary: var(--stzh-color-violet70);\n --stzh-color-primary-hover: var(--stzh-color-violet70-hover);\n\n --stzh-color-primary60op: #977CB4;\n --stzh-color-primary88: rgba(81, 35, 128, 0.88);\n --stzh-color-primary72: rgba(81, 35, 128, 0.72);\n --stzh-color-primary64: rgba(81, 35, 128, 0.64);\n --stzh-color-primary56: rgba(81, 35, 128, 0.56);\n --stzh-color-primary48: rgba(81, 35, 128, 0.48);\n --stzh-color-primary32: rgba(81, 35, 128, 0.32);\n --stzh-color-primary16: rgba(81, 35, 128, 0.16);\n --stzh-color-primary8: rgba(81, 35, 128, 0.08);\n --stzh-color-primary4: rgba(81, 35, 128, 0.04);\n}\n\n.stzh-theme-ms-winered {\n --stzh-color-primary: var(--stzh-color-winered);\n --stzh-color-primary-hover: var(--stzh-color-winered-hover);\n\n --stzh-color-primary60op: #BB7380;\n --stzh-color-primary88: rgba(137, 7, 42, 0.88);\n --stzh-color-primary72: rgba(137, 7, 42, 0.72);\n --stzh-color-primary64: rgba(137, 7, 42, 0.64);\n --stzh-color-primary56: rgba(137, 7, 42, 0.56);\n --stzh-color-primary48: rgba(137, 7, 42, 0.48);\n --stzh-color-primary32: rgba(137, 7, 42, 0.32);\n --stzh-color-primary16: rgba(137, 7, 42, 0.16);\n --stzh-color-primary8: rgba(137, 7, 42, 0.08);\n --stzh-color-primary4: rgba(137, 7, 42, 0.04);\n}\n\n.stzh-theme-ma {\n --stzh-section-highlight-background-color: var(--stzh-color-white);\n\n background-color: var(--stzh-color-grey5);\n}\n\n:host {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-base-color);\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n display: block;\n /* default outline value, which will be applied to all elements receiving focus\n the .has-focus class is used by the focus target */\n}\n:host[hidden] {\n display: none;\n}\n:host *,\n:host *::before,\n:host *::after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n text-underline-offset: var(--stzh-link-text-underline-offset);\n text-decoration-thickness: var(--stzh-link-text-decoration-thickness);\n}\n:host .has-focus {\n outline: var(--stzh-flyingfocus-color) solid 0.125rem;\n outline-offset: 0.3125rem;\n}\n:host .stzh-fylingfocus-focused {\n outline-style: none !important;\n}\n:host .stzh-fylingfocus-focused::-moz-focus-inner {\n border: 0 !important;\n}\n\n:root {\n --stzh-color-primary: var(--stzh-color-deepcerulean);\n --stzh-color-primary-hover: var(--stzh-color-regalblue);\n --stzh-color-primary48: rgba(5, 127, 172, 0.48);\n --stzh-color-primary32: rgba(5, 127, 172, 0.32);\n --stzh-color-primary16: rgba(5, 127, 172, 0.16);\n --stzh-color-primary8: rgba(5, 127, 172, 0.08);\n --stzh-font-family-heavy: var(--stzh-font-family-bold);\n --stzh-font-family-title: var(--stzh-font-family-light);\n --stzh-button-text-hover-background: rgba(5, 127, 172, 0.08);\n}\n\nmain,\n.reveal-overlay,\n.mod_header {\n --primary: var(--stzh-color-primary);\n --secondary: var(--stzh-color-primary);\n --success: var(--stzh-color-truegreen);\n --warning: var(--stzh-color-warning);\n --alert: var(--stzh-color-error);\n --highlight: var(--stzh-color-coral);\n --highlight_alternative: var(--stzh-color-coral);\n}\n\nmain a.muted,\nmain .inline-filters button.muted[data-toggle],\n.reveal-overlay a.muted,\n.reveal-overlay .inline-filters button.muted[data-toggle] {\n color: var(--stzh-color-white);\n background-color: var(--stzh-color-grey13);\n border-color: var(--stzh-color-grey13);\n}\nmain a.muted:hover, main a.muted:focus,\nmain .inline-filters button.muted[data-toggle]:hover,\nmain .inline-filters button.muted[data-toggle]:focus,\n.reveal-overlay a.muted:hover,\n.reveal-overlay a.muted:focus,\n.reveal-overlay .inline-filters button.muted[data-toggle]:hover,\n.reveal-overlay .inline-filters button.muted[data-toggle]:focus {\n color: var(--stzh-color-white);\n background-color: var(--stzh-color-grey13);\n border-color: var(--stzh-color-grey13);\n}\n\n.reveal-overlay {\n background-color: rgba(5, 127, 172, 0.8);\n /* Dialog */\n}\n.reveal-overlay .reveal__title {\n margin-top: 0;\n}\n.reveal-overlay .reveal {\n -webkit-box-shadow: var(--stzh-box-shadow-overlay);\n box-shadow: var(--stzh-box-shadow-overlay);\n}\n.reveal-overlay .close-button {\n color: var(--stzh-base-lead-color);\n}\n\n.mod_header .mod_header__logobar-logo img {\n background: url(https://www.stadt-zuerich.ch/content/dam/stzh/corpdesign/wortbildmarken/logo_stzh_vbz_pos_2-1.svg) no-repeat;\n width: 0;\n padding-left: 13rem;\n}\n\nmain {\n accent-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n /* Resets */\n --color: var(--stzh-base-color);\n --richtext-blockquote-color: var(--stzh-richtext-blockquote-color);\n --richtext-blockquote-line-color: var(--stzh-richtext-blockquote-line-color);\n --richtext-blockquote-footer-color: var(--stzh-richtext-blockquote-footer-color);\n color: var(--color);\n /* Font weights */\n /* Coloring */\n /* Fon sizings & Spacings */\n /* Lists */\n /* Figure */\n /* Blockquote */\n /* Table */\n /* Links */\n /* Process Header */\n /* Links */\n /* Buttons */\n /* Wrapper / Layout */\n /* Headings */\n /* Section */\n /* Dropdown */\n /* Comments */\n /* Process Nav */\n /* Statistics */\n /* Richtext */\n /* Accountability */\n /* Breadrumb */\n /* Lead */\n /* Message / Callout / Floating Helper */\n /* Sidebar */\n /* Filters */\n /* Mini Title */\n /* Tags */\n /* Card */\n /* Blog */\n /* Budget */\n /* Survey */\n}\nmain h1, main h2, main h3, main h4 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n margin: 0;\n}\nmain b, main strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain i, main em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain h1, main h2, main h3 {\n color: var(--stzh-heading-color);\n}\nmain,\nmain p,\nmain stzh-text {\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main,\nmain p,\nmain stzh-text {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain h1 {\n font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n}\n@media screen and (min-width: 600px) {\n main h1 {\n font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main h1 {\n font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));\n line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main h1 {\n font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\nmain h2 {\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main h2 {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main h2 {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main h2 {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain h3 {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main h3 {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main h3 {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain h4 {\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main h4 {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\nmain h1,\nmain h2,\nmain stzh-heading[level="1"],\nmain stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main h1,\nmain h2,\nmain stzh-heading[level="1"],\nmain stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main h1,\nmain h2,\nmain stzh-heading[level="1"],\nmain stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain h1, main h2 {\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 1024px) {\n main h1, main h2 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main h1, main h2 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain h1,\nmain stzh-heading[level="1"],\nmain h2,\nmain stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main h1,\nmain stzh-heading[level="1"],\nmain h2,\nmain stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main h1,\nmain stzh-heading[level="1"],\nmain h2,\nmain stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain h3,\nmain stzh-heading[level="3"],\nmain h4,\nmain stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main h3,\nmain stzh-heading[level="3"],\nmain h4,\nmain stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main h3,\nmain stzh-heading[level="3"],\nmain h4,\nmain stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main p,\nmain stzh-text,\nmain ul,\nmain ol,\nmain dl,\nmain stzh-list {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain ul ul,\nmain ul ol,\nmain ul dl,\nmain ul stzh-list,\nmain ol ul,\nmain ol ol,\nmain ol dl,\nmain ol stzh-list,\nmain dl ul,\nmain dl ol,\nmain dl dl,\nmain dl stzh-list,\nmain stzh-list ul,\nmain stzh-list ol,\nmain stzh-list dl,\nmain stzh-list stzh-list {\n margin-top: 0;\n margin-bottom: 0;\n}\nmain stzh-text[curve=hero],\nmain stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=hero],\nmain stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=hero],\nmain stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=h1],\nmain stzh-heading[curve=h1],\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1],\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1],\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=h1],\nmain stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h1],\nmain stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxlarge);\n}\n@media screen and (min-width: 600px) {\n main stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h2],\nmain stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xbig);\n }\n}\nmain stzh-text[curve=h3],\nmain stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h3],\nmain stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h3],\nmain stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=h4],\nmain stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=h4],\nmain stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=h4],\nmain stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main stzh-text[curve=p1],\nmain stzh-text[curve=p2],\nmain stzh-heading[curve=p1],\nmain stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain stzh-figure {\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xxlarge);\n}\nmain blockquote {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n padding-left: var(--stzh-space-medium);\n padding-right: var(--stzh-space-medium);\n margin: var(--stzh-space-xxlarge);\n color: var(--richtext-blockquote-color);\n position: relative;\n overflow: hidden;\n}\n@media screen and (min-width: 600px) {\n main blockquote {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n padding-left: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote {\n padding-left: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n padding-right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote {\n padding-right: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main blockquote {\n margin: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote {\n margin: var(--stzh-space-xxxxlarge);\n }\n}\nmain blockquote:before {\n background: var(--richtext-blockquote-line-color);\n height: calc(100% - var(--stzh-space-xsmall) * 2);\n width: 0.1875rem;\n content: " ";\n display: block;\n position: absolute;\n left: 0;\n top: var(--stzh-space-xsmall);\n}\nmain blockquote p {\n margin-top: 0;\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main blockquote p {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main blockquote p {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain blockquote p::before, main blockquote p::after {\n display: inline-block;\n}\nmain blockquote p::before {\n content: "«";\n}\nmain blockquote p::after {\n content: "»";\n}\nmain blockquote footer {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--richtext-blockquote-footer-color);\n}\n@media screen and (min-width: 1024px) {\n main blockquote footer {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain blockquote footer::before {\n content: "–";\n display: inline-block;\n margin-right: var(--stzh-space-xxxsmall);\n}\nmain table {\n --min-width: none;\n --cell-padding: var(--stzh-table-cell-padding);\n width: 100%;\n border-spacing: 0;\n min-width: var(--min-width);\n}\nmain thead {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 3;\n}\nmain tr:hover td,\nmain tr:hover th {\n background-color: var(--stzh-color-grey5);\n}\nmain td,\nmain th {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n text-align: left;\n border: none;\n vertical-align: top;\n border: none;\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n background-color: var(--stzh-color-white);\n -webkit-transition: background-color var(--stzh-base-transition-animation-speed);\n transition: background-color var(--stzh-base-transition-animation-speed);\n padding: var(--cell-padding);\n /* Horizontal alignment */\n /* Vertical alignment */\n /* Nowrap */\n /* Sticky */\n}\nmain td a,\nmain th a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n}\nmain td a:hover, main td a:focus,\nmain th a:hover,\nmain th a:focus {\n color: var(--stzh-link-hover-color);\n}\nmain td b, main td strong,\nmain th b,\nmain th strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain td i, main td em,\nmain th i,\nmain th em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain td.align-left,\nmain th.align-left {\n text-align: left;\n}\nmain td.align-right,\nmain th.align-right {\n text-align: right;\n}\nmain td.align-center,\nmain th.align-center {\n text-align: center;\n}\nmain td.valign-auto,\nmain th.valign-auto {\n vertical-align: auto;\n}\nmain td.valign-middle,\nmain th.valign-middle {\n vertical-align: middle;\n}\nmain td.valign-bottom,\nmain th.valign-bottom {\n vertical-align: bottom;\n}\nmain td.nowrap,\nmain th.nowrap {\n white-space: nowrap;\n}\nmain td.is-sticky-left, main td.is-sticky-right,\nmain th.is-sticky-left,\nmain th.is-sticky-right {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n}\nmain td.has-sticked,\nmain th.has-sticked {\n z-index: 2;\n}\nmain td.is-sticky-left,\nmain th.is-sticky-left {\n left: 0;\n}\nmain td.is-sticky-right,\nmain th.is-sticky-right {\n right: 0;\n}\nmain td.is-sticky-left::after, main td.is-sticky-right::after,\nmain th.is-sticky-left::after,\nmain th.is-sticky-right::after {\n background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));\n background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);\n content: "";\n pointer-events: none;\n position: absolute;\n top: 0;\n height: 100%;\n width: 0.375rem;\n -webkit-transform: translate(100%);\n transform: translate(100%);\n opacity: 0;\n -webkit-transition: opacity var(--stzh-base-transition-animation-speed);\n transition: opacity var(--stzh-base-transition-animation-speed);\n}\nmain td.is-sticky-left::after,\nmain th.is-sticky-left::after {\n right: 0;\n}\nmain td.is-sticky-right::after,\nmain th.is-sticky-right::after {\n left: 0;\n -webkit-transform: rotate(-180deg) translate(100%);\n transform: rotate(-180deg) translate(100%);\n}\nmain td.has-sticked.is-sticky-left::after, main td.has-sticked.is-sticky-right::after,\nmain th.has-sticked.is-sticky-left::after,\nmain th.has-sticked.is-sticky-right::after {\n opacity: 1;\n}\nmain th {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain th.is-sortable {\n padding: 0;\n}\nmain a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n text-underline-offset: var(--stzh-link-text-underline-offset);\n text-decoration-thickness: var(--stzh-link-text-decoration-thickness);\n}\nmain a:hover {\n color: var(--stzh-link-hover-color);\n}\nmain .stzh-richtext__external-link {\n position: relative;\n}\nmain .stzh-richtext__external-vhidden {\n border: 0;\n clip: rect(0 0 0 0);\n -webkit-clip-path: inset(100%);\n clip-path: inset(100%);\n width: 0.0625rem;\n height: 0.0625rem;\n overflow: hidden;\n padding: 0;\n position: absolute;\n}\nmain .stzh-richtext__external-icon-wrapper {\n position: relative;\n display: inline-block;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-link-icon-wrapper-height);\n margin-left: var(--stzh-space-xxsmall);\n}\nmain .stzh-richtext__external-icon {\n --icon: var(--stzh-icon-size-default);\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n margin-top: 0.0625rem;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-icon-size-default);\n}\nmain, main label, main tfoot, main thead {\n color: var(--stzh-base-color);\n}\nmain svg {\n overflow: visible;\n}\nmain label {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .field label {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n display: block;\n}\nmain input[type=checkbox],\nmain input[type=radio] {\n width: 1.5rem;\n height: 1.5rem;\n}\nmain label > [type=checkbox],\nmain label > [type=radio] {\n margin-right: var(--stzh-space-small);\n}\nmain .filters__section--general label,\nmain .filters__section label {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n display: -ms-flexbox;\n display: flex;\n line-height: 1.5rem;\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n color: var(--stzh-base-color);\n margin-bottom: var(--stzh-space-small);\n}\nmain .filters__has-subfilters {\n -ms-flex-align: center;\n align-items: center;\n}\nmain .filters__has-subfilters [data-toggle] {\n margin-bottom: var(--stzh-space-small);\n}\nmain .form-input-extra-before,\nmain .form-error {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .form-input-extra-before,\nmain .form-error {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .form-error,\nmain .is-invalid-label {\n color: var(--stzh-color-error);\n}\nmain [type=color],\nmain [type=date],\nmain [type=datetime-local],\nmain [type=datetime],\nmain [type=email],\nmain [type=month],\nmain [type=number],\nmain [type=password],\nmain [type=search],\nmain [type=tel],\nmain [type=text],\nmain [type=time],\nmain [type=url],\nmain [type=week],\nmain textarea,\nmain .inline-filters button[data-toggle],\nmain select,\nmain .data-picker .picker-prompt a,\nmain .data-picker.picker-single .picker-values div a {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n border: 0.0625rem solid var(--stzh-color-grey61);\n -webkit-transition-property: color, border-color;\n transition-property: color, border-color;\n -webkit-transition-duration: var(--stzh-base-transition-animation-speed);\n transition-duration: var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-form-input-border-radius);\n padding: var(--stzh-space-xsmall) var(--stzh-space-medium);\n width: 100%;\n height: var(--stzh-form-input-height);\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n margin-bottom: var(--stzh-space-medium);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain [type=color]::-webkit-input-placeholder,\nmain [type=date]::-webkit-input-placeholder,\nmain [type=datetime-local]::-webkit-input-placeholder,\nmain [type=datetime]::-webkit-input-placeholder,\nmain [type=email]::-webkit-input-placeholder,\nmain [type=month]::-webkit-input-placeholder,\nmain [type=number]::-webkit-input-placeholder,\nmain [type=password]::-webkit-input-placeholder,\nmain [type=search]::-webkit-input-placeholder,\nmain [type=tel]::-webkit-input-placeholder,\nmain [type=text]::-webkit-input-placeholder,\nmain [type=time]::-webkit-input-placeholder,\nmain [type=url]::-webkit-input-placeholder,\nmain [type=week]::-webkit-input-placeholder,\nmain textarea::-webkit-input-placeholder,\nmain .inline-filters button[data-toggle]::-webkit-input-placeholder,\nmain select::-webkit-input-placeholder,\nmain .data-picker .picker-prompt a::-webkit-input-placeholder,\nmain .data-picker.picker-single .picker-values div a::-webkit-input-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]:-moz-placeholder,\nmain [type=date]:-moz-placeholder,\nmain [type=datetime-local]:-moz-placeholder,\nmain [type=datetime]:-moz-placeholder,\nmain [type=email]:-moz-placeholder,\nmain [type=month]:-moz-placeholder,\nmain [type=number]:-moz-placeholder,\nmain [type=password]:-moz-placeholder,\nmain [type=search]:-moz-placeholder,\nmain [type=tel]:-moz-placeholder,\nmain [type=text]:-moz-placeholder,\nmain [type=time]:-moz-placeholder,\nmain [type=url]:-moz-placeholder,\nmain [type=week]:-moz-placeholder,\nmain textarea:-moz-placeholder,\nmain .inline-filters button[data-toggle]:-moz-placeholder,\nmain select:-moz-placeholder,\nmain .data-picker .picker-prompt a:-moz-placeholder,\nmain .data-picker.picker-single .picker-values div a:-moz-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]::-moz-placeholder,\nmain [type=date]::-moz-placeholder,\nmain [type=datetime-local]::-moz-placeholder,\nmain [type=datetime]::-moz-placeholder,\nmain [type=email]::-moz-placeholder,\nmain [type=month]::-moz-placeholder,\nmain [type=number]::-moz-placeholder,\nmain [type=password]::-moz-placeholder,\nmain [type=search]::-moz-placeholder,\nmain [type=tel]::-moz-placeholder,\nmain [type=text]::-moz-placeholder,\nmain [type=time]::-moz-placeholder,\nmain [type=url]::-moz-placeholder,\nmain [type=week]::-moz-placeholder,\nmain textarea::-moz-placeholder,\nmain .inline-filters button[data-toggle]::-moz-placeholder,\nmain select::-moz-placeholder,\nmain .data-picker .picker-prompt a::-moz-placeholder,\nmain .data-picker.picker-single .picker-values div a::-moz-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]:-ms-input-placeholder,\nmain [type=date]:-ms-input-placeholder,\nmain [type=datetime-local]:-ms-input-placeholder,\nmain [type=datetime]:-ms-input-placeholder,\nmain [type=email]:-ms-input-placeholder,\nmain [type=month]:-ms-input-placeholder,\nmain [type=number]:-ms-input-placeholder,\nmain [type=password]:-ms-input-placeholder,\nmain [type=search]:-ms-input-placeholder,\nmain [type=tel]:-ms-input-placeholder,\nmain [type=text]:-ms-input-placeholder,\nmain [type=time]:-ms-input-placeholder,\nmain [type=url]:-ms-input-placeholder,\nmain [type=week]:-ms-input-placeholder,\nmain textarea:-ms-input-placeholder,\nmain .inline-filters button[data-toggle]:-ms-input-placeholder,\nmain select:-ms-input-placeholder,\nmain .data-picker .picker-prompt a:-ms-input-placeholder,\nmain .data-picker.picker-single .picker-values div a:-ms-input-placeholder {\n color: var(--stzh-color-grey61);\n}\nmain [type=color]:hover, main [type=color]:focus,\nmain [type=date]:hover,\nmain [type=date]:focus,\nmain [type=datetime-local]:hover,\nmain [type=datetime-local]:focus,\nmain [type=datetime]:hover,\nmain [type=datetime]:focus,\nmain [type=email]:hover,\nmain [type=email]:focus,\nmain [type=month]:hover,\nmain [type=month]:focus,\nmain [type=number]:hover,\nmain [type=number]:focus,\nmain [type=password]:hover,\nmain [type=password]:focus,\nmain [type=search]:hover,\nmain [type=search]:focus,\nmain [type=tel]:hover,\nmain [type=tel]:focus,\nmain [type=text]:hover,\nmain [type=text]:focus,\nmain [type=time]:hover,\nmain [type=time]:focus,\nmain [type=url]:hover,\nmain [type=url]:focus,\nmain [type=week]:hover,\nmain [type=week]:focus,\nmain textarea:hover,\nmain textarea:focus,\nmain .inline-filters button[data-toggle]:hover,\nmain .inline-filters button[data-toggle]:focus,\nmain select:hover,\nmain select:focus,\nmain .data-picker .picker-prompt a:hover,\nmain .data-picker .picker-prompt a:focus,\nmain .data-picker.picker-single .picker-values div a:hover,\nmain .data-picker.picker-single .picker-values div a:focus {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain [type=color]::-ms-clear,\nmain [type=date]::-ms-clear,\nmain [type=datetime-local]::-ms-clear,\nmain [type=datetime]::-ms-clear,\nmain [type=email]::-ms-clear,\nmain [type=month]::-ms-clear,\nmain [type=number]::-ms-clear,\nmain [type=password]::-ms-clear,\nmain [type=search]::-ms-clear,\nmain [type=tel]::-ms-clear,\nmain [type=text]::-ms-clear,\nmain [type=time]::-ms-clear,\nmain [type=url]::-ms-clear,\nmain [type=week]::-ms-clear,\nmain textarea::-ms-clear,\nmain .inline-filters button[data-toggle]::-ms-clear,\nmain select::-ms-clear,\nmain .data-picker .picker-prompt a::-ms-clear,\nmain .data-picker.picker-single .picker-values div a::-ms-clear {\n display: none;\n}\nmain [type=color]:-webkit-autofill,\nmain [type=date]:-webkit-autofill,\nmain [type=datetime-local]:-webkit-autofill,\nmain [type=datetime]:-webkit-autofill,\nmain [type=email]:-webkit-autofill,\nmain [type=month]:-webkit-autofill,\nmain [type=number]:-webkit-autofill,\nmain [type=password]:-webkit-autofill,\nmain [type=search]:-webkit-autofill,\nmain [type=tel]:-webkit-autofill,\nmain [type=text]:-webkit-autofill,\nmain [type=time]:-webkit-autofill,\nmain [type=url]:-webkit-autofill,\nmain [type=week]:-webkit-autofill,\nmain textarea:-webkit-autofill,\nmain .inline-filters button[data-toggle]:-webkit-autofill,\nmain select:-webkit-autofill,\nmain .data-picker .picker-prompt a:-webkit-autofill,\nmain .data-picker.picker-single .picker-values div a:-webkit-autofill {\n -webkit-background-clip: text;\n background-clip: text;\n}\nmain [type=color]:-moz-placeholder-shown, main [type=date]:-moz-placeholder-shown, main [type=datetime-local]:-moz-placeholder-shown, main [type=datetime]:-moz-placeholder-shown, main [type=email]:-moz-placeholder-shown, main [type=month]:-moz-placeholder-shown, main [type=number]:-moz-placeholder-shown, main [type=password]:-moz-placeholder-shown, main [type=search]:-moz-placeholder-shown, main [type=tel]:-moz-placeholder-shown, main [type=text]:-moz-placeholder-shown, main [type=time]:-moz-placeholder-shown, main [type=url]:-moz-placeholder-shown, main [type=week]:-moz-placeholder-shown, main textarea:-moz-placeholder-shown, main .inline-filters button[data-toggle]:-moz-placeholder-shown, main select:-moz-placeholder-shown, main .data-picker .picker-prompt a:-moz-placeholder-shown, main .data-picker.picker-single .picker-values div a:-moz-placeholder-shown {\n text-overflow: ellipsis;\n}\nmain [type=color]:-ms-input-placeholder, main [type=date]:-ms-input-placeholder, main [type=datetime-local]:-ms-input-placeholder, main [type=datetime]:-ms-input-placeholder, main [type=email]:-ms-input-placeholder, main [type=month]:-ms-input-placeholder, main [type=number]:-ms-input-placeholder, main [type=password]:-ms-input-placeholder, main [type=search]:-ms-input-placeholder, main [type=tel]:-ms-input-placeholder, main [type=text]:-ms-input-placeholder, main [type=time]:-ms-input-placeholder, main [type=url]:-ms-input-placeholder, main [type=week]:-ms-input-placeholder, main textarea:-ms-input-placeholder, main .inline-filters button[data-toggle]:-ms-input-placeholder, main select:-ms-input-placeholder, main .data-picker .picker-prompt a:-ms-input-placeholder, main .data-picker.picker-single .picker-values div a:-ms-input-placeholder {\n text-overflow: ellipsis;\n}\nmain [type=color]:placeholder-shown,\nmain [type=date]:placeholder-shown,\nmain [type=datetime-local]:placeholder-shown,\nmain [type=datetime]:placeholder-shown,\nmain [type=email]:placeholder-shown,\nmain [type=month]:placeholder-shown,\nmain [type=number]:placeholder-shown,\nmain [type=password]:placeholder-shown,\nmain [type=search]:placeholder-shown,\nmain [type=tel]:placeholder-shown,\nmain [type=text]:placeholder-shown,\nmain [type=time]:placeholder-shown,\nmain [type=url]:placeholder-shown,\nmain [type=week]:placeholder-shown,\nmain textarea:placeholder-shown,\nmain .inline-filters button[data-toggle]:placeholder-shown,\nmain select:placeholder-shown,\nmain .data-picker .picker-prompt a:placeholder-shown,\nmain .data-picker.picker-single .picker-values div a:placeholder-shown {\n text-overflow: ellipsis;\n}\nmain .data-picker .picker-prompt a,\nmain .data-picker.picker-single .picker-values div a {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .data-picker .picker-prompt a::after,\nmain .data-picker.picker-single .picker-values div a::after {\n float: none;\n margin-top: 0;\n}\nmain .inline-filters button[data-toggle],\nmain select {\n padding-right: var(--stzh-space-xxlarge);\n}\nmain textarea {\n min-height: var(--stzh-form-input-height);\n resize: vertical;\n}\nmain textarea[rows] {\n height: auto;\n}\nmain .input-group .input-group-field {\n margin-bottom: 0;\n}\nmain .section > p,\nmain .floating-helper__content p {\n margin-top: 0;\n}\nmain .section > p:last-child,\nmain .floating-helper__content p:last-child {\n margin-bottom: 0;\n}\nmain .add-message,\nmain .card,\nmain .chart-tooltip,\nmain .comment-thread,\nmain .conference-registration,\nmain .conference-speaker .speaker-bio {\n margin-bottom: var(--stzh-space-xxlarge);\n border-color: var(--stzh-base-border-color);\n background-color: var(--stzh-color-white);\n}\nmain .ql-editor ol,\nmain .ql-editor ul {\n padding-left: 0;\n}\nmain .badge-card__content ul li:not(.card-data__item),\nmain .card__content ul li:not(.card-data__item),\nmain .card__text--paragraph ul li:not(.card-data__item),\nmain .floating-helper__content-inner ul li:not(.card-data__item),\nmain .lead ul li:not(.card-data__item),\nmain .process-header + .wrapper .section ul li:not(.card-data__item),\nmain .timeline__content ul li:not(.card-data__item) {\n padding-left: var(--stzh-space-large);\n}\nmain .badge-card__content ul li:not(.card-data__item)::before,\nmain .card__content ul li:not(.card-data__item)::before,\nmain .card__text--paragraph ul li:not(.card-data__item)::before,\nmain .floating-helper__content-inner ul li:not(.card-data__item)::before,\nmain .lead ul li:not(.card-data__item)::before,\nmain .process-header + .wrapper .section ul li:not(.card-data__item)::before,\nmain .timeline__content ul li:not(.card-data__item)::before {\n content: "–";\n margin-left: 0;\n margin-right: 0;\n text-align: left;\n width: auto;\n}\nmain .badge-card__content ul.tags li:not(.card-data__item),\nmain .card__content ul.tags li:not(.card-data__item),\nmain .card__text--paragraph ul.tags li:not(.card-data__item),\nmain .floating-helper__content-inner ul.tags li:not(.card-data__item),\nmain .lead ul.tags li:not(.card-data__item),\nmain .process-header + .wrapper .section ul.tags li:not(.card-data__item),\nmain .timeline__content ul.tags li:not(.card-data__item) {\n padding-left: 0;\n}\nmain .badge-card__content ul.tags li:not(.card-data__item)::before,\nmain .card__content ul.tags li:not(.card-data__item)::before,\nmain .card__text--paragraph ul.tags li:not(.card-data__item)::before,\nmain .floating-helper__content-inner ul.tags li:not(.card-data__item)::before,\nmain .lead ul.tags li:not(.card-data__item)::before,\nmain .process-header + .wrapper .section ul.tags li:not(.card-data__item)::before,\nmain .timeline__content ul.tags li:not(.card-data__item)::before {\n content: none;\n}\nmain .m-bottom {\n margin-bottom: var(--stzh-space-medium);\n}\nmain .mb-sm {\n margin-bottom: var(--stzh-space-xxlarge);\n}\nmain p {\n color: var(--stzh-base-color);\n}\nmain tfoot td,\nmain tfoot th,\nmain thead td,\nmain thead th {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain table,\nmain td,\nmain tr,\nmain .questionnaire-question-matrix table,\nmain .questionnaire-question-matrix td,\nmain .questionnaire-question-matrix tr,\nmain .questionnaire-question-matrix tr:nth-child(2n) {\n border-color: var(--stzh-base-border-color);\n}\nmain .process-header .process-header__inner {\n background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n margin-bottom: var(--stzh-space-xlarge);\n margin-top: 0;\n border-bottom: none;\n padding-bottom: 0;\n}\n@media screen and (min-width: 600px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-size: var(--stzh-font-curve-hero-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-hero-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-size: var(--stzh-font-curve-hero-medium-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-hero-medium-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-medium-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1260px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n font-size: var(--stzh-font-curve-hero-large-font-size, var(--stzh-font-hero-font-size));\n line-height: var(--stzh-font-curve-hero-large-heading-line-height, var(--stzh-font-hero-text-line-height));\n letter-spacing: var(--stzh-font-curve-hero-large-heading-letter-spacing, var(--stzh-font-hero-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .card--full .process-header .process-header__container .process-header__info .card__title,\nmain .process-header .process-header__container .process-header__info .card--full .card__title,\nmain .process-header .process-header__container .process-header__info .heading2 {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .process-header .process-header__container {\n padding: 0 var(--stzh-space-xxxxlarge);\n}\n@media screen and (max-width: 1023px) {\n main .process-header .process-header__container {\n padding: var(--stzh-space-xxxxlarge);\n padding-bottom: var(--stzh-space-big);\n }\n}\n@media screen and (max-width: 599px) {\n main .process-header .process-header__container {\n padding: var(--stzh-space-xxlarge) 1.25rem var(--stzh-space-xxxlarge);\n }\n}\nmain .process-header__info {\n padding: 0;\n}\nmain .process-header .process-header__container .process-header__info .heading-small {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n color: var(--stzh-base-invert-color);\n margin-top: 0;\n}\n@media screen and (min-width: 600px) {\n main .process-header .process-header__container .process-header__info .heading-small {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .process-header .process-header__container .process-header__info .heading-small {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain .process-header__hashtag a {\n color: var(--stzh-base-invert-color);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .process-header__hashtag a:hover {\n color: var(--stzh-base-invert-color);\n}\nmain .process-header__hashtag a .external-link-indicator {\n background: var(--stzh-base-invert-color);\n padding: var(--stzh-space-xxsmall);\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n border-radius: var(--stzh-button-border-radius);\n margin: 0;\n margin-bottom: -0.25rem;\n margin-left: 0.25rem;\n}\nmain .phase-subtitle--initiatives,\nmain .phase-title,\nmain .phase-title--initiatives {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);\n color: var(--stzh-base-lead-color);\n}\n@media screen and (min-width: 1024px) {\n main .phase-subtitle--initiatives,\nmain .phase-title,\nmain .phase-title--initiatives {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);\n }\n}\nmain .process-header__progress {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .process-header__phase {\n padding: var(--stzh-space-medium);\n margin-top: var(--stzh-space-medium);\n margin-bottom: 0;\n}\nmain .phase-date {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .phase-date {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .phase-current {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n margin-left: var(--stzh-space-xxsmall);\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .phase-current {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .process-header__progress {\n margin-bottom: var(--stzh-space-xsmall);\n}\nmain .process-header__phase .button,\nmain .process-header__phase .meeting-polls__button,\nmain .process-phase .button,\nmain .process-phase .meeting-polls__button {\n margin-top: var(--stzh-space-xsmall);\n}\nmain a,\nmain .link {\n -webkit-text-decoration-line: underline;\n text-decoration-line: underline;\n -webkit-transition: var(--stzh-base-transition-animation-speed);\n transition: var(--stzh-base-transition-animation-speed);\n}\nmain a:hover,\nmain .link:hover {\n color: var(--stzh-link-hover-color);\n}\nmain .button {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex-align: center;\n align-items: center;\n height: auto;\n min-height: var(--stzh-form-input-height);\n line-height: var(--stzh-form-input-height)-0.125rem;\n line-height: inherit;\n margin: 0;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: 0.0625rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue));\n padding: var(--stzh-space-xsmall) var(--stzh-space-xlarge);\n -webkit-transition: all var(--stzh-base-transition-animation-speed);\n transition: all var(--stzh-base-transition-animation-speed);\n}\nmain .button.small {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n min-height: var(--stzh-form-input-small-height);\n line-height: var(--stzh-form-input-small-height)-0.125rem;\n}\nmain .button.tiny {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n min-height: 2rem;\n}\nmain .button.process-nav__more i {\n background-color: currentColor;\n margin-bottom: 0;\n}\nmain .button.process-nav__more i:first-child {\n margin-left: var(--stzh-space-xsmall);\n}\nmain .button--icon .icon-wrap {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .button--icon .icon-wrap .icon {\n margin-right: var(--stzh-space-xxsmall);\n}\nmain .button--icon.meeting-polls__button .icon,\nmain .button--icon.small .icon {\n width: var(--stzh-icon-size-xxsmall);\n height: var(--stzh-icon-size-xxsmall);\n}\nmain .extra .button.follow-button {\n margin-top: 0;\n}\nmain .button-group.meeting-polls__button .button,\nmain .button-group.meeting-polls__button .meeting-polls__button,\nmain .button-group.small .button,\nmain .button-group.small .meeting-polls__button,\nmain .button-group.tiny .button,\nmain .button-group.tiny .meeting-polls__button {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n}\nmain .button.primary,\nmain .button.primary.disabled,\nmain .button.primary.disabled:focus,\nmain .button.primary.disabled:hover,\nmain .button.primary[disabled],\nmain .button.primary[disabled]:focus,\nmain .button.primary[disabled]:hover,\nmain .primary.meeting-polls__button {\n background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .button.primary:hover, main .button.primary:focus,\nmain .button.primary.disabled:hover,\nmain .button.primary.disabled:focus,\nmain .button.primary.disabled:focus:hover,\nmain .button.primary.disabled:focus:focus,\nmain .button.primary.disabled:hover:hover,\nmain .button.primary.disabled:hover:focus,\nmain .button.primary[disabled]:hover,\nmain .button.primary[disabled]:focus,\nmain .button.primary[disabled]:focus:hover,\nmain .button.primary[disabled]:focus:focus,\nmain .button.primary[disabled]:hover:hover,\nmain .button.primary[disabled]:hover:focus,\nmain .primary.meeting-polls__button:hover,\nmain .primary.meeting-polls__button:focus {\n background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .button.budget-vote-button {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n background-color: var(--stzh-color-white);\n margin-bottom: var(--stzh-space-medium);\n}\nmain .button.budget-vote-button:hover, main .button.budget-vote-button:focus {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n background-color: var(--stzh-color-white);\n}\nmain .button--vote-button {\n margin-bottom: var(--stzh-space-large);\n}\nmain .view-side > .button {\n margin-bottom: var(--stzh-space-medium);\n}\nmain .button.clear,\nmain .button.clear.disabled,\nmain .button.clear.disabled:focus,\nmain .button.clear.disabled:hover,\nmain .button.clear[disabled],\nmain .button.clear[disabled]:focus,\nmain .button.clear[disabled]:hover,\nmain .clear.meeting-polls__button {\n color: var(--stzh-color-error);\n}\nmain .wrapper {\n padding-top: var(--stzh-space-xxxlarge);\n padding-bottom: var(--stzh-space-xxxlarge);\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n@media screen and (min-width: 600px) {\n main .wrapper {\n padding-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .wrapper {\n padding-top: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .wrapper {\n padding-top: var(--stzh-space-xbig);\n }\n}\n@media screen and (min-width: 600px) {\n main .wrapper {\n padding-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .wrapper {\n padding-bottom: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .wrapper {\n padding-bottom: var(--stzh-space-xbig);\n }\n}\n@media screen and (min-width: 600px) {\n main .wrapper {\n padding-left: 2rem;\n padding-right: 2rem;\n }\n}\n@media screen and (min-width: 1024px) {\n main .wrapper {\n padding-left: 2.5rem;\n padding-right: 2.5rem;\n }\n}\n@media screen and (min-width: 1260px) {\n main .wrapper {\n padding-left: 5.5rem;\n padding-right: 5.5rem;\n }\n}\nmain .wrapper .wrapper--inner {\n background-color: var(--stzh-color-grey5);\n}\nmain .wrapper .row:not(.column) .floating-helper-container {\n padding-right: 0.625rem;\n padding-left: 0.625rem;\n}\n@media screen and (min-width: 40em) {\n main .wrapper .row:not(.column) .floating-helper-container {\n padding-right: 0.9375rem;\n padding-left: 0.9375rem;\n }\n}\nmain .heading1, main h1,\nmain .heading2, main h2,\nmain .heading3, main h3,\nmain .heading4, main h4 {\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .heading1, main h1 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xlarge);\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 600px) {\n main .heading1, main h1 {\n font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));\n line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .heading1, main h1 {\n font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading1, main h1 {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading1, main h1 {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading1, main h1 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading1, main h1 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain .section-heading,\nmain .heading2, main h2 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xlarge);\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 600px) {\n main .section-heading,\nmain .heading2, main h2 {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .section-heading,\nmain .heading2, main h2 {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section-heading,\nmain .heading2, main h2 {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading,\nmain .heading2, main h2 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section-heading,\nmain .heading2, main h2 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain .heading3, main h3 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 600px) {\n main .heading3, main h3 {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading3, main h3 {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading3, main h3 {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading3, main h3 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .heading4, main h4 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n margin-top: var(--stzh-space-xlarge);\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .heading4, main h4 {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .heading4, main h4 {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .heading4, main h4 {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .heading4, main h4,\nmain .timeline__item--current .timeline__date {\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain #most-commented .section-heading {\n margin-top: 0;\n}\nmain #most-commented a {\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .section {\n margin-bottom: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main .section {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .section {\n margin-bottom: var(--stzh-space-xxxxlarge);\n }\n}\nmain .section-heading {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-align: start;\n align-items: flex-start;\n}\nmain .section-heading .text-sm,\nmain .section-heading .text-small {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .section-heading .text-sm,\nmain .section-heading .text-small {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .section-heading .text-sm,\nmain .section-heading .text-small {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain .order-by__dropdown,\nmain .results-per-page__dropdown {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\nmain .order-by__text,\nmain .results-per-page__text {\n margin-right: var(--stzh-space-xsmall);\n}\nmain .is-dropdown-submenu {\n -webkit-box-shadow: var(--stzh-box-shadow-popover);\n box-shadow: var(--stzh-box-shadow-popover);\n border: none;\n border-radius: var(--stzh-popover-border-radius);\n margin-top: var(--stzh-space-xsmall);\n}\nmain .dropdown.menu > li.is-dropdown-submenu-parent > a {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n background: var(--stzh-color-white);\n padding: var(--stzh-space-xsmall) var(--stzh-space-medium);\n padding-right: calc(var(--stzh-space-xlarge) + var(--stzh-space-medium) + var(--stzh-space-xsmall));\n min-height: var(--stzh-form-input-height);\n border: 0.0625rem solid var(--stzh-color-grey61);\n margin: 0;\n}\nmain .dropdown.menu > li.is-dropdown-submenu-parent > a:after {\n border-color: var(--stzh-color-primary, var(--stzh-color-zueriblue)) transparent transparent;\n right: var(--stzh-space-medium);\n}\nmain .dropdown .is-dropdown-submenu a,\nmain .comment__header__context-menu__content-item {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: stretch;\n justify-content: stretch;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n border: none;\n padding: var(--stzh-space-xsmall) var(--stzh-space-medium);\n padding-left: var(--stzh-space-large);\n color: var(--stzh-color-grey70);\n background-color: transparent;\n height: var(--stzh-menu-item-height);\n line-height: var(--stzh-menu-item-height);\n -webkit-transition: all var(--stzh-base-transition-animation-speed);\n transition: all var(--stzh-base-transition-animation-speed);\n cursor: pointer;\n}\nmain .dropdown .is-dropdown-submenu a:hover,\nmain .comment__header__context-menu__content-item:hover {\n color: var(--stzh-color-grey70);\n background-color: var(--stzh-color-grey5);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .comment__header__context-menu__content-item {\n grid-gap: var(--stzh-space-small);\n gap: var(--stzh-space-small);\n}\nmain .comments {\n padding-top: 0;\n margin-top: var(--stzh-space-medium);\n margin-bottom: var(--stzh-space-medium);\n}\nmain .comments .section-heading {\n margin-top: 0;\n}\nmain .comment__header,\nmain .comment__footer,\nmain .add-comment {\n padding: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .comment__header,\nmain .comment__footer,\nmain .add-comment {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .comment__header,\nmain .comment__footer,\nmain .add-comment {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .add-comment {\n background-color: transparent;\n padding: 0;\n}\nmain .add-comment .remaining-character-count {\n color: var(--stzh-base-color);\n padding: var(--stzh-space-xsmall) var(--stzh-space-small);\n}\nmain .comment-threads {\n margin-bottom: var(--stzh-space-xxxlarge);\n}\nmain .comment__content {\n padding-left: var(--stzh-space-medium);\n padding-right: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .comment__content {\n padding-left: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .comment__content {\n padding-left: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .comment__content {\n padding-right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .comment__content {\n padding-right: var(--stzh-space-xlarge);\n }\n}\nmain .comment__content p {\n margin-top: 0;\n margin-bottom: 0;\n}\nmain .comment__footer {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .comment__footer {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .comment__votes {\n margin-top: 0;\n}\nmain .comment__header__context-menu__content {\n -webkit-box-shadow: var(--stzh-box-shadow-popover);\n box-shadow: var(--stzh-box-shadow-popover);\n}\nmain .opinion-toggle {\n margin: var(--stzh-space-xlarge) 0;\n}\nmain .button:hover,\nmain .meeting-polls__button:hover,\nmain .opinion-toggle--meh.is-active,\nmain .opinion-toggle--meh:focus,\nmain .opinion-toggle--meh:hover {\n background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .opinion-toggle--ko.is-active,\nmain .opinion-toggle--ko:focus,\nmain .opinion-toggle--ko:hover {\n background-color: var(--stzh-color-error);\n border-color: var(--stzh-color-error);\n}\nmain .opinion-toggle--ok.is-active,\nmain .opinion-toggle--ok:focus,\nmain .opinion-toggle--ok:hover {\n background-color: var(--stzh-color-truegreen);\n border-color: var(--stzh-color-truegreen);\n}\nmain .process-nav__content {\n border-bottom: none;\n}\n@media screen and (min-width: 40em) {\n main .process-nav__content {\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n }\n}\n@media screen and (min-width: 40em) {\n main .process-nav li {\n padding: var(--stzh-space-xsmall) var(--stzh-space-small);\n }\n}\nmain .statistics-cell {\n margin: var(--stzh-space-xxlarge) 0;\n}\nmain .statistics-cell .statistic__number {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .statistics-cell .statistic__title {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-lead-color);\n margin-top: 0;\n text-transform: none;\n}\n@media screen and (min-width: 1024px) {\n main .statistics-cell .statistic__title {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .statistics-cell .statistic__data:after {\n border-left: 0.125rem solid var(--stzh-base-border-color);\n}\nmain .ql-editor {\n --color: var(--stzh-base-color);\n --richtext-blockquote-color: var(--stzh-richtext-blockquote-color);\n --richtext-blockquote-line-color: var(--stzh-richtext-blockquote-line-color);\n --richtext-blockquote-footer-color: var(--stzh-richtext-blockquote-footer-color);\n color: var(--color);\n /* Font weights */\n /* Coloring */\n /* Fon sizings & Spacings */\n /* Lists */\n /* Figure */\n /* Blockquote */\n /* Table */\n /* Links */\n}\nmain .ql-editor h1, main .ql-editor h2, main .ql-editor h3, main .ql-editor h4 {\n font-family: var(--stzh-font-family-title);\n font-weight: var(--stzh-font-weight-title);\n margin: 0;\n}\nmain .ql-editor b, main .ql-editor strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain .ql-editor i, main .ql-editor em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain .ql-editor h1, main .ql-editor h2, main .ql-editor h3 {\n color: var(--stzh-heading-color);\n}\nmain .ql-editor,\nmain .ql-editor p,\nmain .ql-editor stzh-text {\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor,\nmain .ql-editor p,\nmain .ql-editor stzh-text {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n}\n@media screen and (min-width: 600px) {\n main .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));\n line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .ql-editor h1 {\n font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));\n line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));\n letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));\n }\n}\nmain .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .ql-editor h2 {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain .ql-editor h3 {\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .ql-editor h3 {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h3 {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);\n }\n}\nmain .ql-editor h4 {\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h4 {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\nmain .ql-editor h1,\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1,\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h1,\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor stzh-heading[level="2"] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor h1, main .ql-editor h2 {\n padding-bottom: var(--stzh-space-xsmall);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1, main .ql-editor h2 {\n padding-bottom: var(--stzh-space-small);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h1, main .ql-editor h2 {\n padding-bottom: var(--stzh-space-medium);\n }\n}\nmain .ql-editor h1,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h1,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h1,\nmain .ql-editor stzh-heading[level="1"],\nmain .ql-editor h2,\nmain .ql-editor stzh-heading[level="2"] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain .ql-editor h3,\nmain .ql-editor stzh-heading[level="3"],\nmain .ql-editor h4,\nmain .ql-editor stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor h3,\nmain .ql-editor stzh-heading[level="3"],\nmain .ql-editor h4,\nmain .ql-editor stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor h3,\nmain .ql-editor stzh-heading[level="3"],\nmain .ql-editor h4,\nmain .ql-editor stzh-heading[level="4"] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor p,\nmain .ql-editor stzh-text,\nmain .ql-editor ul,\nmain .ql-editor ol,\nmain .ql-editor dl,\nmain .ql-editor stzh-list {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .ql-editor ul ul,\nmain .ql-editor ul ol,\nmain .ql-editor ul dl,\nmain .ql-editor ul stzh-list,\nmain .ql-editor ol ul,\nmain .ql-editor ol ol,\nmain .ql-editor ol dl,\nmain .ql-editor ol stzh-list,\nmain .ql-editor dl ul,\nmain .ql-editor dl ol,\nmain .ql-editor dl dl,\nmain .ql-editor dl stzh-list,\nmain .ql-editor stzh-list ul,\nmain .ql-editor stzh-list ol,\nmain .ql-editor stzh-list dl,\nmain .ql-editor stzh-list stzh-list {\n margin-top: 0;\n margin-bottom: 0;\n}\nmain .ql-editor stzh-text[curve=hero],\nmain .ql-editor stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=hero],\nmain .ql-editor stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=hero],\nmain .ql-editor stzh-heading[curve=hero] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1],\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1],\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1],\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-bottom: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h1],\nmain .ql-editor stzh-heading[curve=h1] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxlarge);\n}\n@media screen and (min-width: 600px) {\n main .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h2],\nmain .ql-editor stzh-heading[curve=h2] {\n margin-top: var(--stzh-space-xbig);\n }\n}\nmain .ql-editor stzh-text[curve=h3],\nmain .ql-editor stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h3],\nmain .ql-editor stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h3],\nmain .ql-editor stzh-heading[curve=h3] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=h4],\nmain .ql-editor stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xlarge);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=h4],\nmain .ql-editor stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=h4],\nmain .ql-editor stzh-heading[curve=h4] {\n margin-top: var(--stzh-space-xxxlarge);\n }\n}\nmain .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor stzh-text[curve=p1],\nmain .ql-editor stzh-text[curve=p2],\nmain .ql-editor stzh-heading[curve=p1],\nmain .ql-editor stzh-heading[curve=p2] {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .ql-editor stzh-figure {\n margin-top: var(--stzh-space-xxlarge);\n margin-bottom: var(--stzh-space-xxlarge);\n}\nmain .ql-editor blockquote {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n padding-left: var(--stzh-space-medium);\n padding-right: var(--stzh-space-medium);\n margin: var(--stzh-space-xxlarge);\n color: var(--richtext-blockquote-color);\n position: relative;\n overflow: hidden;\n}\n@media screen and (min-width: 600px) {\n main .ql-editor blockquote {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n padding-left: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote {\n padding-left: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n padding-right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote {\n padding-right: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote {\n margin: var(--stzh-space-xxxlarge);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote {\n margin: var(--stzh-space-xxxxlarge);\n }\n}\nmain .ql-editor blockquote:before {\n background: var(--richtext-blockquote-line-color);\n height: calc(100% - var(--stzh-space-xsmall) * 2);\n width: 0.1875rem;\n content: " ";\n display: block;\n position: absolute;\n left: 0;\n top: var(--stzh-space-xsmall);\n}\nmain .ql-editor blockquote p {\n margin-top: 0;\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote p {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .ql-editor blockquote p {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .ql-editor blockquote p::before, main .ql-editor blockquote p::after {\n display: inline-block;\n}\nmain .ql-editor blockquote p::before {\n content: "«";\n}\nmain .ql-editor blockquote p::after {\n content: "»";\n}\nmain .ql-editor blockquote footer {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--richtext-blockquote-footer-color);\n}\n@media screen and (min-width: 1024px) {\n main .ql-editor blockquote footer {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .ql-editor blockquote footer::before {\n content: "–";\n display: inline-block;\n margin-right: var(--stzh-space-xxxsmall);\n}\nmain .ql-editor table {\n --min-width: none;\n --cell-padding: var(--stzh-table-cell-padding);\n width: 100%;\n border-spacing: 0;\n min-width: var(--min-width);\n}\nmain .ql-editor thead {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 3;\n}\nmain .ql-editor tr:hover td,\nmain .ql-editor tr:hover th {\n background-color: var(--stzh-color-grey5);\n}\nmain .ql-editor td,\nmain .ql-editor th {\n font-size: var(--stzh-font-milli-font-size);\n line-height: var(--stzh-font-milli-text-line-height);\n letter-spacing: var(--stzh-font-curve---text-letter-spacing);\n text-align: left;\n border: none;\n vertical-align: top;\n border: none;\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n background-color: var(--stzh-color-white);\n -webkit-transition: background-color var(--stzh-base-transition-animation-speed);\n transition: background-color var(--stzh-base-transition-animation-speed);\n padding: var(--cell-padding);\n /* Horizontal alignment */\n /* Vertical alignment */\n /* Nowrap */\n /* Sticky */\n}\nmain .ql-editor td a,\nmain .ql-editor th a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n}\nmain .ql-editor td a:hover, main .ql-editor td a:focus,\nmain .ql-editor th a:hover,\nmain .ql-editor th a:focus {\n color: var(--stzh-link-hover-color);\n}\nmain .ql-editor td b, main .ql-editor td strong,\nmain .ql-editor th b,\nmain .ql-editor th strong {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n}\nmain .ql-editor td i, main .ql-editor td em,\nmain .ql-editor th i,\nmain .ql-editor th em {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n}\nmain .ql-editor td.align-left,\nmain .ql-editor th.align-left {\n text-align: left;\n}\nmain .ql-editor td.align-right,\nmain .ql-editor th.align-right {\n text-align: right;\n}\nmain .ql-editor td.align-center,\nmain .ql-editor th.align-center {\n text-align: center;\n}\nmain .ql-editor td.valign-auto,\nmain .ql-editor th.valign-auto {\n vertical-align: auto;\n}\nmain .ql-editor td.valign-middle,\nmain .ql-editor th.valign-middle {\n vertical-align: middle;\n}\nmain .ql-editor td.valign-bottom,\nmain .ql-editor th.valign-bottom {\n vertical-align: bottom;\n}\nmain .ql-editor td.nowrap,\nmain .ql-editor th.nowrap {\n white-space: nowrap;\n}\nmain .ql-editor td.is-sticky-left, main .ql-editor td.is-sticky-right,\nmain .ql-editor th.is-sticky-left,\nmain .ql-editor th.is-sticky-right {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n}\nmain .ql-editor td.has-sticked,\nmain .ql-editor th.has-sticked {\n z-index: 2;\n}\nmain .ql-editor td.is-sticky-left,\nmain .ql-editor th.is-sticky-left {\n left: 0;\n}\nmain .ql-editor td.is-sticky-right,\nmain .ql-editor th.is-sticky-right {\n right: 0;\n}\nmain .ql-editor td.is-sticky-left::after, main .ql-editor td.is-sticky-right::after,\nmain .ql-editor th.is-sticky-left::after,\nmain .ql-editor th.is-sticky-right::after {\n background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));\n background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);\n content: "";\n pointer-events: none;\n position: absolute;\n top: 0;\n height: 100%;\n width: 0.375rem;\n -webkit-transform: translate(100%);\n transform: translate(100%);\n opacity: 0;\n -webkit-transition: opacity var(--stzh-base-transition-animation-speed);\n transition: opacity var(--stzh-base-transition-animation-speed);\n}\nmain .ql-editor td.is-sticky-left::after,\nmain .ql-editor th.is-sticky-left::after {\n right: 0;\n}\nmain .ql-editor td.is-sticky-right::after,\nmain .ql-editor th.is-sticky-right::after {\n left: 0;\n -webkit-transform: rotate(-180deg) translate(100%);\n transform: rotate(-180deg) translate(100%);\n}\nmain .ql-editor td.has-sticked.is-sticky-left::after, main .ql-editor td.has-sticked.is-sticky-right::after,\nmain .ql-editor th.has-sticked.is-sticky-left::after,\nmain .ql-editor th.has-sticked.is-sticky-right::after {\n opacity: 1;\n}\nmain .ql-editor th {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .ql-editor th.is-sortable {\n padding: 0;\n}\nmain .ql-editor a {\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n text-underline-offset: var(--stzh-link-text-underline-offset);\n text-decoration-thickness: var(--stzh-link-text-decoration-thickness);\n}\nmain .ql-editor a:hover {\n color: var(--stzh-link-hover-color);\n}\nmain .ql-editor .stzh-richtext__external-link {\n position: relative;\n}\nmain .ql-editor .stzh-richtext__external-vhidden {\n border: 0;\n clip: rect(0 0 0 0);\n -webkit-clip-path: inset(100%);\n clip-path: inset(100%);\n width: 0.0625rem;\n height: 0.0625rem;\n overflow: hidden;\n padding: 0;\n position: absolute;\n}\nmain .ql-editor .stzh-richtext__external-icon-wrapper {\n position: relative;\n display: inline-block;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-link-icon-wrapper-height);\n margin-left: var(--stzh-space-xxsmall);\n}\nmain .ql-editor .stzh-richtext__external-icon {\n --icon: var(--stzh-icon-size-default);\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n margin-top: 0.0625rem;\n width: var(--stzh-icon-size-default);\n height: var(--stzh-icon-size-default);\n}\nmain .ql-editor *:first-child {\n margin-top: 0;\n}\nmain .help-text {\n color: var(--stzh-base-color);\n}\nmain .help-text .ql-editor p {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .help-text .ql-editor p {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .accountability .categories .categories--header span,\nmain .accountability .categories .progress-figure,\nmain .accountability .categories .categories--group .category--title .progress-info .category--count {\n color: var(--stzh-base-color);\n}\nmain .accountability .categories .categories--header .icon--arrow-bottom {\n fill: var(--stzh-base-color);\n}\nmain .accountability .categories .categories--header {\n border-color: var(--stzh-base-border-color);\n margin-bottom: var(--stzh-space-medium);\n padding-bottom: var(--stzh-space-medium);\n}\nmain .accountability .intro .progress-level p {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n margin-bottom: var(--stzh-space-small);\n margin-top: 0;\n}\n@media screen and (min-width: 1024px) {\n main .accountability .intro .progress-level p {\n margin-bottom: var(--stzh-space-medium);\n }\n}\n@media screen and (min-width: 1260px) {\n main .accountability .intro .progress-level p {\n margin-bottom: var(--stzh-space-large);\n }\n}\nmain .accountability .categories .progress-figure {\n margin-top: 0;\n}\nmain .accountability .categories .categories--group .category--title .progress-info .category--count {\n margin-top: var(--stzh-space-xxxsmall);\n}\nmain .accountability .title-action {\n margin-bottom: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .accountability .title-action {\n margin-bottom: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .accountability .title-action {\n margin-bottom: var(--stzh-space-xlarge);\n }\n}\nmain .lines-breadcrumb a,\nmain .muted-link {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n color: var(--stzh-link-color);\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n border-radius: var(--stzh-button-border-radius);\n}\nmain .lines-breadcrumb a:hover, main .lines-breadcrumb a:focus,\nmain .muted-link:hover,\nmain .muted-link:focus {\n color: var(--stzh-link-hover-color);\n}\nmain .lead .ql-editor p {\n font-family: var(--stzh-font-family-light);\n font-weight: var(--stzh-font-weight-light);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n margin-bottom: var(--stzh-space-xxxlarge);\n margin-top: var(--stzh-space-xxlarge);\n}\n@media screen and (min-width: 600px) {\n main .lead .ql-editor p {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .lead .ql-editor p {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\n@media screen and (min-width: 600px) {\n main .lead .ql-editor p {\n margin-bottom: var(--stzh-space-xxxxlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .lead .ql-editor p {\n margin-bottom: var(--stzh-space-big);\n }\n}\n@media screen and (min-width: 1260px) {\n main .lead .ql-editor p {\n margin-bottom: var(--stzh-space-xbig);\n }\n}\nmain .callout.secondary,\nmain .callout.warning,\nmain .callout.success,\nmain .floating-helper__content {\n padding: var(--stzh-space-medium);\n padding: var(--stzh-space-medium);\n display: block;\n -webkit-box-shadow: var(--stzh-box-shadow-message);\n box-shadow: var(--stzh-box-shadow-message);\n background-color: var(--stzh-color-white);\n margin-bottom: var(--stzh-space-xxxxlarge) !important;\n}\n@media screen and (min-width: 1024px) {\n main .callout.secondary,\nmain .callout.warning,\nmain .callout.success,\nmain .floating-helper__content {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .callout.secondary,\nmain .callout.warning,\nmain .callout.success,\nmain .floating-helper__content {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .callout {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n border-left-width: 0.3125rem;\n}\nmain .callout .heading2:first-child,\nmain .callout .heading3:first-child {\n margin-top: 0;\n}\nmain .floating-helper__content {\n border-top: none;\n padding-right: calc(var(--stzh-icon-size-medium) + var(--stzh-space-small) + var(--stzh-space-medium));\n}\nmain .floating-helper__wrapper {\n position: relative;\n}\nmain .floating-helper__content-close {\n top: var(--stzh-space-medium);\n right: var(--stzh-space-medium);\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n position: absolute;\n width: var(--stzh-icon-size-medium);\n height: var(--stzh-icon-size-medium);\n padding: var(--stzh-space-xsmall);\n margin: calc(var(--stzh-space-xsmall) * -1);\n background-color: transparent;\n color: var(--stzh-base-lead-color);\n}\n@media screen and (min-width: 1024px) {\n main .floating-helper__content-close {\n top: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .floating-helper__content-close {\n top: var(--stzh-space-xlarge);\n }\n}\n@media screen and (min-width: 1024px) {\n main .floating-helper__content-close {\n right: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .floating-helper__content-close {\n right: var(--stzh-space-xlarge);\n }\n}\nmain .floating-helper__content-close .icon {\n width: var(--stzh-icon-size-xxsmall);\n height: var(--stzh-icon-size-xxsmall);\n}\nmain .floating-helper__icon-big {\n width: var(--stzh-icon-size-large);\n height: var(--stzh-icon-size-large);\n background-color: var(--stzh-color-primary8);\n}\nmain .floating-helper__icon-big .icon {\n width: var(--stzh-icon-size-xsmall);\n height: var(--stzh-icon-size-xsmall);\n}\n@media screen and (min-width: 40em) {\n main .floating-helper__content-inner > * {\n margin: 0;\n }\n main .floating-helper__icon-big {\n margin-right: var(--stzh-space-small);\n }\n}\nmain .floating-helper-block .mb-s {\n margin: 0 !important;\n}\nmain .extra,\nmain .tech-info {\n margin-bottom: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .extra,\nmain .tech-info {\n margin-bottom: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .extra,\nmain .tech-info {\n margin-bottom: var(--stzh-space-xlarge);\n }\n}\nmain .extra__date,\nmain .extra__suport-number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-text-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .extra__date,\nmain .extra__suport-number {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .extra__date,\nmain .extra__suport-number {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .extra__date,\nmain .extra__suport-number {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain .extra__month {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .extra__month {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .extra__time,\nmain .extra__suport-text {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .extra__time,\nmain .extra__suport-text {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .filters__help p:first-of-type {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n margin-top: 0;\n}\n@media screen and (min-width: 1024px) {\n main .filters__help p:first-of-type {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain #participatory-space-filters legend {\n margin-right: var(--stzh-space-xsmall);\n}\nmain .mini-title {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n margin-bottom: var(--stzh-space-small);\n}\n@media screen and (min-width: 1024px) {\n main .mini-title {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .mini-title__strong--highlight {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .mini-title__strong--highlight {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);\n }\n}\nmain .tags {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\nmain .tags:last-child {\n margin-bottom: calc(var(--stzh-space-xsmall) * -1);\n}\nmain .tags li {\n margin-right: var(--stzh-space-xsmall);\n margin-bottom: var(--stzh-space-xsmall);\n}\nmain .tags li a {\n font-size: var(--stzh-font-micro-font-size);\n line-height: var(--stzh-font-micro-text-line-height);\n height: 2rem;\n line-height: 2rem;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-align: center;\n align-items: center;\n border-radius: 1rem;\n padding: 0 var(--stzh-space-medium);\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: 0.0625rem solid var(--stzh-color-grey13);\n background-color: var(--stzh-color-white);\n -webkit-transition: all var(--stzh-base-transition-animation-speed);\n transition: all var(--stzh-base-transition-animation-speed);\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .card {\n color: var(--stzh-base-color);\n}\nmain .card__top .badge-card__content,\nmain .card__top .card__content {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n padding: var(--stzh-space-xsmall) var(--stzh-space-large);\n -ms-flex-align: center;\n align-items: center;\n}\n@media screen and (min-width: 1024px) {\n main .card__top .badge-card__content,\nmain .card__top .card__content {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card__top .badge-card__content span.muted,\nmain .card__top .card__content span.muted {\n font-size: inherit;\n}\nmain .card__top .card__content {\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\nmain .card__top .card__content .card__link {\n display: block;\n}\nmain .card > .card__content,\nmain .card.definition-data,\nmain .card .definition-data,\nmain .badge-card__content,\nmain .card__support,\nmain .filters__section,\nmain .filters__section--general,\nmain .filters__section--general:first-of-type,\nmain .filters__section:first-of-type {\n padding: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .card > .card__content,\nmain .card.definition-data,\nmain .card .definition-data,\nmain .badge-card__content,\nmain .card__support,\nmain .filters__section,\nmain .filters__section--general,\nmain .filters__section--general:first-of-type,\nmain .filters__section:first-of-type {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .card > .card__content,\nmain .card.definition-data,\nmain .card .definition-data,\nmain .badge-card__content,\nmain .card__support,\nmain .filters__section,\nmain .filters__section--general,\nmain .filters__section--general:first-of-type,\nmain .filters__section:first-of-type {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .card-data__item,\nmain .filters__section,\nmain .filters__section--general,\nmain .card__block ul,\nmain .card__icondata ul,\nmain .card__footer,\nmain .card__top {\n border-color: var(--stzh-base-border-color);\n}\nmain .card__link {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n color: var(--stzh-base-color);\n}\nmain .card__link:hover {\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .card__link .text-small {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .card__link .text-small {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .card__header {\n margin-bottom: var(--stzh-space-small);\n}\nmain .card__text {\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .card__text {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain .card__text:not(:last-child) {\n margin-bottom: var(--stzh-space-small);\n}\nmain .card .card__title,\nmain .card--list__heading {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);\n color: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n margin-top: 0;\n -webkit-transition: color var(--stzh-base-transition-animation-speed);\n transition: color var(--stzh-base-transition-animation-speed);\n}\n@media screen and (min-width: 1024px) {\n main .card .card__title,\nmain .card--list__heading {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);\n }\n}\nmain .card:not(.card--secondary):hover .card__title {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .collapsible-list .card__text--paragraph {\n color: var(--stzh-base-color) !important;\n}\nmain .card__block ul li:not(:first-child),\nmain .card__icondata ul li:not(:first-child) {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .card__block ul li:not(:first-child),\nmain .card__icondata ul li:not(:first-child) {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card-data__item {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .card-data__item {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card-data__item .heading1,\nmain .card-data__item .heading2,\nmain .card-data__item .heading3,\nmain .card-data__item .heading4 {\n margin-top: 0;\n}\nmain .card-data__item strong {\n display: block;\n}\nmain .card-data__item br {\n display: none;\n}\nmain .card-data__item.creation_date_status strong {\n color: var(--stzh-base-color);\n color: inherit;\n}\nmain .card__status .card-data__item {\n padding: var(--stzh-space-xsmall);\n}\nmain .card--meta {\n color: var(--stzh-base-color);\n}\nmain .card__block ul li:not(:first-child) strong,\nmain .card__icondata ul li:not(:first-child) strong {\n font-size: inherit;\n letter-spacing: inherit;\n}\nmain .add-message:not(.card--secondary):hover,\nmain .card:not(.card--secondary):hover,\nmain .chart-tooltip:not(.card--secondary):hover,\nmain .conference-registration:not(.card--secondary):hover,\nmain .conference-speaker .speaker-bio:not(.card--secondary):hover {\n -webkit-box-shadow: var(--stzh-box-shadow-popover);\n box-shadow: var(--stzh-box-shadow-popover);\n}\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > p,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h1,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h2,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h3,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h4 {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main div.card__text--paragraph > .ql-editor.ql-reset-decidim > p,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h1,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h2,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h3,\nmain div.card__text--paragraph > .ql-editor.ql-reset-decidim > h4 {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}\nmain .progress__bar.progress__bar--vertical .progress__bar__subtitle,\nmain .progress__bar .progress__bar__title {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .progress__bar.progress__bar--vertical .progress__bar__subtitle,\nmain .progress__bar .progress__bar__title {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .card__support__number,\nmain .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,\nmain .progress__bar .progress__bar__title .progress__bar__number,\nmain .extra__suport-text,\nmain .progress__bar.progress__bar--vertical .progress__bar__text {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .card__support__number,\nmain .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,\nmain .progress__bar .progress__bar__title .progress__bar__number,\nmain .extra__suport-text,\nmain .progress__bar.progress__bar--vertical .progress__bar__text {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .progress__bar.progress__bar--vertical .progress__bar__number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-default-text-letter-spacing);\n}\n@media screen and (min-width: 600px) {\n main .progress__bar.progress__bar--vertical .progress__bar__number {\n font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));\n line-height: var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1024px) {\n main .progress__bar.progress__bar--vertical .progress__bar__number {\n font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));\n line-height: var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));\n }\n}\n@media screen and (min-width: 1440px) {\n main .progress__bar.progress__bar--vertical .progress__bar__number {\n font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));\n line-height: var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));\n letter-spacing: var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));\n }\n}\nmain .card--list__item {\n padding: 0;\n}\nmain .card--list__text {\n padding: 0;\n display: block;\n}\nmain .card--list__icon {\n fill: var(--stzh-color-primary, var(--stzh-color-zueriblue));\n}\nmain .card--list__item .card__link {\n padding: var(--stzh-space-medium);\n}\n@media screen and (min-width: 1024px) {\n main .card--list__item .card__link {\n padding: var(--stzh-space-large);\n }\n}\n@media screen and (min-width: 1260px) {\n main .card--list__item .card__link {\n padding: var(--stzh-space-xlarge);\n }\n}\nmain .card--list__text .card__link:hover .card--list__heading {\n color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));\n}\nmain .card--list__text .card__link .text-small {\n color: var(--stzh-base-color);\n}\nmain .card--list__data {\n background-color: var(--stzh-color-grey5);\n}\nmain .card--list__data__number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);\n color: var(--stzh-color-grey70);\n}\n@media screen and (min-width: 600px) {\n main .card--list__data__number {\n font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));\n line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);\n }\n}\n@media screen and (min-width: 1024px) {\n main .card--list__data__number {\n font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));\n line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));\n letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);\n }\n}\nmain .card.extra:hover,\nmain .view-side .card:not(.card--secondary):hover,\nmain .comment-thread:not(.card--secondary):hover {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\nmain .definition__title {\n color: var(--stzh-color-grey70);\n}\nmain .definition-data {\n color: var(--stzh-color-grey55);\n}\nmain .definition-data__item {\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n padding: 0;\n padding-bottom: var(--stzh-space-small);\n margin-bottom: var(--stzh-space-small);\n border-bottom: 0.0625rem solid var(--stzh-base-border-color);\n}\n@media screen and (min-width: 1024px) {\n main .definition-data__item {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .definition-data__item:last-child {\n border-bottom: none;\n margin-bottom: 0;\n padding-bottom: 0;\n}\nmain .definition-data__title {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));\n margin-bottom: 0;\n}\n@media screen and (min-width: 1024px) {\n main .definition-data__title {\n font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);\n }\n}\nmain .section.columns.medium-5.mediumlarge-4.large-3 > .card.extra.definition-data {\n background-color: var(--stzh-color-grey5);\n}\nmain .author__name {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-color-grey55) !important;\n}\n@media screen and (min-width: 1024px) {\n main .author__name {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .author-data {\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n color: var(--stzh-base-color);\n}\n@media screen and (min-width: 1024px) {\n main .author-data {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .author-data__extra {\n font-family: var(--stzh-font-family-regular);\n font-weight: var(--stzh-font-weight-regular);\n font-style: normal;\n font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));\n line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));\n}\n@media screen and (min-width: 1024px) {\n main .author-data__extra {\n font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));\n line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));\n }\n}\nmain .author-data__extra::before {\n border-color: var(--stzh-base-border-color);\n}\nmain .author-data__extra a {\n white-space: nowrap;\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\nmain .author-data__extra > a,\nmain .author-data__extra > button .author-data__extra > span {\n margin-right: var(--stzh-space-medium);\n}\nmain .budget-summary .heading2:first-child,\nmain .budget-summary .heading3:first-child {\n margin-top: 0;\n}\nmain .budget-progress {\n min-height: var(--stzh-form-input-height);\n}\nmain .budget-list__title {\n margin-top: var(--stzh-space-xsmall);\n margin-bottom: var(--stzh-space-medium);\n}\nmain .budget-list__text:not(:last-child) {\n margin-bottom: 0;\n}\nmain .budget-list__data__number {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);\n}\n@media screen and (min-width: 1024px) {\n main .budget-list__data__number {\n font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);\n }\n}\nmain .answer-questionnaire .questionnaire-question {\n font-family: var(--stzh-font-family-heavy);\n font-weight: var(--stzh-font-weight-heavy);\n font-style: normal;\n font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));\n line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);\n margin-bottom: var(--stzh-space-xsmall);\n}\n@media screen and (min-width: 1024px) {\n main .answer-questionnaire .questionnaire-question {\n font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));\n line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));\n letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);\n }\n}';var r=n("stzh_skin_portal_mitwirken",function(){function n(n){t(this,n)}n.prototype.componentDidLoad=function(){console.log(this.constructor.style.replace('@charset "UTF-8";',""))};n.prototype.render=function(){return e(a,null)};return n}());r.style=i}}}));
2
- //# sourceMappingURL=p-c003c90c.system.entry.js.map