#thePlayer{
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: 1px solid #dedede;
	width: 180px;
	-webkit-border-radius: 3px;
	border-radius: 5px;

	/* background-color: radial-gradient (circle farthest-corner at 200px 100px, white, silver); */

}

.playerBox{
	width: 180px;
}

#playhistory{
	margin: 5px 0px 1px 0px;
	display: flex;
	flex-direction: row;
	background-color: rgba(200,200,200,0);
	border-radius: 5px;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
	width: 180px;
	padding: 0px;
}

.histCover{
	top: 20px;
    position: relative;
	background-color: #555;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: -15px 7px 5px 7px;
	background-size: 105%;
    background-position: 50%;

}

div.jp-jplayer {
	/* position: absolute; */
	width: 0px;
	height: 0px;

}

#jp_audio_0 {
	width: 100px;
}

#d-player{
	position: relative;
	overflow: hidden;
	height: 253px;
	width: 180px;
	top: -30px;
}

.betterview{
/* background: rgba(60,60,60,0.65); */
position: absolute;
z-index: 3;
}


#viewunten{

top: 0px;
width: 180px;
height: 300px;

}

#viewoben{
/* background: rgba(20,20,20,0.5); */
top: 125px;
width: 180px;
height: 60px;

}

#viewlight{
/* background: rgba(200,200,200,0.5); */
top: 185px;
width: 180px;
height: 60px;

}


#d-playermore{
	position: relative;
	overflow: hidden;
	width: 180px;
}

#d-playermorelabel{
	position: relative;
	overflow: hidden;
	width: 180px;
}

#d-playermorenav{
	position: absolute;
	top: 216px;
	left: 55px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	padding: 10px 0px;
	z-index: 101;
}


#jp_poster_0 {
	position: absolute;
	z-index: 200;
	width: 97px !important;
	height: 97px !important;

	top: 15px;
	left: 40px;
	border-radius: 50%;
	border: 0px solid #666;
	    -webkit-transition: 0.2s;
}
.doPause{
	/* border-radius: 5% !important; */

}



#touchPlay, #touchPause {
	position: absolute;
	z-index: 201;
	top: 11px;
	left: 36px !important;
	padding: 5px;
	width: 105px;
	height: 105px;
	cursor: pointer;
	opacity: 0.8;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}


.jp_play, .jp_pause {
	position: absolute;
	top: 9px;
	left: 2px;
	z-index: 101;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 0px solid #202223;
	opacity: 1;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	opacity: 0.6;

}


.img-play {
    width: 15px;
}

.img-pause {
    width: 15px;
}



.jp_play:hover, .jp_pause:hover, #jp_plnext:hover, #jp_plprev:hover, #jp_plskip:hover, #jp_plrewind:hover{
	opacity: 0.4;
	cursor: pointer;


}

#jp_plskip, #jp_plrewind {

	visibility: hidden;
}


#jp_ArtistTitel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -14px;
    left: 0px;
    width: 100%;
    height: 50px;
		font-size: 0.8em;
    /* margin-left: 10px; */
   /* font-size: 1em; */
    text-align: left;
   /* line-height: 17px; */
    padding: 5px;
}

#jp_ArtistTitel:hover{
	cursor: pointer;
}

#jp_buy {
	position: relative;
	z-index: 101;
	width: 100%;
	height: 50px;
	top: -14px;
	/* margin-left: 10px; */
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: right;
	padding: 11px 10px 0px 0px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 30px;
}

#jp_buy:hover {
	cursor: pointer;
}
/*
.inBasket#jp_buy {
	background-color: rgba(50, 140, 150, 0.5);
	25C9
}
*/
.inBasket#jp_buy::before {
    /* background-color: rgba(50, 140, 150, 0.5); */
	content: "\2B24";
    left: 41px;
    top: 22px;
    position: absolute;
    font-size: 0.85em;
}

#jp_info {
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	width: 180px;
	border: 0px;
	cursor: hand;
	text-align: left;
	padding: 8px 4px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333333;
	/* background:linear-gradient(rgba(20,20,20,0.7) 20%, rgba(20,20,20,0.0));*/

}

#jp_info:hover {
	/* background:linear-gradient(rgba(20,20,20,0.9) 20%, rgba(20,20,20,0.0));*/
	cursor: pointer;
}


#jp_vinyl_overlay {
	position: absolute;
	z-index: 100;
	width: 180px;
	height: 300px;
	background-attachment: fixed;
	/* background: url(../../gfx/navi/leftmenue/player-bg1.png) no-repeat;*/
}

.cropIMG {
	position: relative;
	z-index: 1;
	top: 0px;
	width: 180px;
	height: 320px;
	overflow: hidden;
}

#jp_vinyl_bg {
	display: block;
	z-index: 1;
	margin-top: -10px;
	margin-left: -10px;
	width: 200px;
	height: 340px;
	background-attachment: fixed;
	background: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-filter: blur(2px);
    filter: blur(2px);
}



#jp_plprev {
    position: absolute;
    z-index: 101;
    top: 0px;
    cursor: pointer;
    opacity: 0.9;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50% 50%;
}

.img-plnext{
	width: 16px;
	margin-right: 12px;
}

.img-plprev{
	width: 16px;
	margin-left: 8px;
}


#jp_plnext {
    position: absolute;
    z-index: 101;
    right: 0px;
    top: 0px;
    cursor: pointer;
    opacity: 0.9;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50% 50%;
}

#jp_bpmbox {
    position: absolute;
    z-index: 101;
    top: 7px;
    right: 23px;
    width: 60px;
    font-size: 0.85em;
    text-align: right;
    font-weight: 300;
    /* color: #a0a0a0; */
}

#jp_tracknr {
	position: absolute;
    z-index: 102;
    top: 224px;
    left: 40px;
    width: 60px;
    font-size: 0.65em;
    text-align: center;
    font-weight: 300;
    opacity: 0.6;

}

#wav_container{
	position: absolute;
	z-index: 101;
	top: 130px;
	left: 0px;
	width: 100%;
}

#jp_label {
	position: absolute;
	z-index: 101;
	top: 170px;
	left: 45px;
	width: 100px;
	text-align: center;
	font-size: 0.8em;

	line-height: 1.0em;
}



#jp_trackpos {
	position: absolute;
    z-index: 501;
    top: 250px;
    left: 5px;
    /* padding-left: 25px; */
    width: 30px;
    height: 18px;
    padding-top: 0px;
    font-size: 0.7em;
    text-align: center;
    font-weight: 400;
}

#jp_trackrpm {
	position: absolute;
	z-index: 101;
	top: 110px;
	right: 40px;
	width: 18px;
	height: 18px;
	padding-top: 0px;
	color: #B0B0B0;

	font-family: Roboto Condensed, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-weight: 400;
	text-shadow: 1px 1px 1px #333333;
	/* background: rgba(150,150,130,0.35); */
	/* border: 1px solid rgba(150,150,130,0.45); */
	/* text-shadow: 1px 1px 1px #ddd;*/
	/* -webkit-border-radius: 18px; */
	/* -moz-border-radius: 18px; */
	/* border-radius: 18px; */
}

#jp_track {
	display: flex;
    align-items: flex-start;
    position: absolute;
    z-index: 101;
    top: 250px;
    left: 30px;
    width: 145px;
    height: 13px;
   /* padding: 5px 10px; */
    line-height: 1.0em;
    overflow: hidden;
    border: 0px solid #ff0000;
    text-align: left;
    font-size: 0.75em;
}


#jp_track span {
	border: 0px solid #ffffff;
}

#jp_time {
	position: relative;
	left: 5px;
	top: 165px;
	width: 128px;
	visibility: hidden;

	color: #FFFFFF;
	font-family: Roboto Condensed, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;

	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
}


#t-title, #t-artist, #t-label {
	display: inline-block;
	width: 170px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	line-height: 1.0em;
	text-align: left;
	height: 1.4em;
	margin: 0px;
	padding: 0 5px;
}

#t-artist{

    padding: 3px 0 3px 25px;
    font-weight: 600;
    /*
    padding-left: 25px;
    position: absolute;
    top: 29px;
    */
}

span#t-title {
    /* position: absolute;
    top: 49px;
    */
    padding-top: 3px;
}

#t-label{
	display: none;
}

.WaveNPitch { /* container */
	position: absolute;
	z-index: 101;
	top: 179px;
	left: 5px;
	width: 170px;
	min-height: 50px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #444;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 300;
	font-size: 12px;
	/* background-color: #202223; */
	color: #fff;
	text-align: center;
	line-height: 17px;
	padding-top: 11px;
}

.jp_progress_div { /* child */
	position: absolute;
	z-index: 100;

	top: 10px;
	height: 50px;
	width: 170px;
}

#waveform_clickme { /* child */
	position: absolute;
	z-index: 510;
	border: 0px solid #ff0000;
	top: 188px;
	left: 5px;
	height: 34px;
	width: 170px;

	cursor: pointer;
}

#just-a-slider { /* child */
	position: absolute;
	z-index: 101;
	top: 60px;
	height: 22px;
	width: 160px;

	border-top: 1px solid rgba(150,150,130,0.25);
}

#t-price{
	line-height: 1.0em;
	font-size: 1.25em;
}
#t-pricenetto{
	display: block;
    position: relative;
    top: 3px;
    line-height: 1.0em;
}


/* =====================================
	SLIDER
   ===================================== */

.dragdealer {
  position: relative;
  height: 100px;
  left: 0px;

}

.dragdealer .handle {
  position: absolute;
  top: -10px;
  left: 0;
  cursor: pointer;
}

.dragdealer .red-bar {
  width: 30px;
  height: 19px;
  background: #3D4140;
  border: 1px solid rgba(150,150,130,0.45);
  color: #FFF;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  left: 0px;
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.dragdealer .disabled {
  background: #898989;
}


#jp_ml{
	position: absolute;
    z-index: 102;
    top: 268px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.JP_mlLogo{
	width: 20px;
    fill: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

button#howlOff {
	padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: 48px;
   /* display: none; */
}

button#rotateOff {
	padding: 0;
    width: 25px;
    height: 13px;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    right: 9px;
}

.exfSection {
    width: 100%;
    height: 24px;
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.efxSelect {
    width: 22px;
    height: 22px;
    margin: 1px 1px;
    text-align: center;
    font-size: 0.65em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #000000;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.efxSelect:hover{
	   /* background-color: rgba(255, 255, 255, 0.25); */
	   opacity: 0.65;
	    cursor: pointer;
}

.efxIcon{
width: 80%;
margin-top: 4px;
}

.efxlight {
    background-color: rgba(20,20,20, 0.4);
    width: 70%;
    height: 6px;
    border-radius: 2px;
}

span.zeroPitch{
	position: absolute;
    top: 48px;
    right: 28px;
	width: 8px;
	height: 4px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

.efxlightOn {
    background-color: #37b935 !important;
     -webkit-box-shadow: 0px 0px 15px 2px rgba(27, 183, 53, 0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(27, 183, 53, 0.75);
     box-shadow: 0px 0px 15px 2px rgba(27, 183, 53, 0.75);
}

.efxlightOn:hover {
    background-color: #41dc3e !important;
     -webkit-box-shadow: 0px 0px 15px 2px rgba(27, 183, 53, 0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(27, 183, 53, 0.75);
     box-shadow: 0px 0px 15px 2px rgba(27, 183, 53, 0.75);
     cursor: pointer;
}

span#pitchValue {
    position: absolute;
    width: 18px;
    top: 85px;
    right: 28px;
    font-size: 0.6em;
    /* opacity: 0.8; */
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 2px;
}

span#pitchValue:hover {
    cursor: pointer;
}


.valumeblock {
    padding: 0;
    margin-left: 2px;
    border: 0;
    width: 4px;
    background-color: #999;
}

div#volBlockscontainer {
    /* border: 1px solid #ff0; */
	position: absolute;
    top: 2px;
    right: 5px;
    z-index: 5;
    width: 30px;
    /* padding: 5px; */
    height: 20px;
    /*display: flex; */
    display: none;
    align-items: baseline;
}

#volBox input#volumeSlider {
    width: 60px;
    z-index: 10;
    height: 18px;
    /* border: 1px solid #ff0; */
    z-index: 6000;
    opacity: 0.6;
}

.playSpezials {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 129px;
    z-index: 5000;
    height: 30px;
}


#val0{
	height: 5px;
}
#val1{
	height: 8px;
}
#val2{
	height: 11px;
}
#val3{
	height: 14px;
}
#val4{
	height: 17px;
}



.PitchWrapper{
	display: inline-block;
  width: 17px;
  height: 100px;
  padding: 0;

  position: absolute;
  top: -118px;
  right: -5px;
}


.PitchWrapper input {
  width: 100px;
  height: 24px;
  margin: 0;
  transform-origin: 10px 10px;
  transform: rotate(90deg);
  position: relative;
  z-index: 1;
}

.EFXWrapper{
	display: inline-block;
    width: 24px;
    height: 100px;
    padding: 0;
    position: absolute;
    top: -121px;
    left: -5px;
}

.PitchWrapper .slideScala{
	 left: 0px;
}

/* Nur Firefox */
@-moz-document url-prefix() {
	.EFXWrapper{
		left: 3px;
	}
	.PitchWrapper{
	   right: 1px;
	}

	.EFXWrapper .slideScala{
	left: 10px;
	}

	.PitchWrapper .slideScala{
	left: 7px!important;
	}

}
.EFXWrapper input {
  width: 100px;
  height: 24px;
  margin: 0;
  transform-origin: 50px 50px;
  transform: rotate(-90deg);
  position: relative;
  z-index: 1;
}

input[type=range].vRanger {
  -webkit-appearance: none;
  background: transparent;
 /*  width: 100%;
  margin: -1px 0;
  */
}

input[type=range].vRanger:focus {
  outline: none;
  border: none;
}

input[type=range]::-moz-focus-outer {
    border: 0;
    }

input[type=range].vRanger::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  border-radius: 4px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range].vRanger::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #ff0000;
  height: 16px;
  width: 5px;
  border-radius: 0px;
  margin-top: 0px;
  /*
  background-color: #6a6a6a;
  border-left: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  */
  backgound-repeat: no-repreat;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range].soundRange::-webkit-slider-thumb {
  height: 8px;
  width: 4px;
  margin-top: -7px;
  border-radius: 0px;
  /* background-color: #3f4141;
  border-left: 1px solid rgba(20,20,20,0.9);
  border-right: 1px solid rgba(20,20,20,0.9);
  */
}

input[type=range].soundRange::-moz-range-thumb {
  height: 8px!important;
  width: 2px!important;
  margin-top: -7px;
  border-radius: 0px;
  /* background-color: #3f4141;
  border-left: 1px solid rgba(20,20,20,0.9);
  border-right: 1px solid rgba(20,20,20,0.9);
  */
}

input[type=range].vRanger:focus::-webkit-slider-runnable-track {
  /* background: rgba(0, 0, 0, 0); */
}

input[type=range].soundRange::-webkit-slider-runnable-track {
  /* background: rgba(20,20,20,0.9) !important; */
  height: 1px!important;
}

input[type=range].soundRange::-moz-range-track {
  /* height: 1px;
  background: rgba(255, 255, 255, 0.25) !important;
  */
    height: 1px!important;
}

input[type=range].soundRange:focus::-webkit-slider-runnable-track {
 /*  background: rgba(20,20,20,0.7) !important; */
}



input[type=range].soundRange:focus::-ms-thumb {
	  height: 13px;
	  width: 8px;
	  margin-top: -5px;
	  border-radius: 3px;
	  background: rgba(20,20,20,0.9) !important;
	  border: 0px solid rgba(0,0,0,0.3);
}

input[type=range].vRanger::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  /*
  background-image: url("../../gfx/all/scala.gif");
  background-repeat: repeat-x;
  */
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
 /* background: rgba(255, 255, 255, 0.1);*/
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}


input[type=range].vRanger::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #ff0000;
  height: 16px;
  width: 5px;
  border-radius: 0px;
  margin-top: 0px;
  /*
  background-color: #6a6a6a;
  border-left: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  */
  backgound-repeat: no-repreat;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range].vRanger::-ms-track {
  width: 100%;
  height: 18px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].vRanger::-ms-fill-lower {
   background: rgba(255, 255, 255, 0.1);
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].vRanger::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.1);
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].vRanger::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  width: 20px;
  border-radius: 3px;
  background: #969696;
  cursor: pointer;
  height: 16px;
}
input[type=range].vRanger:focus::-ms-fill-lower {
   background: rgba(255, 255, 255, 0.2);
}
input[type=range].vRanger:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.2);
}



span#EFXValue {
    position: absolute;
    top: -18px;
    display: none;
}

span#soundValue {
	position: absolute;
    right: 40px;
    top: 3px;
    font-size: 0.65em;
    width: 15px;
    display: none;
}

.EFX-select-wrapper {
    position: absolute;
    top: 0;
    left: 32px;
}

.EFX-select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;

    width: 100%;
    height: 22px;
    padding-left: 10px;
    padding-right: 20px;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 0.65em;
    /* box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); */
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.EFX-select-wrapper select option {
  color: #666;
}

.EFX-select-wrapper:before {
	font-family: fontello;
    content: "\02c6";
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: -5px;
    color: #fff;
   /* pointer-events: none; */
    transform: rotate(200grad);
}

.EFX-select-wrapper select::-ms-expand {
  display: none;
}

.wavezoomButton{
    position: relative;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 3px;
    width: 28px;
    height: 18px;
    cursor: pointer;
    padding-left: 5px;
}

.allwavezoomButton{
	position: absolute;
    right: 53px;
    top: 7px;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 3px;
    width: 32px;
    height: 10px;
    cursor: pointer;
    display: flex;

}
/*
#d-player{
	background-image: url(../../gfx/all/player_bggrid.png);
    background-repeat: no-repeat;
    background-position: 11px -2px;
    background-size: 160px 120px;
}
*/
.volSection {
    position: absolute;
    top: 226px;
    right: 10px;
    z-index: 500;
}

div#playerBG {

    width: 180px;
    height: 130px;
    position: absolute;
    top: 0px;
    /*border-radius: 10px;*/
}

div#playermiddle {
    width: 7px;
    height: 7px;
    background-color: #111;
    position: absolute;
    top: 60px;
    left: 85px;
    border-radius: 50%;
    z-index: 5000;
}

div#EFXAktuell {
    position: absolute;
    width: 100px;
    left: 7px;
    top: 5px;
    height: 12px;
    /* border: 1px solid rgba(0,0,0,0.2); */
    border-radius: 2px;
    color: #000;
    font-size: 0.75em;
    text-align: left;
    padding-left: 2px;
    color: #8f8f8ffc;
    /* background-color: #ff0; */
}

div#playerDeepBG {
    width: 170px;
    height: 140px;
    top: 129px;
    left: 5px;
    position: absolute;
    z-index: -1;
}

div#playerDeepBGLight {
    width: 170px;
    height: 59px;
    top: 209px;
    left: 5px;
    position: absolute;
    z-index: -2;
}

#volTxt{
    position: absolute;
    top: 109px;
    right: 11px;
    font-size: 0.6em;
    z-index: 1;
    opacity: 0.6;
}

.preloadCircle {
	width: 127px;
    height: 127px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 25px;
}

.LoadingTXT {
    font-size: 0.65em;
    position: absolute;
    top: 116px;
    left: 45px;
    opacity: 0.5;
}

.preloadCircle svg .circle-foreground {
    stroke-dasharray: 412px 494.5px; /* 412 - 0%  ---  660 --> 100%  248 diff*/
    stroke-dashoffset: 411.125px;
    stroke-linecap: round;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    r: 40px;
    cx: 50%;
    cy: 50%;
    fill: none;
    stroke: #535353;
    stroke-width: 10px;
}

.onColSVG{
	fill: #37b935;

}

.playerBeschrift{
	position: absolute;
	color: #333;
	font-size: 0.65em;
}

.playerBeschrift span{
	font-weight: 600;
}

#beschrift-effect{
	top: -18px;
	left: 4px;
}

#beschrift-bpm{
	top: -108px;
    right: 23px;
    font-size: 0.55em;
}

#beschrift-pitch{
	top: -18px;
	right: 10px;
}

input[type=checkbox].CBSwitch {
	height: 0;
	width: 0;
	visibility: hidden;
}

label.CBSwitchLabel {
    cursor: pointer !important;
    text-indent: -23px;
    line-height: 1.2em;
	width: 15px;
	height: 10px;
	background: rgba(0,0,0,0.6);
	color: #888;
	display: block;
	border-radius: 100px;
	position: relative;
	pointer-events: auto !important;
}

.CBSwitchLabel:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 8px;
	height: 8px;
	background: #303233;
	border-radius: 50%;
	transition: 0.3s;
}

input:checked + .CBSwitchLabel:after {
	background: rgba(148, 148, 148, 0.6)
}



input:checked +  .CBSwitchLabel:after {
	left: calc(100% - 1px);
	transform: translateX(-100%);
}

.CBSwitchLabel:active:after {
	width: 10px;
}

.rotateField {
	position: absolute;
    right: 32px;
    top: 4px;
    width: 18px;
   	height: 18px;
   	cursor: pointer;
    /* display: flex; */
    /* font-size: 0.65em; */

}

.rotateField:hover{
	cursor: pointer!important;
	opacity: 0.65;
	pointer-events: auto !important;
}

.preloadButton:hover{
	cursor: pointer!important;
	opacity: 0.65;
	pointer-events: auto !important;
}

.onoffswitchLabel{
	position: absolute;
    right: 60px;
    top: 1px;
   	width: 45px;
   	font-size: 0.65em;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;

}


.onoffswitch {
	position: absolute;
    right: 30px;
    top: 1px;
   	width: 45px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 20px;
    pointer-events: auto !important;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 15px; padding: 0; line-height: 15px;
    font-size: 8px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 6px;
    background-color: #EEEEEE; color: #999999;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 6px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 13px; margin: 1px;
    background: #A1A1A1;
    position: absolute; top: 0; bottom: 0;
    right: 26px;
    border: 0px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #00E654;
}

.preloadButton {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 17px;
}

div#t-tracknr {
    position: absolute;
    z-index: 501;
    font-size: 0.7em;
    top: 233px;
    left: 12px;
}

span#howlOff {
    top: 0px;
    left: 20px;
    position: absolute;
    z-index:300;
}



.slideScala {
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    left: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 0;
}

.PitchWrapper .slideScalebalk{
	left: -4px;
}



.slideScalebalk{
	    border-top: 1px solid rgba(0,0,0,0.2);
}

.slideScalesmall {
    width: 1px;
}

.slideScalebig {
    width: 2px;
}

.slideScalebigger {
    width: 4px;
}
