@charset "UTF-8";

/* CSS Document */

/* Animationen */
@keyframes show_text {
  from {
    opacity: 0;       /* modern browser */
    -moz-opacity: 0;  /* older Mozilla browser */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 in Standard Compliant Mode */
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); /* stylelint-disable-line */
    filter: blur(5px);
  }

  to {
    opacity: 1;       /* modern browser */
    -moz-opacity: 1;  /* older Mozilla browser */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 in Standard Compliant Mode */
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0); /* stylelint-disable-line */
    filter: blur(0);
  }
}

.oktothek .participart .shorttext li.active {
  animation-name: show_text;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -moz-animation-name: show_text;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-name: show_text;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
}

body.oktothek,
.oktothek article {
  position: relative;
}

.oktothek .participart-list li figcaption p {
  text-align: left;
}

.more figure.episode-pin,
.oktothek .participart-list,
.oktothek .participart-list li,
.oktothek .participart-list li a,
.oktothek .participart-list li figure,
.oktothek .participart .shorttext {
  text-align: center;
}

.oktothek .newest-playlists .text-center,
.oktothek section.container .subheadline {
  margin-bottom: 40px;
}

body.oktothek section.participart p.subheadline {
  margin-top: 0;
}

.more figure.episode-pin {
  height: 158px;
  width: 100%;
  padding-top: 80px;
  vertical-align: center;
}

.more figure.episode-pin a {
  display: inline-block;
  padding: 12px;
  line-height: 12px;
}

.oktothek .btn.login {
  width: 150px;
}

/* Pins */
body.oktothek .news .col-md-3.pin,
body.oktothek .news .col-lg-3.pin,
body.oktothek .news .col-sm-6.pin,
body.oktothek .news .col-xs-6.pin {
  padding-left: 5px;
  padding-right: 5px;
}

body.oktothek .blog-pin figcaption.col-md-6,
body.oktothek .blog-pin figcaption.col-sm-6,
body.oktothek .blog-pin figcaption.col-xs-6 {
  padding: 10px;
}

body.oktothek .news .row.pin figure.pin,
body.oktothek .blog-pin .col-md-6,
body.oktothek .blog-pin .col-sm-6,
body.oktothek .blog-pin .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}

body.oktothek .news article.pin {
  margin-bottom: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.oktothek .blog-pin.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

body.oktothek .blog-pin .img-responsive {
  width: 100%;
  height: auto;
}

body.oktothek .news article.row {
  margin-right: 0;
  margin-left: 0;
}

body.oktothek .news-pin {
  padding-top: 20px;
}

/* Mitmachbereich */
.oktothek .participart {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.oktothek .participart .button_container {
  height: 180px;
  width: 240px;
  margin: 0 auto;
}

.oktothek .participart article {
  padding-bottom: 40px;
}

.oktothek .participart article p,
.oktothek .participart article p.subheadline {
  margin-bottom: 40px;
}

.oktothek .participart .but-full {
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  width: 230px;
}

.oktothek .participart .but-full span {
  transition: 0.3s;
}

.oktothek .participart .but-full span.passive {
  margin-left: 0;
}

.oktothek .participart .but-full span.active {
  margin-left: -400px;
}

.oktothek .participart .but-full span.active {
  position: absolute;
}

.participart .button_container .btn span {
  line-height: 19px;
  vertical-align: middle;
}

.oktothek .participart .button_container .but-full {
  margin-top: 70px;
}

.oktothek .participart-list {
  display: table;
  width: auto;
  margin: 10px auto 0 auto;
}

.oktothek .participart-list li {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-right: 0;
}

.oktothek .participart-list li a {
  padding-right: 10px;
}

.oktothek .participart-list li figure {
  padding-top: 20px;
  padding-right: 0;
  width: 140px;
  min-height: 140px;
  vertical-align: middle;

  /* line-height:140px; */
  margin: 10px auto 5px auto;
}

.oktothek .participart-list li figure image,
.oktothek .participart-list li figure svg {
  width: 100px;
  height: 100px;
}

.oktothek .participart-list li figcaption {
  margin-top: 30px;
  line-height: 1.4em;
}

.oktothek .participart-list li figcaption p {
  display: block;
  margin-top: 20px;
  padding-top: 12px;
}

.oktothek .participart-list li figcaption h3 {
  display: block;
  padding: 2px 6px;
}

.oktothek .participart .shorttext li {
  display: none;
  padding-top: 40px;
}

.oktothek .participart-list li:last-child {
  margin-right: 0;
}

.oktothek ul.participart-list-login {
  margin-bottom: 0;
}

.oktothek .participart-list-login li svg {
  float: left;
}

.oktothek ul.participart-list-login {
  padding: 0 5px;
}

.oktothek ul.participart-list-login svg {
  margin-left: 6px;
  margin-top: 5px;
}

.oktothek ul.participart-list-login figcaption {
  margin-left: 60px;
}

body.oktothek section.container.news {
  padding-right: 5px;
  padding-left: 5px;
}

body.oktothek .helptext {
  padding-left: 60px;
  text-align: left;
}

body.oktothek #livestream_window {
  position: fixed;
  width: 320px;
  height: auto;
  bottom: 10px;
  right: 30px;
  z-index: 990;
}

body.oktothek #livestream_window h3 {
  margin-top: 0;
}

body.oktothek #livestream_window p {
  margin-top: 0;
  margin-bottom: 0;
}

body.oktothek #current_show {
  padding: 10px;
}

body.oktothek .mini-player {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}

body.oktothek .mini-player.pull-right .icon {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  margin-left: 8px;
}

body.oktothek #livestream_window .container-close {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 999;
}

@media (min-width: 768px) {
  body.oktothek .participart {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .oktothek ul.participart-list-login svg {
    margin-left: 25px;
    margin-top: 20px;
  }

  .oktothek ul.participart-list-login figcaption {
    margin-left: 160px;
  }

  body.oktothek section.participart p.subheadline {
    margin-top: 10px;
  }

  .oktothek .participart .but-full:hover span.active {
    margin-left: 80px;
  }

  .oktothek .participart .but-full:hover span.passive,
  .oktothek .participart .but-full span.active {
    margin-left: -400px;
  }

  .oktothek .participart .but-full span.active {
    margin-top: 4px;
  }

  .oktothek .participart-list-login li figure {
    min-height: 140px;
  }

  body.oktothek .participart-list li {
    width: 140px;
    float: left;
    margin-right: 10px;
  }

  body.oktothek .participart-list li figure {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .oktothek .participart .but-full:hover span.active {
    margin-left: 60px;
  }

  .more figure.episode-pin {
    height: 188px;
  }

  body.oktothek section.container.news {
    padding-right: 15px;
    padding-left: 15px;
  }

  body.oktothek .news .col-md-3.pin,
  body.oktothek .news .col-lg-3.pin,
  body.oktothek .news .col-sm-6.pin,
  body.oktothek .news .col-xs-6.pin,
  body.oktothek .news .row.pin figure.pin {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.oktothek .news-pin {
    padding-top: 0;
  }

  body.oktothek .news article.row {
    /* margin-right:-12px;
        margin-left:-12px; */
  }

  .oktothek ul.participart-list-login {
    width: 400px;
    margin: 0 auto;
  }

  .oktothek ul.participart-list-login {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .more figure.episode-pin {
    height: 190px;
  }
}

@media (min-width: 1200px) {
  .more figure.episode-pin {
    height: 218px;
  }
}
