/* Deals des Monats */

.boxDealMonth {
    border: 1px solid #e2e2e2;
    border-left-color: #d6d6d6;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 19px, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 19px, #f2f2f2 100%);
}

.boxDealMonth > a {
    display: block;
    text-align: center;
}

/* Einzelne Teile */

.boxDealMonth .header {
    position: relative;
    height: 90px
}

.boxDealMonth .header:before, .boxDealMonth .header:after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 13px
}

.boxDealMonth .header:before {
    bottom: -30px;
    border-width: 15px;
    border-color: #a9aaa9 transparent transparent;
    border-color: rgba(180, 180, 180, 1) rgba(180, 180, 180, 0) rgba(180, 180, 180, 0)
}

.boxDealMonth .header:after {
    bottom: -25px;
    border-color: #f2f2f2 transparent transparent;
    border-color: rgba(242, 242, 242, 1) rgba(242, 242, 242, 0) rgba(242, 242, 242, 0);
}

.boxDealMonth .content {
    background: #a9aaa9;
    background: -webkit-linear-gradient(top, #a9aaa9 0%, #e0e2e1 2%, #e0e2e1 80%, #fff 80%, #d5d4d0 100%);
    background: linear-gradient(to bottom, #a9aaa9 0%, #e0e2e1 2%, #e0e2e1 80%, #ffffff 80%, #d5d4d0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 230px;
    position: relative;
}

.boxDealMonth .testimonial {
    background: url("../img/testimonial/dsl_deal.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    height: 224px;
    position: absolute;
    left: 5%;
    top: 0;
    width: 135px;
}

.boxDealMonth .bottom {
    width: 92%;
    margin: 15px auto 5px
}

.boxDealMonth .bottom .buttonAlternative {
    float: right
}

.boxDealMonth .notes {
    text-align: center;
    font-size: 0.75em;
    color: #888
}

.typoDealMonth {
    margin: 15px;
    width: 150px;
    font: 700 2.3em/1em 'Archivo Narrow', Arial;
    color: #2a4d8f
}

.typoDealMonth:first-line {
    font-size: 1.3em
}

.descDealMonth {
    float: right;
    margin-right: 20px
}

.descDealMonth {
    font: 12px arial;
    color: #888;
    text-align: right
}

.boxDealMonthPrice {
    height: 85px;
    margin: 10px 0 0 10px;
    position: relative
}

.boxDealMonthPrice .priceLabel {
    color: #8faf11;
    text-shadow: 1px 1px #fff;
    font: 700 1em/1em 'Archivo Narrow', Arial;
}

.boxDealMonthPrice .priceLabelEuro {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 75px;
    text-align: right;
    font-size: 7em
}

.boxDealMonthPrice .priceLabelPoint {
    position: absolute;
    left: 97px;
    top: 21px;
    font-size: 7em
}

.boxDealMonthPrice .priceLabelCent {
    position: absolute;
    left: 100px;
    top: 18px;
    font-size: 3.5em
}

.boxDealMonthPrice .priceLabelPerMonth {
    position: absolute;
    left: 156px;
    top: 27px;
    font-size: 1.25em
}

.boxDealMonthPrice .priceLabelUnit {
    position: absolute;
    left: 140px;
    top: 16px;
    width: 10px;
    font-size: 2em;
    line-height: 0.45em
}

.boxDealMonthPrice .inner {
    position: absolute;
    left: 125px;
    top: 47px
}

.boxDealMonthPrice .tooltip {
    left: -430px;
    top: 30px;
    width: 450px
}

.boxDealDetails {
    background: #e1effe;
    background: -webkit-linear-gradient(top, #e2effe, #d6e9fe);
    background: linear-gradient(top, #e2effe, #d6e9fe);
    border: 1px solid #fff;
    height: 180px;
    padding: 10px 7px;
    position: absolute;
    bottom: -5px;
    right: 10px;
    z-index: 1;
    box-shadow: 0 0 6px #aaa, 0 0 1px 1px #fff inset;
}

.boxDealDetails .textSold {
    text-shadow: 0 1px #fff;
    font-weight: bold;
    clear: both;
    text-align: center
}

.boxDealDetails .textSold strong {
    color: #c00;
}

.boxDealDetails .listDealDetails .ico {
    vertical-align: top
}

.boxDealDetails .listDealDetails .ico + span {
    white-space: nowrap
}

.boxDealDetails .listDealDetails .listPoint {
    display: inline-block;
    width: 89%
}

.listDealDetails li {
    white-space: nowrap
}

.listDealDetails b {
    display: inline-block
}

.hintDealCountDown {
    color: #888;
    font: 10px arial
}

/* Countdown */

.dealCountDown, .dealCountDown div {
    float: left
}

.dealCountDown .dash {
    margin-right: 5px
}

.dealCountDown .dash .digit {
    border: 1px solid #000;
    color: #fff;
    font-size: 1.9em;
    padding-left: 3px;
    line-height: 31px;
    margin: 0 1px;
    height: 31px;
    width: 18px;
    overflow: hidden;
    border-radius: 3px;
    background: #111;
    background: -webkit-linear-gradient(top, #111 0%, #333 48%, #000 50%, #777 53%, #363636 55%, #4f4f4f 100%);
    background: linear-gradient(to bottom, #111 0%, #333 48%, #000 50%, #777 53%, #363636 55%, #4f4f4f 100%);
}

.dealCountDown .dash_title {
    clear: both
}

.dealCountDown .dash_title li {
    float: left;
    font-weight: bold;
    width: 50px;
    text-align: center
}

/* Sekunden ausblenden */

.dealCountDown .seconds_dash {
    display: none
}

.boxDealMonth, .boxService {
    margin: 0;
    min-height: 430px;
}

.boxDealMonth, .boxService .imageDealMonthProvider {
    max-width: 100%;
}