* {
	margin: 0;
	padding: 0;
}
html {
	background: url("images/html_fon.jpg") no-repeat fixed center 0 #000000;
	height: 100%;
}
body {
	background: url("images/bg_fon.jpg") no-repeat scroll center -400px transparent;
    font: 12px/18px Arial,Tahoma,Verdana,sans-serif;
    height: 100%;
    position: relative;
    width: 100%;
}
.wrap{
	left: calc(50% - 255px);
    top: calc(50% - 170px);
    position: absolute; 
    width: 510px; 
    display: flex;
    /*align-items: center;*/
    max-width: 510px;
    flex-direction: column;
}
div#metadata{
    clear: both; 
    color: #FFF;
    padding: 4px;
}
.logo{
    float: left;
    margin: 0 20px 0 0;
}
.logo img{
}
.logo span{
    clear: both;
    color: #303030;
    float: left;
    font: 12px/15px arial;
    letter-spacing: 1px;
    margin-top: 5px;
}
.content{
	color: #FFFFFF;
    float: left;
    font: 12px/15px arial;
    padding: 4px;
    width: 100%;
}
.content .center{
	/*float: right;*/
    /* padding-left: 90px; */
    width: 310px;
}
.wrap .content span{
    width: 100%;
    display: block;
    float: none;
}
.content label{
	float: left;
    font-weight: bold; 
    min-width: 70px;
    margin-bottom: 4px;
}
#last_songs {
    clear: both;
}
.last_song {
    width: calc(100% - 225px); 
    color: white;
    margin-right: 10px;
}
.treck{
    background: url("images/ico_2.png") no-repeat scroll left 0 transparent;
    /*float: left;*/
    display: block;
    margin-bottom: 5px;
    padding-left: 5px;
    width: 395px;
}
.treck span{
    background: url("images/ico_3.png") no-repeat scroll right 0 transparent;
    color: #FFFFFF;
    display: block;
    font: 12px/20px arial;
    height: 20px;
    overflow: hidden;
    padding: 0 5px 0 0;
    text-align: center;
    width: 390px;
}
@media (max-width:768px) {


  .logo{
    float: none;
    margin: 0 auto;
    width: 110px;

  }
  .logo img {
      width: 100%;
      height: auto;
  }
  .content {
      padding: 0px;
      width: 100%; 
  }
  .content label {
      float: none;
      width: 90%;
  }
  .wrap{
      margin: 0 auto;
      padding-top: 50px;
      position: relative;
      width: auto;
      left: 0;
      padding: 15px;
  }
  .content .center {
      width: 100%!important;
      float: none;
      padding: 0; 
      margin: 0 auto;
  }
  .content .center span {
       width: 100%!important;
       font-size: 16px;
       text-align: center;
       margin-bottom: 15px;
  }
  #metadata {
      text-align: center;
      font-size: 16px;
      margin-bottom: 10px;
  }
  #playertakt{
      width: auto!important;
      margin: 0;
      padding: 0;
  }
  #playertakt {
      /*width: 400px !important;*/
      /*margin: 0 auto !important;*/
  }
  #mpl {
      width: 100%!important;
  }
  .treck {
      width: 100%;
  }
  .treck span {
      width: 100%;
  }
  .content label {
      width: 100%;
      float: none;
      text-align: center;
      font-size: 21px;
      display: block;
      margin: 20px 0 20px 0;
  }
}

/**/
#playertakt {
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.18);
    padding: 5px;
}
.box_button{
    margin-right: 20px;
}
.box_button #pause_button,
.box_button #play_button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: black;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0 0 20px 1px rgba(9, 13, 16, 0.73);
    outline: none !important;
    cursor: pointer;
}
.box_button #pause_button {
    background-image:  url("images/pause2.svg");
}
.box_button #play_button {
    background-image:  url("images/play2.svg");
}
#giz_player_wrapper{
    display: flex;
    align-items: center;  
}
.box_volume {
    display: flex;
    align-items: center;  
}
#volume_wrapper {
    height: 3px;
    /*width: 51px;*/
    /*background: rgba(255, 255, 255, 0.48);*/
    margin: 6px; 
}
.volume_form {
	margin-right: 12px;
	width: 70px;
}
#volume_line{
    height: 3px;
    background: #fff;
    font-size: 0;
    display: none;
}
.box_volume #volume_plus,
.box_volume #volume_minus {
    width: 25px;
    height: 25px;
    font-size: 0;
    border-radius: 50%;
    position: relative;
    outline: none !important;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#394348+0,201d23+100 */
    background: #394348; /* Old browsers */
    background: -moz-linear-gradient(top,  #394348 0%, #201d23 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #394348 0%,#201d23 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #394348 0%,#201d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394348', endColorstr='#201d23',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 20px 1px rgba(9, 13, 16, 0.73);
    border: none;

}
.box_volume #volume_plus:after,
.box_volume #volume_minus:after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% -  10px);
    left: calc(50% -  10px);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;

}
.box_volume #volume_plus:after {
    background-image:  url("images/volume-2.svg");
}
.box_volume #volume_minus:after {
    background-image:  url("images/volume-1.svg");
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  background: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
      background: #dadada;
  border-radius: 0;
  border: 0.2px solid rgba(13, 13, 13, 0.1);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #394348;
    background: -moz-linear-gradient(top, #394348 0%, #201d23 100%);
    background: -webkit-linear-gradient(top, #394348 0%,#201d23 100%);
    background: linear-gradient(to bottom, #394348 0%,#201d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394348', endColorstr='#201d23',GradientType=0 );
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c1c1c1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
      background: #dadada;
  border-radius: 0;
  border: 0.2px solid rgba(13, 13, 13, 0.1);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #394348;
    background: -moz-linear-gradient(top, #394348 0%, #201d23 100%);
    background: -webkit-linear-gradient(top, #394348 0%,#201d23 100%);
    background: linear-gradient(to bottom, #394348 0%,#201d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394348', endColorstr='#201d23',GradientType=0 );
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid rgba(13, 13, 13, 0.1);
  border-radius: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
}
input[type=range]::-ms-fill-upper {
      background: #dadada;
  border: 0.2px solid rgba(13, 13, 13, 0.1);
  border-radius: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66), 0px 0px 1px rgba(13, 13, 13, 0.44);
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #394348;
    background: -moz-linear-gradient(top, #394348 0%, #201d23 100%);
    background: -webkit-linear-gradient(top, #394348 0%,#201d23 100%);
    background: linear-gradient(to bottom, #394348 0%,#201d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394348', endColorstr='#201d23',GradientType=0 );
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
      background: #dadada;
}
input[type=range]:focus::-ms-fill-upper {
  background: #c1c1c1;
}