/* Download-Button ausblenden */

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/* Hotfix Suggest-Box unter Balken in Bühne */

#searchbox_result { z-index:5000; }


div.teaserbox.layoutbuehne_1_1_white div.boxhead ul.boxlinklist {
    background-image: -moz-linear-gradient(center top , #e6e6e4 0%, #b1b1b1 80%);
    border-color: #b1b1b1;
    border-radius: 3px;
    font-size: 11px;
    line-height: 18px;
    right: 0;
}
div.teaserbox.layoutbuehne_1_1_white div.boxhead ul.boxlinklist li {
    background-image: url("/rad/grafik/icons/btn-boxlink-plist_black.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 25px;
    padding-right: 15px;
}

/* Hotfix Videolivestream */

div.containerCenter div.teaserbox.videolivestream {
    padding-top: 0;
}
div.videolivestream .playerfoot {
    background-color: #2c2d2f !important;
    height: 0 !important;
    padding-bottom: 20px;
}
div.videolivestream .videoplayer .caption {
    background: 0 !important;
}