/*  Content    : com_langswitch
    Created on : 2018.01.10., 16:09:13
    Author     : Peta
*/

/* Old langswitch */


div.part-langswitch {
    
}

div.part-langswitch h1.component-heading,
div.part-langswitch h2.component-heading {
    width:21px;
    height:21px;
    background-image:url('../gfx/icon_lang.png');
    background-repeat:no-repeat;
    background-position:0 0;
    cursor: pointer;
    text-indent:-9999px;
}

.part-langswitch .component-body {
    position:absolute;
    top:31px;
    right:0;
}

div.part-langswitch div.component-body a.lang {
    display:block;
    transition:0.3s;
    order:2;
    width:22px;
    height:22px;
    border-radius:11px;
    text-indent:-9999px;
    margin-bottom:5px;
    background-repeat:no-repeat;
    background-size:cover;
}
 

 
 /*

div.part-langswitch {
    
}

div.part-langswitch h1.component-heading,
div.part-langswitch h2.component-heading {
display:none !important;
}

div.part-langswitch div.component-body {
    display:flex;
    flex-direction:column;
    top:0;
    padding:0;
    box-shadow:none;
    background:none;
}

div.part-langswitch div.component-body a {
    display:none;
    order:2;
    width:22px;
    height:22px;
    border-radius:11px;
    text-indent:-9999px;
    margin-bottom:5px;
    background-repeat:no-repeat;
    background-size:cover;
}

*/

div.part-langswitch div.component-body a.lang.active {
    order:1;
}


div.part-langswitch div.component-body a.lang.hu_HU {
    background-image:url('../gfx/hu.svg');
}

div.part-langswitch div.component-body a.lang.en_GB {
    background-image:url('../gfx/gb.svg');
}

div.part-langswitch div.component-body a.lang.de_DE {
    background-image:url('../gfx/de.svg');
}

div.part-langswitch div.component-body a.lang.ru_RU {
    background-image:url('../gfx/ru.svg');
}