@charset "UTF-8";
/*
Autogenerated with ❤ by Team Assets.

Intermediate file used for further processing. Do not use directly. Do not modify.
*/
/*
Autogenerated with ❤ by Team Assets.

Intermediate file used for further processing. Do not use directly. Do not modify.
*/
.rc_component ol, .rc_component ul {
  box-sizing: border-box;
  font-family: "OTTOSans", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-left: 24px;
}
.rc_component ol li, .rc_component ul li {
  margin-bottom: 8px;
}
.rc_component ol li > ul, .rc_component ul li > ul,
.rc_component ol li > ol,
.rc_component ul li > ol {
  margin-top: 8px;
}
.rc_component ol li > ul > li + li, .rc_component ul li > ul > li + li,
.rc_component ol li > ol > li + li,
.rc_component ul li > ol > li + li {
  margin-top: 8px;
}
.rc_component ol li > ul > li:last-child, .rc_component ul li > ul > li:last-child,
.rc_component ol li > ol > li:last-child,
.rc_component ul li > ol > li:last-child {
  margin-bottom: 16px;
}
.rc_component ol > li:last-child, .rc_component ul > li:last-child {
  margin-bottom: 0px;
}

.rc_component ul {
  list-style-type: disc;
}
.rc_component ul li > ul {
  list-style-type: circle;
}

.rc_component ol {
  list-style-type: decimal;
}
.rc_component ol li > ol {
  list-style-type: lower-latin;
}

/*
Autogenerated with ❤ by Team Assets.

Intermediate file used for further processing. Do not use directly. Do not modify.
*/
/* custom colors */
/* custom fonts */
/* helper */
.rc_moreBox {
  overflow-anchor: none;
}
.rc_moreBox__button {
  display: none;
  margin-top: 12px;
}
.rc_moreBox__button:before {
  font-family: "OttoIcons", "Arial", "Helvetica", sans-serif;
  padding-right: 16px;
  position: relative;
  top: 2px;
}
.rc_moreBox__button:after {
  content: attr(data-collapse);
}
.rc_moreBox__contentWrapper {
  overflow: hidden;
}
.rc_moreBox__buttonWrapper {
  margin-top: 8px;
  cursor: pointer;
}
.rc_moreBox__textButton--highlight {
  font-weight: bold;
}

.rc_moreBox--hasMore .rc_moreBox__button {
  display: block;
}
.rc_moreBox--hasMore .rc_moreBox__button:after {
  content: attr(data-collapse);
}
.rc_moreBox--hasMore .rc_moreBox__textButton {
  display: block;
  margin-top: 16px;
}
.rc_moreBox--hasMore .rc_moreBox__textButton:before {
  content: attr(data-collapse);
}

.rc_moreBox--collapsed .rc_moreBox__contentWrapper {
  position: relative;
}
.rc_moreBox--collapsed .rc_moreBox__contentWrapper:after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.rc_moreBox--collapsed .rc_moreBox__button:after {
  content: attr(data-expand);
}
.rc_moreBox--collapsed .rc_moreBox__textButton:before {
  content: attr(data-expand);
}

.rc_teaser {
  overflow: hidden;
  padding-top: 32px;
}

.rc_teaser:first-child {
  border-top: 0 none;
  padding-top: 0;
}

.rc_teaser p {
  margin: 8px 0 0;
}

.rc_teaser__figures {
  overflow: hidden;
}

.rc_teaser--start .rc_teaser__figure .rc_teaser_img {
  max-height: 562px;
}

.rc_teaser--left .rc_teaser__figure .rc_teaser_img,
.rc_teaser--right .rc_teaser__figure .rc_teaser_img {
  max-height: 280px;
}

.rc_footnotes {
  color: #777777;
}

.rc_footnotes li {
  list-style-type: none;
}

.rc_teaser--four .rc_teaser__figure {
  float: left;
  width: 50%;
}

.rc_teaser--four .rc_teaser__figure:nth-child(3) {
  clear: both;
}

.rc_teaser__figure .rc_teaser_img {
  display: block;
  float: none;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.rc_teaser__text {
  padding-top: 16px;
}

.rc_teaser__headline {
  line-height: 1.333em;
  font-family: "OTTOSans", "Arial", "Helvetica", sans-serif;
  /* - - - - - desktop - - - - - */
}
@media (min-width: 48em) {
  .rc_teaser__headline {
    padding: 0;
  }
}

.rc_teaser__container {
  display: flex;
  flex-direction: column;
}

/* - - - - - desktop - - - - - */
@media (min-width: 48em) {
  /* - - - - - figure - - - - - */
  .rc_teaser--left .rc_teaser__figure {
    float: left;
    padding-right: 8px;
    width: 50%;
  }
  .rc_teaser--right .rc_teaser__figure {
    float: right;
    padding-left: 8px;
    width: 50%;
  }
  .rc_teaser--four .rc_teaser__figure {
    width: 25%;
  }
  .rc_teaser--four .rc_teaser__figure:nth-child(3) {
    clear: none;
  }
  .rc_teaser--four .rc_teaser__figure .rc_teaser_img {
    max-height: 140px;
  }
  /* - - - - - teaser text - - - - - */
  .rc_teaser--left .rc_teaser__text,
  .rc_teaser--right .rc_teaser__text {
    float: left;
    padding-top: 0;
  }
  .rc_teaser--left .rc_teaser__text {
    padding-left: 8px;
  }
  .rc_teaser--right .rc_teaser__text {
    padding-right: 8px;
  }
  /* - - - - - footnotes - - - - - */
  .rc_teaser--left .rc_teaser__footnotes {
    padding-top: 8px;
    padding-left: 8px;
  }
  .rc_teaser--right .rc_teaser__footnotes {
    padding-top: 8px;
    padding-right: 8px;
  }
}
.rc_wallpaper__img {
  display: block;
  max-width: 100%;
}
.rc_wallpaper__picture {
  display: block;
}
@media (min-width: 48em) {
  .rc_wallpaper__picture--mobile-only {
    display: none;
  }
}
@media not all and (min-width: 48em) {
  .rc_wallpaper__picture--desktop-only {
    display: none;
  }
}

/*# sourceMappingURL=ft5-richcontent.css.map */
