section.m51_helpcenter_header {
	background: #f8fdff;
	position: relative;
	padding-top: 30px;
	padding-bottom: 210px;
}

section.m51_helpcenter_header:before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url('../../../img/m47_hintergrundmuster.jpg');
	opacity: .05;
}

section.m51_helpcenter_header .m51_breadcrumbs * {
	font-size: .806rem;
	margin-bottom: 0;
}

section.m51_helpcenter_header .m51_breadcrumbs {
	display: flex;
	align-items: center;
	gap: 13px;
	padding-bottom: 70px;
	position: relative;
	z-index: 10;
}

section.m51_helpcenter_header .m51_breadcrumb_item a,
section.m51_helpcenter_header .m51_breadcrumb_trenner {
	color: rgba(13, 13, 23, .5);
	transition: all .4s;
}

section.m51_helpcenter_header .m51_breadcrumb_item a:hover {
	color: rgba(13, 13, 23, 1);
}