.hr-breadcrumb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center
}

.hr-breadcrumb::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: hsl(0deg 0% 20% / 50%);
	top: 0;
	left: 0;
	z-index: 0;
}

.hr-breadcrumb .hr-titel {
	font-weight: 900;
	font-size: 50px;
	line-height: 80px;
	margin-bottom: 15px;
	color: var(--white);
	margin-top: 60px;
	position: relative;
	padding-top: 150px
}

.hr-breadcrumb .hr-titel span {
	color: var(--white);
	font-family: var(--font-01);
	font-weight: 600;
}

.hr-breadcrumb .hr-text {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--white);
	position: relative
}

.hr-breadcrumb .btn-main {
	margin-top: 1.2rem;
	display: inline-block
}

.hr-breadcrumb-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	list-style-type: none;
	position: relative;
	padding: 0;
}

.hr-breadcrumb-link li {
	margin: 0 3px;
	color: var(--white);
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	font-family: var(--font-01)
}

.hr-breadcrumb-link li a {
	color: var(--white);
	font-weight: 300;
	margin-right: 2px;
	font-family: var(--font-01)
}

.hr-breadcrumb .shape-01 {
	position: absolute;
	z-index: 111;
	bottom: 0;
	left: 30px
}

.hr-breadcrumb .shape-02 {
	position: absolute;
	z-index: 111;
	bottom: 0;
	right: 85px
}

.hr-desktop-banner {
	display: block
}

.hr-mobile-banner {
	display: none
}

.hr-tablet-banner {
	display: none !important
}

@media(min-width:1366px) {
	.hr-breadcrumb .shape-02 img {
		max-width: 350px;
		width: 350px
	}
}

@media(min-width:1517px) {
	.hr-breadcrumb .shape-02 img {
		max-width: 450px;
		width: 450px
	}
}

@media (max-width:1800px) {
	.hr-breadcrumb .shape-01 {
		left: 0
	}

	.hr-breadcrumb .shape-01 img {
		max-width: 330px
	}

	.hr-breadcrumb .shape-02 {
		right: 0
	}
}

@media (max-width:1500px) {
	.hr-breadcrumb {
		min-height: 530px
	}

	.hr-breadcrumb .hr-titel {
		font-size: 45px;
		line-height: 70px
	}

	.hr-breadcrumb .shape-01 img {
		max-width: 250px
	}
}

@media (max-width:1200px) {
	.hr-breadcrumb {
		min-height: 400px
	}

	.hr-breadcrumb .shape-01 {
		left: 30px
	}

	.hr-breadcrumb .shape-01 img {
		max-width: 200px
	}

	.hr-breadcrumb .shape-02 img {
		max-width: 270px
	}
}

@media (max-width:1024px) {
	.hr-mobile-banner {
		display: none !important
	}

	.hr-desktop-banner {
		display: none
	}

	.hr-tablet-banner {
		display: block !important
	}
}

@media (max-width:991px) {
	.hr-breadcrumb .shape-01 {
		left: -50px
	}

	.hr-breadcrumb .shape-02 {
		right: 8px
	}

	.hr-breadcrumb .shape-02 img {
		max-width: 260px
	}
}

@media (max-width:767px) {
	.hr-breadcrumb {
		padding: 90px 0
	}

	.hr-breadcrumb .shape-01 {
		display: none
	}

	.hr-breadcrumb .shape-02 {
		display: none
	}

	.hr-breadcrumb .hr-titel {
		font-size: 32px;
		padding-top: 100px
	}

	.hr-mobile-banner {
		display: block !important
	}

	.hr-desktop-banner {
		display: none
	}

	.hr-tablet-banner {
		display: none !important
	}
}

@media screen and (max-width:425px) {
	.hr-breadcrumb {
		padding: 90px 0
	}
}