
/*Preis-Box DCE aus Emotion Theme*/
.box.box-6 {
    display: block;
    padding: 21px 63px 55px;
    top: 0;
    position: relative;
    background: #FBFBFB;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box.box-6.active {
    top: -45px;
    padding: 66px 63px 103px;
    bottom: -100px;
    background: #F5831F;
}
.box.box-6.active * {
    color: #FFF !important;
    border-color: #FFF !important;
}
.box.box-6 h3 {
    text-transform: uppercase;
    color: #898989;
    font-weight: 900;
}
.box.box-6 .price {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.box.box-6 h3 + .price {
    margin-top: 28px;
}
.box.box-6 span.price sup {
    font-size: 22px;
    line-height: 24px;
    position: relative;
    top: -23px;
    left: 2px;
}
.box.box-6 span.price strong {
    font-weight: 900;
    font-size: 55px;
    line-height: 55px;
}
.box.box-6 span.price + .list {
    margin-top: 34px;
}
.list p {
    color: #898989;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
    padding: 10px 0;
}
.list p + p {
    border-top: 1px solid #D6D6D6;
}
.box.box-6.active .button:hover {
    background: #FFF;
    color: #F58521 !important;
}
.box.box-6 .button {
    margin-top: 10px;
}
/*Preis-Box DCE-Ende (Emotion)*/