.zwirni_language_detector_switch { padding: 0 }

.zwirni_language_detector_switch > li > a:before {
    background-position: 0 0;
    content: "";
    display: inline-block;
    height: 25px;
    width: 50px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 6px #000;
}

.zwirni_language_detector_switch > li > a > span {
    display: none; 
}

.zwirni_language_detector_switch > li.zwirni_language_detector_lang_de > a:before {
    background-image: url(/modules/zwirni_language_detector/media/de.png);
    width: 42px;
}

.zwirni_language_detector_switch > li.zwirni_language_detector_lang_en > a:before {
    background-image: url(/modules/zwirni_language_detector/media/en.png);
}

.zwirni_language_detector_switch > li.zwirni_language_detector_lang_it > a:before {
    background-image: url(/modules/zwirni_language_detector/media/it.png);
}

.zwirni_language_detector_switch > li.zwirni_language_detector_lang_nl > a:before {
    background-image: url(/modules/zwirni_language_detector/media/nl.png);
}

.zwirni_language_detector_switch > li.zwirni_language_detector_lang_pl > a:before {
    background-image: url(/modules/zwirni_language_detector/media/pl.png);
    width: 40px;
}

.zwirni_language_detector_switch + h1 { 
    display: inline-block;
    margin-top: 0;
}
