.hr-breadcrumb {
	position: relative;
	padding: 250px 0 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.hr-breadcrumb:before {
	position: absolute;
	content: '';
	background: rgba(52, 52, 52, 0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
}

.hr-breadcrumb .hr-titel {
	margin-bottom: 1rem;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
	font-family: var(--font-03);
}
.hr-breadcrumb::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}

.hr-breadcrumb .hr-titel span {
	color: var(--white);
	line-height: 0.833;
	font-size: 60px;
	text-align: center;
}

.hr-breadcrumb .hr-text {
	margin-bottom: 0;
	color: var(--white)
}

.hr-breadcrumb .btn-main {
	margin-top: 1.2rem;
	display: inline-block
}
.hr-breadcrumb .breadcrumb_watermark {
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	top: 148px;
	z-index: 0;
	font-size: 150px;
	font-weight: 600;
	position: absolute;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
	z-index: 2;
}
@media screen and (max-width: 1280px) {
    .hr-breadcrumb .breadcrumb_watermark {
        overflow: hidden;
    }
}
@media screen and (max-width: 991px) {
    .hr-breadcrumb .breadcrumb_watermark {
        top: 50%;
        font-size: 130px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 680px) {
    .hr-breadcrumb .breadcrumb_watermark {
        font-size: 70px;
    }
    .hr-breadcrumb .hr-titel span{
    	font-size: 60px;
    }
    .hr-breadcrumb{
    	padding: 180px 0 180px;
    }
}
@media screen and (max-width:425px) {
	.hr-breadcrumb {
	padding: 195px 0 70px;
}
.hr-breadcrumb .breadcrumb_watermark {
	font-size: 50px;
	top: 63%;
	line-height: 40px;
}	
.hr-breadcrumb .hr-titel span {
	font-size: 30px;
}
.hr-breadcrumb .hr-titel {
	font-size: 55px;
	line-height: 45px;
}
}