@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:13px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#948453 url(../images/feeser-icon1.svg) no-repeat 97.6% center; padding:5px 23px 5px;}
.accordion h2.active { background:#948453 url(../images/feeser-icon2.svg) no-repeat 97.6% center; font-family: 'sofiapro-bold-font';}
.accordion .content { width:100%; float:left; padding:6px 0 23px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:5px 10% 5px 5%;}
.accordion h2.active { background-position:94% center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:5px 10% 5px 5%;}
.accordion h2.active { background-position:94% center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:5px 10% 5px 5%;}
.accordion h2.active { background-position:94% center;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}