﻿#id_player_container{position:relative;width:630px;height:475px;background-image:url("../images/viewer_hintergrund.png")}


.strichanimation {
    /*stroke: #000;
    stroke-width: 10;
	stroke-opacity: 1;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
	animation-duration: 5s;*/
    animation-name: draw;
    animation-fill-mode: forwards; // Stay on the last frame
    animation-iteration-count: 1; // Run only once
    animation-timing-function: linear;
  }
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

#player_anzeigen_02 {font-size: 14px;font-family: "serif", "arial"}