/* page-kontakt — Kontakt */

.kontakt-contact-link {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bimtec-primary);
  display: block;
  margin: 1rem 0;
  text-decoration: none;
  transition: opacity 0.2s;
}
.kontakt-contact-link:hover {
  opacity: 0.75;
  text-decoration: none;
}

/* Anker-Ziel: sticky Header nicht überlappen lassen */
#formular {
  scroll-margin-top: 90px;
}

/* HubSpot Form Overrides */
.hubspot-form-wrapper .hs-form input[type="text"],
.hubspot-form-wrapper .hs-form input[type="email"],
.hubspot-form-wrapper .hs-form input[type="tel"],
.hubspot-form-wrapper .hs-form textarea,
.hubspot-form-wrapper .hs-form select {
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--bimtec-outline-variant);
  border-radius: var(--bimtec-radius-button);
  background: #fff;
  color: var(--bimtec-on-surface);
  width: 100%;
  transition: border-color 0.2s ease;
}
.hubspot-form-wrapper .hs-form input:focus,
.hubspot-form-wrapper .hs-form textarea:focus,
.hubspot-form-wrapper .hs-form select:focus {
  outline: none;
  border-color: var(--bimtec-tertiary);
}
.hubspot-form-wrapper .hs-form label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--bimtec-on-surface);
  margin-bottom: 0.375rem;
  display: block;
}
.hubspot-form-wrapper .hs-form .hs-submit input[type="submit"] {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 10px 28px;
  border-radius: var(--bimtec-radius-button);
  background: var(--bimtec-primary);
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.hubspot-form-wrapper .hs-form .hs-submit input[type="submit"]:hover {
  background: var(--bimtec-primary-container);
}
.hubspot-form-wrapper .hs-form .hs-error-msg {
  color: var(--bimtec-secondary);
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
