    .page-container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 10px;
    }

  

    /* Hero-Bereich */
.hero-box {
  background: 
        linear-gradient(135deg,
      rgba(51, 51, 51, 0.7),
      rgba(0, 111, 255, 0.3),
      rgba(204, 204, 204, 0.7)
    ),
    url('../img/karriere.jpg');
  background-size: cover;
  background-position: center; /* Verschiebt den Bildausschnitt nach unten */
  background-repeat: no-repeat;
  color: white;
  font-size: 25px;
  margin: -120px 20px 20px;
  border-radius: 20px;
  text-align: center;
  padding: 100px 60px;
  position: relative;
  z-index: 1;
}
    .hero-box p.subline {
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12px;
    }
    .hero-box h1 {
      margin: 5px 0 20px;
      font-weight: 800;
    font-size: 50px;
    }
    .btn-white {
      background: #fff;
      color: #000;
      padding: 12px 25px;
      border-radius: 25px;
      font-weight: bold;
      text-decoration: none;
    }
