/* PLACE FLAG BEFORE TEXT, SVG DOENS"T SCALE TO WITH AUTOMATICALLY. NEEDS BACKGROUND-SIZE */
.svgflag:before{
content: "";
display: block;
float: left;
margin: 0 5px 0 0;
width:21px;
height:21px;
background-size: 21px 14px;
background-position: left bottom;
}
.svgflag.en:before{
background: url("/wp-content/uploads/2025/01/flagen.svg") no-repeat;
}
.svgflag.nl:before{
background: url("/wp-content/uploads/2025/01/flagen.svg") no-repeat;
}