/* Styles for "Offene Stellen" page */

#offene-stellen {
  --hero-image: url('../img/offene-stellen/hero.jpg');
}

#offene-stellen .hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.05) 60%), var(--hero-image) center/cover no-repeat;
}

#offene-stellen .hero-content {
  max-width: 1150px;
}

#offene-stellen .offene-stellen-inner p {
  margin: 0;
  color: #394669;
}

#offene-stellen .section-faq {
  position: relative;
  overflow: hidden;
}

#offene-stellen .faq-inner {
  position: relative;
}

#offene-stellen .offene-faq-icon {
  position: absolute;
  left: -15%;
  top: 20%;
  width: 96px;
  height: auto;
}

@media (max-width: 870px) {
  #offene-stellen .offene-faq-icon {
    display: none;
  }
}

@media (max-width: 768px) {
  #offene-stellen .offene-stellen-intro {
    padding: 72px 0;
  }
}

/* Kontaktblock pod FAQ */
#offene-stellen .offene-stellen-kontakt {
  margin-top: 28px;
}

#offene-stellen .offene-stellen-kontakt h3 {
  margin: 0 0 18px;
  font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 36px;
letter-spacing: 0%;
color: #FFFFFF;
}

#offene-stellen .offene-stellen-kontakt-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#offene-stellen .kontakt-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

#offene-stellen .kontakt-row img {
  width: 26px;
  height: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

#offene-stellen .kontakt-row a {
  color: #fff;
  text-decoration: none;
}

#offene-stellen .kontakt-row a:hover,
#offene-stellen .kontakt-row a:focus-visible {
  text-decoration: underline;
}
