.__de {
  display: none;
}

html[lang^="de"] .__de {
  display: block;
}

html[lang^="de"] .__en {
  display: none;
}