/*https://getbootstrap.com/docs/5.0/layout/breakpoints/*/
/*@media (min-width:1400px){
	.container{max-width:1400px;}
}*/

@media (min-width: 769px) { 

}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1400px) {

}   /*end 1400*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {

}   /*end 1200*/

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    .infocol {margin-bottom: 15px;}
    .infocol_2 {order: 0;margin-bottom: 15px;}
    .imgcol_2{order:1;}
    .h1home{order:0;margin-bottom: 15px;}
    .himg_wrap{order:1}
}   /*end 992*/

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    #page-servicii-transport-marfa-si-logistica .paragraph h2,
    #page-prezentare-firma-transport-marfa .paragraph h2 {font-size:25px;}
    h1, h1.hash1 {font-size: 35px;line-height:40px;}

}   /*end 768*/

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .the_header {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    }
    #boxeshome {    padding:40px 15px;    }
    .onebox {padding:15px 20px;}
    .dfoot {flex-direction: column;}
    #footmenu {margin-top: 25px;}
    .ending {padding-left: 25px; padding-right: 25px;}
}   /*end 576*/