#txtanz {
  position: relative;
}

#txtanzs {
  display: none;
  position: relative;
}

#txtanzt {
  display: none;
  position: relative;
}

.button1 {
  display: table-cell;
  position: relative;
  line-height:1.4em;
  font-size:1.2em;
  padding:8px 1em 9px 1em;
  margin: 0 0px 5px 5px;
  top: -1px;
}

.input, .inputdis {
  display: table-cell;
  position: relative;
  background-color: rgba(252, 247, 234,1);
  color: #464646 !important;
  font-family: 'Roboto';
  line-height:1.4em;
  font-size:1.2em;
  font-weight: normal;
  border-radius: 7px;
  border: none;
  padding:8px 8px 8px 8px;
  margin: 0 0 0px 0px;
  text-align: left;
  width: 40%;
  outline: none;
  border: 2px solid #daa520;
}

.inputdis {
  background-color: #daa520;
  font-family: 'Caslon';
  font-size:1em;
  width: auto;
  border: none;
}

.input:focus {
  border: 2px solid #da4820;
}

#suchergebnis {
  text-align: left;
  margin: 10px 0 10px 0;
}

#suchergebnis .item {
  display: block;
  margin: 0px 2em 0px 2em;
}

a.itema {
  color: #464646 !important;
  border: none;
}

.itema b {
  font-weight: normal !important;
  background-color: #FFF50A;
}

h6 .kat {
  color: #464646;
  font-weight: 400;
  text-transform: none; 
}

#filter {
  text-align: center;
}

#boxes {
  display: none;
  text-align: left;
  background-color: rgba(252, 247, 234,1);
  color: #464646 !important;
  font-family: 'Roboto';
  line-height:1.6em;
  font-size:1.2em;
  font-weight: normal;
  border-radius: 7px;
  border: none;
  padding:8px 8px 8px 8px;
  margin: 0 0 0px 0px;
  width: auto;
  outline: none;
  border: 2px solid #da4820;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
  margin: 0px 10px 0 10px;
}

.boxcol {
  display: inline-block;
  padding: 0 5px 0 5px;
}
