/*
Theme Name: Divi Child
Description: Divi Child-Theme by divi-themes.de
Author: divi-themes.de
Author URI: http://divi-themes.de
Template: Divi
*/

/*
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700,900|Dosis:300,400,700|Oswald:300,400,700');
*/

/*
font-family: 'Barlow', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Dosis', sans-serif;
*/

@media screen and (max-width:980px) {
    #lang-switch-mobile {
        float:left;
        line-height:29px;
        padding-right:2em;
    }

    #lang-switch-mobile li {
        display:inline-block; /*one line*/
        position:relative; /*clickable*/
        padding-right:1em;
    }
}

@media screen and (min-width:981px) {
    #lang-switch-mobile {
	display:none;
    }
}

@media print {
    #lang-switch-mobile {
	display:none;
    }
}


