.rank-math-breadcrumb{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 60px 0 80px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4286;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb .separator{
	color: var(--wp--preset--color--grau);
	text-decoration: none;
}
.rank-math-breadcrumb a:hover{
	text-decoration: underline;
}
.rank-math-breadcrumb a:first-child{
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.rank-math-breadcrumb a:first-child::before{
	content: url('data:image/svg+xml,<svg height="14" viewBox="0 0 13 14" width="13" xmlns="http://www.w3.org/2000/svg"><path d="m1.55556 12.4444h2.33333v-4.66662h4.66667v4.66662h2.33334v-6.99996l-4.66668-3.5-4.66666 3.5zm-1.55556 1.5556v-9.33333l6.22222-4.66667 6.22218 4.66667v9.33333h-5.4444v-4.66667h-1.55556v4.66667z" fill="%23868686"/></svg>');
}
.rank-math-breadcrumb .last{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px){
	.rank-math-breadcrumb{
		margin: 40px 0 60px;
	}
}