@charset "UTF-8";
.bmpui-ui-buffering-overlay,
.bmpui-ui-button,
.bmpui-ui-casttogglebutton,
.bmpui-ui-clickoverlay,
.bmpui-ui-component,
.bmpui-ui-container,
.bmpui-ui-controlbar,
.bmpui-ui-fullscreentogglebutton,
.bmpui-ui-hugeplaybacktogglebutton,
.bmpui-ui-label,
.bmpui-ui-playbacktimelabel,
.bmpui-ui-playbacktoggle-overlay,
.bmpui-ui-playbacktogglebutton,
.bmpui-ui-seekbar,
.bmpui-ui-seekbar-label,
.bmpui-ui-spacer,
.bmpui-ui-titlebar,
.bmpui-ui-uicontainer,
.bmpui-ui-volumecontrolbutton,
.bmpui-ui-volumeslider,
.bmpui-ui-volumetogglebutton,
.bmpui-ui-vrtogglebutton {
  /*! placeholder to avoid removal of empty selector */
  outline: 0;
}
.bmpui-ui-button,
.bmpui-ui-casttogglebutton,
.bmpui-ui-clickoverlay,
.bmpui-ui-fullscreentogglebutton,
.bmpui-ui-hugeplaybacktogglebutton,
.bmpui-ui-playbacktogglebutton,
.bmpui-ui-volumetogglebutton,
.bmpui-ui-vrtogglebutton {
  background-color: transparent;
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  font-size: 1em;
  height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
}
.bmpui-ui-button .bmpui-label,
.bmpui-ui-casttogglebutton .bmpui-label,
.bmpui-ui-clickoverlay .bmpui-label,
.bmpui-ui-fullscreentogglebutton .bmpui-label,
.bmpui-ui-hugeplaybacktogglebutton .bmpui-label,
.bmpui-ui-playbacktogglebutton .bmpui-label,
.bmpui-ui-volumetogglebutton .bmpui-label,
.bmpui-ui-vrtogglebutton .bmpui-label {
  color: #fff;
  display: none;
}
.bmpui-disabled.bmpui-ui-button,
.bmpui-disabled.bmpui-ui-casttogglebutton,
.bmpui-disabled.bmpui-ui-clickoverlay,
.bmpui-disabled.bmpui-ui-fullscreentogglebutton,
.bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton,
.bmpui-disabled.bmpui-ui-playbacktogglebutton,
.bmpui-disabled.bmpui-ui-volumetogglebutton,
.bmpui-disabled.bmpui-ui-vrtogglebutton {
  cursor: default;
}
.bmpui-disabled.bmpui-ui-button,
.bmpui-disabled.bmpui-ui-button > *,
.bmpui-disabled.bmpui-ui-casttogglebutton,
.bmpui-disabled.bmpui-ui-casttogglebutton > *,
.bmpui-disabled.bmpui-ui-clickoverlay,
.bmpui-disabled.bmpui-ui-clickoverlay > *,
.bmpui-disabled.bmpui-ui-fullscreentogglebutton,
.bmpui-disabled.bmpui-ui-fullscreentogglebutton > *,
.bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton,
.bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton > *,
.bmpui-disabled.bmpui-ui-playbacktogglebutton,
.bmpui-disabled.bmpui-ui-playbacktogglebutton > *,
.bmpui-disabled.bmpui-ui-volumetogglebutton,
.bmpui-disabled.bmpui-ui-volumetogglebutton > *,
.bmpui-disabled.bmpui-ui-vrtogglebutton,
.bmpui-disabled.bmpui-ui-vrtogglebutton > * {
  pointer-events: none;
}
.bmpui-disabled.bmpui-ui-button .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-casttogglebutton .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-clickoverlay .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-fullscreentogglebutton .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-playbacktogglebutton .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-volumetogglebutton .bmpui-label:hover,
.bmpui-disabled.bmpui-ui-vrtogglebutton .bmpui-label:hover {
  text-decoration: none;
}
.bmpui-hidden.bmpui-ui-button,
.bmpui-hidden.bmpui-ui-casttogglebutton,
.bmpui-hidden.bmpui-ui-clickoverlay,
.bmpui-hidden.bmpui-ui-fullscreentogglebutton,
.bmpui-hidden.bmpui-ui-hugeplaybacktogglebutton,
.bmpui-hidden.bmpui-ui-playbacktogglebutton,
.bmpui-hidden.bmpui-ui-volumetogglebutton,
.bmpui-hidden.bmpui-ui-vrtogglebutton {
  display: none;
}
.bmpui-ui-button:focus,
.bmpui-ui-casttogglebutton:focus,
.bmpui-ui-clickoverlay:focus,
.bmpui-ui-fullscreentogglebutton:focus,
.bmpui-ui-hugeplaybacktogglebutton:focus,
.bmpui-ui-playbacktogglebutton:focus,
.bmpui-ui-volumetogglebutton:focus,
.bmpui-ui-vrtogglebutton:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  outline: none;
}
.bmpui-ui-button:focus:not(.bmpui-focus-visible),
.bmpui-ui-casttogglebutton:focus:not(.bmpui-focus-visible),
.bmpui-ui-clickoverlay:focus:not(.bmpui-focus-visible),
.bmpui-ui-fullscreentogglebutton:focus:not(.bmpui-focus-visible),
.bmpui-ui-hugeplaybacktogglebutton:focus:not(.bmpui-focus-visible),
.bmpui-ui-playbacktogglebutton:focus:not(.bmpui-focus-visible),
.bmpui-ui-volumetogglebutton:focus:not(.bmpui-focus-visible),
.bmpui-ui-vrtogglebutton:focus:not(.bmpui-focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.bmpui-ui-hugeplaybacktogglebutton {
  cursor: default;
  height: 8em;
  outline: none;
  overflow: hidden;
  width: 8em;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    visibility: hidden;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    visibility: hidden;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes breathe {
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes breathe {
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bmpui-ui-hugeplaybacktogglebutton .bmpui-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7em;
  height: 100%;
  width: 100%;
}
.bmpui-ui-hugeplaybacktogglebutton .bmpui-image:hover {
  -webkit-animation: breathe 3s ease-in-out infinite;
  animation: breathe 3s ease-in-out infinite;
}
.bmpui-ui-hugeplaybacktogglebutton.bmpui-on .bmpui-image {
  -webkit-animation: fade-out 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: fade-out 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
  visibility: hidden;
}
.bmpui-ui-hugeplaybacktogglebutton.bmpui-off .bmpui-image {
  -webkit-animation: fade-in 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: fade-in 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  visibility: visible;
}
.bmpui-ui-hugeplaybacktogglebutton.bmpui-no-transition-animations.bmpui-off .bmpui-image,
.bmpui-ui-hugeplaybacktogglebutton.bmpui-no-transition-animations.bmpui-on .bmpui-image {
  -webkit-animation: none;
  animation: none;
  -webkit-transition: none;
  transition: none;
}
.bmpui-ui-label,
.bmpui-ui-playbacktimelabel {
  cursor: default;
  white-space: nowrap;
}
.bmpui-hidden.bmpui-ui-label,
.bmpui-hidden.bmpui-ui-playbacktimelabel {
  display: none;
}
.bmpui-ui-casttogglebutton {
  background-image: none;
}
.bmpui-ui-casttogglebutton:hover {
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff);
}
.bmpui-ui-casttogglebutton.bmpui-on {
  background-image: none;
}
.bmpui-ui-buffering-overlay,
.bmpui-ui-container,
.bmpui-ui-controlbar,
.bmpui-ui-playbacktoggle-overlay,
.bmpui-ui-seekbar-label,
.bmpui-ui-titlebar,
.bmpui-ui-uicontainer,
.bmpui-ui-volumecontrolbutton {
  font-size: 1em;
}
.bmpui-ui-controlbar {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  padding: 1em 1em 0.5em;
}
.bmpui-ui-controlbar.bmpui-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper,
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0;
}
.bmpui-ui-controlbar .bmpui-controlbar-top .bmpui-ui-label {
  font-size: 0.9em;
}
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > * {
  margin: 0 0.5em;
}
.bmpui-ui-controlbar .bmpui-controlbar-bottom {
  white-space: nowrap;
}
.bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper .bmpui-ui-volumeslider {
  margin: auto 0.5em;
  width: 5em;
}
.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper,
.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper {
  border-spacing: 0.5em 0;
  display: table;
}
.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper > *,
.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > * {
  display: table-cell;
  vertical-align: middle;
}
.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper > .bmpui-hidden,
.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > .bmpui-hidden {
  display: none;
}
.bmpui-no-flexbox
  .bmpui-ui-controlbar
  .bmpui-controlbar-bottom
  > .bmpui-container-wrapper
  .bmpui-ui-volumeslider,
.bmpui-no-flexbox
  .bmpui-ui-controlbar
  .bmpui-controlbar-top
  > .bmpui-container-wrapper
  .bmpui-ui-volumeslider {
  width: 10%;
}
.bmpui-ui-fullscreentogglebutton {
  background-image: none;
}
.bmpui-ui-fullscreentogglebutton:hover {
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff);
}
.bmpui-ui-fullscreentogglebutton.bmpui-on {
  background-image: none;
}
.bmpui-ui-playbacktimelabel {
  text-transform: uppercase;
}
.bmpui-ui-playbacktimelabel.bmpui-ui-playbacktimelabel-live {
  cursor: pointer;
}
.bmpui-ui-playbacktimelabel.bmpui-ui-playbacktimelabel-live:before {
  color: #999;
  content: '●';
  padding-right: 0.2em;
}
.bmpui-ui-playbacktimelabel.bmpui-ui-playbacktimelabel-live.bmpui-ui-playbacktimelabel-live-edge:before {
  color: red;
}
.bmpui-ui-playbacktogglebutton {
  background-image: none;
}
.bmpui-ui-playbacktogglebutton:hover {
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff);
}
.bmpui-ui-playbacktogglebutton.bmpui-on,
.bmpui-ui-playbacktogglebutton.bmpui-on.bmpui-stoptoggle {
  background-image: none;
}
.bmpui-ui-playbacktoggle-overlay .bmpui-ui-hugeplaybacktogglebutton {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bmpui-ui-spacer,
.bmpui-ui-uicontainer {
  height: 100%;
  width: 100%;
}
.bmpui-ui-uicontainer {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  font-size: 1em;
  overflow: hidden;
  pointer-events: none;
}
.bmpui-ui-uicontainer * {
  pointer-events: auto;
}
.bmpui-ui-uicontainer.bmpui-hidden {
  display: none;
}
.bmpui-ui-uicontainer.bmpui-player-state-playing.bmpui-controls-hidden * {
  cursor: none;
}
.bmpui-ui-uicontainer.bmpui-controls-shown .bmpui-ui-hugeplaybacktogglebutton:focus {
  -webkit-box-shadow: inset -4px -3px 2px 9px #1b7fcc;
  box-shadow: inset -4px -3px 2px 9px #1b7fcc;
}
.bmpui-ui-uicontainer.bmpui-controls-shown
  .bmpui-ui-hugeplaybacktogglebutton:focus:not(.bmpui-focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bmpui-ui-uicontainer.bmpui-no-flexbox {
  background-image: url('');
}
.bmpui-ui-uicontainer.bmpui-no-flexbox.bmpui-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.bmpui-ui-titlebar {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  position: absolute;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.7));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em 1em;
  pointer-events: none;
}
.bmpui-ui-titlebar.bmpui-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bmpui-ui-titlebar > .bmpui-container-wrapper {
  padding: 0.5em;
  pointer-events: none;
}
.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata {
  pointer-events: none;
}
.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-title {
  cursor: default;
  display: block;
  font-size: 1.2em;
  text-shadow: 0 0 5px #000;
  white-space: normal;
}
.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-description {
  color: #e6e6e6;
  cursor: default;
  display: block;
  text-shadow: 0 0 5px #000;
  white-space: normal;
}
.bmpui-ui-volumecontrolbutton {
  line-height: 0;
  position: relative;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider {
  background-color: #111;
  bottom: 100%;
  height: 6em;
  position: absolute;
  width: 1.5em;
  max-height: 6em;
  -webkit-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider.bmpui-hidden {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider .bmpui-seekbar {
  bottom: 0.5em;
  left: 0.3em;
  overflow: hidden;
  position: absolute;
  right: 0.3em;
  top: 0.5em;
  width: auto;
}
.bmpui-ui-seekbar,
.bmpui-ui-volumeslider {
  cursor: pointer;
  font-size: 1em;
  height: 1em;
  position: relative;
  width: 100%;
}
.bmpui-hidden.bmpui-ui-seekbar,
.bmpui-hidden.bmpui-ui-volumeslider {
  display: none;
}
.bmpui-ui-seekbar:focus,
.bmpui-ui-volumeslider:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  outline: none;
}
.bmpui-ui-seekbar:focus:not(.bmpui-focus-visible),
.bmpui-ui-volumeslider:focus:not(.bmpui-focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers,
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker,
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition-marker,
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0.3125em;
  left: 0;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  transform-origin: 0 0;
  width: 100%;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop {
  background-color: hsla(0, 0%, 100%, 0.2);
  margin: auto 0;
  width: 100%;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel {
  background-color: #fff;
  margin: auto 0;
  -webkit-transition: 0.3s linear, 0.3s linear;
  transition: 0.3s linear, 0.3s linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  background-color: hsla(0, 0%, 100%, 0.2);
  margin: auto 0;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  background-color: #1fabe2;
  margin: auto 0;
  -webkit-transition: 0.1s linear, 0.1s linear;
  transition: 0.1s linear, 0.1s linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition-marker,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  height: 0.9375em;
  left: -0.46875em;
  width: 0.9375em;
  background-color: rgba(31, 171, 226, 0.5);
  border: 0.1875em solid #1fabe2;
  border-radius: 50%;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers {
  height: 0.5625em;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker {
  background-color: #fff;
  height: 100%;
  width: 2px;
  text-align: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker > .bmpui-seekbar-marker-image,
.bmpui-ui-volumeslider
  .bmpui-seekbar
  .bmpui-seekbar-markers
  > .bmpui-seekbar-marker
  > .bmpui-seekbar-marker-image {
  position: absolute;
  height: 1.25em;
  -webkit-transform: translate(-50%, calc(-100% - 0.2em));
  transform: translate(-50%, calc(-100% - 0.2em));
}
.bmpui-seeking.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-seeking.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-seeking.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-seeking.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  -webkit-transition: none;
  transition: none;
}
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar {
  height: 100%;
  width: auto;
}
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  right: 0;
  top: auto;
}
.bmpui-vertical.bmpui-ui-seekbar
  .bmpui-seekbar
  .bmpui-seekbar-playbackposition
  .bmpui-seekbar-playbackposition-marker,
.bmpui-vertical.bmpui-ui-volumeslider
  .bmpui-seekbar
  .bmpui-seekbar-playbackposition
  .bmpui-seekbar-playbackposition-marker {
  height: 1em;
  top: -0.5em;
  width: 100%;
}
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop {
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  margin: 0 auto;
}
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  height: 0.6875em;
  left: -0.34375em;
  width: 0.6875em;
  background-color: #1fabe2;
  border: 0;
}
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel {
  display: none;
}
.bmpui-ui-volumetogglebutton:hover {
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff);
}
.bmpui-ui-volumetogglebutton.bmpui-muted,
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='0'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='1'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='2'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='3'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='4'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='5'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='6'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='7'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='8'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='9'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='10'],
.bmpui-ui-vrtogglebutton {
  background-image: none;
}
.bmpui-ui-vrtogglebutton:hover {
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff);
}
.bmpui-ui-vrtogglebutton.bmpui-on {
  background-image: none;
}
.bmpui-ui-clickoverlay {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bmpui-ui-buffering-overlay {
  display: table;
}
.bmpui-ui-buffering-overlay > .bmpui-container-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.bmpui-ui-buffering-overlay {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.6s, visibility 0s;
  transition: opacity 0.6s, visibility 0s;
  visibility: visible;
  background-color: rgba(8, 43, 57, 0.7);
}
.bmpui-ui-buffering-overlay.bmpui-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
}
.bmpui-ui-buffering-overlay > .bmpui-container-wrapper {
  padding: 3em;
}
.bmpui-ui-buffering-overlay a,
.bmpui-ui-buffering-overlay a:hover,
.bmpui-ui-buffering-overlay a:visited {
  color: #fff;
}
.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator {
  -webkit-animation: fancy 2s ease-in infinite;
  animation: fancy 2s ease-in infinite;
  background: none no-repeat 50%;
  display: inline-block;
  height: 2em;
  margin: 0.2em;
  width: 2em;
}
@-webkit-keyframes fancy {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes fancy {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.bmpui-ui-buffering-overlay.bmpui-hidden .bmpui-ui-buffering-overlay-indicator {
  display: none;
}
.bmpui-ui-seekbar-label {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  visibility: visible;
  bottom: 100%;
  left: 0;
  margin-bottom: 1em;
  pointer-events: none;
  position: absolute;
  text-align: center;
}
.bmpui-ui-seekbar-label.bmpui-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}
.bmpui-ui-seekbar-label > .bmpui-container-wrapper {
  margin-left: -50%;
  margin-right: 50%;
  position: relative;
}
.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner {
  border-bottom: 0.2em solid #fff;
}
.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner:after {
  border: 0.5em solid transparent;
  border-top-color: #fff;
  content: ' ';
  height: 0;
  left: 50%;
  margin-left: -0.5em;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper {
  position: relative;
}
.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper .bmpui-seekbar-thumbnail {
  width: 6em;
}
.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper .bmpui-seekbar-label-metadata {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.5em;
  position: absolute;
  width: 100%;
}
.bmpui-ui-seekbar-label
  .bmpui-seekbar-label-inner
  > .bmpui-container-wrapper
  .bmpui-seekbar-label-metadata
  .bmpui-seekbar-label-time {
  display: block;
  line-height: 0.8em;
}
.bmpui-ui-seekbar-label
  .bmpui-seekbar-label-inner
  > .bmpui-container-wrapper
  .bmpui-seekbar-label-metadata
  .bmpui-seekbar-label-title {
  display: block;
  margin-bottom: 0.3em;
  white-space: normal;
}
.bmpui-ui-uicontainer {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.ffmark-400-normal .bmpui-ui-uicontainer {
  font-family: sans-serif;
}
.bmpui-ui-uicontainer :focus {
  outline: none;
}
.bmpui-ui-uicontainer :hover {
  -webkit-filter: none;
  filter: none;
}
.bmpui-ui-controlbar .bmpui-controlbar-top,
.bmpui-ui-titlebar {
  padding: 18px;
}
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper,
.bmpui-ui-titlebar > .bmpui-container-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > *,
.bmpui-ui-titlebar > .bmpui-container-wrapper > * {
  margin: 0;
}
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > * + *,
.bmpui-ui-titlebar > .bmpui-container-wrapper > * + * {
  margin-left: 8px;
}
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper .bmpui-ui-seekbar,
.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-ui-seekbar {
  margin-right: 8px;
}
.bmpui-ui-controlbar {
  padding: 0;
}
.bmpui-ui-controlbar .bmpui-controlbar-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.2));
}
.bmpui-ui-titlebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.2));
}
.bmpui-ui-titlebar > .bmpui-container-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bmpui-ui-playbacktimelabel {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto !important;
  font-size: 14px;
  line-height: 18px;
}
.bmpui-ui-casttogglebutton,
.bmpui-ui-fullscreentogglebutton,
.bmpui-ui-playbacktogglebutton,
.bmpui-ui-volumetogglebutton,
.bmpui-ui-vrtogglebutton {
  display: block;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background-size: auto 16px;
}
.bmpui-ui-hugeplaybacktogglebutton {
  padding: 0;
  cursor: pointer;
}
.bmpui-ui-hugeplaybacktogglebutton .bmpui-image {
  background-image: url('');
  background-size: 72px;
}
.bmpui-ui-hugeplaybacktogglebutton:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bmpui-ui-playbacktogglebutton {
  margin-left: 0;
}
.bmpui-ui-playbacktogglebutton.bmpui-off {
  background-image: url('');
}
.bmpui-ui-playbacktogglebutton.bmpui-on {
  background-image: url('') !important;
}
.bmpui-ui-fullscreentogglebutton.bmpui-off,
.bmpui-ui-fullscreentogglebutton.bmpui-on {
  background-image: url('');
}
.bmpui-ui-volumetogglebutton.bmpui-muted[data-bmpui-volume-level-tens='0'] {
  background-image: url('');
}
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='1'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='2'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='3'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='4'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='5'] {
  background-image: url('');
}
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='6'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='7'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='8'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='9'],
.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens='10'] {
  background-image: url('');
}
.bmpui-ui-vrtogglebutton {
  background-size: 24px 24px;
}
.bmpui-ui-vrtogglebutton.bmpui-on {
  background-image: url('');
}
.bmpui-ui-vrtogglebutton.bmpui-off {
  background-image: url('');
}
.bmpui-ui-casttogglebutton {
  background-size: 24px 24px;
}
.bmpui-ui-casttogglebutton.bmpui-on {
  background-image: url('');
}
.bmpui-ui-casttogglebutton.bmpui-off {
  background-image: url('');
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop {
  background-color: #787878;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-buffer-level,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-buffer-level {
  background-color: #fff;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  display: none;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  background-color: #f18825;
}
.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition-marker,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  display: none;
}
.bmpui-ui-volumeslider {
  margin: 0 5px;
}
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumetogglebutton {
  margin: 0;
  padding: 4px;
}
.bmpui-ui-volumecontrolbutton:hover .bmpui-ui-volumetogglebutton {
  -webkit-filter: none;
  filter: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.bmpui-ui-volumecontrolbutton:hover .bmpui-ui-volumeslider {
  display: block;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider {
  display: none;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider .bmpui-seekbar {
  height: auto;
  margin-top: 10px;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  right: -5px;
  margin: 0 auto;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  bottom: 0;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop {
  width: 4px;
}
.bmpui-ad-message-label {
  white-space: nowrap;
}
.c-end-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  .c-end-screen {
    padding: 30px;
  }
}
.c-end-screen__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 37.5em) {
  .c-end-screen__header {
    margin-bottom: 22.5px;
  }
}
.c-end-screen__headline {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.ffmark-800-normal .c-end-screen__headline {
  font-family: sans-serif;
}
.c-end-screen__close-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
  cursor: pointer;
}
.c-end-screen__all-teasers-safari-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}
.c-end-screen__all-teasers {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 37.5em) {
  .c-end-screen__all-teasers {
    grid-row-gap: 15px;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 1fr 1fr;
    overflow-x: hidden;
  }
}
@media (min-width: 37.5em) {
  .c-end-screen__all-teasers--has-one-teaser {
    -ms-grid-columns: 1fr;
    grid-template-areas: 'teaser-1' 'teaser-1';
    grid-template-columns: 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-end-screen__all-teasers--has-two-teasers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-areas: 'teaser-1 teaser-2' 'teaser-1 teaser-2';
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-end-screen__all-teasers--has-three-teasers {
    -ms-grid-columns: 0.7fr 1fr;
    grid-template-areas: 'teaser-1 teaser-2' 'teaser-1 teaser-3';
    grid-template-columns: 0.7fr 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-end-screen__all-teasers--has-four-teasers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-areas: 'teaser-1 teaser-2' 'teaser-3 teaser-4';
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-end-screen__all-teasers--has-five-teasers {
    -ms-grid-columns: 0.8fr 1fr 1fr;
    grid-template-areas: 'teaser-1 teaser-2 teaser-3' 'teaser-1 teaser-4 teaser-5';
    grid-template-columns: 0.8fr 1fr 1fr;
  }
}
.c-end-screen__teaser {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 200px;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  background-position: 50%;
  color: #fff;
}
.ffmark-800-normal .c-end-screen__teaser {
  font-family: sans-serif;
}
.c-end-screen__teaser:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.c-end-screen__teaser:first-of-type {
  position: relative;
}
.c-end-screen__teaser:nth-of-type(5) {
  padding-right: 15px;
}
.c-end-screen__teaser:nth-of-type(n + 6) {
  display: none;
}
@media (min-width: 37.5em) {
  .c-end-screen__teaser {
    min-width: 0;
  }
  .c-end-screen__all-teasers--has-one-teaser .c-end-screen__teaser:first-of-type,
  .c-end-screen__all-teasers--has-two-teasers .c-end-screen__teaser:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-two-teasers .c-end-screen__teaser:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-three-teasers .c-end-screen__teaser:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-three-teasers .c-end-screen__teaser:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-three-teasers .c-end-screen__teaser:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-four-teasers .c-end-screen__teaser:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-four-teasers .c-end-screen__teaser:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-four-teasers .c-end-screen__teaser:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-four-teasers .c-end-screen__teaser:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-five-teasers .c-end-screen__teaser:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-five-teasers .c-end-screen__teaser:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-five-teasers .c-end-screen__teaser:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-five-teasers .c-end-screen__teaser:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__all-teasers--has-five-teasers .c-end-screen__teaser:nth-of-type(5) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .c-end-screen__teaser:first-of-type {
    grid-area: teaser-1;
  }
  .c-end-screen__teaser:nth-of-type(2) {
    grid-area: teaser-2;
  }
  .c-end-screen__teaser:nth-of-type(3) {
    grid-area: teaser-3;
  }
  .c-end-screen__teaser:nth-of-type(4) {
    grid-area: teaser-4;
  }
  .c-end-screen__teaser:nth-of-type(5) {
    grid-area: teaser-5;
  }
}
.bmpui-external-overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.bmpui-external-overlay-container.show {
  display: block;
}
.bmpui-external-overlay-container > * {
  z-index: 1;
}
.bmpui-ui-buffering-overlay > .bmpui-container-wrapper {
  background-position: 50%;
  background-color: none;
  background-image: url('');
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
}
.c-welt-plus-end-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-welt-plus-end-screen__close-button {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 18px;
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.c-welt-plus-end-screen__close-button:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
@media (min-width: 56.875em) {
  .c-welt-plus-end-screen__close-button {
    right: 20px;
  }
}
.c-welt-plus-end-screen__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bmpui-welt-plus-watermark {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 52px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 37.5em) {
  .bmpui-welt-plus-watermark {
    top: 20px;
    left: 30px;
    width: 66px;
    height: 25px;
  }
}
.c-error-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.c-error-screen__text {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 30px);
  color: #fff;
  text-align: center;
}
.ffmark-800-normal .c-error-screen__text {
  font-family: sans-serif;
}
.bitmovinplayer-container {
  background-color: transparent !important;
  background-image: none !important;
}
.bitmovinplayer-poster {
  background-size: cover;
}
.o-slider__navigation-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 66px;
  outline: none;
}
.o-slider__navigation-btn:hover {
  opacity: 1;
}
.o-slider__navigation-btn--is-left {
  left: 0;
  width: 60px;
  margin-left: -30px;
}
.o-slider__navigation-btn--is-right {
  right: 0;
  width: 60px;
  margin-right: -30px;
}
.o-slider__navigation-btn--is-inactive {
  opacity: 0;
  cursor: default;
}
.o-slider__navigation-btn--is-inactive:hover {
  opacity: 0;
}
.o-slider__navigation-icon {
  display: inline-block;
}
.o-slider__navigation-icon > svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #000;
}
.o-slider__navigation-icon-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.o-slider__navigation-icon-background--is-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 13px;
}
.o-slider__navigation-icon-background--is-right {
  padding-left: 13px;
}
.o-content-footer {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ffmark-400-normal .o-content-footer {
  font-family: sans-serif;
  letter-spacing: normal;
}
@-webkit-keyframes o-rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes o-rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.c-dreifaltigkeit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-dreifaltigkeit__headline-wrapper {
  display: inline;
}
.c-dreifaltigkeit__headline {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 15px;
  word-break: break-word;
}
.c-dreifaltigkeit--is-light .c-dreifaltigkeit__headline {
  color: #fff;
}
.c-dreifaltigkeit--is-qcu .c-dreifaltigkeit__headline {
  font-size: 14px;
  line-height: 18px;
}
.c-dreifaltigkeit__headline--is-inverted {
  color: #fff;
}
.c-dreifaltigkeit__headline-premium-badge {
  margin-right: 15px;
}
.c-dreifaltigkeit--is-light .c-dreifaltigkeit__topic {
  color: #fff;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-dreifaltigkeit__topic {
    max-width: calc(100vw - 145px);
  }
}
.c-dreifaltigkeit__topic--is-inverted {
  color: #fff;
}
.c-dreifaltigkeit__date {
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
  float: right;
  color: #f18825;
  text-align: right;
}
.c-dreifaltigkeit__section {
  margin-right: 12px;
}
.c-dreifaltigkeit--is-light .c-dreifaltigkeit__section {
  color: #fff;
}
.c-dreifaltigkeit--is-qcu .c-dreifaltigkeit__section {
  display: none;
}
@media screen and (min-width: 56.875em) {
  .c-dreifaltigkeit--is-qcu .c-dreifaltigkeit__section {
    display: inline-block;
  }
}
.c-dreifaltigkeit__section--is-inverted {
  color: #fff;
}
.c-dreifaltigkeit__marker--is-live {
  margin-right: 5px;
  margin-left: 1px;
}
.c-dreifaltigkeit__brand-logo {
  margin-right: 12px;
}
@media screen and (min-width: 56.875em) {
  .c-dreifaltigkeit__brand-logo {
    vertical-align: bottom;
  }
}
.c-page-header-navigation-slider-button {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 40px;
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 40px;
  padding-left: 30px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#064b71),
    color-stop(80%, #064b71),
    to(rgba(6, 75, 113, 0))
  );
  background: linear-gradient(270deg, #064b71 0, #064b71 80%, rgba(6, 75, 113, 0));
  color: #fff;
  text-transform: uppercase;
  pointer-events: all;
}
.ffmark-800-normal .c-page-header-navigation-slider-button {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-page-header-navigation-slider-button:hover {
  color: #f18825;
}
@media screen and (min-width: 56.875em) {
  .c-page-header:not(.c-page-header--is-sticky) .c-page-header-navigation-slider-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-page-header-navigation--is-slided .c-page-header-navigation-slider-button {
  left: 0;
  width: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#064b71),
    color-stop(80%, #064b71),
    to(rgba(6, 75, 113, 0))
  );
  background: linear-gradient(90deg, #064b71 0, #064b71 80%, rgba(6, 75, 113, 0));
}
.c-page-header-navigation-slider-button__label--is-less {
  display: none;
}
.c-page-header-navigation--is-slided .c-page-header-navigation-slider-button__label--is-less {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.c-page-header-navigation--is-slided .c-page-header-navigation-slider-button__label--is-more {
  display: none;
}
.c-page-header-navigation-slider-button__label-svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  fill: #fff;
}
.c-page-header-navigation-slider-button__label-svg svg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.c-page-header-navigation-slider-button:hover .c-page-header-navigation-slider-button__label-svg svg {
  fill: #f18825;
}
.c-page-header-navigation--is-slided .c-page-header-navigation-slider-button__label-svg {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 4px;
  margin-left: -2px;
}
.c-page-header-navigation--is-slided .c-page-header-navigation-slider-button__label-svg svg {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-page-header-navigation__flyout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  min-height: 70px;
  background-color: #ede9e1;
}
@media screen and (min-width: 56.875em) {
  .c-page-header:not(.c-page-header--is-sticky) .c-page-header-navigation__flyout-header {
    display: none;
  }
}
.c-page-header-navigation__flyout-header-item {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  height: 70px;
  margin: 0 15px;
  padding: 35px 0 15px;
  border-bottom: 3px solid transparent;
  color: #003a5a;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.ffmark-800-normal .c-page-header-navigation__flyout-header-item {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-page-header-navigation__flyout-header-item--is-active {
  border-bottom-color: #f18825;
}
.c-page-header-navigation-sublist-button {
  display: block;
  border-left: 1px solid #edece8;
}
.c-page-header-navigation-sublist-button svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (min-width: 56.875em) {
  .c-page-header:not(.c-page-header--is-sticky) .c-page-header-navigation-sublist-button {
    display: none;
  }
}
.c-page-header-navigation__item--has-open-sublist .c-page-header-navigation-sublist-button {
  background-color: #003a5a;
}
.c-page-header-navigation__item--has-open-sublist .c-page-header-navigation-sublist-button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #fff;
}
.c-page-header-navigation-sublist-button__toggle-button {
  width: 50px;
  height: 50px;
  padding: 15px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.c-page-header-navigation-sublist-button__toggle-button:focus {
  outline: 0;
}
.c-page-header-navigation-sublist-button__toggle-svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: #575757;
}
.c-tool-notification {
  position: relative;
}
.c-tool-notification:after {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.3em;
  content: none;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f18825;
  color: #fff;
  text-align: center;
}
.ffmark-800-normal .c-tool-notification:after {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width: 56.875em) {
  .c-page-header:not(.c-page-header--is-sticky) .c-tool-notification:after {
    top: 12px;
    left: 24px;
  }
}
.c-tool-notification--is-visible:after {
  content: attr(data-messages);
}
.c-search {
  height: calc(100vh - 50px);
  pointer-events: none;
  display: block;
  z-index: 12003;
  overflow: hidden;
}
@media screen and (min-width: 56.875em) {
  .c-search {
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 56.875em) and (min-width: 56.875em) {
  .c-page-header--is-sticky .c-search {
    height: calc(100vh - 50px);
  }
}
.c-search--is-sticky {
  position: fixed;
  top: 50px;
  height: calc(100vh - 50px);
}
.c-search__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-transform: translate(375px);
  transform: translate(375px);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-search--is-visible .c-search__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: none;
}
.c-search__component {
  width: 90%;
  max-width: 375px;
  height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #fff;
}
.c-search--is-visible .c-search__component {
  pointer-events: all;
}
@media screen and (min-width: 56.875em) {
  .c-search__component {
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 56.875em) and (min-width: 56.875em) {
  .c-page-header--is-sticky .c-search__component {
    height: calc(100vh - 50px);
  }
}
.c-login {
  height: calc(100vh - 50px);
  pointer-events: none;
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  z-index: 12003;
  overflow: hidden;
  color: #003a5a;
}
.ffmark-400-normal .c-login {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width: 56.875em) {
  .c-login {
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 56.875em) and (min-width: 56.875em) {
  .c-page-header--is-sticky .c-login {
    height: calc(100vh - 50px);
  }
}
.c-login--is-sticky {
  position: fixed;
  top: 50px;
  height: calc(100vh - 50px);
}
.c-login__fly-out-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-transform: translate(375px);
  transform: translate(375px);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-login--is-visible .c-login__fly-out-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: none;
}
.c-login__content {
  width: 90%;
  max-width: 375px;
  height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #fff;
}
.c-login--is-visible .c-login__content {
  pointer-events: all;
}
@media screen and (min-width: 56.875em) {
  .c-login__content {
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 56.875em) and (min-width: 56.875em) {
  .c-page-header--is-sticky .c-login__content {
    height: calc(100vh - 50px);
  }
}
.c-login__header {
  font-size: 18px;
  line-height: 24px;
  min-height: 70px;
  padding: 32px 15px 13px;
  border-bottom: 2px solid #dfdfdf;
  background-color: #ede9e1;
  color: #1d1d1d;
  text-transform: uppercase;
}
.c-login__label--is-logged-out {
  display: block;
}
.c-login__content--is-logged-in .c-login__label--is-logged-out,
.c-login__label--is-logged-in {
  display: none;
}
.c-login__content--is-logged-in .c-login__label--is-logged-in {
  display: block;
}
.c-login__salutation {
  display: none;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  text-transform: none;
}
.c-login__content--is-logged-in .c-login__salutation {
  display: block;
}
.c-login__username {
  font-weight: 800;
}
.c-login__username:not(:empty):before {
  content: ', ';
  font-weight: 400;
}
.c-login__username:not(:empty):after {
  content: '.';
}
.c-login__navigation--is-logged-out {
  display: block;
}
.c-login__content--is-logged-in .c-login__navigation--is-logged-out,
.c-login__navigation--is-logged-in {
  display: none;
}
.c-login__content--is-logged-in .c-login__navigation--is-logged-in {
  display: block;
}
.c-login__navigation-item {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #edece8;
  font-weight: 800;
  text-transform: uppercase;
}
.c-login__navigation-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  color: #003a5a;
}
@media screen and (min-width: 56.875em) {
  .c-login__navigation-element {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .c-login__navigation-element:hover {
    color: #f18825;
  }
}
.c-login__navigation-element--is-button {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.c-login__content--has-visible-fallback .c-login__navigation-element--is-button,
.c-login__navigation-element--is-fallback {
  display: none;
}
.c-login__content--has-visible-fallback .c-login__navigation-element--is-fallback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-login__registration-text {
  font-size: 11px;
  line-height: 16px;
  width: 185px;
  color: #1d1d1d;
  font-weight: 400;
  text-transform: none;
}
.c-page-footer {
  margin-right: -15px;
  margin-left: -15px;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 56.875em) {
  .c-page-footer {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.c-page-footer__section {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #003a5a;
}
.c-page-footer__section:last-child {
  border-bottom: none;
}
@media print {
  .c-page-footer__section {
    background-color: transparent;
  }
}
.c-page-footer__section--has-no-border {
  border-color: #003a5a;
}
.c-page-footer__text {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 0 14px;
  color: #fff;
}
.ffmark-400-normal .c-page-footer__text {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media print {
  .c-page-footer__text {
    margin-bottom: 14px;
    padding: 0;
    color: #003a5a;
  }
}
.c-page-footer-logo__svg {
  display: block;
  width: 113px;
  height: 90px;
  margin: 0 auto;
  fill: #fff;
}
.c-page-footer-navigation__list {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  letter-spacing: 0.3px;
}
.ffmark-800-normal .c-page-footer-navigation__list {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media print {
  .c-page-footer-navigation__list {
    display: none;
  }
}
.c-page-footer-navigation__item {
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  line-height: 30px;
}
@media screen and (min-width: 56.875em) {
  .c-page-footer-navigation__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.c-page-footer-navigation__link {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 56.875em) {
  .c-page-footer-navigation__link {
    padding-bottom: 18px;
  }
}
@media print {
  .c-page-footer-navigation__link {
    display: none;
  }
}
.c-page-footer-navigation__link-main {
  padding-top: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.c-page-footer-navigation__header {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.c-page-footer-navigation__social-apps {
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.c-page-footer-navigation__social-apps:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 56.875em) {
  .c-page-footer-navigation__social-apps {
    width: auto;
    padding-right: 25px;
    padding-bottom: 3px;
    padding-left: 25px;
    border-bottom: none;
  }
  .c-page-footer-navigation__social-apps:last-of-type {
    margin-right: 0;
  }
}
.c-page-footer-navigation-is-last-element {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px;
  letter-spacing: 0.3px;
}
.ffmark-800-normal .c-page-footer-navigation-is-last-element {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width: 56.875em) {
  .c-page-footer-navigation-is-last-element {
    padding-top: 18px;
  }
}
@media print {
  .c-page-footer-navigation-is-last-element {
    display: none;
  }
}
.c-page-footer-navigation__social-apps-list {
  padding-top: 16px;
}
@media screen and (min-width: 56.875em) {
  .c-page-footer-navigation__social-apps-list {
    padding-top: 0;
  }
}
.c-stage-header {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
.ffmark-400-normal .c-stage-header {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width: 56.875em) {
  .c-stage-header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
    padding-top: 30px;
    text-align: left;
    margin-bottom: -10px;
    border-bottom: none;
  }
}
.c-stage-header--is-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 37.5em) {
  .c-stage-header--has-sponsoring {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-stage-header--is-dark-themed {
  border-bottom-color: hsla(0, 0%, 100%, 0.12);
}
.c-stage-header--has-no-border {
  border-bottom: none;
}
.c-stage-header--has-shadow {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 37.5em) {
  .c-stage-header--has-shadow {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 56.865em) {
  .c-stage-header--is-new-live-tv-stage {
    background-color: #171b2d;
  }
}
@media screen and (min-width: 56.875em) {
  .c-stage-header--is-new-live-tv-stage {
    padding-bottom: 15px;
  }
}
.c-stage-header__headline {
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 56.875em) {
  .c-stage-header__headline {
    margin-top: -8px;
    padding-bottom: 0;
  }
}
.c-stage-header__headline--is-linked {
  position: relative;
  border-bottom: 3px solid transparent;
  padding-bottom: 12px;
}
.c-stage-header__headline--is-linked:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 100%;
  height: 3px;
  -webkit-transition: all 0.14s;
  transition: all 0.14s;
  background-color: #f18825;
}
.c-stage-header__headline--is-linked:hover {
  border-bottom-color: #f18825;
}
.c-stage-header__headline--is-linked:hover:after {
  left: 0;
}
.c-stage-header__headline--is-linked:hover ~ .c-stage-header__headline--is-linked:after {
  right: 100%;
  left: 0;
}
@media screen and (min-width: 56.875em) {
  .c-stage-header__headline--is-linked {
    padding-bottom: 0;
  }
}
.c-stage-header__headline--is-linked-with-brand-color {
  position: relative;
  border-bottom: 3px solid transparent;
}
.c-stage-header__headline--is-linked-with-brand-color:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 100%;
  height: 3px;
  -webkit-transition: all 0.14s;
  transition: all 0.14s;
  background-color: #99b7a5;
}
.c-stage-header__headline--is-linked-with-brand-color:hover {
  border-bottom-color: #99b7a5;
}
.c-stage-header__headline--is-linked-with-brand-color:hover:after {
  left: 0;
}
.c-stage-header__headline--is-linked-with-brand-color:hover
  ~ .c-stage-header__headline--is-linked-with-brand-color:after {
  right: 100%;
  left: 0;
}
.c-stage-header__headline--has-inverted-color {
  color: #fff;
}
.c-stage-header__headline--is-thin {
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 56.875em) {
  .c-stage-header__headline--is-thin {
    margin-top: 0;
    padding-bottom: 5px;
  }
}
.c-stage-header__headline--is-very-thin {
  font-weight: 200;
}
@media screen and (max-width: 37.49em) {
  .c-stage-header__headline--is-very-thin {
    font-weight: 400;
  }
}
.c-stage-header__image {
  max-width: 100%;
  max-height: 100%;
}
.c-stage-header--has-vertical-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-stage--is-gray .c-stage-header--has-vertical-space {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 37.49em) {
  .c-stage--is-gray .c-stage-header--has-vertical-space {
    margin-top: 10px;
  }
}
.c-stage-header__navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 56.875em) {
  .c-stage-header__navigation {
    margin-bottom: -5px;
    padding-top: 10px;
    border: none;
  }
}
.c-stage-header__navigation--is-themed {
  border-color: hsla(0, 0%, 100%, 0.12);
  background-color: transparent;
}
.c-stage-header__sponsoring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}
@media screen and (min-width: 37.5em) {
  .c-stage-header__sponsoring {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -8px;
  }
}
.c-stage-header__sponsoring-element {
  padding: 0 15px 15px;
}
@media screen and (min-width: 37.5em) {
  .c-stage-header__sponsoring-element:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 37.5em) {
  .c-stage-header__sponsoring-element {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-stage-header__slogan {
  font-size: 11px;
  line-height: 14px;
  color: #787878;
}
.c-notification {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  position: relative;
  padding: 15px;
}
.ffmark-800-normal .c-notification {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media print {
  .c-notification {
    display: none;
  }
}
.c-notification--is-dark {
  background-color: #383e42;
  fill: #fff;
  color: #fff;
}
.c-notification__caption {
  padding-bottom: 15px;
}
.c-notification__caption-text {
  font-size: 11px;
  line-height: 11px;
  padding: 3px 3px 2px;
  border: 1px solid;
  text-transform: uppercase;
}
.c-notification__body > p {
  margin-bottom: 10px;
}
.c-notification__body > p:last-of-type {
  margin-bottom: 0;
}
.c-notification__link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.c-notification__link:hover {
  border-bottom-color: #f18825;
}
.c-notification__headline {
  font-size: 22px;
  line-height: 30px;
  margin-right: 30px;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}
.c-notification__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  color: inherit;
}
.c-notification__close-button svg {
  pointer-events: none;
}
.c-comment-info {
  padding: 15px;
  background-color: #741057;
}
@media screen and (min-width: 56.875em) {
  .c-comment-info {
    padding: 30px;
  }
}
.c-comment-info__icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-comment-info__svg {
  display: inline-block;
  min-width: 25px;
  height: 25px;
}
.c-comment-info__svg svg {
  width: 25px;
  height: 100%;
}
.c-comment-info__svg .shape {
  fill: #fff;
}
.c-comment-info__label {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 25px;
  padding-left: 20px;
  color: #fff;
  letter-spacing: 0.4px;
}
.ffmark-800-normal .c-comment-info__label {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-la-loading__comments-wrapper {
  min-height: 800px;
  padding-top: 64px;
}
.c-la-loading__premium-article-wrapper {
  min-height: 350px;
}
.c-la-loading__text {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  padding: 32px 8px;
  color: #1d1d1d;
  text-align: center;
}
.ffmark-800-normal .c-la-loading__text {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-la-loading__animation {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -webkit-animation: la-loading-animation 3s linear infinite;
  animation: la-loading-animation 3s linear infinite;
}
.c-la-loading__circle {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: o-rotate-360 1.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: o-rotate-360 1.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #f18825;
}
.c-la-loading__circle:first-child {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.c-la-loading__circle:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.c-la-loading__circle:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.c-inactivity-hint {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 54px 20px 0;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  color: #1d1d1d;
  text-align: center;
}
.ffmark-400-normal .c-inactivity-hint {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-inactivity-hint__heading {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 1em;
}
.c-inactivity-hint__amount {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-weight: 800;
  font-style: normal;
}
.ffmark-800-normal .c-inactivity-hint__amount {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-inactivity-hint__button {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 345px;
  height: 56px;
  margin: 0 auto 54px;
  border-radius: 4px;
  background-color: #f18825;
  color: #fff;
  text-transform: uppercase;
}
.ffmark-800-normal .c-inactivity-hint__button {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-inactivity-hint__svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.c-inactivity-hint__user-forwarding {
  height: 60px;
  margin: 10px -20px -1px;
  background-image: linear-gradient(87deg, #246ea7, #003a5a);
}
.c-inactivity-hint__user-forwarding-text {
  font-size: 13px;
  line-height: 15px;
  display: block;
  padding-top: 22px;
  color: #fff;
  font-weight: 400;
}
.c-inactivity-hint__user-forwarding-text--is-next-to-logo {
  margin-left: 70px;
}
.c-inactivity-hint__user-forwarding-text--is-highlighted {
  border-bottom: 1px solid #fff;
  font-weight: 800;
}
.c-inactivity-hint__user-forwarding-weltplus-logo {
  position: absolute;
  width: 50px;
  height: 18px;
  margin-top: 20px;
  margin-left: 53px;
  border: 1px solid #fff;
  border-radius: 1.6px;
}
.c-follow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  border-top: 1px solid #edece8;
  color: #003a5a;
  text-align: center;
}
.c-follow-list__heading {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
}
.ffmark-400-normal .c-follow-list__heading {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-follow-list__list,
.c-follow-list__listitem {
  display: inline-block;
}
.c-follow-list__listitem {
  margin-right: 16px;
}
.c-follow-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-follow-list__link {
  display: inline-block;
  color: #003a5a;
}
.c-follow-list__svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-follow-list__svg path {
  fill: #003a5a;
}
.c-follow-list__svg--facebook {
  width: 12px;
  height: 22px;
}
.c-follow-list__svg--twitter {
  width: 22px;
  height: 18px;
}
.c-follow-list__svg--youtube {
  width: 20px;
  height: 23px;
}
.c-follow-list__svg--newsletter {
  width: 20px;
  height: 16px;
}
.c-dialog {
  position: fixed;
  z-index: 12014;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-dialog__has-blue-gradient {
  background-color: #003a5a;
  background-image: linear-gradient(294deg, #246ea7, #003a5a);
}
.c-dialog__is-white {
  background-color: #fff;
}
.c-dialog__inactivity {
  width: 80%;
  max-width: 640px;
  min-height: 243px;
}
.c-dialog__close {
  width: 16px;
  height: 16px;
  color: inherit;
}
.c-dialog__close svg {
  pointer-events: none;
}
.c-dialog__close--is-top-right {
  position: absolute;
  top: 14px;
  right: 14px;
}
.c-dialog__shadow {
  position: fixed;
  z-index: 12013;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.8);
}
.c-consent-dialog {
  position: fixed;
  z-index: 12014;
  bottom: 0;
  padding: 15px;
  background-color: #edece8;
}
@media screen and (max-width: 56.865em) {
  .c-consent-dialog {
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 56.875em) {
  .c-consent-dialog {
    left: 50%;
    width: 940px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-consent-dialog__title {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
}
.ffmark-800-normal .c-consent-dialog__title {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-consent-dialog__body {
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px;
  color: #1d1d1d;
}
.c-consent-dialog__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (min-width: 56.875em) {
  .c-consent-dialog__footer {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.c-consent-dialog__footer-item:not(:first-of-type) {
  margin-left: 15px;
}
@media screen and (max-width: 56.865em) {
  .c-consent-dialog__footer-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.c-consent-dialog__button {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #f18825;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
}
.ffmark-800-normal .c-consent-dialog__button {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width: 56.875em) {
  .c-consent-dialog__button {
    width: 150px;
  }
}
.c-consent-dialog__button--is-hollow {
  background-color: transparent;
  color: #f18825;
}
.c-consent-dialog__button--is-filled,
.c-consent-dialog__button--is-hollow:hover {
  background-color: #f18825;
  color: #fff;
}
.c-consent-dialog__button--is-filled:hover {
  background-color: transparent;
  color: #f18825;
}
[data-content-slider-component='gallery-inline-image'] picture,
[data-content-slider-component='gallery-page-image'] picture,
[data-content-slider-component='image'] picture {
  cursor: pointer;
}
.c-content-slider__overlay {
  display: none;
  position: fixed;
  z-index: 12004;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 56.875em) {
  .c-content-slider__overlay {
    height: 100%;
  }
}
.c-content-slider__overlay--is-visible {
  display: block;
}
.c-content-slider__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.c-content-slider__element-container {
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: inherit;
  overflow: hidden;
}
.c-content-slider__caption,
.c-content-slider__element-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-content-slider__caption {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-height: 0;
  padding: 24px 15px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: max-height 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: max-height 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: max-height 0.2s ease-in, transform 0.2s ease-in;
  transition: max-height 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  border-top: 1px solid #edece8;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #1d1d1d;
  letter-spacing: 0.5px;
}
.ffmark-400-normal .c-content-slider__caption {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-content-slider__overlay--is-zoomed .c-content-slider__caption {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.c-content-slider__caption-text {
  font-size: 14px;
  line-height: 21px;
}
.c-content-slider__caption--is-visible {
  display: block;
  max-height: 550px;
}
.c-content-slider__nav-position {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 50px;
  padding-left: 15px;
  float: left;
}
.ffmark-800-normal .c-content-slider__nav-position {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-content-slider__nav {
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  height: 50px;
  clear: both;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  border-top: 1px solid #edece8;
  background-color: #fff;
  font-weight: 700;
}
.c-content-slider__overlay--is-zoomed .c-content-slider__nav {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.c-content-slider__icons {
  position: absolute;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-content-slider__icon {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  border-left: 1px solid #edece8;
  font-size: calc(0.75em + 1vmin);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.c-content-slider__icon svg {
  position: absolute;
  top: 16.5px;
  left: 16.5px;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
}
.c-content-slider__icon:active {
  background-color: #edece8;
}
.c-simple-content-slider__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.c-simple-content-slider__element-container {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: inherit;
  overflow: hidden;
}
.c-simple-content-slider__picture {
  display: block;
  width: 100%;
  text-align: center;
}
.c-simple-content-slider__picture > img {
  position: relative;
  height: auto;
}
@media screen and (min-width: 56.875em) {
  .c-simple-content-slider__picture > img {
    max-height: 373px;
  }
}
.c-simple-content-slider__navigation {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.c-simple-content-slider__navigation-btn {
  padding-bottom: 47.82609%;
}
.c-swiper__wrapper {
  position: absolute;
  width: 100%;
  height: inherit;
  white-space: nowrap;
}
.c-swiper__wrapper--is-equal-height,
.c-swiper__wrapper--is-simple-slider {
  position: relative;
  left: 0;
  font-size: 0;
}
.c-swiper__wrapper--is-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-swiper__slide {
  display: inline-block;
  overflow: hidden;
  white-space: normal;
}
.c-content-slider__overlay .c-swiper__slide {
  height: 100%;
}
@media screen and (min-width: 37.5em) {
  .c-content-slider__overlay .c-swiper__slide {
    padding: 50px;
  }
}
.c-swiper__container-android .c-swiper__slide,
.c-swiper__wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-swiper__slide--is-simple-slider {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.c-swiper__slide-content {
  display: block;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  text-align: center;
}
.c-swiper__slide-content img {
  position: relative;
  top: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.c-videoplayer-error-screen {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ffmark-800-normal .c-videoplayer-error-screen {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-videoplayer-error-screen__wrapper {
  color: #fff;
}
.c-videoplayer-error-screen__message {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.c-videoplayer-error-screen__code {
  letter-spacing: -0.6px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  margin-top: 24px;
  color: #888;
}
.freight-400-normal .c-videoplayer-error-screen__code {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-videoplayer-error-screen__cta-button {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 10px;
  background-color: #f18825;
  color: #fff;
}
.ffmark-800-normal .c-videoplayer-error-screen__cta-button {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-reading-time-indicator {
  overflow: hidden;
}
.c-reading-time-indicator__progress-bar {
  width: 100%;
  max-width: 100%;
  height: 6px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: #f18825;
}
.c-source {
  font-size: 11px;
  line-height: 20px;
  color: #9b9b9b;
  word-break: break-all;
}
.c-channel-footer {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ffmark-400-normal .c-channel-footer {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 56.865em) {
  .c-channel-footer {
    padding: 0;
  }
}
@media screen and (min-width: 56.875em) {
  .c-channel-footer {
    padding-top: 30px;
  }
}
.c-channel-footer__logo--is-site-building {
  max-height: 75px;
  margin-top: 0;
}
.c-channel-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #edece8;
}
.c-channel-footer__image-wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 0;
}
@media screen and (min-width: 56.875em) {
  .c-channel-footer__image-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.c-channel-footer__image {
  width: 100%;
  height: auto;
}
.c-channel-footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 56.875em) {
  .c-channel-footer__content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.c-channel-footer__logo {
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 56.875em) {
  .c-channel-footer__logo {
    margin-top: 0;
  }
}
.c-channel-footer__logo--is-iwo {
  width: 100px;
  height: 73px;
}
.c-channel-footer__logo--is-aktion-mensch,
.c-channel-footer__logo--is-aktion-mensch-inklusion,
.c-channel-footer__logo--is-aktion-mensch-lotterie {
  width: 108px;
  height: 50px;
}
.c-channel-footer__logo--is-commerzbank {
  width: 165px;
  height: 22px;
}
.c-channel-footer__logo--is-cosmos-direkt {
  width: 150px;
  height: 44px;
}
.c-channel-footer__logo--is-thueringen {
  width: 150px;
  height: 50px;
}
.c-channel-footer__logo--is-tv-oesterreich {
  width: 150px;
  height: 36px;
}
.c-channel-footer__logo--is-geberit {
  width: 140px;
  height: 20px;
}
.c-channel-footer__logo--is-bordeaux {
  width: 165px;
  height: 26px;
}
.c-channel-footer__logo--is-traveljerusalem {
  width: 124px;
  height: 50px;
}
.c-channel-footer__logo--is-abu-dhabi {
  width: 170px;
  height: 60px;
}
.c-channel-footer__logo--is-sos-kinderdorf {
  width: 170px;
  height: 50px;
}
.c-channel-footer__logo--is-zeiss {
  width: 95px;
  height: 95px;
}
.c-channel-footer__logo--is-glashuette {
  width: 140px;
  height: 64px;
}
.c-channel-footer__logo--is-abb {
  width: 80px;
  height: 32px;
}
.c-channel-footer__logo--is-porsche {
  width: 174px;
  height: 72px;
  margin-bottom: -20px;
}
.c-channel-footer__logo--is-abraham {
  width: 72px;
  height: 72px;
}
.c-channel-footer__logo--is-db {
  width: 85px;
  height: 60px;
}
.c-channel-footer__logo--is-alfa-romeo {
  width: 120px;
  height: 120px;
}
.c-channel-footer__logo--is-viessmann {
  width: 120px;
  height: 25px;
}
.c-channel-footer__logo--is-vku {
  width: 135px;
  height: 65px;
}
.c-channel-footer__logo--is-verimi {
  width: 295px;
  height: 81px;
}
.c-channel-footer__logo--is-ncl {
  width: 283px;
  height: 98px;
}
.c-channel-footer__slogan {
  font-size: 10px;
  line-height: 10px;
  margin-top: 10px;
}
.c-channel-footer__text {
  font-size: 14px;
  line-height: 18px;
  max-width: 100%;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media screen and (min-width: 56.875em) {
  .c-channel-footer__text {
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
}
.c-channel-footer__link {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin: 20px 0;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #f18825;
  font-weight: 800;
  text-transform: uppercase;
}
.c-channel-footer__link a {
  color: #fff;
}
@media screen and (min-width: 56.875em) {
  .c-channel-footer__link {
    margin-bottom: 0;
  }
}
.c-channel-footer__brandstation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 15px;
  background-color: #edece8;
}
.c-channel-footer__brandstation-logo {
  display: inline-block;
  width: 94px;
}
.c-channel-footer__brandstation-slogan {
  font-size: 9px;
  line-height: 9px;
  margin-left: 20px;
}
.c-channel-footer__brandstation-slogan-link {
  font-size: 9px;
  line-height: 9px;
  color: #1d1d1d;
}
.c-channel-footer__brandstation-disclaimer {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px;
  text-align: center;
}
.c-channel-footer__brandstation-disclaimer-link {
  color: #1d1d1d;
}
.c-copyright {
  font-size: 11px;
  line-height: 20px;
  color: #9b9b9b;
}
.c-copyright:before {
  content: '\00a0 ';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  background-color: #f18825;
  margin-bottom: 15px;
}
.c-badge {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  padding: 3px 6px 3px 7px;
  color: #fff;
  text-transform: uppercase;
}
.ffmark-800-normal .c-badge {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-badge--is-live {
  border: 1px solid #f18825;
  color: #003a5a;
}
.c-badge--is-live-inverted {
  color: #fff;
}
.c-anzeige-marker {
  top: 15px;
  padding: 1px 18px;
  font-size: 10px;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-anzeige-marker {
    top: 10px;
    padding: 1px 12px;
    font-size: 8px;
  }
}
.c-hint-icon {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 50%;
  background-color: #f18825;
  fill: #fff;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-hint-icon {
    right: 5px;
    bottom: 5px;
  }
}
.c-hint-icon--has-gray-circle {
  background-color: #d8d8d8;
}
.c-hint-icon--is-brand,
.c-hint-icon--is-channel {
  background-color: #99b7a5;
}
.c-hint-icon--is-hero-channel {
  bottom: 14px;
}
.c-hint-icon--is-small {
  right: 10px;
  bottom: 10px;
  width: 23px;
  height: 23px;
  padding: 6px;
}
.c-hint-icon--is-highlight {
  right: 14px;
  bottom: -13px;
  width: 30px;
  height: 30px;
  padding: 8px;
}
.c-hint-icon--is-full-highlight {
  right: 15px;
  bottom: -16px;
  width: 36px;
  height: 36px;
  padding: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.c-loader--is-loading .c-hint-icon--is-full-highlight {
  opacity: 0;
}
@media screen and (min-width: 56.875em) {
  .c-hint-icon--is-full-highlight {
    right: 30px;
    bottom: -24px;
    width: 52px;
    height: 52px;
    padding: 13px;
  }
}
.c-fallback-image {
  position: relative;
  height: 0;
  background-color: #edece8;
}
.c-fallback-image__welt-logo-ratio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-fallback-image__welt-logo-svg {
  width: 122px;
  height: 32px;
  fill: #fff;
}
.c-fallback-image__welt-logo-svg--is-compact-view {
  width: 61px;
  height: 16px;
}
.c-fallback-image--is-default-teaser-profile {
  padding-bottom: 47.82609%;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-fallback-image--is-default-teaser-profile {
    display: none;
  }
}
.c-fallback-image--is-compact-teaser-profile {
  display: none;
  padding-bottom: 100%;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-fallback-image--is-compact-teaser-profile {
    display: block;
  }
}
.c-premium-icon > svg {
  width: 52px;
  height: 20px;
}
.c-premium-icon--is-large > svg {
  width: 66px;
  height: 25px;
}
.c-teaser-video-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #edece8;
}
.c-teaser-video-element:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 47.82609%;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-video-element {
    display: none;
  }
}
.c-teaser-video-element__poster-fallback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-teaser-video-element__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.c-teaser-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 37.49em) {
  .c-teaser-default {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 37.49em) and (min-width: 56.875em) {
  .c-teaser-default {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.c-teaser-default--is-inverted {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
}
.c-teaser-default--is-highlight {
  width: 232px;
  margin: 0;
  padding: 0;
  border: 1px solid #edece8;
}
.c-teaser-default--is-highlight:not(.c-teaser-default--is-outro) .c-teaser-default__header:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 45, 0.3);
}
.c-teaser-default--is-outro {
  background-color: #171b2d;
  color: #fff;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__title {
    margin-bottom: 2px;
    overflow: hidden;
  }
}
.c-teaser-default__header {
  margin-bottom: 15px;
}
.c-teaser-default--is-highlight .c-teaser-default__header {
  margin-bottom: 10px;
}
.c-teaser-default__header-icon {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 14px;
}
.c-teaser-default__image-logo {
  padding-bottom: 56.25%;
}
.c-teaser-default__image-logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 85px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-teaser-default__fallback-image {
  padding-bottom: 47.82609%;
}
.c-teaser-default__fallback-image svg {
  width: 122px;
  height: 32px;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__fallback-image {
    display: none;
  }
}
.c-teaser-default__fallback-image--has-compact-view {
  display: none;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view
    .o-teaser--has-compact-view
    .c-teaser-default__fallback-image--has-compact-view {
    display: block;
    padding-bottom: 100%;
  }
  .c-page-teaser-compact-view
    .o-teaser--has-compact-view
    .c-teaser-default__fallback-image--has-compact-view
    svg {
    width: 61px;
    height: 16px;
  }
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__body {
    min-height: 100px;
  }
}
.c-teaser-default--is-highlight .c-teaser-default__body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
@media screen and (min-width: 37.5em) {
  .c-teaser-default__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__headline {
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
  }
}
.c-teaser-default--is-highlight .c-teaser-default__headline {
  font-size: 16px;
  line-height: 21px;
  margin-top: 12px;
}
@media screen and (min-width: 37.5em) {
  .c-teaser-default__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__intro {
    display: none;
  }
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__dreifaltigkeit {
    min-height: 85px;
  }
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__hint-icon {
    right: 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__element > img {
    position: absolute;
    height: 100%;
  }
}
.c-teaser-default__footer {
  min-height: 31px;
}
@media screen and (max-width: 37.49em) {
  .c-page-teaser-compact-view .o-teaser--has-compact-view .c-teaser-default__footer {
    padding-bottom: 15px;
  }
}
.c-teaser-default__footer--is-inverted {
  color: #fff;
}
.c-teaser-default__footer--is-highlight {
  padding-bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .c-teaser-default__footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-themepages {
  padding: 15px;
  background-color: #edece8;
}
@media screen and (min-width: 56.875em) {
  .c-themepages {
    padding: 30px;
  }
}
.c-themepages__headline {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #003a5a;
  letter-spacing: 0.5px;
}
.c-themepages__list-item {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
}
.c-themepages__link {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #003a5a;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
.ffmark-400-normal .c-themepages__link {
  font-family: sans-serif;
  letter-spacing: normal;
}
.c-obfuscated-article__preview-gradient {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}
.c-obfuscated-article__spinner {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.c-obfuscated-article__blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-tooltip {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 24px 7px 20px;
  text-align: center;
}
.ffmark-400-normal .c-tooltip {
  font-family: sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width: 37.5em) {
  .c-tooltip {
    padding-top: 14px;
  }
}
.c-tooltip__headline {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 800;
}
.c-tooltip__text {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 19px;
  color: #fff;
}
.c-tooltip__link {
  font-size: 14px;
  line-height: 18px;
  color: #f18825;
  font-weight: 800;
  text-transform: uppercase;
}
.c-tooltip__link:hover {
  color: #fff;
}
.c-tooltip__close-button {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 37.5em) {
  .c-tooltip__close-button {
    display: none;
  }
}
.tippy-box[data-theme~='c-tooltip__theme'] {
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#246ea7), to(#003a5a));
  background: linear-gradient(180deg, #246ea7, #003a5a);
  color: #fff;
}
.tippy-box[data-theme~='c-tooltip__theme'] .tippy-svg-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 9px;
}
@media print {
  .c-oembed-element {
    display: none;
  }
}
.c-oembed-element__headline {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 37.5em) {
  .c-oembed-element__headline {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 56.875em) {
  .c-oembed-element__headline {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.o-element__description {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 37.5em) {
  .o-element__description {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 56.875em) {
  .o-element__description {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.c-oembed-element__body {
  background-color: #fff;
}
.c-oembed-element__body iframe {
  display: block;
}
.c-oembed-element__caption {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 37.5em) {
  .c-oembed-element__caption {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 56.875em) {
  .c-oembed-element__caption {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.c-oembed-element__placeholder {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 37.5em) {
  .c-oembed-element__placeholder {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 56.875em) {
  .c-oembed-element__placeholder {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 37.5em) {
  .c-oembed-element__placeholder {
    margin-right: 60px;
    margin-left: 60px;
  }
}
.c-oembed-element--is-tts-player {
  font-size: 0;
}
@media screen and (max-width: 37.49em) {
  .c-oembed-element--is-tts-player .oembed-podigee-player:after,
  .c-oembed-element--is-tts-player .oembed-podigee-player:before {
    display: none;
  }
}
