@import url("native-image-cta.css");

/* Native Jobs hero (pub28) — scoped, Sonderfall mit CTA-Bild */

.native-jobs-hero {
  --jobs-hero-header-overlap: 80px;
  position: relative;
  z-index: 0;
  margin-top: calc(-1 * var(--jobs-hero-header-overlap));
  min-height: 550px;
  background-color: #0082cb;
  background-image: url("../img/jobs/hit_jobs_header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow: visible;
}

.native-jobs-hero .native-jobs-hero__inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  min-height: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  box-sizing: border-box;
  padding: var(--jobs-hero-header-overlap) 15px 0;
}

.native-jobs-hero .native-jobs-hero__content {
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.native-jobs-hero .native-jobs-hero__title {
  margin: 0;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.native-jobs-hero .native-jobs-hero__subtitle {
  margin: 120px 0 50px;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.native-jobs-hero .native-jobs-hero__cta {
  position: absolute;
  left: 52%;
  right: auto;
  top: auto;
  bottom: 12px;
  width: 46%;
  text-align: left;
  box-sizing: border-box;
  z-index: 5;
  pointer-events: none;
}

.native-jobs-hero .native-jobs-hero__cta a {
  position: relative;
  z-index: 5;
  display: inline-block;
  pointer-events: auto;
}

.native-jobs-hero .native-jobs-hero__cta-img {
  display: block;
  width: 59%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
}

@media (min-width: 768px) {
  .native-jobs-hero .native-jobs-hero__content {
    padding-top: 56px;
  }

  .native-jobs-hero .native-jobs-hero__subtitle {
    margin: 40px 0 28px;
  }
}

@media (max-width: 1366px) {
  .native-jobs-hero {
    height: 550px;
    min-height: 550px;
    padding-bottom: 64px;
    box-sizing: border-box;
  }

  .native-jobs-hero .native-jobs-hero__inner {
    min-height: 550px;
    height: 100%;
  }

  .native-jobs-hero .native-jobs-hero__cta {
    bottom: 10px;
    left: 50%;
    width: 48%;
  }
}

@media (max-width: 1200px) {
  .native-jobs-hero .native-jobs-hero__inner {
    padding-left: 11px;
    padding-right: 11px;
  }

  .native-jobs-hero .native-jobs-hero__title {
    font-size: 44px;
  }

  .native-jobs-hero .native-jobs-hero__cta {
    left: 48%;
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .native-jobs-hero .native-jobs-hero__inner {
    min-height: 550px;
    height: 100%;
  }

  .native-jobs-hero .native-jobs-hero__title {
    font-size: 35px;
  }

  .native-jobs-hero .native-jobs-hero__subtitle {
    font-size: 35px;
  }
}

@media (max-width: 880px) {
  .native-jobs-hero .native-jobs-hero__inner {
    min-height: 550px;
    height: 100%;
  }

  .native-jobs-hero .native-jobs-hero__subtitle {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .native-jobs-hero {
    height: auto;
    min-height: 409px;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  .native-jobs-hero .native-jobs-hero__inner {
    min-height: 250px;
    height: auto;
    padding: calc(125px + var(--jobs-hero-header-overlap)) 15px 112px;
  }

  .native-jobs-hero .native-jobs-hero__content {
    width: 100%;
    text-align: center;
    padding: 0 0 12px;
  }

  .native-jobs-hero .native-jobs-hero__title {
    margin: 25px 0 0;
    font-size: 30px;
  }

  .native-jobs-hero .native-jobs-hero__subtitle {
    margin: 25px 0 0;
    font-size: 30px;
  }

  .native-jobs-hero .native-jobs-hero__cta {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 28px;
    right: auto;
    width: auto;
    margin: 0;
    transform: none;
    text-align: left;
  }

  .native-jobs-hero .native-jobs-hero__cta-img {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
 * A-014: Jobs Benefits (ersetzt Elementor Icon-List d4f1566)
 * ========================================================================== */

.native-jobs-benefits {
  margin: 0;
  padding: 0;
}

.native-jobs-benefits__inner {
  margin: 0;
  padding: 0;
}

.native-jobs-benefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.native-jobs-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid #c8c8c8;
}

.native-jobs-benefits__item:first-child {
  padding-top: 0;
}

.native-jobs-benefits__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.native-jobs-benefits__icon {
  flex: 0 0 35px;
  width: 35px;
  min-width: 35px;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #0579b4;
}

.native-jobs-benefits__icon svg {
  display: block;
  width: 35px;
  height: auto;
  max-height: 35px;
}

.native-jobs-benefits__text {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 10px;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: inherit;
  line-height: 1.5;
  color: inherit;
}

@media (max-width: 767px) {
  .native-jobs-benefits__item {
    padding: 10px 0;
  }

  .native-jobs-benefits__text {
    padding-left: 8px;
  }
}
/* ==========================================================================
 * Jobs Restsektionen (pub29) — Openings, Teamgeist, CTA-Band
 * ========================================================================== */

.native-jobs-content {
  margin: 0;
  padding: 0;
}

.native-jobs-content__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.native-jobs-section {
  margin: 0;
  box-sizing: border-box;
}

.native-jobs-section__title {
  margin: 0 0 1em;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

.native-jobs-section--openings {
  padding: 100px 0 50px;
}

.native-jobs-section--openings .native-jobs-text p {
  margin: 0 0 1em;
}

.native-jobs-section--openings .native-jobs-text p:last-child {
  margin-bottom: 0;
}

.native-jobs-section--openings .native-jobs-text a[href^="mailto:"] {
  color: var(--hit-blue);
}

.native-jobs-section--teamgeist {
  background-color: #f2e9d9;
  padding: 50px 0;
}

.native-jobs-section--teamgeist .native-jobs-section__title {
  margin-bottom: 1em;
}

.native-jobs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
}

.native-jobs-grid > .native-jobs-text,
.native-jobs-grid > .native-jobs-media {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.native-jobs-section--teamgeist .native-jobs-text {
  padding: 10px 10px 10px 0;
}

.native-jobs-section--teamgeist .native-jobs-media img {
  display: block;
  width: 100%;
  height: auto;
}

.native-jobs-section--cta {
  padding: 50px 0;
}

.native-jobs-section--cta .native-jobs-grid > .native-jobs-media--cta {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}

.native-jobs-section--cta .native-jobs-grid > .native-jobs-text--intro {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.native-jobs-media--cta > img {
  display: block;
  width: 100%;
  height: auto;
}

.native-jobs-media--cta .native-jobs-text {
  padding: 0;
}

.native-jobs-media--cta .native-jobs-text p {
  margin: 0 0 1em;
}

.native-jobs-media--cta .native-jobs-text a {
  color: var(--hit-blue);
}

.native-jobs-button {
  margin: 0;
  text-align: start;
}

.native-jobs-button a {
  display: inline-block;
}

.native-jobs-button img {
  display: block;
  width: 290px;
  max-width: 100%;
  height: auto;
}

.native-jobs-text--intro > p {
  margin: 0 0 1em;
}

@media (max-width: 1200px) {
  .native-jobs-section--openings {
    padding: 50px 0;
  }

  .native-jobs-section--teamgeist {
    padding: 50px 25px;
  }

  .native-jobs-section--cta {
    padding: 50px 25px;
  }
}

@media (max-width: 1024px) {
  .native-jobs-section--teamgeist {
    padding: 35px 15px;
  }

  .native-jobs-section--cta {
    padding: 35px 15px;
  }

  .native-jobs-section--cta .native-jobs-text--intro {
    padding: 50px 0 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .native-jobs-grid > .native-jobs-text,
  .native-jobs-grid > .native-jobs-media,
  .native-jobs-section--cta .native-jobs-grid > .native-jobs-media--cta,
  .native-jobs-section--cta .native-jobs-grid > .native-jobs-text--intro {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .native-jobs-section--teamgeist {
    margin-bottom: 75px;
    padding: 25px 10px;
  }

  .native-jobs-section--cta {
    margin-bottom: 75px;
    padding: 25px 10px;
  }

  .native-jobs-grid > .native-jobs-text,
  .native-jobs-grid > .native-jobs-media,
  .native-jobs-section--cta .native-jobs-grid > .native-jobs-media--cta,
  .native-jobs-section--cta .native-jobs-grid > .native-jobs-text--intro {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .native-jobs-section--teamgeist .native-jobs-text {
    padding: 0;
  }
}
