@-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-items .news {
  border-bottom: 7px solid #d34996;
  margin-top: 7px;
}
nav.mobile #mobile-menu-list div.news a {
  color: #d34996;
}
#content-wrapper {
  background-position-y: 120px;
}
.news-menu-wrapper {
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -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: #db6daa;
  padding: 5px 15px 10px;
  margin: 0 16.66%;
  margin-top: 30px;
}
.news-menu-wrapper .news-menu {
  margin: 0 10px;
  font-size: 20px;
}
.news-menu-wrapper .news-menu span {
  cursor: pointer;
  padding-left: 30px;
}
.news-menu-wrapper .news-menu span.active {
  font-weight: bold;
}
@media (max-width: 1500px) {
  .news-menu-wrapper {
    margin: 0 8.33%;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .news-menu-wrapper {
    margin: 0;
  }
}
#news {
  background: url('/img/bg.jpg') no-repeat;
  background-color: #ff99ff;
  box-shadow: inset 0 0 0 5000px rgba(0, 0, 0, 0.8);
  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 16.66%;
  padding-bottom: 25px;
  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: 48%;
  margin: 30px 0;
  background-color: #FFF;
  position: relative;
}
#news .news.newspost:before {
  content: '';
  background-image: url(/img/neuer_beitrag_b.png);
  background-size: 75px;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 10;
  bottom: -44px;
  right: 15px;
}
#news .news.video:before {
  content: '';
  background-image: url(/img/neues_video_b.png);
  background-size: 75px;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 10;
  bottom: -44px;
  right: 15px;
}
#news .news.videokommentar:before {
  content: '';
  background-image: url(/img/neuer_kommentar_b.png);
  background-size: 75px;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 10;
  bottom: -44px;
  right: 15px;
}
#news .news .news-pic-container {
  position: relative;
}
#news .news .news-pic-container.video-done:before,
#news .news .video_hls_player.video-done:before {
  z-index: 999;
  content: '';
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('/img/video_overlay.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #news .news .news-pic-container.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;
  content: attr(data-time);
  color: #FFF;
}
#news .news .news-pic-container .news-pic {
  position: relative;
}
#news .news .news-pic-container .news-pic img {
  width: 100%;
}

#news .news .video_hls_player .vjs-poster {
  overflow: hidden;
}

#news .news .news-pic-container .controls,
#news .news .video_hls_player .controls {
  position: absolute;
  bottom: 35px;
  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: #62bc7c;
  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: #62bc7c;
  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-image: url('/img/fullscreen_icon_green.png');
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 20px;
  margin: 4px -1px;
  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 {
  margin-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;
}
#news .news .news-text.pd15 {
  padding: 15px;
}
#news .news .news-text .news-title {
  padding-left: 15px;
  font-size: 25px;
}
#news .news .news-text .video-kommentar {
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news .news.newspost .news-pic-container .news-info {
  display: block;
}
#news .news:after {
  display: block;
  content: '';
  clear: both;
}
#news .news .comment {
  font-weight: 300;
  position: relative;
  padding: 15px;
  width: 100%;
}
#news .news .comment a {
  font-weight: 400;
}
#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/sterne_sprite.png') no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#news .news .comment .star.full {
  background-position: 0 100%;
}
#news .news .comment .author {
  color: #333333;
}
#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: #333333;
}
#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.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: 1500px) {
  #news {
    padding: 0 8.33%;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  #news {
    padding: 0;
    box-shadow: none;
    background: none;
    padding-bottom: 25px;
  }
  #news .news {
    margin: 0px 0 50px;
    background-color: #e2e2e2;
  }
  #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 {
    background-color: #e2e2e2;
  }
  #news .news .news-text .comment,
  #news .news .news-text .news-title,
  #news .news .news-text .video-kommentar,
  #news .news .news-text .more {
    background-color: #e2e2e2;
  }
  #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: 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,
  #news .news .news-text .news-title,
  #news .news .news-text .video-kommentar,
  #news .news .news-text .more {
    background-color: #e2e2e2;
  }
  #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;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-preview-button .preview-time {
  background-color: #62bc7c;
  padding: 2px 5px;
  line-height: 30px;
}
.video-preview-button .play-icon {
  background-color: #FFF;
  color: #62bc7c;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: middle;
  line-height: 32px;
}
.video-preview-button:hover {
  cursor: pointer;
}
@media (max-width: 900px) {
  .video-preview-button {
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .video-preview-button .preview-time {
    width: 100%;
  }
}
.news-pic-container {
  position: relative;
  border-bottom: 3px solid #cd4e9b;
}
.news-pic-container .news-info {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.news-pic-container .news-info .news-type {
  display: block;
  position: relative;
  color: #d34996;
  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;
}
.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: #000;
}
.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: #000;
}
.comment .comment-text .author_message span a {
  color: #000;
}
.comment .comment-text .author_message q {
  color: #000;
}
.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: #000;
}
.answer .comment-text .author_message span a {
  color: #000;
}
.answer .comment-text .author_message q {
  color: #000;
}
.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;
}
.other-videos {
  display: none;
  width: 100%;
  margin: 30px 0;
  background-image: url('/img/NewsStoerer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 37px;
  font-size: 25px;
}
.other-videos h4 {
  color: #d34996;
  font-size: 35px;
}
.other-videos .bold {
  font-weight: bold;
}
.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: #d05598;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.news-menu-wrapper-mobile {
  background-color: #333333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-menu-wrapper-mobile .headline {
  color: #d34996;
  font-size: 26px;
}
@media (max-width: 450px) {
  .news-menu-wrapper-mobile .headline {
    font-size: 20px;
  }
}
.submenu {
  position: relative;
}
.submenu .mobile-news-menu {
  width: 245px;
}
.submenu .mobile-news-menu .active-item {
  color: #000;
  background-color: #FFF;
  width: 80%;
  font-size: 26px;
  padding: 0px 10px;
  display: inline-block;
  text-align: center;
}
.submenu ul {
  z-index: 100;
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #FFF;
  padding-left: 5px;
  width: 100%;
  padding-left: 0;
}
.submenu ul li {
  display: block;
  color: #FFF;
  list-style-type: none;
  font-size: 26px;
  margin: 2px 0;
  background-color: #C3C3C4;
  color: #000;
  width: calc("100% - 5px");
  margin-left: 2.5px;
  padding-left: 5px;
}
.submenu .open {
  background-color: #d44e95;
  display: inline-block;
  width: 20%;
  font-size: 26px;
  text-align: center;
  color: #FFF;
}
.submenu .open i {
  font-size: 35px;
}
@media (max-width: 425px) {
  .submenu .mobile-news-menu {
    background-color: #FFF;
    position: relative;
    width: 180px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .submenu .mobile-news-menu .active-item {
    width: 80%;
    font-size: 19px;
  }
  .submenu ul {
    top: 34px;
    left: 0;
    padding-left: 5px;
    width: 100%;
  }
  .submenu ul li {
    width: 100%;
    font-size: 22px;
    margin-left: -2.5px;
  }
  .submenu .open {
    background-color: #d44e95;
    display: inline-block;
    width: 20%;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }
}
@media (min-width: 1025px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 1024px) {
  .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;
}
