/* Mobile: Titelband kompakter + bessere Typo */
@media (max-width: 767px) {

  .mv-titleband {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .mv-titleband h1,
  .mv-titleband h2,
  .mv-titleband .uk-heading-large,
  .mv-titleband .uk-heading-medium {
    font-size: clamp(24px, 6.6vw, 32px) !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  /* falls Text darunter sitzt */
  .mv-titleband p {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
@media (max-width: 767px) {
    .mv-titleband svg {
        width: 28px !important;
        height: auto !important;
        margin-right: 10px !important;
    }
  }
}

/* Kontaktform-Button kleiner */
.wpcf7-form input[type="submit"],
.wpcf7-form button, 
.uk-button-large {
    padding: 0 30px;
    line-height: 40px;
    font-size: 11px;
}

/* Turnstile kleiner skalieren */
.cf-turnstile {
  transform: scale(0.85);
  transform-origin: left top;
}