@media (max-width: 479px){
    .titolohome {
        font-size: 17px;
        width: 50%;
        line-height: 20px;
    }    
}

@media (min-width: 480px) and (max-width: 767px){
    .titolohome {
        font-size: 23px;
        width: 40%;
        line-height: 28px;
    }
}

@media (max-width: 767px){
    .partner-logo {
        max-width: initial;
        margin: 0 5%;
        flex: 0 0 14%;
    }
    .modulatext {
        text-align: center;
    }    
    .suptitle {
        margin-top: 30px;
    } 
    .title_container {
        padding: 0;
        top: 15%;
    } 
    #myHeaderhome {
        height: 30vh;
        background-position: right;
    } 
    #myHeaderbosch {
        height: 50vh;
    }  
    .rexrothcontainer {
        margin-top: -60px;
    }  
    #prodotti .panel-title {
        font-size: 16px;
    } 
    .prodicon {
        width: 40px;
        margin-right: 7px;
    }   
    #prodotti .panel-heading [data-toggle="collapse"]:after {
        line-height: 33px;
        font-size: 16px;
    }  
    .prodtitle {
        font-size: 16px;
        line-height: 1.3;
    }   
    .btncat{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #myHeaderhome {
        height: 30vh;
    }    
}
@media (min-width: 768px) and (max-width: 991px){
    .title_container {
        top: 35%;
        padding: 0 10px;
    }    
    .titolohome {
        font-size: 25px;
    }
    .modulatext {
        font-size: 13px;
    }    
}
@media (min-width: 992px) and (max-width: 1199px){
    .modulatext {
        font-size: 18px;
    }
    .titolohome {
        font-size: 32px;
    }
}
@media (min-width: 2800px) and (max-width: 4199px){
    #myHeaderhome {
        height: 40vh;
    }
    #myHeaderbosch {
        height: 40vh;
    }    
    .rexrothcontainer {
        margin-top: 0;
    }
}
@media (min-width: 4200px){
    #myHeaderhome {
        height: 30vh;
    }
    #myHeaderbosch {
        height: 30vh;
    }
    .rexrothcontainer {
        margin-top: 0;
    }    
}
