.angie-breadcrumbs-nav-c71151fb {
	display: block;
	width: 100%;
}

.angie-breadcrumbs-c71151fb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px; /* Overridden by control */
}

.angie-breadcrumbs-c71151fb li {
	display: flex;
	align-items: center;
	gap: inherit;
}

.angie-breadcrumbs-c71151fb a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.angie-breadcrumbs-c71151fb .bc-separator {
	display: flex;
	align-items: center;
	justify-content: center;
}

.angie-breadcrumbs-c71151fb .bc-separator svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

/*
 * Aktueller Beitrag (letzter Eintrag) inkl. vorangehendem Trenner:
 * nur in der Desktop-Ansicht (> 1024px) sichtbar. Auf Tablet und Mobil
 * (<= 1024px) werden beide ausgeblendet.
 */
@media (max-width: 1024px) {
	.angie-breadcrumbs-c71151fb .bc-current-item {
		display: none;
	}

	.angie-breadcrumbs-c71151fb .bc-separator--before-current {
		display: none;
	}
}
