.startseite-footer .footer-main-area {
  padding-bottom: 8px;
}

.startseite-footer .hh-footer-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.startseite-footer .hh-footer-intro .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.startseite-footer .hh-footer-intro .footer-logo a {
  display: inline-flex;
  justify-content: center;
}

.startseite-footer .hh-footer-intro .footer-logo img {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Social-Links direkt unter dem Logo */
.startseite-footer .hh-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.startseite-footer .hh-footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 0.9rem;
  transition: opacity 0.2s;
  opacity: 0.75;
}

.startseite-footer .hh-footer-social a:hover {
  opacity: 1;
}

/* Copyright-Bereich: kein trennender Border oben */
.startseite-footer .copyright-content-area {
  border-top: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding-top: 16px;
}

.startseite-footer .copyright-content-area .footer-contact,
.startseite-footer .copyright-content-area .copyright-text {
  width: 100%;
}

.startseite-footer .copyright-content-area .copyright-text p {
  margin-bottom: 0;
}

.startseite-footer .copyright-content-area .footer-legal-links {
  margin-top: 6px;
}
