.switcher a {
    color: inherit;
    text-decoration: none;
    /*font-family: "Catamaran";*/
    text-transform: uppercase;
    font-size: 16px;
}

.switcher:hover .language_sec{
    display: block;

}

.switcher .language_sec {
    display: none;
    position: absolute;
}