:root {
  --bs-hero-bg: url("../../assets/img/hero.webp");
  --bs-font-family-heading: 'Fraunces', serif;
}

body:before, .hero:before {
  background-image: var(--bs-hero-bg);
}

.footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-link:hover {
  color: var(--bs-light);
}

.footer-social-link {
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
}

.footer-social-link:hover {
  transform: translateY(-3px);
  color: var(--bs-primary) !important;
}

.additional-services-grid {
  max-width: 720px;
  margin: 0 auto;
}

.additional-services-grid .card {
  height: 100%;
}

.additional-services-grid .card-body {
  min-height: 105px;
}

.additional-services-grid .card-footer {
  min-height: 125px;
  display: flex;
  align-items: center;
}

.price-note-text {
  width: 85%;
  margin: 0 auto;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.legal-section-heading {
  margin-top: 2rem !important;
}

h1, h2, h3, h4, h5, h6, p, .card-title {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

@media (max-width: 575.98px) {
  .card-title, h3, h4, h5 {
    font-size: clamp(1.20rem, 5.5vw, 1.65rem);
    line-height: 1.15;
  }
}

.footer-social-link .bi-whatsapp {
  width: 1.40rem;
  height: 1.40rem;
}

.footer-social-link .bi-instagram {
  width: 1.46rem;
  height: 1.46rem;
}

.footer-social-link .bi-envelope {
  width: 1.65rem;
  height: 1.65rem;
}

.footer-social-link .bi-telephone {
  width: 1.35rem;
  height: 1.35rem;
}

#form-status {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(31, 41, 51, 0.15);
  border-radius: 1rem;
  background: #eaf7fb;
  color: #1f2933;
  font-weight: 500;
  line-height: 1.5;
}

#form-status.alert-success {
  background: #eaf7fb;
  border-color: rgba(31, 41, 51, 0.15);
  color: #1f2933;
}

#form-status.alert-danger {
  background: #fff1f1;
  border-color: #e6b8b8;
  color: #7a2525;
}

.komplettaufbereitung-liste li {
  margin-bottom: 0.51rem !important;
}

.required-mark {
  color: #dc3545;
  font-family: "Inter", sans-serif;
  font-size: 0.8em;
  vertical-align: super;
  margin-left: 2px;
}

.required-mark-info {
  color: #dc3545;
  font-family: "Inter", sans-serif;
  font-size: 0.8em;
  vertical-align: super;
  margin-right: 2px;
}

