hr-design-system-handlebars 0.123.7 → 0.124.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/build/handlebars/helpers/handlebar-helpers.js +12 -0
- package/dist/assets/brand/_default/conf/locatags.json +11 -1
- package/dist/assets/brand/hessenschau/conf/locatags.json +1 -0
- package/dist/assets/brand/hr/conf/locatags.json +1 -0
- package/dist/assets/brand/hr-bigband/conf/locatags.json +1 -0
- package/dist/assets/brand/hr-fernsehen/conf/locatags.json +1 -0
- package/dist/assets/brand/hr-inforadio/conf/locatags.json +1 -0
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.json +1 -0
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.json +1 -0
- package/dist/assets/brand/hr-werbung/conf/locatags.json +1 -0
- package/dist/assets/brand/hr1/conf/locatags.json +1 -0
- package/dist/assets/brand/hr2/conf/locatags.json +1 -0
- package/dist/assets/brand/hr3/conf/locatags.json +1 -0
- package/dist/assets/brand/hr4/conf/locatags.json +1 -0
- package/dist/assets/brand/you-fm/conf/locatags.json +1 -0
- package/dist/assets/index.css +423 -62
- package/dist/assets/js/components/event/filtererDs.feature.js +298 -0
- package/dist/assets/js/components/event/nativeScrollDs.feature.js +110 -0
- package/dist/assets/js/components/modal/modal.feature.js +38 -0
- package/dist/views/components/base/image/responsive_image.hbs +1 -0
- package/dist/views/components/base/link.hbs +3 -15
- package/dist/views/components/base/link_open.hbs +13 -0
- package/dist/views/components/button/button_pseudo_v2.hbs +12 -0
- package/dist/views/components/button/button_v2.hbs +7 -0
- package/dist/views/components/button/components/button_icon.hbs +1 -0
- package/dist/views/components/button/components/button_label.hbs +1 -0
- package/dist/views/components/button/components/button_pseudo_link.hbs +3 -0
- package/dist/views/components/event/artist.hbs +1 -0
- package/dist/views/components/event/calendar/event_calendar.hbs +3 -0
- package/dist/views/components/event/calendar/event_calendar_content.hbs +18 -0
- package/dist/views/components/event/calendar/event_calendar_event_teaser.hbs +60 -0
- package/dist/views/components/event/calendar/event_calendar_footer.hbs +8 -0
- package/dist/views/components/event/calendar/event_calendar_heading.hbs +3 -0
- package/dist/views/components/event/calendar/event_calendar_inline.hbs +3 -0
- package/dist/views/components/event/calendar/event_calendar_nav.hbs +27 -0
- package/dist/views/components/event/calendar/event_calendar_nav_item.hbs +7 -0
- package/dist/views/components/event/concert_info.hbs +66 -0
- package/dist/views/components/event/event_details.hbs +20 -0
- package/dist/views/components/event/event_status.hbs +1 -0
- package/dist/views/components/event/event_tag.hbs +3 -0
- package/dist/views/components/event/event_tags.hbs +11 -0
- package/dist/views/components/event/event_ticket_button.hbs +30 -0
- package/dist/views/components/label/label_byline.hbs +7 -0
- package/dist/views/components/label/label_group.hbs +3 -0
- package/dist/views/components/label/label_test.hbs +11 -0
- package/dist/views/components/modal/modal.hbs +7 -0
- package/dist/views/components/teaser/components/teaser_header.hbs +3 -0
- package/dist/views/components/teaser/components/teaser_heading.hbs +3 -1
- package/dist/views/components/teaser/components/teaser_headline.hbs +3 -0
- package/dist/views/components/teaser/components/teaser_title_classes.hbs +3 -0
- package/dist/views/components/teaser/components/teaser_title_test.hbs +3 -0
- package/dist/views/components/teaser/components/teaser_topline.hbs +1 -5
- package/dist/views/components/teaser/teaser_event_calendar.hbs +8 -0
- package/gulpfile.js +5 -1
- package/package.json +4 -2
- package/src/assets/brand/_default/conf/locatags.json +11 -1
- package/src/assets/brand/hessenschau/conf/locatags.json +1 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr/conf/locatags.json +1 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr-bigband/conf/locatags.json +1 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.json +1 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.json +1 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.json +1 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.json +1 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr-werbung/conf/locatags.json +1 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr1/conf/locatags.json +1 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr2/conf/locatags.json +1 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr3/conf/locatags.json +1 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +10 -0
- package/src/assets/brand/hr4/conf/locatags.json +1 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +10 -0
- package/src/assets/brand/you-fm/conf/locatags.json +1 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +10 -0
- package/src/assets/css/custom-components.css +8 -0
- package/src/assets/css/custom-utilities.css +36 -0
- package/src/assets/fixtures/event/calendar/event_calendar.inc.json +10 -0
- package/src/assets/fixtures/event/calendar/event_calendar_event_teaser.inc.json +89 -0
- package/src/assets/fixtures/event/calendar/event_calendar_event_teaser.json +4 -0
- package/src/assets/fixtures/event/calendar/event_calendar_footer.json +14 -0
- package/src/assets/fixtures/event/calendar/event_calendar_months.inc.json +1295 -0
- package/src/assets/fixtures/teaser/teaser_event_calendar_100_no_future_events.json +24 -0
- package/src/assets/fixtures/teaser/teaser_event_calendar_100_serif.json +21 -0
- package/src/assets/fixtures/teaser/teaser_images.inc.json +21 -0
- package/src/assets/fixtures/teaser/teaser_labels.inc.json +12 -0
- package/src/assets/fixtures/teaser/teasers.inc.json +31 -0
- package/src/assets/tailwind.css +43 -5
- package/src/stories/views/components/base/image/responsive_image.hbs +1 -0
- package/src/stories/views/components/base/link.hbs +3 -15
- package/src/stories/views/components/base/link_open.hbs +13 -0
- package/src/stories/views/components/button/button_pseudo_v2.hbs +12 -0
- package/src/stories/views/components/button/button_v2.hbs +7 -0
- package/src/stories/views/components/button/components/button_icon.hbs +1 -0
- package/src/stories/views/components/button/components/button_label.hbs +1 -0
- package/src/stories/views/components/button/components/button_pseudo_link.hbs +3 -0
- package/src/stories/views/components/event/artist.hbs +1 -0
- package/src/stories/views/components/event/calendar/event_calendar.hbs +3 -0
- package/src/stories/views/components/event/calendar/event_calendar_components.stories.mdx +161 -0
- package/src/stories/views/components/event/calendar/event_calendar_content.hbs +18 -0
- package/src/stories/views/components/event/calendar/event_calendar_event_teaser.hbs +60 -0
- package/src/stories/views/components/event/calendar/event_calendar_footer.hbs +8 -0
- package/src/stories/views/components/event/calendar/event_calendar_heading.hbs +3 -0
- package/src/stories/views/components/event/calendar/event_calendar_inline.hbs +3 -0
- package/src/stories/views/components/event/calendar/event_calendar_nav.hbs +27 -0
- package/src/stories/views/components/event/calendar/event_calendar_nav_item.hbs +7 -0
- package/src/stories/views/components/event/calendar/fixtures/event_calendar_event_teaser.json +1 -0
- package/src/stories/views/components/event/calendar/fixtures/event_calendar_footer.json +1 -0
- package/src/stories/views/components/event/concert_info.hbs +66 -0
- package/src/stories/views/components/event/event_details.hbs +20 -0
- package/src/stories/views/components/event/event_status.hbs +1 -0
- package/src/stories/views/components/event/event_tag.hbs +3 -0
- package/src/stories/views/components/event/event_tags.hbs +11 -0
- package/src/stories/views/components/event/event_ticket_button.hbs +30 -0
- package/src/stories/views/components/event/filtererDs.feature.js +298 -0
- package/src/stories/views/components/event/nativeScrollDs.feature.js +110 -0
- package/src/stories/views/components/label/label_byline.hbs +7 -0
- package/src/stories/views/components/label/label_group.hbs +3 -0
- package/src/stories/views/components/label/label_test.hbs +11 -0
- package/src/stories/views/components/modal/modal.feature.js +38 -0
- package/src/stories/views/components/modal/modal.hbs +7 -0
- package/src/stories/views/components/teaser/components/teaser_header.hbs +3 -0
- package/src/stories/views/components/teaser/components/teaser_heading.hbs +3 -1
- package/src/stories/views/components/teaser/components/teaser_headline.hbs +3 -0
- package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +3 -0
- package/src/stories/views/components/teaser/components/teaser_title_test.hbs +3 -0
- package/src/stories/views/components/teaser/components/teaser_topline.hbs +1 -5
- package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_no_future_events.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_serif.json +1 -0
- package/src/stories/views/components/teaser/teaser_event_calendar.hbs +8 -0
- package/src/stories/views/components/teaser/teaser_event_calendar.stories.mdx +131 -0
- package/tailwind.config.js +11 -4
package/dist/assets/index.css
CHANGED
|
@@ -423,7 +423,7 @@ video {
|
|
|
423
423
|
--tw-scale-y: 1;
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
.btn--secondary, .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-link-clusterTeaser, .ds-link-clusterTeaser:not(:focus-visible), .ds-teaser-focus::before, span, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .shadow-inner, .shadow-xl, .shadow, .before\:shadow-stage::before {
|
|
426
|
+
.btn--secondary, .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-link-clusterTeaser, .ds-link-clusterTeaser:not(:focus-visible), .ds-teaser-focus::before, span, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .shadow-md, .shadow-inner, .shadow-xl, .shadow, .before\:shadow-stage::before {
|
|
427
427
|
--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
|
|
428
428
|
--tw-ring-shadow: 0 0 rgba(0,0,0,0);
|
|
429
429
|
--tw-shadow: 0 0 rgba(0,0,0,0);
|
|
@@ -577,6 +577,14 @@ video {
|
|
|
577
577
|
cursor: pointer;
|
|
578
578
|
border-radius: 50%;
|
|
579
579
|
}
|
|
580
|
+
/* CONTENT NAV ACCENTED GROUP MIXED*/
|
|
581
|
+
.group-accented .autoSuggest input {
|
|
582
|
+
border-color: transparent!important;
|
|
583
|
+
}
|
|
584
|
+
.group-accented .autoSuggest input {
|
|
585
|
+
height: 32px;
|
|
586
|
+
border-bottom: none;
|
|
587
|
+
}
|
|
580
588
|
.ds-focus {
|
|
581
589
|
z-index: 20;
|
|
582
590
|
}
|
|
@@ -1163,6 +1171,21 @@ video {
|
|
|
1163
1171
|
.mt-4 {
|
|
1164
1172
|
margin-top: 1rem;
|
|
1165
1173
|
}
|
|
1174
|
+
.mb-5 {
|
|
1175
|
+
margin-bottom: 1.25rem;
|
|
1176
|
+
}
|
|
1177
|
+
.mt-0\.5 {
|
|
1178
|
+
margin-top: 0.125rem;
|
|
1179
|
+
}
|
|
1180
|
+
.mr-2 {
|
|
1181
|
+
margin-right: 0.5rem;
|
|
1182
|
+
}
|
|
1183
|
+
.mt-2 {
|
|
1184
|
+
margin-top: 0.5rem;
|
|
1185
|
+
}
|
|
1186
|
+
.mr-4 {
|
|
1187
|
+
margin-right: 1rem;
|
|
1188
|
+
}
|
|
1166
1189
|
.-mb-2 {
|
|
1167
1190
|
margin-bottom: -0.5rem;
|
|
1168
1191
|
}
|
|
@@ -1181,9 +1204,6 @@ video {
|
|
|
1181
1204
|
.-mt-2 {
|
|
1182
1205
|
margin-top: -0.5rem;
|
|
1183
1206
|
}
|
|
1184
|
-
.mt-2 {
|
|
1185
|
-
margin-top: 0.5rem;
|
|
1186
|
-
}
|
|
1187
1207
|
.-mt-40 {
|
|
1188
1208
|
margin-top: -10rem;
|
|
1189
1209
|
}
|
|
@@ -1196,14 +1216,14 @@ video {
|
|
|
1196
1216
|
.mb-7 {
|
|
1197
1217
|
margin-bottom: 1.75rem;
|
|
1198
1218
|
}
|
|
1199
|
-
.mr-4 {
|
|
1200
|
-
margin-right: 1rem;
|
|
1201
|
-
}
|
|
1202
1219
|
.ml-4 {
|
|
1203
1220
|
margin-left: 1rem;
|
|
1204
1221
|
}
|
|
1205
|
-
.
|
|
1206
|
-
margin-
|
|
1222
|
+
.ml-14 {
|
|
1223
|
+
margin-left: 3.5rem;
|
|
1224
|
+
}
|
|
1225
|
+
.mr-14 {
|
|
1226
|
+
margin-right: 3.5rem;
|
|
1207
1227
|
}
|
|
1208
1228
|
.mt-10 {
|
|
1209
1229
|
margin-top: 2.5rem;
|
|
@@ -1226,9 +1246,6 @@ video {
|
|
|
1226
1246
|
.ml-1 {
|
|
1227
1247
|
margin-left: 0.25rem;
|
|
1228
1248
|
}
|
|
1229
|
-
.mr-2 {
|
|
1230
|
-
margin-right: 0.5rem;
|
|
1231
|
-
}
|
|
1232
1249
|
.-mt-3 {
|
|
1233
1250
|
margin-top: -0.75rem;
|
|
1234
1251
|
}
|
|
@@ -1244,6 +1261,9 @@ video {
|
|
|
1244
1261
|
.mt-14 {
|
|
1245
1262
|
margin-top: 3.5rem;
|
|
1246
1263
|
}
|
|
1264
|
+
.box-border {
|
|
1265
|
+
box-sizing: border-box;
|
|
1266
|
+
}
|
|
1247
1267
|
.block {
|
|
1248
1268
|
display: block;
|
|
1249
1269
|
}
|
|
@@ -1379,6 +1399,15 @@ video {
|
|
|
1379
1399
|
.w-15\/12 {
|
|
1380
1400
|
width: 120%;
|
|
1381
1401
|
}
|
|
1402
|
+
.w-2\/12 {
|
|
1403
|
+
width: 16.666667%;
|
|
1404
|
+
}
|
|
1405
|
+
.w-10\/12 {
|
|
1406
|
+
width: 83.333333%;
|
|
1407
|
+
}
|
|
1408
|
+
.w-24 {
|
|
1409
|
+
width: 6rem;
|
|
1410
|
+
}
|
|
1382
1411
|
.w-12 {
|
|
1383
1412
|
width: 3rem;
|
|
1384
1413
|
}
|
|
@@ -1404,9 +1433,6 @@ video {
|
|
|
1404
1433
|
width: -moz-fit-content;
|
|
1405
1434
|
width: fit-content;
|
|
1406
1435
|
}
|
|
1407
|
-
.w-24 {
|
|
1408
|
-
width: 6rem;
|
|
1409
|
-
}
|
|
1410
1436
|
.min-w-0 {
|
|
1411
1437
|
min-width: 0px;
|
|
1412
1438
|
}
|
|
@@ -1439,9 +1465,18 @@ video {
|
|
|
1439
1465
|
.shrink-0 {
|
|
1440
1466
|
flex-shrink: 0;
|
|
1441
1467
|
}
|
|
1468
|
+
.shrink {
|
|
1469
|
+
flex-shrink: 1;
|
|
1470
|
+
}
|
|
1442
1471
|
.grow {
|
|
1443
1472
|
flex-grow: 1;
|
|
1444
1473
|
}
|
|
1474
|
+
.grow-0 {
|
|
1475
|
+
flex-grow: 0;
|
|
1476
|
+
}
|
|
1477
|
+
.basis-6\/12 {
|
|
1478
|
+
flex-basis: 50%;
|
|
1479
|
+
}
|
|
1445
1480
|
.basis-full {
|
|
1446
1481
|
flex-basis: 100%;
|
|
1447
1482
|
}
|
|
@@ -1451,6 +1486,12 @@ video {
|
|
|
1451
1486
|
.basis-3\/5 {
|
|
1452
1487
|
flex-basis: 60%;
|
|
1453
1488
|
}
|
|
1489
|
+
.basis-2\/12 {
|
|
1490
|
+
flex-basis: 16.666667%;
|
|
1491
|
+
}
|
|
1492
|
+
.basis-10\/12 {
|
|
1493
|
+
flex-basis: 83.333333%;
|
|
1494
|
+
}
|
|
1454
1495
|
.-translate-x-1\/2 {
|
|
1455
1496
|
--tw-translate-x: -50%;
|
|
1456
1497
|
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));
|
|
@@ -1520,6 +1561,9 @@ video {
|
|
|
1520
1561
|
.flex-nowrap {
|
|
1521
1562
|
flex-wrap: nowrap;
|
|
1522
1563
|
}
|
|
1564
|
+
.content-center {
|
|
1565
|
+
align-content: center;
|
|
1566
|
+
}
|
|
1523
1567
|
.content-start {
|
|
1524
1568
|
align-content: flex-start;
|
|
1525
1569
|
}
|
|
@@ -1532,6 +1576,9 @@ video {
|
|
|
1532
1576
|
.items-center {
|
|
1533
1577
|
align-items: center;
|
|
1534
1578
|
}
|
|
1579
|
+
.items-stretch {
|
|
1580
|
+
align-items: stretch;
|
|
1581
|
+
}
|
|
1535
1582
|
.justify-start {
|
|
1536
1583
|
justify-content: flex-start;
|
|
1537
1584
|
}
|
|
@@ -1617,9 +1664,18 @@ video {
|
|
|
1617
1664
|
.overflow-visible {
|
|
1618
1665
|
overflow: visible;
|
|
1619
1666
|
}
|
|
1667
|
+
.overflow-x-auto {
|
|
1668
|
+
overflow-x: auto;
|
|
1669
|
+
}
|
|
1670
|
+
.overflow-y-hidden {
|
|
1671
|
+
overflow-y: hidden;
|
|
1672
|
+
}
|
|
1620
1673
|
.overflow-x-scroll {
|
|
1621
1674
|
overflow-x: scroll;
|
|
1622
1675
|
}
|
|
1676
|
+
.scroll-smooth {
|
|
1677
|
+
scroll-behavior: smooth;
|
|
1678
|
+
}
|
|
1623
1679
|
.truncate {
|
|
1624
1680
|
overflow: hidden;
|
|
1625
1681
|
text-overflow: ellipsis;
|
|
@@ -1699,12 +1755,12 @@ video {
|
|
|
1699
1755
|
.border-r {
|
|
1700
1756
|
border-right-width: 1px;
|
|
1701
1757
|
}
|
|
1702
|
-
.border-b-0 {
|
|
1703
|
-
border-bottom-width: 0px;
|
|
1704
|
-
}
|
|
1705
1758
|
.border-t {
|
|
1706
1759
|
border-top-width: 1px;
|
|
1707
1760
|
}
|
|
1761
|
+
.border-b-0 {
|
|
1762
|
+
border-bottom-width: 0px;
|
|
1763
|
+
}
|
|
1708
1764
|
.border-l-2 {
|
|
1709
1765
|
border-left-width: 2px;
|
|
1710
1766
|
}
|
|
@@ -1714,6 +1770,12 @@ video {
|
|
|
1714
1770
|
.border-dashed {
|
|
1715
1771
|
border-style: dashed;
|
|
1716
1772
|
}
|
|
1773
|
+
.border-dotted {
|
|
1774
|
+
border-style: dotted;
|
|
1775
|
+
}
|
|
1776
|
+
.border-none {
|
|
1777
|
+
border-style: none;
|
|
1778
|
+
}
|
|
1717
1779
|
.border-button-hollow {
|
|
1718
1780
|
border-color: #006dc1;
|
|
1719
1781
|
border-color: var(--color-button-hollow);
|
|
@@ -1722,6 +1784,10 @@ video {
|
|
|
1722
1784
|
border-color: #ffffff;
|
|
1723
1785
|
border-color: var(--color-button-inverted);
|
|
1724
1786
|
}
|
|
1787
|
+
.border-button {
|
|
1788
|
+
border-color: #005293;
|
|
1789
|
+
border-color: var(--color-button);
|
|
1790
|
+
}
|
|
1725
1791
|
.border-blue-congress {
|
|
1726
1792
|
--tw-border-opacity: 1;
|
|
1727
1793
|
border-color: rgba(0, 82, 147, var(--tw-border-opacity));
|
|
@@ -1742,6 +1808,14 @@ video {
|
|
|
1742
1808
|
border-color: #005293;
|
|
1743
1809
|
border-color: var(--color-primary);
|
|
1744
1810
|
}
|
|
1811
|
+
.border-event-calendar-secondary {
|
|
1812
|
+
border-color: #797979;
|
|
1813
|
+
border-color: var(--color-eventcalendar-secondary);
|
|
1814
|
+
}
|
|
1815
|
+
.border-teal-600 {
|
|
1816
|
+
--tw-border-opacity: 1;
|
|
1817
|
+
border-color: rgba(13, 148, 136, var(--tw-border-opacity));
|
|
1818
|
+
}
|
|
1745
1819
|
.border-gray-200 {
|
|
1746
1820
|
--tw-border-opacity: 1;
|
|
1747
1821
|
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
|
|
@@ -1750,10 +1824,6 @@ video {
|
|
|
1750
1824
|
border-color: #005293;
|
|
1751
1825
|
border-color: var(--color-cluster-teaser-headline,#000);
|
|
1752
1826
|
}
|
|
1753
|
-
.border-button {
|
|
1754
|
-
border-color: #005293;
|
|
1755
|
-
border-color: var(--color-button);
|
|
1756
|
-
}
|
|
1757
1827
|
.bg-red-200 {
|
|
1758
1828
|
--tw-bg-opacity: 1;
|
|
1759
1829
|
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
|
|
@@ -1770,6 +1840,10 @@ video {
|
|
|
1770
1840
|
background-color: #005293;
|
|
1771
1841
|
background-color: var(--color-button);
|
|
1772
1842
|
}
|
|
1843
|
+
.bg-button-inverted {
|
|
1844
|
+
background-color: #ffffff;
|
|
1845
|
+
background-color: var(--color-button-inverted);
|
|
1846
|
+
}
|
|
1773
1847
|
.bg-transparent {
|
|
1774
1848
|
background-color: transparent;
|
|
1775
1849
|
}
|
|
@@ -1860,6 +1934,10 @@ video {
|
|
|
1860
1934
|
background-color: #d34600;
|
|
1861
1935
|
background-color: var(--color-highlight-2);
|
|
1862
1936
|
}
|
|
1937
|
+
.bg-event-calendar-primary {
|
|
1938
|
+
background-color: #005293;
|
|
1939
|
+
background-color: var(--color-eventcalendar-primary);
|
|
1940
|
+
}
|
|
1863
1941
|
.bg-neutral-200 {
|
|
1864
1942
|
--tw-bg-opacity: 1;
|
|
1865
1943
|
background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
|
|
@@ -1876,10 +1954,6 @@ video {
|
|
|
1876
1954
|
background-color: #006eb7;
|
|
1877
1955
|
background-color: var(--color-stage-text-box);
|
|
1878
1956
|
}
|
|
1879
|
-
.bg-button-inverted {
|
|
1880
|
-
background-color: #ffffff;
|
|
1881
|
-
background-color: var(--color-button-inverted);
|
|
1882
|
-
}
|
|
1883
1957
|
.bg-gradient-to-r {
|
|
1884
1958
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
1885
1959
|
}
|
|
@@ -1904,6 +1978,18 @@ video {
|
|
|
1904
1978
|
.to-purple-100 {
|
|
1905
1979
|
--tw-gradient-to: #f3e8ff;
|
|
1906
1980
|
}
|
|
1981
|
+
.fill-button {
|
|
1982
|
+
fill: #005293;
|
|
1983
|
+
fill: var(--color-button);
|
|
1984
|
+
}
|
|
1985
|
+
.fill-button-hollow {
|
|
1986
|
+
fill: #006dc1;
|
|
1987
|
+
fill: var(--color-button-hollow);
|
|
1988
|
+
}
|
|
1989
|
+
.fill-button-inverted {
|
|
1990
|
+
fill: #ffffff;
|
|
1991
|
+
fill: var(--color-button-inverted);
|
|
1992
|
+
}
|
|
1907
1993
|
.fill-content-nav {
|
|
1908
1994
|
fill: #005293;
|
|
1909
1995
|
fill: var(--color-content-nav);
|
|
@@ -1911,9 +1997,16 @@ video {
|
|
|
1911
1997
|
.fill-current {
|
|
1912
1998
|
fill: currentColor;
|
|
1913
1999
|
}
|
|
2000
|
+
.fill-event-calendar-secondary {
|
|
2001
|
+
fill: #797979;
|
|
2002
|
+
fill: var(--color-eventcalendar-secondary);
|
|
2003
|
+
}
|
|
1914
2004
|
.fill-white {
|
|
1915
2005
|
fill: #ffffff;
|
|
1916
2006
|
}
|
|
2007
|
+
.fill-inherit {
|
|
2008
|
+
fill: inherit;
|
|
2009
|
+
}
|
|
1917
2010
|
.fill-blue-congress {
|
|
1918
2011
|
fill: #005293;
|
|
1919
2012
|
}
|
|
@@ -1935,6 +2028,9 @@ video {
|
|
|
1935
2028
|
.p-2 {
|
|
1936
2029
|
padding: 0.5rem;
|
|
1937
2030
|
}
|
|
2031
|
+
.p-0 {
|
|
2032
|
+
padding: 0px;
|
|
2033
|
+
}
|
|
1938
2034
|
.p-8 {
|
|
1939
2035
|
padding: 2rem;
|
|
1940
2036
|
}
|
|
@@ -1981,6 +2077,10 @@ video {
|
|
|
1981
2077
|
padding-left: 0px !important;
|
|
1982
2078
|
padding-right: 0px !important;
|
|
1983
2079
|
}
|
|
2080
|
+
.py-1 {
|
|
2081
|
+
padding-top: 0.25rem;
|
|
2082
|
+
padding-bottom: 0.25rem;
|
|
2083
|
+
}
|
|
1984
2084
|
.px-1\.5 {
|
|
1985
2085
|
padding-left: 0.375rem;
|
|
1986
2086
|
padding-right: 0.375rem;
|
|
@@ -2005,14 +2105,14 @@ video {
|
|
|
2005
2105
|
padding-top: 1rem;
|
|
2006
2106
|
padding-bottom: 1rem;
|
|
2007
2107
|
}
|
|
2108
|
+
.py-7 {
|
|
2109
|
+
padding-top: 1.75rem;
|
|
2110
|
+
padding-bottom: 1.75rem;
|
|
2111
|
+
}
|
|
2008
2112
|
.py-1\.5 {
|
|
2009
2113
|
padding-top: 0.375rem;
|
|
2010
2114
|
padding-bottom: 0.375rem;
|
|
2011
2115
|
}
|
|
2012
|
-
.py-1 {
|
|
2013
|
-
padding-top: 0.25rem;
|
|
2014
|
-
padding-bottom: 0.25rem;
|
|
2015
|
-
}
|
|
2016
2116
|
.px-0 {
|
|
2017
2117
|
padding-left: 0px;
|
|
2018
2118
|
padding-right: 0px;
|
|
@@ -2051,15 +2151,24 @@ video {
|
|
|
2051
2151
|
.pb-0 {
|
|
2052
2152
|
padding-bottom: 0px;
|
|
2053
2153
|
}
|
|
2054
|
-
.pt-px {
|
|
2055
|
-
padding-top: 1px;
|
|
2056
|
-
}
|
|
2057
2154
|
.pl-4 {
|
|
2058
2155
|
padding-left: 1rem;
|
|
2059
2156
|
}
|
|
2157
|
+
.pb-3 {
|
|
2158
|
+
padding-bottom: 0.75rem;
|
|
2159
|
+
}
|
|
2160
|
+
.pt-px {
|
|
2161
|
+
padding-top: 1px;
|
|
2162
|
+
}
|
|
2060
2163
|
.pr-2 {
|
|
2061
2164
|
padding-right: 0.5rem;
|
|
2062
2165
|
}
|
|
2166
|
+
.pb-2\.5 {
|
|
2167
|
+
padding-bottom: 0.625rem;
|
|
2168
|
+
}
|
|
2169
|
+
.pb-2 {
|
|
2170
|
+
padding-bottom: 0.5rem;
|
|
2171
|
+
}
|
|
2063
2172
|
.pb-1 {
|
|
2064
2173
|
padding-bottom: 0.25rem;
|
|
2065
2174
|
}
|
|
@@ -2075,9 +2184,6 @@ video {
|
|
|
2075
2184
|
.pt-4 {
|
|
2076
2185
|
padding-top: 1rem;
|
|
2077
2186
|
}
|
|
2078
|
-
.pb-2 {
|
|
2079
|
-
padding-bottom: 0.5rem;
|
|
2080
|
-
}
|
|
2081
2187
|
.pl-3 {
|
|
2082
2188
|
padding-left: 0.75rem;
|
|
2083
2189
|
}
|
|
@@ -2099,9 +2205,6 @@ video {
|
|
|
2099
2205
|
.pb-5 {
|
|
2100
2206
|
padding-bottom: 1.25rem;
|
|
2101
2207
|
}
|
|
2102
|
-
.pb-3 {
|
|
2103
|
-
padding-bottom: 0.75rem;
|
|
2104
|
-
}
|
|
2105
2208
|
.pr-10 {
|
|
2106
2209
|
padding-right: 2.5rem;
|
|
2107
2210
|
}
|
|
@@ -2153,10 +2256,16 @@ video {
|
|
|
2153
2256
|
.font-heading {
|
|
2154
2257
|
font-family: RobotoCond, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
|
2155
2258
|
}
|
|
2259
|
+
.font-sans {
|
|
2260
|
+
font-family: DIN, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2261
|
+
}
|
|
2156
2262
|
.font-title {
|
|
2157
2263
|
font-family: RobotoCond, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
|
2158
2264
|
font-family: var(--font-title);
|
|
2159
2265
|
}
|
|
2266
|
+
.font-serif {
|
|
2267
|
+
font-family: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
2268
|
+
}
|
|
2160
2269
|
.font-titleCluster {
|
|
2161
2270
|
font-family: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
2162
2271
|
font-family: var(--font-titleCluster);
|
|
@@ -2274,6 +2383,10 @@ video {
|
|
|
2274
2383
|
color: #006dc1;
|
|
2275
2384
|
color: var(--color-button-hollow);
|
|
2276
2385
|
}
|
|
2386
|
+
.text-button {
|
|
2387
|
+
color: #005293;
|
|
2388
|
+
color: var(--color-button);
|
|
2389
|
+
}
|
|
2277
2390
|
.text-blue-700 {
|
|
2278
2391
|
--tw-text-opacity: 1;
|
|
2279
2392
|
color: rgba(29, 78, 216, var(--tw-text-opacity));
|
|
@@ -2286,6 +2399,14 @@ video {
|
|
|
2286
2399
|
color: #005293;
|
|
2287
2400
|
color: var(--color-content-nav);
|
|
2288
2401
|
}
|
|
2402
|
+
.text-event-status {
|
|
2403
|
+
color: #cc1a14;
|
|
2404
|
+
color: var(--color-event-status);
|
|
2405
|
+
}
|
|
2406
|
+
.text-subline {
|
|
2407
|
+
color: #006dc1;
|
|
2408
|
+
color: var(--color-subline);
|
|
2409
|
+
}
|
|
2289
2410
|
.text-stageText {
|
|
2290
2411
|
color: #ffffff;
|
|
2291
2412
|
color: var(--color-stage-text);
|
|
@@ -2318,6 +2439,10 @@ video {
|
|
|
2318
2439
|
--tw-text-opacity: 1 !important;
|
|
2319
2440
|
color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
|
|
2320
2441
|
}
|
|
2442
|
+
.text-link {
|
|
2443
|
+
color: #006eb7;
|
|
2444
|
+
color: var(--color-link);
|
|
2445
|
+
}
|
|
2321
2446
|
.text-clusterTeaserHeadline {
|
|
2322
2447
|
color: #005293;
|
|
2323
2448
|
color: var(--color-cluster-teaser-headline,#000);
|
|
@@ -2330,14 +2455,6 @@ video {
|
|
|
2330
2455
|
color: #006dc1;
|
|
2331
2456
|
color: var(--color-topline);
|
|
2332
2457
|
}
|
|
2333
|
-
.text-subline {
|
|
2334
|
-
color: #006dc1;
|
|
2335
|
-
color: var(--color-subline);
|
|
2336
|
-
}
|
|
2337
|
-
.text-link {
|
|
2338
|
-
color: #006eb7;
|
|
2339
|
-
color: var(--color-link);
|
|
2340
|
-
}
|
|
2341
2458
|
.text-blue-science {
|
|
2342
2459
|
--tw-text-opacity: 1;
|
|
2343
2460
|
color: rgba(0, 109, 193, var(--tw-text-opacity));
|
|
@@ -2412,6 +2529,13 @@ video {
|
|
|
2412
2529
|
.opacity-85 {
|
|
2413
2530
|
opacity: .85;
|
|
2414
2531
|
}
|
|
2532
|
+
.shadow-md {
|
|
2533
|
+
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
2534
|
+
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
2535
|
+
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
2536
|
+
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
2537
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
|
2538
|
+
}
|
|
2415
2539
|
.shadow-inner {
|
|
2416
2540
|
--tw-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.25);
|
|
2417
2541
|
--tw-shadow-colored: inset 0 0px 5px 0 var(--tw-shadow-color);
|
|
@@ -2518,7 +2642,7 @@ video {
|
|
|
2518
2642
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2519
2643
|
}
|
|
2520
2644
|
.counter-reset {
|
|
2521
|
-
counter-reset:
|
|
2645
|
+
counter-reset: cnt1675935215974;
|
|
2522
2646
|
}
|
|
2523
2647
|
.line-clamp-4 {
|
|
2524
2648
|
overflow: hidden;
|
|
@@ -2561,6 +2685,22 @@ video {
|
|
|
2561
2685
|
clear: both;
|
|
2562
2686
|
}
|
|
2563
2687
|
}
|
|
2688
|
+
.ar-4-3 {
|
|
2689
|
+
aspect-ratio: 4 / 3;
|
|
2690
|
+
}
|
|
2691
|
+
@supports not (aspect-ratio: 4 / 3) {
|
|
2692
|
+
.ar-4-3::before {
|
|
2693
|
+
float: left;
|
|
2694
|
+
padding-top: calc(4 / 3 * 100%);
|
|
2695
|
+
content: '';
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
.ar-4-3::after {
|
|
2699
|
+
display: block;
|
|
2700
|
+
content: '';
|
|
2701
|
+
clear: both;
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2564
2704
|
.ar-1-1 {
|
|
2565
2705
|
aspect-ratio: 1 / 1;
|
|
2566
2706
|
}
|
|
@@ -2736,7 +2876,7 @@ video {
|
|
|
2736
2876
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2737
2877
|
}
|
|
2738
2878
|
.-ordered {
|
|
2739
|
-
counter-increment:
|
|
2879
|
+
counter-increment: cnt1675935215974 1;
|
|
2740
2880
|
}
|
|
2741
2881
|
.-ordered::before {
|
|
2742
2882
|
position: absolute;
|
|
@@ -2752,7 +2892,7 @@ video {
|
|
|
2752
2892
|
letter-spacing: .0125em;
|
|
2753
2893
|
--tw-text-opacity: 1;
|
|
2754
2894
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2755
|
-
content: counter(
|
|
2895
|
+
content: counter(cnt1675935215974);
|
|
2756
2896
|
}
|
|
2757
2897
|
/*! ****************************/
|
|
2758
2898
|
/*! text-shadow */
|
|
@@ -2803,6 +2943,12 @@ video {
|
|
|
2803
2943
|
--color-label-kurzmeldung: #0a3355;
|
|
2804
2944
|
/* Dachzeile */
|
|
2805
2945
|
--color-topline: #006dc1;
|
|
2946
|
+
/* Event */
|
|
2947
|
+
--color-event-status: #cc1a14;
|
|
2948
|
+
/* Eventkalender */
|
|
2949
|
+
--color-label-event-calendar-title: #097d8e;
|
|
2950
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
2951
|
+
--color-eventcalendar-secondary: #797979;
|
|
2806
2952
|
/* Subline */
|
|
2807
2953
|
--color-subline: var(--color-topline);
|
|
2808
2954
|
/* Link */
|
|
@@ -2834,7 +2980,7 @@ video {
|
|
|
2834
2980
|
--font-titleCluster: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
2835
2981
|
--font-weight-titleCluster: 700;
|
|
2836
2982
|
/* Border Radius */
|
|
2837
|
-
--border-radius-hr: 0px;
|
|
2983
|
+
--border-radius-hr: 0px;
|
|
2838
2984
|
}
|
|
2839
2985
|
[data-theme='hessenschau'] {
|
|
2840
2986
|
--color-primary: #005293;
|
|
@@ -2862,6 +3008,8 @@ video {
|
|
|
2862
3008
|
--color-label-pm: #006eb7;
|
|
2863
3009
|
/* Kurzmeldung */
|
|
2864
3010
|
--color-label-kurzmeldung: #0a3355;
|
|
3011
|
+
/* Eventkalender */
|
|
3012
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
2865
3013
|
/* Dachzeile */
|
|
2866
3014
|
--color-topline: #006dc1;
|
|
2867
3015
|
/* Subline */
|
|
@@ -2895,8 +3043,8 @@ video {
|
|
|
2895
3043
|
--font-weight-title: 400;
|
|
2896
3044
|
--font-titleCluster: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
2897
3045
|
--font-weight-titleCluster: 700;
|
|
2898
|
-
|
|
2899
|
-
--border-radius-hr: 1.5rem;
|
|
3046
|
+
/* Border */
|
|
3047
|
+
--border-radius-hr: 1.5rem;
|
|
2900
3048
|
}
|
|
2901
3049
|
[data-theme='hr-fernsehen'] {
|
|
2902
3050
|
--color-primary: #a00d65;
|
|
@@ -2920,6 +3068,8 @@ video {
|
|
|
2920
3068
|
--color-label-event: #000000;
|
|
2921
3069
|
/* Kurzmeldung */
|
|
2922
3070
|
--color-label-kurzmeldung: #0a3355;
|
|
3071
|
+
/* Eventkalender */
|
|
3072
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
2923
3073
|
/* Dachzeile */
|
|
2924
3074
|
--color-topline: #a00d65;
|
|
2925
3075
|
/* Subline */
|
|
@@ -2972,6 +3122,8 @@ video {
|
|
|
2972
3122
|
--color-label-event: #000000;
|
|
2973
3123
|
/* Kurzmeldung */
|
|
2974
3124
|
--color-label-kurzmeldung: #0a3355;
|
|
3125
|
+
/* Eventkalender */
|
|
3126
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
2975
3127
|
/* Dachzeile */
|
|
2976
3128
|
--color-topline: #276b9e;
|
|
2977
3129
|
/* Subline */
|
|
@@ -3025,6 +3177,8 @@ video {
|
|
|
3025
3177
|
--color-label-pm: #006eb7;
|
|
3026
3178
|
/* Kurzmeldung */
|
|
3027
3179
|
--color-label-kurzmeldung: #0a3355;
|
|
3180
|
+
/* Eventkalender */
|
|
3181
|
+
--color-eventcalendar-primary: #006eb7;
|
|
3028
3182
|
/* Dachzeile */
|
|
3029
3183
|
--color-topline: #006eb7;
|
|
3030
3184
|
/* Subline */
|
|
@@ -3078,6 +3232,8 @@ video {
|
|
|
3078
3232
|
--color-label-pm: #006eb7;
|
|
3079
3233
|
/* Kurzmeldung */
|
|
3080
3234
|
--color-label-kurzmeldung: #0a3355;
|
|
3235
|
+
/* Eventkalender */
|
|
3236
|
+
--color-eventcalendar-primary: #006eb7;
|
|
3081
3237
|
/* Dachzeile */
|
|
3082
3238
|
--color-topline: #006eb7;
|
|
3083
3239
|
/* Subline */
|
|
@@ -3129,6 +3285,8 @@ video {
|
|
|
3129
3285
|
--color-label-event: #000000;
|
|
3130
3286
|
/* Kurzmeldung */
|
|
3131
3287
|
--color-label-kurzmeldung: #0a3355;
|
|
3288
|
+
/* Eventkalender */
|
|
3289
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
3132
3290
|
/* Dachzeile */
|
|
3133
3291
|
--color-topline: rgba(171,47,45,1);
|
|
3134
3292
|
/* Subline */
|
|
@@ -3180,6 +3338,8 @@ video {
|
|
|
3180
3338
|
--color-label-event: #000000;
|
|
3181
3339
|
/* Kurzmeldung */
|
|
3182
3340
|
--color-label-kurzmeldung: #0a3355;
|
|
3341
|
+
/* Eventkalender */
|
|
3342
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
3183
3343
|
/* Dachzeile */
|
|
3184
3344
|
--color-topline: rgba(0,122,124,1);
|
|
3185
3345
|
/* Subline */
|
|
@@ -3233,6 +3393,8 @@ video {
|
|
|
3233
3393
|
--color-label-pm: var(--color-primary);
|
|
3234
3394
|
/* Kurzmeldung */
|
|
3235
3395
|
--color-label-kurzmeldung: #0a3355;
|
|
3396
|
+
/* Eventkalender */
|
|
3397
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
3236
3398
|
/* Dachzeile */
|
|
3237
3399
|
--color-topline: var(--color-primary);
|
|
3238
3400
|
/* Subline */
|
|
@@ -3284,12 +3446,16 @@ video {
|
|
|
3284
3446
|
--color-label-event: #000000;
|
|
3285
3447
|
/* Kurzmeldung */
|
|
3286
3448
|
--color-label-kurzmeldung: #0a3355;
|
|
3449
|
+
/* Event */
|
|
3450
|
+
--color-event-status: #88114b;
|
|
3451
|
+
/* Eventkalender */
|
|
3452
|
+
--color-eventcalendar-primary: #007fa0;
|
|
3287
3453
|
/* Dachzeile */
|
|
3288
|
-
--color-topline:
|
|
3454
|
+
--color-topline: #916B00;
|
|
3289
3455
|
/* Subline */
|
|
3290
|
-
--color-subline:
|
|
3456
|
+
--color-subline: #916B00;
|
|
3291
3457
|
/* Link */
|
|
3292
|
-
--color-link:
|
|
3458
|
+
--color-link: #916B00;
|
|
3293
3459
|
/* Stage */
|
|
3294
3460
|
--color-stage-text-box: #433d37;
|
|
3295
3461
|
--color-stage-primary: #e0ae00;
|
|
@@ -3298,15 +3464,15 @@ video {
|
|
|
3298
3464
|
--color-cluster-teaser-link: #000000;
|
|
3299
3465
|
--color-cluster-teaser-headline: #000000;
|
|
3300
3466
|
/* Button */
|
|
3301
|
-
--color-button:
|
|
3467
|
+
--color-button: #916B00;
|
|
3302
3468
|
--color-button-inverted: #ffffff;
|
|
3303
|
-
--color-button-hollow:
|
|
3469
|
+
--color-button-hollow: #916B00;
|
|
3304
3470
|
/* States */
|
|
3305
|
-
--color-focus-state:
|
|
3471
|
+
--color-focus-state: #916B00;
|
|
3306
3472
|
/* Content-Nav */
|
|
3307
|
-
--color-content-nav:
|
|
3473
|
+
--color-content-nav: #916B00;
|
|
3308
3474
|
/* Podcast-Player */
|
|
3309
|
-
--color-podcast:
|
|
3475
|
+
--color-podcast: #916B00;
|
|
3310
3476
|
--color-podcast-text: var(--color-link);
|
|
3311
3477
|
--color-podcast-highlight: #00727A;
|
|
3312
3478
|
/* Font */
|
|
@@ -3335,6 +3501,8 @@ video {
|
|
|
3335
3501
|
--color-label-event: #000000;
|
|
3336
3502
|
/* Kurzmeldung */
|
|
3337
3503
|
--color-label-kurzmeldung: #0a3355;
|
|
3504
|
+
/* Eventkalender */
|
|
3505
|
+
--color-eventcalendar-primary: rgba(140,3,61,1);
|
|
3338
3506
|
/* Dachzeile */
|
|
3339
3507
|
--color-topline: rgba(140,3,61,1);
|
|
3340
3508
|
/* Subline */
|
|
@@ -3387,6 +3555,10 @@ video {
|
|
|
3387
3555
|
--color-label-event: #000000;
|
|
3388
3556
|
/* Kurzmeldung */
|
|
3389
3557
|
--color-label-kurzmeldung: #0a3355;
|
|
3558
|
+
/* Event */
|
|
3559
|
+
--color-event-status: #007179;
|
|
3560
|
+
/* Eventkalender */
|
|
3561
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
3390
3562
|
/* Dachzeile */
|
|
3391
3563
|
--color-topline: var(--color-primary);
|
|
3392
3564
|
/* Subline */
|
|
@@ -3439,6 +3611,10 @@ video {
|
|
|
3439
3611
|
--color-label-event: #000000;
|
|
3440
3612
|
/* Kurzmeldung */
|
|
3441
3613
|
--color-label-kurzmeldung: #0a3355;
|
|
3614
|
+
/* Event */
|
|
3615
|
+
--color-event-status: #e81f18;
|
|
3616
|
+
/* Eventkalender */
|
|
3617
|
+
--color-eventcalendar-primary: var(--color-primary);
|
|
3442
3618
|
/* Dachzeile */
|
|
3443
3619
|
--color-topline: rgba(15,97,87,1);
|
|
3444
3620
|
/* Subline */
|
|
@@ -3469,7 +3645,7 @@ video {
|
|
|
3469
3645
|
--font-title: RobotoCond, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
|
3470
3646
|
--font-weight-title: 700;
|
|
3471
3647
|
/* Border */
|
|
3472
|
-
--border-radius-hr: 1.5rem;
|
|
3648
|
+
--border-radius-hr: 1.5rem;
|
|
3473
3649
|
}
|
|
3474
3650
|
[data-theme='you-fm'] {
|
|
3475
3651
|
--color-primary: #c20016;
|
|
@@ -3493,6 +3669,8 @@ video {
|
|
|
3493
3669
|
--color-label-event: #000000;
|
|
3494
3670
|
/* Kurzmeldung */
|
|
3495
3671
|
--color-label-kurzmeldung: #0a3355;
|
|
3672
|
+
/* Eventkalender */
|
|
3673
|
+
--color-eventcalendar-primary: var(--color-link);
|
|
3496
3674
|
/* Dachzeile */
|
|
3497
3675
|
--color-topline: var(--color-link);
|
|
3498
3676
|
/* Subline */
|
|
@@ -3565,6 +3743,12 @@ video {
|
|
|
3565
3743
|
--tw-text-opacity: 1;
|
|
3566
3744
|
color: rgba(112, 112, 112, var(--tw-text-opacity));
|
|
3567
3745
|
}
|
|
3746
|
+
.backdrop\:bg-grey-scorpion\/90::-webkit-backdrop {
|
|
3747
|
+
background-color: rgba(96, 96, 96, 0.9);
|
|
3748
|
+
}
|
|
3749
|
+
.backdrop\:bg-grey-scorpion\/90::backdrop {
|
|
3750
|
+
background-color: rgba(96, 96, 96, 0.9);
|
|
3751
|
+
}
|
|
3568
3752
|
.first\:border-t:first-child {
|
|
3569
3753
|
border-top-width: 1px;
|
|
3570
3754
|
}
|
|
@@ -3600,14 +3784,30 @@ video {
|
|
|
3600
3784
|
background-color: #ffffff;
|
|
3601
3785
|
background-color: var(--color-button-inverted);
|
|
3602
3786
|
}
|
|
3787
|
+
.hover\:bg-button:hover {
|
|
3788
|
+
background-color: #005293;
|
|
3789
|
+
background-color: var(--color-button);
|
|
3790
|
+
}
|
|
3603
3791
|
.hover\:bg-slate-300:hover {
|
|
3604
3792
|
--tw-bg-opacity: 1;
|
|
3605
3793
|
background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
|
|
3606
3794
|
}
|
|
3795
|
+
.hover\:bg-black:hover {
|
|
3796
|
+
--tw-bg-opacity: 1;
|
|
3797
|
+
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
|
|
3798
|
+
}
|
|
3607
3799
|
.hover\:bg-blue-congress:hover {
|
|
3608
3800
|
--tw-bg-opacity: 1;
|
|
3609
3801
|
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
3610
3802
|
}
|
|
3803
|
+
.hover\:fill-button-inverted:hover {
|
|
3804
|
+
fill: #ffffff;
|
|
3805
|
+
fill: var(--color-button-inverted);
|
|
3806
|
+
}
|
|
3807
|
+
.hover\:fill-button-hollow:hover {
|
|
3808
|
+
fill: #006dc1;
|
|
3809
|
+
fill: var(--color-button-hollow);
|
|
3810
|
+
}
|
|
3611
3811
|
.hover\:fill-orange-spicyCarrot:hover {
|
|
3612
3812
|
fill: #d34600;
|
|
3613
3813
|
}
|
|
@@ -3622,6 +3822,10 @@ video {
|
|
|
3622
3822
|
color: #006dc1;
|
|
3623
3823
|
color: var(--color-button-hollow);
|
|
3624
3824
|
}
|
|
3825
|
+
.hover\:text-button-inverted:hover {
|
|
3826
|
+
color: #ffffff;
|
|
3827
|
+
color: var(--color-button-inverted);
|
|
3828
|
+
}
|
|
3625
3829
|
.hover\:text-white:hover {
|
|
3626
3830
|
--tw-text-opacity: 1;
|
|
3627
3831
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
@@ -3634,10 +3838,22 @@ video {
|
|
|
3634
3838
|
-webkit-text-decoration-line: underline;
|
|
3635
3839
|
text-decoration-line: underline;
|
|
3636
3840
|
}
|
|
3841
|
+
.focus\:bg-black:focus {
|
|
3842
|
+
--tw-bg-opacity: 1;
|
|
3843
|
+
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
|
|
3844
|
+
}
|
|
3845
|
+
.focus\:text-white:focus {
|
|
3846
|
+
--tw-text-opacity: 1;
|
|
3847
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3848
|
+
}
|
|
3637
3849
|
.focus\:outline-none:focus {
|
|
3638
3850
|
outline: 2px solid transparent;
|
|
3639
3851
|
outline-offset: 2px;
|
|
3640
3852
|
}
|
|
3853
|
+
.focus-visible\:outline-none:focus-visible {
|
|
3854
|
+
outline: 2px solid transparent;
|
|
3855
|
+
outline-offset: 2px;
|
|
3856
|
+
}
|
|
3641
3857
|
.active\:font-bold:active {
|
|
3642
3858
|
font-weight: 700;
|
|
3643
3859
|
}
|
|
@@ -3652,10 +3868,30 @@ video {
|
|
|
3652
3868
|
--tw-text-opacity: 1;
|
|
3653
3869
|
color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
3654
3870
|
}
|
|
3871
|
+
.group[focus-within] .group-focus-within\:text-white {
|
|
3872
|
+
--tw-text-opacity: 1;
|
|
3873
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3874
|
+
}
|
|
3875
|
+
.group[focus-within] .group-focus-within\:text-white {
|
|
3876
|
+
--tw-text-opacity: 1;
|
|
3877
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3878
|
+
}
|
|
3879
|
+
.group:focus-within .group-focus-within\:text-white {
|
|
3880
|
+
--tw-text-opacity: 1;
|
|
3881
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3882
|
+
}
|
|
3883
|
+
.group:hover .group-hover\:text-white {
|
|
3884
|
+
--tw-text-opacity: 1;
|
|
3885
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3886
|
+
}
|
|
3655
3887
|
.group:hover .group-hover\:underline {
|
|
3656
3888
|
-webkit-text-decoration-line: underline;
|
|
3657
3889
|
text-decoration-line: underline;
|
|
3658
3890
|
}
|
|
3891
|
+
.group:focus .group-focus\:text-white {
|
|
3892
|
+
--tw-text-opacity: 1;
|
|
3893
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3894
|
+
}
|
|
3659
3895
|
.before\:absolute::before {
|
|
3660
3896
|
position: absolute;
|
|
3661
3897
|
}
|
|
@@ -3763,6 +3999,30 @@ video {
|
|
|
3763
3999
|
}
|
|
3764
4000
|
@media (min-width: 640px) {
|
|
3765
4001
|
|
|
4002
|
+
.sm\:static {
|
|
4003
|
+
position: static;
|
|
4004
|
+
}
|
|
4005
|
+
|
|
4006
|
+
.sm\:absolute {
|
|
4007
|
+
position: absolute;
|
|
4008
|
+
}
|
|
4009
|
+
|
|
4010
|
+
.sm\:right-4 {
|
|
4011
|
+
right: 1rem;
|
|
4012
|
+
}
|
|
4013
|
+
|
|
4014
|
+
.sm\:bottom-4 {
|
|
4015
|
+
bottom: 1rem;
|
|
4016
|
+
}
|
|
4017
|
+
|
|
4018
|
+
.sm\:order-1 {
|
|
4019
|
+
order: 1;
|
|
4020
|
+
}
|
|
4021
|
+
|
|
4022
|
+
.sm\:order-2 {
|
|
4023
|
+
order: 2;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
3766
4026
|
.sm\:mx-0 {
|
|
3767
4027
|
margin-left: 0px;
|
|
3768
4028
|
margin-right: 0px;
|
|
@@ -3785,12 +4045,40 @@ video {
|
|
|
3785
4045
|
display: block;
|
|
3786
4046
|
}
|
|
3787
4047
|
|
|
4048
|
+
.sm\:w-7\/12 {
|
|
4049
|
+
width: 58.333333%;
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
.sm\:w-5\/12 {
|
|
4053
|
+
width: 41.666667%;
|
|
4054
|
+
}
|
|
4055
|
+
|
|
3788
4056
|
.sm\:w-fit {
|
|
3789
4057
|
width: -webkit-fit-content;
|
|
3790
4058
|
width: -moz-fit-content;
|
|
3791
4059
|
width: fit-content;
|
|
3792
4060
|
}
|
|
3793
4061
|
|
|
4062
|
+
.sm\:max-w-xl {
|
|
4063
|
+
max-width: 36rem;
|
|
4064
|
+
}
|
|
4065
|
+
|
|
4066
|
+
.sm\:basis-7\/12 {
|
|
4067
|
+
flex-basis: 58.333333%;
|
|
4068
|
+
}
|
|
4069
|
+
|
|
4070
|
+
.sm\:basis-5\/12 {
|
|
4071
|
+
flex-basis: 41.666667%;
|
|
4072
|
+
}
|
|
4073
|
+
|
|
4074
|
+
.sm\:flex-row {
|
|
4075
|
+
flex-direction: row;
|
|
4076
|
+
}
|
|
4077
|
+
|
|
4078
|
+
.sm\:bg-transparent {
|
|
4079
|
+
background-color: transparent;
|
|
4080
|
+
}
|
|
4081
|
+
|
|
3794
4082
|
.sm\:p-5 {
|
|
3795
4083
|
padding: 1.25rem;
|
|
3796
4084
|
}
|
|
@@ -3815,10 +4103,83 @@ video {
|
|
|
3815
4103
|
padding-right: 2.75rem;
|
|
3816
4104
|
}
|
|
3817
4105
|
|
|
4106
|
+
.sm\:pl-0 {
|
|
4107
|
+
padding-left: 0px;
|
|
4108
|
+
}
|
|
4109
|
+
|
|
4110
|
+
.sm\:pt-0 {
|
|
4111
|
+
padding-top: 0px;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
.sm\:pb-0 {
|
|
4115
|
+
padding-bottom: 0px;
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
.sm\:pt-3 {
|
|
4119
|
+
padding-top: 0.75rem;
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
.sm\:pb-2 {
|
|
4123
|
+
padding-bottom: 0.5rem;
|
|
4124
|
+
}
|
|
4125
|
+
|
|
4126
|
+
.sm\:text-xl {
|
|
4127
|
+
font-size: 1.25rem;
|
|
4128
|
+
line-height: 1.675rem;
|
|
4129
|
+
}
|
|
4130
|
+
|
|
3818
4131
|
.sm\:text-lg {
|
|
3819
4132
|
font-size: 1.125rem;
|
|
3820
4133
|
line-height: 1.5rem;
|
|
3821
4134
|
}
|
|
4135
|
+
.sm\:ar-16-9 {
|
|
4136
|
+
aspect-ratio: 16 / 9;
|
|
4137
|
+
}
|
|
4138
|
+
|
|
4139
|
+
@supports not (aspect-ratio: 16 / 9) {
|
|
4140
|
+
.sm\:ar-16-9::before {
|
|
4141
|
+
float: left;
|
|
4142
|
+
padding-top: 56.25%;
|
|
4143
|
+
content: '';
|
|
4144
|
+
}
|
|
4145
|
+
|
|
4146
|
+
{
|
|
4147
|
+
display: block;
|
|
4148
|
+
content: '';
|
|
4149
|
+
clear: both;
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
.sm\:ar-auto {
|
|
4154
|
+
aspect-ratio: auto;
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
@supports not (aspect-ratio: auto) {
|
|
4158
|
+
.sm\:ar-auto::before {
|
|
4159
|
+
float: none;
|
|
4160
|
+
float: initial;
|
|
4161
|
+
padding-top: 0;
|
|
4162
|
+
content: '';
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4165
|
+
.sm\:ar-auto::after {
|
|
4166
|
+
display: inline;
|
|
4167
|
+
content: '';
|
|
4168
|
+
clear: none;
|
|
4169
|
+
}
|
|
4170
|
+
.sm\:ar-auto::before {
|
|
4171
|
+
float: none;
|
|
4172
|
+
float: initial;
|
|
4173
|
+
padding-top: 0;
|
|
4174
|
+
content: '';
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.sm\:ar-auto::after {
|
|
4178
|
+
display: inline;
|
|
4179
|
+
content: '';
|
|
4180
|
+
clear: none;
|
|
4181
|
+
}
|
|
4182
|
+
}
|
|
3822
4183
|
|
|
3823
4184
|
.sm\:col-main {
|
|
3824
4185
|
grid-column: main;
|