/* Flowplayer modifications with classes, 2015, Olaf Craasmann, Traumflieger Photografics */
   .tf_mod_flow.flowplayer {width:535px;}
   .tf_mod_flow.flowplayer {background-image: url("./skin/img/video_starten.jpg");}
   .tf_mod_flow.flowplayer.is-mouseover .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
   .tf_mod_flow.flowplayer.is-mouseover .fp-timeline{margin:0 !important}
   .tf_mod_flow.flowplayer.is-mouseover .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:0px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
   .tf_mod_flow.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:0px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
   .tf_mod_flow.flowplayer .fp-ui, .tf_mod_flow.is-paused.flowplayer .fp-ui {background: none;}
   .tf_mod .flowplayer .fp-logo {display: block; opacity: 0.6;}
   .tf_mod .tf_mod_div{width:120px;height:30px;text-align:center;text-decoration:underline;padding-top:5px;background:#000000;opacity: 0.6;font-family:Arial;font-size:20px;color:#FFBB55;}
   .tf_mod .tf_mod_div:hover{opacity: 1;}