ul {
	margin: 0;
	padding: 0;
}

li::marker {
	color: #e3000b;
	color: var(--red);
}

.list-bar {
	margin: 0;
	margin-bottom: 0.5rem;
	padding: 0;
	font-family: "Lilita One", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

.list-bar li {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	list-style: none;
}

.list-bar li:not(li:first-of-type)::before {
	content: '•';
	display: inline-block;
	margin-left: 0.4rem;
	margin-right: 0.5rem;
}

/* Modifiers */

.content-stage-inner--narrow .list-bar {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.grid-full--rezepte .list-bar {
	font-size: 12px;
}

.rezept-teaser-item .list-bar {
	font-size: 12px;
}

.grid-dual-rezept--detail .list-bar {
	font-family: "LDFabiolPro_W", Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.35rem;
	line-height: 1.3;
	border-top: none;
	border-bottom: none;
}

/* Search Results */

.search-results {
	font-size: 1.25rem;
}

.search-results li {
	margin-bottom: 0.5rem;
}
