
/* ==========================================================================
   specific responsive START
   ========================================================================== */

@media screen and (max-width: 1250px) {
    .danfossHeaderInfoPump {
        right:6%;
    }
    .danfossHeaderInfoLogo {
        right: 3%;
    }
}

@media screen and (max-width: 333px) {
    h1, .h1 {
        font-size: 30px;
    }
}

@media (min-width: 0) {
    .navbar-toggle {
        display: block; /* force showing the toggle */
    }
}

/* ==========================================================================
   specific responsive END
   ========================================================================== */