.rotaryswitchPlugin {
  position: relative;
  width: 85px;
  height: 85px;
  margin-top:22px;
  display:inline-block; /*dadurch wird es als Inline element behandelt und horizontal zentriert durch text-align-center*/
  cursor: pointer;  
}
.custom {background: url(theme/knob_dark_small.png) no-repeat;}
.custom .switch{width:100%; height:100%; background: url(theme/line_blue_small.png) no-repeat;}
.rotaryswitchPlugin .mark-container {
  position: absolute;
  left: 36%;
  top: 38%;
  margin: -1px 0 0 0;
  width: 25px;
  height: 25px;
}
.mark{
    width:3px;
    height:3px;
    background-color:black;
    display:inline-block;
    margin-top:8px;
    
}
@media only screen and (max-device-width: 480px){
    .rotaryswitchPlugin .mark-container{
        left:42%;
        top:42%;
        width:15px;
        height:15px;
    }
}
/*
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin {
 background-image: url(theme/darkSmallBackground@2x.png);
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin .switch {
  width: 100%;
  height: 100%;
  background: url(theme/darkSmallFront.png) no-repeat;
}
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin .switch {
 background-image: url(theme/darkSmallFront@2x.png);
 background-size: 100% 100%;
}
}



.rotaryswitchPlugin input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  width: 100%;
  border: none;
  z-index: 100;
  text-align: left;
  background: none;
  font: normal 18px/18px verdana;
  color: #0e0e0e;
}

.rotaryswitchPlugin.big {
  width: 286px;
  height: 286px;
  background: url(theme/darkBigBackground.png) no-repeat;
}
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin.big {
 background-image: url(theme/darkBigBackground@2x.png);
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin.big .switch { background: url(theme/darkBigFront.png) no-repeat; }
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin.big .switch {
 background-image: url(theme/darkBigFront@2x.png);
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin.big .mark {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -2px;
  width: 4px;
  height: 20px;
  background-color: #c3c3c2;
}

.rotaryswitchPlugin input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  width: 100%;
  border: none;
  z-index: 100;
  text-align: left;
  background: none;
  font: normal 18px/18px verdana;
  color: #0e0e0e;
}

.rotaryswitchPlugin.big.light { background: url(theme/lightBigBackground.png) no-repeat; }

.rotaryswitchPlugin.big.light .switch { background: url(theme/lightBigFront.png) no-repeat; }

.rotaryswitchPlugin.small.light {background: url(theme/lightSmallFront.png) no-repeat;}
*/