.ardplayer-player-untertitel {
    background: url(../../../base/img/player_controls.png) no-repeat -600px -200px;
    cursor: pointer;
    float: left;
    height: 46px;
    width: 46px;
    border-right: 1px solid #284e7e;
    display: block;
}

.ardplayer-player-untertitel:hover {
    background-position: -700px -200px;
}

.ardplayer-player-untertitel-selected {
    background-position: -700px -200px;
}

.ardplayer-untertitel {
    /*bottom: 0; */
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2490;
}

.ardplayer-untertitel .ardplayer-inhalt {
    z-index: 2492;
    width: 100%;
    line-height: 1.2em;
    /*min-height: 3em;*/
    padding: 2% 0 !important;
    left: 0;
    bottom: 8px;
    position: absolute;
}

.ardplayer-untertitel .ardplayer-hintergrund {
    z-index: 2491;
    width: 100%;
    opacity: .8;
    left: 0;
    bottom: 8px;
    position: absolute;
}