@charset "utf-8";

/* CSS Document */



.accordion { width:100%; float:left; margin:12px auto 0;}

.accordion h2 { width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon1.svg) no-repeat 96% center; margin:0 0 5px 0; padding:12px 22px 12px; position:relative;}

.accordion h2:after { background: linear-gradient(to top, #4b1860, #652481);

	background: -webkit-linear-gradient(to top, #4b1860, #652481); content: '';

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	transform-origin: right;

	border-radius: 40px;

	z-index: -1;

	transition: all .5s;}

.accordion h2.active { background:url(../images/feeser-icon2.svg) no-repeat 96% center; }

.accordion .content { width:100%; float:left; padding:0 0 0;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.accordion h2 { background-position:95% center; padding:12px 5% 12px;}

.accordion h2.active { background-position:95% center;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.accordion h2 { background-position:95% center;  padding:12px 5% 12px;}

.accordion h2.active { background-position:95% center;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.accordion h2 { background-position:95% center;  padding:12px 5% 12px;}

.accordion h2.active { background-position:95% 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) {



}