/*
	Stile für Vorlage:RegionFlag
*/

.voy-region-flag {
	position: relative;
	display: inline-block;
	border-left: 1.33em solid #ffffff;
	width: 0;
	height: 1em;
	margin: 0;
}
.voy-region-flag::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	border: 0.07em solid #404040;
	width: 1.33em;
	height: 1em;
	top: 0;
	left: -1.33em;
	background: transparent;
}