/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* === OC Fix 2026-07-05: keine Auto-Silbentrennung + Handy-Hero-Groesse (oc-no-hyphens) === */
/* 1) Ueberschriften nie automatisch trennen (behebt Re-cording / FAMI-LIE / MUSIKPRO-DUKTION) */
h1, h2, h3, h4, h5, h6,
.fusion-title-heading,
.fusion-responsive-typography-calculated {
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* 2) Auf schmalen Screens: sehr lange Wort-Ueberschriften (Hero H1) so deckeln, dass
      MUSIKPRODUKTION / VIDEOPRODUKTION komplett in eine Zeile passen statt hart zu brechen. */
@media (max-width: 640px) {
  h1.fusion-title-heading {
    font-size: clamp(22px, 8vw, 34px) !important;
    line-height: 1.2 !important;
  }
}
