#filiale input[type="radio"][name="c1"]{display:none;}
.account_content_middle input[type="radio"][name="address_type"]{display:none;}
#filiale input + label{display:inline-block;color:#000;margin-top:5px;background:#9f3;cursor:pointer;}
#filiale label:hover, #filiale input[type="radio"] + label:hover{background:#999;color:#fff;}
#filiale input[type="radio"] + label{background:#ffeebc;color:#000;width:calc(50% - 3px);}
#filiale input[type="radio"]:checked + label{background:#fc3;color:#000;}

.account_container{width:100%;}
.anzeigen{display:none;transition:height 1s ease-in-out;padding:4px 0;height:auto;}
.shippingbox{margin:0 0 30px;height:auto;}
.shippingbox label{cursor:pointer;display:block;}

.shippingbox input[type=checkbox]:checked + label ~ div.anzeigen{display:block;}
.shippingbox input[type=checkbox]{float:left;margin:11px 10px;} 
.shippingbox input[type=checkbox] + label{background:#f6f6f6;color:#000;font-weight:600;display:block;padding:8px 10px 8px 35px;margin:2px 0;border:0;}  

.shippingbox input[type=checkbox]:hover + label{background:#f6f6f6;color:#000;}   
.shippingbox input[type=checkbox]:checked + label{background:#D1EEEE;color:#000;}
.shippingbox input[type=checkbox]:checked + label a{color:#fff;}

.shippingbox input[type=radio]{float:left;margin:10px;position:relative;} 
.shippingbox input[type=radio] + label {background:#efefef;color:#000;font-weight:bold;font-size:.8rem;display:block;padding:8px 8px 8px 10px;margin:2px 0px;border-radius:3px;} 
.shippingbox input[type=radio]:hover + label {background:#B2DFEE;color:#000} 
.shippingbox input[type=radio]:checked + label{background:#D1EEEE;color:#000;}

.shippingbox .auswahl{display:flex;flex-wrap:wrap;flex-direction:column;width:100%;}
.shippingbox .auswahl label{height:100%;}
.shippingbox .account_content_middle{display:block;margin:0 0 5px;}
@media only screen and (min-width:500px){
.shippingbox .auswahl{flex-direction:row;align-content:stretch;}	
.shippingbox .account_content_middle{width:calc(50% - 5px);margin:2px;}
}
.shippingbox .account_content_middle img{display:block;}