/*
* Adeko module Stylesheet
*/


p{
    margin-bottom: 0;
}

.tekst, .sub_tekst{
    padding: 0;
}

.usp{
    display: inline-flex;
    margin-top: 18px;
    margin-bottom: 1rem;text-align: center;
}

.usp_tekst{
    display: block;
    max-width: 100%;
}

.usp_tekst span:first-child p{
    margin-bottom: 0;
}

.usp_tekst p{
    text-align: left;
}

@media (max-width: 575px) {
    .usp{
        padding-bottom: 1rem;
        margin-top: inherit;
        border-bottom: 1px solid #e5e5e5;
    }

    .usp:first-child{
        margin-top: 1rem;
    }

    .usp:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (min-width: 576px) {
    .usp{
        padding-bottom: 1rem;
        margin-top: inherit;
        border-bottom: 1px solid #e5e5e5;
    }

    .usp:first-child, .usp:nth-child(2){
        margin-top: 1rem;
    }

    .usp:nth-child(3), .usp:nth-child(4){
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (min-width: 1200px){
    .usp{
        display: inline-flex;
        margin-top: 15px;
        margin-bottom: 0;
        border-bottom: none;
    }
}

/*
* Product
*/

.usp_product{
    display: inline-flex;
    margin-top: 9px;
    margin-left: 30px;
    float: left;
}

.logo{
    margin-top: 3px;
}

.usp_tekst_product{
    display: block;
    max-width: 175px;
}

.usp_tekst_product p:first-child{
    margin: 0;
}

.usp_tekst_product p{
    text-align: left;
    margin-bottom: 9px !important;
    margin-left: 10px !important;
}

/*
* Product
*/

.container_footer{
    padding: 0 !important;
    align-content: center;
}

.usp_footer{
    display: inline-flex;
    margin-right: 20px;
    margin-top: 9px;
}

.usp_tekst_footer{
    display: block;
    max-width: 175px;
}

.usp_tekst_footer p:first-child{
    margin: 0;
}

.usp_tekst_footer p{
    text-align: left;
    margin-bottom: 9px !important;
    margin-left: 10px !important;
}



/*Configuration page*/

.adekobrandsliderbutton{
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding: 1rem;
}

.adekobrandsliderbutton:hover{
    background-color: #00AFF0;
    border: 1px solid #006fef;
    color: #fff !important;
    text-decoration: none !important;
}




#page-header-desc-adekousp-play .process-icon-play:before{
    content:"↪";
}
























