#block-esolamkportali {
    padding-left: 0;
    display: inline-block;
    /*margin-top: 19px;*/
    margin-left: 1.125rem;
    vertical-align: middle;
}

.header-nav.is-active #block-esolamkportali {    
    right: 2rem;
    position: absolute;
    margin-top: -3px;
}

.appswitcher {
    position: relative;
}

.appswitcher .appswitcher-button {
    display: block;
    background-color: var(--darkgrey-color);
    /*padding: 5px 7px 0px 5px;*/
    border: 2px solid var(--darkgrey-color);
    cursor: pointer;

    transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;

    letter-spacing: 0;
    font-size: 1rem;
    
    /* added in this module */
    width: 36px;
    /*float: right;*/
    /*margin-top: -55px;*/
    padding: 7px 7px 3px 5px;
}

/*.appswitcher .appswitcher-button:hover {*/
.appswitcher:hover > .appswitcher-button {
    background-color: white;
    border: 2px solid var(--iucbenikimk-color);
}

/*.appswitcher .appswitcher-button:hover .appswitcher-arrow {*/
.appswitcher:hover .appswitcher-button .appswitcher-arrow {
    border: solid var(--iucbenikimk-color);
    border-width: 0 3px 3px 0;
}

/*.appswitcher .appswitcher-button:hover + .appswitcher-drawer,
.appswitcher .appswitcher-button:active + .appswitcher-drawer,
.appswitcher .appswitcher-button:focus + .appswitcher-drawer,
.appswitcher .appswitcher-button:focus-within + .appswitcher-drawer,*/
.appswitcher:hover > .appswitcher-drawer,
.appswitcher:hover > .appswitcher-drawer-spacer {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
}


.appswitcher .appswitcher-arrow {
    border: solid var(--iucbenikimk-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    margin-left: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

    transition: border 0.5s ease-in-out;
}

.appswitcher .appswitcher-arrow:last-of-type {
    margin-left: -9px;
}

.appswitcher .appswitcher-drawer-spacer {
    width: 250px;
    height: 250px;
    position: absolute;
    right: -15px;
    top: 1.75rem;
    /*z-index: -1;*/
}

.appswitcher .appswitcher-drawer,
.appswitcher .appswitcher-drawer-spacer {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.appswitcher .appswitcher-drawer {
    background-color: var(--darkgrey-color);
    width: 200px;
    
    -webkit-box-shadow: 0px 0px 10px 3px #969696;
    box-shadow: 0px 0px 10px 3px #969696;
  
    position: absolute;
    right: 0;
    top: 50px;
}

.appswitcher .appswitcher-drawer ul {
    list-style: none;
    margin: 0;
    padding: 15px 15px 15px 15px;
}

.appswitcher .appswitcher-drawer ul li {  
    width: auto;
    margin-bottom: 15px;
}

.appswitcher .appswitcher-drawer ul li:last-child {
    margin-bottom: 0;
}


.appswitcher .appswitcher-drawer ul li a:hover {
    border: 2px solid var(--iucbenikimk-color); 
}

.appswitcher .appswitcher-drawer ul li a:active {
    border: 2px solid var(--iucbenikimk-color); 
    background-color: var(--iucbenikimk-color); 
    color: white;
}

.appswitcher .appswitcher-drawer ul li a { 
    font-family: "linotype", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    /*color: var(--iucbenikimk-color);*/
    color: white;
    text-transform: uppercase;
    display: block;
    line-height: 100%;
  
    text-align: center;
  
    padding: 15px;
    border: 2px solid var(--darkgrey-color); 
}