@media (max-width: 1550px) {
    .backtotop {
        right: 30px;
    }
}

@media (max-width: 1088px) {
    .menu {
        display: none;
    }

    .sideMenuButton {
        display: block;
    }

    .customerPortalAndLanguage {
        display: none;
    }

    .mobileMenuBar {
        display: block;
    }

    .manuals {
        width: 540px;
    }

    .manuals img {
        width: 540px;
        height: 60px;
    }
    
    .mobileLanguageSelector {
        display: block;
        color: white;
        font-weight: bold;
        font-size: 14px;
        position: absolute;
        bottom: 0px;
        right: 20px;
    }
    
    .mobileLanguageSelector a {
        color: white;
    }
    
    .mobileLanguageSelector a:hover, .mobileLanguageSelector a.active {
        color: #fbe800;
        text-decoration: none;
    }
}

/*MOBILE*/
@media (max-width: 576px) {
    footer p.align-right {
        text-align: left;
    }

    .contactLeft {
        width: 100%;
    }

    .contactRight {
        width: 100%;
    }

    footer .certificate {
        margin-right: 15px;
        margin-left: 0px;
    }

    .featuredText {
        margin-left:0px;
        margin-top: 10px;
        font-size: 35px;
        line-height: 35px;
        overflow: hidden;
    }

    .content h1 {
        font-size: 35px;
        overflow: hidden;
    }

    .productBlock {
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0;
        background-size: cover;
        background-position-y: center;
    }

    .manuals {
        height: 60px;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .productBlock img {
        display: none;
    }

    .postalAddress {
        margin-top: 0;
    }

    .usermanuals .left, .usermanuals .right {
        width: 100%;
    }

    .textblock img {
        width: 80%;
        height: auto;
    }

    .product img {
        width: 90%;
        max-height: none;
        height: auto;
    }

    .content .buttonWithArrow img {
        width: auto !important;
        height: auto !important;
    }
}