@charset "utf-8";
/* CSS Document */

.accordion { width:100%; max-width:822px; float:none; margin:24px auto 0; text-align:left;}
.accordion h4 { width:100%; float:left; cursor:pointer; background:#f6ebdf url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 16px 0; padding:13px 18px 13px; position:relative;}
.accordion h4.active { background:#f6ebdf url(../images/feeser-icon2.svg) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:0 0 0;}
.accordion p { font-weight:400;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h4 { background-position:95% center; padding:13px 14% 13px 5%;}
.accordion h4.active { background-position:95% center;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h4 { background-position:95% center; padding:13px 14% 13px 5%;}
.accordion h4.active { background-position:95% center;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h4 { background-position:95% center; padding:13px 14% 13px 5%;}
.accordion h4.active { background-position:95% center;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h4 { padding:13px 14% 13px 18px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}