@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
article.node.node--view-mode-teaser {
  height: 100%;
  padding-bottom: 40px;
}
article.node.node--view-mode-teaser a:hover {
  text-decoration: none;
}
article.node.node--view-mode-teaser .teaser-wrapper {
  height: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 100%;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .img-wrapper {
  margin-bottom: 10px;
  position: relative;
  min-height: 200px;
  background-color: #F3F3F3;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .img-wrapper img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .img-wrapper .play-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  background-image: url("../../img/icons/play.svg");
  background-repeat: no-repeat;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding-top: 39px;
  color: #fff;
  line-height: 12px;
  cursor: pointer;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-top .teaser-type {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #F47C20;
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-top .teaser-type:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #F47C20;
  margin-top: 4px;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-top .teaser-date-created {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #292573;
  position: relative;
  margin-bottom: 5px;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-top .teaser-title {
  font-size: 20px;
  line-height: 26px;
  color: #28272A;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-top .teaser-summary {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  color: #9B9BA4;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-top .teaser-summary.publication-summary {
  display: none;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom {
  justify-content: end;
  display: flex;
  flex-direction: column;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-date, article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-bottom-icon, article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .series-title {
  color: #9B9BA4;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-top: auto;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-date.dash, article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-bottom-icon.dash, article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .series-title.dash {
  padding: 0 5px;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .flex-wrapper {
  display: flex;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-bottom-icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-bottom-icon.icon-game {
  background-image: url("../../img/icons/game-grey.svg");
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-bottom-icon.icon-podcast {
  background-image: url("../../img/icons/podcast-grey.svg");
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-bottom-icon.icon-video {
  background-image: url("../../img/icons/video-grey.svg");
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-author {
  color: #28272A;
  display: none;
  font-size: 14px;
  line-height: 17px;
}
article.node.node--view-mode-teaser .teaser-wrapper .teaser .teaser-content-wrapper .teaser-content-bottom .teaser-author .author {
  color: #9B9BA4;
  display: inline-block;
  font-weight: 600;
}
article.node.node--view-mode-teaser .video-popup {
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
article.node.node--view-mode-teaser .video-popup .field--field-media-oembed-video {
  transform: translateX(-50%);
  width: 100%;
  top: 50%;
  left: 50%;
  padding-bottom: 56.25%;
  position: relative;
}
article.node.node--view-mode-teaser .video-popup .field--field-media-oembed-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
}

@media screen and (max-width: 767px) {
  article.node.node--view-mode-teaser .teaser-wrapper {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .img-wrapper {
    margin-bottom: 15px;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-top {
    margin-bottom: 0;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-top .teaser-type {
    font-size: 12px;
    line-height: 15px;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-top .teaser-type:before {
    height: 5px;
    width: 5px;
    margin-top: 4px;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-top .teaser-title {
    font-size: 18px;
    line-height: 24px;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-top .teaser-summary {
    font-weight: 600;
    margin-bottom: 0;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-bottom .teaser-date {
    margin-bottom: 10px;
  }
  article.node.node--view-mode-teaser .teaser-wrapper a.teaser .teaser-content-wrapper .teaser-content-bottom .teaser-author {
    font-weight: 600;
  }
}

/*# sourceMappingURL=node--all-teaser.css.map */
