
/*     Dynamische Suche    */

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#111;
  font-weight:700;

}

.counter-anzeige{
	
	width:100%;
	height:35px;
	
}