@marioschmidt/design-system-tokens 1.0.20 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/dist/android/res/values/shared/colorprimitive.xml +5 -5
  2. package/dist/android/res/values/shared/spaceprimitive.xml +1 -1
  3. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  4. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  5. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  6. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  10. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  11. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  15. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  16. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  17. package/dist/css/brands/bild/density/density-compact.css +31 -6
  18. package/dist/css/brands/bild/density/density-default.css +31 -6
  19. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  20. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  21. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  25. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  26. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  27. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  28. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  29. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  32. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  33. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  34. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  35. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  36. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  37. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  38. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  42. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  43. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  44. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  45. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  49. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  50. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  51. package/dist/css/shared/colorprimitive.css +162 -50
  52. package/dist/css/shared/fontprimitive.css +99 -33
  53. package/dist/css/shared/sizeprimitive.css +8 -1
  54. package/dist/css/shared/spaceprimitive.css +9 -2
  55. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  56. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  57. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  58. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  61. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  62. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  63. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  64. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  65. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  66. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  67. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  71. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  72. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  73. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  74. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  75. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  76. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  77. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  78. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  82. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  83. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  84. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  85. package/dist/flutter/shared/colorprimitive.dart +25 -6
  86. package/dist/flutter/shared/fontprimitive.dart +20 -3
  87. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  88. package/dist/flutter/shared/spaceprimitive.dart +6 -1
  89. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  90. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  91. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  92. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  95. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  96. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  97. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  98. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  99. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  100. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  101. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  105. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  106. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  107. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  108. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  109. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  110. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  111. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  112. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  116. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  117. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  118. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  119. package/dist/ios/shared/Colorprimitive.swift +25 -6
  120. package/dist/ios/shared/Fontprimitive.swift +20 -3
  121. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  122. package/dist/ios/shared/Spaceprimitive.swift +6 -1
  123. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  124. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  125. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  126. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  130. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  131. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  132. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  133. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  135. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  136. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  137. package/dist/js/brands/bild/density/density-compact.js +16 -1
  138. package/dist/js/brands/bild/density/density-default.js +16 -1
  139. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  140. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  141. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  144. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  145. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  146. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  147. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  148. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  149. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  150. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  152. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  153. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  154. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  155. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  156. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  157. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  158. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  162. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  163. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  164. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  165. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  166. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  167. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  169. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  170. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  171. package/dist/js/shared/colorprimitive.js +126 -46
  172. package/dist/js/shared/fontprimitive.js +76 -34
  173. package/dist/js/shared/sizeprimitive.js +8 -1
  174. package/dist/js/shared/spaceprimitive.js +9 -2
  175. package/dist/json/shared/colorprimitive.json +15 -15
  176. package/dist/json/shared/spaceprimitive.json +3 -3
  177. package/dist/manifest.json +1 -1
  178. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  179. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  180. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  181. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  182. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  183. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  184. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  185. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  186. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  187. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  188. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  189. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  190. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  191. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  192. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  193. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  194. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  195. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  196. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  197. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  198. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  199. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  200. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  201. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  202. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  203. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  204. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  205. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  206. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  207. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  208. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  209. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  210. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  211. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  212. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  213. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  214. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  215. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  216. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  217. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  218. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  219. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  220. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  221. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  222. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  223. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  224. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  225. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  226. package/dist/scss/shared/colorprimitive.scss +131 -50
  227. package/dist/scss/shared/fontprimitive.scss +76 -33
  228. package/dist/scss/shared/sizeprimitive.scss +9 -1
  229. package/dist/scss/shared/spaceprimitive.scss +10 -2
  230. package/package.json +1 -1
@@ -1,83 +1,313 @@
1
+ //
2
+ // brandtokenmapping.scss
3
+ // Generiert am: 2025-11-24T20:37:11.216Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
3
-
4
- $display1-font-size-xs: 39px; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
5
- $display1-font-size-sm: 39px; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
6
- $display1-font-size-md: 70px; // Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes.
7
- $display1-font-size-lg: 116px; // Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes.
8
- $display2-font-size-xs: 35px; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
9
- $display2-font-size-sm: 35px; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
10
- $display2-font-size-md: 41px; // Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes.
11
- $display2-font-size-lg: 62px; // Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes.
12
- $display3-font-size-sm: 27px; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
13
- $display3-font-size-md: 31px; // Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes.
14
- $display3-font-size-lg: 39px; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes.
15
- $display3-font-size-xs: 27px; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
16
- $headline1-font-size-xs: 36px; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
17
- $headline1-font-size-sm: 36px; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
18
- $headline1-font-size-md: 54px; // Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes.
19
- $headline1-font-size-lg: 70px; // Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes.
20
- $headline2-font-size-xs: 30px; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
21
- $headline2-font-size-sm: 30px; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
22
- $headline2-font-size-md: 36px; // Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes.
23
- $headline2-font-size-lg: 48px; // Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes.
24
- $headline3-font-size-xs: 24px; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
25
- $headline3-font-size-sm: 24px; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
26
- $headline3-font-size-md: 26px; // Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes.
27
- $headline3-font-size-lg: 32px; // Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes.
28
- $headline4-font-size-xs: 16px; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
29
- $headline4-font-size-sm: 16px; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
30
- $headline4-font-size-md: 20px; // Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes.
31
- $headline4-font-size-lg: 22px; // Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes.
32
- $headline-text-align: center; // This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg
33
- $kicker1-font-size-xs: 16px; // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
34
- $kicker1-font-size-sm: 16px; // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
35
- $kicker1-font-size-md: 18px; // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md
36
- $kicker1-font-size-lg: 25px; // Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg
37
- $kicker2-font-size-xs: 16px; // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
38
- $kicker2-font-size-sm: 16px; // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
39
- $kicker2-font-size-md: 18px; // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md
40
- $kicker2-font-size-lg: 21px; // Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg
41
- $kicker3-font-size-xs: 14px; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
42
- $kicker3-font-size-sm: 14px; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
43
- $kicker3-font-size-md: 14px; // Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md
44
- $kicker3-font-size-lg: 16px; // Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg
45
- $kicker4-font-size-xs: 12px; // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
46
- $kicker4-font-size-sm: 12px; // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
47
- $kicker4-font-size-md: 14px; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md
48
- $kicker4-font-size-lg: 14px; // Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg
49
- $subheadline1-font-size-xs: 18px; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
50
- $subheadline1-font-size-sm: 18px; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
51
- $subheadline1-font-size-md: 18px; // Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes.
52
- $subheadline1-font-size-lg: 28px; // Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes.
53
- $title1-font-size-xs: 22px; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
54
- $title1-font-size-sm: 22px; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
55
- $title1-font-size-md: 22px; // Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md
56
- $title1-font-size-lg: 28px; // Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg
57
- $title2-font-size-xs: 14px; // Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm
58
- $title2-font-size-sm: 14px; // Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm
59
- $title2-font-size-md: 16px; // Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md
60
- $title2-font-size-lg: 18px; // Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg
61
- $callout1-font-size-xs: 16px; // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
62
- $callout1-font-size-sm: 16px; // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
63
- $callout1-font-size-md: 22px; // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css:
64
- $callout1-font-size-lg: 22px; // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css:
65
- $body-font-size-xs: 17px; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
66
- $body-font-size-sm: 17px; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
67
- $body-font-size-md: 17px; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size
68
- $body-font-size-lg: 17px; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size
69
- $footnote1-font-size-xs: 13px; // --footnote-font-size-sm
70
- $footnote1-font-size-sm: 13px; // --footnote-font-size-sm
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
11
+ $button-label-font-weight-st: 600;
12
+
13
+ // Component - Accordion
14
+ $accordion-label-font-family: Lucida Grande;
15
+
16
+ // Component - Article - FontSize
17
+ // --article-figure-caption-font-size-sm
18
+ $article-image-caption-font-size-xs: 13px;
19
+ // --article-figure-caption-font-size-md
20
+ $article-image-caption-font-size-md: 13px;
21
+ // --article-figure-caption-font-size-lg
22
+ $article-image-caption-font-size-lg: 16px;
23
+ // --article-figure-caption-font-size-sm
24
+ $article-image-caption-font-size-sm: 13px;
25
+ // --article-figure-meta-font-size-sm
26
+ $article-image-source-font-size-xs: 13px;
27
+ // --article-figure-meta-font-size-sm
28
+ $article-image-source-font-size-sm: 13px;
29
+ // --article-figure-meta-font-size-sm
30
+ $article-image-source-font-size-md: 13px;
31
+ // --article-figure-meta-font-size-lg
32
+ $article-image-source-font-size-lg: 16px;
33
+
34
+ // Component - Article - LineHeight
35
+ // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
36
+ $article-image-caption-line-height-xs: 19.5px;
37
+ // --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
38
+ $article-image-caption-line-height-md: 19.5px;
39
+ // --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
40
+ $article-image-caption-line-height-lg: 24px;
41
+ // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
42
+ $article-image-caption-line-height-sm: 19.5px;
43
+ // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
44
+ $article-image-source-line-height-md: 19px;
45
+ // --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
46
+ $article-image-source-line-height-lg: 24px;
47
+ // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
48
+ $article-image-source-line-height-xs: 19px;
49
+ // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
50
+ $article-image-source-line-height-sm: 19px;
51
+
52
+ // Component - Avatar
53
+ // current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
54
+ $avatar-font-family: Lucida Grande;
55
+ // 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
56
+ $avatar-font-size-sm: 13px;
57
+ // 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
58
+ $avatar-font-size-lg: 15px;
59
+
60
+ // Component - Breadcrumb - FontFamily
61
+ // --breadcrumb-font
62
+ $breadcrumb-font-family: Lucida Grande;
63
+
64
+ // Component - Breadcrumb - FontSize
65
+ // --breadcrumb-font-size-sm
66
+ $breadcrumb-font-size-xs: 15px;
67
+ // --breadcrumb-font-size-sm
68
+ $breadcrumb-font-size-sm: 15px;
69
+ // --breadcrumb-font-size-sm
70
+ $breadcrumb-font-size-md: 15px;
71
+ // --breadcrumb-font-size-lg
72
+ $breadcrumb-font-size-lg: 12px;
73
+
74
+ // Component - Breadcrumb - FontWeight
75
+ // --breadcrumb-font-size-sm
76
+ $breadcrumb-font-weight: 700;
77
+
78
+ // Component - Breadcrumb - LineHeight
79
+ // not defined as variable
80
+ $breadcrumb-line-height-xs: 15px;
81
+ // not defined as variable
82
+ $breadcrumb-line-height-sm: 15px;
83
+ // not defined as variable
84
+ $breadcrumb-line-height-md: 15px;
85
+ // not defined as variable
86
+ $breadcrumb-line-height-lg: 12px;
87
+
88
+ // Component - BreakingNews
89
+ $breaking-news-content-font-size: 21px;
90
+
91
+ // Component - Footer
92
+ $footer-link-font-family: Gotham XNarrow;
93
+
94
+ // Component - Inputfield
95
+ $input-field-label-font-family: Lucida Grande;
96
+
97
+ // Component - MediaPlayer
98
+ $video-time-badge-font-family: Lucida Grande;
99
+
100
+ // Component - Menu
101
+ // --nav-btn-font-size
102
+ $menu-item-font-size: 15px;
103
+ // --caption-1-font-size-md
104
+ $app-top-bar-title-font-size-md: 14px;
105
+ // --caption-1-font-size-lg
106
+ $app-top-bar-title-font-size-lg: 14px;
107
+ // --caption-1-font-size-sm
108
+ $app-top-bar-title-font-size-xs: 12px;
109
+ // --caption-1-font-size-sm
110
+ $app-top-bar-title-font-size-sm: 12px;
111
+ $app-top-bar-title-line-height-md: 17px;
112
+ $app-top-bar-title-line-height-lg: 17px;
113
+ $app-top-bar-title-line-height-xs: 14px;
114
+ $app-top-bar-title-line-height-sm: 14px;
115
+ $menu-item-font-weight: 700;
116
+
117
+ // Component - Teaser
118
+ // --teaser-title-padding-lg
119
+ $teaser-title-inline-space-lg: 12px;
120
+ // --teaser-title-padding-md
121
+ $teaser-title-inline-space-md: 12px;
122
+ // --teaser-title-padding-sm
123
+ $teaser-title-inline-space-sm: 8px;
124
+ // --teaser-title-padding-xs
125
+ $teaser-title-inline-space-xs: 8px;
126
+
127
+ // Component - Teaser - 2xaTeaser
128
+ $2xa-teaser-title-inline-space: 8px;
129
+
130
+ // Component - Teaser - Quad
131
+ $q-teaser-title-inline-space-lg: 12px;
132
+ $q-teaser-title-inline-space-md: 16px;
133
+ $q-teaser-title-inline-space-sm: 8px;
134
+ $q-teaser-title-inline-space-xs: 8px;
135
+
136
+ // Component - Teaser - aTeaser
137
+ $a-teaser-title-inline-space-lg: 12px;
138
+ $a-teaser-title-inline-space-md: 12px;
139
+ $a-teaser-title-inline-space-xs: 8px;
140
+ $a-teaser-title-inline-space-sm: 8px;
141
+
142
+ // Component - Teaser - bTeaser
143
+ $b-teaser-title-inline-space: 8px;
144
+
145
+ // Component - Teaser - miniQ
146
+ $mini-qteaser-title-inline-space-md: 8px;
147
+ $mini-qteaser-title-inline-space-lg: 8px;
148
+ $mini-qteaser-title-inline-space-sm: 8px;
149
+ $mini-qteaser-title-inline-space-xs: 8px;
150
+
151
+ // Component - Teaser - superA
152
+ $super-ateaser-title-inline-space: 16px;
153
+
154
+
155
+ // ============================================
156
+ // GLOBAL
157
+ // ============================================
158
+
159
+ // Global - Typography - FontFamily
160
+ // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
161
+ $kicker-font-family: Lucida Grande;
162
+ // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
163
+ $display-font-family: Lucida Grande;
164
+ // Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
165
+ $headline-font-family: Lucida Grande;
166
+ // Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
167
+ $subheadline-font-family: Lucida Grande;
168
+ // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
169
+ $body-font-family: Lucida Grande;
170
+ // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
171
+ $footnote-font-family: Lucida Grande;
172
+ // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
173
+ $label-font-family: Lucida Grande;
174
+ // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
175
+ $quote-font-family: Lucida Grande;
176
+ // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
177
+ $title-font-family: Lucida Grande;
178
+ // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
179
+ $callout-font-family: Lucida Grande;
180
+
181
+ // Global - Typography - FontSize - Body
182
+ // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
183
+ $body-font-size-xs: 17px;
184
+ // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
185
+ $body-font-size-sm: 17px;
186
+ // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size
187
+ $body-font-size-md: 17px;
188
+ // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size
189
+ $body-font-size-lg: 17px;
190
+
191
+ // Global - Typography - FontSize - Callout
192
+ // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
193
+ $callout1-font-size-xs: 16px;
194
+ // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
195
+ $callout1-font-size-sm: 16px;
196
+ // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css:
197
+ $callout1-font-size-md: 22px;
198
+ // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css:
199
+ $callout1-font-size-lg: 22px;
200
+
201
+ // Global - Typography - FontSize - Display
202
+ // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
203
+ $display1-font-size-xs: 39px;
204
+ // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
205
+ $display1-font-size-sm: 39px;
206
+ // Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes.
207
+ $display1-font-size-md: 70px;
208
+ // Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes.
209
+ $display1-font-size-lg: 116px;
210
+ // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
211
+ $display2-font-size-xs: 35px;
212
+ // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
213
+ $display2-font-size-sm: 35px;
214
+ // Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes.
215
+ $display2-font-size-md: 41px;
216
+ // Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes.
217
+ $display2-font-size-lg: 62px;
218
+ // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
219
+ $display3-font-size-sm: 27px;
220
+ // Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes.
221
+ $display3-font-size-md: 31px;
222
+ // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes.
223
+ $display3-font-size-lg: 39px;
224
+ // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
225
+ $display3-font-size-xs: 27px;
226
+
227
+ // Global - Typography - FontSize - Footnote
228
+ // --footnote-font-size-sm
229
+ $footnote1-font-size-xs: 13px;
230
+ // --footnote-font-size-sm
231
+ $footnote1-font-size-sm: 13px;
71
232
  $footnote1-font-size-md: 13px;
72
- $footnote1-font-size-lg: 15px; // --footnote-font-size-lg
233
+ // --footnote-font-size-lg
234
+ $footnote1-font-size-lg: 15px;
73
235
  $footnote2-font-size-xs: 10px;
74
236
  $footnote2-font-size-sm: 10px;
75
237
  $footnote2-font-size-md: 10px;
76
238
  $footnote2-font-size-lg: 13px;
77
- $quote-font-size-xs: 16px;
78
- $quote-font-size-sm: 16px;
79
- $quote-font-size-md: 16px;
80
- $quote-font-size-lg: 18px;
239
+
240
+ // Global - Typography - FontSize - Headline
241
+ // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
242
+ $headline1-font-size-xs: 36px;
243
+ // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
244
+ $headline1-font-size-sm: 36px;
245
+ // Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes.
246
+ $headline1-font-size-md: 54px;
247
+ // Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes.
248
+ $headline1-font-size-lg: 70px;
249
+ // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
250
+ $headline2-font-size-xs: 30px;
251
+ // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
252
+ $headline2-font-size-sm: 30px;
253
+ // Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes.
254
+ $headline2-font-size-md: 36px;
255
+ // Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes.
256
+ $headline2-font-size-lg: 48px;
257
+ // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
258
+ $headline3-font-size-xs: 24px;
259
+ // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
260
+ $headline3-font-size-sm: 24px;
261
+ // Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes.
262
+ $headline3-font-size-md: 26px;
263
+ // Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes.
264
+ $headline3-font-size-lg: 32px;
265
+ // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
266
+ $headline4-font-size-xs: 16px;
267
+ // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
268
+ $headline4-font-size-sm: 16px;
269
+ // Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes.
270
+ $headline4-font-size-md: 20px;
271
+ // Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes.
272
+ $headline4-font-size-lg: 22px;
273
+ // This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg
274
+ $headline-text-align: center;
275
+
276
+ // Global - Typography - FontSize - Kicker
277
+ // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
278
+ $kicker1-font-size-xs: 16px;
279
+ // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
280
+ $kicker1-font-size-sm: 16px;
281
+ // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md
282
+ $kicker1-font-size-md: 18px;
283
+ // Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg
284
+ $kicker1-font-size-lg: 25px;
285
+ // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
286
+ $kicker2-font-size-xs: 16px;
287
+ // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
288
+ $kicker2-font-size-sm: 16px;
289
+ // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md
290
+ $kicker2-font-size-md: 18px;
291
+ // Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg
292
+ $kicker2-font-size-lg: 21px;
293
+ // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
294
+ $kicker3-font-size-xs: 14px;
295
+ // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
296
+ $kicker3-font-size-sm: 14px;
297
+ // Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md
298
+ $kicker3-font-size-md: 14px;
299
+ // Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg
300
+ $kicker3-font-size-lg: 16px;
301
+ // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
302
+ $kicker4-font-size-xs: 12px;
303
+ // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
304
+ $kicker4-font-size-sm: 12px;
305
+ // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md
306
+ $kicker4-font-size-md: 14px;
307
+ // Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg
308
+ $kicker4-font-size-lg: 14px;
309
+
310
+ // Global - Typography - FontSize - Label
81
311
  $label1-font-size: 17px;
82
312
  $label2-font-size: 15px;
83
313
  $label3-font-size: 12px;
@@ -86,6 +316,95 @@ $label1-resp-font-size-xs: 10px;
86
316
  $label1-resp-font-size-sm: 10px;
87
317
  $label1-resp-font-size-md: 15px;
88
318
  $label1-resp-font-size-lg: 17px;
319
+
320
+ // Global - Typography - FontSize - Quote
321
+ $quote-font-size-xs: 16px;
322
+ $quote-font-size-sm: 16px;
323
+ $quote-font-size-md: 16px;
324
+ $quote-font-size-lg: 18px;
325
+
326
+ // Global - Typography - FontSize - Subheadline
327
+ // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
328
+ $subheadline1-font-size-xs: 18px;
329
+ // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
330
+ $subheadline1-font-size-sm: 18px;
331
+ // Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes.
332
+ $subheadline1-font-size-md: 18px;
333
+ // Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes.
334
+ $subheadline1-font-size-lg: 28px;
335
+
336
+ // Global - Typography - FontSize - Title
337
+ // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
338
+ $title1-font-size-xs: 22px;
339
+ // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
340
+ $title1-font-size-sm: 22px;
341
+ // Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md
342
+ $title1-font-size-md: 22px;
343
+ // Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg
344
+ $title1-font-size-lg: 28px;
345
+ // Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm
346
+ $title2-font-size-xs: 14px;
347
+ // Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm
348
+ $title2-font-size-sm: 14px;
349
+ // Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md
350
+ $title2-font-size-md: 16px;
351
+ // Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg
352
+ $title2-font-size-lg: 18px;
353
+
354
+ // Global - Typography - FontWeight - Body
355
+ $body-font-weight-book: 400;
356
+ $body-font-weight-bold: 700;
357
+
358
+ // Global - Typography - FontWeight - Callout
359
+ $callout-font-weight: 800;
360
+
361
+ // Global - Typography - FontWeight - Display
362
+ $display-font-weight: 800;
363
+
364
+ // Global - Typography - FontWeight - Footnote
365
+ $footnote-font-weight-book: 400;
366
+ $footnote-font-weight-bold: 700;
367
+
368
+ // Global - Typography - FontWeight - Headline
369
+ $headline1-font-weight-st: 700;
370
+ $headline1-font-weight: 700;
371
+ $headline2-font-weight: 700;
372
+ $headline3-font-weight: 700;
373
+ $headline4-font-weight: 600;
374
+ $headline2-font-weight-st: 700;
375
+ $headline3-font-weight-st: 700;
376
+ $headline4-font-weight-st: 600;
377
+
378
+ // Global - Typography - FontWeight - Kicker
379
+ $kicker-font-weight: 700;
380
+ $kicker-font-weight-st: 700;
381
+
382
+ // Global - Typography - FontWeight - Label
383
+ $label-font-weight-book: 400;
384
+ $label-font-weight-bold: 700;
385
+
386
+ // Global - Typography - FontWeight - Quote
387
+ $quote-font-weight: 800;
388
+
389
+ // Global - Typography - FontWeight - Subheadline
390
+ $subheadline-font-weight: 700;
391
+
392
+ // Global - Typography - FontWeight - Title
393
+ $title-font-weight: 800;
394
+
395
+ // Global - Typography - LineHeight - Body
396
+ $body-line-height-xs: 29.75px;
397
+ $body-line-height-sm: 29.75px;
398
+ $body-line-height-md: 29.75px;
399
+ $body-line-height-lg: 29.75px;
400
+
401
+ // Global - Typography - LineHeight - Callout
402
+ $callout1-line-height-xs: 20.799999237060547px;
403
+ $callout1-line-height-sm: 20.799999237060547px;
404
+ $callout1-line-height-md: 28.600000381469727px;
405
+ $callout1-line-height-lg: 28.600000381469727px;
406
+
407
+ // Global - Typography - LineHeight - Display
89
408
  $display1-line-height-xs: 40px;
90
409
  $display1-line-height-sm: 40px;
91
410
  $display1-line-height-md: 72px;
@@ -98,6 +417,18 @@ $display3-line-height-lg: 40px;
98
417
  $display3-line-height-md: 32px;
99
418
  $display3-line-height-sm: 28px;
100
419
  $display3-line-height-xs: 28px;
420
+
421
+ // Global - Typography - LineHeight - Footnote
422
+ $footnote1-line-height-xs: 16.899999618530273px;
423
+ $footnote1-line-height-sm: 16.899999618530273px;
424
+ $footnote1-line-height-md: 16.899999618530273px;
425
+ $footnote1-line-height-lg: 19.5px;
426
+ $footnote2-line-height-xs: 13px;
427
+ $footnote2-line-height-sm: 13px;
428
+ $footnote2-line-height-md: 13px;
429
+ $footnote2-line-height-lg: 16.899999618530273px;
430
+
431
+ // Global - Typography - LineHeight - Headline
101
432
  $headline1-line-height-xs: 37.79999923706055px;
102
433
  $headline1-line-height-sm: 37.79999923706055px;
103
434
  $headline1-line-height-md: 56.70000076293945px;
@@ -114,10 +445,8 @@ $headline4-line-height-xs: 18.399999618530273px;
114
445
  $headline4-line-height-sm: 18.399999618530273px;
115
446
  $headline4-line-height-md: 19.799999237060547px;
116
447
  $headline4-line-height-lg: 27.5px;
117
- $subheadline1-line-height-xs: 23.399999618530273px;
118
- $subheadline1-line-height-sm: 23.399999618530273px;
119
- $subheadline1-line-height-md: 23.399999618530273px;
120
- $subheadline1-line-height-lg: 36.400001525878906px;
448
+
449
+ // Global - Typography - LineHeight - Kicker
121
450
  $kicker1-line-height-xs: 17.600000381469727px;
122
451
  $kicker1-line-height-sm: 17.600000381469727px;
123
452
  $kicker1-line-height-md: 19.799999237060547px;
@@ -134,6 +463,38 @@ $kicker4-line-height-xs: 13.199999809265137px;
134
463
  $kicker4-line-height-sm: 13.199999809265137px;
135
464
  $kicker4-line-height-md: 15.399999618530273px;
136
465
  $kicker4-line-height-lg: 15.399999618530273px;
466
+
467
+ // Global - Typography - LineHeight - Label
468
+ // Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter.
469
+ $label1-line-height: 20.399999618530273px;
470
+ // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
471
+ $label1-resp-line-height-xs: 10px;
472
+ // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
473
+ $label1-resp-line-height-sm: 10px;
474
+ // Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter.
475
+ $label1-resp-line-height-md: 15px;
476
+ // Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter.
477
+ $label1-resp-line-height-lg: 17px;
478
+ // Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter.
479
+ $label2-line-height: 16px;
480
+ // Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter.
481
+ $label3-line-height: 14.399999618530273px;
482
+ // Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter.
483
+ $label4-line-height: 10px;
484
+
485
+ // Global - Typography - LineHeight - Quote
486
+ $quote-line-height-xs: 20.799999237060547px;
487
+ $quote-line-height-sm: 20.799999237060547px;
488
+ $quote-line-height-md: 20.799999237060547px;
489
+ $quote-line-height-lg: 23.399999618530273px;
490
+
491
+ // Global - Typography - LineHeight - Subheadline
492
+ $subheadline1-line-height-xs: 23.399999618530273px;
493
+ $subheadline1-line-height-sm: 23.399999618530273px;
494
+ $subheadline1-line-height-md: 23.399999618530273px;
495
+ $subheadline1-line-height-lg: 36.400001525878906px;
496
+
497
+ // Global - Typography - LineHeight - Title
137
498
  $title1-line-height-xs: 26.399999618530273px;
138
499
  $title1-line-height-sm: 26.399999618530273px;
139
500
  $title1-line-height-md: 26.399999618530273px;
@@ -142,133 +503,19 @@ $title2-line-height-xs: 16.799999237060547px;
142
503
  $title2-line-height-sm: 16.799999237060547px;
143
504
  $title2-line-height-md: 19.200000762939453px;
144
505
  $title2-line-height-lg: 23.399999618530273px;
145
- $callout1-line-height-xs: 20.799999237060547px;
146
- $callout1-line-height-sm: 20.799999237060547px;
147
- $callout1-line-height-md: 28.600000381469727px;
148
- $callout1-line-height-lg: 28.600000381469727px;
149
- $body-line-height-xs: 29.75px;
150
- $body-line-height-sm: 29.75px;
151
- $body-line-height-md: 29.75px;
152
- $body-line-height-lg: 29.75px;
153
- $footnote1-line-height-xs: 16.899999618530273px;
154
- $footnote1-line-height-sm: 16.899999618530273px;
155
- $footnote1-line-height-md: 16.899999618530273px;
156
- $footnote1-line-height-lg: 19.5px;
157
- $footnote2-line-height-xs: 13px;
158
- $footnote2-line-height-sm: 13px;
159
- $footnote2-line-height-md: 13px;
160
- $footnote2-line-height-lg: 16.899999618530273px;
161
- $label1-line-height: 20.399999618530273px; // Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter.
162
- $label1-resp-line-height-xs: 10px; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
163
- $label1-resp-line-height-sm: 10px; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
164
- $label1-resp-line-height-md: 15px; // Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter.
165
- $label1-resp-line-height-lg: 17px; // Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter.
166
- $label2-line-height: 16px; // Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter.
167
- $label3-line-height: 14.399999618530273px; // Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter.
168
- $label4-line-height: 10px; // Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter.
169
- $quote-line-height-xs: 20.799999237060547px;
170
- $quote-line-height-sm: 20.799999237060547px;
171
- $quote-line-height-md: 20.799999237060547px;
172
- $quote-line-height-lg: 23.399999618530273px;
173
- $body-font-weight-book: 400;
174
- $body-font-weight-bold: 700;
175
- $footnote-font-weight-book: 400;
176
- $footnote-font-weight-bold: 700;
177
- $label-font-weight-book: 400;
178
- $label-font-weight-bold: 700;
179
- $quote-font-weight: 800;
180
- $display-font-weight: 800;
181
- $headline1-font-weight-st: 700;
182
- $headline1-font-weight: 700;
183
- $headline2-font-weight: 700;
184
- $headline3-font-weight: 700;
185
- $headline4-font-weight: 600;
186
- $headline2-font-weight-st: 700;
187
- $headline3-font-weight-st: 700;
188
- $headline4-font-weight-st: 600;
189
- $subheadline-font-weight: 700;
190
- $kicker-font-weight: 700;
191
- $kicker-font-weight-st: 700;
192
- $callout-font-weight: 800;
193
- $title-font-weight: 800;
194
- $kicker-font-family: Lucida Grande; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
195
- $display-font-family: Lucida Grande; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
196
- $headline-font-family: Lucida Grande; // Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
197
- $subheadline-font-family: Lucida Grande; // Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
198
- $body-font-family: Lucida Grande; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
199
- $footnote-font-family: Lucida Grande; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
200
- $label-font-family: Lucida Grande; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
201
- $quote-font-family: Lucida Grande; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
202
- $title-font-family: Lucida Grande; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
203
- $callout-font-family: Lucida Grande; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
506
+
507
+ // Global - Visibilty
204
508
  $hide-on-bild: true;
205
509
  $hide-on-sport-bild: true;
206
510
  $only-advertorial: true;
207
511
  $hide-on-advertorial: false;
208
512
  $only-bild: false;
209
513
  $only-sport-bild: false;
210
- $article-image-caption-font-size-xs: 13px; // --article-figure-caption-font-size-sm
211
- $article-image-caption-font-size-md: 13px; // --article-figure-caption-font-size-md
212
- $article-image-caption-font-size-lg: 16px; // --article-figure-caption-font-size-lg
213
- $article-image-caption-font-size-sm: 13px; // --article-figure-caption-font-size-sm
214
- $article-image-source-font-size-xs: 13px; // --article-figure-meta-font-size-sm
215
- $article-image-source-font-size-sm: 13px; // --article-figure-meta-font-size-sm
216
- $article-image-source-font-size-md: 13px; // --article-figure-meta-font-size-sm
217
- $article-image-source-font-size-lg: 16px; // --article-figure-meta-font-size-lg
218
- $article-image-caption-line-height-xs: 19.5px; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
219
- $article-image-caption-line-height-md: 19.5px; // --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
220
- $article-image-caption-line-height-lg: 24px; // --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
221
- $article-image-caption-line-height-sm: 19.5px; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
222
- $article-image-source-line-height-md: 19px; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
223
- $article-image-source-line-height-lg: 24px; // --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
224
- $article-image-source-line-height-xs: 19px; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
225
- $article-image-source-line-height-sm: 19px; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
226
- $breadcrumb-font-size-xs: 15px; // --breadcrumb-font-size-sm
227
- $breadcrumb-font-size-sm: 15px; // --breadcrumb-font-size-sm
228
- $breadcrumb-font-size-md: 15px; // --breadcrumb-font-size-sm
229
- $breadcrumb-font-size-lg: 12px; // --breadcrumb-font-size-lg
230
- $breadcrumb-line-height-xs: 15px; // not defined as variable
231
- $breadcrumb-line-height-sm: 15px; // not defined as variable
232
- $breadcrumb-line-height-md: 15px; // not defined as variable
233
- $breadcrumb-line-height-lg: 12px; // not defined as variable
234
- $breadcrumb-font-family: Lucida Grande; // --breadcrumb-font
235
- $breadcrumb-font-weight: 700; // --breadcrumb-font-size-sm
236
- $menu-item-font-size: 15px; // --nav-btn-font-size
237
- $app-top-bar-title-font-size-md: 14px; // --caption-1-font-size-md
238
- $app-top-bar-title-font-size-lg: 14px; // --caption-1-font-size-lg
239
- $app-top-bar-title-font-size-xs: 12px; // --caption-1-font-size-sm
240
- $app-top-bar-title-font-size-sm: 12px; // --caption-1-font-size-sm
241
- $app-top-bar-title-line-height-md: 17px;
242
- $app-top-bar-title-line-height-lg: 17px;
243
- $app-top-bar-title-line-height-xs: 14px;
244
- $app-top-bar-title-line-height-sm: 14px;
245
- $menu-item-font-weight: 700;
246
- $teaser-title-inline-space-lg: 12px; // --teaser-title-padding-lg
247
- $teaser-title-inline-space-md: 12px; // --teaser-title-padding-md
248
- $teaser-title-inline-space-sm: 8px; // --teaser-title-padding-sm
249
- $teaser-title-inline-space-xs: 8px; // --teaser-title-padding-xs
250
- $q-teaser-title-inline-space-lg: 12px;
251
- $q-teaser-title-inline-space-md: 16px;
252
- $q-teaser-title-inline-space-sm: 8px;
253
- $q-teaser-title-inline-space-xs: 8px;
254
- $a-teaser-title-inline-space-lg: 12px;
255
- $a-teaser-title-inline-space-md: 12px;
256
- $a-teaser-title-inline-space-xs: 8px;
257
- $a-teaser-title-inline-space-sm: 8px;
258
- $b-teaser-title-inline-space: 8px;
259
- $2xa-teaser-title-inline-space: 8px;
260
- $mini-qteaser-title-inline-space-md: 8px;
261
- $mini-qteaser-title-inline-space-lg: 8px;
262
- $mini-qteaser-title-inline-space-sm: 8px;
263
- $mini-qteaser-title-inline-space-xs: 8px;
264
- $super-ateaser-title-inline-space: 16px;
265
- $avatar-font-family: Lucida Grande; // current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
266
- $avatar-font-size-sm: 13px; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
267
- $avatar-font-size-lg: 15px; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
268
- $breaking-news-content-font-size: 21px;
269
- $accordion-label-font-family: Lucida Grande;
270
- $footer-link-font-family: Gotham XNarrow;
271
- $video-time-badge-font-family: Lucida Grande;
272
- $input-field-label-font-family: Lucida Grande;
273
- $button-label-font-weight-st: 600;
514
+
515
+
516
+ // ============================================
517
+ // OTHER
518
+ // ============================================
519
+
274
520
  $brand-name: Advertorial;
521
+