/* ==========================================================================
 * Native Interview — shared component (pub28)
 * Lesbarkeit: dunkle Typografie, kein sichtbares Panel (subtil max. 10–12 % Weiss)
 * ========================================================================== */

.native-interview {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  background-color: #0082cb;
  background-repeat: no-repeat;
  background-size: cover;
  color: #1a1a1a;
  /* Person anchor (desktop): offset from 50% = text-panel right edge when inner is centered */
  --native-interview-person-offset: 200px;
  --native-interview-person-y: top;
}

.native-interview__inner {
  max-width: 1140px;
  margin: 0 auto;
  min-height: 680px;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}

.native-interview__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 680px;
}

.native-interview__content {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 44px 28px 40px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: none;
}

.native-interview__spacer {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
}

.native-interview__title {
  width: 100%;
  max-width: 580px;
  margin: 0;
  padding: 0;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.15;
  color: #111111;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
}

.native-interview__portrait-mobile {
  display: none;
  width: 100%;
  max-width: 580px;
  margin: 0;
  padding: 0;
}

.native-interview__portrait-mobile img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.native-interview__body {
  width: 100%;
  max-width: 580px;
  margin: 0;
  padding: 22px 0 0;
  color: #1a1a1a;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: inherit;
  line-height: 1.55;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
}

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

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

.native-interview__body em,
.native-interview__body i {
  color: #2a2a2a !important;
  font-style: italic;
}

.native-interview__body strong {
  color: #111111 !important;
  font-weight: 700;
}

.native-interview__body strong span,
.native-interview__body span strong {
  color: #111111 !important;
}

/* Inline-Elementor-Farben (weiss) im Body neutralisieren */
.native-interview__body [style*="840d5c6"] {
  color: inherit !important;
}

.native-interview__body p:has(> em:only-child),
.native-interview__body p:has(> i:only-child) {
  color: #202020;
}

/* ==========================================================================
 * Modifier: Microsoft Cloud
 * ========================================================================== */

.native-interview--microsoft-cloud {
  background-image: url("../img/microsoft-cloud/hit_kurzportrait_microsoft_cloud.jpg");
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

.native-interview--microsoft-cloud .native-interview__content {
  background-color: rgba(0, 50, 90, 0.22);
}

.native-interview--microsoft-cloud .native-interview__title {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 35, 65, 0.5);
}

.native-interview--microsoft-cloud .native-interview__body {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 35, 65, 0.5);
}

.native-interview--microsoft-cloud .native-interview__body em,
.native-interview--microsoft-cloud .native-interview__body i {
  color: #f2f6fa !important;
}

.native-interview--microsoft-cloud .native-interview__body strong,
.native-interview--microsoft-cloud .native-interview__body strong span,
.native-interview--microsoft-cloud .native-interview__body span strong {
  color: #ffffff !important;
}

.native-interview--microsoft-cloud .native-interview__body p:has(> em:only-child),
.native-interview--microsoft-cloud .native-interview__body p:has(> i:only-child) {
  color: #f2f6fa;
}

@media (max-width: 1366px) {
  .native-interview__inner,
  .native-interview__grid {
    min-height: 550px;
  }
}

@media (max-width: 1200px) {
  .native-interview__inner,
  .native-interview__grid {
    min-height: 650px;
  }

  .native-interview--microsoft-cloud {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .native-interview__inner,
  .native-interview__grid {
    min-height: 450px;
  }

  .native-interview__inner {
    padding-left: 15px;
  }

  .native-interview--microsoft-cloud {
    background-position: center center;
  }

  .native-interview--microsoft-cloud .native-interview__content {
    background-color: rgba(0, 50, 90, 0.24);
  }

  .native-interview__content {
    align-items: center;
    justify-content: flex-start;
    padding: 32px 28px 28px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .native-interview__portrait-mobile {
    display: block;
    margin-bottom: 4px;
  }
}

@media (max-width: 880px) {
  .native-interview__content {
    align-items: flex-start;
    padding: 36px 28px 32px;
  }

  .native-interview__title {
    padding: 0 0 4px;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .native-interview--microsoft-cloud {
    background-position: center center;
    padding: 0 0 40px;
  }

  .native-interview--microsoft-cloud .native-interview__content {
    background-color: rgba(0, 50, 90, 0.26);
  }

  .native-interview__inner,
  .native-interview__grid {
    min-height: 300px;
  }

  .native-interview__content {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 28px 20px 36px;
    align-items: stretch;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 0;
  }

  .native-interview__spacer {
    display: none;
  }

  .native-interview__title {
    margin: 0 0 8px;
    text-align: start;
    font-size: 30px;
  }

  .native-interview__body {
    padding-top: 16px;
  }
}

/* ==========================================================================
 * Modifier: Jobs (Reto Bönzli — 2-Spalten, Text links)
 * ========================================================================== */

.native-interview__grid--jobs {
  align-items: stretch;
}

.native-interview__media {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  box-sizing: border-box;
}

.native-interview--jobs {
  background-image: url("../img/jobs/hit_kurzportrait_jobs-1.jpg");
  --native-interview-person-offset: clamp(28px, 3.5vw, 96px);
  --native-interview-person-y: top;
  background-position: calc(50% + var(--native-interview-person-offset))
    var(--native-interview-person-y);
}

.native-interview--jobs .native-interview__content {
  align-items: flex-start;
  padding: 50px 28px 50px 8px;
}

.native-interview--jobs .native-interview__title {
  margin: 0;
}

.native-interview--jobs .native-interview__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 44px 0 0;
}

.native-interview--jobs .native-interview__media .native-interview__portrait-mobile {
  width: 100%;
  max-width: 580px;
}

@media (max-width: 1366px) {
  .native-interview--jobs .native-interview__content {
    padding: 44px 28px 44px 8px;
  }
}

@media (max-width: 1200px) {
  .native-interview--jobs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .native-interview--jobs .native-interview__inner,
  .native-interview--jobs .native-interview__grid--jobs {
    min-height: 650px;
  }
}

@media (max-width: 1024px) {
  .native-interview--jobs {
    background-position: 0% 0;
  }

  .native-interview--jobs .native-interview__inner {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 25px 0 32px;
    margin: 0 15px;
    box-sizing: border-box;
    box-shadow: none;
  }

  .native-interview--jobs .native-interview__grid--jobs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "portrait"
      "body";
    min-height: auto;
  }

  .native-interview--jobs .native-interview__content {
    display: contents;
    flex: unset;
    max-width: none;
    background: transparent;
    padding: 0;
    align-items: stretch;
  }

  .native-interview--jobs .native-interview__title {
    grid-area: title;
    margin: 0;
    padding: 0 15px 25px;
    max-width: none;
  }

  .native-interview--jobs .native-interview__body {
    grid-area: body;
    padding: 0 15px 0;
    max-width: none;
  }

  .native-interview--jobs .native-interview__media {
    display: contents;
    flex: unset;
    max-width: none;
    padding: 0;
  }

  .native-interview--jobs .native-interview__portrait-mobile {
    grid-area: portrait;
    display: block;
    margin: 0 auto;
    padding: 0 15px 25px;
    max-width: 100%;
  }
}

@media (max-width: 880px) {
  .native-interview--jobs .native-interview__title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .native-interview--jobs {
    background-position: center left;
    background-size: cover;
    padding: 0 0 40px;
  }

  .native-interview--jobs .native-interview__inner {
    min-height: 300px;
    margin: 0;
    padding: 28px 0 36px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 0;
  }

  .native-interview--jobs .native-interview__title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}

/* ==========================================================================
 * Modifier: Cyber Security (Layout wie Microsoft Cloud, helle Schrift)
 * ========================================================================== */

.native-interview--cyber-security {
  background-image: url("../img/cyber-security/hit_kurzportrait_cyber_security.jpg");
  background-position: 73% 0;
  color: #ffffff;
}

.native-interview--cyber-security .native-interview__content {
  background-color: rgba(0, 50, 90, 0.22);
}

.native-interview--cyber-security .native-interview__title {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 35, 65, 0.5);
}

.native-interview--cyber-security .native-interview__body {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 35, 65, 0.5);
}

.native-interview--cyber-security .native-interview__body em,
.native-interview--cyber-security .native-interview__body i {
  color: #f2f6fa !important;
}

.native-interview--cyber-security .native-interview__body strong,
.native-interview--cyber-security .native-interview__body strong span,
.native-interview--cyber-security .native-interview__body span strong {
  color: #ffffff !important;
}

.native-interview--cyber-security .native-interview__body p:has(> em:only-child),
.native-interview--cyber-security .native-interview__body p:has(> i:only-child) {
  color: #f2f6fa;
}

@media (max-width: 1366px) {
  .native-interview--cyber-security {
    background-position: 80% 0;
  }
}

@media (max-width: 1200px) {
  .native-interview--cyber-security {
    background-position: 81% 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .native-interview--cyber-security {
    background-position: center left;
  }

  .native-interview--cyber-security .native-interview__content {
    background-color: rgba(0, 50, 90, 0.24);
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .native-interview--cyber-security {
    background-position: -496px 0;
    padding: 0 0 40px;
  }

  .native-interview--cyber-security .native-interview__content {
    background-color: rgba(0, 50, 90, 0.26);
  }
}
