body {
  color: #ffffff !important;
}

.u-section-1 {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url('images/Hier-braut-sich-was-zusammen_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-section-1 .u-text-1 {
  font-size: 4.5rem;
  font-family: Lato, sans-serif;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  max-width: 900px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
}

.u-section-1 .u-line-1 {
  width: 100%;
  max-width: 912px;
  height: 3px;
  margin: 32px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.75rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
  width: 100%;
  max-width: 600px;
  margin: 45px auto 0;
}

.u-section-1 .u-text-3 {
  width: 100%;
  max-width: 620px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-transform: none;
  margin: 28px auto 0;
}

.u-section-1 .u-text-3 + .u-text-3 {
  margin-top: 22px;
}

.histopop-mail {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: opacity 0.2s ease;
}

.histopop-mail:hover {
  color: #ffffff;
  opacity: 0.75;
}

.u-section-1 .u-social-icons-1 {
  height: 32px;
  min-height: 16px;
  width: auto;
  min-width: 68px;
  margin: 45px auto 0;
}

.u-section-1 .u-social-icon {
  height: 100%;
  width: 32px;
}

.histopop-linkedin svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.625rem;
  }

  .u-section-1 .u-line-1 {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.5rem;
  }

  .u-section-1 .u-line-1 {
    margin-top: 25px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.4rem;
    margin-top: 35px;
  }

  .u-section-1 .u-text-3 {
    font-size: 0.95rem;
    margin-top: 24px;
  }

  .u-section-1 .u-social-icons-1 {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }

  .u-section-1 .u-text-3 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}