@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

#medien_beschreibung
{

      text-align: center;
      color: #123456;
      font-style: italic;
      font-weight: bold;
      font-size: 14px;

}

#site_text_top_klein {
       margin-top: 40px;
       padding-left: 25%;
       font-size: 25px;
       font-family: 'Sriracha', cursive;
       color: white;
       text-shadow: 2px 2px 5px red;
       background: #08088A;
}


#auflistung_staffel
{

      text-align: center;
      font-weight: bold;
      font-size: 16px;
      text-shadow: 1px 1px 1px #81BEF7;

}

#liste 
{
       width: 880px;
       overflow:hidden;
       position: relative; 
}

#txt_playliste
{
      margin-left: 100px;
      width: 550px;
      height: 20px;
      font-style: italic;
      font-weight: bold;
      font-size: 12px;
      color: #000080;
      background-color: #EFFBFB;

}

#txt_visited
{ 
      margin-top: -20px;
      margin-left: 630px;
      width: 150px;
      height: 20px;
      font-style: italic;
      font-weight: bold;
      font-size: 12px;
      color: #000080;
      background-color: #EFFBFB;

}


#play_icon
{
      margin-top: -20px;
      margin-left: 750px;
      height: 20px;
      width: 20px;
}

#center
{
text-align:center; 
}

#movie_bg {
       margin-top: 20px;
       font-size: 30px;
       font-family: 'Sriracha', cursive;
       color: #FF8000;
       text-shadow: 2px 2px 2px blue; 
       height: 80px;
       background: url(../template/img/filme_bg.png) no-repeat center top;	

}

