
body   { 
  background-image: url("https://radio-soundblitz.de/grafiken/player-background-center-1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
	background-color: #333333 ; 
	color: rgb(243, 243, 243);
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-top: 0;
  margin-left: 0;
}


audio::-webkit-media-controls-panel {
  background-color: #b20400;
  border: solid 1px;
}

audio::-webkit-media-controls-play-button {
  background-color: #ffffff;
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

audio::-webkit-media-controls-current-time-display {
  color: rgb(255, 255, 255);
}

audio::-webkit-media-controls-time-remaining-display {
  color: rgb(255, 255, 255);
}

audio::-webkit-media-controls-timeline {
  background-color: #ffffff;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

audio::-webkit-media-controls-volume-slider {
  background-color: #ffffff;
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}


 
  
