html {
  height: 100%;
}

html body {
  height: 100%;
}

div#content {
  height: 100%;
}

div#p_playerContainer {
  height: 100%;
}

div.p_playerContainer {
  height: 100%;
}

/* Dieses Element wird im JavaScript, beim Resizen des Fensters editiert.
Daher muss das JavaScript entfernt oder mit "!important" überschrieben werden. */
div#p_videoContainer {
  width: 100% !important;
  height: 100% !important;
}

div#p_play_overlay {
    width: 100px !important;
    height: 120px !important;
    padding: 0 !important;
    overflow: hidden;
    width: 200px;
    top: calc(50% - 60px) !important;
    left: calc(50% - 50px) !important;
    background-position: -410px -120px !important;
}

.p_buttonRight #p_threeDSwitch ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

#p_audio_slider_percent_position{
    top:-4px !important;
}

#p_progressbar_played_position {
    top:-4px !important;
}