body {
    /*background-color: #c6d7de;*/
    /*font-family: 'FAZ Gold Sans';
    background-color: #000;
    color: #fff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;*/
}

#time {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: rgba(0,0,255,0.5);
}
#scroll {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: rgba(255,0,0,0.5);
}
#clock {
  position: fixed;
  left: 10px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 1000;
}

#time, #scroll, #clock {
  display: none;
}


.storyContainer {
  max-width: 1500px;
  margin: auto;
  background-color: #000;
  overflow: initial !important;
  color: #fff;
}

.storyContainer .scrollVideo {
    display: flex;
    position: relative;
    flex-direction: row;
    background-color: #000;
}

.storyContainer .scrollVideo .text {
  max-width: 400px;
  flex: 1 1 400px;
}

.storyContainer .scrollVideo .video {
  /*flex: 4 1 auto;*/
  /*overflow: hidden;*/
  /*overflow-x: hidden;*/
  position: relative;
  width: calc(100% - 400px);
}
@media only screen and (orientation: portrait) {
  .storyContainer .scrollVideo .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 680px) {
  .storyContainer .scrollVideo .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

.storyContainer .scrollVideo .video_wrapper {
  flex: 0 1 auto;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow-x: hidden;
  height: 100vh;
}

.storyContainer .scrollVideo video {
    height: 100vh;
    width: auto;
    min-height: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: initial;
}

@media all and (-ms-high-contrast:none) {
     .storyContainer .scrollVideo video.playing { position: fixed; top: 0; left: initial; right: 0; transform: none;} /* IE10 */
     *::-ms-backdrop, .storyContainer .scrollVideo video.playing { position: fixed; top: 0; left: initial; right: 0; transform: none; } /* IE11 */
}

.storyContainer .scrollVideo .timeline_wrap.visible {
  display: block;
}

.storyContainer .scrollVideo .timeline_wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2000;
  display: none;
  text-align: right;
  font-size: 14px;
  color: rgba(255,255,255, 0.8);
  font-family: 'FAZGoldSans', Verdana, sans-serif;
  transition: color 0.5s;
}

.storyContainer .scrollVideo .timeline_wrap::before {
  content: 'Scrollen um Animation abzuspielen';
  margin-bottom: 10px;
  display: block;
}

.storyContainer .scrollVideo .timeline {
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background-color: rgba(255,255,255, 0.2);
}

.storyContainer .scrollVideo .timeline .bar{
  background-color: rgba(255,255,255, .8);
  height: 100%;
  width: 0%;
}

/*.scrollVideo video.playing {
    position: fixed;
    right: 0;
    top: 0;
}
.scrollVideo video.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}*/

/*@media screen and (max-width: 680px) {
  .storyContainer .scrollVideo video {
    right: 50% !important;
    transform: translateX(50%);
    height: 100vh;
    width: auto;
  }
  .storyContainer .scrollVideo video.playing {
    position: fixed;
    right: 0;
    top: 0;
  }
  .storyContainer .scrollVideo video.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}*/

.storyContainer section {
    z-index: 1;
    position: relative;
}

.storyContainer .content {
    position: sticky;
    position: -webkit-sticky;
    top: 33.3%;
    max-width: 400px;
    padding: 20px;
    margin-top: 20px;
    /*background-color: rgba(0,0,0,.5);*/
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5), rgba(0,0,0,0));
}
@media only screen and (orientation: portrait) {
  .storyContainer .content {
    top: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .storyContainer .content {
    top: 50%;
  }
}

.storyContainer .content .hl{

}

.storyContainer .content > * {
  text-shadow: 0 0 5px rgba(0,0,0,.8);
}

.storyContainer .dz {
  font-family: 'FAZGoldSans', Verdana, Arial, sans-serif;
  color: lightgray;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.storyContainer .hl {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'FAZGoldSans', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.storyContainer p { 
  font-family: 'FAZGoldSans', Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 680px) {
  .storyContainer p { 
    font-size: 14px;
  }
  .storyContainer .dz {
    font-size: 11px;
  }
  .storyContainer .hl {
    font-size: 24px;
  }
}


.storyTmpl #FAZContent, .storyTmpl .storyContainer {
    margin-top: 0;
}
.gh-MainNav {
    background: rgba(0,0,0,.2);
    border: none;
}
.gh-MainNav_RootLink {
    background-color: hsla(0,0%,100%,.2);
}
.gh-IconLogoFazShortInner {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    border-right-color: #000;
}
.gh-MainNav_ArticleTitle {
    color: #fff;
}
.gh-MainNav_AuxLink {
    background-color: hsla(0,0%,100%,.2);
}
.gh-MainNav_Article:after {
  display: none;
}

#page_mobile_header {
    box-shadow: none;
    background: none;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
#page_mobile_header .header {
    background: hsla(0,0%,100%,.2);
}

#page-content, #page-wrapper {
  overflow: initial;
}

.subscription_footer_bar {
  opacity: 0;
}

.storyContainer .copy {
    color: #fff;
}

.storyContainer .fullscreen .image img.portrait {
  display: none;
}
@media only screen and (orientation: portrait) {
  .storyContainer .fullscreen .image img.portrait {
    display: block;
  }
  .storyContainer .fullscreen .image img.landscape {
    display: none;
  }
}

.storyContainer [class*="grid"] {
  margin: 0;
}
.storyContainer .col, 
.storyContainer [class*="col-"],
.storyContainer .grid-bottomBig .col, 
.storyContainer .grid-bottomBig [class*="col-"] {
  padding: 0;
}

.storyContainer .h1 {
    font-family: 'FAZGoldSans', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
}

.storyContainer .intro .h1, .storyContainer .intro .font-small {
  color: #fff !important;
}

.storyContainer .dachzeile {
    font-family: 'FAZGoldSans', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .3em;
    font-size: 24px;
}

.storyContainer .h2 {
    font-family: 'FAZGoldSans', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/*.storyContainer .initial {
  font-family: 'FAZGoldSans', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}*/