/**
 * M-DREI Jobs – Badge im Navigationsmenü (Anzahl offener Stellen).
 */

.mdj-nav-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	margin-left: 8px;
	padding: 0 7px;
	border-radius: 999px;
	background: #9E2A3C;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	vertical-align: middle;
}
