/* Minimaler Flag-Icons-Ersatz — nur DE und GB */
.fi { display: inline-block; width: 1.33333em; line-height: 1em; background-size: contain; background-position: 50%; background-repeat: no-repeat; vertical-align: middle; }
.fi:before { content: "\00a0"; }
.fi-de { background-image: url('/images/flags/de.svg'); }
.fi-gb { background-image: url('/images/flags/gb.svg'); }
