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

/* Native Über uns hero (pub28) — scoped */

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

.native-uber-uns-hero .native-uber-uns-hero__inner {
  max-width: 1140px;
  margin: 0 auto;
  min-height: 640px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: var(--uber-uns-hero-header-overlap) 15px 0;
  box-sizing: border-box;
}

.native-uber-uns-hero .native-uber-uns-hero__content {
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
}

.native-uber-uns-hero .native-uber-uns-hero__title {
  margin: 50px 0 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-uber-uns-hero .native-uber-uns-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);
}

@media (max-width: 1366px) {
  .native-uber-uns-hero {
    height: 550px;
  }

  .native-uber-uns-hero .native-uber-uns-hero__inner {
    min-height: 550px;
    height: auto;
  }
}

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

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

@media (max-width: 1024px) {
  .native-uber-uns-hero .native-uber-uns-hero__inner {
    min-height: 450px;
  }

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

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

@media (max-width: 880px) {
  .native-uber-uns-hero .native-uber-uns-hero__inner {
    min-height: 350px;
  }

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

@media (max-width: 767px) {
  .native-uber-uns-hero {
    height: auto;
    min-height: 359px;
  }

  .native-uber-uns-hero .native-uber-uns-hero__inner {
    min-height: 250px;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: calc(125px + var(--uber-uns-hero-header-overlap)) 15px 50px;
  }

  .native-uber-uns-hero .native-uber-uns-hero__content {
    width: 100%;
    text-align: center;
  }

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

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

/* Native Über uns values grid (A-016) — scoped */

.native-uber-values {
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
}

.native-uber-values .native-uber-values__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.native-uber-values .native-uber-values__title {
  margin: 0 0 28px;
  text-align: center;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #2a82c9;
}

.native-uber-values .native-uber-values__grid {
  display: grid;
  gap: 10px 20px;
}

.native-uber-values .native-uber-values__grid--row1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 10px;
}

.native-uber-values .native-uber-values__grid--row2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.native-uber-values .native-uber-values__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.native-uber-values .native-uber-values__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 70px;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.native-uber-values .native-uber-values__icon--offset-58 {
  padding-top: 58px;
}

.native-uber-values .native-uber-values__icon--offset-49 {
  padding-top: 49px;
}

.native-uber-values .native-uber-values__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.native-uber-values .native-uber-values__text {
  width: 100%;
  text-align: center;
  line-height: 25px;
  color: #2a82c9;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
}

.native-uber-values .native-uber-values__text p {
  margin: 0;
}

.native-uber-values .native-uber-values__text strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .native-uber-values .native-uber-values__grid--row1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .native-uber-values .native-uber-values__grid--row2 {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .native-uber-values {
    padding: 50px 15px;
  }

  .native-uber-values .native-uber-values__inner {
    padding: 0;
  }

  .native-uber-values .native-uber-values__grid--row1,
  .native-uber-values .native-uber-values__grid--row2 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .native-uber-values .native-uber-values__icon--offset-58,
  .native-uber-values .native-uber-values__icon--offset-49 {
    padding-top: 6px;
  }
}

/* Native Über uns Jobs-CTA band (A-017) — scoped */

.native-uber-jobs-cta {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  background-color: #0082cb;
  background-image: url("../img/uber-uns/hit_kurzportrait_uber_uns.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  /* VQA-011: Sticker darf als Tape über Kanten ragen (vgl. VQA-010) */
  overflow: visible;
}

.native-uber-jobs-cta .native-uber-jobs-cta__inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  min-height: 680px;
  box-sizing: border-box;
}

.native-uber-jobs-cta .native-uber-jobs-cta__content {
  /* VQA-011c: kein position:relative — Badge verankert sich am __inner (Section-Oberkante) */
  position: static;
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 128px 0 0 10px;
}

.native-uber-jobs-cta .native-uber-jobs-cta__title {
  margin: 14px 0 0;
  padding: 0;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.native-uber-jobs-cta .native-uber-jobs-cta__portrait {
  display: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.native-uber-jobs-cta .native-uber-jobs-cta__portrait img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* VQA-011c: Tape am Übergang weiss → Bild (top der Section, nicht bottom/% der Spaltenhöhe) */
.native-uber-jobs-cta .native-uber-jobs-cta__badge {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: auto;
  z-index: 5;
  box-sizing: border-box;
  transform: translateY(-45%);
}

.native-uber-jobs-cta .native-uber-jobs-cta__badge-link {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.native-uber-jobs-cta .native-uber-jobs-cta__badge-img {
  display: block;
  width: 68%;
  max-width: 420px;
  height: auto;
}

@media (max-width: 1366px) {
  .native-uber-jobs-cta .native-uber-jobs-cta__inner {
    min-height: 550px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge {
    transform: translateY(-44%);
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge-img {
    width: 66%;
    max-width: 400px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__content {
    padding-top: 118px;
  }
}

@media (max-width: 1024px) {
  .native-uber-jobs-cta {
    background-position: center left;
    padding-bottom: 100px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__inner {
    min-height: 450px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__content {
    width: 100%;
    padding: 112px 0 0 25px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__title {
    margin: 12px 0 25px;
    font-size: 35px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__portrait {
    display: block;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge {
    left: 25px;
    transform: translateY(-42%);
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge-img {
    width: 62%;
    max-width: 380px;
  }
}

@media (max-width: 880px) {
  .native-uber-jobs-cta {
    padding-right: 15px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__inner {
    min-height: 350px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__content {
    padding: 100px 0 0 25px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__title {
    margin: 10px 0 25px;
    font-size: 30px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge {
    left: 25px;
    transform: translateY(-40%);
  }
}

@media (max-width: 767px) {
  .native-uber-jobs-cta {
    margin-bottom: 100px;
    background-position: center left;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__inner {
    min-height: 0;
    padding-bottom: 50px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__content {
    width: 100%;
    padding: 50px 15px 50px;
    text-align: start;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__title {
    font-size: 27px;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 18px;
    transform: none;
  }

  .native-uber-jobs-cta .native-uber-jobs-cta__badge-img {
    width: 58%;
    max-width: 340px;
  }
}

/* Native Über uns rest content (DOM cleanup 2026-05-15) — scoped */

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

.native-uber-section {
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
}

.native-uber-section--beige {
  background-color: #f2e9d9;
  padding-bottom: 25px;
}

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

.native-uber-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  align-items: center;
  margin: 0 0 40px;
}

.native-uber-grid:last-child {
  margin-bottom: 0;
}

.native-uber-text__title {
  margin: 0 0 16px;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
  color: #2a82c9;
}

.native-uber-text__body {
  margin: 0;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
}

.native-uber-text__body p {
  margin: 0 0 1em;
}

.native-uber-text__body p:last-child {
  margin-bottom: 0;
}

.native-uber-media img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .native-uber-section {
    padding: 50px 0;
  }

  .native-uber-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .native-uber-grid--media-left .native-uber-media {
    order: -1;
  }

  .native-uber-grid--text-first-mobile .native-uber-text {
    order: -1;
  }

  .native-uber-grid--text-first-mobile .native-uber-media {
    order: 0;
  }
}

@media (max-width: 767px) {
  .native-uber-text__title {
    font-size: 30px;
  }
}
