@oiz/stzh-components 0.0.0-pretest
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +56 -0
- package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
- package/dist/cjs/animation-utils-c816beac.js +45 -0
- package/dist/cjs/app-globals-83a6c2d3.js +54 -0
- package/dist/cjs/arrow-70a32014.js +1305 -0
- package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
- package/dist/cjs/date-utils-898a50be.js +174 -0
- package/dist/cjs/dom-874a1e39.js +75 -0
- package/dist/cjs/event-utils-4d7d610a.js +18 -0
- package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
- package/dist/cjs/index-8bd1552a.js +2019 -0
- package/dist/cjs/index-ac9bdc7f.js +2245 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/js.cookie-9c263d23.js +146 -0
- package/dist/cjs/loader.cjs.js +23 -0
- package/dist/cjs/media-utils-f1720906.js +26 -0
- package/dist/cjs/shadow-css-a33dc836.js +389 -0
- package/dist/cjs/string-utils-223b03e2.js +18 -0
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
- package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
- package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
- package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
- package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
- package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
- package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
- package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
- package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
- package/dist/cjs/stzh-components.cjs.js +107 -0
- package/dist/cjs/stzh-container.cjs.entry.js +19 -0
- package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
- package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
- package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
- package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
- package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
- package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
- package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
- package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
- package/dist/cjs/stzh-header.cjs.entry.js +162 -0
- package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
- package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
- package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
- package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
- package/dist/cjs/stzh-input.cjs.entry.js +192 -0
- package/dist/cjs/stzh-link.cjs.entry.js +106 -0
- package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
- package/dist/cjs/stzh-list.cjs.entry.js +26 -0
- package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
- package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
- package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
- package/dist/cjs/stzh-message.cjs.entry.js +85 -0
- package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
- package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
- package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
- package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
- package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
- package/dist/cjs/stzh-row.cjs.entry.js +40 -0
- package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
- package/dist/cjs/stzh-section.cjs.entry.js +24 -0
- package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
- package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
- package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
- package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
- package/dist/cjs/stzh-status.cjs.entry.js +36 -0
- package/dist/cjs/stzh-table.cjs.entry.js +143 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
- package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
- package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
- package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
- package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
- package/dist/cjs/translation-utils-2dbbce94.js +60 -0
- package/dist/cjs/utils-e84f4a8d.js +36 -0
- package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
- package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
- package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
- package/dist/collection/assets/favicons/browserconfig.xml +9 -0
- package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
- package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
- package/dist/collection/assets/favicons/favicon.ico +0 -0
- package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
- package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
- package/dist/collection/assets/favicons/site.webmanifest +19 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
- package/dist/collection/assets/fonts.css +39 -0
- package/dist/collection/assets/i18n/de.json +154 -0
- package/dist/collection/assets/i18n/en.json +154 -0
- package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
- package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
- package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
- package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
- package/dist/collection/assets/icons/mono/calendar.svg +3 -0
- package/dist/collection/assets/icons/mono/cart.svg +3 -0
- package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
- package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
- package/dist/collection/assets/icons/mono/clock.svg +3 -0
- package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
- package/dist/collection/assets/icons/mono/close.svg +3 -0
- package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
- package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
- package/dist/collection/assets/icons/mono/construction.svg +3 -0
- package/dist/collection/assets/icons/mono/copy.svg +3 -0
- package/dist/collection/assets/icons/mono/delete.svg +3 -0
- package/dist/collection/assets/icons/mono/download.svg +3 -0
- package/dist/collection/assets/icons/mono/drag.svg +10 -0
- package/dist/collection/assets/icons/mono/edit.svg +3 -0
- package/dist/collection/assets/icons/mono/email-check.svg +10 -0
- package/dist/collection/assets/icons/mono/expand.svg +3 -0
- package/dist/collection/assets/icons/mono/external-link.svg +4 -0
- package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
- package/dist/collection/assets/icons/mono/facebook.svg +10 -0
- package/dist/collection/assets/icons/mono/file.svg +3 -0
- package/dist/collection/assets/icons/mono/filtering.svg +3 -0
- package/dist/collection/assets/icons/mono/flag.svg +10 -0
- package/dist/collection/assets/icons/mono/focus.svg +3 -0
- package/dist/collection/assets/icons/mono/gear.svg +3 -0
- package/dist/collection/assets/icons/mono/heart.svg +10 -0
- package/dist/collection/assets/icons/mono/home.svg +10 -0
- package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
- package/dist/collection/assets/icons/mono/info-help.svg +3 -0
- package/dist/collection/assets/icons/mono/instagram.svg +3 -0
- package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
- package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
- package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
- package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
- package/dist/collection/assets/icons/mono/lock.svg +10 -0
- package/dist/collection/assets/icons/mono/mail.svg +10 -0
- package/dist/collection/assets/icons/mono/map.svg +3 -0
- package/dist/collection/assets/icons/mono/menu.svg +3 -0
- package/dist/collection/assets/icons/mono/minus.svg +3 -0
- package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
- package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
- package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
- package/dist/collection/assets/icons/mono/phone.svg +10 -0
- package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
- package/dist/collection/assets/icons/mono/pin.svg +11 -0
- package/dist/collection/assets/icons/mono/play-1.svg +4 -0
- package/dist/collection/assets/icons/mono/play-button.svg +11 -0
- package/dist/collection/assets/icons/mono/play.svg +10 -0
- package/dist/collection/assets/icons/mono/plus.svg +3 -0
- package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
- package/dist/collection/assets/icons/mono/print.svg +10 -0
- package/dist/collection/assets/icons/mono/question-help.svg +3 -0
- package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
- package/dist/collection/assets/icons/mono/reload.svg +10 -0
- package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
- package/dist/collection/assets/icons/mono/reset.svg +10 -0
- package/dist/collection/assets/icons/mono/resize.svg +8 -0
- package/dist/collection/assets/icons/mono/rss.svg +12 -0
- package/dist/collection/assets/icons/mono/search.svg +3 -0
- package/dist/collection/assets/icons/mono/services.svg +6 -0
- package/dist/collection/assets/icons/mono/share.svg +3 -0
- package/dist/collection/assets/icons/mono/shrink.svg +3 -0
- package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
- package/dist/collection/assets/icons/mono/social-media.svg +23 -0
- package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/star.svg +3 -0
- package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
- package/dist/collection/assets/icons/mono/team.svg +10 -0
- package/dist/collection/assets/icons/mono/text-message.svg +6 -0
- package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
- package/dist/collection/assets/icons/mono/transcript.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter.svg +10 -0
- package/dist/collection/assets/icons/mono/unlock.svg +10 -0
- package/dist/collection/assets/icons/mono/user.svg +3 -0
- package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
- package/dist/collection/assets/icons/mono/view.svg +4 -0
- package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
- package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
- package/dist/collection/assets/icons/mono/warning.svg +3 -0
- package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
- package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
- package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
- package/dist/collection/assets/icons/mono/xing.svg +11 -0
- package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
- package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
- package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
- package/dist/collection/collection-manifest.json +82 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
- package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
- package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
- package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
- package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
- package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
- package/dist/collection/components/stzh-button/stzh-button.css +312 -0
- package/dist/collection/components/stzh-button/stzh-button.js +516 -0
- package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
- package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
- package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
- package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
- package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
- package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
- package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
- package/dist/collection/components/stzh-container/stzh-container.css +190 -0
- package/dist/collection/components/stzh-container/stzh-container.js +21 -0
- package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
- package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
- package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
- package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
- package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
- package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
- package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
- package/dist/collection/components/stzh-header/stzh-header.css +436 -0
- package/dist/collection/components/stzh-header/stzh-header.js +267 -0
- package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
- package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
- package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
- package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
- package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
- package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
- package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
- package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
- package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
- package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
- package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
- package/dist/collection/components/stzh-input/stzh-input.css +425 -0
- package/dist/collection/components/stzh-input/stzh-input.js +724 -0
- package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
- package/dist/collection/components/stzh-link/stzh-link.css +231 -0
- package/dist/collection/components/stzh-link/stzh-link.js +427 -0
- package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
- package/dist/collection/components/stzh-list/stzh-list.css +136 -0
- package/dist/collection/components/stzh-list/stzh-list.js +52 -0
- package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
- package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
- package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
- package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
- package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
- package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
- package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
- package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
- package/dist/collection/components/stzh-message/stzh-message.css +259 -0
- package/dist/collection/components/stzh-message/stzh-message.js +287 -0
- package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
- package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
- package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
- package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
- package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
- package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
- package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
- package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
- package/dist/collection/components/stzh-row/stzh-row.css +572 -0
- package/dist/collection/components/stzh-row/stzh-row.js +207 -0
- package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
- package/dist/collection/components/stzh-section/stzh-section.css +126 -0
- package/dist/collection/components/stzh-section/stzh-section.js +50 -0
- package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
- package/dist/collection/components/stzh-status/stzh-status.css +143 -0
- package/dist/collection/components/stzh-status/stzh-status.js +115 -0
- package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
- package/dist/collection/components/stzh-table/stzh-table.css +365 -0
- package/dist/collection/components/stzh-table/stzh-table.js +215 -0
- package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
- package/dist/collection/components/stzh-text/stzh-text.css +859 -0
- package/dist/collection/components/stzh-text/stzh-text.js +232 -0
- package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
- package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
- package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
- package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
- package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
- package/dist/collection/global/js/helpers/autofocus.js +20 -0
- package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
- package/dist/collection/global/js/script.js +17 -0
- package/dist/collection/index.js +7 -0
- package/dist/collection/pages/egov.stories.js +262 -0
- package/dist/collection/pages/example.stories.js +170 -0
- package/dist/collection/pages/meinkonto.stories.js +661 -0
- package/dist/collection/patterns/appointments.stories.js +43 -0
- package/dist/collection/patterns/processingscreen.stories.js +43 -0
- package/dist/collection/utils/animation-utils.js +51 -0
- package/dist/collection/utils/date-adapter.js +86 -0
- package/dist/collection/utils/date-utils.js +196 -0
- package/dist/collection/utils/decorators.js +15 -0
- package/dist/collection/utils/event-utils.js +14 -0
- package/dist/collection/utils/h.js +109 -0
- package/dist/collection/utils/media-utils.js +20 -0
- package/dist/collection/utils/string-utils.js +13 -0
- package/dist/collection/utils/test-utils.js +27 -0
- package/dist/collection/utils/translation-utils.js +55 -0
- package/dist/collection/utils/utils.js +41 -0
- package/dist/components/_commonjsHelpers.js +21 -0
- package/dist/components/animation-utils.js +40 -0
- package/dist/components/arrow.js +1297 -0
- package/dist/components/date-adapter.js +88 -0
- package/dist/components/event-utils.js +16 -0
- package/dist/components/focus-trap.esm.js +1278 -0
- package/dist/components/index.d.ts +92 -0
- package/dist/components/index.js +125 -0
- package/dist/components/index2.js +2017 -0
- package/dist/components/js.cookie.js +144 -0
- package/dist/components/media-utils.js +22 -0
- package/dist/components/string-utils.js +15 -0
- package/dist/components/stzh-accordion-item.d.ts +11 -0
- package/dist/components/stzh-accordion-item.js +204 -0
- package/dist/components/stzh-accordion.d.ts +11 -0
- package/dist/components/stzh-accordion.js +91 -0
- package/dist/components/stzh-actions.d.ts +11 -0
- package/dist/components/stzh-actions.js +69 -0
- package/dist/components/stzh-appnav.d.ts +11 -0
- package/dist/components/stzh-appnav.js +67 -0
- package/dist/components/stzh-appointments.d.ts +11 -0
- package/dist/components/stzh-appointments.js +367 -0
- package/dist/components/stzh-badge.d.ts +11 -0
- package/dist/components/stzh-badge.js +6 -0
- package/dist/components/stzh-badge2.js +33 -0
- package/dist/components/stzh-button.d.ts +11 -0
- package/dist/components/stzh-button.js +6 -0
- package/dist/components/stzh-button2.js +165 -0
- package/dist/components/stzh-calendar.d.ts +11 -0
- package/dist/components/stzh-calendar.js +6 -0
- package/dist/components/stzh-calendar2.js +490 -0
- package/dist/components/stzh-cell.d.ts +11 -0
- package/dist/components/stzh-cell.js +57 -0
- package/dist/components/stzh-checkbox.d.ts +11 -0
- package/dist/components/stzh-checkbox.js +176 -0
- package/dist/components/stzh-checkboxgroup.d.ts +11 -0
- package/dist/components/stzh-checkboxgroup.js +208 -0
- package/dist/components/stzh-chip-select.d.ts +11 -0
- package/dist/components/stzh-chip-select.js +107 -0
- package/dist/components/stzh-chip.d.ts +11 -0
- package/dist/components/stzh-chip.js +6 -0
- package/dist/components/stzh-chip2.js +130 -0
- package/dist/components/stzh-container.d.ts +11 -0
- package/dist/components/stzh-container.js +32 -0
- package/dist/components/stzh-cspace.d.ts +11 -0
- package/dist/components/stzh-cspace.js +35 -0
- package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
- package/dist/components/stzh-datamessagelist-item.js +175 -0
- package/dist/components/stzh-datamessagelist.d.ts +11 -0
- package/dist/components/stzh-datamessagelist.js +36 -0
- package/dist/components/stzh-datatable.d.ts +11 -0
- package/dist/components/stzh-datatable.js +308 -0
- package/dist/components/stzh-datepicker.d.ts +11 -0
- package/dist/components/stzh-datepicker.js +6 -0
- package/dist/components/stzh-datepicker2.js +221 -0
- package/dist/components/stzh-dialog.d.ts +11 -0
- package/dist/components/stzh-dialog.js +229 -0
- package/dist/components/stzh-dropdown.d.ts +11 -0
- package/dist/components/stzh-dropdown.js +6 -0
- package/dist/components/stzh-dropdown2.js +5151 -0
- package/dist/components/stzh-fieldset.d.ts +11 -0
- package/dist/components/stzh-fieldset.js +59 -0
- package/dist/components/stzh-figure.d.ts +11 -0
- package/dist/components/stzh-figure.js +46 -0
- package/dist/components/stzh-flyingfocus.d.ts +11 -0
- package/dist/components/stzh-flyingfocus.js +199 -0
- package/dist/components/stzh-footer.d.ts +11 -0
- package/dist/components/stzh-footer.js +103 -0
- package/dist/components/stzh-ghettobox.d.ts +11 -0
- package/dist/components/stzh-ghettobox.js +6 -0
- package/dist/components/stzh-ghettobox2.js +135 -0
- package/dist/components/stzh-header.d.ts +11 -0
- package/dist/components/stzh-header.js +186 -0
- package/dist/components/stzh-heading.d.ts +11 -0
- package/dist/components/stzh-heading.js +6 -0
- package/dist/components/stzh-heading2.js +46 -0
- package/dist/components/stzh-hr.d.ts +11 -0
- package/dist/components/stzh-hr.js +36 -0
- package/dist/components/stzh-hspace.d.ts +11 -0
- package/dist/components/stzh-hspace.js +64 -0
- package/dist/components/stzh-icon-sprite.d.ts +11 -0
- package/dist/components/stzh-icon-sprite.js +35 -0
- package/dist/components/stzh-icon.d.ts +11 -0
- package/dist/components/stzh-icon.js +6 -0
- package/dist/components/stzh-icon2.js +48 -0
- package/dist/components/stzh-input-description.js +20 -0
- package/dist/components/stzh-input.d.ts +11 -0
- package/dist/components/stzh-input.js +6 -0
- package/dist/components/stzh-input2.js +253 -0
- package/dist/components/stzh-link.d.ts +11 -0
- package/dist/components/stzh-link.js +6 -0
- package/dist/components/stzh-link2.js +144 -0
- package/dist/components/stzh-list-item.d.ts +11 -0
- package/dist/components/stzh-list-item.js +42 -0
- package/dist/components/stzh-list.d.ts +11 -0
- package/dist/components/stzh-list.js +42 -0
- package/dist/components/stzh-loader.d.ts +11 -0
- package/dist/components/stzh-loader.js +48 -0
- package/dist/components/stzh-loadingbar.d.ts +11 -0
- package/dist/components/stzh-loadingbar.js +50 -0
- package/dist/components/stzh-menu-item.d.ts +11 -0
- package/dist/components/stzh-menu-item.js +6 -0
- package/dist/components/stzh-menu-item2.js +116 -0
- package/dist/components/stzh-menu.d.ts +11 -0
- package/dist/components/stzh-menu.js +6 -0
- package/dist/components/stzh-menu2.js +29 -0
- package/dist/components/stzh-message.d.ts +11 -0
- package/dist/components/stzh-message.js +113 -0
- package/dist/components/stzh-metanav.d.ts +11 -0
- package/dist/components/stzh-metanav.js +50 -0
- package/dist/components/stzh-overlay.d.ts +11 -0
- package/dist/components/stzh-overlay.js +119 -0
- package/dist/components/stzh-page-skiplinks.d.ts +11 -0
- package/dist/components/stzh-page-skiplinks.js +50 -0
- package/dist/components/stzh-pagetitle.d.ts +11 -0
- package/dist/components/stzh-pagetitle.js +85 -0
- package/dist/components/stzh-popover.d.ts +11 -0
- package/dist/components/stzh-popover.js +6 -0
- package/dist/components/stzh-popover2.js +390 -0
- package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
- package/dist/components/stzh-portal-mitwirken.js +36 -0
- package/dist/components/stzh-progressbar-item.d.ts +11 -0
- package/dist/components/stzh-progressbar-item.js +6 -0
- package/dist/components/stzh-progressbar-item2.js +82 -0
- package/dist/components/stzh-progressbar.d.ts +11 -0
- package/dist/components/stzh-progressbar.js +159 -0
- package/dist/components/stzh-radio.d.ts +11 -0
- package/dist/components/stzh-radio.js +6 -0
- package/dist/components/stzh-radio2.js +168 -0
- package/dist/components/stzh-radiogroup.d.ts +11 -0
- package/dist/components/stzh-radiogroup.js +6 -0
- package/dist/components/stzh-radiogroup2.js +215 -0
- package/dist/components/stzh-readspeaker.d.ts +11 -0
- package/dist/components/stzh-readspeaker.js +74 -0
- package/dist/components/stzh-richtext.d.ts +11 -0
- package/dist/components/stzh-richtext.js +6 -0
- package/dist/components/stzh-richtext2.js +65 -0
- package/dist/components/stzh-row.d.ts +11 -0
- package/dist/components/stzh-row.js +63 -0
- package/dist/components/stzh-saptcha.d.ts +11 -0
- package/dist/components/stzh-saptcha.js +132 -0
- package/dist/components/stzh-section.d.ts +11 -0
- package/dist/components/stzh-section.js +39 -0
- package/dist/components/stzh-servicecard-list.d.ts +11 -0
- package/dist/components/stzh-servicecard-list.js +99 -0
- package/dist/components/stzh-servicecard.d.ts +11 -0
- package/dist/components/stzh-servicecard.js +283 -0
- package/dist/components/stzh-skiplink.d.ts +11 -0
- package/dist/components/stzh-skiplink.js +45 -0
- package/dist/components/stzh-sortable.d.ts +11 -0
- package/dist/components/stzh-sortable.js +6 -0
- package/dist/components/stzh-sortable2.js +3401 -0
- package/dist/components/stzh-status.d.ts +11 -0
- package/dist/components/stzh-status.js +6 -0
- package/dist/components/stzh-status2.js +51 -0
- package/dist/components/stzh-table.d.ts +11 -0
- package/dist/components/stzh-table.js +164 -0
- package/dist/components/stzh-text.d.ts +11 -0
- package/dist/components/stzh-text.js +6 -0
- package/dist/components/stzh-text2.js +64 -0
- package/dist/components/stzh-toggle.d.ts +11 -0
- package/dist/components/stzh-toggle.js +175 -0
- package/dist/components/stzh-tooltip.d.ts +11 -0
- package/dist/components/stzh-tooltip.js +6 -0
- package/dist/components/stzh-tooltip2.js +353 -0
- package/dist/components/stzh-upload.d.ts +11 -0
- package/dist/components/stzh-upload.js +10818 -0
- package/dist/components/stzh-vbz-linechip.d.ts +11 -0
- package/dist/components/stzh-vbz-linechip.js +6 -0
- package/dist/components/stzh-vbz-linechip2.js +2080 -0
- package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
- package/dist/components/stzh-vbz-majorticker.js +158 -0
- package/dist/components/stzh-vbz-ticker.d.ts +11 -0
- package/dist/components/stzh-vbz-ticker.js +232 -0
- package/dist/components/stzh-visuallyhidden.d.ts +11 -0
- package/dist/components/stzh-visuallyhidden.js +34 -0
- package/dist/components/stzh-vspace.d.ts +11 -0
- package/dist/components/stzh-vspace.js +64 -0
- package/dist/components/translation-utils.js +57 -0
- package/dist/components/utils.js +33 -0
- package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
- package/dist/esm/animation-utils-27dcfc1e.js +40 -0
- package/dist/esm/app-globals-137e106c.js +52 -0
- package/dist/esm/arrow-18769ca6.js +1297 -0
- package/dist/esm/date-adapter-c0ee5963.js +88 -0
- package/dist/esm/date-utils-282e96fe.js +159 -0
- package/dist/esm/dom-104fb833.js +73 -0
- package/dist/esm/event-utils-68b64805.js +16 -0
- package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
- package/dist/esm/index-0e6d34c6.js +2209 -0
- package/dist/esm/index-545902f4.js +2017 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/js.cookie-28a40640.js +144 -0
- package/dist/esm/loader.js +19 -0
- package/dist/esm/media-utils-db7c9057.js +22 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/shadow-css-4261c637.js +387 -0
- package/dist/esm/string-utils-33181845.js +15 -0
- package/dist/esm/stzh-accordion-item.entry.js +177 -0
- package/dist/esm/stzh-accordion.entry.js +70 -0
- package/dist/esm/stzh-actions.entry.js +49 -0
- package/dist/esm/stzh-appnav.entry.js +46 -0
- package/dist/esm/stzh-appointments.entry.js +267 -0
- package/dist/esm/stzh-badge_3.entry.js +161 -0
- package/dist/esm/stzh-calendar.entry.js +302 -0
- package/dist/esm/stzh-cell.entry.js +31 -0
- package/dist/esm/stzh-checkbox.entry.js +132 -0
- package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
- package/dist/esm/stzh-chip-select.entry.js +62 -0
- package/dist/esm/stzh-chip.entry.js +97 -0
- package/dist/esm/stzh-components.js +105 -0
- package/dist/esm/stzh-container.entry.js +15 -0
- package/dist/esm/stzh-cspace.entry.js +18 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
- package/dist/esm/stzh-datamessagelist.entry.js +19 -0
- package/dist/esm/stzh-datatable.entry.js +245 -0
- package/dist/esm/stzh-datepicker_4.entry.js +477 -0
- package/dist/esm/stzh-dialog.entry.js +187 -0
- package/dist/esm/stzh-dropdown.entry.js +5082 -0
- package/dist/esm/stzh-fieldset.entry.js +31 -0
- package/dist/esm/stzh-figure.entry.js +26 -0
- package/dist/esm/stzh-flyingfocus.entry.js +174 -0
- package/dist/esm/stzh-footer.entry.js +63 -0
- package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
- package/dist/esm/stzh-header.entry.js +158 -0
- package/dist/esm/stzh-heading.entry.js +28 -0
- package/dist/esm/stzh-hr.entry.js +19 -0
- package/dist/esm/stzh-hspace.entry.js +37 -0
- package/dist/esm/stzh-icon-sprite.entry.js +18 -0
- package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
- package/dist/esm/stzh-input.entry.js +188 -0
- package/dist/esm/stzh-link.entry.js +102 -0
- package/dist/esm/stzh-list-item.entry.js +24 -0
- package/dist/esm/stzh-list.entry.js +22 -0
- package/dist/esm/stzh-loader.entry.js +27 -0
- package/dist/esm/stzh-loadingbar.entry.js +29 -0
- package/dist/esm/stzh-menu_2.entry.js +92 -0
- package/dist/esm/stzh-message.entry.js +81 -0
- package/dist/esm/stzh-metanav.entry.js +33 -0
- package/dist/esm/stzh-overlay.entry.js +96 -0
- package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
- package/dist/esm/stzh-pagetitle.entry.js +68 -0
- package/dist/esm/stzh-popover.entry.js +357 -0
- package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
- package/dist/esm/stzh-progressbar-item.entry.js +53 -0
- package/dist/esm/stzh-progressbar.entry.js +121 -0
- package/dist/esm/stzh-readspeaker.entry.js +54 -0
- package/dist/esm/stzh-row.entry.js +36 -0
- package/dist/esm/stzh-saptcha.entry.js +77 -0
- package/dist/esm/stzh-section.entry.js +20 -0
- package/dist/esm/stzh-servicecard-list.entry.js +52 -0
- package/dist/esm/stzh-servicecard.entry.js +208 -0
- package/dist/esm/stzh-skiplink.entry.js +23 -0
- package/dist/esm/stzh-sortable.entry.js +3378 -0
- package/dist/esm/stzh-status.entry.js +32 -0
- package/dist/esm/stzh-table.entry.js +139 -0
- package/dist/esm/stzh-toggle.entry.js +130 -0
- package/dist/esm/stzh-tooltip.entry.js +318 -0
- package/dist/esm/stzh-upload.entry.js +10746 -0
- package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
- package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
- package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
- package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
- package/dist/esm/stzh-vspace.entry.js +37 -0
- package/dist/esm/translation-utils-f5b09945.js +57 -0
- package/dist/esm/utils-c5d68020.js +33 -0
- package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
- package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
- package/dist/esm-es5/app-globals-137e106c.js +1 -0
- package/dist/esm-es5/arrow-18769ca6.js +1 -0
- package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
- package/dist/esm-es5/date-utils-282e96fe.js +1 -0
- package/dist/esm-es5/dom-104fb833.js +21 -0
- package/dist/esm-es5/event-utils-68b64805.js +1 -0
- package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
- package/dist/esm-es5/index-0e6d34c6.js +2 -0
- package/dist/esm-es5/index-545902f4.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/js.cookie-28a40640.js +1 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/media-utils-db7c9057.js +1 -0
- package/dist/esm-es5/shadow-css-4261c637.js +12 -0
- package/dist/esm-es5/string-utils-33181845.js +1 -0
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
- package/dist/esm-es5/stzh-accordion.entry.js +1 -0
- package/dist/esm-es5/stzh-actions.entry.js +1 -0
- package/dist/esm-es5/stzh-appnav.entry.js +1 -0
- package/dist/esm-es5/stzh-appointments.entry.js +1 -0
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
- package/dist/esm-es5/stzh-calendar.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -0
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
- package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
- package/dist/esm-es5/stzh-chip.entry.js +1 -0
- package/dist/esm-es5/stzh-components.js +1 -0
- package/dist/esm-es5/stzh-container.entry.js +1 -0
- package/dist/esm-es5/stzh-cspace.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
- package/dist/esm-es5/stzh-datatable.entry.js +9 -0
- package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
- package/dist/esm-es5/stzh-dialog.entry.js +1 -0
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
- package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
- package/dist/esm-es5/stzh-figure.entry.js +1 -0
- package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
- package/dist/esm-es5/stzh-footer.entry.js +1 -0
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
- package/dist/esm-es5/stzh-header.entry.js +1 -0
- package/dist/esm-es5/stzh-heading.entry.js +1 -0
- package/dist/esm-es5/stzh-hr.entry.js +1 -0
- package/dist/esm-es5/stzh-hspace.entry.js +1 -0
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
- package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
- package/dist/esm-es5/stzh-input.entry.js +1 -0
- package/dist/esm-es5/stzh-link.entry.js +1 -0
- package/dist/esm-es5/stzh-list-item.entry.js +1 -0
- package/dist/esm-es5/stzh-list.entry.js +1 -0
- package/dist/esm-es5/stzh-loader.entry.js +1 -0
- package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
- package/dist/esm-es5/stzh-message.entry.js +1 -0
- package/dist/esm-es5/stzh-metanav.entry.js +1 -0
- package/dist/esm-es5/stzh-overlay.entry.js +1 -0
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
- package/dist/esm-es5/stzh-popover.entry.js +1 -0
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
- package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
- package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
- package/dist/esm-es5/stzh-row.entry.js +1 -0
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
- package/dist/esm-es5/stzh-section.entry.js +1 -0
- package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
- package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
- package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
- package/dist/esm-es5/stzh-sortable.entry.js +7 -0
- package/dist/esm-es5/stzh-status.entry.js +1 -0
- package/dist/esm-es5/stzh-table.entry.js +1 -0
- package/dist/esm-es5/stzh-toggle.entry.js +1 -0
- package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
- package/dist/esm-es5/stzh-upload.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
- package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
- package/dist/esm-es5/stzh-vspace.entry.js +1 -0
- package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
- package/dist/esm-es5/utils-c5d68020.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
- package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
- package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
- package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
- package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
- package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
- package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
- package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
- package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
- package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
- package/dist/stzh-components/assets/fonts.css +39 -0
- package/dist/stzh-components/assets/i18n/de.json +154 -0
- package/dist/stzh-components/assets/i18n/en.json +154 -0
- package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
- package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
- package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
- package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
- package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
- package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
- package/dist/stzh-components/index.esm.js +0 -0
- package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
- package/dist/stzh-components/p-03b16275.entry.js +1 -0
- package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
- package/dist/stzh-components/p-0837657c.entry.js +1 -0
- package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
- package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
- package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
- package/dist/stzh-components/p-0c2b5907.js +1 -0
- package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
- package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
- package/dist/stzh-components/p-148de4e6.entry.js +1 -0
- package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
- package/dist/stzh-components/p-17258518.entry.js +1 -0
- package/dist/stzh-components/p-1a40a6e4.js +1 -0
- package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
- package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
- package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
- package/dist/stzh-components/p-1cebd703.entry.js +1 -0
- package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
- package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
- package/dist/stzh-components/p-22f948e2.entry.js +1 -0
- package/dist/stzh-components/p-22fba26d.entry.js +1 -0
- package/dist/stzh-components/p-25afa99e.entry.js +1 -0
- package/dist/stzh-components/p-301841e3.entry.js +1 -0
- package/dist/stzh-components/p-30b347ee.system.js +2 -0
- package/dist/stzh-components/p-320aedf7.js +1 -0
- package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
- package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
- package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
- package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
- package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
- package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
- package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
- package/dist/stzh-components/p-3da37219.entry.js +8 -0
- package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
- package/dist/stzh-components/p-3e8ff66b.js +1 -0
- package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
- package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
- package/dist/stzh-components/p-40a19ce6.js +10 -0
- package/dist/stzh-components/p-42430cdf.js +1 -0
- package/dist/stzh-components/p-4476344d.js +1 -0
- package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
- package/dist/stzh-components/p-46f301c0.entry.js +1 -0
- package/dist/stzh-components/p-49968bbf.entry.js +1 -0
- package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
- package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
- package/dist/stzh-components/p-4c61dcad.js +19 -0
- package/dist/stzh-components/p-4c68fa45.system.js +1 -0
- package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
- package/dist/stzh-components/p-50ea2036.system.js +1 -0
- package/dist/stzh-components/p-53934cfd.js +1 -0
- package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
- package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
- package/dist/stzh-components/p-582cf0f1.system.js +1 -0
- package/dist/stzh-components/p-58917ce2.entry.js +1 -0
- package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
- package/dist/stzh-components/p-5977373f.system.js +1 -0
- package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
- package/dist/stzh-components/p-5db542ae.system.js +1 -0
- package/dist/stzh-components/p-5f20178b.system.js +1 -0
- package/dist/stzh-components/p-6113bb25.entry.js +1 -0
- package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
- package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
- package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
- package/dist/stzh-components/p-648695c2.js +1 -0
- package/dist/stzh-components/p-649164c7.entry.js +9 -0
- package/dist/stzh-components/p-649621fc.js +1 -0
- package/dist/stzh-components/p-6523a23b.system.js +21 -0
- package/dist/stzh-components/p-65282c9d.js +2 -0
- package/dist/stzh-components/p-65444117.system.entry.js +1 -0
- package/dist/stzh-components/p-66556f67.entry.js +1 -0
- package/dist/stzh-components/p-670d4834.entry.js +1 -0
- package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
- package/dist/stzh-components/p-690d14cd.entry.js +1 -0
- package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
- package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
- package/dist/stzh-components/p-740dd50f.entry.js +1 -0
- package/dist/stzh-components/p-75f1b800.entry.js +1 -0
- package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
- package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
- package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
- package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
- package/dist/stzh-components/p-818634d2.entry.js +1 -0
- package/dist/stzh-components/p-81d9f3e0.js +1 -0
- package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
- package/dist/stzh-components/p-85d78e08.entry.js +1 -0
- package/dist/stzh-components/p-87140179.system.entry.js +1 -0
- package/dist/stzh-components/p-8ba6ca80.js +1 -0
- package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
- package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
- package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
- package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
- package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
- package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
- package/dist/stzh-components/p-96fd158c.entry.js +1 -0
- package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
- package/dist/stzh-components/p-99195f5a.system.js +1 -0
- package/dist/stzh-components/p-99533090.system.entry.js +1 -0
- package/dist/stzh-components/p-9be4e960.entry.js +1 -0
- package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
- package/dist/stzh-components/p-a42a7524.entry.js +1 -0
- package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
- package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
- package/dist/stzh-components/p-a7454367.js +1 -0
- package/dist/stzh-components/p-a7785d9b.system.js +1 -0
- package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
- package/dist/stzh-components/p-a8de6293.system.js +13 -0
- package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
- package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
- package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
- package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
- package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
- package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
- package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
- package/dist/stzh-components/p-af819e4e.system.js +1 -0
- package/dist/stzh-components/p-afa7061e.entry.js +1 -0
- package/dist/stzh-components/p-b06cc533.entry.js +1 -0
- package/dist/stzh-components/p-b10682ee.js +1 -0
- package/dist/stzh-components/p-b1976630.entry.js +1 -0
- package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
- package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
- package/dist/stzh-components/p-b34774e7.entry.js +1 -0
- package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
- package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
- package/dist/stzh-components/p-b651f251.entry.js +1 -0
- package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
- package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
- package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
- package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
- package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
- package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
- package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
- package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
- package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
- package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
- package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
- package/dist/stzh-components/p-d2f660e1.system.js +1 -0
- package/dist/stzh-components/p-d790a367.entry.js +1 -0
- package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
- package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
- package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
- package/dist/stzh-components/p-ded16c0e.system.js +1 -0
- package/dist/stzh-components/p-df422d36.entry.js +1 -0
- package/dist/stzh-components/p-e00139a1.entry.js +1 -0
- package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
- package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
- package/dist/stzh-components/p-e20369c8.system.js +10 -0
- package/dist/stzh-components/p-e3769e97.system.js +1 -0
- package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
- package/dist/stzh-components/p-e69a66bb.js +1 -0
- package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
- package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
- package/dist/stzh-components/p-ebf73698.entry.js +1 -0
- package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
- package/dist/stzh-components/p-ef5d4167.js +12 -0
- package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
- package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
- package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
- package/dist/stzh-components/p-f21440b3.entry.js +1 -0
- package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
- package/dist/stzh-components/p-f481f21d.system.js +1 -0
- package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
- package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
- package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
- package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
- package/dist/stzh-components/stzh-components.css +1 -0
- package/dist/stzh-components/stzh-components.esm.js +1 -0
- package/dist/stzh-components/stzh-components.js +131 -0
- package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
- package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
- package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
- package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
- package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
- package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
- package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
- package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
- package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
- package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
- package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
- package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
- package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
- package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
- package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
- package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
- package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
- package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
- package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
- package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
- package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
- package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
- package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
- package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
- package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
- package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
- package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
- package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
- package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
- package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
- package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
- package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
- package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
- package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
- package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
- package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
- package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
- package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
- package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
- package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
- package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
- package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
- package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
- package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
- package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
- package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
- package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
- package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
- package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
- package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
- package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
- package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
- package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
- package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
- package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
- package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
- package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
- package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
- package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
- package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
- package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
- package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
- package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
- package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
- package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
- package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
- package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
- package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
- package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
- package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
- package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
- package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
- package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
- package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
- package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
- package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
- package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
- package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
- package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
- package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
- package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
- package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
- package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
- package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
- package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
- package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
- package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
- package/dist/types/components.d.ts +5192 -0
- package/dist/types/index.d.ts +427 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/types/svg.d.ts +4 -0
- package/dist/types/utils/animation-utils.d.ts +10 -0
- package/dist/types/utils/date-adapter.d.ts +8 -0
- package/dist/types/utils/date-utils.d.ts +61 -0
- package/dist/types/utils/event-utils.d.ts +1 -0
- package/dist/types/utils/h.d.ts +18 -0
- package/dist/types/utils/media-utils.d.ts +3 -0
- package/dist/types/utils/string-utils.d.ts +2 -0
- package/dist/types/utils/test-utils.d.ts +9 -0
- package/dist/types/utils/translation-utils.d.ts +40 -0
- package/dist/types/utils/utils.d.ts +3 -0
- package/dist/vscode-data.json +4453 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +94 -0
|
@@ -0,0 +1,4079 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/**
|
|
3
|
+
* Colors
|
|
4
|
+
*/
|
|
5
|
+
/*
|
|
6
|
+
* Base
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Link
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Text
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Richtext
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Section
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Header
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Appnav
|
|
25
|
+
*/
|
|
26
|
+
/**
|
|
27
|
+
* Progressbar
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* Loader
|
|
31
|
+
*/
|
|
32
|
+
/**
|
|
33
|
+
* Table
|
|
34
|
+
*/
|
|
35
|
+
/**
|
|
36
|
+
* Heading
|
|
37
|
+
*/
|
|
38
|
+
/**
|
|
39
|
+
* Menu (Item)
|
|
40
|
+
*/
|
|
41
|
+
/**
|
|
42
|
+
* Form Elements (Input / Checkbox / Radio / Select / Datepicker)
|
|
43
|
+
*/
|
|
44
|
+
/**
|
|
45
|
+
* Popover
|
|
46
|
+
*/
|
|
47
|
+
/**
|
|
48
|
+
* Tooltips
|
|
49
|
+
*/
|
|
50
|
+
/**
|
|
51
|
+
* Accordions
|
|
52
|
+
*/
|
|
53
|
+
/**
|
|
54
|
+
* Buttons
|
|
55
|
+
*/
|
|
56
|
+
/**
|
|
57
|
+
* Box Shadows
|
|
58
|
+
*/
|
|
59
|
+
/**
|
|
60
|
+
* Z-Indexes
|
|
61
|
+
* Inspired by https://www.duetds.com/tokens/#z-index
|
|
62
|
+
*/
|
|
63
|
+
/**
|
|
64
|
+
* Icon sizes
|
|
65
|
+
*/
|
|
66
|
+
/**
|
|
67
|
+
* Grid
|
|
68
|
+
*/
|
|
69
|
+
/**
|
|
70
|
+
* Breakpoints
|
|
71
|
+
*/
|
|
72
|
+
/**
|
|
73
|
+
* Container
|
|
74
|
+
*/
|
|
75
|
+
/**
|
|
76
|
+
* Spaces
|
|
77
|
+
*/
|
|
78
|
+
/**
|
|
79
|
+
* Fonts
|
|
80
|
+
*/
|
|
81
|
+
/* Global css (mainly used to provide sensible defaults and helper classes) */
|
|
82
|
+
|
|
83
|
+
html {
|
|
84
|
+
/* Enable font smoothing */
|
|
85
|
+
-webkit-font-smoothing: antialiased;
|
|
86
|
+
-moz-osx-font-smoothing: grayscale;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
body {
|
|
90
|
+
/* Remove default body spacing */
|
|
91
|
+
margin: 0;
|
|
92
|
+
padding: 0;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
[hidden] {
|
|
96
|
+
display: none !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.stzh-dialog-open,
|
|
100
|
+
.stzh-overlay-open {
|
|
101
|
+
touch-action: none;
|
|
102
|
+
-webkit-overflow-scrolling: none;
|
|
103
|
+
overflow: hidden;
|
|
104
|
+
padding-right: var(--stzh-scrollbar-width);
|
|
105
|
+
overscroll-behavior: none;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@media screen and (max-width: 599px) {
|
|
109
|
+
.stzh-popover-open {
|
|
110
|
+
touch-action: none;
|
|
111
|
+
-webkit-overflow-scrolling: none;
|
|
112
|
+
overflow: hidden;
|
|
113
|
+
padding-right: var(--stzh-scrollbar-width);
|
|
114
|
+
overscroll-behavior: none;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/* default outline value, which will be applied to all elements receiving focus
|
|
119
|
+
the .has-focus class is used by the focus target */
|
|
120
|
+
.stzh-flyingfocus-enabled :focus,
|
|
121
|
+
.stzh-flyingfocus-enabled .has-focus {
|
|
122
|
+
outline: var(--stzh-color-primary) solid 0.125rem;
|
|
123
|
+
outline-offset: 0.3125rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/* thicker border for primary buttons */
|
|
127
|
+
.stzh-flyingfocus-enabled stzh-button[variant="primary"].has-focus {
|
|
128
|
+
outline: var(--stzh-color-primary) solid 0.1875rem;
|
|
129
|
+
outline-offset: 0.25rem;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.stzh-flyingfocus-enabled stzh-input.has-focus,
|
|
133
|
+
.stzh-flyingfocus-enabled stzh-dropdown.has-focus {
|
|
134
|
+
outline-offset: 0.4375rem;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.stzh-fylingfocus-focused {
|
|
138
|
+
outline-style: none !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.stzh-fylingfocus-focused::-moz-focus-inner {
|
|
142
|
+
border: 0 !important;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* Global CSS properties */
|
|
146
|
+
|
|
147
|
+
:root {
|
|
148
|
+
/* Colors */
|
|
149
|
+
--stzh-color-zueriblue: #0F05A0;
|
|
150
|
+
|
|
151
|
+
--stzh-color-zueriblue48: rgba(15, 5, 160, 0.48);
|
|
152
|
+
--stzh-color-zueriblue32: rgba(15, 5, 160, 0.32);
|
|
153
|
+
--stzh-color-zueriblue16: rgba(15, 5, 160, 0.16);
|
|
154
|
+
--stzh-color-zueriblue8: rgba(15, 5, 160, 0.08);
|
|
155
|
+
--stzh-color-zueriblue4: rgba(15, 5, 160, 0.04);
|
|
156
|
+
|
|
157
|
+
--stzh-color-zueribluedark: #070250;
|
|
158
|
+
|
|
159
|
+
--stzh-color-white: #FFFFFF;
|
|
160
|
+
--stzh-color-white48: rgba(255, 255, 255, 0.48);
|
|
161
|
+
--stzh-color-white32: rgba(255, 255, 255, 0.32);
|
|
162
|
+
--stzh-color-white16: rgba(255, 255, 255, 0.16);
|
|
163
|
+
--stzh-color-white8: rgba(255, 255, 255, 0.08);
|
|
164
|
+
|
|
165
|
+
--stzh-color-black: #000000;
|
|
166
|
+
--stzh-color-black48: rgba(0, 0, 0, 0.48);
|
|
167
|
+
--stzh-color-black32: rgba(0, 0, 0, 0.32);
|
|
168
|
+
--stzh-color-black16: rgba(0, 0, 0, 0.16);
|
|
169
|
+
--stzh-color-black8: rgba(0, 0, 0, 0.08);
|
|
170
|
+
|
|
171
|
+
--stzh-color-cucumber: #80ad52;
|
|
172
|
+
--stzh-color-truegreen: #008000;
|
|
173
|
+
--stzh-color-shiraz: #c00d23;
|
|
174
|
+
--stzh-color-error: #d0021b;
|
|
175
|
+
--stzh-color-warning: #F28B00;
|
|
176
|
+
--stzh-color-active: #a4c400;
|
|
177
|
+
|
|
178
|
+
--stzh-color-grey5: #F2F2F2;
|
|
179
|
+
--stzh-color-grey13: #DEDEDE;
|
|
180
|
+
--stzh-color-grey25: #BFBFBF;
|
|
181
|
+
--stzh-color-grey40: #999999;
|
|
182
|
+
--stzh-color-grey55: #737373;
|
|
183
|
+
--stzh-color-grey61: #646464;
|
|
184
|
+
--stzh-color-grey70: #4D4D4D;
|
|
185
|
+
--stzh-color-grey87: #222222;
|
|
186
|
+
|
|
187
|
+
--stzh-color-aoz-agenda: #2f8e87;
|
|
188
|
+
--stzh-color-aoz-agenda-hover: #216664;
|
|
189
|
+
--stzh-color-cool-grey60: #5C7781;
|
|
190
|
+
--stzh-color-cool-grey60-hover: #344F59;
|
|
191
|
+
--stzh-color-cobalt-blue60: #0353DC;
|
|
192
|
+
--stzh-color-cobalt-blue60-hover: #00338D;
|
|
193
|
+
--stzh-color-shamrock-green70: #06751E;
|
|
194
|
+
--stzh-color-shamrock-green70-hover: #054D14;
|
|
195
|
+
--stzh-color-lime-green80: #3A6413;
|
|
196
|
+
--stzh-color-lime-green80-hover: #26410C;
|
|
197
|
+
--stzh-color-magenta70: #960055;
|
|
198
|
+
--stzh-color-magenta70-hover: #660033;
|
|
199
|
+
--stzh-color-ocher70: #9A5B01;
|
|
200
|
+
--stzh-color-ocher70-hover: #5A3600;
|
|
201
|
+
--stzh-color-orange: #F28B00;
|
|
202
|
+
--stzh-color-orange-hover: #915300;
|
|
203
|
+
--stzh-color-orange70: #B23A01;
|
|
204
|
+
--stzh-color-orange70-hover: #6F261F;
|
|
205
|
+
--stzh-color-red: #A51A0F;
|
|
206
|
+
--stzh-color-red-hover: #630F09;
|
|
207
|
+
--stzh-color-red60: #DC030E;
|
|
208
|
+
--stzh-color-red60-hover: #A20309;
|
|
209
|
+
--stzh-color-violet70: #512380;
|
|
210
|
+
--stzh-color-violet70-hover: #2d1348;
|
|
211
|
+
--stzh-color-winered: #89072A;
|
|
212
|
+
--stzh-color-winered-hover: #520419;
|
|
213
|
+
|
|
214
|
+
--stzh-color-primary: var(--stzh-color-zueriblue);
|
|
215
|
+
--stzh-color-primary-hover: var(--stzh-color-zueribluedark);
|
|
216
|
+
|
|
217
|
+
--stzh-color-primary48: var(--stzh-color-zueriblue48);
|
|
218
|
+
--stzh-color-primary32: var(--stzh-color-zueriblue32);
|
|
219
|
+
--stzh-color-primary16: var(--stzh-color-zueriblue16);
|
|
220
|
+
--stzh-color-primary8: var(--stzh-color-zueriblue8);
|
|
221
|
+
--stzh-color-primary4: var(--stzh-color-zueriblue4);
|
|
222
|
+
|
|
223
|
+
/* AOZ */
|
|
224
|
+
--stzh-color-tabasco: #A51A0F;
|
|
225
|
+
--stzh-color-mahogany: #630F09;
|
|
226
|
+
|
|
227
|
+
/* UVZ */
|
|
228
|
+
--stzh-color-monza: #C30024;
|
|
229
|
+
--stzh-color-venetianred: #750015;
|
|
230
|
+
--stzh-color-scienceblue: #006DC5;
|
|
231
|
+
|
|
232
|
+
/* VBZ */
|
|
233
|
+
--stzh-color-deepcerulean: #057FAC;
|
|
234
|
+
--stzh-color-regalblue: #034C67;
|
|
235
|
+
--stzh-color-coral: #E4694C;
|
|
236
|
+
|
|
237
|
+
/* PKZH */
|
|
238
|
+
--stzh-color-shakespeare: #4A96C8;
|
|
239
|
+
--stzh-color-chambray: #2C5A78;
|
|
240
|
+
|
|
241
|
+
/* Font */
|
|
242
|
+
--stzh-font-family-light: 'HelveticaNeueLTW01_41488878', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
243
|
+
--stzh-font-family-regular: 'HelveticaNeueLTW01_55Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
244
|
+
--stzh-font-family-medium: 'HelveticaNeueLTW05_65Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
245
|
+
--stzh-font-family-bold: 'HelveticaNeueLTW01_71488914', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
246
|
+
--stzh-font-family-heavy: 'HelveticaNeueLTW05_85Heavy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
247
|
+
--stzh-font-family-title: var(--stzh-font-family-heavy);
|
|
248
|
+
|
|
249
|
+
--stzh-font-weight-light: normal;
|
|
250
|
+
--stzh-font-weight-regular: normal;
|
|
251
|
+
--stzh-font-weight-medium: normal;
|
|
252
|
+
--stzh-font-weight-bold: normal;
|
|
253
|
+
--stzh-font-weight-heavy: normal;
|
|
254
|
+
--stzh-font-weight-title: normal;
|
|
255
|
+
|
|
256
|
+
--stzh-font-femto-font-size: 0.625rem;
|
|
257
|
+
--stzh-font-femto-text-line-height: 1;
|
|
258
|
+
|
|
259
|
+
--stzh-font-pico-font-size: 0.75rem;
|
|
260
|
+
--stzh-font-pico-text-line-height: 1.6;
|
|
261
|
+
--stzh-font-pico-heading-letter-spacing: 0.01em;
|
|
262
|
+
|
|
263
|
+
--stzh-font-nano-font-size: 0.8125rem;
|
|
264
|
+
--stzh-font-nano-text-line-height: 1.6;
|
|
265
|
+
--stzh-font-nano-heading-line-height: 1.4;
|
|
266
|
+
--stzh-font-nano-heading-letter-spacing: 0.01em;
|
|
267
|
+
|
|
268
|
+
--stzh-font-micro-font-size: 0.875rem;
|
|
269
|
+
--stzh-font-micro-text-line-height: 1.6;
|
|
270
|
+
--stzh-font-micro-heading-line-height: 1.4;
|
|
271
|
+
--stzh-font-micro-heading-letter-spacing: 0.01em;
|
|
272
|
+
|
|
273
|
+
--stzh-font-milli-font-size: 1rem;
|
|
274
|
+
--stzh-font-milli-text-line-height: 1.6;
|
|
275
|
+
--stzh-font-milli-heading-line-height: 1.4;
|
|
276
|
+
|
|
277
|
+
--stzh-font-centi-font-size: 1.125rem;
|
|
278
|
+
--stzh-font-centi-text-line-height: 1.6;
|
|
279
|
+
--stzh-font-centi-heading-line-height: 1.4;
|
|
280
|
+
|
|
281
|
+
--stzh-font-deci-font-size: 1.25rem;
|
|
282
|
+
--stzh-font-deci-text-line-height: 1.6;
|
|
283
|
+
--stzh-font-deci-heading-line-height: 1.4;
|
|
284
|
+
|
|
285
|
+
--stzh-font-regular-font-size: 1.375rem;
|
|
286
|
+
--stzh-font-regular-text-line-height: 1.6;
|
|
287
|
+
--stzh-font-regular-heading-line-height: 1.4;
|
|
288
|
+
|
|
289
|
+
--stzh-font-deca-font-size: 1.5rem;
|
|
290
|
+
--stzh-font-deca-text-line-height: 1.2;
|
|
291
|
+
--stzh-font-deca-text-letter-spacing: -0.01em;
|
|
292
|
+
|
|
293
|
+
--stzh-font-hecto-font-size: 1.75rem;
|
|
294
|
+
--stzh-font-hecto-text-line-height: 1.2;
|
|
295
|
+
--stzh-font-hecto-text-letter-spacing: -0.01em;
|
|
296
|
+
|
|
297
|
+
--stzh-font-kilo-font-size: 2rem;
|
|
298
|
+
--stzh-font-kilo-text-line-height: 1.2;
|
|
299
|
+
--stzh-font-kilo-text-letter-spacing: -0.01em;
|
|
300
|
+
|
|
301
|
+
--stzh-font-mega-font-size: 2.5rem;
|
|
302
|
+
--stzh-font-mega-text-line-height: 1.2;
|
|
303
|
+
--stzh-font-mega-text-letter-spacing: -0.01em;
|
|
304
|
+
|
|
305
|
+
--stzh-font-giga-font-size: 2.8125rem;
|
|
306
|
+
--stzh-font-giga-text-line-height: 1.2;
|
|
307
|
+
--stzh-font-giga-text-letter-spacing: -0.01em;
|
|
308
|
+
|
|
309
|
+
--stzh-font-hero-font-size: 3.75rem;
|
|
310
|
+
--stzh-font-hero-text-line-height: 1.1;
|
|
311
|
+
--stzh-font-hero-text-letter-spacing: -0.01em;
|
|
312
|
+
|
|
313
|
+
/* Z-Index */
|
|
314
|
+
--stzh-z-index-deep: -999999;
|
|
315
|
+
--stzh-z-index-default: 1;
|
|
316
|
+
--stzh-z-index-masked: 100;
|
|
317
|
+
--stzh-z-index-mask: 200;
|
|
318
|
+
--stzh-z-index-sticky: 300;
|
|
319
|
+
--stzh-z-index-header: 400;
|
|
320
|
+
--stzh-z-index-toast: 500;
|
|
321
|
+
--stzh-z-index-popover: 600;
|
|
322
|
+
--stzh-z-index-dialog: 700;
|
|
323
|
+
--stzh-z-index-popup: 800;
|
|
324
|
+
--stzh-z-index-overlay: 900;
|
|
325
|
+
|
|
326
|
+
/* Spaces */
|
|
327
|
+
--stzh-space-xxxsmall: 0.125rem;
|
|
328
|
+
--stzh-space-xxsmall: 0.25rem;
|
|
329
|
+
--stzh-space-xsmall: 0.5rem;
|
|
330
|
+
--stzh-space-small: 0.75rem;
|
|
331
|
+
--stzh-space-medium: 1rem;
|
|
332
|
+
--stzh-space-large: 1.25rem;
|
|
333
|
+
--stzh-space-xlarge: 1.5rem;
|
|
334
|
+
--stzh-space-xxlarge: 2rem;
|
|
335
|
+
--stzh-space-xxxlarge: 2.5rem;
|
|
336
|
+
--stzh-space-xxxxlarge: 3rem;
|
|
337
|
+
--stzh-space-big: 3.5rem;
|
|
338
|
+
--stzh-space-xbig: 4rem;
|
|
339
|
+
--stzh-space-huge: 5rem;
|
|
340
|
+
--stzh-space-xhuge: 6rem;
|
|
341
|
+
|
|
342
|
+
--stzh-space-none: 0.00001rem;
|
|
343
|
+
|
|
344
|
+
--stzh-space-default: var(--stzh-space-medium);
|
|
345
|
+
|
|
346
|
+
/* Box Shadows */
|
|
347
|
+
--stzh-box-shadow-header: 0 -0.125rem 1rem rgba(0, 0, 0, 0.16);
|
|
348
|
+
--stzh-box-shadow-popover: 0 0 0.25rem rgba(0, 0, 0, 0.24);
|
|
349
|
+
--stzh-box-shadow-message: 0 0 0.5rem rgba(0, 0, 0, 0.24);
|
|
350
|
+
--stzh-box-shadow-overlay: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);
|
|
351
|
+
|
|
352
|
+
/* Icon sizes */
|
|
353
|
+
--stzh-icon-size-xxsmall: 0.75rem;
|
|
354
|
+
--stzh-icon-size-xsmall: 1rem;
|
|
355
|
+
--stzh-icon-size-small: 1.25rem;
|
|
356
|
+
--stzh-icon-size-medium: 1.5rem;
|
|
357
|
+
--stzh-icon-size-large: 2.25rem;
|
|
358
|
+
--stzh-icon-size-xlarge: 3rem;
|
|
359
|
+
|
|
360
|
+
--stzh-icon-size-default: var(--stzh-icon-size-small);
|
|
361
|
+
|
|
362
|
+
/* Gutter */
|
|
363
|
+
|
|
364
|
+
--stzh-grid-gutter: 1rem;
|
|
365
|
+
--stzh-grid-gutter-small: 1.25rem;
|
|
366
|
+
--stzh-grid-gutter-medium: 1.5rem;
|
|
367
|
+
|
|
368
|
+
/* Base */
|
|
369
|
+
--stzh-base-color: var(--stzh-color-grey61);
|
|
370
|
+
--stzh-base-invert-color: var(--stzh-color-white);
|
|
371
|
+
|
|
372
|
+
--stzh-base-lead-color: var(--stzh-color-grey70);
|
|
373
|
+
--stzh-base-border-color: var(--stzh-color-grey13);
|
|
374
|
+
--stzh-base-vector-effect: non-scaling-stroke;
|
|
375
|
+
--stzh-base-transition-animation-speed: 0.3s;
|
|
376
|
+
|
|
377
|
+
/* Links */
|
|
378
|
+
--stzh-link-color: var(--stzh-color-primary);
|
|
379
|
+
--stzh-link-hover-color: var(--stzh-color-primary-hover);
|
|
380
|
+
--stzh-link-icon-wrapper-height: 1em;
|
|
381
|
+
|
|
382
|
+
/* Buttons */
|
|
383
|
+
--stzh-button-border-radius: 0.1875rem;
|
|
384
|
+
--stzh-button-text-hover-background: rgba(15, 5, 160, 0.08);
|
|
385
|
+
|
|
386
|
+
/* Richttext */
|
|
387
|
+
--stzh-richttext-blockquote-color: var(--stzh-color-primary);
|
|
388
|
+
--stzh-richttext-blockquote-line-color: var(--stzh-color-primary);
|
|
389
|
+
--stzh-richttext-blockquote-footer-color: var(--stzh-color-grey55);
|
|
390
|
+
|
|
391
|
+
/* Section */
|
|
392
|
+
--stzh-section-background-color: transparent;
|
|
393
|
+
--stzh-section-highlight-background-color: var(--stzh-color-grey5);
|
|
394
|
+
--stzh-section-highlight-horizontal-padding: var(--stzh-space-medium);
|
|
395
|
+
|
|
396
|
+
/* Heading */
|
|
397
|
+
--stzh-heading-color: var(--stzh-color-primary);
|
|
398
|
+
|
|
399
|
+
/* Table */
|
|
400
|
+
--stzh-table-max-height: none;
|
|
401
|
+
--stzh-table-min-width: 43.75rem;
|
|
402
|
+
--stzh-table-cell-padding: var(--stzh-space-small) var(--stzh-space-medium);
|
|
403
|
+
--stzh-table-input-width: 11rem;
|
|
404
|
+
|
|
405
|
+
/* Menu Item */
|
|
406
|
+
--stzh-menu-item-height: 2.375rem;
|
|
407
|
+
|
|
408
|
+
/* Inputs / Buttons / Select */
|
|
409
|
+
--stzh-form-input-border-radius: 0.125rem;
|
|
410
|
+
--stzh-form-input-height: 3rem;
|
|
411
|
+
--stzh-form-input-small-height: 2.5rem;
|
|
412
|
+
--stzh-form-input-tiny-height: 2rem;
|
|
413
|
+
|
|
414
|
+
/* Popover */
|
|
415
|
+
--stzh-popover-width: 13.9375rem;
|
|
416
|
+
--stzh-popover-min-width: initial;
|
|
417
|
+
--stzh-popover-max-width: initial;
|
|
418
|
+
--stzh-popover-border-radius: 0.1875rem;
|
|
419
|
+
|
|
420
|
+
/* Tooltips */
|
|
421
|
+
--stzh-tooltip-width: auto;
|
|
422
|
+
--stzh-tooltip-min-width: initial;
|
|
423
|
+
--stzh-tooltip-max-width: 20.875rem;
|
|
424
|
+
--stzh-tooltip-padding: var(--stzh-space-small);
|
|
425
|
+
--stzh-tooltip-border-radius: 0.1875rem;
|
|
426
|
+
--stzh-tooltip-drop-shadow: drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.16));
|
|
427
|
+
|
|
428
|
+
/* Accordion */
|
|
429
|
+
--stzh-accordion-content-padding: var(--stzh-space-medium);
|
|
430
|
+
--stzh-accordion-content-background: var(--stzh-color-grey5);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.stzh-theme-aoz {
|
|
434
|
+
--stzh-color-primary: var(--stzh-color-tabasco);
|
|
435
|
+
--stzh-color-primary-hover: var(--stzh-color-mahogany);
|
|
436
|
+
|
|
437
|
+
--stzh-color-primary48: rgba(165, 26, 15, 0.48);
|
|
438
|
+
--stzh-color-primary32: rgba(165, 26, 15, 0.32);
|
|
439
|
+
--stzh-color-primary16: rgba(165, 26, 15, 0.16);
|
|
440
|
+
--stzh-color-primary8: rgba(165, 26, 15, 0.08);
|
|
441
|
+
--stzh-color-primary4: rgba(165, 26, 15, 0.04);
|
|
442
|
+
|
|
443
|
+
--stzh-button-text-hover-background: rgba(165, 26, 15, 0.08);
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.stzh-theme-vbz {
|
|
447
|
+
--stzh-color-primary: var(--stzh-color-deepcerulean);
|
|
448
|
+
--stzh-color-primary-hover: var(--stzh-color-regalblue);
|
|
449
|
+
|
|
450
|
+
--stzh-color-primary48: rgba(5, 127, 172, 0.48);
|
|
451
|
+
--stzh-color-primary32: rgba(5, 127, 172, 0.32);
|
|
452
|
+
--stzh-color-primary16: rgba(5, 127, 172, 0.16);
|
|
453
|
+
--stzh-color-primary8: rgba(5, 127, 172, 0.08);
|
|
454
|
+
--stzh-color-primary4: rgba(5, 127, 172, 0.04);
|
|
455
|
+
|
|
456
|
+
--stzh-font-family-heavy: var(--stzh-font-family-bold);
|
|
457
|
+
--stzh-font-family-title: var(--stzh-font-family-light);
|
|
458
|
+
|
|
459
|
+
--stzh-button-text-hover-background: rgba(5, 127, 172, 0.08);
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.stzh-theme-uvz {
|
|
463
|
+
--stzh-color-primary: var(--stzh-color-monza);
|
|
464
|
+
--stzh-color-primary-hover: var(--stzh-color-venetianred);
|
|
465
|
+
|
|
466
|
+
--stzh-color-primary48: rgba(195, 0, 36, 0.48);
|
|
467
|
+
--stzh-color-primary32: rgba(195, 0, 36, 0.32);
|
|
468
|
+
--stzh-color-primary16: rgba(195, 0, 36, 0.16);
|
|
469
|
+
--stzh-color-primary8: rgba(195, 0, 36, 0.08);
|
|
470
|
+
--stzh-color-primary4: rgba(195, 0, 36, 0.04);
|
|
471
|
+
|
|
472
|
+
--stzh-button-text-hover-background: rgba(195, 0, 36, 0.08);
|
|
473
|
+
--stzh-link-color: var(--stzh-color-scienceblue);
|
|
474
|
+
--stzh-heading-color: var(--stzh-color-black);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.stzh-theme-pkzh {
|
|
478
|
+
--stzh-pkzh-font-family: Verdana, 'Geneva', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
479
|
+
|
|
480
|
+
--stzh-color-primary: var(--stzh-color-shakespeare);
|
|
481
|
+
--stzh-color-primary-hover: var(--stzh-color-chambray);
|
|
482
|
+
|
|
483
|
+
--stzh-color-primary48: rgba(74, 150, 200, 0.48);
|
|
484
|
+
--stzh-color-primary32: rgba(74, 150, 200, 0.32);
|
|
485
|
+
--stzh-color-primary16: rgba(74, 150, 200, 0.16);
|
|
486
|
+
--stzh-color-primary8: rgba(74, 150, 200, 0.08);
|
|
487
|
+
--stzh-color-primary4: rgba(74, 150, 200, 0.04);
|
|
488
|
+
|
|
489
|
+
--stzh-font-family-light: var(--stzh-pkzh-font-family);
|
|
490
|
+
--stzh-font-family-regular: var(--stzh-pkzh-font-family);
|
|
491
|
+
--stzh-font-family-medium: var(--stzh-pkzh-font-family);
|
|
492
|
+
--stzh-font-family-bold: var(--stzh-pkzh-font-family);
|
|
493
|
+
--stzh-font-family-heavy: var(--stzh-pkzh-font-family);
|
|
494
|
+
|
|
495
|
+
--stzh-font-weight-light: 300;
|
|
496
|
+
--stzh-font-weight-regular: normal;
|
|
497
|
+
--stzh-font-weight-medium: 500;
|
|
498
|
+
--stzh-font-weight-bold: 700;
|
|
499
|
+
--stzh-font-weight-heavy: 800;
|
|
500
|
+
|
|
501
|
+
--stzh-button-text-hover-background: rgba(74, 150, 200, 0.08);
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.stzh-theme-ms-aoz-agenda {
|
|
505
|
+
--stzh-color-primary: var(--stzh-color-aoz-agenda);
|
|
506
|
+
--stzh-color-primary-hover: var(--stzh-color-aoz-agenda-hover);
|
|
507
|
+
|
|
508
|
+
--stzh-color-primary48: rgba(47, 142, 135, 0.48);
|
|
509
|
+
--stzh-color-primary32: rgba(47, 142, 135, 0.32);
|
|
510
|
+
--stzh-color-primary16: rgba(47, 142, 135, 0.16);
|
|
511
|
+
--stzh-color-primary8: rgba(47, 142, 135, 0.08);
|
|
512
|
+
--stzh-color-primary4: rgba(47, 142, 135, 0.04);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.stzh-theme-ms-cool-grey60 {
|
|
516
|
+
--stzh-color-primary: var(--stzh-color-cool-grey60);
|
|
517
|
+
--stzh-color-primary-hover: var(--stzh-color-cool-grey60-hover);
|
|
518
|
+
|
|
519
|
+
--stzh-color-primary48: rgba(92, 119, 129, 0.48);
|
|
520
|
+
--stzh-color-primary32: rgba(92, 119, 129, 0.32);
|
|
521
|
+
--stzh-color-primary16: rgba(92, 119, 129, 0.16);
|
|
522
|
+
--stzh-color-primary8: rgba(92, 119, 129, 0.08);
|
|
523
|
+
--stzh-color-primary4: rgba(92, 119, 129, 0.04);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.stzh-theme-ms-cobalt-blue60 {
|
|
527
|
+
--stzh-color-primary: var(--stzh-color-cobalt-blue60);
|
|
528
|
+
--stzh-color-primary-hover: var(--stzh-color-cobalt-blue60-hover);
|
|
529
|
+
|
|
530
|
+
--stzh-color-primary48: rgba(3, 83, 220, 0.48);
|
|
531
|
+
--stzh-color-primary32: rgba(3, 83, 220, 0.32);
|
|
532
|
+
--stzh-color-primary16: rgba(3, 83, 220, 0.16);
|
|
533
|
+
--stzh-color-primary8: rgba(3, 83, 220, 0.08);
|
|
534
|
+
--stzh-color-primary4: rgba(3, 83, 220, 0.04);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.stzh-theme-ms-shamrock-green70 {
|
|
538
|
+
--stzh-color-primary: var(--stzh-color-shamrock-green70);
|
|
539
|
+
--stzh-color-primary-hover: var(--stzh-color-shamrock-green70-hover);
|
|
540
|
+
|
|
541
|
+
--stzh-color-primary48: rgba(6, 117, 30, 0.48);
|
|
542
|
+
--stzh-color-primary32: rgba(6, 117, 30, 0.32);
|
|
543
|
+
--stzh-color-primary16: rgba(6, 117, 30, 0.16);
|
|
544
|
+
--stzh-color-primary8: rgba(6, 117, 30, 0.08);
|
|
545
|
+
--stzh-color-primary4: rgba(6, 117, 30, 0.04);
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.stzh-theme-ms-lime-green80 {
|
|
549
|
+
--stzh-color-primary: var(--stzh-color-lime-green80);
|
|
550
|
+
--stzh-color-primary-hover: var(--stzh-color-lime-green80-hover);
|
|
551
|
+
|
|
552
|
+
--stzh-color-primary48: rgba(58, 100, 19, 0.48);
|
|
553
|
+
--stzh-color-primary32: rgba(58, 100, 19, 0.32);
|
|
554
|
+
--stzh-color-primary16: rgba(58, 100, 19, 0.16);
|
|
555
|
+
--stzh-color-primary8: rgba(58, 100, 19, 0.08);
|
|
556
|
+
--stzh-color-primary4: rgba(58, 100, 19, 0.04);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.stzh-theme-ms-magenta70 {
|
|
560
|
+
--stzh-color-primary: var(--stzh-color-magenta70);
|
|
561
|
+
--stzh-color-primary-hover: var(--stzh-color-magenta70-hover);
|
|
562
|
+
|
|
563
|
+
--stzh-color-primary48: rgba(150, 0, 85, 0.48);
|
|
564
|
+
--stzh-color-primary32: rgba(150, 0, 85, 0.32);
|
|
565
|
+
--stzh-color-primary16: rgba(150, 0, 85, 0.16);
|
|
566
|
+
--stzh-color-primary8: rgba(150, 0, 85, 0.08);
|
|
567
|
+
--stzh-color-primary4: rgba(150, 0, 85, 0.04);
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.stzh-theme-ms-ocher70 {
|
|
571
|
+
--stzh-color-primary: var(--stzh-color-ocher70);
|
|
572
|
+
--stzh-color-primary-hover: var(--stzh-color-ocher70-hover);
|
|
573
|
+
|
|
574
|
+
--stzh-color-primary48: rgba(154, 91, 1, 0.48);
|
|
575
|
+
--stzh-color-primary32: rgba(154, 91, 1, 0.32);
|
|
576
|
+
--stzh-color-primary16: rgba(154, 91, 1, 0.16);
|
|
577
|
+
--stzh-color-primary8: rgba(154, 91, 1, 0.08);
|
|
578
|
+
--stzh-color-primary4: rgba(154, 91, 1, 0.04);
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.stzh-theme-ms-orange {
|
|
582
|
+
--stzh-color-primary: var(--stzh-color-orange);
|
|
583
|
+
--stzh-color-primary-hover: var(--stzh-color-orange-hover);
|
|
584
|
+
|
|
585
|
+
--stzh-color-primary48: rgba(242, 139, 0, 0.48);
|
|
586
|
+
--stzh-color-primary32: rgba(242, 139, 0, 0.32);
|
|
587
|
+
--stzh-color-primary16: rgba(242, 139, 0, 0.16);
|
|
588
|
+
--stzh-color-primary8: rgba(242, 139, 0, 0.08);
|
|
589
|
+
--stzh-color-primary4: rgba(242, 139, 0, 0.04);
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.stzh-theme-ms-orange70 {
|
|
593
|
+
--stzh-color-primary: var(--stzh-color-orange70);
|
|
594
|
+
--stzh-color-primary-hover: var(--stzh-color-orange70-hover);
|
|
595
|
+
|
|
596
|
+
--stzh-color-primary48: rgba(178, 58, 1, 0.48);
|
|
597
|
+
--stzh-color-primary32: rgba(178, 58, 1, 0.32);
|
|
598
|
+
--stzh-color-primary16: rgba(178, 58, 1, 0.16);
|
|
599
|
+
--stzh-color-primary8: rgba(178, 58, 1, 0.08);
|
|
600
|
+
--stzh-color-primary4: rgba(178, 58, 1, 0.04);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.stzh-theme-ms-red {
|
|
604
|
+
--stzh-color-primary: var(--stzh-color-red);
|
|
605
|
+
--stzh-color-primary-hover: var(--stzh-color-red-hover);
|
|
606
|
+
|
|
607
|
+
--stzh-color-primary48: rgba(165, 26, 15, 0.48);
|
|
608
|
+
--stzh-color-primary32: rgba(165, 26, 15, 0.32);
|
|
609
|
+
--stzh-color-primary16: rgba(165, 26, 15, 0.16);
|
|
610
|
+
--stzh-color-primary8: rgba(165, 26, 15, 0.08);
|
|
611
|
+
--stzh-color-primary4: rgba(165, 26, 15, 0.04);
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.stzh-theme-ms-red60 {
|
|
615
|
+
--stzh-color-primary: var(--stzh-color-red60);
|
|
616
|
+
--stzh-color-primary-hover: var(--stzh-color-red60-hover);
|
|
617
|
+
|
|
618
|
+
--stzh-color-primary48: rgba(220, 3, 14, 0.48);
|
|
619
|
+
--stzh-color-primary32: rgba(220, 3, 14, 0.32);
|
|
620
|
+
--stzh-color-primary16: rgba(220, 3, 14, 0.16);
|
|
621
|
+
--stzh-color-primary8: rgba(220, 3, 14, 0.08);
|
|
622
|
+
--stzh-color-primary4: rgba(220, 3, 14, 0.04);
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.stzh-theme-ms-violet70 {
|
|
626
|
+
--stzh-color-primary: var(--stzh-color-violet70);
|
|
627
|
+
--stzh-color-primary-hover: var(--stzh-color-violet70-hover);
|
|
628
|
+
|
|
629
|
+
--stzh-color-primary48: rgba(81, 35, 128, 0.48);
|
|
630
|
+
--stzh-color-primary32: rgba(81, 35, 128, 0.32);
|
|
631
|
+
--stzh-color-primary16: rgba(81, 35, 128, 0.16);
|
|
632
|
+
--stzh-color-primary8: rgba(81, 35, 128, 0.08);
|
|
633
|
+
--stzh-color-primary4: rgba(81, 35, 128, 0.04);
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.stzh-theme-ms-winered {
|
|
637
|
+
--stzh-color-primary: var(--stzh-color-winered);
|
|
638
|
+
--stzh-color-primary-hover: var(--stzh-color-winered-hover);
|
|
639
|
+
|
|
640
|
+
--stzh-color-primary48: rgba(137, 7, 42, 0.48);
|
|
641
|
+
--stzh-color-primary32: rgba(137, 7, 42, 0.32);
|
|
642
|
+
--stzh-color-primary16: rgba(137, 7, 42, 0.16);
|
|
643
|
+
--stzh-color-primary8: rgba(137, 7, 42, 0.08);
|
|
644
|
+
--stzh-color-primary4: rgba(137, 7, 42, 0.04);
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.stzh-theme-ma {
|
|
648
|
+
background-color: var(--stzh-color-grey5);
|
|
649
|
+
|
|
650
|
+
/* overwrite p1 and p2 font curves to be always the same size */
|
|
651
|
+
--stzh-font-curve-p1-medium-font-size: var(--stzh-font-milli-font-size);
|
|
652
|
+
--stzh-font-curve-p1-medium-text-line-height: var(--stzh-font-milli-text-line-height);
|
|
653
|
+
--stzh-font-curve-p1-medium-heading-line-height: var(--stzh-font-milli-heading-line-height);
|
|
654
|
+
--stzh-font-curve-p2-medium-font-size: var(--stzh-font-micro-font-size);
|
|
655
|
+
--stzh-font-curve-p2-medium-text-line-height: var(--stzh-font-micro-text-line-height);
|
|
656
|
+
--stzh-font-curve-p2-medium-heading-line-height: var(--stzh-font-micro-heading-line-height);
|
|
657
|
+
--stzh-font-curve-p2-medium-heading-letter-spacing: var(--stzh-font-micro-heading-letter-spacing);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
:host {
|
|
661
|
+
font-family: var(--stzh-font-family-regular);
|
|
662
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
663
|
+
font-style: normal;
|
|
664
|
+
color: var(--stzh-base-color);
|
|
665
|
+
box-sizing: border-box;
|
|
666
|
+
display: block;
|
|
667
|
+
}
|
|
668
|
+
:host[hidden] {
|
|
669
|
+
display: none;
|
|
670
|
+
}
|
|
671
|
+
:host *,
|
|
672
|
+
:host *::before,
|
|
673
|
+
:host *::after {
|
|
674
|
+
box-sizing: border-box;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
:root {
|
|
678
|
+
--stzh-color-primary: var(--stzh-color-deepcerulean);
|
|
679
|
+
--stzh-color-primary-hover: var(--stzh-color-regalblue);
|
|
680
|
+
--stzh-color-primary48: rgba(5, 127, 172, 0.48);
|
|
681
|
+
--stzh-color-primary32: rgba(5, 127, 172, 0.32);
|
|
682
|
+
--stzh-color-primary16: rgba(5, 127, 172, 0.16);
|
|
683
|
+
--stzh-color-primary8: rgba(5, 127, 172, 0.08);
|
|
684
|
+
--stzh-font-family-heavy: var(--stzh-font-family-bold);
|
|
685
|
+
--stzh-font-family-title: var(--stzh-font-family-light);
|
|
686
|
+
--stzh-button-text-hover-background: rgba(5, 127, 172, 0.08);
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
main,
|
|
690
|
+
.reveal-overlay,
|
|
691
|
+
.mod_header {
|
|
692
|
+
--primary: var(--stzh-color-primary);
|
|
693
|
+
--secondary: var(--stzh-color-primary);
|
|
694
|
+
--success: var(--stzh-color-truegreen);
|
|
695
|
+
--warning: var(--stzh-color-warning);
|
|
696
|
+
--alert: var(--stzh-color-error);
|
|
697
|
+
--highlight: var(--stzh-color-coral);
|
|
698
|
+
--highlight_alternative: var(--stzh-color-coral);
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
main a.muted,
|
|
702
|
+
main .inline-filters button.muted[data-toggle],
|
|
703
|
+
.reveal-overlay a.muted,
|
|
704
|
+
.reveal-overlay .inline-filters button.muted[data-toggle] {
|
|
705
|
+
color: var(--stzh-color-white);
|
|
706
|
+
background-color: var(--stzh-color-grey13);
|
|
707
|
+
border-color: var(--stzh-color-grey13);
|
|
708
|
+
}
|
|
709
|
+
main a.muted:hover, main a.muted:focus,
|
|
710
|
+
main .inline-filters button.muted[data-toggle]:hover,
|
|
711
|
+
main .inline-filters button.muted[data-toggle]:focus,
|
|
712
|
+
.reveal-overlay a.muted:hover,
|
|
713
|
+
.reveal-overlay a.muted:focus,
|
|
714
|
+
.reveal-overlay .inline-filters button.muted[data-toggle]:hover,
|
|
715
|
+
.reveal-overlay .inline-filters button.muted[data-toggle]:focus {
|
|
716
|
+
color: var(--stzh-color-white);
|
|
717
|
+
background-color: var(--stzh-color-grey13);
|
|
718
|
+
border-color: var(--stzh-color-grey13);
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.reveal-overlay {
|
|
722
|
+
background-color: rgba(5, 127, 172, 0.8);
|
|
723
|
+
/* Dialog */
|
|
724
|
+
}
|
|
725
|
+
.reveal-overlay .reveal__title {
|
|
726
|
+
margin-top: 0;
|
|
727
|
+
}
|
|
728
|
+
.reveal-overlay .reveal {
|
|
729
|
+
box-shadow: var(--stzh-box-shadow-overlay);
|
|
730
|
+
}
|
|
731
|
+
.reveal-overlay .close-button {
|
|
732
|
+
color: var(--stzh-base-lead-color);
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.mod_header .mod_header__logobar-logo img {
|
|
736
|
+
background: url(https://www.stadt-zuerich.ch/content/dam/stzh/corpdesign/wortbildmarken/logo_stzh_vbz_pos_2-1.svg) no-repeat;
|
|
737
|
+
width: 0;
|
|
738
|
+
padding-left: 13rem;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
main {
|
|
742
|
+
accent-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
743
|
+
/* Resets */
|
|
744
|
+
/* Font weights */
|
|
745
|
+
/* Coloring */
|
|
746
|
+
/* Fon sizings & Spacings */
|
|
747
|
+
/* Lists */
|
|
748
|
+
/* Figure */
|
|
749
|
+
/* Blockquote */
|
|
750
|
+
/* Links */
|
|
751
|
+
/* Process Header */
|
|
752
|
+
/* Links */
|
|
753
|
+
/* Buttons */
|
|
754
|
+
/* Wrapper / Layout */
|
|
755
|
+
/* Headings */
|
|
756
|
+
/* Section */
|
|
757
|
+
/* Dropdown */
|
|
758
|
+
/* Comments */
|
|
759
|
+
/* Process Nav */
|
|
760
|
+
/* Statistics */
|
|
761
|
+
/* Richtext */
|
|
762
|
+
/* Accountability */
|
|
763
|
+
/* Breadrumb */
|
|
764
|
+
/* Lead */
|
|
765
|
+
/* Message / Callout / Floating Helper */
|
|
766
|
+
/* Sidebar */
|
|
767
|
+
/* Filters */
|
|
768
|
+
/* Mini Title */
|
|
769
|
+
/* Tags */
|
|
770
|
+
/* Card */
|
|
771
|
+
/* Blog */
|
|
772
|
+
/* Budget */
|
|
773
|
+
/* Survey */
|
|
774
|
+
}
|
|
775
|
+
main h1, main h2, main h3, main h4 {
|
|
776
|
+
font-family: var(--stzh-font-family-title);
|
|
777
|
+
font-weight: var(--stzh-font-weight-title);
|
|
778
|
+
margin: 0;
|
|
779
|
+
}
|
|
780
|
+
main b, main strong {
|
|
781
|
+
font-family: var(--stzh-font-family-heavy);
|
|
782
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
783
|
+
font-style: normal;
|
|
784
|
+
}
|
|
785
|
+
main i, main em {
|
|
786
|
+
font-family: var(--stzh-font-family-regular);
|
|
787
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
788
|
+
font-style: normal;
|
|
789
|
+
}
|
|
790
|
+
main h1, main h2, main h3 {
|
|
791
|
+
color: var(--stzh-heading-color);
|
|
792
|
+
}
|
|
793
|
+
main,
|
|
794
|
+
main p,
|
|
795
|
+
main stzh-text {
|
|
796
|
+
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
797
|
+
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
798
|
+
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
799
|
+
}
|
|
800
|
+
@media screen and (min-width: 1024px) {
|
|
801
|
+
main,
|
|
802
|
+
main p,
|
|
803
|
+
main stzh-text {
|
|
804
|
+
font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));
|
|
805
|
+
line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
806
|
+
letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
main h1 {
|
|
810
|
+
font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));
|
|
811
|
+
line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));
|
|
812
|
+
letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
813
|
+
}
|
|
814
|
+
@media screen and (min-width: 600px) {
|
|
815
|
+
main h1 {
|
|
816
|
+
font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));
|
|
817
|
+
line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
818
|
+
letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
@media screen and (min-width: 1024px) {
|
|
822
|
+
main h1 {
|
|
823
|
+
font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));
|
|
824
|
+
line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));
|
|
825
|
+
letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
@media screen and (min-width: 1440px) {
|
|
829
|
+
main h1 {
|
|
830
|
+
font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));
|
|
831
|
+
line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));
|
|
832
|
+
letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
main h2 {
|
|
836
|
+
font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));
|
|
837
|
+
line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
838
|
+
letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);
|
|
839
|
+
}
|
|
840
|
+
@media screen and (min-width: 600px) {
|
|
841
|
+
main h2 {
|
|
842
|
+
font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));
|
|
843
|
+
line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));
|
|
844
|
+
letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
@media screen and (min-width: 1024px) {
|
|
848
|
+
main h2 {
|
|
849
|
+
font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));
|
|
850
|
+
line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));
|
|
851
|
+
letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
@media screen and (min-width: 1440px) {
|
|
855
|
+
main h2 {
|
|
856
|
+
font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));
|
|
857
|
+
line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
858
|
+
letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
main h3 {
|
|
862
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
863
|
+
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
864
|
+
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
865
|
+
}
|
|
866
|
+
@media screen and (min-width: 600px) {
|
|
867
|
+
main h3 {
|
|
868
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
869
|
+
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
870
|
+
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
@media screen and (min-width: 1024px) {
|
|
874
|
+
main h3 {
|
|
875
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
876
|
+
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
877
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
main h4 {
|
|
881
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
882
|
+
line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));
|
|
883
|
+
letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);
|
|
884
|
+
}
|
|
885
|
+
@media screen and (min-width: 1024px) {
|
|
886
|
+
main h4 {
|
|
887
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
888
|
+
line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
889
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
main h1,
|
|
893
|
+
main h2,
|
|
894
|
+
main stzh-heading[level="1"],
|
|
895
|
+
main stzh-heading[level="2"] {
|
|
896
|
+
margin-bottom: var(--stzh-space-medium);
|
|
897
|
+
}
|
|
898
|
+
@media screen and (min-width: 600px) {
|
|
899
|
+
main h1,
|
|
900
|
+
main h2,
|
|
901
|
+
main stzh-heading[level="1"],
|
|
902
|
+
main stzh-heading[level="2"] {
|
|
903
|
+
margin-bottom: var(--stzh-space-large);
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
@media screen and (min-width: 1024px) {
|
|
907
|
+
main h1,
|
|
908
|
+
main h2,
|
|
909
|
+
main stzh-heading[level="1"],
|
|
910
|
+
main stzh-heading[level="2"] {
|
|
911
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
@media screen and (min-width: 1260px) {
|
|
915
|
+
main h1,
|
|
916
|
+
main h2,
|
|
917
|
+
main stzh-heading[level="1"],
|
|
918
|
+
main stzh-heading[level="2"] {
|
|
919
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
main h1, main h2 {
|
|
923
|
+
padding-bottom: var(--stzh-space-xsmall);
|
|
924
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
925
|
+
}
|
|
926
|
+
@media screen and (min-width: 600px) {
|
|
927
|
+
main h1, main h2 {
|
|
928
|
+
padding-bottom: var(--stzh-space-small);
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
@media screen and (min-width: 1024px) {
|
|
932
|
+
main h1, main h2 {
|
|
933
|
+
padding-bottom: var(--stzh-space-medium);
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
@media screen and (min-width: 1260px) {
|
|
937
|
+
main h1, main h2 {
|
|
938
|
+
padding-bottom: var(--stzh-space-large);
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
main h1,
|
|
942
|
+
main stzh-heading[level="1"] {
|
|
943
|
+
margin-top: var(--stzh-space-large);
|
|
944
|
+
}
|
|
945
|
+
@media screen and (min-width: 600px) {
|
|
946
|
+
main h1,
|
|
947
|
+
main stzh-heading[level="1"] {
|
|
948
|
+
margin-top: var(--stzh-space-xlarge);
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
@media screen and (min-width: 1024px) {
|
|
952
|
+
main h1,
|
|
953
|
+
main stzh-heading[level="1"] {
|
|
954
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
@media screen and (min-width: 1260px) {
|
|
958
|
+
main h1,
|
|
959
|
+
main stzh-heading[level="1"] {
|
|
960
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
main h2,
|
|
964
|
+
main stzh-heading[level="2"] {
|
|
965
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
966
|
+
}
|
|
967
|
+
@media screen and (min-width: 600px) {
|
|
968
|
+
main h2,
|
|
969
|
+
main stzh-heading[level="2"] {
|
|
970
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
@media screen and (min-width: 1260px) {
|
|
974
|
+
main h2,
|
|
975
|
+
main stzh-heading[level="2"] {
|
|
976
|
+
margin-top: var(--stzh-space-xbig);
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
main h3,
|
|
980
|
+
main stzh-heading[level="3"] {
|
|
981
|
+
margin-top: var(--stzh-space-medium);
|
|
982
|
+
}
|
|
983
|
+
@media screen and (min-width: 600px) {
|
|
984
|
+
main h3,
|
|
985
|
+
main stzh-heading[level="3"] {
|
|
986
|
+
margin-top: var(--stzh-space-large);
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
@media screen and (min-width: 1024px) {
|
|
990
|
+
main h3,
|
|
991
|
+
main stzh-heading[level="3"] {
|
|
992
|
+
margin-top: var(--stzh-space-xlarge);
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
@media screen and (min-width: 1260px) {
|
|
996
|
+
main h3,
|
|
997
|
+
main stzh-heading[level="3"] {
|
|
998
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
main h4,
|
|
1002
|
+
main stzh-heading[level="4"] {
|
|
1003
|
+
margin-top: var(--stzh-space-medium);
|
|
1004
|
+
}
|
|
1005
|
+
@media screen and (min-width: 600px) {
|
|
1006
|
+
main h4,
|
|
1007
|
+
main stzh-heading[level="4"] {
|
|
1008
|
+
margin-top: var(--stzh-space-large);
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
@media screen and (min-width: 1024px) {
|
|
1012
|
+
main h4,
|
|
1013
|
+
main stzh-heading[level="4"] {
|
|
1014
|
+
margin-top: var(--stzh-space-xlarge);
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
@media screen and (min-width: 1260px) {
|
|
1018
|
+
main h4,
|
|
1019
|
+
main stzh-heading[level="4"] {
|
|
1020
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
main p,
|
|
1024
|
+
main stzh-text,
|
|
1025
|
+
main ul,
|
|
1026
|
+
main ol,
|
|
1027
|
+
main dl,
|
|
1028
|
+
main stzh-list {
|
|
1029
|
+
margin-top: var(--stzh-space-small);
|
|
1030
|
+
margin-bottom: var(--stzh-space-small);
|
|
1031
|
+
}
|
|
1032
|
+
@media screen and (min-width: 1024px) {
|
|
1033
|
+
main p,
|
|
1034
|
+
main stzh-text,
|
|
1035
|
+
main ul,
|
|
1036
|
+
main ol,
|
|
1037
|
+
main dl,
|
|
1038
|
+
main stzh-list {
|
|
1039
|
+
margin-top: var(--stzh-space-medium);
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
@media screen and (min-width: 1024px) {
|
|
1043
|
+
main p,
|
|
1044
|
+
main stzh-text,
|
|
1045
|
+
main ul,
|
|
1046
|
+
main ol,
|
|
1047
|
+
main dl,
|
|
1048
|
+
main stzh-list {
|
|
1049
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
main ul ul,
|
|
1053
|
+
main ul ol,
|
|
1054
|
+
main ul dl,
|
|
1055
|
+
main ul stzh-list,
|
|
1056
|
+
main ol ul,
|
|
1057
|
+
main ol ol,
|
|
1058
|
+
main ol dl,
|
|
1059
|
+
main ol stzh-list,
|
|
1060
|
+
main dl ul,
|
|
1061
|
+
main dl ol,
|
|
1062
|
+
main dl dl,
|
|
1063
|
+
main dl stzh-list,
|
|
1064
|
+
main stzh-list ul,
|
|
1065
|
+
main stzh-list ol,
|
|
1066
|
+
main stzh-list dl,
|
|
1067
|
+
main stzh-list stzh-list {
|
|
1068
|
+
margin-top: 0;
|
|
1069
|
+
margin-bottom: 0;
|
|
1070
|
+
}
|
|
1071
|
+
main stzh-text[curve=hero],
|
|
1072
|
+
main stzh-heading[curve=hero] {
|
|
1073
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1074
|
+
}
|
|
1075
|
+
@media screen and (min-width: 600px) {
|
|
1076
|
+
main stzh-text[curve=hero],
|
|
1077
|
+
main stzh-heading[curve=hero] {
|
|
1078
|
+
margin-bottom: var(--stzh-space-large);
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
@media screen and (min-width: 1024px) {
|
|
1082
|
+
main stzh-text[curve=hero],
|
|
1083
|
+
main stzh-heading[curve=hero] {
|
|
1084
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
@media screen and (min-width: 1260px) {
|
|
1088
|
+
main stzh-text[curve=hero],
|
|
1089
|
+
main stzh-heading[curve=hero] {
|
|
1090
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
main stzh-text[curve=h1],
|
|
1094
|
+
main stzh-heading[curve=h1],
|
|
1095
|
+
main stzh-text[curve=h2],
|
|
1096
|
+
main stzh-heading[curve=h2] {
|
|
1097
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1098
|
+
}
|
|
1099
|
+
@media screen and (min-width: 600px) {
|
|
1100
|
+
main stzh-text[curve=h1],
|
|
1101
|
+
main stzh-heading[curve=h1],
|
|
1102
|
+
main stzh-text[curve=h2],
|
|
1103
|
+
main stzh-heading[curve=h2] {
|
|
1104
|
+
margin-bottom: var(--stzh-space-large);
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
@media screen and (min-width: 1024px) {
|
|
1108
|
+
main stzh-text[curve=h1],
|
|
1109
|
+
main stzh-heading[curve=h1],
|
|
1110
|
+
main stzh-text[curve=h2],
|
|
1111
|
+
main stzh-heading[curve=h2] {
|
|
1112
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
@media screen and (min-width: 1260px) {
|
|
1116
|
+
main stzh-text[curve=h1],
|
|
1117
|
+
main stzh-heading[curve=h1],
|
|
1118
|
+
main stzh-text[curve=h2],
|
|
1119
|
+
main stzh-heading[curve=h2] {
|
|
1120
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
main stzh-text[curve=h1],
|
|
1124
|
+
main stzh-heading[curve=h1] {
|
|
1125
|
+
margin-top: var(--stzh-space-large);
|
|
1126
|
+
}
|
|
1127
|
+
@media screen and (min-width: 600px) {
|
|
1128
|
+
main stzh-text[curve=h1],
|
|
1129
|
+
main stzh-heading[curve=h1] {
|
|
1130
|
+
margin-top: var(--stzh-space-xlarge);
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
@media screen and (min-width: 1024px) {
|
|
1134
|
+
main stzh-text[curve=h1],
|
|
1135
|
+
main stzh-heading[curve=h1] {
|
|
1136
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
@media screen and (min-width: 1260px) {
|
|
1140
|
+
main stzh-text[curve=h1],
|
|
1141
|
+
main stzh-heading[curve=h1] {
|
|
1142
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
main stzh-text[curve=h2],
|
|
1146
|
+
main stzh-heading[curve=h2] {
|
|
1147
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
1148
|
+
}
|
|
1149
|
+
@media screen and (min-width: 600px) {
|
|
1150
|
+
main stzh-text[curve=h2],
|
|
1151
|
+
main stzh-heading[curve=h2] {
|
|
1152
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
@media screen and (min-width: 1260px) {
|
|
1156
|
+
main stzh-text[curve=h2],
|
|
1157
|
+
main stzh-heading[curve=h2] {
|
|
1158
|
+
margin-top: var(--stzh-space-xbig);
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
main stzh-text[curve=h3],
|
|
1162
|
+
main stzh-heading[curve=h3] {
|
|
1163
|
+
margin-top: var(--stzh-space-medium);
|
|
1164
|
+
}
|
|
1165
|
+
@media screen and (min-width: 600px) {
|
|
1166
|
+
main stzh-text[curve=h3],
|
|
1167
|
+
main stzh-heading[curve=h3] {
|
|
1168
|
+
margin-top: var(--stzh-space-large);
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
@media screen and (min-width: 1024px) {
|
|
1172
|
+
main stzh-text[curve=h3],
|
|
1173
|
+
main stzh-heading[curve=h3] {
|
|
1174
|
+
margin-top: var(--stzh-space-xlarge);
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
@media screen and (min-width: 1260px) {
|
|
1178
|
+
main stzh-text[curve=h3],
|
|
1179
|
+
main stzh-heading[curve=h3] {
|
|
1180
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
main stzh-text[curve=h4],
|
|
1184
|
+
main stzh-heading[curve=h4] {
|
|
1185
|
+
margin-top: var(--stzh-space-medium);
|
|
1186
|
+
}
|
|
1187
|
+
@media screen and (min-width: 600px) {
|
|
1188
|
+
main stzh-text[curve=h4],
|
|
1189
|
+
main stzh-heading[curve=h4] {
|
|
1190
|
+
margin-top: var(--stzh-space-large);
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
@media screen and (min-width: 1024px) {
|
|
1194
|
+
main stzh-text[curve=h4],
|
|
1195
|
+
main stzh-heading[curve=h4] {
|
|
1196
|
+
margin-top: var(--stzh-space-xlarge);
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
@media screen and (min-width: 1260px) {
|
|
1200
|
+
main stzh-text[curve=h4],
|
|
1201
|
+
main stzh-heading[curve=h4] {
|
|
1202
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
main stzh-text[curve=p1],
|
|
1206
|
+
main stzh-text[curve=p2],
|
|
1207
|
+
main stzh-heading[curve=p1],
|
|
1208
|
+
main stzh-heading[curve=p2] {
|
|
1209
|
+
margin-top: var(--stzh-space-small);
|
|
1210
|
+
margin-bottom: var(--stzh-space-small);
|
|
1211
|
+
}
|
|
1212
|
+
@media screen and (min-width: 1024px) {
|
|
1213
|
+
main stzh-text[curve=p1],
|
|
1214
|
+
main stzh-text[curve=p2],
|
|
1215
|
+
main stzh-heading[curve=p1],
|
|
1216
|
+
main stzh-heading[curve=p2] {
|
|
1217
|
+
margin-top: var(--stzh-space-medium);
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
@media screen and (min-width: 1024px) {
|
|
1221
|
+
main stzh-text[curve=p1],
|
|
1222
|
+
main stzh-text[curve=p2],
|
|
1223
|
+
main stzh-heading[curve=p1],
|
|
1224
|
+
main stzh-heading[curve=p2] {
|
|
1225
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
main stzh-figure {
|
|
1229
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
1230
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
1231
|
+
}
|
|
1232
|
+
main blockquote {
|
|
1233
|
+
font-family: var(--stzh-font-family-heavy);
|
|
1234
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
1235
|
+
font-style: normal;
|
|
1236
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
1237
|
+
line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
1238
|
+
letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
|
|
1239
|
+
padding-left: var(--stzh-space-medium);
|
|
1240
|
+
padding-right: var(--stzh-space-medium);
|
|
1241
|
+
margin: var(--stzh-space-large);
|
|
1242
|
+
color: var(--stzh-richttext-blockquote-color);
|
|
1243
|
+
position: relative;
|
|
1244
|
+
}
|
|
1245
|
+
@media screen and (min-width: 600px) {
|
|
1246
|
+
main blockquote {
|
|
1247
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
1248
|
+
line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));
|
|
1249
|
+
letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
@media screen and (min-width: 1024px) {
|
|
1253
|
+
main blockquote {
|
|
1254
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
1255
|
+
line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));
|
|
1256
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
@media screen and (min-width: 1024px) {
|
|
1260
|
+
main blockquote {
|
|
1261
|
+
padding-left: var(--stzh-space-large);
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
@media screen and (min-width: 1260px) {
|
|
1265
|
+
main blockquote {
|
|
1266
|
+
padding-left: var(--stzh-space-xlarge);
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
@media screen and (min-width: 1024px) {
|
|
1270
|
+
main blockquote {
|
|
1271
|
+
padding-right: var(--stzh-space-large);
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
@media screen and (min-width: 1260px) {
|
|
1275
|
+
main blockquote {
|
|
1276
|
+
padding-right: var(--stzh-space-xlarge);
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
@media screen and (min-width: 600px) {
|
|
1280
|
+
main blockquote {
|
|
1281
|
+
margin: var(--stzh-space-xlarge);
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
@media screen and (min-width: 1024px) {
|
|
1285
|
+
main blockquote {
|
|
1286
|
+
margin: var(--stzh-space-xxlarge);
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
@media screen and (min-width: 1260px) {
|
|
1290
|
+
main blockquote {
|
|
1291
|
+
margin: var(--stzh-space-xxxxlarge);
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
main blockquote:before {
|
|
1295
|
+
background: var(--stzh-richttext-blockquote-line-color);
|
|
1296
|
+
height: calc(100% - var(--stzh-space-xsmall) * 2);
|
|
1297
|
+
width: 0.1875rem;
|
|
1298
|
+
content: " ";
|
|
1299
|
+
display: block;
|
|
1300
|
+
position: absolute;
|
|
1301
|
+
left: 0;
|
|
1302
|
+
top: var(--stzh-space-xsmall);
|
|
1303
|
+
}
|
|
1304
|
+
main blockquote p {
|
|
1305
|
+
margin-top: 0;
|
|
1306
|
+
margin-bottom: var(--stzh-space-small);
|
|
1307
|
+
}
|
|
1308
|
+
@media screen and (min-width: 1024px) {
|
|
1309
|
+
main blockquote p {
|
|
1310
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
main blockquote p::before, main blockquote p::after {
|
|
1314
|
+
display: inline-block;
|
|
1315
|
+
}
|
|
1316
|
+
main blockquote p::before {
|
|
1317
|
+
content: "«";
|
|
1318
|
+
}
|
|
1319
|
+
main blockquote p::after {
|
|
1320
|
+
content: "»";
|
|
1321
|
+
}
|
|
1322
|
+
main blockquote footer {
|
|
1323
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
1324
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
1325
|
+
color: var(--stzh-richttext-blockquote-footer-color);
|
|
1326
|
+
}
|
|
1327
|
+
@media screen and (min-width: 1024px) {
|
|
1328
|
+
main blockquote footer {
|
|
1329
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
1330
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
1331
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
main blockquote footer::before {
|
|
1335
|
+
content: "–";
|
|
1336
|
+
display: inline-block;
|
|
1337
|
+
margin-right: var(--stzh-space-xxxsmall);
|
|
1338
|
+
}
|
|
1339
|
+
main a {
|
|
1340
|
+
color: var(--stzh-link-color);
|
|
1341
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
1342
|
+
border-radius: var(--stzh-button-border-radius);
|
|
1343
|
+
}
|
|
1344
|
+
main a:hover, main a:focus {
|
|
1345
|
+
color: var(--stzh-link-hover-color);
|
|
1346
|
+
}
|
|
1347
|
+
main a .stzh-richtext__external-link {
|
|
1348
|
+
position: relative;
|
|
1349
|
+
}
|
|
1350
|
+
main a .stzh-richtext__external-icon-wrapper {
|
|
1351
|
+
position: relative;
|
|
1352
|
+
display: inline-block;
|
|
1353
|
+
width: var(--stzh-icon-size-default);
|
|
1354
|
+
height: var(--stzh-link-icon-wrapper-height);
|
|
1355
|
+
margin-left: var(--stzh-space-xxsmall);
|
|
1356
|
+
}
|
|
1357
|
+
main a .stzh-richtext__external-icon {
|
|
1358
|
+
--icon: var(--stzh-icon-size-default);
|
|
1359
|
+
position: absolute;
|
|
1360
|
+
top: 50%;
|
|
1361
|
+
left: 50%;
|
|
1362
|
+
transform: translate(-50%, -50%);
|
|
1363
|
+
margin-top: 0.0625rem;
|
|
1364
|
+
width: var(--stzh-icon-size-default);
|
|
1365
|
+
height: var(--stzh-icon-size-default);
|
|
1366
|
+
}
|
|
1367
|
+
main, main label, main tfoot, main thead {
|
|
1368
|
+
color: var(--stzh-base-color);
|
|
1369
|
+
}
|
|
1370
|
+
main svg {
|
|
1371
|
+
overflow: visible;
|
|
1372
|
+
}
|
|
1373
|
+
main label {
|
|
1374
|
+
display: flex;
|
|
1375
|
+
align-items: center;
|
|
1376
|
+
}
|
|
1377
|
+
main .field label {
|
|
1378
|
+
font-family: var(--stzh-font-family-heavy);
|
|
1379
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
1380
|
+
font-style: normal;
|
|
1381
|
+
display: block;
|
|
1382
|
+
}
|
|
1383
|
+
main input[type=checkbox],
|
|
1384
|
+
main input[type=radio] {
|
|
1385
|
+
width: 1.5rem;
|
|
1386
|
+
height: 1.5rem;
|
|
1387
|
+
}
|
|
1388
|
+
main label > [type=checkbox],
|
|
1389
|
+
main label > [type=radio] {
|
|
1390
|
+
margin-right: var(--stzh-space-small);
|
|
1391
|
+
}
|
|
1392
|
+
main .filters__section--general label,
|
|
1393
|
+
main .filters__section label {
|
|
1394
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
1395
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
1396
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
1397
|
+
display: flex;
|
|
1398
|
+
line-height: 1.5rem;
|
|
1399
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
1400
|
+
color: var(--stzh-base-color);
|
|
1401
|
+
margin-bottom: var(--stzh-space-small);
|
|
1402
|
+
}
|
|
1403
|
+
main .filters__has-subfilters {
|
|
1404
|
+
align-items: center;
|
|
1405
|
+
}
|
|
1406
|
+
main .filters__has-subfilters [data-toggle] {
|
|
1407
|
+
margin-bottom: var(--stzh-space-small);
|
|
1408
|
+
}
|
|
1409
|
+
main .form-input-extra-before,
|
|
1410
|
+
main .form-error {
|
|
1411
|
+
font-family: var(--stzh-font-family-regular);
|
|
1412
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
1413
|
+
font-style: normal;
|
|
1414
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
1415
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
1416
|
+
}
|
|
1417
|
+
@media screen and (min-width: 1024px) {
|
|
1418
|
+
main .form-input-extra-before,
|
|
1419
|
+
main .form-error {
|
|
1420
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
1421
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
main .form-error,
|
|
1425
|
+
main .is-invalid-label {
|
|
1426
|
+
color: var(--stzh-color-error);
|
|
1427
|
+
}
|
|
1428
|
+
main [type=color],
|
|
1429
|
+
main [type=date],
|
|
1430
|
+
main [type=datetime-local],
|
|
1431
|
+
main [type=datetime],
|
|
1432
|
+
main [type=email],
|
|
1433
|
+
main [type=month],
|
|
1434
|
+
main [type=number],
|
|
1435
|
+
main [type=password],
|
|
1436
|
+
main [type=search],
|
|
1437
|
+
main [type=tel],
|
|
1438
|
+
main [type=text],
|
|
1439
|
+
main [type=time],
|
|
1440
|
+
main [type=url],
|
|
1441
|
+
main [type=week],
|
|
1442
|
+
main textarea,
|
|
1443
|
+
main .inline-filters button[data-toggle],
|
|
1444
|
+
main select,
|
|
1445
|
+
main .data-picker .picker-prompt a,
|
|
1446
|
+
main .data-picker.picker-single .picker-values div a {
|
|
1447
|
+
font-family: var(--stzh-font-family-regular);
|
|
1448
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
1449
|
+
font-style: normal;
|
|
1450
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
1451
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
1452
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
1453
|
+
border: 0.0625rem solid var(--stzh-color-grey61);
|
|
1454
|
+
transition-property: color, border-color;
|
|
1455
|
+
transition-duration: var(--stzh-base-transition-animation-speed);
|
|
1456
|
+
border-radius: var(--stzh-form-input-border-radius);
|
|
1457
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-medium);
|
|
1458
|
+
width: 100%;
|
|
1459
|
+
height: var(--stzh-form-input-height);
|
|
1460
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
1461
|
+
-webkit-appearance: none;
|
|
1462
|
+
-moz-appearance: none;
|
|
1463
|
+
appearance: none;
|
|
1464
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1465
|
+
text-decoration: none;
|
|
1466
|
+
}
|
|
1467
|
+
main [type=color]::-webkit-input-placeholder,
|
|
1468
|
+
main [type=date]::-webkit-input-placeholder,
|
|
1469
|
+
main [type=datetime-local]::-webkit-input-placeholder,
|
|
1470
|
+
main [type=datetime]::-webkit-input-placeholder,
|
|
1471
|
+
main [type=email]::-webkit-input-placeholder,
|
|
1472
|
+
main [type=month]::-webkit-input-placeholder,
|
|
1473
|
+
main [type=number]::-webkit-input-placeholder,
|
|
1474
|
+
main [type=password]::-webkit-input-placeholder,
|
|
1475
|
+
main [type=search]::-webkit-input-placeholder,
|
|
1476
|
+
main [type=tel]::-webkit-input-placeholder,
|
|
1477
|
+
main [type=text]::-webkit-input-placeholder,
|
|
1478
|
+
main [type=time]::-webkit-input-placeholder,
|
|
1479
|
+
main [type=url]::-webkit-input-placeholder,
|
|
1480
|
+
main [type=week]::-webkit-input-placeholder,
|
|
1481
|
+
main textarea::-webkit-input-placeholder,
|
|
1482
|
+
main .inline-filters button[data-toggle]::-webkit-input-placeholder,
|
|
1483
|
+
main select::-webkit-input-placeholder,
|
|
1484
|
+
main .data-picker .picker-prompt a::-webkit-input-placeholder,
|
|
1485
|
+
main .data-picker.picker-single .picker-values div a::-webkit-input-placeholder {
|
|
1486
|
+
color: var(--stzh-color-grey61);
|
|
1487
|
+
}
|
|
1488
|
+
main [type=color]:-moz-placeholder,
|
|
1489
|
+
main [type=date]:-moz-placeholder,
|
|
1490
|
+
main [type=datetime-local]:-moz-placeholder,
|
|
1491
|
+
main [type=datetime]:-moz-placeholder,
|
|
1492
|
+
main [type=email]:-moz-placeholder,
|
|
1493
|
+
main [type=month]:-moz-placeholder,
|
|
1494
|
+
main [type=number]:-moz-placeholder,
|
|
1495
|
+
main [type=password]:-moz-placeholder,
|
|
1496
|
+
main [type=search]:-moz-placeholder,
|
|
1497
|
+
main [type=tel]:-moz-placeholder,
|
|
1498
|
+
main [type=text]:-moz-placeholder,
|
|
1499
|
+
main [type=time]:-moz-placeholder,
|
|
1500
|
+
main [type=url]:-moz-placeholder,
|
|
1501
|
+
main [type=week]:-moz-placeholder,
|
|
1502
|
+
main textarea:-moz-placeholder,
|
|
1503
|
+
main .inline-filters button[data-toggle]:-moz-placeholder,
|
|
1504
|
+
main select:-moz-placeholder,
|
|
1505
|
+
main .data-picker .picker-prompt a:-moz-placeholder,
|
|
1506
|
+
main .data-picker.picker-single .picker-values div a:-moz-placeholder {
|
|
1507
|
+
color: var(--stzh-color-grey61);
|
|
1508
|
+
}
|
|
1509
|
+
main [type=color]::-moz-placeholder,
|
|
1510
|
+
main [type=date]::-moz-placeholder,
|
|
1511
|
+
main [type=datetime-local]::-moz-placeholder,
|
|
1512
|
+
main [type=datetime]::-moz-placeholder,
|
|
1513
|
+
main [type=email]::-moz-placeholder,
|
|
1514
|
+
main [type=month]::-moz-placeholder,
|
|
1515
|
+
main [type=number]::-moz-placeholder,
|
|
1516
|
+
main [type=password]::-moz-placeholder,
|
|
1517
|
+
main [type=search]::-moz-placeholder,
|
|
1518
|
+
main [type=tel]::-moz-placeholder,
|
|
1519
|
+
main [type=text]::-moz-placeholder,
|
|
1520
|
+
main [type=time]::-moz-placeholder,
|
|
1521
|
+
main [type=url]::-moz-placeholder,
|
|
1522
|
+
main [type=week]::-moz-placeholder,
|
|
1523
|
+
main textarea::-moz-placeholder,
|
|
1524
|
+
main .inline-filters button[data-toggle]::-moz-placeholder,
|
|
1525
|
+
main select::-moz-placeholder,
|
|
1526
|
+
main .data-picker .picker-prompt a::-moz-placeholder,
|
|
1527
|
+
main .data-picker.picker-single .picker-values div a::-moz-placeholder {
|
|
1528
|
+
color: var(--stzh-color-grey61);
|
|
1529
|
+
}
|
|
1530
|
+
main [type=color]:-ms-input-placeholder,
|
|
1531
|
+
main [type=date]:-ms-input-placeholder,
|
|
1532
|
+
main [type=datetime-local]:-ms-input-placeholder,
|
|
1533
|
+
main [type=datetime]:-ms-input-placeholder,
|
|
1534
|
+
main [type=email]:-ms-input-placeholder,
|
|
1535
|
+
main [type=month]:-ms-input-placeholder,
|
|
1536
|
+
main [type=number]:-ms-input-placeholder,
|
|
1537
|
+
main [type=password]:-ms-input-placeholder,
|
|
1538
|
+
main [type=search]:-ms-input-placeholder,
|
|
1539
|
+
main [type=tel]:-ms-input-placeholder,
|
|
1540
|
+
main [type=text]:-ms-input-placeholder,
|
|
1541
|
+
main [type=time]:-ms-input-placeholder,
|
|
1542
|
+
main [type=url]:-ms-input-placeholder,
|
|
1543
|
+
main [type=week]:-ms-input-placeholder,
|
|
1544
|
+
main textarea:-ms-input-placeholder,
|
|
1545
|
+
main .inline-filters button[data-toggle]:-ms-input-placeholder,
|
|
1546
|
+
main select:-ms-input-placeholder,
|
|
1547
|
+
main .data-picker .picker-prompt a:-ms-input-placeholder,
|
|
1548
|
+
main .data-picker.picker-single .picker-values div a:-ms-input-placeholder {
|
|
1549
|
+
color: var(--stzh-color-grey61);
|
|
1550
|
+
}
|
|
1551
|
+
main [type=color]:hover, main [type=color]:focus,
|
|
1552
|
+
main [type=date]:hover,
|
|
1553
|
+
main [type=date]:focus,
|
|
1554
|
+
main [type=datetime-local]:hover,
|
|
1555
|
+
main [type=datetime-local]:focus,
|
|
1556
|
+
main [type=datetime]:hover,
|
|
1557
|
+
main [type=datetime]:focus,
|
|
1558
|
+
main [type=email]:hover,
|
|
1559
|
+
main [type=email]:focus,
|
|
1560
|
+
main [type=month]:hover,
|
|
1561
|
+
main [type=month]:focus,
|
|
1562
|
+
main [type=number]:hover,
|
|
1563
|
+
main [type=number]:focus,
|
|
1564
|
+
main [type=password]:hover,
|
|
1565
|
+
main [type=password]:focus,
|
|
1566
|
+
main [type=search]:hover,
|
|
1567
|
+
main [type=search]:focus,
|
|
1568
|
+
main [type=tel]:hover,
|
|
1569
|
+
main [type=tel]:focus,
|
|
1570
|
+
main [type=text]:hover,
|
|
1571
|
+
main [type=text]:focus,
|
|
1572
|
+
main [type=time]:hover,
|
|
1573
|
+
main [type=time]:focus,
|
|
1574
|
+
main [type=url]:hover,
|
|
1575
|
+
main [type=url]:focus,
|
|
1576
|
+
main [type=week]:hover,
|
|
1577
|
+
main [type=week]:focus,
|
|
1578
|
+
main textarea:hover,
|
|
1579
|
+
main textarea:focus,
|
|
1580
|
+
main .inline-filters button[data-toggle]:hover,
|
|
1581
|
+
main .inline-filters button[data-toggle]:focus,
|
|
1582
|
+
main select:hover,
|
|
1583
|
+
main select:focus,
|
|
1584
|
+
main .data-picker .picker-prompt a:hover,
|
|
1585
|
+
main .data-picker .picker-prompt a:focus,
|
|
1586
|
+
main .data-picker.picker-single .picker-values div a:hover,
|
|
1587
|
+
main .data-picker.picker-single .picker-values div a:focus {
|
|
1588
|
+
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
1589
|
+
border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
1590
|
+
}
|
|
1591
|
+
main [type=color]::-ms-clear,
|
|
1592
|
+
main [type=date]::-ms-clear,
|
|
1593
|
+
main [type=datetime-local]::-ms-clear,
|
|
1594
|
+
main [type=datetime]::-ms-clear,
|
|
1595
|
+
main [type=email]::-ms-clear,
|
|
1596
|
+
main [type=month]::-ms-clear,
|
|
1597
|
+
main [type=number]::-ms-clear,
|
|
1598
|
+
main [type=password]::-ms-clear,
|
|
1599
|
+
main [type=search]::-ms-clear,
|
|
1600
|
+
main [type=tel]::-ms-clear,
|
|
1601
|
+
main [type=text]::-ms-clear,
|
|
1602
|
+
main [type=time]::-ms-clear,
|
|
1603
|
+
main [type=url]::-ms-clear,
|
|
1604
|
+
main [type=week]::-ms-clear,
|
|
1605
|
+
main textarea::-ms-clear,
|
|
1606
|
+
main .inline-filters button[data-toggle]::-ms-clear,
|
|
1607
|
+
main select::-ms-clear,
|
|
1608
|
+
main .data-picker .picker-prompt a::-ms-clear,
|
|
1609
|
+
main .data-picker.picker-single .picker-values div a::-ms-clear {
|
|
1610
|
+
display: none;
|
|
1611
|
+
}
|
|
1612
|
+
main [type=color]:-webkit-autofill,
|
|
1613
|
+
main [type=date]:-webkit-autofill,
|
|
1614
|
+
main [type=datetime-local]:-webkit-autofill,
|
|
1615
|
+
main [type=datetime]:-webkit-autofill,
|
|
1616
|
+
main [type=email]:-webkit-autofill,
|
|
1617
|
+
main [type=month]:-webkit-autofill,
|
|
1618
|
+
main [type=number]:-webkit-autofill,
|
|
1619
|
+
main [type=password]:-webkit-autofill,
|
|
1620
|
+
main [type=search]:-webkit-autofill,
|
|
1621
|
+
main [type=tel]:-webkit-autofill,
|
|
1622
|
+
main [type=text]:-webkit-autofill,
|
|
1623
|
+
main [type=time]:-webkit-autofill,
|
|
1624
|
+
main [type=url]:-webkit-autofill,
|
|
1625
|
+
main [type=week]:-webkit-autofill,
|
|
1626
|
+
main textarea:-webkit-autofill,
|
|
1627
|
+
main .inline-filters button[data-toggle]:-webkit-autofill,
|
|
1628
|
+
main select:-webkit-autofill,
|
|
1629
|
+
main .data-picker .picker-prompt a:-webkit-autofill,
|
|
1630
|
+
main .data-picker.picker-single .picker-values div a:-webkit-autofill {
|
|
1631
|
+
-webkit-background-clip: text;
|
|
1632
|
+
background-clip: text;
|
|
1633
|
+
}
|
|
1634
|
+
main [type=color]:-moz-placeholder-shown, main [type=date]:-moz-placeholder-shown, main [type=datetime-local]:-moz-placeholder-shown, main [type=datetime]:-moz-placeholder-shown, main [type=email]:-moz-placeholder-shown, main [type=month]:-moz-placeholder-shown, main [type=number]:-moz-placeholder-shown, main [type=password]:-moz-placeholder-shown, main [type=search]:-moz-placeholder-shown, main [type=tel]:-moz-placeholder-shown, main [type=text]:-moz-placeholder-shown, main [type=time]:-moz-placeholder-shown, main [type=url]:-moz-placeholder-shown, main [type=week]:-moz-placeholder-shown, main textarea:-moz-placeholder-shown, main .inline-filters button[data-toggle]:-moz-placeholder-shown, main select:-moz-placeholder-shown, main .data-picker .picker-prompt a:-moz-placeholder-shown, main .data-picker.picker-single .picker-values div a:-moz-placeholder-shown {
|
|
1635
|
+
text-overflow: ellipsis;
|
|
1636
|
+
}
|
|
1637
|
+
main [type=color]:placeholder-shown,
|
|
1638
|
+
main [type=date]:placeholder-shown,
|
|
1639
|
+
main [type=datetime-local]:placeholder-shown,
|
|
1640
|
+
main [type=datetime]:placeholder-shown,
|
|
1641
|
+
main [type=email]:placeholder-shown,
|
|
1642
|
+
main [type=month]:placeholder-shown,
|
|
1643
|
+
main [type=number]:placeholder-shown,
|
|
1644
|
+
main [type=password]:placeholder-shown,
|
|
1645
|
+
main [type=search]:placeholder-shown,
|
|
1646
|
+
main [type=tel]:placeholder-shown,
|
|
1647
|
+
main [type=text]:placeholder-shown,
|
|
1648
|
+
main [type=time]:placeholder-shown,
|
|
1649
|
+
main [type=url]:placeholder-shown,
|
|
1650
|
+
main [type=week]:placeholder-shown,
|
|
1651
|
+
main textarea:placeholder-shown,
|
|
1652
|
+
main .inline-filters button[data-toggle]:placeholder-shown,
|
|
1653
|
+
main select:placeholder-shown,
|
|
1654
|
+
main .data-picker .picker-prompt a:placeholder-shown,
|
|
1655
|
+
main .data-picker.picker-single .picker-values div a:placeholder-shown {
|
|
1656
|
+
text-overflow: ellipsis;
|
|
1657
|
+
}
|
|
1658
|
+
main .data-picker .picker-prompt a,
|
|
1659
|
+
main .data-picker.picker-single .picker-values div a {
|
|
1660
|
+
display: flex;
|
|
1661
|
+
justify-content: space-between;
|
|
1662
|
+
align-items: center;
|
|
1663
|
+
}
|
|
1664
|
+
main .data-picker .picker-prompt a::after,
|
|
1665
|
+
main .data-picker.picker-single .picker-values div a::after {
|
|
1666
|
+
float: none;
|
|
1667
|
+
margin-top: 0;
|
|
1668
|
+
}
|
|
1669
|
+
main .inline-filters button[data-toggle],
|
|
1670
|
+
main select {
|
|
1671
|
+
padding-right: var(--stzh-space-xxlarge);
|
|
1672
|
+
}
|
|
1673
|
+
main textarea {
|
|
1674
|
+
min-height: var(--stzh-form-input-height);
|
|
1675
|
+
resize: vertical;
|
|
1676
|
+
}
|
|
1677
|
+
main textarea[rows] {
|
|
1678
|
+
height: auto;
|
|
1679
|
+
}
|
|
1680
|
+
main .input-group .input-group-field {
|
|
1681
|
+
margin-bottom: 0;
|
|
1682
|
+
}
|
|
1683
|
+
main .section > p,
|
|
1684
|
+
main .floating-helper__content p {
|
|
1685
|
+
margin-top: 0;
|
|
1686
|
+
}
|
|
1687
|
+
main .section > p:last-child,
|
|
1688
|
+
main .floating-helper__content p:last-child {
|
|
1689
|
+
margin-bottom: 0;
|
|
1690
|
+
}
|
|
1691
|
+
main .add-message,
|
|
1692
|
+
main .card,
|
|
1693
|
+
main .chart-tooltip,
|
|
1694
|
+
main .comment-thread,
|
|
1695
|
+
main .conference-registration,
|
|
1696
|
+
main .conference-speaker .speaker-bio {
|
|
1697
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
1698
|
+
border-color: var(--stzh-base-border-color);
|
|
1699
|
+
background-color: var(--stzh-color-white);
|
|
1700
|
+
}
|
|
1701
|
+
main .ql-editor ol,
|
|
1702
|
+
main .ql-editor ul {
|
|
1703
|
+
padding-left: 0;
|
|
1704
|
+
}
|
|
1705
|
+
main .badge-card__content ul li:not(.card-data__item),
|
|
1706
|
+
main .card__content ul li:not(.card-data__item),
|
|
1707
|
+
main .card__text--paragraph ul li:not(.card-data__item),
|
|
1708
|
+
main .floating-helper__content-inner ul li:not(.card-data__item),
|
|
1709
|
+
main .lead ul li:not(.card-data__item),
|
|
1710
|
+
main .process-header + .wrapper .section ul li:not(.card-data__item),
|
|
1711
|
+
main .timeline__content ul li:not(.card-data__item) {
|
|
1712
|
+
padding-left: var(--stzh-space-large);
|
|
1713
|
+
}
|
|
1714
|
+
main .badge-card__content ul li:not(.card-data__item)::before,
|
|
1715
|
+
main .card__content ul li:not(.card-data__item)::before,
|
|
1716
|
+
main .card__text--paragraph ul li:not(.card-data__item)::before,
|
|
1717
|
+
main .floating-helper__content-inner ul li:not(.card-data__item)::before,
|
|
1718
|
+
main .lead ul li:not(.card-data__item)::before,
|
|
1719
|
+
main .process-header + .wrapper .section ul li:not(.card-data__item)::before,
|
|
1720
|
+
main .timeline__content ul li:not(.card-data__item)::before {
|
|
1721
|
+
content: "–";
|
|
1722
|
+
margin-left: 0;
|
|
1723
|
+
margin-right: 0;
|
|
1724
|
+
text-align: left;
|
|
1725
|
+
width: auto;
|
|
1726
|
+
}
|
|
1727
|
+
main .badge-card__content ul.tags li:not(.card-data__item),
|
|
1728
|
+
main .card__content ul.tags li:not(.card-data__item),
|
|
1729
|
+
main .card__text--paragraph ul.tags li:not(.card-data__item),
|
|
1730
|
+
main .floating-helper__content-inner ul.tags li:not(.card-data__item),
|
|
1731
|
+
main .lead ul.tags li:not(.card-data__item),
|
|
1732
|
+
main .process-header + .wrapper .section ul.tags li:not(.card-data__item),
|
|
1733
|
+
main .timeline__content ul.tags li:not(.card-data__item) {
|
|
1734
|
+
padding-left: 0;
|
|
1735
|
+
}
|
|
1736
|
+
main .badge-card__content ul.tags li:not(.card-data__item)::before,
|
|
1737
|
+
main .card__content ul.tags li:not(.card-data__item)::before,
|
|
1738
|
+
main .card__text--paragraph ul.tags li:not(.card-data__item)::before,
|
|
1739
|
+
main .floating-helper__content-inner ul.tags li:not(.card-data__item)::before,
|
|
1740
|
+
main .lead ul.tags li:not(.card-data__item)::before,
|
|
1741
|
+
main .process-header + .wrapper .section ul.tags li:not(.card-data__item)::before,
|
|
1742
|
+
main .timeline__content ul.tags li:not(.card-data__item)::before {
|
|
1743
|
+
content: none;
|
|
1744
|
+
}
|
|
1745
|
+
main .m-bottom {
|
|
1746
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1747
|
+
}
|
|
1748
|
+
main .mb-sm {
|
|
1749
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
1750
|
+
}
|
|
1751
|
+
main p {
|
|
1752
|
+
color: var(--stzh-base-color);
|
|
1753
|
+
}
|
|
1754
|
+
main tfoot td,
|
|
1755
|
+
main tfoot th,
|
|
1756
|
+
main thead td,
|
|
1757
|
+
main thead th {
|
|
1758
|
+
font-family: var(--stzh-font-family-heavy);
|
|
1759
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
1760
|
+
font-style: normal;
|
|
1761
|
+
}
|
|
1762
|
+
main table,
|
|
1763
|
+
main td,
|
|
1764
|
+
main tr,
|
|
1765
|
+
main .questionnaire-question-matrix table,
|
|
1766
|
+
main .questionnaire-question-matrix td,
|
|
1767
|
+
main .questionnaire-question-matrix tr,
|
|
1768
|
+
main .questionnaire-question-matrix tr:nth-child(2n) {
|
|
1769
|
+
border-color: var(--stzh-base-border-color);
|
|
1770
|
+
}
|
|
1771
|
+
main .process-header .process-header__inner {
|
|
1772
|
+
background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
1773
|
+
}
|
|
1774
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1775
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1776
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1777
|
+
font-family: var(--stzh-font-family-title);
|
|
1778
|
+
font-weight: var(--stzh-font-weight-title);
|
|
1779
|
+
font-size: var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));
|
|
1780
|
+
line-height: var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));
|
|
1781
|
+
letter-spacing: var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
|
|
1782
|
+
margin-bottom: var(--stzh-space-medium);
|
|
1783
|
+
margin-top: 0;
|
|
1784
|
+
border-bottom: none;
|
|
1785
|
+
padding-bottom: 0;
|
|
1786
|
+
}
|
|
1787
|
+
@media screen and (min-width: 600px) {
|
|
1788
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1789
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1790
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1791
|
+
font-size: var(--stzh-font-curve-hero-small-font-size, var(--stzh-font-kilo-font-size));
|
|
1792
|
+
line-height: var(--stzh-font-curve-hero-small-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
1793
|
+
letter-spacing: var(--stzh-font-curve-hero-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
@media screen and (min-width: 1024px) {
|
|
1797
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1798
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1799
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1800
|
+
font-size: var(--stzh-font-curve-hero-medium-font-size, var(--stzh-font-giga-font-size));
|
|
1801
|
+
line-height: var(--stzh-font-curve-hero-medium-heading-line-height, var(--stzh-font-giga-text-line-height));
|
|
1802
|
+
letter-spacing: var(--stzh-font-curve-hero-medium-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
@media screen and (min-width: 1260px) {
|
|
1806
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1807
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1808
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1809
|
+
font-size: var(--stzh-font-curve-hero-large-font-size, var(--stzh-font-hero-font-size));
|
|
1810
|
+
line-height: var(--stzh-font-curve-hero-large-heading-line-height, var(--stzh-font-hero-text-line-height));
|
|
1811
|
+
letter-spacing: var(--stzh-font-curve-hero-large-heading-letter-spacing, var(--stzh-font-hero-text-letter-spacing));
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
@media screen and (min-width: 600px) {
|
|
1815
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1816
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1817
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1818
|
+
margin-bottom: var(--stzh-space-large);
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
@media screen and (min-width: 1024px) {
|
|
1822
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1823
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1824
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1825
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
@media screen and (min-width: 1260px) {
|
|
1829
|
+
main .card--full .process-header .process-header__container .process-header__info .card__title,
|
|
1830
|
+
main .process-header .process-header__container .process-header__info .card--full .card__title,
|
|
1831
|
+
main .process-header .process-header__container .process-header__info .heading2 {
|
|
1832
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
main .process-header .process-header__container {
|
|
1836
|
+
padding: 0 var(--stzh-space-xxxxlarge);
|
|
1837
|
+
}
|
|
1838
|
+
@media screen and (max-width: 1023px) {
|
|
1839
|
+
main .process-header .process-header__container {
|
|
1840
|
+
padding: var(--stzh-space-xxxxlarge);
|
|
1841
|
+
padding-bottom: var(--stzh-space-big);
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
@media screen and (max-width: 599px) {
|
|
1845
|
+
main .process-header .process-header__container {
|
|
1846
|
+
padding: var(--stzh-space-xxlarge) 1.25rem var(--stzh-space-xxxlarge);
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1849
|
+
main .process-header__info {
|
|
1850
|
+
padding: 0;
|
|
1851
|
+
}
|
|
1852
|
+
main .process-header .process-header__container .process-header__info .heading-small {
|
|
1853
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
1854
|
+
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
1855
|
+
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
1856
|
+
color: var(--stzh-base-invert-color);
|
|
1857
|
+
margin-top: 0;
|
|
1858
|
+
}
|
|
1859
|
+
@media screen and (min-width: 600px) {
|
|
1860
|
+
main .process-header .process-header__container .process-header__info .heading-small {
|
|
1861
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
1862
|
+
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
1863
|
+
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
@media screen and (min-width: 1024px) {
|
|
1867
|
+
main .process-header .process-header__container .process-header__info .heading-small {
|
|
1868
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
1869
|
+
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
1870
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
main .process-header__hashtag a {
|
|
1874
|
+
color: var(--stzh-base-invert-color);
|
|
1875
|
+
text-decoration: none;
|
|
1876
|
+
}
|
|
1877
|
+
main .process-header__hashtag a:hover {
|
|
1878
|
+
color: var(--stzh-base-invert-color);
|
|
1879
|
+
}
|
|
1880
|
+
main .process-header__hashtag a .external-link-indicator {
|
|
1881
|
+
background: var(--stzh-base-invert-color);
|
|
1882
|
+
padding: var(--stzh-space-xxsmall);
|
|
1883
|
+
box-sizing: content-box;
|
|
1884
|
+
border-radius: var(--stzh-button-border-radius);
|
|
1885
|
+
margin: 0;
|
|
1886
|
+
margin-bottom: -0.25rem;
|
|
1887
|
+
margin-left: 0.25rem;
|
|
1888
|
+
}
|
|
1889
|
+
main .phase-subtitle--initiatives,
|
|
1890
|
+
main .phase-title,
|
|
1891
|
+
main .phase-title--initiatives {
|
|
1892
|
+
font-family: var(--stzh-font-family-heavy);
|
|
1893
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
1894
|
+
font-style: normal;
|
|
1895
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
1896
|
+
line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
1897
|
+
letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);
|
|
1898
|
+
color: var(--stzh-base-lead-color);
|
|
1899
|
+
}
|
|
1900
|
+
@media screen and (min-width: 1024px) {
|
|
1901
|
+
main .phase-subtitle--initiatives,
|
|
1902
|
+
main .phase-title,
|
|
1903
|
+
main .phase-title--initiatives {
|
|
1904
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
1905
|
+
line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
1906
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
main .process-header__progress {
|
|
1910
|
+
display: flex;
|
|
1911
|
+
align-items: center;
|
|
1912
|
+
}
|
|
1913
|
+
main .process-header__phase {
|
|
1914
|
+
padding: var(--stzh-space-medium);
|
|
1915
|
+
margin-top: var(--stzh-space-medium);
|
|
1916
|
+
margin-bottom: 0;
|
|
1917
|
+
}
|
|
1918
|
+
main .phase-date {
|
|
1919
|
+
font-family: var(--stzh-font-family-regular);
|
|
1920
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
1921
|
+
font-style: normal;
|
|
1922
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
1923
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
1924
|
+
color: var(--stzh-base-color);
|
|
1925
|
+
}
|
|
1926
|
+
@media screen and (min-width: 1024px) {
|
|
1927
|
+
main .phase-date {
|
|
1928
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
1929
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
1930
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
main .phase-current {
|
|
1934
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
1935
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
1936
|
+
margin-left: var(--stzh-space-xxsmall);
|
|
1937
|
+
color: var(--stzh-base-color);
|
|
1938
|
+
}
|
|
1939
|
+
@media screen and (min-width: 1024px) {
|
|
1940
|
+
main .phase-current {
|
|
1941
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
1942
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
main .process-header__progress {
|
|
1946
|
+
margin-bottom: var(--stzh-space-xsmall);
|
|
1947
|
+
}
|
|
1948
|
+
main .process-header__phase .button,
|
|
1949
|
+
main .process-header__phase .meeting-polls__button,
|
|
1950
|
+
main .process-phase .button,
|
|
1951
|
+
main .process-phase .meeting-polls__button {
|
|
1952
|
+
margin-top: var(--stzh-space-xsmall);
|
|
1953
|
+
}
|
|
1954
|
+
main a,
|
|
1955
|
+
main .link {
|
|
1956
|
+
text-decoration: underline;
|
|
1957
|
+
transition: var(--stzh-base-transition-animation-speed);
|
|
1958
|
+
}
|
|
1959
|
+
main a:hover,
|
|
1960
|
+
main .link:hover {
|
|
1961
|
+
color: var(--stzh-link-hover-color);
|
|
1962
|
+
}
|
|
1963
|
+
main .button {
|
|
1964
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
1965
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
1966
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
1967
|
+
display: inline-flex;
|
|
1968
|
+
align-items: center;
|
|
1969
|
+
height: auto;
|
|
1970
|
+
min-height: var(--stzh-form-input-height);
|
|
1971
|
+
line-height: var(--stzh-form-input-height)-0.125rem;
|
|
1972
|
+
line-height: inherit;
|
|
1973
|
+
margin: 0;
|
|
1974
|
+
text-decoration: none;
|
|
1975
|
+
-webkit-appearance: none;
|
|
1976
|
+
-moz-appearance: none;
|
|
1977
|
+
appearance: none;
|
|
1978
|
+
border: 0.0625rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
1979
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-xlarge);
|
|
1980
|
+
transition: all var(--stzh-base-transition-animation-speed);
|
|
1981
|
+
}
|
|
1982
|
+
main .button.small {
|
|
1983
|
+
font-size: var(--stzh-font-micro-font-size);
|
|
1984
|
+
line-height: var(--stzh-font-micro-text-line-height);
|
|
1985
|
+
min-height: var(--stzh-form-input-small-height);
|
|
1986
|
+
line-height: var(--stzh-form-input-small-height)-0.125rem;
|
|
1987
|
+
}
|
|
1988
|
+
main .button.tiny {
|
|
1989
|
+
font-size: var(--stzh-font-micro-font-size);
|
|
1990
|
+
line-height: var(--stzh-font-micro-text-line-height);
|
|
1991
|
+
min-height: 2rem;
|
|
1992
|
+
}
|
|
1993
|
+
main .button.process-nav__more i {
|
|
1994
|
+
background-color: currentColor;
|
|
1995
|
+
margin-bottom: 0;
|
|
1996
|
+
}
|
|
1997
|
+
main .button.process-nav__more i:first-child {
|
|
1998
|
+
margin-left: var(--stzh-space-xsmall);
|
|
1999
|
+
}
|
|
2000
|
+
main .button--icon .icon-wrap {
|
|
2001
|
+
display: flex;
|
|
2002
|
+
align-items: center;
|
|
2003
|
+
}
|
|
2004
|
+
main .button--icon .icon-wrap .icon {
|
|
2005
|
+
margin-right: var(--stzh-space-xxsmall);
|
|
2006
|
+
}
|
|
2007
|
+
main .button--icon.meeting-polls__button .icon,
|
|
2008
|
+
main .button--icon.small .icon {
|
|
2009
|
+
width: var(--stzh-icon-size-xxsmall);
|
|
2010
|
+
height: var(--stzh-icon-size-xxsmall);
|
|
2011
|
+
}
|
|
2012
|
+
main .extra .button.follow-button {
|
|
2013
|
+
margin-top: 0;
|
|
2014
|
+
}
|
|
2015
|
+
main .button-group.meeting-polls__button .button,
|
|
2016
|
+
main .button-group.meeting-polls__button .meeting-polls__button,
|
|
2017
|
+
main .button-group.small .button,
|
|
2018
|
+
main .button-group.small .meeting-polls__button,
|
|
2019
|
+
main .button-group.tiny .button,
|
|
2020
|
+
main .button-group.tiny .meeting-polls__button {
|
|
2021
|
+
font-size: var(--stzh-font-micro-font-size);
|
|
2022
|
+
line-height: var(--stzh-font-micro-text-line-height);
|
|
2023
|
+
}
|
|
2024
|
+
main .button.primary,
|
|
2025
|
+
main .button.primary.disabled,
|
|
2026
|
+
main .button.primary.disabled:focus,
|
|
2027
|
+
main .button.primary.disabled:hover,
|
|
2028
|
+
main .button.primary[disabled],
|
|
2029
|
+
main .button.primary[disabled]:focus,
|
|
2030
|
+
main .button.primary[disabled]:hover,
|
|
2031
|
+
main .primary.meeting-polls__button {
|
|
2032
|
+
background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
2033
|
+
}
|
|
2034
|
+
main .button.primary:hover, main .button.primary:focus,
|
|
2035
|
+
main .button.primary.disabled:hover,
|
|
2036
|
+
main .button.primary.disabled:focus,
|
|
2037
|
+
main .button.primary.disabled:focus:hover,
|
|
2038
|
+
main .button.primary.disabled:focus:focus,
|
|
2039
|
+
main .button.primary.disabled:hover:hover,
|
|
2040
|
+
main .button.primary.disabled:hover:focus,
|
|
2041
|
+
main .button.primary[disabled]:hover,
|
|
2042
|
+
main .button.primary[disabled]:focus,
|
|
2043
|
+
main .button.primary[disabled]:focus:hover,
|
|
2044
|
+
main .button.primary[disabled]:focus:focus,
|
|
2045
|
+
main .button.primary[disabled]:hover:hover,
|
|
2046
|
+
main .button.primary[disabled]:hover:focus,
|
|
2047
|
+
main .primary.meeting-polls__button:hover,
|
|
2048
|
+
main .primary.meeting-polls__button:focus {
|
|
2049
|
+
background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
2050
|
+
}
|
|
2051
|
+
main .button.budget-vote-button {
|
|
2052
|
+
font-family: var(--stzh-font-family-regular);
|
|
2053
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
2054
|
+
font-style: normal;
|
|
2055
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
2056
|
+
background-color: var(--stzh-color-white);
|
|
2057
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2058
|
+
}
|
|
2059
|
+
main .button.budget-vote-button:hover, main .button.budget-vote-button:focus {
|
|
2060
|
+
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
2061
|
+
background-color: var(--stzh-color-white);
|
|
2062
|
+
}
|
|
2063
|
+
main .button--vote-button {
|
|
2064
|
+
margin-bottom: var(--stzh-space-large);
|
|
2065
|
+
}
|
|
2066
|
+
main .view-side > .button {
|
|
2067
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2068
|
+
}
|
|
2069
|
+
main .button.clear,
|
|
2070
|
+
main .button.clear.disabled,
|
|
2071
|
+
main .button.clear.disabled:focus,
|
|
2072
|
+
main .button.clear.disabled:hover,
|
|
2073
|
+
main .button.clear[disabled],
|
|
2074
|
+
main .button.clear[disabled]:focus,
|
|
2075
|
+
main .button.clear[disabled]:hover,
|
|
2076
|
+
main .clear.meeting-polls__button {
|
|
2077
|
+
color: var(--stzh-color-error);
|
|
2078
|
+
}
|
|
2079
|
+
main .wrapper {
|
|
2080
|
+
padding-top: var(--stzh-space-xxlarge);
|
|
2081
|
+
padding-bottom: var(--stzh-space-xxlarge);
|
|
2082
|
+
padding-left: 1.25rem;
|
|
2083
|
+
padding-right: 1.25rem;
|
|
2084
|
+
}
|
|
2085
|
+
@media screen and (min-width: 600px) {
|
|
2086
|
+
main .wrapper {
|
|
2087
|
+
padding-top: var(--stzh-space-xxxxlarge);
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
@media screen and (min-width: 1260px) {
|
|
2091
|
+
main .wrapper {
|
|
2092
|
+
padding-top: var(--stzh-space-xbig);
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
@media screen and (min-width: 600px) {
|
|
2096
|
+
main .wrapper {
|
|
2097
|
+
padding-bottom: var(--stzh-space-xxxxlarge);
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
@media screen and (min-width: 1260px) {
|
|
2101
|
+
main .wrapper {
|
|
2102
|
+
padding-bottom: var(--stzh-space-xbig);
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
@media screen and (min-width: 600px) {
|
|
2106
|
+
main .wrapper {
|
|
2107
|
+
padding-left: 2rem;
|
|
2108
|
+
padding-right: 2rem;
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
@media screen and (min-width: 1024px) {
|
|
2112
|
+
main .wrapper {
|
|
2113
|
+
padding-left: 2.5rem;
|
|
2114
|
+
padding-right: 2.5rem;
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
@media screen and (min-width: 1260px) {
|
|
2118
|
+
main .wrapper {
|
|
2119
|
+
padding-left: 5.5rem;
|
|
2120
|
+
padding-right: 5.5rem;
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
main .wrapper .wrapper--inner {
|
|
2124
|
+
background-color: var(--stzh-color-grey5);
|
|
2125
|
+
}
|
|
2126
|
+
main .wrapper .row:not(.column) .floating-helper-container {
|
|
2127
|
+
padding-right: 0.625rem;
|
|
2128
|
+
padding-left: 0.625rem;
|
|
2129
|
+
}
|
|
2130
|
+
@media screen and (min-width: 40em) {
|
|
2131
|
+
main .wrapper .row:not(.column) .floating-helper-container {
|
|
2132
|
+
padding-right: 0.9375rem;
|
|
2133
|
+
padding-left: 0.9375rem;
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
2136
|
+
main .heading1, main h1,
|
|
2137
|
+
main .heading2, main h2,
|
|
2138
|
+
main .heading3, main h3,
|
|
2139
|
+
main .heading4, main h4 {
|
|
2140
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
2141
|
+
}
|
|
2142
|
+
main .heading1, main h1 {
|
|
2143
|
+
font-family: var(--stzh-font-family-title);
|
|
2144
|
+
font-weight: var(--stzh-font-weight-title);
|
|
2145
|
+
font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));
|
|
2146
|
+
line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));
|
|
2147
|
+
letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
2148
|
+
margin-top: var(--stzh-space-large);
|
|
2149
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2150
|
+
padding-bottom: var(--stzh-space-xsmall);
|
|
2151
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
2152
|
+
}
|
|
2153
|
+
@media screen and (min-width: 600px) {
|
|
2154
|
+
main .heading1, main h1 {
|
|
2155
|
+
font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));
|
|
2156
|
+
line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
2157
|
+
letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
@media screen and (min-width: 1024px) {
|
|
2161
|
+
main .heading1, main h1 {
|
|
2162
|
+
font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));
|
|
2163
|
+
line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));
|
|
2164
|
+
letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
@media screen and (min-width: 1440px) {
|
|
2168
|
+
main .heading1, main h1 {
|
|
2169
|
+
font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));
|
|
2170
|
+
line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));
|
|
2171
|
+
letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
@media screen and (min-width: 600px) {
|
|
2175
|
+
main .heading1, main h1 {
|
|
2176
|
+
margin-top: var(--stzh-space-xlarge);
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
@media screen and (min-width: 1024px) {
|
|
2180
|
+
main .heading1, main h1 {
|
|
2181
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
@media screen and (min-width: 1260px) {
|
|
2185
|
+
main .heading1, main h1 {
|
|
2186
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
@media screen and (min-width: 600px) {
|
|
2190
|
+
main .heading1, main h1 {
|
|
2191
|
+
margin-bottom: var(--stzh-space-large);
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
@media screen and (min-width: 1024px) {
|
|
2195
|
+
main .heading1, main h1 {
|
|
2196
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
2197
|
+
}
|
|
2198
|
+
}
|
|
2199
|
+
@media screen and (min-width: 1260px) {
|
|
2200
|
+
main .heading1, main h1 {
|
|
2201
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
@media screen and (min-width: 600px) {
|
|
2205
|
+
main .heading1, main h1 {
|
|
2206
|
+
padding-bottom: var(--stzh-space-small);
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
@media screen and (min-width: 1024px) {
|
|
2210
|
+
main .heading1, main h1 {
|
|
2211
|
+
padding-bottom: var(--stzh-space-medium);
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
@media screen and (min-width: 1260px) {
|
|
2215
|
+
main .heading1, main h1 {
|
|
2216
|
+
padding-bottom: var(--stzh-space-large);
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
main .section-heading,
|
|
2220
|
+
main .heading2, main h2 {
|
|
2221
|
+
font-family: var(--stzh-font-family-title);
|
|
2222
|
+
font-weight: var(--stzh-font-weight-title);
|
|
2223
|
+
font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));
|
|
2224
|
+
line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
2225
|
+
letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);
|
|
2226
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2227
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2228
|
+
padding-bottom: var(--stzh-space-xsmall);
|
|
2229
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
2230
|
+
}
|
|
2231
|
+
@media screen and (min-width: 600px) {
|
|
2232
|
+
main .section-heading,
|
|
2233
|
+
main .heading2, main h2 {
|
|
2234
|
+
font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));
|
|
2235
|
+
line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));
|
|
2236
|
+
letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
@media screen and (min-width: 1024px) {
|
|
2240
|
+
main .section-heading,
|
|
2241
|
+
main .heading2, main h2 {
|
|
2242
|
+
font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));
|
|
2243
|
+
line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));
|
|
2244
|
+
letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
@media screen and (min-width: 1440px) {
|
|
2248
|
+
main .section-heading,
|
|
2249
|
+
main .heading2, main h2 {
|
|
2250
|
+
font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));
|
|
2251
|
+
line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
2252
|
+
letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
2255
|
+
@media screen and (min-width: 600px) {
|
|
2256
|
+
main .section-heading,
|
|
2257
|
+
main .heading2, main h2 {
|
|
2258
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
@media screen and (min-width: 1260px) {
|
|
2262
|
+
main .section-heading,
|
|
2263
|
+
main .heading2, main h2 {
|
|
2264
|
+
margin-top: var(--stzh-space-xbig);
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
@media screen and (min-width: 600px) {
|
|
2268
|
+
main .section-heading,
|
|
2269
|
+
main .heading2, main h2 {
|
|
2270
|
+
margin-bottom: var(--stzh-space-large);
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
@media screen and (min-width: 1024px) {
|
|
2274
|
+
main .section-heading,
|
|
2275
|
+
main .heading2, main h2 {
|
|
2276
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
@media screen and (min-width: 1260px) {
|
|
2280
|
+
main .section-heading,
|
|
2281
|
+
main .heading2, main h2 {
|
|
2282
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
@media screen and (min-width: 600px) {
|
|
2286
|
+
main .section-heading,
|
|
2287
|
+
main .heading2, main h2 {
|
|
2288
|
+
padding-bottom: var(--stzh-space-small);
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
@media screen and (min-width: 1024px) {
|
|
2292
|
+
main .section-heading,
|
|
2293
|
+
main .heading2, main h2 {
|
|
2294
|
+
padding-bottom: var(--stzh-space-medium);
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
@media screen and (min-width: 1260px) {
|
|
2298
|
+
main .section-heading,
|
|
2299
|
+
main .heading2, main h2 {
|
|
2300
|
+
padding-bottom: var(--stzh-space-large);
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
main .heading3, main h3 {
|
|
2304
|
+
font-family: var(--stzh-font-family-title);
|
|
2305
|
+
font-weight: var(--stzh-font-weight-title);
|
|
2306
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
2307
|
+
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
2308
|
+
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
2309
|
+
margin-top: var(--stzh-space-medium);
|
|
2310
|
+
}
|
|
2311
|
+
@media screen and (min-width: 600px) {
|
|
2312
|
+
main .heading3, main h3 {
|
|
2313
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
2314
|
+
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
2315
|
+
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
@media screen and (min-width: 1024px) {
|
|
2319
|
+
main .heading3, main h3 {
|
|
2320
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
2321
|
+
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
2322
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
@media screen and (min-width: 600px) {
|
|
2326
|
+
main .heading3, main h3 {
|
|
2327
|
+
margin-top: var(--stzh-space-large);
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
@media screen and (min-width: 1024px) {
|
|
2331
|
+
main .heading3, main h3 {
|
|
2332
|
+
margin-top: var(--stzh-space-xlarge);
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
@media screen and (min-width: 1260px) {
|
|
2336
|
+
main .heading3, main h3 {
|
|
2337
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
main .heading4, main h4 {
|
|
2341
|
+
font-family: var(--stzh-font-family-title);
|
|
2342
|
+
font-weight: var(--stzh-font-weight-title);
|
|
2343
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
2344
|
+
line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));
|
|
2345
|
+
letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);
|
|
2346
|
+
margin-top: var(--stzh-space-medium);
|
|
2347
|
+
color: var(--stzh-base-color);
|
|
2348
|
+
}
|
|
2349
|
+
@media screen and (min-width: 1024px) {
|
|
2350
|
+
main .heading4, main h4 {
|
|
2351
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
2352
|
+
line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
2353
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2356
|
+
@media screen and (min-width: 600px) {
|
|
2357
|
+
main .heading4, main h4 {
|
|
2358
|
+
margin-top: var(--stzh-space-large);
|
|
2359
|
+
}
|
|
2360
|
+
}
|
|
2361
|
+
@media screen and (min-width: 1024px) {
|
|
2362
|
+
main .heading4, main h4 {
|
|
2363
|
+
margin-top: var(--stzh-space-xlarge);
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
@media screen and (min-width: 1260px) {
|
|
2367
|
+
main .heading4, main h4 {
|
|
2368
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
main .heading4, main h4,
|
|
2372
|
+
main .timeline__item--current .timeline__date {
|
|
2373
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
2374
|
+
}
|
|
2375
|
+
main #most-commented .section-heading {
|
|
2376
|
+
margin-top: 0;
|
|
2377
|
+
}
|
|
2378
|
+
main #most-commented a {
|
|
2379
|
+
text-decoration: none;
|
|
2380
|
+
}
|
|
2381
|
+
main .section {
|
|
2382
|
+
margin-bottom: var(--stzh-space-large);
|
|
2383
|
+
}
|
|
2384
|
+
@media screen and (min-width: 600px) {
|
|
2385
|
+
main .section {
|
|
2386
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
@media screen and (min-width: 1024px) {
|
|
2390
|
+
main .section {
|
|
2391
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
@media screen and (min-width: 1260px) {
|
|
2395
|
+
main .section {
|
|
2396
|
+
margin-bottom: var(--stzh-space-xxxxlarge);
|
|
2397
|
+
}
|
|
2398
|
+
}
|
|
2399
|
+
main .section-heading {
|
|
2400
|
+
display: flex;
|
|
2401
|
+
flex-direction: column;
|
|
2402
|
+
align-items: flex-start;
|
|
2403
|
+
}
|
|
2404
|
+
main .section-heading .text-sm,
|
|
2405
|
+
main .section-heading .text-small {
|
|
2406
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
2407
|
+
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
2408
|
+
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
2409
|
+
}
|
|
2410
|
+
@media screen and (min-width: 600px) {
|
|
2411
|
+
main .section-heading .text-sm,
|
|
2412
|
+
main .section-heading .text-small {
|
|
2413
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
2414
|
+
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
2415
|
+
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
@media screen and (min-width: 1024px) {
|
|
2419
|
+
main .section-heading .text-sm,
|
|
2420
|
+
main .section-heading .text-small {
|
|
2421
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
2422
|
+
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
2423
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
main .order-by__dropdown,
|
|
2427
|
+
main .results-per-page__dropdown {
|
|
2428
|
+
display: flex;
|
|
2429
|
+
align-items: center;
|
|
2430
|
+
}
|
|
2431
|
+
main .order-by__text,
|
|
2432
|
+
main .results-per-page__text {
|
|
2433
|
+
margin-right: var(--stzh-space-xsmall);
|
|
2434
|
+
}
|
|
2435
|
+
main .is-dropdown-submenu {
|
|
2436
|
+
box-shadow: var(--stzh-box-shadow-popover);
|
|
2437
|
+
border: none;
|
|
2438
|
+
border-radius: var(--stzh-popover-border-radius);
|
|
2439
|
+
margin-top: var(--stzh-space-xsmall);
|
|
2440
|
+
}
|
|
2441
|
+
main .dropdown.menu > li.is-dropdown-submenu-parent > a {
|
|
2442
|
+
font-family: var(--stzh-font-family-regular);
|
|
2443
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
2444
|
+
font-style: normal;
|
|
2445
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
2446
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
2447
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
2448
|
+
display: flex;
|
|
2449
|
+
align-items: center;
|
|
2450
|
+
background: var(--stzh-color-white);
|
|
2451
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-medium);
|
|
2452
|
+
padding-right: calc(var(--stzh-space-xlarge) + var(--stzh-space-medium) + var(--stzh-space-xsmall));
|
|
2453
|
+
min-height: var(--stzh-form-input-height);
|
|
2454
|
+
border: 0.0625rem solid var(--stzh-color-grey61);
|
|
2455
|
+
margin: 0;
|
|
2456
|
+
}
|
|
2457
|
+
main .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
|
|
2458
|
+
border-color: var(--stzh-color-primary, var(--stzh-color-zueriblue)) transparent transparent;
|
|
2459
|
+
right: var(--stzh-space-medium);
|
|
2460
|
+
}
|
|
2461
|
+
main .dropdown .is-dropdown-submenu a,
|
|
2462
|
+
main .comment__header__context-menu__content-item {
|
|
2463
|
+
font-size: var(--stzh-font-micro-font-size);
|
|
2464
|
+
line-height: var(--stzh-font-micro-text-line-height);
|
|
2465
|
+
display: flex;
|
|
2466
|
+
align-items: center;
|
|
2467
|
+
justify-content: stretch;
|
|
2468
|
+
-webkit-appearance: none;
|
|
2469
|
+
-moz-appearance: none;
|
|
2470
|
+
appearance: none;
|
|
2471
|
+
text-decoration: none;
|
|
2472
|
+
border: none;
|
|
2473
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-medium);
|
|
2474
|
+
padding-left: var(--stzh-space-large);
|
|
2475
|
+
color: var(--stzh-color-grey70);
|
|
2476
|
+
background-color: transparent;
|
|
2477
|
+
height: var(--stzh-menu-item-height);
|
|
2478
|
+
line-height: var(--stzh-menu-item-height);
|
|
2479
|
+
transition: all var(--stzh-base-transition-animation-speed);
|
|
2480
|
+
cursor: pointer;
|
|
2481
|
+
}
|
|
2482
|
+
main .dropdown .is-dropdown-submenu a:hover,
|
|
2483
|
+
main .comment__header__context-menu__content-item:hover {
|
|
2484
|
+
color: var(--stzh-color-grey70);
|
|
2485
|
+
background-color: var(--stzh-color-grey5);
|
|
2486
|
+
text-decoration: none;
|
|
2487
|
+
}
|
|
2488
|
+
main .comment__header__context-menu__content-item {
|
|
2489
|
+
grid-gap: var(--stzh-space-small);
|
|
2490
|
+
gap: var(--stzh-space-small);
|
|
2491
|
+
}
|
|
2492
|
+
main .comments {
|
|
2493
|
+
padding-top: 0;
|
|
2494
|
+
margin-top: var(--stzh-space-medium);
|
|
2495
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2496
|
+
}
|
|
2497
|
+
main .comments .section-heading {
|
|
2498
|
+
margin-top: 0;
|
|
2499
|
+
}
|
|
2500
|
+
main .comment__header,
|
|
2501
|
+
main .comment__footer,
|
|
2502
|
+
main .add-comment {
|
|
2503
|
+
padding: var(--stzh-space-medium);
|
|
2504
|
+
}
|
|
2505
|
+
@media screen and (min-width: 1024px) {
|
|
2506
|
+
main .comment__header,
|
|
2507
|
+
main .comment__footer,
|
|
2508
|
+
main .add-comment {
|
|
2509
|
+
padding: var(--stzh-space-large);
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
@media screen and (min-width: 1260px) {
|
|
2513
|
+
main .comment__header,
|
|
2514
|
+
main .comment__footer,
|
|
2515
|
+
main .add-comment {
|
|
2516
|
+
padding: var(--stzh-space-xlarge);
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
main .add-comment {
|
|
2520
|
+
background-color: transparent;
|
|
2521
|
+
padding: 0;
|
|
2522
|
+
}
|
|
2523
|
+
main .add-comment .remaining-character-count {
|
|
2524
|
+
color: var(--stzh-base-color);
|
|
2525
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-small);
|
|
2526
|
+
}
|
|
2527
|
+
main .comment-threads {
|
|
2528
|
+
margin-bottom: var(--stzh-space-xxxlarge);
|
|
2529
|
+
}
|
|
2530
|
+
main .comment__content {
|
|
2531
|
+
padding-left: var(--stzh-space-medium);
|
|
2532
|
+
padding-right: var(--stzh-space-medium);
|
|
2533
|
+
}
|
|
2534
|
+
@media screen and (min-width: 1024px) {
|
|
2535
|
+
main .comment__content {
|
|
2536
|
+
padding-left: var(--stzh-space-large);
|
|
2537
|
+
}
|
|
2538
|
+
}
|
|
2539
|
+
@media screen and (min-width: 1260px) {
|
|
2540
|
+
main .comment__content {
|
|
2541
|
+
padding-left: var(--stzh-space-xlarge);
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
@media screen and (min-width: 1024px) {
|
|
2545
|
+
main .comment__content {
|
|
2546
|
+
padding-right: var(--stzh-space-large);
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
@media screen and (min-width: 1260px) {
|
|
2550
|
+
main .comment__content {
|
|
2551
|
+
padding-right: var(--stzh-space-xlarge);
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
main .comment__content p {
|
|
2555
|
+
margin-top: 0;
|
|
2556
|
+
margin-bottom: 0;
|
|
2557
|
+
}
|
|
2558
|
+
main .comment__footer {
|
|
2559
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
2560
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
2561
|
+
}
|
|
2562
|
+
@media screen and (min-width: 1024px) {
|
|
2563
|
+
main .comment__footer {
|
|
2564
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
2565
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
2566
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
main .comment__votes {
|
|
2570
|
+
margin-top: 0;
|
|
2571
|
+
}
|
|
2572
|
+
main .comment__header__context-menu__content {
|
|
2573
|
+
box-shadow: var(--stzh-box-shadow-popover);
|
|
2574
|
+
}
|
|
2575
|
+
main .opinion-toggle {
|
|
2576
|
+
margin: var(--stzh-space-xlarge) 0;
|
|
2577
|
+
}
|
|
2578
|
+
main .button:hover,
|
|
2579
|
+
main .meeting-polls__button:hover,
|
|
2580
|
+
main .opinion-toggle--meh.is-active,
|
|
2581
|
+
main .opinion-toggle--meh:focus,
|
|
2582
|
+
main .opinion-toggle--meh:hover {
|
|
2583
|
+
background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
2584
|
+
border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
2585
|
+
}
|
|
2586
|
+
main .opinion-toggle--ko.is-active,
|
|
2587
|
+
main .opinion-toggle--ko:focus,
|
|
2588
|
+
main .opinion-toggle--ko:hover {
|
|
2589
|
+
background-color: var(--stzh-color-error);
|
|
2590
|
+
border-color: var(--stzh-color-error);
|
|
2591
|
+
}
|
|
2592
|
+
main .opinion-toggle--ok.is-active,
|
|
2593
|
+
main .opinion-toggle--ok:focus,
|
|
2594
|
+
main .opinion-toggle--ok:hover {
|
|
2595
|
+
background-color: var(--stzh-color-truegreen);
|
|
2596
|
+
border-color: var(--stzh-color-truegreen);
|
|
2597
|
+
}
|
|
2598
|
+
main .process-nav__content {
|
|
2599
|
+
border-bottom: none;
|
|
2600
|
+
}
|
|
2601
|
+
@media screen and (min-width: 40em) {
|
|
2602
|
+
main .process-nav__content {
|
|
2603
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
@media screen and (min-width: 40em) {
|
|
2607
|
+
main .process-nav li {
|
|
2608
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-small);
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
main .statistics-cell {
|
|
2612
|
+
margin: var(--stzh-space-xxlarge) 0;
|
|
2613
|
+
}
|
|
2614
|
+
main .statistics-cell .statistic__number {
|
|
2615
|
+
font-family: var(--stzh-font-family-regular);
|
|
2616
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
2617
|
+
font-style: normal;
|
|
2618
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
2619
|
+
}
|
|
2620
|
+
main .statistics-cell .statistic__title {
|
|
2621
|
+
font-family: var(--stzh-font-family-heavy);
|
|
2622
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
2623
|
+
font-style: normal;
|
|
2624
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
2625
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
2626
|
+
color: var(--stzh-base-lead-color);
|
|
2627
|
+
margin-top: 0;
|
|
2628
|
+
text-transform: none;
|
|
2629
|
+
}
|
|
2630
|
+
@media screen and (min-width: 1024px) {
|
|
2631
|
+
main .statistics-cell .statistic__title {
|
|
2632
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
2633
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
2634
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
main .statistics-cell .statistic__data:after {
|
|
2638
|
+
border-left: 0.125rem solid var(--stzh-base-border-color);
|
|
2639
|
+
}
|
|
2640
|
+
main .ql-editor {
|
|
2641
|
+
/* Font weights */
|
|
2642
|
+
/* Coloring */
|
|
2643
|
+
/* Fon sizings & Spacings */
|
|
2644
|
+
/* Lists */
|
|
2645
|
+
/* Figure */
|
|
2646
|
+
/* Blockquote */
|
|
2647
|
+
/* Links */
|
|
2648
|
+
}
|
|
2649
|
+
main .ql-editor h1, main .ql-editor h2, main .ql-editor h3, main .ql-editor h4 {
|
|
2650
|
+
font-family: var(--stzh-font-family-title);
|
|
2651
|
+
font-weight: var(--stzh-font-weight-title);
|
|
2652
|
+
margin: 0;
|
|
2653
|
+
}
|
|
2654
|
+
main .ql-editor b, main .ql-editor strong {
|
|
2655
|
+
font-family: var(--stzh-font-family-heavy);
|
|
2656
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
2657
|
+
font-style: normal;
|
|
2658
|
+
}
|
|
2659
|
+
main .ql-editor i, main .ql-editor em {
|
|
2660
|
+
font-family: var(--stzh-font-family-regular);
|
|
2661
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
2662
|
+
font-style: normal;
|
|
2663
|
+
}
|
|
2664
|
+
main .ql-editor h1, main .ql-editor h2, main .ql-editor h3 {
|
|
2665
|
+
color: var(--stzh-heading-color);
|
|
2666
|
+
}
|
|
2667
|
+
main .ql-editor,
|
|
2668
|
+
main .ql-editor p,
|
|
2669
|
+
main .ql-editor stzh-text {
|
|
2670
|
+
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
2671
|
+
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
2672
|
+
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
2673
|
+
}
|
|
2674
|
+
@media screen and (min-width: 1024px) {
|
|
2675
|
+
main .ql-editor,
|
|
2676
|
+
main .ql-editor p,
|
|
2677
|
+
main .ql-editor stzh-text {
|
|
2678
|
+
font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));
|
|
2679
|
+
line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
2680
|
+
letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
main .ql-editor h1 {
|
|
2684
|
+
font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));
|
|
2685
|
+
line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));
|
|
2686
|
+
letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
2687
|
+
}
|
|
2688
|
+
@media screen and (min-width: 600px) {
|
|
2689
|
+
main .ql-editor h1 {
|
|
2690
|
+
font-size: var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));
|
|
2691
|
+
line-height: var(--stzh-font-curve-h1-small-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
2692
|
+
letter-spacing: var(--stzh-font-curve-h1-small-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
@media screen and (min-width: 1024px) {
|
|
2696
|
+
main .ql-editor h1 {
|
|
2697
|
+
font-size: var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));
|
|
2698
|
+
line-height: var(--stzh-font-curve-h1-medium-heading-line-height, var(--stzh-font-mega-text-line-height));
|
|
2699
|
+
letter-spacing: var(--stzh-font-curve-h1-medium-heading-letter-spacing, var(--stzh-font-mega-text-letter-spacing));
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
@media screen and (min-width: 1440px) {
|
|
2703
|
+
main .ql-editor h1 {
|
|
2704
|
+
font-size: var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));
|
|
2705
|
+
line-height: var(--stzh-font-curve-h1-ultra-heading-line-height, var(--stzh-font-giga-text-line-height));
|
|
2706
|
+
letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
main .ql-editor h2 {
|
|
2710
|
+
font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));
|
|
2711
|
+
line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
2712
|
+
letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);
|
|
2713
|
+
}
|
|
2714
|
+
@media screen and (min-width: 600px) {
|
|
2715
|
+
main .ql-editor h2 {
|
|
2716
|
+
font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));
|
|
2717
|
+
line-height: var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));
|
|
2718
|
+
letter-spacing: var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
@media screen and (min-width: 1024px) {
|
|
2722
|
+
main .ql-editor h2 {
|
|
2723
|
+
font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));
|
|
2724
|
+
line-height: var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));
|
|
2725
|
+
letter-spacing: var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
@media screen and (min-width: 1440px) {
|
|
2729
|
+
main .ql-editor h2 {
|
|
2730
|
+
font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));
|
|
2731
|
+
line-height: var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));
|
|
2732
|
+
letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
2733
|
+
}
|
|
2734
|
+
}
|
|
2735
|
+
main .ql-editor h3 {
|
|
2736
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
2737
|
+
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
2738
|
+
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
2739
|
+
}
|
|
2740
|
+
@media screen and (min-width: 600px) {
|
|
2741
|
+
main .ql-editor h3 {
|
|
2742
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
2743
|
+
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
2744
|
+
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
@media screen and (min-width: 1024px) {
|
|
2748
|
+
main .ql-editor h3 {
|
|
2749
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
2750
|
+
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
2751
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
2752
|
+
}
|
|
2753
|
+
}
|
|
2754
|
+
main .ql-editor h4 {
|
|
2755
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
2756
|
+
line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));
|
|
2757
|
+
letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);
|
|
2758
|
+
}
|
|
2759
|
+
@media screen and (min-width: 1024px) {
|
|
2760
|
+
main .ql-editor h4 {
|
|
2761
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
2762
|
+
line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
2763
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
main .ql-editor h1,
|
|
2767
|
+
main .ql-editor h2,
|
|
2768
|
+
main .ql-editor stzh-heading[level="1"],
|
|
2769
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2770
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2771
|
+
}
|
|
2772
|
+
@media screen and (min-width: 600px) {
|
|
2773
|
+
main .ql-editor h1,
|
|
2774
|
+
main .ql-editor h2,
|
|
2775
|
+
main .ql-editor stzh-heading[level="1"],
|
|
2776
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2777
|
+
margin-bottom: var(--stzh-space-large);
|
|
2778
|
+
}
|
|
2779
|
+
}
|
|
2780
|
+
@media screen and (min-width: 1024px) {
|
|
2781
|
+
main .ql-editor h1,
|
|
2782
|
+
main .ql-editor h2,
|
|
2783
|
+
main .ql-editor stzh-heading[level="1"],
|
|
2784
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2785
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
@media screen and (min-width: 1260px) {
|
|
2789
|
+
main .ql-editor h1,
|
|
2790
|
+
main .ql-editor h2,
|
|
2791
|
+
main .ql-editor stzh-heading[level="1"],
|
|
2792
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2793
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
main .ql-editor h1, main .ql-editor h2 {
|
|
2797
|
+
padding-bottom: var(--stzh-space-xsmall);
|
|
2798
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
2799
|
+
}
|
|
2800
|
+
@media screen and (min-width: 600px) {
|
|
2801
|
+
main .ql-editor h1, main .ql-editor h2 {
|
|
2802
|
+
padding-bottom: var(--stzh-space-small);
|
|
2803
|
+
}
|
|
2804
|
+
}
|
|
2805
|
+
@media screen and (min-width: 1024px) {
|
|
2806
|
+
main .ql-editor h1, main .ql-editor h2 {
|
|
2807
|
+
padding-bottom: var(--stzh-space-medium);
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
@media screen and (min-width: 1260px) {
|
|
2811
|
+
main .ql-editor h1, main .ql-editor h2 {
|
|
2812
|
+
padding-bottom: var(--stzh-space-large);
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
main .ql-editor h1,
|
|
2816
|
+
main .ql-editor stzh-heading[level="1"] {
|
|
2817
|
+
margin-top: var(--stzh-space-large);
|
|
2818
|
+
}
|
|
2819
|
+
@media screen and (min-width: 600px) {
|
|
2820
|
+
main .ql-editor h1,
|
|
2821
|
+
main .ql-editor stzh-heading[level="1"] {
|
|
2822
|
+
margin-top: var(--stzh-space-xlarge);
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
@media screen and (min-width: 1024px) {
|
|
2826
|
+
main .ql-editor h1,
|
|
2827
|
+
main .ql-editor stzh-heading[level="1"] {
|
|
2828
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
@media screen and (min-width: 1260px) {
|
|
2832
|
+
main .ql-editor h1,
|
|
2833
|
+
main .ql-editor stzh-heading[level="1"] {
|
|
2834
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
main .ql-editor h2,
|
|
2838
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2839
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2840
|
+
}
|
|
2841
|
+
@media screen and (min-width: 600px) {
|
|
2842
|
+
main .ql-editor h2,
|
|
2843
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2844
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
2845
|
+
}
|
|
2846
|
+
}
|
|
2847
|
+
@media screen and (min-width: 1260px) {
|
|
2848
|
+
main .ql-editor h2,
|
|
2849
|
+
main .ql-editor stzh-heading[level="2"] {
|
|
2850
|
+
margin-top: var(--stzh-space-xbig);
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
main .ql-editor h3,
|
|
2854
|
+
main .ql-editor stzh-heading[level="3"] {
|
|
2855
|
+
margin-top: var(--stzh-space-medium);
|
|
2856
|
+
}
|
|
2857
|
+
@media screen and (min-width: 600px) {
|
|
2858
|
+
main .ql-editor h3,
|
|
2859
|
+
main .ql-editor stzh-heading[level="3"] {
|
|
2860
|
+
margin-top: var(--stzh-space-large);
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
@media screen and (min-width: 1024px) {
|
|
2864
|
+
main .ql-editor h3,
|
|
2865
|
+
main .ql-editor stzh-heading[level="3"] {
|
|
2866
|
+
margin-top: var(--stzh-space-xlarge);
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
@media screen and (min-width: 1260px) {
|
|
2870
|
+
main .ql-editor h3,
|
|
2871
|
+
main .ql-editor stzh-heading[level="3"] {
|
|
2872
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2873
|
+
}
|
|
2874
|
+
}
|
|
2875
|
+
main .ql-editor h4,
|
|
2876
|
+
main .ql-editor stzh-heading[level="4"] {
|
|
2877
|
+
margin-top: var(--stzh-space-medium);
|
|
2878
|
+
}
|
|
2879
|
+
@media screen and (min-width: 600px) {
|
|
2880
|
+
main .ql-editor h4,
|
|
2881
|
+
main .ql-editor stzh-heading[level="4"] {
|
|
2882
|
+
margin-top: var(--stzh-space-large);
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
@media screen and (min-width: 1024px) {
|
|
2886
|
+
main .ql-editor h4,
|
|
2887
|
+
main .ql-editor stzh-heading[level="4"] {
|
|
2888
|
+
margin-top: var(--stzh-space-xlarge);
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
@media screen and (min-width: 1260px) {
|
|
2892
|
+
main .ql-editor h4,
|
|
2893
|
+
main .ql-editor stzh-heading[level="4"] {
|
|
2894
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
main .ql-editor p,
|
|
2898
|
+
main .ql-editor stzh-text,
|
|
2899
|
+
main .ql-editor ul,
|
|
2900
|
+
main .ql-editor ol,
|
|
2901
|
+
main .ql-editor dl,
|
|
2902
|
+
main .ql-editor stzh-list {
|
|
2903
|
+
margin-top: var(--stzh-space-small);
|
|
2904
|
+
margin-bottom: var(--stzh-space-small);
|
|
2905
|
+
}
|
|
2906
|
+
@media screen and (min-width: 1024px) {
|
|
2907
|
+
main .ql-editor p,
|
|
2908
|
+
main .ql-editor stzh-text,
|
|
2909
|
+
main .ql-editor ul,
|
|
2910
|
+
main .ql-editor ol,
|
|
2911
|
+
main .ql-editor dl,
|
|
2912
|
+
main .ql-editor stzh-list {
|
|
2913
|
+
margin-top: var(--stzh-space-medium);
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
2916
|
+
@media screen and (min-width: 1024px) {
|
|
2917
|
+
main .ql-editor p,
|
|
2918
|
+
main .ql-editor stzh-text,
|
|
2919
|
+
main .ql-editor ul,
|
|
2920
|
+
main .ql-editor ol,
|
|
2921
|
+
main .ql-editor dl,
|
|
2922
|
+
main .ql-editor stzh-list {
|
|
2923
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
main .ql-editor ul ul,
|
|
2927
|
+
main .ql-editor ul ol,
|
|
2928
|
+
main .ql-editor ul dl,
|
|
2929
|
+
main .ql-editor ul stzh-list,
|
|
2930
|
+
main .ql-editor ol ul,
|
|
2931
|
+
main .ql-editor ol ol,
|
|
2932
|
+
main .ql-editor ol dl,
|
|
2933
|
+
main .ql-editor ol stzh-list,
|
|
2934
|
+
main .ql-editor dl ul,
|
|
2935
|
+
main .ql-editor dl ol,
|
|
2936
|
+
main .ql-editor dl dl,
|
|
2937
|
+
main .ql-editor dl stzh-list,
|
|
2938
|
+
main .ql-editor stzh-list ul,
|
|
2939
|
+
main .ql-editor stzh-list ol,
|
|
2940
|
+
main .ql-editor stzh-list dl,
|
|
2941
|
+
main .ql-editor stzh-list stzh-list {
|
|
2942
|
+
margin-top: 0;
|
|
2943
|
+
margin-bottom: 0;
|
|
2944
|
+
}
|
|
2945
|
+
main .ql-editor stzh-text[curve=hero],
|
|
2946
|
+
main .ql-editor stzh-heading[curve=hero] {
|
|
2947
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2948
|
+
}
|
|
2949
|
+
@media screen and (min-width: 600px) {
|
|
2950
|
+
main .ql-editor stzh-text[curve=hero],
|
|
2951
|
+
main .ql-editor stzh-heading[curve=hero] {
|
|
2952
|
+
margin-bottom: var(--stzh-space-large);
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
@media screen and (min-width: 1024px) {
|
|
2956
|
+
main .ql-editor stzh-text[curve=hero],
|
|
2957
|
+
main .ql-editor stzh-heading[curve=hero] {
|
|
2958
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
@media screen and (min-width: 1260px) {
|
|
2962
|
+
main .ql-editor stzh-text[curve=hero],
|
|
2963
|
+
main .ql-editor stzh-heading[curve=hero] {
|
|
2964
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
main .ql-editor stzh-text[curve=h1],
|
|
2968
|
+
main .ql-editor stzh-heading[curve=h1],
|
|
2969
|
+
main .ql-editor stzh-text[curve=h2],
|
|
2970
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
2971
|
+
margin-bottom: var(--stzh-space-medium);
|
|
2972
|
+
}
|
|
2973
|
+
@media screen and (min-width: 600px) {
|
|
2974
|
+
main .ql-editor stzh-text[curve=h1],
|
|
2975
|
+
main .ql-editor stzh-heading[curve=h1],
|
|
2976
|
+
main .ql-editor stzh-text[curve=h2],
|
|
2977
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
2978
|
+
margin-bottom: var(--stzh-space-large);
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
@media screen and (min-width: 1024px) {
|
|
2982
|
+
main .ql-editor stzh-text[curve=h1],
|
|
2983
|
+
main .ql-editor stzh-heading[curve=h1],
|
|
2984
|
+
main .ql-editor stzh-text[curve=h2],
|
|
2985
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
2986
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
2987
|
+
}
|
|
2988
|
+
}
|
|
2989
|
+
@media screen and (min-width: 1260px) {
|
|
2990
|
+
main .ql-editor stzh-text[curve=h1],
|
|
2991
|
+
main .ql-editor stzh-heading[curve=h1],
|
|
2992
|
+
main .ql-editor stzh-text[curve=h2],
|
|
2993
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
2994
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
main .ql-editor stzh-text[curve=h1],
|
|
2998
|
+
main .ql-editor stzh-heading[curve=h1] {
|
|
2999
|
+
margin-top: var(--stzh-space-large);
|
|
3000
|
+
}
|
|
3001
|
+
@media screen and (min-width: 600px) {
|
|
3002
|
+
main .ql-editor stzh-text[curve=h1],
|
|
3003
|
+
main .ql-editor stzh-heading[curve=h1] {
|
|
3004
|
+
margin-top: var(--stzh-space-xlarge);
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
@media screen and (min-width: 1024px) {
|
|
3008
|
+
main .ql-editor stzh-text[curve=h1],
|
|
3009
|
+
main .ql-editor stzh-heading[curve=h1] {
|
|
3010
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
@media screen and (min-width: 1260px) {
|
|
3014
|
+
main .ql-editor stzh-text[curve=h1],
|
|
3015
|
+
main .ql-editor stzh-heading[curve=h1] {
|
|
3016
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
main .ql-editor stzh-text[curve=h2],
|
|
3020
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
3021
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
3022
|
+
}
|
|
3023
|
+
@media screen and (min-width: 600px) {
|
|
3024
|
+
main .ql-editor stzh-text[curve=h2],
|
|
3025
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
3026
|
+
margin-top: var(--stzh-space-xxxxlarge);
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
@media screen and (min-width: 1260px) {
|
|
3030
|
+
main .ql-editor stzh-text[curve=h2],
|
|
3031
|
+
main .ql-editor stzh-heading[curve=h2] {
|
|
3032
|
+
margin-top: var(--stzh-space-xbig);
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
main .ql-editor stzh-text[curve=h3],
|
|
3036
|
+
main .ql-editor stzh-heading[curve=h3] {
|
|
3037
|
+
margin-top: var(--stzh-space-medium);
|
|
3038
|
+
}
|
|
3039
|
+
@media screen and (min-width: 600px) {
|
|
3040
|
+
main .ql-editor stzh-text[curve=h3],
|
|
3041
|
+
main .ql-editor stzh-heading[curve=h3] {
|
|
3042
|
+
margin-top: var(--stzh-space-large);
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
3045
|
+
@media screen and (min-width: 1024px) {
|
|
3046
|
+
main .ql-editor stzh-text[curve=h3],
|
|
3047
|
+
main .ql-editor stzh-heading[curve=h3] {
|
|
3048
|
+
margin-top: var(--stzh-space-xlarge);
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
@media screen and (min-width: 1260px) {
|
|
3052
|
+
main .ql-editor stzh-text[curve=h3],
|
|
3053
|
+
main .ql-editor stzh-heading[curve=h3] {
|
|
3054
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
main .ql-editor stzh-text[curve=h4],
|
|
3058
|
+
main .ql-editor stzh-heading[curve=h4] {
|
|
3059
|
+
margin-top: var(--stzh-space-medium);
|
|
3060
|
+
}
|
|
3061
|
+
@media screen and (min-width: 600px) {
|
|
3062
|
+
main .ql-editor stzh-text[curve=h4],
|
|
3063
|
+
main .ql-editor stzh-heading[curve=h4] {
|
|
3064
|
+
margin-top: var(--stzh-space-large);
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
@media screen and (min-width: 1024px) {
|
|
3068
|
+
main .ql-editor stzh-text[curve=h4],
|
|
3069
|
+
main .ql-editor stzh-heading[curve=h4] {
|
|
3070
|
+
margin-top: var(--stzh-space-xlarge);
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
@media screen and (min-width: 1260px) {
|
|
3074
|
+
main .ql-editor stzh-text[curve=h4],
|
|
3075
|
+
main .ql-editor stzh-heading[curve=h4] {
|
|
3076
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
main .ql-editor stzh-text[curve=p1],
|
|
3080
|
+
main .ql-editor stzh-text[curve=p2],
|
|
3081
|
+
main .ql-editor stzh-heading[curve=p1],
|
|
3082
|
+
main .ql-editor stzh-heading[curve=p2] {
|
|
3083
|
+
margin-top: var(--stzh-space-small);
|
|
3084
|
+
margin-bottom: var(--stzh-space-small);
|
|
3085
|
+
}
|
|
3086
|
+
@media screen and (min-width: 1024px) {
|
|
3087
|
+
main .ql-editor stzh-text[curve=p1],
|
|
3088
|
+
main .ql-editor stzh-text[curve=p2],
|
|
3089
|
+
main .ql-editor stzh-heading[curve=p1],
|
|
3090
|
+
main .ql-editor stzh-heading[curve=p2] {
|
|
3091
|
+
margin-top: var(--stzh-space-medium);
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
@media screen and (min-width: 1024px) {
|
|
3095
|
+
main .ql-editor stzh-text[curve=p1],
|
|
3096
|
+
main .ql-editor stzh-text[curve=p2],
|
|
3097
|
+
main .ql-editor stzh-heading[curve=p1],
|
|
3098
|
+
main .ql-editor stzh-heading[curve=p2] {
|
|
3099
|
+
margin-bottom: var(--stzh-space-medium);
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
main .ql-editor stzh-figure {
|
|
3103
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
3104
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
3105
|
+
}
|
|
3106
|
+
main .ql-editor blockquote {
|
|
3107
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3108
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3109
|
+
font-style: normal;
|
|
3110
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
3111
|
+
line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
3112
|
+
letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
|
|
3113
|
+
padding-left: var(--stzh-space-medium);
|
|
3114
|
+
padding-right: var(--stzh-space-medium);
|
|
3115
|
+
margin: var(--stzh-space-large);
|
|
3116
|
+
color: var(--stzh-richttext-blockquote-color);
|
|
3117
|
+
position: relative;
|
|
3118
|
+
}
|
|
3119
|
+
@media screen and (min-width: 600px) {
|
|
3120
|
+
main .ql-editor blockquote {
|
|
3121
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
3122
|
+
line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));
|
|
3123
|
+
letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
@media screen and (min-width: 1024px) {
|
|
3127
|
+
main .ql-editor blockquote {
|
|
3128
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
3129
|
+
line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));
|
|
3130
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
@media screen and (min-width: 1024px) {
|
|
3134
|
+
main .ql-editor blockquote {
|
|
3135
|
+
padding-left: var(--stzh-space-large);
|
|
3136
|
+
}
|
|
3137
|
+
}
|
|
3138
|
+
@media screen and (min-width: 1260px) {
|
|
3139
|
+
main .ql-editor blockquote {
|
|
3140
|
+
padding-left: var(--stzh-space-xlarge);
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
@media screen and (min-width: 1024px) {
|
|
3144
|
+
main .ql-editor blockquote {
|
|
3145
|
+
padding-right: var(--stzh-space-large);
|
|
3146
|
+
}
|
|
3147
|
+
}
|
|
3148
|
+
@media screen and (min-width: 1260px) {
|
|
3149
|
+
main .ql-editor blockquote {
|
|
3150
|
+
padding-right: var(--stzh-space-xlarge);
|
|
3151
|
+
}
|
|
3152
|
+
}
|
|
3153
|
+
@media screen and (min-width: 600px) {
|
|
3154
|
+
main .ql-editor blockquote {
|
|
3155
|
+
margin: var(--stzh-space-xlarge);
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
@media screen and (min-width: 1024px) {
|
|
3159
|
+
main .ql-editor blockquote {
|
|
3160
|
+
margin: var(--stzh-space-xxlarge);
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
@media screen and (min-width: 1260px) {
|
|
3164
|
+
main .ql-editor blockquote {
|
|
3165
|
+
margin: var(--stzh-space-xxxxlarge);
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
main .ql-editor blockquote:before {
|
|
3169
|
+
background: var(--stzh-richttext-blockquote-line-color);
|
|
3170
|
+
height: calc(100% - var(--stzh-space-xsmall) * 2);
|
|
3171
|
+
width: 0.1875rem;
|
|
3172
|
+
content: " ";
|
|
3173
|
+
display: block;
|
|
3174
|
+
position: absolute;
|
|
3175
|
+
left: 0;
|
|
3176
|
+
top: var(--stzh-space-xsmall);
|
|
3177
|
+
}
|
|
3178
|
+
main .ql-editor blockquote p {
|
|
3179
|
+
margin-top: 0;
|
|
3180
|
+
margin-bottom: var(--stzh-space-small);
|
|
3181
|
+
}
|
|
3182
|
+
@media screen and (min-width: 1024px) {
|
|
3183
|
+
main .ql-editor blockquote p {
|
|
3184
|
+
margin-bottom: var(--stzh-space-medium);
|
|
3185
|
+
}
|
|
3186
|
+
}
|
|
3187
|
+
main .ql-editor blockquote p::before, main .ql-editor blockquote p::after {
|
|
3188
|
+
display: inline-block;
|
|
3189
|
+
}
|
|
3190
|
+
main .ql-editor blockquote p::before {
|
|
3191
|
+
content: "«";
|
|
3192
|
+
}
|
|
3193
|
+
main .ql-editor blockquote p::after {
|
|
3194
|
+
content: "»";
|
|
3195
|
+
}
|
|
3196
|
+
main .ql-editor blockquote footer {
|
|
3197
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3198
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3199
|
+
color: var(--stzh-richttext-blockquote-footer-color);
|
|
3200
|
+
}
|
|
3201
|
+
@media screen and (min-width: 1024px) {
|
|
3202
|
+
main .ql-editor blockquote footer {
|
|
3203
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3204
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3205
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
3208
|
+
main .ql-editor blockquote footer::before {
|
|
3209
|
+
content: "–";
|
|
3210
|
+
display: inline-block;
|
|
3211
|
+
margin-right: var(--stzh-space-xxxsmall);
|
|
3212
|
+
}
|
|
3213
|
+
main .ql-editor a {
|
|
3214
|
+
color: var(--stzh-link-color);
|
|
3215
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
3216
|
+
border-radius: var(--stzh-button-border-radius);
|
|
3217
|
+
}
|
|
3218
|
+
main .ql-editor a:hover, main .ql-editor a:focus {
|
|
3219
|
+
color: var(--stzh-link-hover-color);
|
|
3220
|
+
}
|
|
3221
|
+
main .ql-editor a .stzh-richtext__external-link {
|
|
3222
|
+
position: relative;
|
|
3223
|
+
}
|
|
3224
|
+
main .ql-editor a .stzh-richtext__external-icon-wrapper {
|
|
3225
|
+
position: relative;
|
|
3226
|
+
display: inline-block;
|
|
3227
|
+
width: var(--stzh-icon-size-default);
|
|
3228
|
+
height: var(--stzh-link-icon-wrapper-height);
|
|
3229
|
+
margin-left: var(--stzh-space-xxsmall);
|
|
3230
|
+
}
|
|
3231
|
+
main .ql-editor a .stzh-richtext__external-icon {
|
|
3232
|
+
--icon: var(--stzh-icon-size-default);
|
|
3233
|
+
position: absolute;
|
|
3234
|
+
top: 50%;
|
|
3235
|
+
left: 50%;
|
|
3236
|
+
transform: translate(-50%, -50%);
|
|
3237
|
+
margin-top: 0.0625rem;
|
|
3238
|
+
width: var(--stzh-icon-size-default);
|
|
3239
|
+
height: var(--stzh-icon-size-default);
|
|
3240
|
+
}
|
|
3241
|
+
main .ql-editor *:first-child {
|
|
3242
|
+
margin-top: 0;
|
|
3243
|
+
}
|
|
3244
|
+
main .help-text {
|
|
3245
|
+
color: var(--stzh-base-color);
|
|
3246
|
+
}
|
|
3247
|
+
main .help-text .ql-editor p {
|
|
3248
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3249
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3250
|
+
}
|
|
3251
|
+
@media screen and (min-width: 1024px) {
|
|
3252
|
+
main .help-text .ql-editor p {
|
|
3253
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3254
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3255
|
+
}
|
|
3256
|
+
}
|
|
3257
|
+
main .accountability .categories .categories--header span,
|
|
3258
|
+
main .accountability .categories .progress-figure,
|
|
3259
|
+
main .accountability .categories .categories--group .category--title .progress-info .category--count {
|
|
3260
|
+
color: var(--stzh-base-color);
|
|
3261
|
+
}
|
|
3262
|
+
main .accountability .categories .categories--header .icon--arrow-bottom {
|
|
3263
|
+
fill: var(--stzh-base-color);
|
|
3264
|
+
}
|
|
3265
|
+
main .accountability .categories .categories--header {
|
|
3266
|
+
border-color: var(--stzh-base-border-color);
|
|
3267
|
+
margin-bottom: var(--stzh-space-medium);
|
|
3268
|
+
padding-bottom: var(--stzh-space-medium);
|
|
3269
|
+
}
|
|
3270
|
+
main .accountability .intro .progress-level p {
|
|
3271
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3272
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3273
|
+
font-style: normal;
|
|
3274
|
+
margin-bottom: var(--stzh-space-small);
|
|
3275
|
+
margin-top: 0;
|
|
3276
|
+
}
|
|
3277
|
+
@media screen and (min-width: 1024px) {
|
|
3278
|
+
main .accountability .intro .progress-level p {
|
|
3279
|
+
margin-bottom: var(--stzh-space-medium);
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3282
|
+
main .accountability .categories .progress-figure {
|
|
3283
|
+
margin-top: 0;
|
|
3284
|
+
}
|
|
3285
|
+
main .accountability .categories .categories--group .category--title .progress-info .category--count {
|
|
3286
|
+
margin-top: var(--stzh-space-xxxsmall);
|
|
3287
|
+
}
|
|
3288
|
+
main .accountability .title-action {
|
|
3289
|
+
margin-bottom: var(--stzh-space-medium);
|
|
3290
|
+
}
|
|
3291
|
+
@media screen and (min-width: 1024px) {
|
|
3292
|
+
main .accountability .title-action {
|
|
3293
|
+
margin-bottom: var(--stzh-space-large);
|
|
3294
|
+
}
|
|
3295
|
+
}
|
|
3296
|
+
@media screen and (min-width: 1260px) {
|
|
3297
|
+
main .accountability .title-action {
|
|
3298
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
3299
|
+
}
|
|
3300
|
+
}
|
|
3301
|
+
main .lines-breadcrumb a,
|
|
3302
|
+
main .muted-link {
|
|
3303
|
+
font-family: var(--stzh-font-family-regular);
|
|
3304
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
3305
|
+
font-style: normal;
|
|
3306
|
+
color: var(--stzh-link-color);
|
|
3307
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
3308
|
+
border-radius: var(--stzh-button-border-radius);
|
|
3309
|
+
}
|
|
3310
|
+
main .lines-breadcrumb a:hover, main .lines-breadcrumb a:focus,
|
|
3311
|
+
main .muted-link:hover,
|
|
3312
|
+
main .muted-link:focus {
|
|
3313
|
+
color: var(--stzh-link-hover-color);
|
|
3314
|
+
}
|
|
3315
|
+
main .lead .ql-editor p {
|
|
3316
|
+
font-family: var(--stzh-font-family-light);
|
|
3317
|
+
font-weight: var(--stzh-font-weight-light);
|
|
3318
|
+
font-style: normal;
|
|
3319
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
3320
|
+
line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
3321
|
+
letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
|
|
3322
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
3323
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
3324
|
+
}
|
|
3325
|
+
@media screen and (min-width: 600px) {
|
|
3326
|
+
main .lead .ql-editor p {
|
|
3327
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
3328
|
+
line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));
|
|
3329
|
+
letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);
|
|
3330
|
+
}
|
|
3331
|
+
}
|
|
3332
|
+
@media screen and (min-width: 1024px) {
|
|
3333
|
+
main .lead .ql-editor p {
|
|
3334
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
3335
|
+
line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));
|
|
3336
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);
|
|
3337
|
+
}
|
|
3338
|
+
}
|
|
3339
|
+
@media screen and (min-width: 600px) {
|
|
3340
|
+
main .lead .ql-editor p {
|
|
3341
|
+
margin-bottom: var(--stzh-space-xxxxlarge);
|
|
3342
|
+
}
|
|
3343
|
+
}
|
|
3344
|
+
@media screen and (min-width: 1260px) {
|
|
3345
|
+
main .lead .ql-editor p {
|
|
3346
|
+
margin-bottom: var(--stzh-space-xbig);
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
main .callout.secondary,
|
|
3350
|
+
main .callout.warning,
|
|
3351
|
+
main .callout.success,
|
|
3352
|
+
main .floating-helper__content {
|
|
3353
|
+
padding: var(--stzh-space-medium);
|
|
3354
|
+
padding: var(--stzh-space-medium);
|
|
3355
|
+
display: block;
|
|
3356
|
+
box-shadow: var(--stzh-box-shadow-message);
|
|
3357
|
+
background-color: var(--stzh-color-white);
|
|
3358
|
+
margin-bottom: var(--stzh-space-xxxxlarge) !important;
|
|
3359
|
+
}
|
|
3360
|
+
@media screen and (min-width: 1024px) {
|
|
3361
|
+
main .callout.secondary,
|
|
3362
|
+
main .callout.warning,
|
|
3363
|
+
main .callout.success,
|
|
3364
|
+
main .floating-helper__content {
|
|
3365
|
+
padding: var(--stzh-space-large);
|
|
3366
|
+
}
|
|
3367
|
+
}
|
|
3368
|
+
@media screen and (min-width: 1260px) {
|
|
3369
|
+
main .callout.secondary,
|
|
3370
|
+
main .callout.warning,
|
|
3371
|
+
main .callout.success,
|
|
3372
|
+
main .floating-helper__content {
|
|
3373
|
+
padding: var(--stzh-space-xlarge);
|
|
3374
|
+
}
|
|
3375
|
+
}
|
|
3376
|
+
main .callout {
|
|
3377
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3378
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3379
|
+
font-style: normal;
|
|
3380
|
+
border-left-width: 0.3125rem;
|
|
3381
|
+
}
|
|
3382
|
+
main .callout .heading2:first-child,
|
|
3383
|
+
main .callout .heading3:first-child {
|
|
3384
|
+
margin-top: 0;
|
|
3385
|
+
}
|
|
3386
|
+
main .floating-helper__content {
|
|
3387
|
+
border-top: none;
|
|
3388
|
+
padding-right: calc(var(--stzh-icon-size-medium) + var(--stzh-space-small) + var(--stzh-space-medium));
|
|
3389
|
+
}
|
|
3390
|
+
main .floating-helper__wrapper {
|
|
3391
|
+
position: relative;
|
|
3392
|
+
}
|
|
3393
|
+
main .floating-helper__content-close {
|
|
3394
|
+
top: var(--stzh-space-medium);
|
|
3395
|
+
right: var(--stzh-space-medium);
|
|
3396
|
+
box-sizing: content-box;
|
|
3397
|
+
position: absolute;
|
|
3398
|
+
width: var(--stzh-icon-size-medium);
|
|
3399
|
+
height: var(--stzh-icon-size-medium);
|
|
3400
|
+
padding: var(--stzh-space-xsmall);
|
|
3401
|
+
margin: calc(var(--stzh-space-xsmall) * -1);
|
|
3402
|
+
background-color: transparent;
|
|
3403
|
+
color: var(--stzh-base-lead-color);
|
|
3404
|
+
}
|
|
3405
|
+
@media screen and (min-width: 1024px) {
|
|
3406
|
+
main .floating-helper__content-close {
|
|
3407
|
+
top: var(--stzh-space-large);
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
@media screen and (min-width: 1260px) {
|
|
3411
|
+
main .floating-helper__content-close {
|
|
3412
|
+
top: var(--stzh-space-xlarge);
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
@media screen and (min-width: 1024px) {
|
|
3416
|
+
main .floating-helper__content-close {
|
|
3417
|
+
right: var(--stzh-space-large);
|
|
3418
|
+
}
|
|
3419
|
+
}
|
|
3420
|
+
@media screen and (min-width: 1260px) {
|
|
3421
|
+
main .floating-helper__content-close {
|
|
3422
|
+
right: var(--stzh-space-xlarge);
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
main .floating-helper__content-close .icon {
|
|
3426
|
+
width: var(--stzh-icon-size-xxsmall);
|
|
3427
|
+
height: var(--stzh-icon-size-xxsmall);
|
|
3428
|
+
}
|
|
3429
|
+
main .floating-helper__icon-big {
|
|
3430
|
+
width: var(--stzh-icon-size-large);
|
|
3431
|
+
height: var(--stzh-icon-size-large);
|
|
3432
|
+
background-color: var(--stzh-color-primary8);
|
|
3433
|
+
}
|
|
3434
|
+
main .floating-helper__icon-big .icon {
|
|
3435
|
+
width: var(--stzh-icon-size-xsmall);
|
|
3436
|
+
height: var(--stzh-icon-size-xsmall);
|
|
3437
|
+
}
|
|
3438
|
+
@media screen and (min-width: 40em) {
|
|
3439
|
+
main .floating-helper__content-inner > * {
|
|
3440
|
+
margin: 0;
|
|
3441
|
+
}
|
|
3442
|
+
main .floating-helper__icon-big {
|
|
3443
|
+
margin-right: var(--stzh-space-small);
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3446
|
+
main .floating-helper-block .mb-s {
|
|
3447
|
+
margin: 0 !important;
|
|
3448
|
+
}
|
|
3449
|
+
main .extra,
|
|
3450
|
+
main .tech-info {
|
|
3451
|
+
margin-bottom: var(--stzh-space-medium);
|
|
3452
|
+
}
|
|
3453
|
+
@media screen and (min-width: 1024px) {
|
|
3454
|
+
main .extra,
|
|
3455
|
+
main .tech-info {
|
|
3456
|
+
margin-bottom: var(--stzh-space-large);
|
|
3457
|
+
}
|
|
3458
|
+
}
|
|
3459
|
+
@media screen and (min-width: 1260px) {
|
|
3460
|
+
main .extra,
|
|
3461
|
+
main .tech-info {
|
|
3462
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
main .extra__date,
|
|
3466
|
+
main .extra__suport-number {
|
|
3467
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3468
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3469
|
+
font-style: normal;
|
|
3470
|
+
font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));
|
|
3471
|
+
line-height: var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));
|
|
3472
|
+
letter-spacing: var(--stzh-font-curve-h2-default-text-letter-spacing);
|
|
3473
|
+
}
|
|
3474
|
+
@media screen and (min-width: 600px) {
|
|
3475
|
+
main .extra__date,
|
|
3476
|
+
main .extra__suport-number {
|
|
3477
|
+
font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));
|
|
3478
|
+
line-height: var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));
|
|
3479
|
+
letter-spacing: var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
@media screen and (min-width: 1024px) {
|
|
3483
|
+
main .extra__date,
|
|
3484
|
+
main .extra__suport-number {
|
|
3485
|
+
font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));
|
|
3486
|
+
line-height: var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));
|
|
3487
|
+
letter-spacing: var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
@media screen and (min-width: 1440px) {
|
|
3491
|
+
main .extra__date,
|
|
3492
|
+
main .extra__suport-number {
|
|
3493
|
+
font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));
|
|
3494
|
+
line-height: var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));
|
|
3495
|
+
letter-spacing: var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
main .extra__month {
|
|
3499
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3500
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3501
|
+
}
|
|
3502
|
+
@media screen and (min-width: 1024px) {
|
|
3503
|
+
main .extra__month {
|
|
3504
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3505
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3506
|
+
}
|
|
3507
|
+
}
|
|
3508
|
+
main .extra__time,
|
|
3509
|
+
main .extra__suport-text {
|
|
3510
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3511
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3512
|
+
color: var(--stzh-base-color);
|
|
3513
|
+
}
|
|
3514
|
+
@media screen and (min-width: 1024px) {
|
|
3515
|
+
main .extra__time,
|
|
3516
|
+
main .extra__suport-text {
|
|
3517
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3518
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3519
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
main .filters__help p:first-of-type {
|
|
3523
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3524
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3525
|
+
margin-top: 0;
|
|
3526
|
+
}
|
|
3527
|
+
@media screen and (min-width: 1024px) {
|
|
3528
|
+
main .filters__help p:first-of-type {
|
|
3529
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3530
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3531
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
main #participatory-space-filters legend {
|
|
3535
|
+
margin-right: var(--stzh-space-xsmall);
|
|
3536
|
+
}
|
|
3537
|
+
main .mini-title {
|
|
3538
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3539
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3540
|
+
font-style: normal;
|
|
3541
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3542
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3543
|
+
color: var(--stzh-base-color);
|
|
3544
|
+
margin-bottom: var(--stzh-space-small);
|
|
3545
|
+
}
|
|
3546
|
+
@media screen and (min-width: 1024px) {
|
|
3547
|
+
main .mini-title {
|
|
3548
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3549
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3550
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3551
|
+
}
|
|
3552
|
+
}
|
|
3553
|
+
main .mini-title__strong--highlight {
|
|
3554
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3555
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3556
|
+
font-style: normal;
|
|
3557
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
3558
|
+
line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3559
|
+
letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);
|
|
3560
|
+
}
|
|
3561
|
+
@media screen and (min-width: 1024px) {
|
|
3562
|
+
main .mini-title__strong--highlight {
|
|
3563
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
3564
|
+
line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
3565
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
main .tags {
|
|
3569
|
+
display: flex;
|
|
3570
|
+
flex-wrap: wrap;
|
|
3571
|
+
}
|
|
3572
|
+
main .tags:last-child {
|
|
3573
|
+
margin-bottom: calc(var(--stzh-space-xsmall) * -1);
|
|
3574
|
+
}
|
|
3575
|
+
main .tags li {
|
|
3576
|
+
margin-right: var(--stzh-space-xsmall);
|
|
3577
|
+
margin-bottom: var(--stzh-space-xsmall);
|
|
3578
|
+
}
|
|
3579
|
+
main .tags li a {
|
|
3580
|
+
font-size: var(--stzh-font-micro-font-size);
|
|
3581
|
+
line-height: var(--stzh-font-micro-text-line-height);
|
|
3582
|
+
height: 2rem;
|
|
3583
|
+
line-height: 2rem;
|
|
3584
|
+
display: flex;
|
|
3585
|
+
flex-direction: row;
|
|
3586
|
+
align-items: center;
|
|
3587
|
+
border-radius: 1rem;
|
|
3588
|
+
padding: 0 var(--stzh-space-medium);
|
|
3589
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
3590
|
+
-webkit-appearance: none;
|
|
3591
|
+
-moz-appearance: none;
|
|
3592
|
+
appearance: none;
|
|
3593
|
+
border: 0.0625rem solid var(--stzh-color-grey13);
|
|
3594
|
+
background-color: var(--stzh-color-white);
|
|
3595
|
+
transition: all var(--stzh-base-transition-animation-speed);
|
|
3596
|
+
text-decoration: none;
|
|
3597
|
+
}
|
|
3598
|
+
main .card {
|
|
3599
|
+
color: var(--stzh-base-color);
|
|
3600
|
+
}
|
|
3601
|
+
main .card__top .badge-card__content,
|
|
3602
|
+
main .card__top .card__content {
|
|
3603
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3604
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3605
|
+
padding: var(--stzh-space-xsmall) var(--stzh-space-large);
|
|
3606
|
+
align-items: center;
|
|
3607
|
+
}
|
|
3608
|
+
@media screen and (min-width: 1024px) {
|
|
3609
|
+
main .card__top .badge-card__content,
|
|
3610
|
+
main .card__top .card__content {
|
|
3611
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3612
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
main .card__top .badge-card__content span.muted,
|
|
3616
|
+
main .card__top .card__content span.muted {
|
|
3617
|
+
font-size: inherit;
|
|
3618
|
+
}
|
|
3619
|
+
main .card__top .card__content {
|
|
3620
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
3621
|
+
}
|
|
3622
|
+
main .card__top .card__content .card__link {
|
|
3623
|
+
display: block;
|
|
3624
|
+
}
|
|
3625
|
+
main .card > .card__content,
|
|
3626
|
+
main .card.definition-data,
|
|
3627
|
+
main .card .definition-data,
|
|
3628
|
+
main .badge-card__content,
|
|
3629
|
+
main .card__support,
|
|
3630
|
+
main .filters__section,
|
|
3631
|
+
main .filters__section--general,
|
|
3632
|
+
main .filters__section--general:first-of-type,
|
|
3633
|
+
main .filters__section:first-of-type {
|
|
3634
|
+
padding: var(--stzh-space-medium);
|
|
3635
|
+
}
|
|
3636
|
+
@media screen and (min-width: 1024px) {
|
|
3637
|
+
main .card > .card__content,
|
|
3638
|
+
main .card.definition-data,
|
|
3639
|
+
main .card .definition-data,
|
|
3640
|
+
main .badge-card__content,
|
|
3641
|
+
main .card__support,
|
|
3642
|
+
main .filters__section,
|
|
3643
|
+
main .filters__section--general,
|
|
3644
|
+
main .filters__section--general:first-of-type,
|
|
3645
|
+
main .filters__section:first-of-type {
|
|
3646
|
+
padding: var(--stzh-space-large);
|
|
3647
|
+
}
|
|
3648
|
+
}
|
|
3649
|
+
@media screen and (min-width: 1260px) {
|
|
3650
|
+
main .card > .card__content,
|
|
3651
|
+
main .card.definition-data,
|
|
3652
|
+
main .card .definition-data,
|
|
3653
|
+
main .badge-card__content,
|
|
3654
|
+
main .card__support,
|
|
3655
|
+
main .filters__section,
|
|
3656
|
+
main .filters__section--general,
|
|
3657
|
+
main .filters__section--general:first-of-type,
|
|
3658
|
+
main .filters__section:first-of-type {
|
|
3659
|
+
padding: var(--stzh-space-xlarge);
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3662
|
+
main .card-data__item,
|
|
3663
|
+
main .filters__section,
|
|
3664
|
+
main .filters__section--general,
|
|
3665
|
+
main .card__block ul,
|
|
3666
|
+
main .card__icondata ul,
|
|
3667
|
+
main .card__footer,
|
|
3668
|
+
main .card__top {
|
|
3669
|
+
border-color: var(--stzh-base-border-color);
|
|
3670
|
+
}
|
|
3671
|
+
main .card__link {
|
|
3672
|
+
display: flex;
|
|
3673
|
+
flex-direction: column;
|
|
3674
|
+
text-decoration: none;
|
|
3675
|
+
color: var(--stzh-base-color);
|
|
3676
|
+
}
|
|
3677
|
+
main .card__link:hover {
|
|
3678
|
+
text-decoration: none;
|
|
3679
|
+
}
|
|
3680
|
+
main .card__link .text-small {
|
|
3681
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3682
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3683
|
+
}
|
|
3684
|
+
@media screen and (min-width: 1024px) {
|
|
3685
|
+
main .card__link .text-small {
|
|
3686
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3687
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3688
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
main .card__header {
|
|
3692
|
+
margin-bottom: var(--stzh-space-small);
|
|
3693
|
+
}
|
|
3694
|
+
main .card__text {
|
|
3695
|
+
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
3696
|
+
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3697
|
+
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
3698
|
+
}
|
|
3699
|
+
@media screen and (min-width: 1024px) {
|
|
3700
|
+
main .card__text {
|
|
3701
|
+
font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));
|
|
3702
|
+
line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
3703
|
+
letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);
|
|
3704
|
+
}
|
|
3705
|
+
}
|
|
3706
|
+
main .card__text:not(:last-child) {
|
|
3707
|
+
margin-bottom: var(--stzh-space-small);
|
|
3708
|
+
}
|
|
3709
|
+
main .card .card__title,
|
|
3710
|
+
main .card--list__heading {
|
|
3711
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3712
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3713
|
+
font-style: normal;
|
|
3714
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
3715
|
+
line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));
|
|
3716
|
+
letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);
|
|
3717
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
3718
|
+
margin-top: 0;
|
|
3719
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
3720
|
+
}
|
|
3721
|
+
@media screen and (min-width: 1024px) {
|
|
3722
|
+
main .card .card__title,
|
|
3723
|
+
main .card--list__heading {
|
|
3724
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
3725
|
+
line-height: var(--stzh-font-curve-h4-medium-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
3726
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
main .card:not(.card--secondary):hover .card__title {
|
|
3730
|
+
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
3731
|
+
}
|
|
3732
|
+
main .collapsible-list .card__text--paragraph {
|
|
3733
|
+
color: var(--stzh-base-color) !important;
|
|
3734
|
+
}
|
|
3735
|
+
main .card__block ul li:not(:first-child),
|
|
3736
|
+
main .card__icondata ul li:not(:first-child) {
|
|
3737
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3738
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3739
|
+
color: var(--stzh-base-color);
|
|
3740
|
+
}
|
|
3741
|
+
@media screen and (min-width: 1024px) {
|
|
3742
|
+
main .card__block ul li:not(:first-child),
|
|
3743
|
+
main .card__icondata ul li:not(:first-child) {
|
|
3744
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3745
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3746
|
+
}
|
|
3747
|
+
}
|
|
3748
|
+
main .card-data__item {
|
|
3749
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3750
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3751
|
+
color: var(--stzh-base-color);
|
|
3752
|
+
}
|
|
3753
|
+
@media screen and (min-width: 1024px) {
|
|
3754
|
+
main .card-data__item {
|
|
3755
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3756
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
main .card-data__item .heading1,
|
|
3760
|
+
main .card-data__item .heading2,
|
|
3761
|
+
main .card-data__item .heading3,
|
|
3762
|
+
main .card-data__item .heading4 {
|
|
3763
|
+
margin-top: 0;
|
|
3764
|
+
}
|
|
3765
|
+
main .card-data__item strong {
|
|
3766
|
+
display: block;
|
|
3767
|
+
}
|
|
3768
|
+
main .card-data__item br {
|
|
3769
|
+
display: none;
|
|
3770
|
+
}
|
|
3771
|
+
main .card-data__item.creation_date_status strong {
|
|
3772
|
+
color: var(--stzh-base-color);
|
|
3773
|
+
color: inherit;
|
|
3774
|
+
}
|
|
3775
|
+
main .card__status .card-data__item {
|
|
3776
|
+
padding: var(--stzh-space-xsmall);
|
|
3777
|
+
}
|
|
3778
|
+
main .card--meta {
|
|
3779
|
+
color: var(--stzh-base-color);
|
|
3780
|
+
}
|
|
3781
|
+
main .card__block ul li:not(:first-child) strong,
|
|
3782
|
+
main .card__icondata ul li:not(:first-child) strong {
|
|
3783
|
+
font-size: inherit;
|
|
3784
|
+
letter-spacing: inherit;
|
|
3785
|
+
}
|
|
3786
|
+
main .add-message:not(.card--secondary):hover,
|
|
3787
|
+
main .card:not(.card--secondary):hover,
|
|
3788
|
+
main .chart-tooltip:not(.card--secondary):hover,
|
|
3789
|
+
main .conference-registration:not(.card--secondary):hover,
|
|
3790
|
+
main .conference-speaker .speaker-bio:not(.card--secondary):hover {
|
|
3791
|
+
box-shadow: var(--stzh-box-shadow-popover);
|
|
3792
|
+
}
|
|
3793
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > p,
|
|
3794
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h1,
|
|
3795
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h2,
|
|
3796
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h3,
|
|
3797
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h4 {
|
|
3798
|
+
font-family: var(--stzh-font-family-regular);
|
|
3799
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
3800
|
+
font-style: normal;
|
|
3801
|
+
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
3802
|
+
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3803
|
+
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
3804
|
+
color: var(--stzh-base-color);
|
|
3805
|
+
}
|
|
3806
|
+
@media screen and (min-width: 1024px) {
|
|
3807
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > p,
|
|
3808
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h1,
|
|
3809
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h2,
|
|
3810
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h3,
|
|
3811
|
+
main div.card__text--paragraph > .ql-editor.ql-reset-decidim > h4 {
|
|
3812
|
+
font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));
|
|
3813
|
+
line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
3814
|
+
letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
main .progress__bar.progress__bar--vertical .progress__bar__subtitle,
|
|
3818
|
+
main .progress__bar .progress__bar__title {
|
|
3819
|
+
font-family: var(--stzh-font-family-regular);
|
|
3820
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
3821
|
+
font-style: normal;
|
|
3822
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3823
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3824
|
+
color: var(--stzh-base-color);
|
|
3825
|
+
}
|
|
3826
|
+
@media screen and (min-width: 1024px) {
|
|
3827
|
+
main .progress__bar.progress__bar--vertical .progress__bar__subtitle,
|
|
3828
|
+
main .progress__bar .progress__bar__title {
|
|
3829
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3830
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3831
|
+
}
|
|
3832
|
+
}
|
|
3833
|
+
main .card__support__number,
|
|
3834
|
+
main .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,
|
|
3835
|
+
main .progress__bar .progress__bar__title .progress__bar__number,
|
|
3836
|
+
main .extra__suport-text,
|
|
3837
|
+
main .progress__bar.progress__bar--vertical .progress__bar__text {
|
|
3838
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3839
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3840
|
+
color: var(--stzh-base-color);
|
|
3841
|
+
}
|
|
3842
|
+
@media screen and (min-width: 1024px) {
|
|
3843
|
+
main .card__support__number,
|
|
3844
|
+
main .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number,
|
|
3845
|
+
main .progress__bar .progress__bar__title .progress__bar__number,
|
|
3846
|
+
main .extra__suport-text,
|
|
3847
|
+
main .progress__bar.progress__bar--vertical .progress__bar__text {
|
|
3848
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3849
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3850
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3851
|
+
}
|
|
3852
|
+
}
|
|
3853
|
+
main .progress__bar.progress__bar--vertical .progress__bar__number {
|
|
3854
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3855
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3856
|
+
font-style: normal;
|
|
3857
|
+
font-size: var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));
|
|
3858
|
+
line-height: var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));
|
|
3859
|
+
letter-spacing: var(--stzh-font-curve-h2-default-text-letter-spacing);
|
|
3860
|
+
}
|
|
3861
|
+
@media screen and (min-width: 600px) {
|
|
3862
|
+
main .progress__bar.progress__bar--vertical .progress__bar__number {
|
|
3863
|
+
font-size: var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));
|
|
3864
|
+
line-height: var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));
|
|
3865
|
+
letter-spacing: var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
@media screen and (min-width: 1024px) {
|
|
3869
|
+
main .progress__bar.progress__bar--vertical .progress__bar__number {
|
|
3870
|
+
font-size: var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));
|
|
3871
|
+
line-height: var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));
|
|
3872
|
+
letter-spacing: var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
@media screen and (min-width: 1440px) {
|
|
3876
|
+
main .progress__bar.progress__bar--vertical .progress__bar__number {
|
|
3877
|
+
font-size: var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));
|
|
3878
|
+
line-height: var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));
|
|
3879
|
+
letter-spacing: var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
main .card--list__item {
|
|
3883
|
+
padding: 0;
|
|
3884
|
+
}
|
|
3885
|
+
main .card--list__text {
|
|
3886
|
+
padding: 0;
|
|
3887
|
+
display: block;
|
|
3888
|
+
}
|
|
3889
|
+
main .card--list__icon {
|
|
3890
|
+
fill: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
3891
|
+
}
|
|
3892
|
+
main .card--list__item .card__link {
|
|
3893
|
+
padding: var(--stzh-space-medium);
|
|
3894
|
+
}
|
|
3895
|
+
@media screen and (min-width: 1024px) {
|
|
3896
|
+
main .card--list__item .card__link {
|
|
3897
|
+
padding: var(--stzh-space-large);
|
|
3898
|
+
}
|
|
3899
|
+
}
|
|
3900
|
+
@media screen and (min-width: 1260px) {
|
|
3901
|
+
main .card--list__item .card__link {
|
|
3902
|
+
padding: var(--stzh-space-xlarge);
|
|
3903
|
+
}
|
|
3904
|
+
}
|
|
3905
|
+
main .card--list__text .card__link:hover .card--list__heading {
|
|
3906
|
+
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
3907
|
+
}
|
|
3908
|
+
main .card--list__text .card__link .text-small {
|
|
3909
|
+
color: var(--stzh-base-color);
|
|
3910
|
+
}
|
|
3911
|
+
main .card--list__data {
|
|
3912
|
+
background-color: var(--stzh-color-grey5);
|
|
3913
|
+
}
|
|
3914
|
+
main .card--list__data__number {
|
|
3915
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3916
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3917
|
+
font-style: normal;
|
|
3918
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
3919
|
+
line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
3920
|
+
letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
|
|
3921
|
+
color: var(--stzh-color-grey70);
|
|
3922
|
+
}
|
|
3923
|
+
@media screen and (min-width: 600px) {
|
|
3924
|
+
main .card--list__data__number {
|
|
3925
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
3926
|
+
line-height: var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));
|
|
3927
|
+
letter-spacing: var(--stzh-font-curve-h3-small-text-letter-spacing);
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
@media screen and (min-width: 1024px) {
|
|
3931
|
+
main .card--list__data__number {
|
|
3932
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
3933
|
+
line-height: var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));
|
|
3934
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-text-letter-spacing);
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
main .card.extra:hover,
|
|
3938
|
+
main .view-side .card:not(.card--secondary):hover,
|
|
3939
|
+
main .comment-thread:not(.card--secondary):hover {
|
|
3940
|
+
box-shadow: none;
|
|
3941
|
+
}
|
|
3942
|
+
main .definition__title {
|
|
3943
|
+
color: var(--stzh-color-grey70);
|
|
3944
|
+
}
|
|
3945
|
+
main .definition-data {
|
|
3946
|
+
color: var(--stzh-color-grey55);
|
|
3947
|
+
}
|
|
3948
|
+
main .definition-data__item {
|
|
3949
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3950
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3951
|
+
padding: 0;
|
|
3952
|
+
padding-bottom: var(--stzh-space-small);
|
|
3953
|
+
margin-bottom: var(--stzh-space-small);
|
|
3954
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
3955
|
+
}
|
|
3956
|
+
@media screen and (min-width: 1024px) {
|
|
3957
|
+
main .definition-data__item {
|
|
3958
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3959
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3960
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
main .definition-data__item:last-child {
|
|
3964
|
+
border-bottom: none;
|
|
3965
|
+
margin-bottom: 0;
|
|
3966
|
+
padding-bottom: 0;
|
|
3967
|
+
}
|
|
3968
|
+
main .definition-data__title {
|
|
3969
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3970
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3971
|
+
font-style: normal;
|
|
3972
|
+
font-size: var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));
|
|
3973
|
+
line-height: var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3974
|
+
margin-bottom: 0;
|
|
3975
|
+
}
|
|
3976
|
+
@media screen and (min-width: 1024px) {
|
|
3977
|
+
main .definition-data__title {
|
|
3978
|
+
font-size: var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));
|
|
3979
|
+
line-height: var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
3980
|
+
letter-spacing: var(--stzh-font-curve-p2-medium-text-letter-spacing);
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
main .section.columns.medium-5.mediumlarge-4.large-3 > .card.extra.definition-data {
|
|
3984
|
+
background-color: var(--stzh-color-grey5);
|
|
3985
|
+
}
|
|
3986
|
+
main .author__name {
|
|
3987
|
+
font-family: var(--stzh-font-family-regular);
|
|
3988
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
3989
|
+
font-style: normal;
|
|
3990
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
3991
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
3992
|
+
color: var(--stzh-color-grey55) !important;
|
|
3993
|
+
}
|
|
3994
|
+
@media screen and (min-width: 1024px) {
|
|
3995
|
+
main .author__name {
|
|
3996
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
3997
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
3998
|
+
}
|
|
3999
|
+
}
|
|
4000
|
+
main .author-data {
|
|
4001
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
4002
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
4003
|
+
color: var(--stzh-base-color);
|
|
4004
|
+
}
|
|
4005
|
+
@media screen and (min-width: 1024px) {
|
|
4006
|
+
main .author-data {
|
|
4007
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
4008
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
4009
|
+
}
|
|
4010
|
+
}
|
|
4011
|
+
main .author-data__extra {
|
|
4012
|
+
font-family: var(--stzh-font-family-regular);
|
|
4013
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
4014
|
+
font-style: normal;
|
|
4015
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
4016
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
4017
|
+
}
|
|
4018
|
+
@media screen and (min-width: 1024px) {
|
|
4019
|
+
main .author-data__extra {
|
|
4020
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
4021
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
4024
|
+
main .author-data__extra::before {
|
|
4025
|
+
border-color: var(--stzh-base-border-color);
|
|
4026
|
+
}
|
|
4027
|
+
main .author-data__extra a {
|
|
4028
|
+
white-space: nowrap;
|
|
4029
|
+
text-decoration: none;
|
|
4030
|
+
}
|
|
4031
|
+
main .author-data__extra > a,
|
|
4032
|
+
main .author-data__extra > button .author-data__extra > span {
|
|
4033
|
+
margin-right: var(--stzh-space-medium);
|
|
4034
|
+
}
|
|
4035
|
+
main .budget-summary .heading2:first-child,
|
|
4036
|
+
main .budget-summary .heading3:first-child {
|
|
4037
|
+
margin-top: 0;
|
|
4038
|
+
}
|
|
4039
|
+
main .budget-progress {
|
|
4040
|
+
min-height: var(--stzh-form-input-height);
|
|
4041
|
+
}
|
|
4042
|
+
main .budget-list__title {
|
|
4043
|
+
margin-top: var(--stzh-space-xsmall);
|
|
4044
|
+
margin-bottom: var(--stzh-space-medium);
|
|
4045
|
+
}
|
|
4046
|
+
main .budget-list__text:not(:last-child) {
|
|
4047
|
+
margin-bottom: 0;
|
|
4048
|
+
}
|
|
4049
|
+
main .budget-list__data__number {
|
|
4050
|
+
font-family: var(--stzh-font-family-heavy);
|
|
4051
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
4052
|
+
font-style: normal;
|
|
4053
|
+
font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
|
|
4054
|
+
line-height: var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
4055
|
+
letter-spacing: var(--stzh-font-curve-h4-default-text-letter-spacing);
|
|
4056
|
+
}
|
|
4057
|
+
@media screen and (min-width: 1024px) {
|
|
4058
|
+
main .budget-list__data__number {
|
|
4059
|
+
font-size: var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));
|
|
4060
|
+
line-height: var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
4061
|
+
letter-spacing: var(--stzh-font-curve-h4-medium-text-letter-spacing);
|
|
4062
|
+
}
|
|
4063
|
+
}
|
|
4064
|
+
main .answer-questionnaire .questionnaire-question {
|
|
4065
|
+
font-family: var(--stzh-font-family-heavy);
|
|
4066
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
4067
|
+
font-style: normal;
|
|
4068
|
+
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
4069
|
+
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
4070
|
+
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
4071
|
+
margin-bottom: var(--stzh-space-xsmall);
|
|
4072
|
+
}
|
|
4073
|
+
@media screen and (min-width: 1024px) {
|
|
4074
|
+
main .answer-questionnaire .questionnaire-question {
|
|
4075
|
+
font-size: var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));
|
|
4076
|
+
line-height: var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));
|
|
4077
|
+
letter-spacing: var(--stzh-font-curve-p1-medium-text-letter-spacing);
|
|
4078
|
+
}
|
|
4079
|
+
}
|