.helix-job__header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
  gap: 80px;
}

.helix-job__content {
  width: 100%;
  padding: 0 1.5rem;
  margin-top: 80px;
}

.helix-job__footer {
  width: 100%;
  padding: 0 1.5rem;
  margin-top: 80px;
}

.helix-job__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ed0000;
}

.helix-job__header-meta-container {
  display: flex;
  gap: 12px;
  flex-direction: column;
  flex-wrap: wrap;
}

.helix_job__header-img-container {
  order: 1;
}

.helix-job__header-content {
  display: flex;
  flex-direction: column;
  order: 2;
  gap: 40px;
}

.helix-job__header-meta-item {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  align-items: center;
}

.helix-job__header-meta-item p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 28px;
}

.helix_job__header-img {
  width: 100%;
  border-radius: 0 0 0 60px;
}

.helix-job__content-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

.helix-job__content-table-of-contents-title-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.helix-job__content-table-of-contents-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.helix-job__content-table-of-contents-container {
  position: relative;
  height: 100%;
}

.helix-job__content-table-of-contents {
  position: sticky;
  display: flex;
  top: 120px;
  flex-direction: column;
  gap: 16px;
}

.helix-job__content-table-of-contents-item {
  display: flex;
  gap: 12px;
}

.helix-job__content-table-of-contents-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.helix-job__content-table-of-contents-item-icon {
  fill: #6e6e6e;
}

.helix-job__content-table-of-contents-item:hover
  .helix-job__content-table-of-contents-item-text {
  font-weight: 700;
  color: #222;
}

.helix-job__content-table-of-contents-item:hover
  .helix-job__content-table-of-contents-item-icon {
  fill: #ed0000;
}

.helix-job__details {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.helix-job__details h2 {
  font-size: 24px;
  font-weight: 700;
}

.helix-job__details h3 {
  font-family: "sparkasse-rg";
  font-size: 20px;
  font-weight: 400;
}

.helix-job__details h4 {
  font-family: "sparkasse-rg";
  font-size: 18px;
  font-weight: 400;
}

.helix-job__details li {
  padding-left: 50px;
  margin-bottom: 16px;
  color: #222;
}

.helix-job__details p {
  color: #222;
}

.helix-job__details li::before {
  height: 24px;
  width: 24px;
  background-size: 24px;
  left: 12px;
}

.helix-job__company-awards {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  align-items: center;
}

.helix-job__company-awards-capital {
  width: 100%;
  max-width: 174px;
}

.helix-job__company {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.helix-job__description {
  position: relative;
}

.helix-job__description-img {
  display: none;
}

.helix-job__benefits li::before {
  background-image: url("../media/images/benefit-icon.svg");
  background-repeat: no-repeat;
  height: 56px;
  width: 80px;
  background-size: contain;
  left: 0;
  top: -16px;
}

.helix-job__benefits li {
  margin-top: 56px;
  padding-left: 100px;
}

.helix-job__benefits li:first-child {
  margin-top: 20px;
}
.button--red {
  padding: 0.75rem 1.1875rem;
}

.helix-job__contact {
  background-color: #f0f0f0;
  padding: 48px 24px;
  border-radius: 0 0 0 60px;
}

.helix-job__contact-btn-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  align-items: center;
  margin-top: 64px;
  position: relative;
}

.helix-job__contact-btn-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.helix-job__contact-scribble {
  display: none;
}

.helix-job__foter-contact-title-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.helix-job__foter-contact-title-container h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ed0000;
}

.helix-job__footer-contact-container {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.helix-job__footer-contact-item img {
  border-radius: 0 60px 0 0;
  width: 100%;
}

.helix-job__footer-contact-item h3 {
  margin: 24px 0 16px 0;
}

.helix-job__footer-faq {
  display: grid;
  background-color: #f0f0f0;
  padding: 0 24px 35px 24px;
  grid-template-columns: 1fr;
  border-radius: 0 0 0 60px;
  gap: 48px;
}

.helix-job__footer-faq {
  margin-top: 200px;
  margin-bottom: 80px;
}

.helix-job__footer-faq img {
  margin-top: -80px;
  border-radius: 0 60px 0 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 480px;
}

.helix-job__footer-faq h2 {
  font-size: 24px;
  font-weight: 700;
}

.helix-job__footer-faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.helix-job__contact-btn-overview {
  font-weight: 700;
}

/* Large Desktop - 1920px */
@media (min-width: 120em) {
}

/* Desktop - 1024px */
@media (min-width: 64em) {
  .helix-job__header {
    grid-template-columns: 2fr 3fr;
    gap: 140px;
    padding: 0 100px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1332px;
  }

  .helix-job__content {
    padding: 0 100px;
    margin: 120px auto 0 auto;
    max-width: 1332px;
  }

  .helix-job__footer {
    padding: 0 100px;
    margin: 120px auto 0 auto;
    max-width: 1332px;
  }

  .helix-job__title {
    font-size: 40px;
    line-height: 48px;
  }

  .helix-job__content-container {
    grid-template-columns: 260px 1fr;
  }

  .helix-job__details h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .helix-job__details h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .helix-job__details h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .helix-job__company-awards {
    flex-direction: row;
  }

  .helix-job__company {
    gap: 64px;
  }

  .helix-job__company,
  .helix-job__description,
  .helix-job__requirements,
  .helix-job__benefits {
    width: 100%;
    max-width: 700px;
  }

  .helix-job__company {
    margin: 0 auto;
  }

  .helix-job__description,
  .helix-job__requirements,
  .helix-job__benefits {
    margin: 120px auto 0 auto;
  }

  .helix-job__description-img {
    display: block;
    position: absolute;
    left: -200px;
    height: 200px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .helix-job__contact-btn-container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .helix-job__contact-btn-wrapper {
    flex-direction: row;
    width: auto;
  }

  .helix-job__contact {
    padding: 48px 100px;
  }

  .helix-job__contact-scribble {
    display: block;
    position: absolute;
    width: 42px;
    right: -12px;
    top: -40px;
  }

  .helix-job__foter-contact-title-container {
    flex-direction: row;
    gap: 210px;
    align-items: center;
  }

  .helix-job__footer-contact-container {
    margin-top: 80px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .helix-job__footer-faq {
    padding: 0 100px 120px 100px;
    grid-template-columns: 2fr 3fr;
    border-radius: 0 0 0 60px;
    gap: 150px;
    margin-bottom: 120px;
  }

  .helix-job__footer-faq-container {
    height: 100%;
    justify-content: end;
    padding-bottom: 40px;
    align-items: start;
  }

  .helix-job__footer-faq-container h2 {
    line-height: 32px;
  }

  .helix-job__header-content {
    order: 1;
  }

  .helix_job__header-img-container {
    order: 2;
  }

  .helix-job__header-meta-container {
    flex-direction: row;
  }
}

/* Tablet - 768px */
@media (min-width: 48em) {
  .helix-job__header {
    grid-template-columns: 2fr 3fr;
    padding: 0 3rem;
  }

  .helix-job__content {
    padding: 0 3rem;
  }

  .helix-job__footer {
    padding: 0 3rem;
  }
}
