@-webkit-keyframes rotate-icn {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate-icn {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate-icn-back {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-icn-back {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
nav.desktop div.nav-items div.nav-item.news {
  background-color: #2A4187;
}
nav.mobile #mobile-menu-list div.news {
  background-color: #2A4187;
}
nav.mobile #mobile-menu-list div.news a {
  color: white;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body {
    background-image: none;
  }
}
.news-menu-wrapper {
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #2A4187;
  padding: 15px 15px 20px;
  margin: 0 5%;
  margin-top: -50px;
}
.news-menu-wrapper .news-menu {
  margin: 13px 10px;
  font-size: 20px;
}
.news-menu-wrapper .news-menu span {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  border-right: #ffffff solid 2px;
  font-weight: 400;
}
.news-menu-wrapper .news-menu span:last-child {
  border-right: none;
}
.news-menu-wrapper .news-menu span.active {
  color: #E264AD;
}
@media (max-width: 1024px) {
  .news-menu-wrapper {
    margin: 0;
  }
}
#news {
  background-size: contain;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 5% 20px;
  min-height: 60vh;
}
#news .news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.3333%;
  position: relative;
  margin-bottom: 18px;
}
#news .news:nth-of-type(1),
#news .news:nth-of-type(2),
#news .news:nth-of-type(3) {
  margin-top: 18px;
}
#news .news.newspost .news-pic-container:before {
  content: '';
  background-image: url(/img/young-kim-custom/badge_neuer_beitrag.png);
  background-size: 95px;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
  position: absolute;
  z-index: 1;
  bottom: -10%;
  right: 2%;
}
#news .news.video .news-pic-container:before,
#news .news.video .video_hls_player:before {
  content: '';
  background-image: url(/img/young-kim-custom/bdge_neues_video.png);
  background-size: 95px;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
  position: absolute;
  z-index: 1;
  bottom: -10%;
  right: 2%;
}
#news .news.videokommentar .news-pic-container:before,
#news .news.videokommentar .video_hls_player:before {
  content: '';
  background-image: url(/img/young-kim-custom/badge_neuer_kommentar.png);
  background-size: 95px;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
  position: absolute;
  z-index: 1;
  bottom: -10%;
  right: 2%;
}
@media (max-width: 1500px) {
  #news .news {
    width: 49%;
  }
  #news .news:nth-of-type(1),
  #news .news:nth-of-type(2) {
    margin-top: 18px;
  }
  #news .news:nth-of-type(3) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #news .news.newspost .news-pic-container:before {
    bottom: -36px;
  }
  #news .news:nth-of-type(1),
  #news .news:nth-of-type(2),
  #news .news:nth-of-type(3) {
    margin-top: 0;
  }
}
#news .news .news-pic-container {
  position: relative;
  height: auto;
}
#news .news .news-pic-container.video-done:before,
#news .news .video_hls_player.video-done:before {
  z-index: 299;
  content: '';
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  #news .news .news-pic-container.video-done:before,
  #news .news .video_hls_player.video-done:before{
    background-size: 100%;
  }
}
#news .news .news-pic-container .news-title {
  font-size: 16px;
  width: 100%;
  padding: 6px;
  color: #FFFFFF;
}
#news .news .news-pic-container > div[data-time] {
  position: relative;
}
#news .news .news-pic-container > div[data-time]:before {
  font-size: 14px;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  color: #FFF;
}
#news .news .news-pic-container .news-pic {
  position: relative;
}
#news .news .news-pic-container .news-pic img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#news .news .video_hls_player .vjs-poster {
  overflow: hidden;
}
#news .news .news-pic-container .controls,
#news .news .video_hls_player .controls {
  position: absolute;
  bottom: 6px;
  left: 8px;
  display: none;
  color: #FFFFFF;
  z-index: 1000000;
}
#news .news .news-pic-container .controls > div,
#news .news .video_hls_player .controls > div {
  font-size: 18px;
  display: inline-block;
  margin: 5px 2px;
  padding: 2px 7px;
  cursor: pointer;
  background: #f740ad;
  color: #FFF;
}
#news .news .news-pic-container .controls > div:last-of-type,
#news .news .video_hls_player .controls > div:last-of-type {
  background-color: #FFF;
  color: #6ad9cd;
  height: 30px;
  width: 30px;
}
#news .news .news-pic-container .controls > div:last-of-type .bg-fullscreen,
#news .news .video_hls_player .controls > div:last-of-type .bg-fullscreen {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 20px;
  margin: 3px -2px;
  height: 20px;
}
#news .news .news-pic-container video,
#news .news .video_hls_player video {
  width: 100%;
}
#news .news .news-pic-container video.metadata,
#news .news .video_hls_player video.metadata{
  display: inline-block;
}
#news .news .news-pic-container video.metadata ~ .news-pic,
#news .news .news-pic-container video.metadata ~ .video-preview-button,
#news .news .video_hls_player video.metadata ~ .video-preview-button {
  display: none;
}
#news .news .news-pic-container video.metadata + .controls,
#news .news .video_hls_player video.metadata + .controls {
  display: block;
}
#news .news .news-text {
  padding-bottom: 50px;
  width: 100%;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  position: relative;
}
#news .news .news-text.pd15 {
  padding: 15px;
}
#news .news .news-text .news-title {
  padding-left: 15px;
  padding-right: 108px;
  font-size: 25px;
  margin: 12px 0;
  font-weight: bold;
}
#news .news .news-text .video-kommentar {
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news .news .news-text .wider {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#news .news .news-text .wider .timestamp {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  #news .news .news-text .wider {
    font-size: 15px;
  }
}
#news .news.newspost .news-pic-container .news-info {
  display: block;
}
#news .news.newspost .news-text .video-kommentar {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  #news .news.newspost .news-text .video-kommentar {
    margin-top: 0;
  }
}
#news .news:after {
  display: block;
  content: '';
  clear: both;
}
#news .news .comment {
  font-weight: 300;
  position: relative;
  padding: 15px;
  width: 100%;
  background-color: rgba(247, 64, 173, 0.2);
}
#news .news .comment a {
  font-weight: 600;
  font-size: 20px;
}
#news .news .comment .comment-text {
  padding: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  #news .news .comment .comment-text {
    padding-left: 0;
  }
}
#news .news .comment .comment-text .author-image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/img/platzhalter_user.png');
}
#news .news .comment .comment-text .comment-text-wrapper {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  #news .news .comment .comment-text .comment-text-wrapper {
    margin-left: 0;
  }
}
#news .news .comment .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/nina-koenig-custom/nina-koenig_desktop_nina_koenig_star.png') no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  color: #2A4187;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: #2A4187;
  background: linear-gradient(90deg, #2A4187 0%, #ffffff 68%);
}
#news .news .comment .star.full {
  background-position: 0 100%;
  background: #2A4187;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
}
#news .news .comment .author {
  color: #2e2e2e;
}
#news .news .comment .author .author-image {
  width: 70px;
  height: 70px;
  background-position: center;
  border-radius: 100%;
  background-size: cover;
}
@media (max-width: 500px) {
  #news .news .comment .author .author-image {
    width: 50px;
    height: 50px;
  }
}
#news .news .comment .author a {
  color: #2e2e2e;
}
#news .news .comment.answer {
  background: #ffebf6;
}
#news .news .comment.answer .comment-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .news-breaker {
  width: 90vw;
  height: calc(17.58495146vw);
  margin: 0 0 18px;
  padding: 37px;
  background-image: url(/img/young-kim-custom/pp_youngkiml_private-videos-banner_ohne-txt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  color: white!important;
}
@media (max-width: 1024px) {
  #news .news-breaker {
    background-position: top left;
    background-image: url(/img/young-kim-custom/xx-videos-mobile-banner-ohne-text.png);
    height: calc(26.03491272vw) !important;
    padding: 5px 10px;
  }
}
@media (max-width: 1024px) {
  #news .news-breaker {
    width: 100%;
    padding: 15px;
  }
}
#news .news-breaker img {
  width: 100%;
  height: auto;
  display: block;
}
#news .news-breaker div {
  font-size: 25px;
  text-align: right;
}
@media (max-width: 1500px) {
  #news .news-breaker div {
    top: -3px;
  }
}
@media (max-width: 1024px) {
  #news .news-breaker div {
    font-size: 20px;
    right: 6px;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  #news .news-breaker div {
    font-size: 14px;
  }
}
#news .news-breaker div h4 {
  font-size: 4rem;
  font-weight: 400;
}
#news .news-breaker div h4 span.bold {
  font-weight: bold;
  color: #E264AD;
}
@media (max-width: 1500px) {
  #news .news-breaker div h4 {
    font-size: 26px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #news .news-breaker div h4 {
    margin: 3px 0;
    font-size: 32px;
    text-align: right;
  }
}
@media (max-width: 450px) {
  #news .news-breaker div h4 {
    font-size: 15px;
    background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
}
#news .news-breaker div p {
  color: #fff;
  font-size: 3rem;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  #news .news-breaker div p {
    font-size: 24px;
    margin-bottom: 6px;
    width: auto;
  }
}
@media (max-width: 450px) {
  #news .news-breaker div p {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  #news .news-breaker div p {
    padding-left: 300px;
    margin-bottom: 12px;
  }
}
#news .news-breaker div button {
  display: none;
  background-color: #6ad9cd;
  color: #2e2e2e;
  border: none;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #news .news-breaker div button {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  #news .news-breaker div button {
    font-size: 16px;
    padding: 6px 30px;
    margin-top: 0;
  }
}
#news.newspost .video,
#news.newspost .videokommentar {
  display: none;
}
#news.video .newspost,
#news.video .videokommentar {
  display: none;
}
#news.video .other-videos {
  display: block;
}
#news.videokommentar .newspost,
#news.videokommentar .video {
  display: none;
}
@media (max-width: 1024px) {
  #news {
    padding: 25px 5% !important;
  }
  #news .news {
    margin: 0;
  }
  #news .news .news-pic-container .news-pic .news-bg {
    top: 30px;
    left: initial;
    right: 30px;
    bottom: initial;
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  #news .news .news-text {
    margin-bottom: 12px;
    padding-bottom: 30px;
  }
  #news .news .news-text .comment,
  #news .news .news-text .news-title,
  #news .news .news-text .video-kommentar,
  #news .news .news-text .more {
    padding-right: 110px;
  }
  #news .news .news-text .comment .comment-text .author-image,
  #news .news .news-text .news-title .comment-text .author-image,
  #news .news .news-text .video-kommentar .comment-text .author-image,
  #news .news .news-text .more .comment-text .author-image {
    display: none;
  }
  #news .news .news-text .comment.answer,
  #news .news .news-text .news-title.answer,
  #news .news .news-text .video-kommentar.answer,
  #news .news .news-text .more.answer {
    background-color: #ffebf6;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #news .news .news-text .comment,
  #news .news .news-text .news-title,
  #news .news .news-text .video-kommentar,
  #news .news .news-text .more {
    padding-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #news .news .news-text .news-title {
    padding-right: 83px;
  }
  #news .news .news-text .more {
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  #news .news {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #news {
    padding: 0;
    box-shadow: none;
    background: none;
  }
  #news .news {
    width: 100%;
  }
  #news .news .news-pic-container .news-pic .news-bg {
    top: 30px;
    left: initial;
    right: 30px;
    bottom: initial;
  }
  #news .news .news-text .comment.answer,
  #news .news .news-text .news-title.answer,
  #news .news .news-text .video-kommentar.answer,
  #news .news .news-text .more.answer {
    background-color: #ffebf6;
  }
  #news .news .news-text .comment .comment-text .comment_rating .author {
    font-size: 16px;
  }
  #news .news .news-text .comment .comment-text .comment_rating .author .author-image {
    width: 50px;
    height: 50px;
  }
  #news .news .news-text .comment .comment-text .comment_rating .stars .star {
    width: 15px;
    height: 15px;
  }
  #news .news .news-text .comment .comment-text .author_message {
    font-size: 16px;
  }
  #news .news .news-text .news-title {
    font-size: 20px;
  }
  #news .news .news-text .video-kommentar {
    font-size: 16px;
  }
}
.video-preview-button {
  font-size: 19px;
  position: absolute;
  z-index: 888;
  bottom: 5px;
  left: 0px;
  display: block;
  margin: auto;
  padding: 5px 10px 5px 0;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-preview-button .preview-time {
  background-color: #2e2e2e;
  padding: 2px 5px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.video-preview-button .preview-time .preview-time-display {
  background-color: #f740ad;
  position: absolute;
  left: 154px;
  top: -25px;
  width: 59px;
  padding: 0 3px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .video-preview-button .preview-time .preview-time-display {
    font-size: 17px;
    width: 55px;
  }
}
.video-preview-button .play-icon {
  background-color: #2e2e2e;
  color: #f740ad;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: middle;
  line-height: 32px;
}
.video-preview-button:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video-preview-button {
    padding: 0;
    left: 0;
    bottom: 14px;
    z-index: 1;
  }
}
.news-pic-container {
  position: relative;
  border-bottom: 6px solid #2680EB;
}
@media (max-width: 1024px) {
  .news-pic-container {
    border-bottom: 6px solid #2680EB;
  }
}
.news-pic-container .news-info {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.news-pic-container .news-info .news-type {
  display: block;
  position: relative;
  color: #f740ad;
  font-size: 25px;
  padding-left: 10px;
  z-index: 5;
  width: 200px;
}
.news-pic-container .news-info .news-type:after {
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.news-pic-container .news-info .news-title {
  font-size: 25px;
  padding: 15px 62px 15px 15px;
}
.news-bg {
  margin: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.comment {
  background: #fff;
}
.comment .comment-text .author a {
  color: #2e2e2e;
}
.comment .comment-text .author_message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #2e2e2e;
}
.comment .comment-text .author_message span a {
  color: #2e2e2e;
}
.comment .comment-text .author_message q {
  color: #2e2e2e;
}
.answer .comment-text .author_message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
  width: 100%;
  color: #2e2e2e;
}
.answer .comment-text .author_message span a {
  color: #2e2e2e;
}
.answer .comment-text .author_message a {
  color: #2e2e2e;
}
.comment_rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.comment_rating .author {
  margin-right: 15px;
  font-size: 16px;
}
.other-videos {
  display: none;
  width: 90vw;
  height: calc(17.58495146vw);
  margin: 30px 0;
  background-image: url(/img/young-kim-custom/pp_youngkiml_private-videos-banner_ohne-txt.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 37px;
  font-size: 25px;
  color: white!important;
}
@media (max-width: 1024px) {
  .other-videos {
    background-position: top left;
    background-image: url(/img/young-kim-custom/xx-videos-mobile-banner-ohne-text.png);
    height: calc(26.03491272vw) !important;
    padding: 5px 10px;
  }
}
.other-videos h4 {
  font-size: 35px;
}
.other-videos .bold {
  font-weight: bold;
  color: #f740ad;
}
.other-videos p {
  color: #FFF;
  width: 400px;
}
.other-videos .btn-green {
  padding: 15px 30px;
  font-size: 20px;
  margin-top: 20px;
}
.more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 15px;
  color: #E264AD;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: bold;
}
.news-menu-wrapper-mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .news-menu-wrapper-mobile {
    padding: 0 15.4% 12px;
    background-color: unset;
  }
}
.news-menu-wrapper-mobile .headline {
  color: #FFFFFF;
  font-size: 26px;
  text-align: left;
  width: 90%;
  margin: 15px auto;
  background-color: #2A4187;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .news-menu-wrapper-mobile .headline {
    font-size: 26px;
  }
}
.submenu {
  position: relative;
}
@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .submenu.mobile-news-menu {
    margin-left: 35px;
  }
}
.submenu ul {
  z-index: 100;
  padding-left: 5px;
  width: 100%;
  padding-left: 0;
}
.submenu ul li {
  color: #FFF;
  display: inline;
  list-style-type: none;
  font-size: 20px;
  margin: 2px 0;
  width: 25%;
  padding: 0 5px;
  border-right: 1px solid #FFF;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .submenu ul li {
    font-size: 1.7rem;
  }
}
.submenu ul li.active {
  color: #E264AD;
}
.submenu ul li:last-child {
  border-right: none;
}
@media (min-width: 1025px) {
  .desktop-hidden {
    display: none;
  }
}
@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .desktop-hidden {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mobile-hidden {
    display: none;
  }
}
@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-hidden {
    display: none;
  }
}
#news .news .news-pic-container video.metadata + .controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rotate-icn {
  -webkit-animation: rotate-icn 100ms forwards;
          animation: rotate-icn 100ms forwards;
}
.rotate-icn-back {
  -webkit-animation: rotate-icn 100ms forwards;
          animation: rotate-icn 100ms forwards;
}
.big7-videoplayer video {
  position: relative;
}
.big7-videoplayer .video-controls {
  display: none;
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls {
    bottom: 60px;
  }
}
.big7-videoplayer.fullscreen .video-controls {
  display: block;
}
