body.no-scroll {
    overflow: hidden;
}
.ss .bulaheute-kompakt-front {
    display: table;
    background-color: #f3f4f8;
    margin-top: 5px;
    width: 619px;
}
.ss .bulaheute-kompakt-front:hover {
    text-decoration: none;
}
.ss .bulaheute-kompakt-front .row {
    display: table-row;
}
.ss .bulaheute-kompakt-front .cell {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.ss .bulaheute-kompakt-front h1 {
    width: 156px;
    text-align: right;
    text-transform: uppercase;
    font-family: "ORF ON Condensed SC";
    font-weight: 500;
    font-size: 15px;
}
.ss .bulaheute-kompakt-front.nhkompakt h1 {
    color: #002777;
}
.ss .bulaheute-kompakt-front.vbghkompakt h1,
.ss .bulaheute-kompakt-front.ooek h1,
.ss .bulaheute-kompakt-front.ktnhkompakt h1,
.ss .bulaheute-kompakt-front.thkompakt h1,
.ss .bulaheute-kompakt-front.sthkompakt h1 {
    color: #bc1716;
}
.ss .bulaheute-kompakt-front h1 span {
    color: black;
}
.ss .bulaheute-kompakt-front h1:after {
    content: '\25b6';
    color: black;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 5px;
}
.ss .bulaheute-kompakt-front h2 {
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 17px;
}


/** mobile **/

.ss.mobile .bulaheute-kompakt-front {
    padding: 7px;
    width: 100%;
}
.ss.mobile .bulaheute-kompakt-front h1 {
    font-size: 1.0625rem;
    text-align: left;
    width: inherit;
    margin-bottom: 2px;
}
.ss.mobile .bulaheute-kompakt-front h2 {
    font-family: "ORF ON Condensed",sans-serif;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    width: inherit;
    padding-left: 0;
}


/** mobile video player overlay **/

.ss.mobile .bulaheute-kompakt-overlay {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 100;
    background-color: black;
}
.ss.mobile .bulaheute-kompakt-overlay .video-container.oonmedia-video {
    width: 100% !important;
    height: 100% !important;
}
/** remove this if video is wrongly scaled */
.ss.mobile .bulaheute-kompakt-overlay .oonmedia-video-container {
    width: 100% !important;
    height: 100% !important;
}
.ss.mobile .bulaheute-kompakt-overlay .video-container video {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ss.mobile .bulaheute-kompakt-overlay .close-button {
    font-family: "ORF ON Condensed SC";
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    background-color: rgba(255,255,255,0.5);
    border: none;
    border-radius: 3px;
    font-weight: bold;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 20px;
}
.ss.mobile .bulaheute-kompakt-overlay .close-button:hover {
    background-color: white;
}
.ss.mobile .bulaheute-kompakt-overlay .oonmedia-video .oonmedia-playbutton {
    width: 70px;
    height: 70px;
}
/* hides fullscreen button on ios 8 */
.ss.mobile .bulaheute-kompakt-overlay video::-webkit-media-controls-fullscreen-button {
   display: none;
}
.ss.mobile .bulaheute-kompakt-video.video-container .unavailable {
    border: 1px solid #dededf;
    color: #999;
    background-color: #f4f4f5;
    padding: 4px;
    margin: 20px 10px;
}


/** story styling **/

.bulaheute-kompakt.video-container {
    margin-bottom: 20px;
}