.acc-item{
    margin-bottom: 9.5pt;
}
.acc-item .acc-title{
    border: 1px solid #f29100;
    padding: 15px;
    clear:both;
    border-radius: 5px;
    background: #d68100;
    cursor: pointer;
}
.acc-item.open .acc-title{
    border-radius: 5px 5px 0 0;
}
.acc-item .acc-title h3{
    margin:0!important;
    color: #fff;
}
.acc-item .acc-title h3:first-letter {
 font-size: 1.5em;
}
.acc-item .acc-title small{
    font-size: .85em!important;
    display:inline-block;
    margin-top: 3px;
    margin-left: .5em;
    color:rgba(255,255,255,.6);
    font-weight: 700;
}
.acc-item .acc-body{
    border: 1px solid #ccc;
    border-top:0;
    padding: 15px;
    clear:both;
    border-radius:  0 0 5px 5px;
    display: none;
}

.acc-title:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    transition: all .3s linear;
    transform: scaleY(1);
    position: absolute;
    right: 22px;
    top: 17px;
    color: #fff;
}
.acc-item.open .acc-title:after{
    transform: scaleY(-1);
}



/* Horoskop */


.acc-item.acc-horoskop .acc-title{
    padding-left: 65px;
    position: relative;
}
#steinbock .acc-title:before{background-image:url(../svg/sternzeichen-white/Steinbock.svg);}
#wassermann .acc-title:before{background-image:url(../svg/sternzeichen-white/Wassermann.svg);}
#fische .acc-title:before{background-image:url(../svg/sternzeichen-white/Fische.svg);}
#widder .acc-title:before{background-image:url(../svg/sternzeichen-white/Widder.svg);}
#stier .acc-title:before{background-image:url(../svg/sternzeichen-white/Stier.svg);}
#zwilling .acc-title:before{background-image:url(../svg/sternzeichen-white/Zwillinge.svg);}
#krebs .acc-title:before{background-image:url(../svg/sternzeichen-white/Krebs.svg);}
#loewe .acc-title:before{background-image:url(../svg/sternzeichen-white/Loewe.svg);}
#jungfrau .acc-title:before{background-image:url(../svg/sternzeichen-white/Jungfrau.svg);}
#waage .acc-title:before{background-image:url(../svg/sternzeichen-white/Waage.svg);}
#skorpion .acc-title:before{background-image:url(../svg/sternzeichen-white/Skorpion.svg);}
#schuetze .acc-title:before{background-image:url(../svg/sternzeichen-white/Schuetze.svg);}
.acc-horoskop .acc-title:before {
    content:"";
    width: 52px;
    height: 52px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    display: inline-block;
    position: absolute;
    top: 2.5px;
    left: 2.5px;
}
.acc-horoskop .acc-body{
    background-repeat: no-repeat;
    background-position: center center;
}
#steinbock .acc-body{background-image:url(../svg/sternzeichen-light/Steinbock.svg);}
#wassermann .acc-body{background-image:url(../svg/sternzeichen-light/Wassermann.svg);}
#fische .acc-body{background-image:url(../svg/sternzeichen-light/Fische.svg);}
#widder .acc-body{background-image:url(../svg/sternzeichen-light/Widder.svg);}
#stier .acc-body{background-image:url(../svg/sternzeichen-light/Stier.svg);}
#zwilling .acc-body{background-image:url(../svg/sternzeichen-light/Zwillinge.svg);}
#krebs .acc-body{background-image:url(../svg/sternzeichen-light/Krebs.svg);}
#loewe .acc-body{background-image:url(../svg/sternzeichen-light/Loewe.svg);}
#jungfrau .acc-body{background-image:url(../svg/sternzeichen-light/Jungfrau.svg);}
#waage .acc-body{background-image:url(../svg/sternzeichen-light/Waage.svg);}
#skorpion .acc-body{background-image:url(../svg/sternzeichen-light/Skorpion.svg);}
#schuetze .acc-body{background-image:url(../svg/sternzeichen-light/Schuetze.svg);}

@media(max-width:767px){
    .acc-item .acc-title small{
        display:block;
        margin-left: unset;
    }
}