.part-langswitch .component-body{
    position: absolute;
    top:20px;
    right:5px;
}
.part-langswitch .lang{
    padding:5px 15px;
}
.part-langswitch .hu_HU{
    background: url("../images/hu_HU.png") no-repeat;
}
.part-langswitch .en_GB{
    background: url("../images/en_GB.png") no-repeat;
}
.part-langswitch .de_DE{
    background: url("../images/de_DE.png") no-repeat;
}

.part-langswitch .lang{
    display:inline-block;
    text-indent: -9999px;
}

@media screen and (max-width: 992px){
    
    .part-langswitch .component-body{
        width:100%;
        text-align: center;
        top:80px;
        right:0;
        left:0;
    }
}