/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 375px) {

    .navbar-brand
    {
        margin-right: inherit;
    }


}

.footer-mobile
{
    display: none;
}

@media screen and (max-width: 767px) {

    .footer-mobile
    {
        display: block;
    }

    .footer-desktop
    {
        display: none;
    }
    
    .footer-logo-container, .footer-logo-container-polacco, .footer-logo-container-svizzera {
        text-align: center;
        margin-top: 25px;
    }

    .footer-logo-container .d-inline-block,
    .footer-logo-container-polacco .d-inline-block,
    {
        display: block !important;
        list-style: none !important;
        margin-left: -45px;
        margin-bottom: 5px;
    }



    .bussoladellavorohp img
    {
        display:none;
    }

    .loghi-home
    {
        padding-top:30px;
    }

    .loghi-home img {
        width: 33%;
        margin: 8%;
        margin-top: 0px;
    }

    .bg-imgmia {
        background-image: url(/typo3conf/ext/orientatheme/Resources/Public/Images/home-valorizzazione.jpg);
        min-height: 320px;
        background-repeat: no-repeat;
        background-size: cover;
        height:auto;
    }

    #LoginButtonBranchMobile img, #LoginCompanyMobile img
    {
        width: 30px;
        vertical-align: bottom;
    }

    #LoginButtonBranchMobile
    {
        margin-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    #LoginCompanyMobile
    {
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    #header-content-joboffer
    {
        background: none !important;
    }

    #jobContainerList
    {
        padding:0;
    }

    #ImproveYourSearchButton
    {
        text-decoration: underline;
        cursor: pointer;
    }


}

@media screen and (min-width: 768px) {

  #LoginButtonBranchMobile,#LoginCompanyMobile
  {
      display: none;
  }

}

@media screen and (max-width: 768px) {

    .job-title h1
    {
        hyphens: auto;
    }

}