.button,
.footer__imprint,
.footer__navigation,
.search__input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs,
.button .button-wrapper,
.teaser-info {
  white-space: nowrap;
}
ol,
ul {
  counter-reset: item;
}
.portalsnav li,
ol,
ul {
  list-style-type: none;
}
.article-title__text,
.collection-ng__heading {
  font-feature-settings: "salt";
  line-height: 1.25;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
body {
  background-color: #f5f5f2;
}
a {
  color: #c91024;
}
.masthead {
  --theme-color-masthead: #fefefd;
  background-color: var(--theme-color-masthead);
}
.masthead--compact,
.masthead--sticky {
  inset-block-start: 0;
  padding-block-start: 0;
  position: sticky;
}
.masthead--sticky .masthead__wrapper:before {
  background-color: var(--theme-color-masthead);
  content: "";
  inset: 0;
}
.masthead__logo {
  display: flex;
  flex: 0 0 auto;
}
.masthead__portals {
  flex: 1 1 auto;
  font-variation-settings: "wght" 700;
}
.masthead__button-wrapper {
  height: 56px;
  opacity: 0;
}
.portalsnav li {
  margin: 0;
  padding: 0;
}
.portalsnav__link {
  color: #4e4d47;
  font-variation-settings: "wght" 700;
}
.article-title__text,
b,
h1,
h2,
h3,
h4 {
  font-variation-settings: "wght" 500;
}
.article-content,
.related-items-list {
  opacity: 0;
  transition: opacity 1s ease-out, min-height 1s ease-out;
}
.breadcrumb__link {
  letter-spacing: -0.2px;
}
b,
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
.l-card {
  background-color: #fefefd;
  --t-card-bg: #fefefd;
}
.article-title {
  margin: 22px 0 0;
}
.article-title__text {
  color: #22211d;
  letter-spacing: 0;
}
.article-author__date,
.article-title__overline,
.breadcrumb__link {
  font-variation-settings: "wght" 400;
}
.article-title__overline {
  color: #c91024;
  letter-spacing: 0;
}
.article-author {
  margin: 22px 0 20px;
}
.article-author__date {
  color: #6b6960;
}
.breadcrumb__link {
  -webkit-touch-callout: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-color: #ebebe5;
  color: #4e4d47;
}
.article-content,
body {
  font-variation-settings: "wght" 300;
}
.breadcrumb__link:before {
  border-bottom: 1px solid #6b6960;
  border-right: 1px solid #6b6960;
  content: "";
  -webkit-transform: rotate(-45deg);
}
.article-content {
  color: #22211d;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #141411;
  }
  .article-title__overline,
  a {
    color: #ff6669;
  }
  .masthead {
    --theme-color-masthead: #22211d;
  }
  .article-title__text,
  .portalsnav__link {
    color: #fff;
  }
  .l-card {
    background-color: #22211d;
  }
  .article-author__date {
    color: #b9b7ac;
  }
  .breadcrumb__link {
    background-color: #4e4d47;
    color: #fff;
  }
  .breadcrumb__link:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  .article-content {
    color: #fafaf8;
  }
}
@media (max-width: 719px) {
  .article-title {
    margin: 16px 0 0;
  }
  .article-title__text {
    font-size: 32px;
    letter-spacing: normal;
    line-height: 1.25;
    margin: 0 0 13px;
  }
  .article-author {
    margin: 17px 0 26px;
  }
  ul {
    margin: 8px 0 20px;
  }
  .article-content > h2 {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 1.25;
    margin: 24px 0 12px;
  }
  .button--no-text-on-mobile .button-text {
    display: none;
  }
  .button--no-text-on-mobile .button-wrapper .button-icon {
    margin-right: 0;
  }
}
.breadcrumbs {
  margin: 16px 0 8px;
}
body {
  --t-body-bg: #f5f5f2;
  --t-a-color: #c91024;
  --t-a-color-hover: #8d0614;
  --t-a-color-active: #6a0b0c;
  background-color: var(--t-body-bg);
  font-family: SRG_SSR_Text_Static, sans-serif;
  font-weight: 300;
  margin: 0;
}
:root {
  --fec-gap: 16px;
  --t-text-list: #c91024;
  --t-a-underline: #c91024;
  --t-a-underline-hover: #8d0614;
  --t-a-underline-active: #6a0b0c;
  --t-button-label: #22211d;
  --t-button-label-bg: #ebebe5;
  --t-button-label-hover: #dadad2;
  --t-caret-icon-red-mask: #c91024;
}
html {
  overflow-x: hidden;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-display: swap;
    font-family: SRG_SSR_Text_VF;
    font-weight: 300 800;
  }
  body {
    font-family: SRG_SSR_Text_VF, sans-serif;
  }
}
.button .button-text,
body,
html {
  line-height: 1.5;
}
nav {
  display: inline;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
a {
  color: var(--t-a-color);
  text-decoration: none;
}
a:hover {
  color: var(--t-a-color-hover);
}
a:active {
  color: var(--t-a-color-active);
}
img {
  border-style: none;
  display: block;
  height: auto;
  width: 100%;
}
button,
input {
  font-family: inherit;
}
:focus {
  outline: 0;
}
.h-offscreen {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search,
.shimmer {
  position: relative;
}
.h-offscreen-focusable:active,
.h-offscreen-focusable:focus {
  clip: auto;
  background: #1e8ce3;
  color: #fff;
  font-size: 16px;
  height: auto;
  letter-spacing: 0.4px;
  padding: 9px;
  position: absolute;
  width: auto;
  z-index: 99;
}
.button .button-icon,
.svg-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.h-offscreen-focusable--top:active,
.h-offscreen-focusable--top:focus {
  left: 2px;
  position: absolute;
  top: 10px;
  z-index: 100001;
}
.h-element--hide {
  display: none !important;
}
.l-content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
}
.l-card {
  background-color: var(--t-card-bg);
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
  margin-top: -1px;
  padding-top: 1px;
}
.l-card:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: -1px;
}
.button {
  --t-button: #fff;
  --t-button-bg: #4e4d47;
  --t-button-bg-hover: #6b6960;
  --t-button-bg-active: #888579;
  --t-button-secondary: #4e4d47;
  --t-button-secondary-bg: #ebebe5;
  --t-button-secondary-bg-hover: #dadad2;
  --t-button-secondary-bg-active: #cac8bf;
  --t-button-white: #4e4d47;
  --t-button-white-bg: #fafaf8;
  --t-button-white-bg-hover: #ebebe5;
  --t-button-white-bg-active: #cac8bf;
  --t-button-dark: #fff;
  --t-button-dark-bg: #4e4d47;
  --t-button-dark-bg-hover: #6b6960;
  --t-button-dark-bg-active: #888579;
  --t-button-inactive-bg: #4e4d47;
  --t-button-pill-bg: #fafaf8;
  --t-button-link-text: #c91024;
  --t-button-neutral-text: #22211d;
  --t-button-neutral-bg-hover: #f5f5f2;
  --t-button-neutral-bg-active: #ebebe5;
  --t-button-accented-bg-hover: #ebebe5;
  --t-button-accented-bg-active: #dadad2;
  --t-button-cta-bg-start: #e31f2b;
  --t-button-cta-bg-end: #c91024;
  --t-button-share: #4e4d47;
  --t-button-share-bg: #ebebe5;
  --t-button-share-bg-hover: #dadad2;
  --t-button-share-bg-active: #cac8bf;
  -webkit-appearance: none;
  background-color: var(--t-button-bg);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.08);
  color: var(--t-button);
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.4px;
  letter-spacing: 0.8px;
  margin-top: 20px;
  min-height: var(--fec-button-min-height, 48px);
  padding: var(--fec-button-padding, 13px 40px);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
}
.button .button-icon {
  display: none;
  height: 24px;
  margin: -1px 8px -7px -44px;
  min-width: 24px;
}
@media (min-width: 720px) {
  .article-title__overline {
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
  }
  .breadcrumbs {
    margin: 24px 0 12px;
  }
  .l-card {
    margin-bottom: 32px;
  }
  .button {
    width: auto;
  }
  .button .button-icon {
    margin-left: 0;
  }
}
.button:active,
.button:focus,
.button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 0 8px 0 rgba(0, 0, 0, 0.08);
  color: var(--t-button);
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: var(--t-button-bg-hover);
}
.button:active {
  background-color: var(--t-button-bg-active);
}
.button:before {
  background-color: initial;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.button:not(.button--mixed-case) .button-text {
  text-transform: uppercase;
}
a.button {
  display: inline-block;
  text-align: center;
}
.button--no-spacing {
  margin-bottom: 0;
  margin-top: 0;
}
.button--secondary {
  background-color: var(--t-button-secondary-bg);
}
.button--secondary,
.button--secondary:active,
.button--secondary:focus,
.button--secondary:hover {
  color: var(--t-button-secondary);
}
.button--secondary:focus,
.button--secondary:hover {
  background-color: var(--t-button-secondary-bg-hover);
}
.button--secondary:active {
  background-color: var(--t-button-secondary-bg-active);
}
.button--secondary .button-wrapper {
  height: 22px;
}
.button--transparent,
.button--transparent:active,
.button--transparent:focus,
.button--transparent:hover {
  background-color: initial;
  box-shadow: none;
  color: var(--t-gl-nav-group-open-item-color);
}
.button-wrapper--svg-icon {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.button-wrapper--svg-icon .button-icon {
  display: inline-block;
  height: 24px;
  margin: 0 12px 0 0;
  min-width: 24px;
}
.button--icon-only {
  padding: 12px;
  width: auto;
}
.button--icon-only .button-wrapper {
  height: auto;
}
.button--icon-only .button-icon {
  margin: 0;
}
.button--full-width {
  width: 100%;
}
.button--align-left {
  text-align: left;
}
.button--align-left .button-wrapper {
  justify-content: left;
  text-align: left;
}
.button--icon-button {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.14;
  padding: var(--fec-button-padding, 16px);
  transition: opacity 0.2s ease-in-out;
  width: auto;
}
.button--icon-button:hover {
  opacity: 0.8;
}
.button--icon-button:active {
  opacity: 0.6;
}
.button--icon-button.button--icon-only .button-icon {
  margin-right: 0;
}
.button--icon-button .button-icon {
  margin-right: 8px;
}
.button--pill {
  border-radius: 24px;
  display: inline-block;
  margin-top: 0;
  padding: 0 40px;
  transition: filter 0.3s ease-in-out, background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  width: auto;
}
.button--pill .button-icon {
  margin: 0 6px 0 0;
}
.button--pill,
.button--pill:active,
.button--pill:focus,
.button--pill:hover {
  background-color: var(--t-button-pill-bg);
  color: var(--t-button-white);
}
.button--pill:active,
.button--pill:focus,
.button--pill:hover {
  filter: brightness(1.05);
}
.button--themed {
  background-image: linear-gradient(
    to right,
    var(--theme-color-gradient-1, #fafaf8),
    var(--theme-color-gradient-2, #ebebe5)
  );
}
.button--themed,
.button--themed:active,
.button--themed:focus,
.button--themed:hover {
  color: var(--theme-color-button-text, #22211d);
}
.button--theme-radio-srf-default {
  --theme-color-gradient-1: #e31f2b;
  --theme-color-gradient-2: #c91024;
  --theme-color-shadow: rgba(227, 31, 43, 0.6);
  --theme-color-button-text: #fff;
}
.button--share {
  background-color: var(--t-button-share-bg);
  font-size: 14px;
  letter-spacing: 0.4px;
}
.button--share,
.button--share:active,
.button--share:focus,
.button--share:hover {
  box-shadow: none;
  color: var(--t-button-share);
  filter: none;
}
.button--share:focus,
.button--share:hover {
  background-color: var(--t-button-share-bg-hover);
}
.button--share:active {
  background-color: var(--t-button-share-bg-active);
}
.svg-icon {
  --t-svg-icon-standard: #4e4d47;
  --t-svg-icon-no-theme: #fff;
  --t-svg-icon-arrow-grey: #4e4d47;
  --t-svg-icon-download-red: #c91024;
  --t-svg-icon-download-success: #1a7ac5;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.svg-icon--arrow-down-red-tiny {
  -webkit-mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: 41.6666666667%;
  mask-size: 41.6666666667%;
  background-color: var(--t-caret-icon-red-mask);
  display: inline-block;
  height: 24px;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 24px;
}
.svg-icon--arrow-left,
.svg-icon--arrow-right {
  background-color: var(--t-svg-icon-arrow-grey);
  -webkit-mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  height: 24px;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 24px;
  display: inline-block;
}
.svg-icon--arrow-right {
  mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: 66.6666666667%;
  mask-size: 66.6666666667%;
  transform: rotate(-90deg);
}
.svg-icon--arrow-left {
  mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: 66.6666666667%;
  mask-size: 66.6666666667%;
  transform: rotate(90deg);
}
.svg-icon--arrow-up-red-tiny {
  background-color: var(--t-caret-icon-red-mask);
  display: inline-block;
  height: 24px;
  -webkit-mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  mask: url(../images/caret.5ea5d436.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: 41.6666666667%;
  mask-size: 41.6666666667%;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 24px;
}
.globalnav-link,
.menu-link {
  border-radius: 2px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.svg-icon--searchmenu {
  background-color: var(--t-svg-icon-standard);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 35px;
}
.svg-icon--close {
  background-color: var(--t-svg-icon-themed, var(--t-svg-icon-standard));
  -webkit-mask: url(../images/close.a987c7c4.svg)
    no-repeat 50% 50%;
  mask: url(../images/close.a987c7c4.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--audiothek,
.svg-icon--clipboard,
.svg-icon--share,
.svg-icon--videothek {
  background-color: var(--t-svg-icon-standard);
}
.svg-icon--audiothek {
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--videothek {
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--clipboard {
  -webkit-mask: url(../images/clipboard.3ebb1072.svg)
    no-repeat 50% 50%;
  mask: url(../images/clipboard.3ebb1072.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--share {
  -webkit-mask: url(../images/share.svg)
    no-repeat 50% 50%;
  mask: url(../images/share.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--comments-zero {
  background-color: var(--t-svg-icon-themed, var(--t-svg-icon-standard));
  -webkit-mask: url(../images/comments_zero.c1114483.svg)
    no-repeat 50% 50%;
  mask: url(../images/comments_zero.c1114483.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--outline-facebook {
  background-color: var(--t-svg-icon-standard);
  -webkit-mask: url(../images/facebook.9bda5737.svg)
    no-repeat 50% 50%;
  mask: url(../images/facebook.9bda5737.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--outline-twitter-x {
  background-color: var(--t-svg-icon-standard);
  -webkit-mask: url(../images/twitter-x.06ec084f.svg)
    no-repeat 50% 50%;
  mask: url(../images/twitter-x.06ec084f.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--outline-mail {
  background-color: var(--t-svg-icon-themed, var(--t-svg-icon-standard));
  -webkit-mask: url(../images/mail.68031c90.svg)
    no-repeat 50% 50%;
  mask: url(../images/mail.68031c90.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--outline-whatsapp {
  background-color: var(--t-svg-icon-standard);
  -webkit-mask: url(../images/whatsapp.2cab5889.svg)
    no-repeat 50% 50%;
  mask: url(../images/whatsapp.2cab5889.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.svg-icon--clear-input {
  height: 22px;
  margin-right: -3px;
  margin-top: -3px;
  width: 22px;
}
.main-logo {
  background: 0 0;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  width: 36px;
}
.main-logo svg {
  transform: scale(0.75);
  transform-origin: 0 0;
}
.menu-link {
  --t-menu-link: #22211d;
  --t-menu-link-success: #1a7ac5;
  --t-menu-link-on-error: #c91024;
  --t-menu-link-bg-hover: hsla(51, 8%, 70%, 0.12);
  --t-menu-link-bg-active: hsla(51, 8%, 70%, 0.24);
  color: var(--t-menu-link);
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 18px 24px;
}
.menu-link:focus,
.menu-link:hover {
  background-color: var(--t-menu-link-bg-hover);
  color: var(--t-menu-link);
}
.menu-link:active {
  background-color: var(--t-menu-link-bg-active);
  color: var(--t-menu-link);
}
.menu-link__icon-container {
  flex: 0 0 auto;
  height: 24px;
  padding-right: 12px;
}
.menu-link__text,
.search__label {
  flex: 1 0 0;
}
.shimmer {
  --t-shimmer-bg: rgba(34, 33, 29, 0.12);
  --t-shimmer-gradient: rgba(34, 33, 29, 0.24);
  --t-shimmer-overline-bg: rgba(201, 16, 36, 0.12);
  --t-shimmer-overline-gradient: rgba(201, 16, 36, 0.24);
  background: var(--t-shimmer-bg);
  display: block;
  height: 11px;
  margin-bottom: 11px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  :root {
    --fec-gap: 24px;
  }
  .shimmer {
    height: 14px;
    margin-bottom: 14px;
  }
}
.shimmer:before {
  animation: 2.5s ease-in-out infinite shimmeringAnimation;
  background: linear-gradient(
    90deg,
    transparent,
    var(--t-shimmer-gradient) 50%,
    transparent
  );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 800px;
  will-change: transform;
}
.shimmer:nth-of-type(2):before {
  animation-delay: 50ms;
}
.shimmer:nth-of-type(3):before {
  animation-delay: 0.1s;
}
.shimmer--short {
  width: 66%;
}
.shimmer--heading {
  height: 16px;
  margin-bottom: 12px;
}
@keyframes shimmeringAnimation {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(200%);
  }
}
.image {
  --t-image-circle-border: #fefefd;
  --t-image-circle-presenter-border: rgba(0, 0, 0, 0.04);
}
picture.image {
  display: block;
  font-size: 10px;
}
.globalnav-link {
  --t-globalnav-link: #22211d;
  --t-globalnav-link-bg-hover: hsla(51, 8%, 70%, 0.12);
  --t-globalnav-link-bg-active: hsla(51, 8%, 70%, 0.24);
  --t-globalnav-link-sub: #4e4d47;
  --t-globalnav-link-highlight: #c91024;
  color: var(--t-globalnav-link);
  display: flex;
  padding: 18px 16px;
}
.globalnav-link:focus,
.globalnav-link:hover {
  background-color: var(--t-globalnav-link-bg-hover);
  color: var(--t-globalnav-link);
}
.globalnav-link:active {
  background-color: var(--t-globalnav-link-bg-active);
  color: var(--t-globalnav-link);
}
.teaser-info--audio:before,
.teaser-info--video:before,
.teaser-info:not(:last-child):after {
  background-color: var(--teaser-color-status-text, var(--t-teaser-info));
  content: "";
}
.globalnav-link--portal {
  font-variation-settings: "wght" 700;
  font-weight: 700;
}
.search__input,
.teaser-info,
.teaser-info--fading {
  font-variation-settings: "wght" 400;
  font-weight: 400;
}
.globalnav-link--sub {
  padding: 12px 16px;
}
.globalnav-link--sub,
.globalnav-link--sub:hover {
  color: var(--t-globalnav-link-sub);
}
.globalnav-link__img {
  align-self: center;
  flex: 0 0 auto;
  height: 24px;
  margin-right: 12px;
  width: 24px;
}
.globalnav-link__text {
  align-self: center;
  flex: 1 0 0;
}
.search {
  --t-search-bg-active: #fefefd;
  --t-search-text: #6b6960;
  --t-search-text-active: #22211d;
  --t-search-border: rgba(0, 0, 0, 0.2);
  --t-search-result-bg-hover: hsla(51, 8%, 70%, 0.12);
  --t-search-result-bg-active: hsla(51, 8%, 70%, 0.24);
  --t-search-icon: none;
  --t-search-result-icon-bg: #6b6960;
  --t-search-results-label: #6b6960;
  --t-gl-search-bg: #fefefd;
  --t-gl-search-border: rgba(0, 0, 0, 0.2);
  height: 53px;
  overflow: visible;
}
.search__close {
  display: none;
  height: 48px;
  padding: 16px;
  text-decoration: none;
}
.search-wrapper {
  background-color: var(--t-gl-search-bg);
  border: 1px solid var(--t-gl-search-border);
  border-radius: 2px;
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.search__input--wrapper {
  display: flex;
}
.search__icon {
  background: url(../images/search-sprite.366457cb.svg)
    8px -42px/32px no-repeat;
  filter: var(--t-search-icon);
  flex-shrink: 0;
  width: 48px;
}
.search__input {
  background: 0 0;
  border: 0;
  color: var(--t-search-text);
  display: none;
  font-size: 16px;
  height: 100%;
  letter-spacing: 0.4px;
  line-height: 1.1;
  margin: 0 -48px;
  padding: 14px 48px;
  width: calc(100% + 48px);
}
.search__results {
  border-top: 1px solid var(--t-search-border);
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.teaser-info,
.teaser-info:before {
  display: inline-block;
  position: relative;
}
.horizontal-separator {
  --t-horizontal-separator: #ebebe5;
  background: var(--t-horizontal-separator) 50% 0 no-repeat;
  border: 0;
  height: 1px;
  margin: 24px -24px 20px;
}
@media (min-width: 720px) {
  .main-logo {
    height: 32px;
    width: 48px;
  }
  .main-logo svg {
    transform: none;
  }
  .horizontal-separator {
    margin-bottom: 24px;
    margin-top: 32px;
  }
  .search-header {
    padding: 8px 0;
  }
}
.horizontal-separator--sharing-bar {
  margin: 0;
  position: relative;
  top: 20px;
}
.teaser-info {
  --t-teaser-info: #6b6960;
  --t-teaser-info-visited: #1a7ac5;
  --t-teaser-info-live-or-updated: #e31f2b;
  --t-teaser-info-media-info: #22211d;
  --teaser-info-media-duration-display: var(
    --fec-teaser-info-media-duration-display,
    none
  );
  --teaser-info-comments-display: var(
    --fec-teaser-info-comments-display,
    inline-block
  );
  color: var(--teaser-color-status-text, var(--t-teaser-info-media-info));
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.35;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.teaser-info--audio,
.teaser-info--video {
  color: var(--teaser-color-status-text, var(--t-teaser-info));
}
.teaser-info:before {
  height: 14px;
  margin-bottom: -3px;
  margin-right: 6px;
  width: 14px;
}
.search-header--search-only .search-header__close-wrapper *,
.search-header--search-only .search-header__logo *,
.shimmer-box,
body:after {
  display: none;
}
.teaser-info:not(:last-child) {
  margin-right: 18px;
}
.teaser-info:not(:last-child):after {
  border-radius: 100%;
  bottom: calc(0.5em + 1px);
  height: 2px;
  position: absolute;
  right: -10px;
  width: 2px;
}
.teaser-info--video:before {
  -webkit-mask-size: contain;
  mask-size: contain;
}
.teaser-info--audio:before {
  -webkit-mask-size: contain;
  mask-size: contain;
}
.teaser-info--fading {
  color: var(--t-teaser-info);
}
.shimmer-box {
  margin: 36px 0;
  padding: 0 24px;
}
.modal-flyout {
  --t-modal-flyout: #22211d;
  --t-modal-flyout-bg: #fefefd;
  background-color: var(--t-modal-flyout-bg);
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16), 0 0 16px 0 rgba(0, 0, 0, 0.08);
  display: none;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  position: absolute;
  width: 372px;
  z-index: 100;
}
.modal-flyout--in-content {
  z-index: 101;
}
.modal-flyout__overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.modal-flyout__content,
.modal-flyout__head {
  background-color: var(--t-modal-flyout-bg);
}
.modal-flyout__head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 0 0 24px;
}
.modal-flyout__title {
  color: var(--t-modal-flyout);
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 18px;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.25;
  padding: 18px 0 16px;
}
.modal-flyout__buttons {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.image-figure {
  --t-image-figure-bg: #f5f5f2;
  --t-image-figure-image-bg: #dadad2;
  background-color: var(--t-image-figure-bg);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin: 32px 0;
  overflow-y: hidden;
}
.footer__navigation-link,
.portalsnav__link {
  line-height: 1.14;
  border-radius: 2px;
  transition: background-color 0.2s ease-in-out;
}
.image-figure__image {
  background-color: var(--t-image-figure-image-bg);
}
.episode-list__title:has(.episode-list__title-em) {
  font-variation-settings: "wght" 400;
  font-weight: 400;
}
.portalsnav {
  --t-portalsnav-large-link: #22211d;
  display: flex;
  margin: 0;
  padding: 0;
}
.portalsnav__link {
  font-feature-settings: "salt";
  background-color: initial;
  display: inline-block;
  font-size: 14px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 8px 10px;
}
.footer__bu-link,
.footer__description,
.footer__navigation-link {
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.portalsnav__link,
.portalsnav__link:active,
.portalsnav__link:focus,
.portalsnav__link:hover {
  border-bottom: none;
  color: var(--t-gl-nav-group-open-item-color);
}
.portalsnav__link:focus,
.portalsnav__link:hover {
  background-color: var(--t-gl-subnav-pager-bg-hover);
}
.portalsnav__link:active {
  background-color: var(--t-gl-subnav-pager-bg-active);
}
.search-header {
  align-items: center;
  display: flex;
}
.search-header__logo {
  display: flex;
  flex: 1 0 auto;
}
.search-header__search {
  flex: 1 0 auto;
}
@media (max-width: 719px) {
  .modal-flyout {
    bottom: 0;
    left: 0;
    max-height: 100vh;
    overflow-x: scroll;
    position: fixed;
    width: 100%;
  }
  .modal-flyout__overlay {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .modal-flyout__content {
    padding: 0 0 56px;
  }
  .image-figure {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
    width: 100%;
  }
  .search-header {
    flex-wrap: wrap;
  }
  .search-header__search {
    flex-basis: 100%;
    margin: 8px 0;
    order: 2;
  }
  .search-header__close {
    margin: 0 -16px 0 0;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .search-header__search {
    flex-basis: 341px;
    flex-grow: 0;
  }
}
.search-header__close-wrapper {
  display: flex;
  flex: 1 0 0;
  justify-content: flex-end;
}
.search-header--search-only .search-header__search {
  margin: 0;
}
.footer {
  opacity: 0;
  pointer-events: none;
  --t-footer: #22211d;
  --t-footer-bg: #fefefd;
  --t-footer-border-top: 0 0px 1px 0 rgba(0, 0, 0, 0.16),
    0 0 1px 0 rgba(0, 0, 0, 0.08);
  --t-footer-navigation-link: #6b6960;
  --t-footer-navigation-link-hover: #6b6960;
  --t-footer-navigation-link-active: #6b6960;
  --t-footer-navigation-link-bg-hover: hsla(51, 8%, 70%, 0.12);
  --t-footer-navigation-link-bg-active: hsla(51, 8%, 70%, 0.24);
  --t-footer-description: #6b6960;
  --t-footer-bu-link: #6b6960;
  --t-footer-bu-link-hover: #6b6960;
  --t-footer-bu-link-active: #6b6960;
  --t-footer-bu-link-bg: #ebebe5;
  --t-footer-bu-link-bg-hover: hsla(51, 8%, 70%, 0.12);
  --t-footer-bu-link-bg-active: hsla(51, 8%, 70%, 0.24);
  --t-gl-search-bg: #fefefd;
  --t-gl-search-text: #6b6960;
  --t-gl-search-border: rgba(0, 0, 0, 0.2);
  background: var(--t-footer-bg);
  box-shadow: var(--t-footer-border-top);
  color: var(--t-footer);
  opacity: 1;
  pointer-events: auto;
}
.footer__wrapper {
  margin: 0 auto;
  max-width: 1264px;
}
.footer__wrapper--top {
  padding: 16px 16px 0;
}
.footer__navigation {
  font-size: 0;
  margin: 0;
  padding: 8px 0;
}
.footer__navigation-item {
  display: flex;
  flex: 0 0 50%;
  margin: 0;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  padding: 0;
}
.footer__navigation-link {
  align-self: center;
  color: var(--t-footer-navigation-link);
  display: block;
  flex: 1 1 100%;
  font-size: 14px;
  margin: 0 8px;
  padding: 16px;
}
.footer__navigation-link:focus,
.footer__navigation-link:hover {
  background-color: var(--t-footer-navigation-link-bg-hover);
  color: var(--t-footer-navigation-link-hover);
}
.footer__navigation-link:active {
  background-color: var(--t-footer-navigation-link-bg-active);
  color: var(--t-footer-navigation-link-active);
}
.footer__imprint {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 24px;
}
.footer__logo {
  height: 16px;
  width: 46px;
}
.footer__description {
  color: var(--t-footer-description);
  font-size: 12px;
  line-height: 1.33;
  margin: 8px 0 16px;
}
.footer__imprint-links {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.footer__bu-link-item {
  flex: 1 1 auto;
  margin: 0 8px 0 0;
  padding: 0;
}
.footer__bu-link-item:last-of-type {
  margin-right: 0;
}
.footer__bu-link {
  background-color: var(--t-footer-bu-link-bg);
  border-radius: 2px;
  color: var(--t-footer-bu-link);
  display: inline-block;
  font-size: 14px;
  line-height: 1.14;
  padding: 8px 12px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
.footer__bu-link:focus,
.footer__bu-link:hover {
  background-color: var(--t-footer-bu-link-bg-hover);
  color: var(--t-footer-bu-link-hover);
}
.footer__bu-link:active {
  background-color: var(--t-footer-bu-link-bg-active);
  color: var(--t-footer-bu-link-active);
}
.globalnav {
  --t-globalnav-sub-bg: #f5f5f2;
  --t-globalnav-group-border: rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.globalnav__container--with-background {
  background-color: var(--t-globalnav-sub-bg);
}
.globalnav__groups {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1280px;
}
.globalnav__group {
  flex: 1 1 0;
  padding: 8px 4px;
}
@media (min-width: 720px) {
  .search-header__search {
    margin-bottom: -4px;
  }
  .search-header__close {
    padding-right: 0;
  }
  .footer__wrapper--top {
    padding: 16px 32px 0;
  }
  .footer__navigation {
    padding: 8px 16px;
  }
  .footer__navigation-item {
    display: inline-block;
  }
  .footer__navigation-link {
    margin: 0;
  }
  .footer__imprint {
    align-items: flex-end;
    flex-direction: row;
    padding: 24px 32px;
  }
  .footer__imprint-content {
    flex: 0 1 50%;
    padding-right: 8px;
  }
  .footer__description {
    margin-bottom: 0;
  }
  .footer__imprint-links {
    justify-content: flex-end;
  }
  .footer__bu-link-item {
    flex-grow: 0;
  }
  .globalnav__container {
    padding: 32px 0;
  }
  .globalnav__container--with-background {
    border-bottom: 1px solid var(--t-globalnav-group-border);
    border-top: 1px solid var(--t-globalnav-group-border);
  }
  .globalnav__groups {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 12px;
  }
  .globalnav__group--radio-stations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .globalnav__group--radio-stations .globalnav__item {
    flex: 1 0 33%;
  }
  .globalnav__group--radio-stations .globalnav__item:nth-child(3n + 1) {
    order: 0;
  }
  .globalnav__group--radio-stations .globalnav__item:nth-child(3n + 2) {
    order: 1;
  }
  .globalnav__group--radio-stations .globalnav__item:nth-child(3n + 3) {
    order: 2;
  }
}
.masthead {
  --t-masthead-bg: #fefefd;
  --t-masthead-title: #22211d;
  --t-masthead-icon: #4e4d47;
  --t-gl-subnav-icon: #4e4d47;
  --t-gl-subnav-pager-bg: #fefefd;
  --t-gl-subnav-pager-bg-alpha: hsla(60, 33%, 99%, 0);
  --t-gl-subnav-pager-bg-hover: hsla(51, 8%, 70%, 0.12);
  --t-gl-subnav-pager-bg-active: hsla(51, 8%, 70%, 0.24);
  --t-gl-nav-group-open-item-color: #4e4d47;
  --t-gl-nav-item-active: #c91024;
  --t-gl-nav-item-active-border: #f1434a;
  --t-gl-nav-item-third-level-icon: #c91024;
  --t-gl-h-icon-invert: none;
  background-color: var(--t-masthead-bg);
  min-height: 56px;
  padding: 8px 32px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 719px) {
  .footer__navigation {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .globalnav__group {
    border-bottom: 1px solid var(--t-globalnav-group-border);
    padding: 8px;
  }
  .masthead {
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .l-card {
    margin-bottom: 40px;
  }
  .globalnav__groups {
    padding: 0 20px;
  }
  .masthead {
    padding: 8px 40px 0;
  }
}
.masthead--compact,
.masthead--sticky {
  -webkit-padding-before: 0;
  inset-block-start: 0;
  padding-block-start: 0;
}
.masthead__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: static;
  z-index: 101;
}
.masthead--sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.masthead--sticky .masthead__wrapper:after {
  background-color: initial;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 0 8px 0 rgba(0, 0, 0, 0.08);
  content: "";
  height: 42px;
  inset-block-end: 0;
  inset-inline: 0;
  position: absolute;
  z-index: -2;
}
.masthead--sticky .masthead__wrapper:before {
  background-color: var(--t-masthead-bg);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}
.masthead__universal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.masthead__logo {
  display: flex;
  flex: 1 0 auto;
}
.masthead__portals {
  -webkit-margin-start: 10px;
  flex: 1 1 auto;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  margin-inline-start: 10px;
}
.article-author__date,
.article-title__overline,
.breadcrumb__link {
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (max-width: 1023px) {
  .button--no-text-on-desktop-down .button-text,
  .masthead__portals {
    display: none;
  }
  .button--no-text-on-desktop-down .button-wrapper .button-icon {
    margin-right: 0;
  }
}
.masthead__button-wrapper {
  -webkit-margin-end: -16px;
  display: block;
  font-size: 0;
  margin-inline-end: -16px;
  min-height: 0;
  opacity: 1;
}
.masthead__icon.masthead__icon {
  background-color: var(--t-masthead-icon);
}
.masthead--compact {
  height: 56px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
}
html:has(body.overflowHidden) {
  overflow: hidden;
}
.globalnav li:before,
.portalsnav li:before,
.related-items-list__list li:before {
  content: "​";
  position: absolute;
}
body:after {
  content: "";
  height: 0;
  opacity: 0;
  width: 0;
  content: "main-css-ready";
}
.breadcrumbs {
  --t-breadcrumb-link: #4e4d47;
  --t-breadcrumb-link-bg: #ebebe5;
  --t-breadcrumb-link-bg-hover: #dadad2;
  --t-breadcrumb-link-bg-active: #cac8bf;
  --t-breadcrumb-icon: #6b6960;
  overflow-x: auto;
  padding: 0 24px;
}
.breadcrumbs--bottom {
  padding-bottom: 8px;
}
.breadcrumbs__item {
  display: inline;
  margin: 0 -3px 0 -8px;
  padding: 0;
}
.breadcrumb__link {
  background-clip: padding-box;
  background-color: var(--t-breadcrumb-link-bg);
  border: 0;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.14;
  margin: 8px;
  padding: 7px 23px 7px 12px;
  position: relative;
  vertical-align: middle;
}
.breadcrumb__link:focus,
.breadcrumb__link:hover {
  background-color: var(--t-breadcrumb-link-bg-hover);
  border-bottom: 0;
}
.breadcrumb__link:active {
  background-color: var(--t-breadcrumb-link-bg-active);
  border-bottom: 0;
}
.breadcrumb__link:before {
  border-bottom: 1px solid var(--t-breadcrumb-icon);
  border-right: 1px solid var(--t-breadcrumb-icon);
  content: "";
  height: 6px;
  left: auto;
  position: absolute;
  right: 12px;
  top: 11px;
  transform: rotate(-45deg);
  width: 6px;
}
.breadcrumb__link,
.breadcrumb__link:active,
.breadcrumb__link:focus,
.breadcrumb__link:hover {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  color: var(--t-breadcrumb-link);
  outline: 0;
}
.article-author {
  --t-article-author: #22211d;
  --t-article-date: #6b6960;
  display: block;
  margin-bottom: 16px;
}
.article-author__date {
  margin: 0;
  color: var(--t-article-date);
  font-size: 12px;
  line-height: 1.35;
  display: block;
  min-height: 16px;
}
.article-reference {
  --t-article-reference: #22211d;
  color: var(--t-article-reference);
  display: block;
  margin: 12px 0 24px;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  padding: 0 24px;
}
.article-title {
  --t-article-overline: #c91024;
  --t-article-title: #22211d;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.article-title__overline {
  color: var(--t-article-overline);
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 1px;
}
.article-title__text {
  color: var(--t-article-title);
  display: block;
  font-size: 32px;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  letter-spacing: normal;
  margin: 1px 0 13px;
}
.article-content {
  --t-article-content: #22211d;
  color: var(--t-article-content);
  font-size: 20px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin: 0 0 24px;
  min-height: 0;
  opacity: 1;
}
.article-content > h2,
.collection-ng__heading {
  font-variation-settings: "wght" 500;
  font-weight: 500;
  letter-spacing: normal;
}
.article-content > h2 {
  font-size: 28px;
  line-height: 1.35;
  margin: 32px 0 12px;
  padding: 0 24px;
}
.article-content > p {
  margin: 12px 0 24px;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  padding: 0 24px;
}
.article-content a:not([class]) {
  border-bottom: 1px solid var(--t-a-underline);
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.article-content a:not([class]):hover {
  border-bottom: 1px solid var(--t-a-underline-hover);
}
.article-content a:not([class]):active {
  border-bottom: 1px solid var(--t-a-underline-active);
}
.article-content ul:not([class]) {
  counter-reset: item;
  list-style-type: none;
  margin: 12px 0 24px;
  padding: 0 24px;
}
.article-content ul:not([class]) li {
  margin: 12px 0;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  padding-left: 1.5em;
  position: relative;
}
.article-content ul:not([class]) > li:before {
  background-color: var(--t-text-list);
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  left: 2px;
  position: absolute;
  top: 11px;
  width: 6px;
}
.article-header {
  padding: 0 24px;
}
.collection-ng {
  --t-collection: #22211d;
  --t-collection-lead: #4e4d47;
  --t-collection-title-link: #c91024;
  --t-collection-title-link-hover: #f1434a;
  --t-collection-title-link-active: #ff6669;
  --t-collection-link: #22211d;
  --t-collection-link-bg: #fafaf8;
  --t-collection-link-bg-hover: #fefefd;
  --t-collection-link-bg-active: #fff;
  --t-collection-list-bg: #fff;
  --t-collection-list-item-line: rgba(0, 0, 0, 0.08);
  --t-collection-teaser-item-bg-hover: #fafaf8;
  --t-collection-teaser-item-bg-active: #f5f5f2;
  --t-collection-swipeable-button-bg: #fff;
  --t-collection-swipeable-button-separator: rgba(0, 0, 0, 0.08);
  --t-collection-swipeable-button-inactive-filter: brightness(0.75);
  --t-collection-micro-bg: 254, 254, 253;
  --t-collection-micro-decoration: #cac8bf;
  --t-collection-micro-column-separator: rgba(0, 0, 0, 0.08);
  --teaser-text-color: var(--t-collection);
  --collection-h-gap: 24px;
  --collection-full: minmax(0, 1fr);
  --collection-bleed: var(--collection-h-gap);
  --collection-main: minmax(
    calc(320px - var(--collection-bleed) * 2),
    calc(100% - var(--collection-bleed) * 2)
  );
  --collection-v-gap: calc(var(--fec-gap) * 1.5);
  --collection-teaser-col-gap: 0;
  --collection-teaser-row-gap: calc(var(--fec-gap) * 0.5);
  background-color: rgba(var(--themed-background-color-rgb), 1);
  display: grid;
  grid-template-columns: [full-start] var(--collection-full) [bleed-start] var(
      --collection-bleed
    ) [main-start] var(--collection-main) [main-end] var(--collection-bleed) [bleed-end] var(
      --collection-full
    ) [full-end];
  padding-block: var(--collection-v-gap);
}
.collection-ng--hidden,
body:before {
  display: none;
}
.collection-ng:not(.collection-ng--themed):has(
    .collection-ng__title-wrapper:empty
  ) {
  -webkit-padding-before: var(--collection-teaser-row-gap);
  padding-block-start: var(--collection-teaser-row-gap);
}
.collection-ng:not(.collection-ng--themed)
  + .collection-ng:not(.collection-ng--themed):has(
    .collection-ng__title-wrapper:empty
  ) {
  -webkit-margin-before: calc(var(--collection-v-gap) * -1);
  margin-block-start: calc(var(--collection-v-gap) * -1);
}
.collection-ng.collection-ng--themed
  + .collection-ng.collection-ng--themed:has(
    .collection-ng__title-wrapper:empty
  ) {
  -webkit-margin-before: calc(
    var(--collection-v-gap) * -2 + var(--collection-teaser-row-gap)
  );
  margin-block-start: calc(
    var(--collection-v-gap) * -2 + var(--collection-teaser-row-gap)
  );
}
.collection-ng > * {
  grid-column: main;
}
.collection-ng__title-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
  margin: 0 0 calc(var(--fec-gap) * 0.75) 0;
}
.collection-ng__title-wrapper:has(+ .collection-ng__lead) {
  -webkit-margin-after: calc(var(--fec-gap) * 0.5);
  margin-block-end: calc(var(--fec-gap) * 0.5);
}
.collection-ng__title-item {
  flex: 0 0 auto;
}
.collection-ng__title-item--grower {
  flex: 1 1 auto;
}
.collection-ng__heading {
  color: var(--t-collection);
  font-size: 24px;
  margin: 0;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.collection-ng__heading:has(.collection-ng__heading-em) {
  font-variation-settings: "wght" 400;
  font-weight: 400;
}
.collection-ng__teaser-list {
  column-gap: var(--collection-teaser-col-gap);
  display: grid;
  grid-template-columns: 1fr;
  margin-inline: -16px;
  row-gap: var(--collection-teaser-row-gap);
}
@media (min-width: 720px) {
  .masthead--compact {
    height: 72px;
  }
  .masthead--compact .masthead__wrapper {
    padding: 8px 0;
  }
  .breadcrumbs--bottom {
    padding-bottom: 12px;
  }
  .article-author {
    margin-bottom: 24px;
  }
  .article-title__overline {
    font-size: 18px;
    letter-spacing: 0.4px;
    margin: 0 0 3px;
  }
  .article-title__text {
    font-size: 36px;
    letter-spacing: normal;
    margin: 3px 0 18px;
  }
  .collection-ng {
    --collection-h-gap: 32px;
    --collection-main: minmax(
      320px,
      min(
        1280px - var(--collection-bleed) * 2,
        100% - var(--collection-bleed) * 2
      )
    );
    --collection-teaser-col-gap: 24px;
    --collection-teaser-row-gap: calc(var(--fec-gap) * 1.5);
  }
  .collection-ng.collection-ng--themed
    + .collection-ng.collection-ng--themed:has(
      .collection-ng__title-wrapper:empty
    ) {
    -webkit-margin-before: calc(var(--collection-v-gap) * -1);
    margin-block-start: calc(var(--collection-v-gap) * -1);
  }
  .collection-ng__teaser-list {
    grid-template-columns: repeat(
      6,
      calc(16.66667% - var(--collection-teaser-col-gap) * 5 / 6)
    );
    margin-inline: 0;
  }
}
.collection-ng--swipeable {
  overflow: hidden;
  position: relative;
}
.collection-ng--swipeable .collection-ng__swipeable-controls {
  display: none;
  isolation: isolate;
  position: absolute;
  right: -32px;
  top: 50%;
  visibility: hidden;
  z-index: 10;
}
@media (min-width: 1024px) {
  .shimmer--heading {
    height: 19px;
    margin: 12px 0;
  }
  .search-header__search {
    flex-basis: 276px;
  }
  .masthead__logo {
    flex-grow: 0;
  }
  .collection-ng__heading {
    font-size: 28px;
    letter-spacing: normal;
  }
  .collection-ng--swipeable .collection-ng__swipeable-controls {
    display: flex;
  }
  .collection-ng--swipeable .collection-ng__swipeable-controls:hover,
  .collection-ng--swipeable
    .collection-ng__teaser-list:hover
    + .collection-ng__swipeable-controls {
    visibility: visible;
  }
}
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 0 6px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  margin: 0;
  min-height: 32px;
  padding: 4px;
  position: relative;
}
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button,
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button:active,
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button:hover {
  background-color: var(--t-collection-swipeable-button-bg);
}
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button:active,
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16), 0 0 12px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.collection-ng--swipeable
  .collection-ng__swipeable-button.collection-ng__swipeable-button:before {
  content: "";
  cursor: pointer;
  display: block;
  height: calc(100% + 48px);
  position: absolute;
  top: -24px;
  width: 100%;
}
.collection-ng--swipeable .collection-ng__swipeable-button--prev {
  border-bottom-right-radius: 0;
  border-right: 1px solid var(--t-collection-swipeable-button-separator);
  border-top-right-radius: 0;
  left: 0;
}
.collection-ng--swipeable .collection-ng__swipeable-button--prev:before {
  left: unset;
  right: 0;
  width: calc(100% + 16px);
}
.collection-ng--swipeable .collection-ng__teaser-list {
  --collection-swipeable-col-gap: calc(var(--fec-gap) * 0.5);
  --collection-swipeable-list-column: calc(
    100% - var(--collection-swipeable-col-gap) * 5
  );
  -webkit-overflow-scrolling: touch;
  column-gap: var(--collection-swipeable-col-gap);
  display: grid;
  grid-auto-columns: var(--collection-swipeable-list-column);
  grid-auto-flow: column;
  grid-template-columns: var(--collection-swipeable-list-column);
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  position: relative;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .shimmer:before {
    animation: none;
  }
  .collection-ng--swipeable .collection-ng__teaser-list {
    scroll-behavior: auto;
  }
}
.collection-ng--swipeable .collection-ng__teaser-list::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
@media (max-width: 719px) {
  .article-content {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .article-content > h2 {
    font-size: 24px;
    letter-spacing: normal;
    margin: 24px 0 12px;
  }
  .article-content > p {
    margin: 12px 0 20px;
  }
  .article-content ul:not([class]) {
    margin: 8px 0 20px;
  }
  .article-content ul:not([class]) li {
    margin: 8px 0;
  }
  .collection-ng--swipeable .collection-ng__teaser-list {
    grid-column: bleed;
    padding-inline: calc(var(--fec-gap) * 0.5);
  }
  .collection-ng--dense-swipeable
    .collection-ng__teaser-list:has(> :last-child:nth-child(-n + 2)) {
    --collection-swipeable-list-column: calc(
      50% - var(--collection-swipeable-col-gap) / 2
    );
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .collection-ng--swipeable .collection-ng__teaser-list {
    --collection-swipeable-col-gap: 12px;
    --collection-swipeable-list-column: calc(
      16.66667% - var(--collection-swipeable-col-gap) * 7 / 6
    );
    grid-column: full;
    padding-inline: var(--collection-bleed);
    scroll-padding: var(--collection-bleed);
  }
  .article {
    max-width: 720px;
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .collection-ng--swipeable .collection-ng__teaser-list {
    --collection-swipeable-col-gap: 12px;
    --collection-swipeable-list-column: calc(
      16.66667% - var(--collection-swipeable-col-gap) * 6 / 6
    );
    column-gap: var(--collection-swipeable-col-gap);
    grid-column: full;
    margin-bottom: calc(var(--fec-gap) * -1);
    padding: 0 var(--collection-bleed) var(--fec-gap);
    scroll-padding: var(--collection-bleed);
  }
  .article {
    max-width: 728px;
  }
}
@media (min-width: 1280px) {
  .collection-ng {
    --collection-bleed: 40px;
    --collection-teaser-col-gap: 32px;
  }
  .collection-ng--swipeable {
    --collection-bleed: min(120px, calc(50% - 600px));
    --collection-main: 1200px;
  }
  .collection-ng--swipeable .collection-ng__swipeable-controls {
    right: -40px;
  }
  .collection-ng--swipeable
    .collection-ng__swipeable-button.collection-ng__swipeable-button {
    padding: 8px;
  }
  .collection-ng--swipeable .collection-ng__teaser-list {
    --collection-swipeable-col-gap: 16px;
    --mask-image: linear-gradient(
      270deg,
      transparent 0,
      rgba(0, 0, 0, 0.3) calc(50% - 600px),
      #000 calc(50% - 599.5px),
      #000 calc(600px + 50%),
      rgba(0, 0, 0, 0.3) calc(600.5px + 50%),
      transparent
    );
    grid-column: bleed;
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
@media (min-width: 1480px) {
  .collection-ng--swipeable .collection-ng__teaser-list {
    --mask-image: linear-gradient(
      270deg,
      transparent 0,
      rgba(0, 0, 0, 0.3) 120px,
      #000 121px,
      #000 calc(100% - 121px),
      rgba(0, 0, 0, 0.3) calc(100% - 120px),
      transparent
    );
  }
}
.collection-ng--micro .collection-ng__teaser-item:has(.teaser-ng--theme-dark),
.collection-ng--micro
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):active,
.collection-ng--micro
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):hover,
.collection-ng--micro-bullets
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark),
.collection-ng--micro-bullets
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):active,
.collection-ng--micro-bullets
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):hover,
.collection-ng--micro-numeric
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark),
.collection-ng--micro-numeric
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):active,
.collection-ng--micro-numeric
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):hover {
  background-color: #22211d;
  transition: none;
}
.collection-ng__static-content--always-fullwidth:has(.privacywall) {
  grid-column: main;
}
.article-teaser {
  --t-article-teaser-kicker: #c91024;
  --t-article-teaser-title: #22211d;
  border: none;
  display: block;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  width: 100%;
}
.article-teaser:active,
.article-teaser:focus,
.article-teaser:hover {
  border: none;
}
.article-teaser__wrapper {
  display: block;
  padding: 16px 24px 16px 0;
}
.article-teaser__image {
  border: 0;
  float: left;
  height: 92px;
  margin-right: 12px;
  object-fit: cover;
  width: 92px;
}
.article-teaser__content {
  display: flex;
  flex-direction: column;
  margin-left: 104px;
  min-height: 92px;
}
.article-teaser__kicker {
  color: var(--t-article-teaser-kicker);
  flex-grow: 0;
  font-size: 12px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.33;
  margin: 0;
  padding-bottom: 4px;
}
.article-teaser__title,
.related-items-list__heading,
.sharing-bar__comments-counter {
  font-variation-settings: "wght" 500;
  font-weight: 500;
}
.article-teaser__title {
  color: var(--t-article-teaser-title);
  flex-grow: 1;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.25;
  margin: 0;
  padding-bottom: 6px;
}
.article-teaser__info-wrapper {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  line-height: 1;
}
.sharing-bar {
  --t-sharing-bar-bg: #fefefd;
  --t-sharing-bar-comments-open: #fafaf8;
  --t-sharing-bar-comments-open-bg: #c91024;
  --t-sharing-bar-comments-open-bg-hover: #e31f2b;
  --t-sharing-bar-comments-open-bg-active: #f1434a;
  --t-sharing-bar-comments-closed: #4e4d47;
  --t-sharing-bar-comments-closed-bg: #ebebe5;
  --t-sharing-bar-comments-closed-bg-hover: #dadad2;
  --t-sharing-bar-comments-closed-bg-active: #cac8bf;
  background-color: initial;
  display: block;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
.sharing-bar__container {
  --fec-button-min-height: 40px;
  align-items: center;
  background-color: var(--t-sharing-bar-bg);
  display: inline-flex;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.sharing-bar__comments-button {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-left: 8px;
  position: relative;
  transition: background-color 0.2s ease-in-out;
  width: 40px;
}
.sharing-bar__comments-icon {
  position: absolute;
}
.sharing-bar__comments-counter {
  font-size: 10px;
  margin-top: -2px;
  pointer-events: none;
}
.teaser-ng:not(:has(.teaser-ng__medium)) .teaser-ng__text:before {
  content: none;
}
.related-items-list {
  --t-related-items: #22211d;
  --t-related-item-border: #ebebe5;
  --t-related-item-bg-hover: #fafaf8;
  --t-related-item-bg-active: #f5f5f2;
  color: var(--t-related-items);
  margin: 24px 0 32px;
  opacity: 1;
}
.related-items-list__heading {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.25;
  margin: 10px 24px;
  padding: 0;
}
.related-items-list__list {
  margin: 12px 0 24px;
  padding: 0;
}
@media (max-width: 719px) {
  .sharing-bar__container {
    padding: 0 12px;
  }
  .related-items-list__list {
    margin: 8px 0 20px;
  }
}
.related-items-list__item {
  border-top: 1px solid var(--t-related-item-border);
  margin: 0 0 0 24px;
  padding: 0;
}
.related-items-list__item:last-child {
  border-bottom: 1px solid var(--t-related-item-border);
}
.related-items-list__content:active,
.related-items-list__content:focus,
.related-items-list__content:hover {
  background-color: var(--t-related-item-bg-hover);
  border-bottom: 1px solid var(--t-related-item-border);
  border-top: 1px solid var(--t-related-item-border);
  margin-bottom: -1px;
  margin-left: -24px;
  margin-top: -1px;
  padding-left: 24px;
}
.related-items-list__content:active {
  background-color: var(--t-related-item-bg-active);
}
.article {
  margin: 0 auto;
  min-height: 480px;
  position: relative;
}
.article.article.article .article-author {
  margin: 17px 0 26px;
}
.article.article.article .article-reference {
  margin: 30px 0 26px;
}
.article.article.article .article-title {
  margin: 16px 0 0;
}
.article.article.article .breadcrumbs {
  margin: 16px auto 8px;
}
.article.article.article .sharing-bar {
  margin-bottom: 24px;
  margin-top: 26px;
}
form {
  --t-poll-text: #22211d;
  --t-poll-option-bg: #ebebe5;
  --t-poll-option-bg-hover: #dadad2;
  --t-poll-fieldset-legend-bg: #f5f5f2;
  --t-form-link-indicator: #c91024;
  --t-poll-option-placeholder-bg: #ebebe5;
}
@media (min-width: 1024px) {
  .article-webpush .webpush-registration {
    margin-left: 0;
    margin-right: 0;
  }
}
.webpush-registration {
  background-image: linear-gradient(180deg, #fff, #fafaf8);
  flex-grow: 1;
  font-size: 16px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.4px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  position: relative;
  text-align: center;
}
.webpush-registration__close {
  display: block;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
.webpush-registration__description,
.webpush-registration__info,
.webpush-registration__title,
.webpush-registration__warning {
  max-width: 624px;
}
.webpush-registration__title {
  font-size: 18px;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 0 auto 8px;
}
.webpush-registration__info {
  margin: 0 auto 24px;
}
.webpush-registration__warning {
  margin: 0 auto 16px;
}
.webpush-registration__button-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.webpush-registration__button {
  margin-bottom: 12px;
}
.webpush-registration__button:last-of-type {
  margin-bottom: 0;
}
.webpush-registration__expand-link {
  color: #c91024;
  cursor: pointer;
  display: inline-flex;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.webpush-registration__expand-link--hidden {
  opacity: 0;
  pointer-events: none;
}
.webpush-registration__expand-box {
  font-size: 16px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s ease-in-out, visibility 0s ease-in-out 0.2s,
    opacity 0.2s ease-in-out;
  visibility: hidden;
}
.webpush-registration__description {
  margin: -8px auto 16px;
  text-align: left;
}
.webpush-registration__icon {
  margin: 0 0 24px;
  position: relative;
}
@media (min-width: 720px) {
  .article-teaser__image {
    margin-right: 16px;
    width: 163px;
  }
  .article-teaser__content {
    margin-left: 158px;
  }
  .article-teaser__kicker {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.14;
  }
  .article-teaser__title {
    padding-bottom: 8px;
  }
  .sharing-bar {
    margin-bottom: 32px;
  }
  .related-items-list {
    margin: 32px 0 40px;
  }
  .article.article.article .article-author {
    margin: 22px 0 20px;
  }
  .article.article.article .article-reference {
    margin: 36px 0 20px;
  }
  .article.article.article .article-title {
    margin: 22px 0 0;
  }
  .article.article.article .breadcrumbs {
    margin: 24px auto 12px;
  }
  .article.article.article .sharing-bar {
    margin-bottom: 32px;
    margin-top: 24px;
  }
  .webpush-registration {
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 24px;
  }
  .webpush-registration__description,
  .webpush-registration__info,
  .webpush-registration__title,
  .webpush-registration__warning {
    max-width: 680px;
  }
  .webpush-registration__title {
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
  }
  .webpush-registration__button-group {
    flex-direction: row;
  }
  .webpush-registration__button {
    margin-right: 24px;
  }
  .webpush-registration__button:last-of-type {
    margin-right: 0;
  }
  .webpush-registration__icon {
    margin-bottom: 16px;
  }
}
.webpush-registration__clapp {
  animation: 13s infinite bellClappAnimation;
  left: calc(50% - 25px);
  position: absolute;
  top: -6px;
  transform-origin: 50% 0;
  width: 50px;
}
.webpush-registration__bell {
  animation: 13s infinite bellShakeAnimation;
  margin: 0 auto;
  transform-origin: 50% 0;
  width: 46px;
}
@keyframes bellShakeAnimation {
  0%,
  10%,
  50%,
  to {
    transform: rotate(0);
  }
  1%,
  2%,
  3%,
  4%,
  5%,
  6%,
  7%,
  8% {
    transform: rotate(6deg);
  }
  9% {
    transform: rotate(4deg);
  }
  1.5%,
  2.5%,
  3.5%,
  4.5%,
  5.5%,
  6.5%,
  7.5%,
  8.5% {
    transform: rotate(-6deg);
  }
  9.5% {
    transform: rotate(-2deg);
  }
}
@keyframes bellClappAnimation {
  1%,
  11%,
  to {
    transform: rotate(0);
  }
  2%,
  3%,
  4%,
  5%,
  6%,
  7%,
  8%,
  9% {
    transform: rotate(10deg);
  }
  9.2% {
    transform: rotate(6deg);
  }
  1.6%,
  2.6%,
  3.6%,
  4.6%,
  5.6%,
  6.6%,
  7.6%,
  8.6% {
    transform: rotate(-10deg);
  }
  9.6% {
    transform: rotate(-4deg);
  }
}
body:before {
  content: "mobile";
}
@media (min-width: 720px) and (max-width: 1023px) {
  body:before {
    content: "tablet";
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .l-content-wrapper {
    margin-left: 32px;
    margin-right: 32px;
  }
  body:before {
    content: "desktop";
  }
}
@media (min-width: 1280px) {
  .webpush-registration {
    margin-left: 40px;
    margin-right: 40px;
  }
  body:before {
    content: "desktop-wide";
  }
}
@media (prefers-color-scheme: dark) {
  body {
    --t-body-bg: #141411;
    --t-a-color: #ff6669;
    --t-a-color-hover: #ff9193;
    --t-a-color-active: #ffbbbc;
  }
  .l-card {
    --t-card-bg: #22211d;
  }
  .button {
    --t-button: #22211d;
    --t-button-bg: #b9b7ac;
    --t-button-bg-hover: #cac8bf;
    --t-button-bg-active: #dadad2;
    --t-button-secondary: #fff;
    --t-button-secondary-bg: #4e4d47;
    --t-button-secondary-bg-hover: #5e5d56;
    --t-button-secondary-bg-active: #6b6960;
    --t-button-white: #fff;
    --t-button-white-bg: #383732;
    --t-button-white-bg-hover: #45443d;
    --t-button-white-bg-active: #4e4d47;
    --t-button-dark: #fff;
    --t-button-dark-bg: #4e4d47;
    --t-button-dark-bg-hover: #6b6960;
    --t-button-dark-bg-active: #888579;
    --t-button-inactive-bg: #b9b7ac;
    --t-button-pill-bg: #383732;
    --t-button-link-text: #ff6669;
    --t-button-neutral-text: #fff;
    --t-button-neutral-bg-hover: hsla(51, 8%, 70%, 0.12);
    --t-button-neutral-bg-active: hsla(51, 8%, 70%, 0.24);
    --t-button-accented-bg-hover: #4e4d47;
    --t-button-accented-bg-active: #45443d;
    --t-button-cta-bg-start: #e31f2b;
    --t-button-cta-bg-end: #c91024;
    --t-button-share: #fafaf8;
    --t-button-share-bg: #4e4d47;
    --t-button-share-bg-hover: #5e5d56;
    --t-button-share-bg-active: #6b6960;
  }
  .svg-icon {
    --t-svg-icon-standard: #fff;
    --t-svg-icon-no-theme: #fff;
    --t-svg-icon-arrow-grey: #fafaf8;
    --t-svg-icon-download-red: #fff;
    --t-svg-icon-download-success: #fff;
  }
  .menu-link {
    --t-menu-link: #fff;
    --t-menu-link-success: #6bf;
    --t-menu-link-on-error: #ff6669;
    --t-menu-link-bg-hover: hsla(51, 8%, 70%, 0.12);
    --t-menu-link-bg-active: hsla(51, 8%, 70%, 0.24);
  }
  .shimmer {
    --t-shimmer-bg: hsla(0, 0%, 100%, 0.12);
    --t-shimmer-gradient: hsla(0, 0%, 100%, 0.24);
    --t-shimmer-overline-bg: rgba(255, 102, 105, 0.12);
    --t-shimmer-overline-gradient: rgba(255, 102, 105, 0.24);
  }
  .image {
    --t-image-circle-border: #2e2d29;
    --t-image-circle-presenter-border: #2e2d29;
  }
  .globalnav-link {
    --t-globalnav-link: #fff;
    --t-globalnav-link-bg-hover: hsla(51, 8%, 70%, 0.12);
    --t-globalnav-link-bg-active: hsla(51, 8%, 70%, 0.24);
    --t-globalnav-link-sub: #fff;
    --t-globalnav-link-highlight: #ff6669;
  }
  .search {
    --t-search-bg-active: #383732;
    --t-search-text: #dadad2;
    --t-search-text-active: #f5f5f2;
    --t-search-border: hsla(0, 0%, 100%, 0.24);
    --t-search-result-bg-hover: #45443d;
    --t-search-result-bg-active: #5e5d56;
    --t-search-icon: invert(100%) contrast(600%);
    --t-search-result-icon-bg: #b9b7ac;
    --t-search-results-label: #fff;
    --t-gl-search-bg: #2e2d29;
    --t-gl-search-border: hsla(0, 0%, 100%, 0.12);
  }
  .horizontal-separator {
    --t-horizontal-separator: hsla(0, 0%, 100%, 0.12);
  }
  .teaser-info {
    --t-teaser-info: #b9b7ac;
    --t-teaser-info-visited: #42a3f1;
    --t-teaser-info-live-or-updated: #ff6669;
    --t-teaser-info-media-info: #b9b7ac;
  }
  .modal-flyout {
    --t-modal-flyout: #fff;
    --t-modal-flyout-bg: #383732;
  }
  .image-figure {
    --t-image-figure-bg: #383732;
    --t-image-figure-image-bg: #22211d;
  }
  .portalsnav {
    --t-portalsnav-large-link: #fff;
  }
  .footer {
    --t-footer: #fff;
    --t-footer-bg: #22211d;
    --t-footer-border-top: 0 -1px 0 0 hsla(0, 0%, 100%, 0.12);
    --t-footer-navigation-link: #cac8bf;
    --t-footer-navigation-link-hover: #cac8bf;
    --t-footer-navigation-link-active: #cac8bf;
    --t-footer-navigation-link-bg-hover: hsla(51, 8%, 70%, 0.12);
    --t-footer-navigation-link-bg-active: hsla(51, 8%, 70%, 0.24);
    --t-footer-description: #cac8bf;
    --t-footer-bu-link: #ebebe5;
    --t-footer-bu-link-hover: #ebebe5;
    --t-footer-bu-link-active: #ebebe5;
    --t-footer-bu-link-bg: #4e4d47;
    --t-footer-bu-link-bg-hover: #5e5d56;
    --t-footer-bu-link-bg-active: #6b6960;
    --t-gl-search-bg: #2e2d29;
    --t-gl-search-text: #dadad2;
    --t-gl-search-border: hsla(0, 0%, 100%, 0.12);
  }
  .globalnav {
    --t-globalnav-sub-bg: #2e2d29;
    --t-globalnav-group-border: hsla(0, 0%, 100%, 0.12);
  }
  .masthead {
    --t-masthead-bg: #22211d;
    --t-masthead-title: #fff;
    --t-masthead-icon: #fff;
    --t-gl-subnav-icon: #fff;
    --t-gl-subnav-pager-bg: #22211d;
    --t-gl-subnav-pager-bg-alpha: rgba(34, 33, 29, 0);
    --t-gl-subnav-pager-bg-hover: hsla(51, 8%, 70%, 0.12);
    --t-gl-subnav-pager-bg-active: hsla(51, 8%, 70%, 0.24);
    --t-gl-nav-group-open-item-color: #fff;
    --t-gl-nav-item-active: #ff6669;
    --t-gl-nav-item-active-border: #ff6669;
    --t-gl-nav-item-third-level-icon: #ff6669;
    --t-gl-h-icon-invert: invert(100%) contrast(600%);
  }
  .breadcrumbs {
    --t-breadcrumb-link: #fff;
    --t-breadcrumb-link-bg: #4e4d47;
    --t-breadcrumb-link-bg-hover: #5e5d56;
    --t-breadcrumb-link-bg-active: #6b6960;
    --t-breadcrumb-icon: #fff;
  }
  .article-author {
    --t-article-author: #fff;
    --t-article-date: #b9b7ac;
  }
  .article-reference {
    --t-article-reference: #fff;
  }
  .article-title {
    --t-article-overline: #ff6669;
    --t-article-title: #fff;
  }
  .article-content {
    --t-article-content: #fafaf8;
  }
  .collection-ng {
    --t-collection: #fff;
    --t-collection-lead: #f5f5f2;
    --t-collection-title-link: #ff6669;
    --t-collection-title-link-hover: #ff9193;
    --t-collection-title-link-active: #ffbbbc;
    --t-collection-link: #fff;
    --t-collection-link-bg: #22211d;
    --t-collection-link-bg-hover: #2e2d29;
    --t-collection-link-bg-active: #383732;
    --t-collection-list-bg: #141411;
    --t-collection-list-item-line: hsla(0, 0%, 100%, 0.12);
    --t-collection-teaser-item-bg-hover: hsla(0, 0%, 100%, 0.08);
    --t-collection-teaser-item-bg-active: hsla(0, 0%, 100%, 0.12);
    --t-collection-swipeable-button-bg: #4e4d47;
    --t-collection-swipeable-button-separator: hsla(0, 0%, 100%, 0.08);
    --t-collection-swipeable-button-inactive-filter: brightness(0.5);
    --t-collection-micro-bg: 34, 33, 29;
    --t-collection-micro-decoration: #cac8bf;
    --t-collection-micro-column-separator: hsla(0, 0%, 100%, 0.24);
  }
  .article-teaser {
    --t-article-teaser-kicker: #ff6669;
    --t-article-teaser-title: #fff;
  }
  .sharing-bar {
    --t-sharing-bar-bg: #22211d;
    --t-sharing-bar-comments-open: #fafaf8;
    --t-sharing-bar-comments-open-bg: #ff6669;
    --t-sharing-bar-comments-open-bg-hover: #f1434a;
    --t-sharing-bar-comments-open-bg-active: #e31f2b;
    --t-sharing-bar-comments-closed: #fafaf8;
    --t-sharing-bar-comments-closed-bg: #4e4d47;
    --t-sharing-bar-comments-closed-bg-hover: #5e5d56;
    --t-sharing-bar-comments-closed-bg-active: #6b6960;
  }
  .related-items-list {
    --t-related-items: #fff;
    --t-related-item-border: #45443d;
    --t-related-item-bg-hover: #383732;
    --t-related-item-bg-active: hsla(0, 0%, 100%, 0.12);
  }
  form {
    --t-poll-text: #fff;
    --t-poll-option-bg: #383732;
    --t-poll-option-bg-hover: #5e5d56;
    --t-poll-fieldset-legend-bg: #383732;
    --t-form-link-indicator: #ff6669;
    --t-poll-option-placeholder-bg: #4e4d47;
  }
  .webpush-registration {
    background-image: linear-gradient(163deg, #45443d, #2e2d29 237%);
  }
  .webpush-registration__description,
  .webpush-registration__info,
  .webpush-registration__title,
  .webpush-registration__warning {
    color: #fff;
  }
  .webpush-registration__expand-link {
    color: #ff6669;
  }
  .webpush-registration__bell,
  .webpush-registration__clapp {
    filter: invert(1) brightness(100) contrast(0);
  }
  .webpush-registration__postpone,
  .webpush-registration__postpone:active,
  .webpush-registration__postpone:focus,
  .webpush-registration__postpone:hover {
    color: #22211d;
  }
  :root {
    --t-text-list: #ff6669;
    --t-a-underline: #ff6669;
    --t-a-underline-hover: #ff9193;
    --t-a-underline-active: #ffbbbc;
    --t-button-label: #f5f5f2;
    --t-button-label-bg: #4e4d47;
    --t-button-label-hover: #5e5d56;
    --t-caret-icon-red-mask: #ff6669;
  }
}
.iti__country.iti__preferred,
.iti__country.iti__standard {
  color: #000 !important;
}
.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.top__list .item .place__num {
  width: 25px;
  flex-shrink: 0;
  font-weight: 500;
}
#current-value,
.progress__info {
  font-size: 16px;
}
.top__list .item .place__avatar {
  width: 50px;
  flex-shrink: 0;
  margin-left: 7px;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #e20000;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: 2s linear infinite progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
  .top__list .item .place__name {
    margin-left: 20px;
  }
  .top__list .item .progress {
    margin-left: 10px;
  }
  .progress__info {
    font-size: 16px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#calculator {
  padding: 10px;
  width: 100%;
  animation: 0.5s ease-in-out fadeIn;
  margin: 20px auto 0;
  text-align: center;
}
#slider-container {
  margin-bottom: 2px;
  height: 110px;
}
#slider {
  width: 100%;
  opacity: 0;
  animation: 0.5s ease-in-out 0.5s forwards fadeIn;
  appearance: none;
  height: 20px !important;
  background: #e20000;
  border-radius: 10px;
  padding: 0;
  z-index: 2;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #6e6e6e;
  margin-top: 0 !important;
  z-index: 3;
}
#current-value {
  width: 30%;
  margin: -5px auto 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: 2px solid #e20000;
  border-right: 2px solid #e20000;
  border-bottom: 2px solid #e20000;
}
.slider-labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 1;
}
.slider-labels span {
  position: relative;
}
.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.result {
  font-size: 16px;
  margin-bottom: 7px;
  opacity: 0;
  animation: 0.5s ease-in-out 1s forwards fadeIn;
}
.feed .story h2 {
  margin-bottom: 18px;
}
.form_above p {
  font-size: 16px !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top__list .item .place__avatar img {
  display: block;
  min-width: 100%;
}
.top__list .item .place {
  width: 240px;
}
header .button-icon {
  visibility: hidden;
}
