

/*  ----------  SZECHENYI 2020  ----------  */
#header #szechenyi{
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

#header #szechenyi a{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background: url("../images/logos/logo-sz2020.png") no-repeat top right;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 1590px){
    #header .other-menu{
        right: 40px;
    }
}

@media (max-width: 1510px){
    #header>.container {
        max-width: 100%;
    }

    #header .other-menu{
        right: 250px;
    }

    #header .menu-toggle-button{
        right: 190px;
    }
}

@media (max-width: 650px){
    #header #szechenyi{
        width: 120px;
    }

    #header .menu-toggle-button{
        right: 130px;
    }
}

@media (max-width: 610px){
    #header .other-menu{
        /* display: none; */
    }
}