

.dropdown {
	position:relative;
  top:15px;
}

.dropdown .dropdown-a {	
	font-size:0.8125rem;
	line-height:0.8125rem;
	border-left:1px solid #000;
	position:relative;
	margin-right: 14px;
  padding: 14px 18px 14px 13px;
	background:url("../../_global/images/down.png") center right no-repeat;
}

.dropdown-list {
	display:block;
	position:relative;
}

.dropdown-list ul {
	padding:10px 15px;
	position:absolute;
	width:100%;
  list-style:none;
  height: auto;
  overflow: auto;
  display:none;
  background-color:#fff;
  border:1px solid #009fa8;  
  z-index:990;
  font-size:0.8125rem;
  text-align:left;
  margin-left:0rem;
 
 /*  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin:0;*/
}

.dropdown-list-header ul {
	top:41px;
	right:74px;	
	width:auto;
}

.dropdown-list li a {
	color:#000 !important;
	/*background:url('../shopimages/common/pfeil_rot_klein.png') center right no-repeat;
	padding-right: 20px;*/
}

.header-control-panel .dropdown-list ul {
	width:auto !important;
	height: auto;
}

.filter-box .dropdown-list ul {
	top: -7px;
	left: 16px;
}

.filter-box-input-small{
	width:70px !important;
	height:auto !important;
	margin:0 !important;
	padding:1px 0 !important;
	box-sizing:border-box !important;
	margin:0 10px !important;
}

.filter-text-check {
	font-size:0.8125rem;
	padding-top: 20px;
}

.filter-text-check input[type=checkbox] {
	margin-right:5px;
}

.filter-text-textl {
	text-align:right;
	padding-right: 40px;
}

.filter-box {
	background-color:#eeeeee;	
	margin-top:30px;	
}

.filter-box a {
	font-size:0.8125rem;
}

.filter-l {
	float:left;
	width:45%;
}

.filter-r {
	float:right;
	width:45%;
}

.filter-select {	
    width: 100%;
    -moz-appearance: none !important;
    background-color: #e7e7e7;    
    border-style: none;
    color: #009fa8;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: normal;
    height: 2.3125rem;
    line-height: 1.5;
    display:block;
    border-color: #009fa8;
    border-width: 1px;
    border-style: solid;	
    margin: 0 0 3px 0;
    padding: 10px 15px;
  
  background:#e7e7e7 url("../../_global/images/down.png") 90% center no-repeat;
}

.filter-select-aktiv {
	background:#fff url("../../_global/images/up.png") 90% center no-repeat;
}

.filter-select span.multiSel span {
	/*padding-right:5px;*/
}

.filter-select .multiSel {
	display: block;
	margin-right: 30px;
  max-height: 1.23rem;
  overflow: hidden;
  text-indent: -7px;
}
	

.filter-select-div {
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  background-color: #fff;
  border: 1px solid #66ccfe;  
  display: block;
  margin: 10px 0;
  padding: 10px 15px;
  width: 100%;
  font-size:0.8125rem;
}

.filter-select-div input[type=text] {
	background-color:#f0f0f0 !important;
}

.filter-text {
	margin-top:19px;
}

.filter-reset {

}



/* Kachel-Optik Ausgabe */
.filter-kachel-listing-outer {
	padding-top:1.25rem;		
}

#filter-kachel-listing .filter-kachel-listing-box {
	background-color:#fff;
	text-align:center;
	position:relative;
}

#filter-kachel-listing .filter-kachel-listing-img img {
	width:75%;
	padding:0 0 20px 0;
	max-width:210px;
}

#filter-kachel-listing .filter-kachel-listing-img {
	min-height:123px;
}

#filter-kachel-listing h4 {
	font-weight: normal;
	padding: 1rem 0;
	margin:0;
}

.filter-kachel-listing-outer li {
	clear: none !important;		
}


#filter-no-hits {
	display:none;
}

.filter-h5 {
	line-height: 3.5rem;
}



.large-block-grid-4 > li:nth-of-type(4n+1), .medium-block-grid-2 > li:nth-of-type(2n+1), .small-block-grid-1 > li:nth-of-type(1n+1) {
	clear:none !important;
}