.adash-line {
    background-color: #4ec6bf;
    color: white;
    padding-top: 0px;
    padding-bottom: 1px;
}

.adash-line h5 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 2.0em;
    float: left;
}

.adash-line h6 {
    text-align: right;
    float: right;
    font-size: 1.7em;
    text-transform: uppercase;
    padding-top: 4px;
}

.signal {
    background-image: url(../img/Signal_01o.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 50px;
}

.hp-fasit {
    float: right;
    width: 350px;
}

.slick-cover {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    padding-top: 20px;
}

.hp-fasit-slide {

}

.hp-fasit-image {
    float: left;
    background: transparent;
}

.hp-fasit-image img {
    width: 90px;
    height: auto;
    /*    width: auto;
        height: 25vh;*/
    display: inline-block !important;
}

.hp-fasit-statuses {
    float: left;
    color: white;
    font-family: 'PT Sans Narrow', Verdana, sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding-left: 20px;

}

.hp-fasit-status-ok {
    position: absolute;
    bottom: 8%;

}
.hp-fasit-status-warning {
    position: absolute;
    bottom: 32%;
}
.hp-fasit-status-alarm {
    position: absolute;
    bottom: 55%;
}

.hp-fasit-holder-en {
    width: 485px !important;
}

.hp-fasit-holder {
    background: rgba(0,0,0,0.2);
    width: 425px;
    float: right;

    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
}

.float-right {
    float: right;
    width: 100%;
}

.slide-text p {
    /*font-size: 28px !important;*/
    font-size: 28px;
    line-height: 33px;
}

.slide-text {
    /*top: 21% !important;*/
    top: 21%;
}

picture img.slide-image {
    width: 100%;
}




@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    
    .hp-fasit-holder {
        width: 67% !important;
    }
    
    .slide-desc {
        font-size: 24px !important;
    }

    .hp-fasit {
        width: 100%;
    }

    .hp-fasit-image img {
        width: 50px;
    }
    .btn-position {
        float: right;
        margin-right: 15% !important;
        margin-top: 8px !important;
    }
    .adash-line h6 {
        font-size: 1.5em;
    }
    
    .adash-line h5 {
        font-size: 1.8em;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
    .hp-fasit {
        width: 34%;
    }
    .hp-fasit-holder {
        width: 62% !important;
    }
    .hp-fasit-image img {
        width: 60px;
    }


}