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

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

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

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

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

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

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

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

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

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