/* Minimal flag-icons subset (self-hosted). Only de / gb / fr are rendered by
   the language switcher (see layout/header/top-bar.html.twig). Add a flags/<code>.svg
   and a .fi-<code> rule below when a new language is offered. */
.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi:before { content: "\00a0"; }
.fi-de { background-image: url(flags/de.svg); }
.fi-gb { background-image: url(flags/gb.svg); }
.fi-fr { background-image: url(flags/fr.svg); }
