.hidden {
    display: none
}

.language-label {
    color: #b1b1b1;
    float: left;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

#language-switcher {
    height: 150px;
    float: right;
    cursor: pointer;
}

#language-switcher #language-switcher-list {
    list-style: none;
    position: absolute
}

#language-switcher .language-pl {
    width: 48px;
    height: 35px;
    background-size: cover;
    background: url("/resources/images/lang/pl.png") no-repeat center;
}

#language-switcher .language-en {
    width: 48px;
    height: 35px;
    background-size: cover;
    background: url("/resources/images/lang/en.png") no-repeat center;
}

#language-switcher .language-de {
    width: 48px;
    height: 35px;
    background-size: cover;
    background: url("/resources/images/lang/de.png") no-repeat center;
}