/*$font-family-regular: 'Mulish-Regular', Arial, Helvetica, sans-serif;
 $font-family-semi-bold: 'Mulish-SemiBold', Arial, Helvetica, sans-serif;
 $font-family-bold: 'Mulish-Bold', Arial, Helvetica, sans-serif;*/
.container-normal-width {
  max-width: 1366px;
  padding: 0 20px;
  margin: auto;
}
.container-normal-width * {
  max-width: 956px;
}
/*.ctype-textmedia {
 .text-container {
 //background-color: #00000000;
 z-index: 2;
 &::before {
 content: "";
 //background-color: #96b522;
 //mix-blend-mode: multiply;
 z-index: -1;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 //width: 100%;
 }
 }
 }*/
.news .news-list-view .article .left-col .news-img-wrap .video-overlay {
  background-color: #00000000;
}
.news .news-list-view .article .left-col .news-img-wrap .video-overlay h3 {
  color: #FFF;
  position: absolute;
  z-index: 2;
  padding-right: 20px;
}
.news .news-list-view .article .left-col .news-img-wrap .video-overlay::before {
  content: "";
  background-color: #96B522;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/*# sourceMappingURL=/typo3temp/mk_scss/temporary.scss-070aa320.css.map */