div.lang-switcher a {
	width: 50px;
  height: 50px; 
}

div.slider-front h3.ba-blog-post-title > a {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* Viditelnost podle jazyka na frontendu */

/* Obsah pouze pro italštinu */
html.lang-it .it-only {
    display: block;
}
html:not(.lang-it) .it-only {
    display: none;
}

/* Obsah pouze pro angličtinu */
html.lang-en .en-only {
    display: block;
}
html:not(.lang-en) .en-only {
    display: none;
}

/* Obsah pouze pro francouzštinu */
html.lang-fr .fr-only {
    display: block;
}
html:not(.lang-fr) .fr-only {
    display: none;
}

/* Obsah pouze pro švýcarskou němčinu */
html.lang-de-ch .de-ch-only {
    display: block;
}
html:not(.lang-de-ch) .de-ch-only {
    display: none;
}

/* Zobrazení všech jazykových tříd v administraci */
html#admin .it-only,
html#admin .en-only,
html#admin .fr-only,
html#admin .de-ch-only {
    display: block !important;
}
