/*hellgrau*/
#filter {
  margin-bottom: 10px;
}
#filter h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
}
#filter > div {
  background-color: #F5F5F4;
  padding: 10px 0px 10px 10px;
  min-height: 150px;
}
#filter .item {
  float: left;
  line-height: 30px;
  width: 200%;
}
#filter .switch {
  line-height: 1.2;
  cursor: pointer;
  float: left;
  display: block;
  margin: 5px 5px 5px 0px;
  background-color: #3F3F3F;
  box-shadow: 1px 1px 1px #000000 inset, 1px 1px 1px #808080 inset;
  border-radius: 5px;
  position: relative;
  height: 24px;
  width: 75px;
  color: #a8a8a8;
}
#filter .switch .handler {
  top: 2px;
  z-index: 6;
  position: absolute;
  left: 43px;
  width: 30px;
  height: 20px;
  border-radius: 3px;
  color: black;
  box-shadow: 1px 1px 0px 0px black;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
}
#filter .switch.checked .handler {
  left: 2px;
  background: #4fcaef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fcaef), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4fcaef 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fcaef', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
}
#filter .switch .on {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 11px;
  top: 5px;
  z-index: 5;
  position: absolute;
  left: 13px;
}
#filter .switch.checked .on {
  color: black;
  font-weight: 600;
}
#filter .switch .off {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 11px;
  top: 5px;
  z-index: 5;
  position: absolute;
  right: 14px;
  text-shadow: 1px 1px 0px black;
}
#filter .item input {
  display: none;
}
#filter .pushbutton label {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  border-radius: 15px;
  background-color: #3F3F3F;
  box-shadow: 1px 1px 1px #000000 inset, 1px 1px 1px #808080 inset;
  display: block;
  color: #a8a8a8;
  text-shadow: 1px 1px 0px black;
  font-weight: 600;
}
#filter .pushbutton.checked label {
  color: black;
  text-shadow: none;
  box-shadow: 1px 1px 0 0 #000000;
  border: 1px solid #3F3F3F;
  background: #4fcaef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fcaef), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4fcaef 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fcaef', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
}
#filter .pushbutton.checked label:hover {
  box-shadow: 1px 1px 0 0 #000000 inset;
  text-decoration: line-through;
}
#filter .pushbutton label:hover {
  box-shadow: 1px 1px 0 0 #000000;
}
#filter .pushbutton input {
  display: none;
}
#filter .lightbutton label.light {
  position: relative;
  cursor: pointer;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  background-color: #3F3F3F;
  box-shadow: 1px 1px 1px #000000 inset, 1px 1px 1px #808080 inset;
  display: block;
  color: #a8a8a8;
  text-shadow: 1px 1px 0px black;
  font-weight: 600;
  float: left;
  margin-right: 10px;
}
#filter .lightbutton label.light span {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: grey;
}
#filter .lightbutton.checked label.light span {
  background: #4fcaef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fcaef), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4fcaef 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4fcaef 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fcaef', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
}
#filter .lightbutton input {
  display: none;
}
