:root {
  --g-gray-95: #eff1f2;
  --g-gray-100: #fff;
  --g-green-85: #9be4b3;
  --g-green-75: #72ca92;
  --g-blue-75: #7ebdff;
  --g-blue-85: #b8d6ff;
  --g-turquoise-75: #79c5c0;
  --g-turquoise-85: #a1dfdb;
  --g-purple-75: #e5a2df;
  --g-purple-85: #ebcae8;
  --major-highlight-green__enabled__front__default: var(--bosch-white);
  --emphasis-green-major__enabled__default__front: #fff;
  --emphasis-green-major__enabled__default__fill: #00884a;
  --emphasis-green-major__enabled__pressed__fill: #00512a;
  --emphasis-green-major__enabled__pressed__front: #fff;
  --emphasis-blue-major__enabled__pressed__fill: #004975;
  --emphasis-blue-major__enabled__pressed__front: #fff;
  --emphasis-turquoise-major__enabled__pressed__fill: #0a4f4b;
  --emphasis-turquoise-major__enabled__pressed__front: #fff;
  --emphasis-purple-major__enabled__pressed__fill: #551151;
  --emphasis-purple-major__enabled__pressed__front: #fff;
  --accent-major__enabled__default__fill: #007bc0;
}
.-size-xl {
  font-size: 1.5rem;
  --font-size: 1.5rem;
  line-height: 1.4;
  --line-height: 1.4;
}
.rb-topic-teaser-carousel .a-text {
  padding: 1rem 2rem;
}
.rb-topic-teaser-carousel .a-text > h3 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.rb-topic-teaser-carousel .a-text > h3 > :last-child {
  text-decoration: none;
}
.rb-topic-teaser-carousel .a-text > h3 > i {
  margin-left: 0.5rem;
  font-size: 1.5rem;
  vertical-align: baseline;
}
.rb-topic-teaser-carousel .a-text > p {
  margin: 0;
}
.rb-topic-teaser .a-tile.-secondary a:focus-visible {
  outline-color: var(--g-gray-00);
}
.rb-topic-teaser .a-page-indicator {
  position: relative;
  width: 100%;
  justify-content: center;
}
.rb-topic-teaser .a-page-indicator__indicator.is-active {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.375rem;
  background-color: var(
    --nested-major__enabled__default__fill,
    var(--accent-major__enabled__default__fill)
  );
  color: var(
    --nested-major__enabled__default__front,
    var(--accent-major__enabled__default__front)
  );
  border-radius: 0.375rem;
}
.rb-topic-teaser .a-page-indicator__indicator.is-active:hover {
  background-color: var(
    --nested-major__enabled__hovered__fill,
    var(--accent-major__enabled__hovered__fill)
  );
  color: var(
    --nested-major__enabled__hovered__front,
    var(--accent-major__enabled__hovered__front)
  );
}
.rb-topic-teaser .a-page-indicator__indicator.is-active:active {
  background-color: var(
    --nested-major__enabled__pressed__fill,
    var(--accent-major__enabled__pressed__fill)
  );
  color: var(
    --nested-major__enabled__pressed__front,
    var(--accent-major__enabled__pressed__front)
  );
}
.-disabled .rb-topic-teaser .a-page-indicator__indicator.is-active {
  background-color: var(
    --nested-major__disabled__default__fill,
    var(--accent-major__disabled__default__fill)
  );
  color: var(
    --nested-major__disabled__default__front,
    var(--accent-major__disabled__default__front)
  );
}
.rb-topic-teaser .a-page-indicator__caret-container {
  position: absolute;
  inset-inline-end: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.rb-topic-teaser .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rb-topic-teaser .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.rb-topic-teaser
  .splide__track--fade
  > .splide__list
  > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.rb-topic-teaser .splide--rtl {
  direction: rtl;
}
.rb-topic-teaser .splide__track--ttb > .splide__list {
  display: block;
}
.rb-topic-teaser .splide__container {
  box-sizing: border-box;
  position: relative;
}
.rb-topic-teaser .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.rb-topic-teaser .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.rb-topic-teaser .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.rb-topic-teaser .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.rb-topic-teaser .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.rb-topic-teaser .splide__progress__bar {
  width: 0;
}
.rb-topic-teaser .splide {
  position: relative;
  visibility: hidden;
}
.rb-topic-teaser .splide.is-initialized,
.rb-topic-teaser .splide.is-rendered {
  visibility: visible;
}
.rb-topic-teaser .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.rb-topic-teaser .splide__slide img {
  vertical-align: bottom;
}
.rb-topic-teaser .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.rb-topic-teaser .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rb-topic-teaser .splide__toggle.is-active .splide__toggle__play,
.rb-topic-teaser .splide__toggle__pause {
  display: none;
}
.rb-topic-teaser .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.rb-topic-teaser .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.rb-topic-teaser {
  --topic-teaser-spacing-xs: calc(var(--topic-teaser-spacing-m) / 2.5);
  --topic-teaser-spacing-m: 2rem;
  --topic-teaser-spacing-l: calc(var(--topic-teaser-spacing-m) * 2);
  --topic-teaser-spacing-xl: calc(var(--topic-teaser-spacing-m) * 3);
  --topic-teaser-spacing-xxl: calc(var(--topic-teaser-spacing-m) * 7);
  --topic-teaser-tile-height: 35.375rem;
  --topic-teaser-tile-width-narrow: 21.25rem;
  --topic-teaser-tile-width-wide: calc(
    var(--topic-teaser-tile-width-narrow) + 1rem
  );
  --topic-teaser-animation-bezier: cubic-bezier(0.35, 0.16, 0.75, 1);
  --topic-teaser-animation-timing: 0.5s;
  --scrollbar-width: 0px;
  --story-carousel-scroll-offset-calculation: calc(
    (100vw - 70.75rem - var(--scrollbar-width)) / 2
  );
  --story-carousel-scroll-offset: max(
    1rem,
    var(--story-carousel-scroll-offset-calculation)
  );
  padding-block: var(--topic-teaser-spacing-l);
  background-color: var(--g-gray-95);
}
.rb-topic-teaser ul li:before {
  background-color: unset;
  content: none;
  height: unset;
  top: unset;
  width: unset;
}
.rb-topic-teaser :where(ul, li) {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}
.rb-topic-teaser a {
  color: var(
    --nested-pure__enabled__default__front,
    var(--plain-pure__enabled__default__front)
  );
  text-decoration: none;
}
.rb-topic-teaser img {
  max-width: 100%;
  aspect-ratio: 3/5;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
  -webkit-user-select: none;
  user-select: none;
}
.rb-topic-teaser__header {
  margin-block-end: var(--topic-teaser-spacing-m);
}
.rb-topic-teaser__pagination {
  margin-block-start: var(--topic-teaser-spacing-l);
}
.rb-topic-teaser .rb-topic-teaser-carousel__story {
  padding-block: var(--topic-teaser-spacing-xs);
}
.rb-topic-teaser .rb-topic-teaser-tile {
  --tile-shadow-color-top: var(--g-gray-85);
  --tile-shadow-color-bottom: var(--g-gray-75);
  width: var(--topic-teaser-tile-width-narrow);
  overflow: hidden;
  transition: box-shadow calc(var(--topic-teaser-animation-timing) * 0.8)
      var(--topic-teaser-animation-bezier),
    transform calc(var(--topic-teaser-animation-timing) * 0.8)
      var(--topic-teaser-animation-bezier);
  display: grid;
  grid-template: 1fr/1fr;
}
@media (min-width: 768px) {
  .rb-topic-teaser .rb-topic-teaser-tile {
    width: var(--topic-teaser-tile-width-wide);
  }
}
.rb-topic-teaser .rb-topic-teaser-tile > * {
  grid-column: 1/1;
  grid-row: 1/1;
}
.rb-topic-teaser .rb-topic-teaser-tile__titles {
  align-self: end;
}
.rb-topic-teaser
  .rb-topic-teaser-tile
  .rb-topic-teaser-tile-titles
  > .a-tile:last-child {
  transition: box-shadow var(--topic-teaser-animation-timing)
      var(--topic-teaser-animation-bezier),
    max-height var(--topic-teaser-animation-timing)
      var(--topic-teaser-animation-bezier);
  max-height: 0;
  background-color: var(--g-gray-100);
}
.rb-topic-teaser .rb-topic-teaser-tile.-blue {
  --tile-shadow-color-top: var(--g-blue-85);
  --tile-shadow-color-bottom: var(--g-blue-75);
}
.rb-topic-teaser .rb-topic-teaser-tile.-green {
  --tile-shadow-color-top: var(--g-green-85);
  --tile-shadow-color-bottom: var(--g-green-75);
}
.rb-topic-teaser .rb-topic-teaser-tile.-purple {
  --tile-shadow-color-top: var(--g-purple-85);
  --tile-shadow-color-bottom: var(--g-purple-75);
}
.rb-topic-teaser .rb-topic-teaser-tile.-turquoise {
  --tile-shadow-color-top: var(--g-turquoise-85);
  --tile-shadow-color-bottom: var(--g-turquoise-75);
}
@media (hover) {
  .rb-topic-teaser .rb-topic-teaser-tile:is(:hover, :focus-visible, :active) {
    transform: translateY(-8px);
    box-shadow: 0 14px 0 -6px var(--tile-shadow-color-top),
      0 28px 0 -12px var(--tile-shadow-color-bottom);
  }
  .rb-topic-teaser
    .rb-topic-teaser-tile:is(:hover, :focus-visible, :active)
    .rb-topic-teaser-tile-titles
    .a-tile.-purple {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-purple-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-purple-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    .rb-topic-teaser-tile:is(:hover, :focus-visible, :active)
    .rb-topic-teaser-tile-titles
    .a-tile.-blue {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-blue-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-blue-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    .rb-topic-teaser-tile:is(:hover, :focus-visible, :active)
    .rb-topic-teaser-tile-titles
    .a-tile.-turquoise {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-turquoise-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-turquoise-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    .rb-topic-teaser-tile:is(:hover, :focus-visible, :active)
    .rb-topic-teaser-tile-titles
    .a-tile.-green {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-green-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-green-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    .rb-topic-teaser-tile:is(:hover, :focus-visible, :active)
    .rb-topic-teaser-tile-titles
    > .a-tile:last-child {
    max-height: var(--topic-teaser-spacing-xxl);
  }
}
@media (max-width: 1170px) {
  .rb-topic-teaser li.is-active .rb-topic-teaser-tile {
    transform: translateY(-8px);
    box-shadow: 0 14px 0 -6px var(--tile-shadow-color-top),
      0 28px 0 -12px var(--tile-shadow-color-bottom);
  }
  .rb-topic-teaser
    li.is-active
    .rb-topic-teaser-tile
    .rb-topic-teaser-tile-titles
    .a-tile.-purple {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-purple-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-purple-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    li.is-active
    .rb-topic-teaser-tile
    .rb-topic-teaser-tile-titles
    .a-tile.-blue {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-blue-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-blue-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    li.is-active
    .rb-topic-teaser-tile
    .rb-topic-teaser-tile-titles
    .a-tile.-turquoise {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-turquoise-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-turquoise-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    li.is-active
    .rb-topic-teaser-tile
    .rb-topic-teaser-tile-titles
    .a-tile.-green {
    background: var(
      --nested-major__enabled__pressed__fill,
      var(--emphasis-green-major__enabled__pressed__fill)
    );
    color: var(
      --nested-major__enabled__pressed__front,
      var(--emphasis-green-major__enabled__pressed__front)
    );
  }
  .rb-topic-teaser
    li.is-active
    .rb-topic-teaser-tile
    .rb-topic-teaser-tile-titles
    > .a-tile:last-child {
    max-height: var(--topic-teaser-spacing-xxl);
  }
}
@media screen and (min-width: 1170px) {
  .rb-topic-teaser .wide-hidden {
    display: none;
  }
}
.rb-topic-teaser .rb-topic-teaser-pagination {
  display: flex;
  justify-content: center;
}
.rb-topic-teaser .A-Image__figure {
  z-index: -1;
  height: var(--topic-teaser-tile-height);
}
