/* Native Impressum hero (pub28) — scoped */

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

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

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

.native-impressum-hero .native-impressum-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-impressum-hero .native-impressum-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-impressum-hero {
    height: 550px;
  }

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

@media (max-width: 1200px) {
  .native-impressum-hero .native-impressum-hero__inner { padding-left: 11px; padding-right: 11px; }
  .native-impressum-hero .native-impressum-hero__title { font-size: 44px; }
}

@media (max-width: 1024px) {
  .native-impressum-hero .native-impressum-hero__inner { min-height: 450px; }
  .native-impressum-hero .native-impressum-hero__title { font-size: 35px; }
  .native-impressum-hero .native-impressum-hero__subtitle { font-size: 35px; }
}

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

  .native-impressum-hero .native-impressum-hero__inner {
    min-height: 250px;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: calc(125px + var(--impressum-hero-header-overlap)) 15px 50px;
  }
  .native-impressum-hero .native-impressum-hero__content { width: 100%; text-align: center; }
  .native-impressum-hero .native-impressum-hero__title { margin: 25px 0 0; font-size: 30px; }
  .native-impressum-hero .native-impressum-hero__subtitle { margin: 25px 0 0; font-size: 30px; }
}

/* Impressum content (DOM cleanup 2026-05-15) — scoped */

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

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

.native-impressum-content__inner {
  max-width: var(--hit-container);
  margin: 0 auto;
  padding: 0 var(--hit-gutter);
  box-sizing: border-box;
}

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

.native-impressum-text:last-child {
  margin-bottom: 0;
}

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

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

/* VQA-015: Content-Links — HEADIT-Standard (wie Kontakt/Produkt, gegen WP-Global-Styles) */

.native-impressum-text a {
  color: var(--hit-blue);
  text-decoration: none;
}

.native-impressum-text a:not([href^="tel:"]):not([href^="mailto:"]):hover,
.native-impressum-text a:not([href^="tel:"]):not([href^="mailto:"]):focus-visible {
  text-decoration: underline;
}

.native-impressum-text a[href^="tel:"],
.native-impressum-text a[href^="mailto:"],
.native-impressum-text a[href^="tel:"]:visited,
.native-impressum-text a[href^="mailto:"]:visited,
.native-impressum-text a[href^="tel:"]:hover,
.native-impressum-text a[href^="tel:"]:focus,
.native-impressum-text a[href^="tel:"]:focus-visible,
.native-impressum-text a[href^="tel:"]:active,
.native-impressum-text a[href^="mailto:"]:hover,
.native-impressum-text a[href^="mailto:"]:focus,
.native-impressum-text a[href^="mailto:"]:focus-visible,
.native-impressum-text a[href^="mailto:"]:active {
  color: var(--hit-blue);
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
