/** canua spezifisch **/

.text-canua {
    color: #6A9AA0;
}

/** Featurelist Andre **/

ul.featurelist > li .iphone{
    background-image: url(../img/newfeatures/iPhone.png);
    background-repeat: no-repeat;
    background-size:343px;
}
ul.featurelist > li .iphone.cut {
    background-image: url(../img/newfeatures/iPhone.png);
    background-repeat: no-repeat;
    background-size: 343px;
    overflow: hidden;
    height: 442px;
    }
    ul.featurelist > li .samphone.cut {
        background-image: url(../img/newfeatures/samphone.png);
        background-repeat: no-repeat;
        background-size: 343px;
        overflow: hidden;
        height: 402px;
        margin-bottom:1em;
        margin-top: -0.8em;
    }
ul.featurelist > li .samphone{
    background-image: url(../img/newfeatures/samphone.png);
    background-repeat: no-repeat;
    background-size:343px;
    margin-top: -0.8em;
}
.anibox{
    position: relative;
    padding-top: 92px;
    margin-left: 56px;
    margin-bottom: 2em;
}
.anibox.cut{
    
}
ul.featurelist > li {
    display: inline-block!important;
    width: 360px;
    vertical-align: top;
}
ul.featurelist > li > p, 
ul.featurelist > li > img.anibox{
    text-align:center;
    display:block!important;
}

@media screen and (max-width: 768px){
    ul.featurelist > li {
        display: block!important;
        width: 90%;
        margin: 5em auto;
        vertical-align: top;
    }
}