.projects-hero {
  background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-09.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0 40px 0;
  position: relative;
}
@media (max-width: 992px) {
  .projects-hero {
    padding: 0 0 32px 0;
  }
}
@media (max-width: 767px) {
  .projects-hero__container._container {
    padding: 0;
  }
}
.projects-hero__body {
  display: flex;
  min-height: 405px;
}
@media (max-width: 1325px) {
  .projects-hero__body {
    min-height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .projects-hero__body {
    flex-direction: column;
  }
}
.projects-hero__col-01 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  max-width: 720px;
  height: 100%;
  max-height: 405px;
  border-radius: 0 24px 24px;
  border: 1px solid #012527;
}
@media (min-width: 1650px) {
  .projects-hero__col-01 {
    position: relative;
    top: 0;
    left: -120px;
    border-radius: 24px;
  }
}
@media (max-width: 1325px) {
  .projects-hero__col-01 {
    position: static;
    width: 50%;
    max-width: 100%;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .projects-hero__col-01 {
    border-radius: 0;
    width: 100%;
    min-height: 220px;
  }
}
.projects-hero__video {
  border-radius: 0 24px 24px 0;
  position: relative;
  height: 100%;
}
@media (max-width: 1325px) {
  .projects-hero__video {
    border-radius: 24px;
  }
}
@media (min-width: 1650px) {
  .projects-hero__video {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .projects-hero__video {
    border-radius: 0;
    width: 100%;
    min-height: 220px;
  }
}
.projects-hero__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 24px 24px 0;
}
@media (max-width: 1325px) {
  .projects-hero__video iframe {
    border-radius: 24px;
  }
}
@media (min-width: 1650px) {
  .projects-hero__video iframe {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .projects-hero__video iframe {
    border-radius: 0;
    width: 100%;
    min-height: 220px;
  }
}
.projects-hero__overlay {
  border-radius: 0 24px 24px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1325px) {
  .projects-hero__overlay {
    border-radius: 24px;
  }
}
@media (min-width: 1650px) {
  .projects-hero__overlay {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .projects-hero__overlay {
    border-radius: 0;
    width: 100%;
    min-height: 220px;
  }
}
.projects-hero__btn-play {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projects-hero__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.projects-hero__btn-play:hover {
  background-color: #012527;
}
.projects-hero__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 1024px) {
  .projects-hero__btn-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.projects-hero__col-02 {
  max-width: 520px;
  width: 100%;
  margin: 36px 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1325px) {
  .projects-hero__col-02 {
    width: 50%;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .projects-hero__col-02 {
    margin: 0;
    gap: 32px;
    width: 100%;
    padding: 0 16px;
  }
}
.projects-hero__label {
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #004c51;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (max-width: 767px) {
  .projects-hero__label {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.projects-hero__title {
  font-size: 40px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .projects-hero__title {
    font-size: 32px;
  }
}
.projects-hero__text {
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  font-weight: 500;
  font-family: "TestSohne-Buch", sans-serif;
}
@media (max-width: 992px) {
  .projects-hero__text {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */