@media(max-width: 1760px) { 
    .header-right {
        width: unset;
    }
}

@media(max-width: 1360px) {
    header {
        height: 60px;
        padding: 20px 16px 20px 16px;
    }

    .legalbox {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .logo {
        display: none;
    }

    .menubar-text {
        display: none;
    }

    .navbar {
        background-color: unset;
    }

    .mobile-body {
        display: block;
    }

    .mobile-logo {
        width: 32px;
        height: 39px;
        flex-shrink: 0;
    }

    .mobile-header p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .mobile-profile-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 2px solid var(--darkblue, rgb(42, 61, 89));
        width: 40px;
        height: 40px;
        text-decoration: none;
        color: rgb(41, 171, 226);
        flex-shrink: 0;
        font-size: 17px;
        font-weight: 600;
        position: relative;
        right: -18px;
    }

    .mobile-profile-icon:hover {
        background-color: rgb(225, 229, 236);
        transition: 125ms ease-in-out;
    }

    .mobile-nav {
        z-index: 3;
        position: fixed;
        top: unset;
        right: 0;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100%;
        background-color: #2A3647;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: unset;
        padding: 0;
    }

    .menubar a:hover {
        height: 76px;
        width: 76px;
    }

    .mobile-menubar {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        gap: 0px;
        flex-shrink: 0;
    }

    .mobile-menubar a {
        text-decoration: none;
        color: #CDCDCD;
        cursor: pointer;
        display: flex;
        height: 76px;
        width: 76px;
        padding: 0;
        align-items: center;
        gap: 4px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        flex-shrink: 0;

    }

    .mobile-menubar a:hover {
        background-color: rgb(42, 61, 89);
        transition: 10ms;
        color: #FFF;
    }

    .mobile-menubar-text {
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 120%;
        cursor: default;
    }

    .mobile-navbar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 76px;
        height: 76px;
        border-radius: 8px;
        padding: 15px 0px 15px 0px;
    }

    .mobile-navbar img {
        width: 22px;
        height: 22px;
    }

    .mobile-navbar a {
        background-color: rgb(42, 61, 89);
    }

    .selected-color:hover {
        width: 76px;
        transition: 10ms;
    }

    .form-addtask {
        margin-top: 64px;
    }

    .mobile-logo {
        display: block!important;
        position: fixed;
        left: 32px;
    }

    .header-right {
        gap: unset;
    }

    .p-extern {
        display: none;
    }

    .privacy-extern {
        height: 100%!important;
        position: absolute;
        z-index: -2;
    }
}
