/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

/* Switchery defaults. */

.switchery {
  background-color: #cbcbcb;
  /* border-radius: 20px; */
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: relative;
  vertical-align: middle;
  width: 25px;
  margin-bottom: 5%;
  margin-left: 6%;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #cbcbcb;
  /* border-radius: 100%; */
  /*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);*/
  height: 21px;
  position: absolute;
  top: 1px;
  width: 21px;
  left: 1px;
}

/* Switchery sizes. */

.switchery-small {
  /* */ border-radius: 20px;
  height: 33px;
  width: 15px;
  margin-bottom: 2%;
}

.switchery-small > small {
  height: 15px;
  width: 15px;
}

.switchery-large {
  /* */ border-radius: 40px;
  height: 66px;
  width: 30px;
  margin-bottom: 2%;
}

.switchery-large > small {
  height: 66px;
  width: 30px;
}
#haupt_farben > span:last-child {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
/*
#searchfilter > div:nth-child(3) > div.colorsearch span.switchery:nth-child(2) {
  border: 1px solid #cbcbcb;
  height: 38px;
  width: 18px;
}

#searchfilter > div:nth-child(3) > div.colorsearch span.switchery:nth-child(2) > small {
  height: 18px;
  width: 18px;
}

#searchfilter > div:nth-child(3) > div.colorsearch span.switchery-small:nth-child(2) {
  border: 1px solid #cbcbcb;
  height: 31px;
  width: 13px;
}

#searchfilter > div:nth-child(3) > div.colorsearch span.switchery-small:nth-child(2) > small {
  height: 13px;
  width: 13px;
}

 #searchfilter > div:nth-child(3) > div.colorsearch > div > span.switchery-small > small { */
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 1); */
/* } */
