#multifilter_filters{margin-left:-15px;margin-right:-15px;}
.listRefine{padding-left:0 !important;padding-right:0 !important;}
/*.attrrow{margin-left: -15px;margin-right: -15px;}*/
.attrcol{width:100% !important;float:left;padding-left:15px !important; padding-right:15px !important;}
.attrhead label{color:#333 !important;
    line-height: 18px;
    background: #6ab025;
    width: 93%;
    height: 28px;
    padding: 5px 5px;
	cursor:pointer;
	margin-right:0 !important;
	position:relative;
}
.attrbody input[type='checkbox'] + label, .attrbody input[type='radio'] + label{
	    text-indent: -22px;
}

.attrcol a.multifilter_reset_icon{margin-top:3px !important;float: right !important;    width: 4%;}
.multifilter_reset_icon span{
	    width: 16px;
    /*height: 16px;*/
    background: #65b32d;
    display: inline-block;
    color: #fff;
    text-align: center;
	   /*width: 5%;*/
}
.attrcol a.multifilter_reset_icon{line-height: 28px;}
@media screen and (min-width:992px){
	.attrcol{width:33.33333% !important;}
}
/*.attrcol .attrhead label{float:none !important;}
.attrhead {height: 22px;cursor:pointer;}
.attrcol{position:relative;}
.attrcol > .attrbody{display:none;position:absolute;}
.attrcol.active > .attrbody{display:block;
position: absolute;
    top: 25px;
    background: #fff;
    z-index: 15000;
    padding: 5px;
	left:-5px;
}

.attrcol > .attrhead:after{content:"";display:inline-block;position:absolute;width:8px;height:20px;
	background: url(/out/ecfdesign/vegeta/icons/Pfeil_gruen.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;transform:rotate(-90deg);transition:transform 0.5s;}
.attrcol.active > .attrhead:after{transform:rotate(90deg);}
*/