.langswitcher {
    color: #424a56;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 54px;
    margin: 0 10px 0 0;
    padding: 0;
}

.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}

.langswitcher .active {
    font-weight: bold;
    text-decoration: underline;
}

.langswitcher li a {
    font-size: 14px;
   
}