.hr-breadcrumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #161515;
}
.hr-breadcumb-img::before {
  background: linear-gradient(180deg, #161515 30%, hsla(0, 0%, 7%, 0.5), hsla(0, 0%, 7%, 0.001));
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 180px;
}
.hr-breadcrumb .hr-titel {
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: var(--white);
}
.hr-breadcrumb .hr-titel span {
  color: var(--color-3);
}
.hr-breadcrumb .hr-text {
  margin-bottom: 0;
  color: var(--white);
  font-size: 21px;
}
.hr-breadcrumb .btn-main {
  margin-top: 35px;
  display: inline-block;
  background-color: var(--color-4);
}
.hr-breadcrumb .btn-main:hover {
  background-color: var(--color-3);
}
.hr-breadcrumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #161515;
  content: "";
  opacity: 0.2;
}
.hr-breadcrumb .row {
	z-index: 2;
}

.breadcrumb-content {
  padding: 180px 0px;
  z-index: 1;
  position: relative;
}
.hr-breadcumb-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 730px;
  margin-left: auto;
  height: 100%;
}
.hr-breadcumb-img::after {
  content: "";
  width: 240px;
  height: 100%;
  position: absolute;
  left: -60px;
  top: 0;
  background: -webkit-linear-gradient(left,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  background: -moz-linear-gradient(left,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  background: -o-linear-gradient(left,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  background: linear-gradient(90deg,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
}
.hr-breadcumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-content::after {
  content: "";
  width: 220px;
  height: 100%;
  position: absolute;
  right: -70px;
  top: 0;
  background: -webkit-linear-gradient(left,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  background: -moz-linear-gradient(left,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  background: -o-linear-gradient(left,#161515 24%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  background: linear-gradient(90deg,#161515 0%,hsla(0,0%,7%,.5),hsla(0,0%,7%,.001));
  z-index: -1;
}
@media(max-width:1024px){
  .breadcrumb-content::after {
    right: 0px;
    width: 100%;
  }
}
@media(max-width:767.98px){
  .breadcrumb-content::after {
    right: 0px;
    width: 100%;
  }
  .breadcrumb-content{
    padding: 110px 0px;
  }
}

@media(max-width:576px){
  .hr-breadcrumb .hr-titel {
  font-size: 35px;
}
.hr-breadcrumb .hr-text {
  font-size: 18px;
}
}