/*@media only screen and (max-width: 1150px) {
    .fusion-main-menu > ul > li {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1125px) {
    .fusion-header-wrapper .fusion-header .autocentrum-partner-logo img {
        max-width: 150px;
    }
    .fusion-logo img {
        max-width: 175px;
    }
}
@media only screen and (max-width: 1051px) {
    .fusion-secondary-header {
        display: none;
    }
    .fusion-header-wrapper .fusion-header .autocentrum-partner-logo {
        display: none;
    }
    .fusion-header-wrapper .fusion-header .fusion-main-menu {
        float: right;
    }
}
@media only screen and (max-width: 1024px) {
    .fusion-main-menu > ul > li:last-child {
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 910px) {
    nav {
        margin-top: 0 !important;
        height: 100% !important;
    }
}*/