.mediaplayer button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mediaplayer > .media-box, .mediaplayer .media-controlsblocker,
.mediaplayer .media-pluginbox {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; 
}

.mediaplayer {
  display:none;
  font-size: 16px;
  position: relative;
  width: 100%;
  height: 222px;
  /*padding-bottom: 56.25%*/;
  /* spiegelt die allgemeinen zustaende des mediaelements wieder */ }
  .mediaplayer .mp-visible {
    visibility: visible; }
  .mediaplayer button {
    overflow: visible;
    -webkit-appearance: none;
    background: none;
    padding: 0;
    border: 0;
    font-size: inherit;
    outline: none; }
  .mediaplayer button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .mediaplayer .media-display {
    width: 100%;
    height: 100%; }
  .mediaplayer .media-display > video,
  .mediaplayer .media-display > object,
  .mediaplayer .media-display > audio {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000; }
  .mediaplayer .media-pluginbox {
    visibility: hidden; }

.mediaplayer button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mediaplayer .media-poster button {
  position: absolute;
    left: 162px;
    top: 76px;
  width: 64px;
  height: 62px;
    background: url(img/videobild-widget-sprite.png) -515px 0 no-repeat;
  cursor: pointer; }
.mediaplayer .media-poster button:hover {
    background: url(img/videobild-widget-sprite.png) -515px -64px no-repeat;
}


  .mediaplayer .media-poster {
    width: 100%;
    height: 100%; }
  .mediaplayer .media-poster {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
      background-color: #000;
  }
    .mediaplayer .media-poster img {
      display: block;
      width: 100%;
      height: auto; }
    .mediaplayer .media-poster.show-poster {
      opacity: 1;
      visibility: visible; }
  .mediaplayer .media-errorscreen {
    position: absolute;
    visibility: visible;
    border: 1px solid #d00;
    padding: 25px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    color: #d00 !important;
    background: #000000;
    font-size: 200%;
    text-align: center; }
   .mediaplayer .media-errorscreen p {
    color: #d00 !important;}
    .mediaplayer .media-errorscreen strong {
      display: block; }
    .mediaplayer .media-errorscreen small {
      display: block;
      margin: 10px 0 0;
      font-size: inherit; }
    .mediaplayer .media-errorscreen .media-errorscreen-message {
      display: block;
      margin: auto;
      width: 330px;
      max-width: 90%;
      font-size: 16px; }
    .mediaplayer .media-errorscreen .media-replay {
      display: none;
      height: 44px;
      width: 44px;
      background: none;
      border: none;
      color: #d00; }
    .mediaplayer .media-errorscreen.has-replay .media-replay {
      display: inline-block;
        width: 18px;
        height: 18px;
        background: url(img/videobild-widget-sprite.png) -805px -16px no-repeat;
        cursor: pointer;
    }
