hr-design-system-handlebars 1.27.2 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/build/scripts/build.js +1 -0
  3. package/dist/assets/brand/hessenschau/icons/logo/brandlogo--desk.min.svg +1 -0
  4. package/dist/assets/brand/hessenschau/icons/logo/brandlogo--mobile.min.svg +1 -0
  5. package/dist/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--desk.svg +13 -31
  6. package/dist/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--mobile.svg +5 -41
  7. package/dist/assets/brand/hr/icons/logo/brandlogo--desk.min.svg +1 -0
  8. package/dist/assets/brand/hr/icons/logo/brandlogo--mobile.min.svg +1 -0
  9. package/dist/assets/brand/hr/icons/logo/svgmap/brandlogo--desk.svg +17 -13
  10. package/dist/assets/brand/hr/icons/logo/svgmap/brandlogo--mobile.svg +3 -2
  11. package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -0
  12. package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--mobile.min.svg +1 -0
  13. package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +2 -2
  14. package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--mobile.svg +8 -1
  15. package/dist/assets/brand/hr-fernsehen/icons/logo/brandlogo--desk.min.svg +1 -0
  16. package/dist/assets/brand/hr-fernsehen/icons/logo/brandlogo--mobile.min.svg +1 -0
  17. package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap/brandlogo--desk.svg +26 -38
  18. package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--desk.min.svg +1 -0
  19. package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--mobile.min.svg +1 -0
  20. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
  21. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--mobile.svg +9 -9
  22. package/dist/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--desk.min.svg +1 -0
  23. package/dist/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--mobile.min.svg +1 -0
  24. package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap/brandlogo--desk.svg +2 -9
  25. package/dist/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--desk.min.svg +1 -0
  26. package/dist/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--mobile.min.svg +1 -0
  27. package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap/brandlogo--desk.svg +1 -1
  28. package/dist/assets/brand/hr-werbung/icons/logo/brandlogo--desk.min.svg +1 -0
  29. package/dist/assets/brand/hr-werbung/icons/logo/brandlogo--mobile.min.svg +1 -0
  30. package/dist/assets/brand/hr1/icons/logo/brandlogo--desk.min.svg +1 -0
  31. package/dist/assets/brand/hr1/icons/logo/brandlogo--mobile.min.svg +1 -0
  32. package/dist/assets/brand/hr1/icons/logo/svgmap/brandlogo--desk.svg +17 -11
  33. package/dist/assets/brand/hr2/icons/logo/brandlogo--desk.min.svg +1 -0
  34. package/dist/assets/brand/hr2/icons/logo/brandlogo--mobile.min.svg +1 -0
  35. package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--desk.svg +11 -11
  36. package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--mobile.svg +10 -10
  37. package/dist/assets/brand/hr3/icons/logo/brandlogo--desk.min.svg +1 -0
  38. package/dist/assets/brand/hr3/icons/logo/brandlogo--mobile.min.svg +1 -0
  39. package/dist/assets/brand/hr3/icons/logo/svgmap/brandlogo--desk.svg +6 -6
  40. package/dist/assets/brand/hr3/icons/logo/svgmap/brandlogo--mobile.svg +6 -6
  41. package/dist/assets/brand/hr4/icons/logo/brandlogo--desk.min.svg +1 -0
  42. package/dist/assets/brand/hr4/icons/logo/brandlogo--mobile.min.svg +1 -0
  43. package/dist/assets/brand/hr4/icons/logo/svgmap/brandlogo--desk.svg +25 -20
  44. package/dist/assets/brand/hr4/icons/logo/svgmap/brandlogo--mobile.svg +25 -20
  45. package/dist/assets/brand/you-fm/icons/logo/brandlogo--desk.min.svg +1 -0
  46. package/dist/assets/brand/you-fm/icons/logo/brandlogo--mobile.min.svg +1 -0
  47. package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--mobile.svg +1 -20
  48. package/dist/assets/icons/icons/svgmap/wetter-ds.svg +9 -6
  49. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  50. package/dist/assets/icons/logo/svgmap.min.svg +1 -1
  51. package/dist/assets/index.css +264 -75
  52. package/dist/views/components/base/image/icon.hbs +1 -1
  53. package/dist/views/components/horizontal_scroll_container/horizontal_scroll_container.hbs +4 -4
  54. package/dist/views/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +1 -1
  55. package/dist/views/components/site_header/brand_navigation/brand_navigation.hbs +2 -2
  56. package/dist/views/components/site_header/brand_navigation/brand_navigation_item.hbs +2 -2
  57. package/dist/views/components/site_header/burger.hbs +2 -2
  58. package/dist/views/components/site_header/header.hbs +9 -9
  59. package/dist/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +1 -1
  60. package/dist/views/components/site_header/navigation_search/quick_search_button.hbs +4 -4
  61. package/dist/views/components/site_header/section_navigation/section_navigation.hbs +2 -2
  62. package/dist/views/components/site_header/section_navigation/section_navigation_item.hbs +3 -3
  63. package/dist/views/components/site_header/service_logo.hbs +29 -10
  64. package/dist/views/components/site_header/service_navigation/service_list.hbs +1 -1
  65. package/dist/views/components/site_header/service_navigation/service_navigation_item.hbs +3 -3
  66. package/gulpfile.js +76 -5
  67. package/package.json +2 -1
  68. package/src/assets/brand/hessenschau/icons/logo/brandlogo--desk.min.svg +1 -0
  69. package/src/assets/brand/hessenschau/icons/logo/brandlogo--mobile.min.svg +1 -0
  70. package/src/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--desk.svg +13 -31
  71. package/src/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--mobile.svg +5 -41
  72. package/src/assets/brand/hr/icons/logo/brandlogo--desk.min.svg +1 -0
  73. package/src/assets/brand/hr/icons/logo/brandlogo--mobile.min.svg +1 -0
  74. package/src/assets/brand/hr/icons/logo/svgmap/brandlogo--desk.svg +17 -13
  75. package/src/assets/brand/hr/icons/logo/svgmap/brandlogo--mobile.svg +3 -2
  76. package/src/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -0
  77. package/src/assets/brand/hr-bigband/icons/logo/brandlogo--mobile.min.svg +1 -0
  78. package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +2 -2
  79. package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--mobile.svg +8 -1
  80. package/src/assets/brand/hr-fernsehen/icons/logo/brandlogo--desk.min.svg +1 -0
  81. package/src/assets/brand/hr-fernsehen/icons/logo/brandlogo--mobile.min.svg +1 -0
  82. package/src/assets/brand/hr-fernsehen/icons/logo/svgmap/brandlogo--desk.svg +26 -38
  83. package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--desk.min.svg +1 -0
  84. package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--mobile.min.svg +1 -0
  85. package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
  86. package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--mobile.svg +9 -9
  87. package/src/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--desk.min.svg +1 -0
  88. package/src/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--mobile.min.svg +1 -0
  89. package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap/brandlogo--desk.svg +2 -9
  90. package/src/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--desk.min.svg +1 -0
  91. package/src/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--mobile.min.svg +1 -0
  92. package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap/brandlogo--desk.svg +1 -1
  93. package/src/assets/brand/hr-werbung/icons/logo/brandlogo--desk.min.svg +1 -0
  94. package/src/assets/brand/hr-werbung/icons/logo/brandlogo--mobile.min.svg +1 -0
  95. package/src/assets/brand/hr1/icons/logo/brandlogo--desk.min.svg +1 -0
  96. package/src/assets/brand/hr1/icons/logo/brandlogo--mobile.min.svg +1 -0
  97. package/src/assets/brand/hr1/icons/logo/svgmap/brandlogo--desk.svg +17 -11
  98. package/src/assets/brand/hr2/icons/logo/brandlogo--desk.min.svg +1 -0
  99. package/src/assets/brand/hr2/icons/logo/brandlogo--mobile.min.svg +1 -0
  100. package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--desk.svg +11 -11
  101. package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--mobile.svg +10 -10
  102. package/src/assets/brand/hr3/icons/logo/brandlogo--desk.min.svg +1 -0
  103. package/src/assets/brand/hr3/icons/logo/brandlogo--mobile.min.svg +1 -0
  104. package/src/assets/brand/hr3/icons/logo/svgmap/brandlogo--desk.svg +6 -6
  105. package/src/assets/brand/hr3/icons/logo/svgmap/brandlogo--mobile.svg +6 -6
  106. package/src/assets/brand/hr4/icons/logo/brandlogo--desk.min.svg +1 -0
  107. package/src/assets/brand/hr4/icons/logo/brandlogo--mobile.min.svg +1 -0
  108. package/src/assets/brand/hr4/icons/logo/svgmap/brandlogo--desk.svg +25 -20
  109. package/src/assets/brand/hr4/icons/logo/svgmap/brandlogo--mobile.svg +25 -20
  110. package/src/assets/brand/you-fm/icons/logo/brandlogo--desk.min.svg +1 -0
  111. package/src/assets/brand/you-fm/icons/logo/brandlogo--mobile.min.svg +1 -0
  112. package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--mobile.svg +1 -20
  113. package/src/assets/css/custom-utilities.css +18 -2
  114. package/src/assets/fixtures/site_header/site_header_default.json +1 -1
  115. package/src/assets/fixtures/site_header/site_header_default_no_sticky.json +1 -1
  116. package/src/assets/fixtures/site_header/site_header_mit_submenu.json +1 -1
  117. package/src/assets/fixtures/site_header/site_header_mit_submenu_as_flyout.json +1 -1
  118. package/src/assets/fixtures/site_header/site_header_mit_submenu_as_flyout_no_sticky.json +1 -1
  119. package/src/assets/fixtures/site_header/site_header_mit_submenu_no_sticky.json +1 -1
  120. package/src/assets/fixtures/site_header/site_header_mit_top_topics.json +1 -1
  121. package/src/assets/fixtures/site_header/site_header_mit_top_topics_no_sticky.json +1 -1
  122. package/src/assets/fixtures/site_header/site_header_mit_warnung.json +1 -1
  123. package/src/assets/fixtures/site_header/site_header_mit_warnung_no_sticky.json +1 -1
  124. package/src/assets/icons/icons/svgmap/wetter-ds.svg +9 -6
  125. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  126. package/src/assets/icons/logo/svgmap.min.svg +1 -1
  127. package/src/assets/tailwind.css +135 -18
  128. package/src/stories/views/components/base/image/icon.hbs +1 -1
  129. package/src/stories/views/components/horizontal_scroll_container/horizontal_scroll_container.hbs +4 -4
  130. package/src/stories/views/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +1 -1
  131. package/src/stories/views/components/page/page.data.js +1 -0
  132. package/src/stories/views/components/page/page.stories.js +7 -9
  133. package/src/stories/views/components/site_header/brand_navigation/brand_navigation.hbs +2 -2
  134. package/src/stories/views/components/site_header/brand_navigation/brand_navigation_item.hbs +2 -2
  135. package/src/stories/views/components/site_header/burger.hbs +2 -2
  136. package/src/stories/views/components/site_header/fixtures/site_header_default.json +1 -1
  137. package/src/stories/views/components/site_header/fixtures/site_header_default_no_sticky.json +1 -1
  138. package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu.json +1 -1
  139. package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_asFlyout_no_sticky.json +1 -1
  140. package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_as_flyout.json +1 -1
  141. package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_as_flyout_no_sticky.json +1 -1
  142. package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_no_sticky.json +1 -1
  143. package/src/stories/views/components/site_header/fixtures/site_header_mit_top_topics.json +1 -1
  144. package/src/stories/views/components/site_header/fixtures/site_header_mit_top_topics_no_sticky.json +1 -1
  145. package/src/stories/views/components/site_header/fixtures/site_header_mit_warnung.json +1 -1
  146. package/src/stories/views/components/site_header/fixtures/site_header_mit_warnung_no_sticky.json +1 -1
  147. package/src/stories/views/components/site_header/header.hbs +9 -9
  148. package/src/stories/views/components/site_header/header.stories.js +14 -8
  149. package/src/stories/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +1 -1
  150. package/src/stories/views/components/site_header/navigation_search/quick_search_button.hbs +4 -4
  151. package/src/stories/views/components/site_header/section_navigation/section_navigation.hbs +2 -2
  152. package/src/stories/views/components/site_header/section_navigation/section_navigation_item.hbs +3 -3
  153. package/src/stories/views/components/site_header/service_logo.hbs +29 -10
  154. package/src/stories/views/components/site_header/service_navigation/service_list.hbs +1 -1
  155. package/src/stories/views/components/site_header/service_navigation/service_navigation_item.hbs +3 -3
  156. package/tailwind.config.js +15 -1
  157. package/.vscode/settings.json +0 -2
  158. package/dist/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--compact-40x40px.svg +0 -1
  159. package/dist/assets/brand/hessenschau/icons/logo/svgmap.min.svg +0 -1
  160. package/dist/assets/brand/hr/icons/logo/svgmap.min.svg +0 -1
  161. package/dist/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +0 -1
  162. package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +0 -1
  163. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +0 -1
  164. package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +0 -1
  165. package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +0 -1
  166. package/dist/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +0 -1
  167. package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +0 -1
  168. package/dist/assets/brand/hr2/icons/logo/svgmap.min.svg +0 -1
  169. package/dist/assets/brand/hr3/icons/logo/svgmap.min.svg +0 -1
  170. package/dist/assets/brand/hr4/icons/logo/svgmap.min.svg +0 -1
  171. package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--tiny.svg +0 -10
  172. package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +0 -1
  173. package/src/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--compact-40x40px.svg +0 -1
  174. package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +0 -1
  175. package/src/assets/brand/hr/icons/logo/svgmap.min.svg +0 -1
  176. package/src/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +0 -1
  177. package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +0 -1
  178. package/src/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +0 -1
  179. package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +0 -1
  180. package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +0 -1
  181. package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +0 -1
  182. package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +0 -1
  183. package/src/assets/brand/hr2/icons/logo/svgmap.min.svg +0 -1
  184. package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +0 -1
  185. package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +0 -1
  186. package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--tiny.svg +0 -10
  187. package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +0 -1
@@ -433,7 +433,7 @@ video {
433
433
  --tw-scale-y: 1;
434
434
  }
435
435
 
436
- .from-black, .from-purple-50, .from-white, .to-purple-100, .md\:from-white {
436
+ .from-\[\{\{_bgcolor\}\}\], .from-black, .from-purple-50, .from-white, .to-purple-100, .md\:from-white {
437
437
  --tw-gradient-from-position: ;
438
438
  --tw-gradient-via-position: ;
439
439
  --tw-gradient-to-position: ;
@@ -1084,6 +1084,9 @@ video {
1084
1084
  .top-10 {
1085
1085
  top: 2.5rem;
1086
1086
  }
1087
+ .top-\[41px\] {
1088
+ top: 41px;
1089
+ }
1087
1090
  .top-full {
1088
1091
  top: 100%;
1089
1092
  }
@@ -1203,9 +1206,6 @@ video {
1203
1206
  .-mt-1 {
1204
1207
  margin-top: -0.25rem;
1205
1208
  }
1206
- .-mt-10 {
1207
- margin-top: -2.5rem;
1208
- }
1209
1209
  .-mt-2 {
1210
1210
  margin-top: -0.5rem;
1211
1211
  }
@@ -1215,6 +1215,12 @@ video {
1215
1215
  .-mt-40 {
1216
1216
  margin-top: -10rem;
1217
1217
  }
1218
+ .-mt-8 {
1219
+ margin-top: -2rem;
1220
+ }
1221
+ .-mt-px {
1222
+ margin-top: -1px;
1223
+ }
1218
1224
  .mb-0 {
1219
1225
  margin-bottom: 0px;
1220
1226
  }
@@ -1314,6 +1320,9 @@ video {
1314
1320
  .box-border {
1315
1321
  box-sizing: border-box;
1316
1322
  }
1323
+ .box-content {
1324
+ box-sizing: content-box;
1325
+ }
1317
1326
  .line-clamp-4 {
1318
1327
  overflow: hidden;
1319
1328
  display: -webkit-box;
@@ -1473,9 +1482,6 @@ video {
1473
1482
  .w-7 {
1474
1483
  width: 1.75rem;
1475
1484
  }
1476
- .w-8 {
1477
- width: 2rem;
1478
- }
1479
1485
  .w-9 {
1480
1486
  width: 2.25rem;
1481
1487
  }
@@ -1864,6 +1870,10 @@ video {
1864
1870
  .border-none {
1865
1871
  border-style: none;
1866
1872
  }
1873
+ .border-brandnavigation-border-color {
1874
+ border-color: #005293;
1875
+ border-color: var(--color-brandnavigation-border-color);
1876
+ }
1867
1877
  .border-button {
1868
1878
  border-color: var(--color-button);
1869
1879
  }
@@ -1894,6 +1904,10 @@ video {
1894
1904
  --tw-border-opacity: 1;
1895
1905
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
1896
1906
  }
1907
+ .border-navigation-border-color {
1908
+ border-color: #fff;
1909
+ border-color: var(--color-navigation-border-color);
1910
+ }
1897
1911
  .border-primary {
1898
1912
  border-color: #005293;
1899
1913
  border-color: var(--color-primary-ds);
@@ -2025,6 +2039,10 @@ video {
2025
2039
  background-color: #009bc6;
2026
2040
  background-color: var(--color-label-program);
2027
2041
  }
2042
+ .bg-navigation-bg {
2043
+ background-color: #005293;
2044
+ background-color: var(--color-navigation-bg);
2045
+ }
2028
2046
  .bg-neutral-200 {
2029
2047
  --tw-bg-opacity: 1;
2030
2048
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
@@ -2068,12 +2086,20 @@ video {
2068
2086
  --tw-bg-opacity: 1;
2069
2087
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2070
2088
  }
2089
+ .bg-gradient-to-l {
2090
+ background-image: linear-gradient(to left, var(--tw-gradient-stops));
2091
+ }
2071
2092
  .bg-gradient-to-r {
2072
2093
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
2073
2094
  }
2074
2095
  .bg-gradient-to-t {
2075
2096
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
2076
2097
  }
2098
+ .from-\[\{\{_bgcolor\}\}\] {
2099
+ --tw-gradient-from: {{ bgcolor}} var(--tw-gradient-from-position);
2100
+ --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
2101
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2102
+ }
2077
2103
  .from-black {
2078
2104
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
2079
2105
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
@@ -2462,9 +2488,6 @@ video {
2462
2488
  .\!leading-none {
2463
2489
  line-height: 1 !important;
2464
2490
  }
2465
- .leading-10 {
2466
- line-height: 2.5rem;
2467
- }
2468
2491
  .leading-3 {
2469
2492
  line-height: .75rem;
2470
2493
  }
@@ -2480,6 +2503,9 @@ video {
2480
2503
  .leading-6 {
2481
2504
  line-height: 1.5rem;
2482
2505
  }
2506
+ .leading-\[34px\] {
2507
+ line-height: 34px;
2508
+ }
2483
2509
  .tracking-wide {
2484
2510
  letter-spacing: .0125em;
2485
2511
  }
@@ -2518,6 +2544,10 @@ video {
2518
2544
  --tw-text-opacity: 1;
2519
2545
  color: rgba(0, 109, 193, var(--tw-text-opacity));
2520
2546
  }
2547
+ .text-brandnav-pseudo {
2548
+ color: #005293;
2549
+ color: var(--color-brandnav-pseudo);
2550
+ }
2521
2551
  .text-button {
2522
2552
  color: var(--color-button);
2523
2553
  }
@@ -2570,6 +2600,14 @@ video {
2570
2600
  color: #276b9e;
2571
2601
  color: var(--color-media-button);
2572
2602
  }
2603
+ .text-navigation-icons {
2604
+ color: #fff;
2605
+ color: var(--color-navigation-icons);
2606
+ }
2607
+ .text-navigation-text {
2608
+ color: #fff;
2609
+ color: var(--color-navigation-text);
2610
+ }
2573
2611
  .text-orange-spicyCarrot {
2574
2612
  --tw-text-opacity: 1;
2575
2613
  color: rgba(211, 70, 0, var(--tw-text-opacity));
@@ -2754,6 +2792,9 @@ video {
2754
2792
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2755
2793
  transition-duration: 150ms;
2756
2794
  }
2795
+ .delay-1000 {
2796
+ transition-delay: 1000ms;
2797
+ }
2757
2798
  .delay-200 {
2758
2799
  transition-delay: 200ms;
2759
2800
  }
@@ -2779,7 +2820,7 @@ video {
2779
2820
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2780
2821
  }
2781
2822
  .counter-reset {
2782
- counter-reset: cnt1687171872190;
2823
+ counter-reset: cnt1687424423300;
2783
2824
  }
2784
2825
  .hyphens-auto {
2785
2826
  -webkit-hyphens: auto;
@@ -2877,7 +2918,7 @@ video {
2877
2918
  border-left-width: 8px;
2878
2919
  border-bottom-width: 8px;
2879
2920
  border-color: #005293;
2880
- border-color: var(--color-primary-ds);
2921
+ border-color: var(--color-brandnav-pseudo);
2881
2922
  --tw-border-opacity: 1;
2882
2923
  border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
2883
2924
  border-right-color: transparent;
@@ -2959,11 +3000,10 @@ video {
2959
3000
  border-right-width: 8px;
2960
3001
  border-left-width: 8px;
2961
3002
  border-bottom-width: 8px;
2962
- --tw-border-opacity: 1;
2963
- border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
2964
3003
  border-right-color: transparent;
2965
3004
  border-left-color: transparent;
2966
- border-bottom-color: #ffffff;
3005
+ border-bottom-color: #fff;
3006
+ border-bottom-color: var(--color-navigation-border-color);
2967
3007
  }
2968
3008
  }
2969
3009
  .-weather_warning {
@@ -3015,7 +3055,7 @@ video {
3015
3055
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3016
3056
  }
3017
3057
  .-ordered {
3018
- counter-increment: cnt1687171872190 1;
3058
+ counter-increment: cnt1687424423300 1;
3019
3059
  }
3020
3060
  .-ordered::before {
3021
3061
  position: absolute;
@@ -3031,7 +3071,7 @@ video {
3031
3071
  letter-spacing: .0125em;
3032
3072
  --tw-text-opacity: 1;
3033
3073
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3034
- content: counter(cnt1687171872190);
3074
+ content: counter(cnt1687424423300);
3035
3075
  }
3036
3076
  /*! ****************************/
3037
3077
  /*! text-shadow */
@@ -3076,9 +3116,21 @@ video {
3076
3116
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3077
3117
  content: attr(data-prop-loading);
3078
3118
  }
3119
+ .brand-logo-size {
3120
+ padding-top: 10px;
3121
+ padding-top: var(--logo-padding-top);
3122
+ padding-bottom: 10px;
3123
+ padding-bottom: var(--logo-padding-bottom);
3124
+ }
3079
3125
  .\[-T\:\+Z\] {
3080
3126
  --t: +Z;
3081
3127
  }
3128
+ .\[border-image-slice\:1\] {
3129
+ border-image-slice: 1;
3130
+ }
3131
+ .\[border-image-source\:var\(--border-navigation-border-image\)\] {
3132
+ border-image-source: var(--border-navigation-border-image);
3133
+ }
3082
3134
  /*! purgecss start ignore */
3083
3135
  :root,
3084
3136
  [data-theme='default'] {
@@ -3088,6 +3140,27 @@ video {
3088
3140
  --color-highlight-2: #d34600;
3089
3141
  --color-highlight-3: #005293;
3090
3142
 
3143
+ /* Navigation Hintergrund */
3144
+ --color-navigation-bg: #005293;
3145
+ --color-brandnavigation-bg: #fff;
3146
+ /* Navigation Icons */
3147
+ --color-navigation-icons: #fff;
3148
+ /* Navigation Text */
3149
+ --color-navigation-text: #fff;
3150
+ /* Brandnavigation Border and :before Color */
3151
+ --color-brandnavigation-border-color: #005293;
3152
+ --color-brandnav-pseudo: #005293;
3153
+ /* Service/Sectionnavigation Border-Color */
3154
+ --color-navigation-border-color: #fff;
3155
+ /* Sectionnavigation Border Bottom Width */
3156
+ --border-navigation-border-width: 1px;
3157
+ /* Logo-Container Padding */
3158
+ --logo-padding-top: 10px;
3159
+ --logo-padding-bottom: 10px;
3160
+ --logo-padding-top-md: 10px;
3161
+ --logo-padding-bottom-md: 10px;
3162
+ --logo-padding-top-lg: 10px;
3163
+ --logo-padding-bottom-lg: 10px;
3091
3164
  /*Hauptmenü*/
3092
3165
  --color-top-topic-background: #d3e2f4;
3093
3166
  /* Medieninhalte, Video, Audio, Bildergalerie */
@@ -3169,6 +3242,14 @@ video {
3169
3242
  --color-highlight-2: #d34600;
3170
3243
  --color-highlight-3: #005293;
3171
3244
 
3245
+ /* Logo-Container Padding */
3246
+ --logo-padding-top: 6px;
3247
+ --logo-padding-bottom: 6px;
3248
+ --logo-padding-top-md: 6px;
3249
+ --logo-padding-bottom-md: 6px;
3250
+ --logo-padding-top-lg: 8px;
3251
+ --logo-padding-bottom-lg: 8px;
3252
+
3172
3253
  /* Medieninhalte, Video, Audio, Bildergalerie */
3173
3254
  --color-label-media: #006dc1;
3174
3255
  /* Ticker, Live, Livestream */
@@ -3242,6 +3323,11 @@ video {
3242
3323
  --color-secondary-ds: #007179;
3243
3324
  --color-highlight-1: #eaeded;
3244
3325
  --color-highlight-2: #d34600;
3326
+ /* Navigation Hintergrund */
3327
+ --color-navigation-bg: #a00d65;
3328
+ /* Brandnavigation Border and :before Colors*/
3329
+ --color-brandnavigation-border-color: #a00d65;
3330
+ --color-brandnav-pseudo: #a00d65;
3245
3331
 
3246
3332
  /* Medieninhalte, Video, Audio, Bildergalerie */
3247
3333
  --color-label-media: #006eb7;
@@ -3300,6 +3386,12 @@ video {
3300
3386
  --color-highlight-1: #e5edf1;
3301
3387
  --color-highlight-2: #d34600;
3302
3388
 
3389
+ /* Navigation Hintergrund */
3390
+ --color-navigation-bg: #276b9e;
3391
+ /* Brandnavigation Border and :before Colors*/
3392
+ --color-brandnavigation-border-color: #276b9e;
3393
+ --color-brandnav-pseudo: #276b9e;
3394
+
3303
3395
  /* Medieninhalte, Video, Audio, Bildergalerie */
3304
3396
  --color-label-media: #276b9e;
3305
3397
  /* Ticker, Live, Livestream */
@@ -3356,6 +3448,15 @@ video {
3356
3448
  --color-highlight-1: #eaf3fa;
3357
3449
  --color-highlight-2: #d34600;
3358
3450
 
3451
+ /* Navigation Hintergrund */
3452
+ --color-navigation-bg: #606060;
3453
+ /* Brandnavigation Border and :before Colors*/
3454
+ --color-brandnavigation-border-color: #606060;
3455
+ --color-brandnav-pseudo: #606060;
3456
+ /* Logo Top/Bottom-Padding */
3457
+ --logo-padding-top:12px;
3458
+ --logo-padding-bottom: 12px;
3459
+
3359
3460
  /* Medieninhalte, Video, Audio, Bildergalerie */
3360
3461
  --color-label-media: #006eb7;
3361
3462
  /* Ticker, Live, Livestream */
@@ -3413,6 +3514,11 @@ video {
3413
3514
  --color-secondary-ds: #007179;
3414
3515
  --color-highlight-1: #eaf3fa;
3415
3516
  --color-highlight-2: #d34600;
3517
+ /* Navigation Hintergrund */
3518
+ --color-navigation-bg: #006eb7;
3519
+ /* Brandnavigation Border and :before Colors*/
3520
+ --color-brandnavigation-border-color: #006eb7;
3521
+ --color-brandnav-pseudo: #006eb7;
3416
3522
 
3417
3523
  /* Medieninhalte, Video, Audio, Bildergalerie */
3418
3524
  --color-label-media: #006eb7;
@@ -3471,6 +3577,14 @@ video {
3471
3577
  --color-secondary-ds: #007179;
3472
3578
  --color-highlight-1: #e0e0e0;
3473
3579
  --color-highlight-2: #d34600;
3580
+ /* Navigation Hintergrund */
3581
+ --color-navigation-bg: #8d2725;
3582
+ /* Brandnavigation Border and :before Colors*/
3583
+ --color-brandnavigation-border-color: #8d2725;
3584
+ --color-brandnav-pseudo: #8d2725;
3585
+ /* Logo padding */
3586
+ --logo-padding-top:2px;
3587
+ --logo-padding-bottom: 2px;
3474
3588
 
3475
3589
  /* Medieninhalte, Video, Audio, Bildergalerie */
3476
3590
  --color-label-media: #8d2725;
@@ -3528,6 +3642,14 @@ video {
3528
3642
  --color-highlight-1: #eaf5f7;
3529
3643
  --color-highlight-2: #d34600;
3530
3644
 
3645
+ /* Navigation Hintergrund, Borders und Icons */
3646
+ --color-navigation-bg: #00646f;
3647
+ /* Brandnavigation Border and :before Colors*/
3648
+ --color-brandnavigation-border-color: #00646f;
3649
+ --color-brandnav-pseudo: #00646f;
3650
+ /* Logo padding */
3651
+ --logo-padding-top:2px;
3652
+ --logo-padding-bottom: 2px;
3531
3653
  /* Medieninhalte, Video, Audio, Bildergalerie */
3532
3654
  --color-label-media: #00646f;
3533
3655
  /* Ticker, Live, Livestream */
@@ -3584,6 +3706,12 @@ video {
3584
3706
  --color-highlight-1: #eaf3fa;
3585
3707
  --color-highlight-2: #d34600;
3586
3708
 
3709
+ /* Navigation Hintergrund */
3710
+ --color-navigation-bg: #006eb7;
3711
+ /* Brandnavigation Border and :before Colors*/
3712
+ --color-brandnavigation-border-color: #006eb7;
3713
+ --color-brandnav-pseudo: #006eb7;
3714
+
3587
3715
  /* Medieninhalte, Video, Audio, Bildergalerie */
3588
3716
  --color-label-media: #006eb7;
3589
3717
  /* Ticker, Live, Livestream */
@@ -3641,7 +3769,15 @@ video {
3641
3769
  --color-secondary-ds: #007179;
3642
3770
  --color-highlight-1: #FBF9EE;
3643
3771
  --color-highlight-2: #d34600;
3644
-
3772
+
3773
+ /* Navigation Hintergrund, Borders und Icons */
3774
+ --color-navigation-bg: #e0ae00;
3775
+ /* Navigation Icons und Text Colors*/
3776
+ --color-navigation-icons: #433d37;
3777
+ --color-navigation-text: #433d37;
3778
+ /* Brandnavigation Border and :before Colors*/
3779
+ --color-brandnavigation-border-color: #e0ae00;
3780
+ --color-brandnav-pseudo: #e0ae00;
3645
3781
  /* Medieninhalte, Video, Audio, Bildergalerie */
3646
3782
  --color-label-media: #916B00;
3647
3783
  /* Ticker, Live, Livestream */
@@ -3700,6 +3836,19 @@ video {
3700
3836
  --color-highlight-1: #e0e0e0;
3701
3837
  --color-highlight-2: #d34600;
3702
3838
 
3839
+ /* Navigation Hintergrund, Text und Icons */
3840
+ --color-navigation-bg: #fff;
3841
+ --color-navigation-icons: #433d37;
3842
+ --color-navigation-text: #433d37;
3843
+ /* Brandnavigation Border and :before Colors*/
3844
+ --color-brandnavigation-border-color: #ec6602;
3845
+ --color-brandnav-pseudo: #ec6602;
3846
+ --color-navigation-border-color:#ec6602;
3847
+ /* Sectionnavigation Border bottom Width */
3848
+ --border-navigation-border-width: 8px;
3849
+ /* Logo paddings */
3850
+ --logo-padding-top:8px;
3851
+ --logo-padding-bottom: 8px;
3703
3852
  /* Medieninhalte, Video, Audio, Bildergalerie */
3704
3853
  --color-label-media: #c95702;
3705
3854
  /* Ticker, Live, Livestream */
@@ -3759,6 +3908,20 @@ video {
3759
3908
  --color-highlight-1: #E6E6E6;
3760
3909
  --color-highlight-2: #d34600;
3761
3910
 
3911
+ /* Navigation Hintergrund, Text und Icons */
3912
+ --color-navigation-bg: #fff;
3913
+ --color-navigation-icons: #606060;
3914
+ --color-navigation-text: #606060;
3915
+ /* Brandnavigation Border and :before Colors*/
3916
+ --color-brandnavigation-border-color: #c20016;
3917
+ --color-brandnav-pseudo: #c20016;
3918
+ /* Service/Sectionnavigation Border Color */
3919
+ --color-navigation-border-color: #c20016;
3920
+ /* Sectionnavigation Border Bottom Width */
3921
+ --border-navigation-border-width: 8px;
3922
+ /* Logo padding */
3923
+ --logo-padding-top:8px;
3924
+ --logo-padding-bottom: 8px;
3762
3925
  /* Medieninhalte, Video, Audio, Bildergalerie */
3763
3926
  --color-label-media: #c20016;
3764
3927
  /* Ticker, Live, Livestream */
@@ -3818,6 +3981,14 @@ video {
3818
3981
  --color-highlight-1: #DBEAEA;
3819
3982
  --color-highlight-2: #d34600;
3820
3983
 
3984
+ /* Navigation Hintergrund */
3985
+ --color-navigation-bg: #168378;
3986
+ /* Brandnavigation Border and :before Colors*/
3987
+ --color-brandnavigation-border-color: #168378;
3988
+ --color-brandnav-pseudo: #168378;
3989
+ /* Logo padding */
3990
+ --logo-padding-top:4px;
3991
+ --logo-padding-bottom: 4px;
3821
3992
  /* Medieninhalte, Video, Audio, Bildergalerie */
3822
3993
  --color-label-media: #168378;
3823
3994
  /* Ticker, Live, Livestream */
@@ -3874,11 +4045,25 @@ video {
3874
4045
  --border-radius-hr: 1.5rem;
3875
4046
  }
3876
4047
  [data-theme='you-fm'] {
3877
- --color-primary-ds: #c20016;
4048
+ --color-primary-ds: #007179 /* #c20016 */;
3878
4049
  --color-secondary-ds: #007179;
3879
4050
  --color-highlight-1: #E5E8E8;
3880
4051
  --color-highlight-2: #d34600;
3881
4052
 
4053
+ /* Navigation Hintergrund, Text und Icons */
4054
+ --color-navigation-bg: #fff;
4055
+ --color-navigation-icons: #000;
4056
+ --color-navigation-text: #000;
4057
+ /* Brandnavigation Border and :before Colors*/
4058
+ --color-brandnavigation-border-color: #000;
4059
+ --color-brandnav-pseudo: #007179;
4060
+ /* Service/Sectionnavigation Border Color*/
4061
+ --color-navigation-border-color:#000;
4062
+ /* Sectionnavigation Border Bottom Width*/
4063
+ --border-navigation-border-width: 11px;
4064
+ /* The Fancy special border on youfm */
4065
+ --border-navigation-border-image: linear-gradient(to right, #ec6a19 0%, #ec6a19 17%, #00aec5 17%, #00aec5 34%, #00a781 34%, #00a781 51%, #fcbf1f 51%, #fcbf1f 68%, #e51353 68%, #e51353 85%, #8d3b8e 85%, #8d3b8e 100%);
4066
+
3882
4067
  /* Medieninhalte, Video, Audio, Bildergalerien */
3883
4068
  --color-label-media: #000000;
3884
4069
  /* Ticker, Live, Livestream */
@@ -3942,24 +4127,6 @@ video {
3942
4127
  .hide-scroll-bar::-webkit-scrollbar {
3943
4128
  display: none;
3944
4129
  }
3945
- .arrow-left-background {
3946
- background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
3947
- transition: transform 150ms ease-in-out 0s;
3948
- }
3949
- .arrow-right-background {
3950
- background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
3951
- transition: transform 150ms ease-in-out 0s;
3952
- }
3953
- .arrow-left-background-blue {
3954
- background: linear-gradient(to left, rgba(255, 255, 255, 0),#005293 50%);
3955
- background: linear-gradient(to left, rgba(255, 255, 255, 0),var(--color-primary-ds) 50%);
3956
- transition: transform 150ms ease-in-out 0s;
3957
- }
3958
- .arrow-right-background-blue {
3959
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #005293 50%);
3960
- background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-primary-ds) 50%);
3961
- transition: transform 150ms ease-in-out 0s;
3962
- }
3963
4130
  .c-videoplayer .ardplayer {
3964
4131
  position: absolute;
3965
4132
  top: 0;
@@ -4028,12 +4195,19 @@ video {
4028
4195
  .first\:font-normal:first-child {
4029
4196
  font-weight: 400;
4030
4197
  }
4198
+ .last\:border-b:last-child {
4199
+ border-bottom-width: 1px;
4200
+ }
4031
4201
  .last\:border-b-0:last-child {
4032
4202
  border-bottom-width: 0px;
4033
4203
  }
4034
4204
  .last\:border-r-0:last-child {
4035
4205
  border-right-width: 0px;
4036
4206
  }
4207
+ .last\:border-navigation-border-color:last-child {
4208
+ border-color: #fff;
4209
+ border-color: var(--color-navigation-border-color);
4210
+ }
4037
4211
  .first-of-type\:border-none:first-of-type {
4038
4212
  border-style: none;
4039
4213
  }
@@ -4573,6 +4747,10 @@ video {
4573
4747
  margin-top: -10rem;
4574
4748
  }
4575
4749
 
4750
+ .md\:-mt-8 {
4751
+ margin-top: -2rem;
4752
+ }
4753
+
4576
4754
  .md\:mb-0 {
4577
4755
  margin-bottom: 0px;
4578
4756
  }
@@ -4620,10 +4798,6 @@ video {
4620
4798
  height: 3rem;
4621
4799
  }
4622
4800
 
4623
- .md\:h-7 {
4624
- height: 1.75rem;
4625
- }
4626
-
4627
4801
  .md\:h-8 {
4628
4802
  height: 2rem;
4629
4803
  }
@@ -4656,10 +4830,6 @@ video {
4656
4830
  width: 8rem;
4657
4831
  }
4658
4832
 
4659
- .md\:w-40 {
4660
- width: 10rem;
4661
- }
4662
-
4663
4833
  .md\:w-8 {
4664
4834
  width: 2rem;
4665
4835
  }
@@ -4856,10 +5026,6 @@ video {
4856
5026
  line-height: 1rem;
4857
5027
  }
4858
5028
 
4859
- .md\:leading-8 {
4860
- line-height: 2rem;
4861
- }
4862
-
4863
5029
  .md\:decoration-2 {
4864
5030
  text-decoration-thickness: 2px;
4865
5031
  }
@@ -4941,7 +5107,16 @@ video {
4941
5107
  width: calc((100% - var(--gap)) / 2);
4942
5108
  flex-basis: calc((100% - var(--gap)) / 2);
4943
5109
  }
4944
- .md\:first-of-type\:pt-0:first-of-type {
5110
+ .md\:brand-logo-size-md {
5111
+ padding-top: 10px;
5112
+ padding-top: var(--logo-padding-top-md);
5113
+ padding-bottom: 10px;
5114
+ padding-bottom: var(--logo-padding-bottom-md);
5115
+ }
5116
+ .md\:first\:border-t-0:first-child {
5117
+ border-top-width: 0px;
5118
+ }
5119
+ .md\:first-of-type\:pt-0:first-of-type {
4945
5120
  padding-top: 0px;
4946
5121
  }
4947
5122
  }
@@ -5012,10 +5187,6 @@ video {
5012
5187
  margin-top: -10rem;
5013
5188
  }
5014
5189
 
5015
- .lg\:-mt-8 {
5016
- margin-top: -2rem;
5017
- }
5018
-
5019
5190
  .lg\:mb-0 {
5020
5191
  margin-bottom: 0px;
5021
5192
  }
@@ -5078,14 +5249,14 @@ video {
5078
5249
  height: 4rem;
5079
5250
  }
5080
5251
 
5081
- .lg\:h-8 {
5082
- height: 2rem;
5083
- }
5084
-
5085
5252
  .lg\:h-9 {
5086
5253
  height: 2.25rem;
5087
5254
  }
5088
5255
 
5256
+ .lg\:h-\[3\.875rem\] {
5257
+ height: 3.875rem;
5258
+ }
5259
+
5089
5260
  .lg\:h-auto {
5090
5261
  height: auto;
5091
5262
  }
@@ -5114,10 +5285,6 @@ video {
5114
5285
  width: 25%;
5115
5286
  }
5116
5287
 
5117
- .lg\:w-10 {
5118
- width: 2.5rem;
5119
- }
5120
-
5121
5288
  .lg\:w-3\/4 {
5122
5289
  width: 75%;
5123
5290
  }
@@ -5138,6 +5305,10 @@ video {
5138
5305
  width: 23rem;
5139
5306
  }
5140
5307
 
5308
+ .lg\:w-\[3\.875rem\] {
5309
+ width: 3.875rem;
5310
+ }
5311
+
5141
5312
  .lg\:w-auto {
5142
5313
  width: auto;
5143
5314
  }
@@ -5229,6 +5400,11 @@ video {
5229
5400
  border-bottom-width: 1px;
5230
5401
  }
5231
5402
 
5403
+ .lg\:border-b-navigation-border-width {
5404
+ border-bottom-width: 1px;
5405
+ border-bottom-width: var(--border-navigation-border-width);
5406
+ }
5407
+
5232
5408
  .lg\:border-r-0 {
5233
5409
  border-right-width: 0px;
5234
5410
  }
@@ -5237,6 +5413,11 @@ video {
5237
5413
  border-style: none;
5238
5414
  }
5239
5415
 
5416
+ .lg\:border-navigation-border-color {
5417
+ border-color: #fff;
5418
+ border-color: var(--color-navigation-border-color);
5419
+ }
5420
+
5240
5421
  .lg\:border-primary {
5241
5422
  border-color: #005293;
5242
5423
  border-color: var(--color-primary-ds);
@@ -5347,6 +5528,11 @@ video {
5347
5528
  line-height: 1.25rem;
5348
5529
  }
5349
5530
 
5531
+ .lg\:text-navigation-text {
5532
+ color: #fff;
5533
+ color: var(--color-navigation-text);
5534
+ }
5535
+
5350
5536
  .lg\:text-primary {
5351
5537
  color: #005293;
5352
5538
  color: var(--color-primary-ds);
@@ -5384,38 +5570,41 @@ video {
5384
5570
  width: calc((((100% - (2 * var(--gap))) / 3) * 2) + var(--gap));
5385
5571
  flex-basis: calc((((100% - (2 * var(--gap))) / 3) * 2) + var(--gap));
5386
5572
  }
5387
- .first\:lg\:-ml-4:first-child {
5573
+ .lg\:brand-logo-size-lg {
5574
+ padding-top: 10px;
5575
+ padding-top: var(--logo-padding-top-lg);
5576
+ padding-bottom: 10px;
5577
+ padding-bottom: var(--logo-padding-bottom-lg);
5578
+ }
5579
+ .first\:lg\:-ml-4:first-child {
5388
5580
  margin-left: -1rem;
5389
5581
  }
5390
- .lg\:first\:border-t-0:first-child {
5391
- border-top-width: 0px;
5392
- }
5393
- .lg\:first\:pl-0:first-child {
5582
+ .lg\:first\:pl-0:first-child {
5394
5583
  padding-left: 0px;
5395
5584
  }
5396
- .lg\:last\:border-0:last-child {
5585
+ .lg\:last\:border-0:last-child {
5397
5586
  border-width: 0px;
5398
5587
  }
5399
- .lg\:last\:pr-8:last-child {
5588
+ .lg\:last\:pr-8:last-child {
5400
5589
  padding-right: 2rem;
5401
5590
  }
5402
- .lg\:odd\:pr-4:nth-child(odd) {
5591
+ .lg\:odd\:pr-4:nth-child(odd) {
5403
5592
  padding-right: 1rem;
5404
5593
  }
5405
- .lg\:only\:odd\:pr-0:nth-child(odd):only-child {
5594
+ .lg\:only\:odd\:pr-0:nth-child(odd):only-child {
5406
5595
  padding-right: 0px;
5407
5596
  }
5408
- .lg\:even\:pl-4:nth-child(even) {
5597
+ .lg\:even\:pl-4:nth-child(even) {
5409
5598
  padding-left: 1rem;
5410
5599
  }
5411
- .lg\:first-of-type\:pl-0:first-of-type {
5600
+ .lg\:first-of-type\:pl-0:first-of-type {
5412
5601
  padding-left: 0px;
5413
5602
  }
5414
- .lg\:hover\:underline:hover {
5603
+ .lg\:hover\:underline:hover {
5415
5604
  -webkit-text-decoration-line: underline;
5416
5605
  text-decoration-line: underline;
5417
5606
  }
5418
- .lg\:after\:relative::after {
5607
+ .lg\:after\:relative::after {
5419
5608
  position: relative;
5420
5609
  }
5421
5610
  }