.select_filter {
  margin-top: 1px;
  margin-bottom: 1px;
  height: 25px;
}

.filter2_list {
  border: none;
  background: none;
  margin: 2px;
  padding: 0px;
  text-decoration: underline;
}

.filter1 {
  margin: 4px;
  display: block;
  background-color: #E2E2E7;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}

button.bt_style_filter2 {
  appareance: none;
  border-radius: 0px;
  background-color: #CED8F6;
  border: #0D0E12 1px solid;
  font-family: Verdana;
  font-weight: bold;
  box-shadow: 2px 2px 4px 0px #A9ACBC;
  cursor: pointer;
  padding: 3px;
  margin-top: 8px;
}

button.bt_style_filter2:hover {
  background-color: #AAABFB;
}

button.bt_style_filter2:active {
  background-color: #9495F7;
  box-shadow: 2px 2px 4px 0px #91ABC9 inset;
}

form.filter_auswahl {
  display: inline-block;
  margin: 2px;
}

select.filter_active {
  background-color: #D1F8FA;
}

input.filter_active {
  background-color: #D1F8FA;
}