
.section.mod100 {
        background:  url(../images/mod100_640.jpg) center 15px no-repeat;
        background-size: 380px auto; 
}
.section.mod100 h1{
    margin: 243px auto 20px auto;
    text-align: center;
    max-width: 300px;
    vertical-align: top;
}
.section.mod100 h1 span{
    color:#56B9F2;
    background: #ddf1fc;
    display: inline-block;
    padding: 0em .2em;
    margin:0;
}
.section.mod100 .after-h1{
    font-size: 1.4em;
    text-align: center;
    margin:0 auto 1em auto;
}
.section.mod100 .btn{
    display: block;
    max-width: 200px
}
.section.mod101{
    background: #F5F5F5;
}

.section.mod101 h2{
    text-align: center;
    margin-bottom: 1em;
}
.section.mod1 {
    background-color: #F5F5F5;
}
.section.mod1 .p1 {
    margin-bottom: 1em;
}

.wrapper .section.mod2 h2 {
    padding-right: 50px;
}

.device-offer-holder .box {
    background: white;
    padding: 15px;
    margin: 10px 0;
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.20);
}
.device-offer-holder .box._1{
    text-align: center;
}
.device-offer-holder .box._1 .device-img{
    max-width: 120px;
    display: inline-block;
}
.device-offer-holder .box._1 .device-name{
    text-align: center;
    font-size: 1.3em;
    font-family: tele-groteskfett;
    margin: .2em auto
}
.device-offer-holder .box._1 .device-name-bis{
}
.device-offer-holder .box._1 .plus{
    color:#ccc;
    text-align: left;
    font-size: 1.3em;
    line-height: .5em;
    font-family: tele-groteskfett;
    margin: 0em auto
}

.device-offer-holder .box._2 {
    border-radius: 0 0 12px 12px;
}


.device-offer-holder .spec-holder .item {
    display: block;
    min-height: 20px;
    padding: .30em .5em;
    vertical-align: middle;
    font-size: 1.0em;
    line-height: 1.0em;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.device-offer-holder .spec-holder .item i:not(.infotip) {
    width: 23px;
    display: block;
    opacity: 0;
    cursor: default;
}

.device-offer-holder .spec-holder .item .desc {
    color: #484747;
    font-family: tele-groteskhalb;
    text-align: left;
    vertical-align: middle;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 65%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.device-offer-holder .spec-holder .item .desc.b {
    font-family: tele-groteskfett;
    font-size: 1.2em;
    white-space: nowrap;
}
.device-offer-holder .spec-holder .item .desc .ntflx {
    width: 100px;
    display: inline-block;
    margin-left: -8px
}

.device-offer-holder .spec-holder .item span.speed {
    white-space: nowrap;
    display: block;
    color: #e20074;
    font-family: tele-groteskultregular;
    line-height: 1.1em;
    margin: .1em auto;
    font-size: 1.1em;
    color: #414041;
    vertical-align: middle;
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.device-offer-holder .spec-holder .item span.speed.price {
    font-size: 2.5em;
    color: #414041;
    line-height: .5em;
}
.device-offer-holder .spec-holder .item span.speed.price .currency{
    font-size: .7em;
    vertical-align: baseline;
}
.device-offer-holder .box hr {
    border: none;
    border-top: 1px solid #c5c5c5
}
.device-offer-holder .box i.infotip {
    margin-top: -1px;
}
.device-offer-holder .btn {
    display: block;
    font-size: 1.5em;
    margin:.8em 0 0 0 ;
}


.section.mod101 .price-tooltip {
    font-size: 1.1em;
    font-family: tele-groteskfett;
    color: #58BAFF;
    background: #DBF2FF;
    display: inline-block;
    padding: .35em .9em;
    border-radius: 12px;
    margin: 0 0 0 auto;
    position: relative;
}

.section.mod101 .price-tooltip::after {
    bottom: 100%;
    left: 78%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(219, 242, 255, 0);
    border-bottom-color: #DBF2FF;
    border-width: 12px;
    margin-left: -12px;
}
.section.mod-last-white {
    background: white;
}
.section.mod-last-white .right {
    text-align: right;
}

/* -------------- MOBILE ------------------------------------------------*/

@media screen and (min-width: 600px){   /* ------------------------------ 640 --------------------------------*/

    .section.mod100 {
            background:  url(../images/mod100_640.jpg) center -73px no-repeat;
            background-size: 750px auto; 
    }
    .section.mod100 h1{
        margin: 363px auto 20px auto;
        text-align: center;
        max-width: 500px;
    }    
    .section.mod100 .after-h1 {
        max-width: 450px;
    }
    .device-offer-holder  {
        text-align: center;
        font-size: 16px;
    }
    .device-offer-holder .box {
        display: inline-block;
        width: 290px;
        height: 520px;
        border-radius: 12px  0 0 12px;
        position: relative;
    }
    .device-offer-holder .box._1 .device-img {
        max-width: 63%;
    }
    .device-offer-holder .box .device-img  {
        position: absolute;
        top:47%;
        left:50%;
        transform:translateY(-50%) translateX(-50%);
    }
    .device-offer-holder .box .device-name  {
        position: absolute;
        bottom:15px;
        left:0%;
        width: 100%;
        padding-left: 15px
    }
    .device-offer-holder .box._1 .device-name-bis{
        font-size: .90em;
    }
    .device-offer-holder .box._2 {
        border-radius: 0 12px 12px 0;
    }
    .device-offer-holder .box._2 .spec-holder.bot {
        position: absolute;
        bottom: 15px;
        width: calc(100% - 30px);
    }
}
@media screen and (min-width: 960px){   /* ------------------------------ 960 --------------------------------*/

    .section.mod100 {
            background:  url(../images/mod100_1920.jpg) center 0px no-repeat;
            background-size: 1400px auto; 
            height: 600px;
    }
    .section.mod100 h1{
        margin: 120px 0 20px 0;
        text-align: left;
        max-width: 382px;
    }
    .section.mod100 .after-h1 {
        font-size: 1.4em;
        text-align: left;
        margin: 0 0 1em 0;
    }
     .section.mod100 .btn{
        display: block;
        max-width: 200px;
        margin:70px 0 0 0 ;
    }
    .section.mod101 h2{
        font-size: 2.5em;
        margin:.5em auto .2em auto;
    }
    .device-offer-holder  {
        text-align: center;
        font-size: 18px;
    }
    .device-offer-holder .box {
        margin: 20px 5px;
        width: 420px;
        height: 600px;
    } 
    .device-offer-holder .spec-holder .item span.speed {
        font-size: 1.25em;
    } 
    .device-offer-holder .box._1 .device-img  {
        /*max-width: 300px*/
    }
    .device-offer-holder .spec-holder .item .desc .ntflx {
        width: 130px;
        margin-left: -11px;
    }
}
@media screen and (min-width: 1200px){   /* ------------------------------ 1200 --------------------------------*/

    .section.mod100 {
            background-size: 1560px auto; 
            height: 680px;
    }
    .section.mod100 h1{
        margin: 120px 0 20px 0;
        max-width: 550px;
        text-align: left;
        font-size: 3.5em;
    }
     .section.mod100 .btn{
        display: block;
        max-width: 280px;
        margin:70px 0 0 0 ;
        font-size: 1.5em
    }
    .device-offer-holder .box {
        width: 510px;
        height: 600px;
    } 
    .device-offer-holder .box._1 .device-img  {
        max-width: 380px
    }
}
@media screen and (min-width: 1560px){   /* ------------------------------ 1560 --------------------------------*/
    .section.mod100 {
            background-size:  auto; 
            height: 800px;
    }
    .section.mod100 h1{
        margin: 160px 0 20px 0;
        font-size: 3.5em;
    }    
}







