@media screen and (min-width: 320px) {
    .t-title.t-animate {
        opacity: 1;
        /*-webkit-transform: none;*/
       transform: none;
      transition-duration: 1.2s;
        data-animate-style: fadeinup;
   }
}

@media screen and (max-width: 479px) {
    .logofooter {left:20px !important;}
    .formfooter {left:20px !important;}
    .addressfooter {left:20px !important;}
    .column1footer {left:20px !important;}
    .column2footer {left:20px !important;}
    .column3footer {left:20px !important;}
    .organizatortitle {left:20px !important;}
    div#rec1212171186 {padding-bottom: 0 !important;}
    div#rec1212171191 {padding-bottom: 20px !important;}
    div#rec1212171236 {padding-bottom: 20px !important;}
}

@media screen and (max-width: 768px) {
  /* Fade-in LEFT */
  #rec1189119041 .t1034__container,
  #rec1187117136 .t1034__container,
  #rec1212169396 .t1034__container,
  #rec1212169401 .t1034__container,
  #rec1212171256 .t1066__img
                {
      opacity: 0;
      transform: translateX(-150px);
      transition: opacity 1.5s ease, transform 1.5s ease;
  }

  /* Fade-in RIGHT */
  #rec1212173636 .t372__text,
  #rec1188537336 .t372__text,
  #rec1187117096 .t1034__container,
  #rec1212171171 .t1034__container,
  #rec1237912276 .t372__text {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  /* Fade-in UP */
  #rec1212173641 .t858__inner-col,
  #rec1212173646 .t-btnflex,
  #rec1212173661 .t502__tablewrapper,
  #rec1212173671 .t774__wrapper,
  #rec1212173676 .t921__title,
  #rec1212173676 .t921__descr,
  #rec1212173676 .t921__tile_right,
  #rec1212173676 .t921__tile_left,
  #rec1212172476 .t-section__descr,
  #rec1212172476 .t668__wrapper,
  #rec1212172491 .t514__time_mobile,
  #rec1212172491 .t514__title,
  #rec1212172491 .t-text_sm,
  #rec1212172501 .t531__leftcol,
  #rec1212172501 .t531__title,
  #rec1212172501 .t531__persdescr,
  #rec1212172501 .t531__text,
  .uc-mapsvis,
  #rec1212173646 .t-btnflex,
  #rec1212171811 .t1059__btn,
  #rec1237922861 .t1059__btn,
  #rec1237970231 .t1059__btn,
  #rec1187208491 .t1059__btn,
  #rec1238160911 .t1059__btn,
  #rec1212173891 .t527 .t-list__item,
  #rec1212173896 .t527 .t-list__item,
  #rec1212173906 .t850__col,
  #rec1187150221 .t940__card,
  #rec1188390956 .t921__title,
  #rec1188390956 .t921__descr,
  #rec1188390956 .t921__tile_single,
  #rec1212171161 .t230__text,
  #rec1212171161 .t230__wrap-video,
  #rec1212171186 .t491__col,
  #rec1212171191 .t491__col,
  #rec1212171206 .t1051__piewrapper,
  #rec1212171206 .t1051__textwrapper,
  #rec1212171206 .t1051__subtitle,
  #rec1212171221 .t497__item,
  #rec1212171236 .t491__col,
  #rec1212171246 .t1051__piewrapper,
  #rec1212171246 .t1051__textwrapper,
  #rec1212171246 .t1051__subtitle,
  #rec1212171256 .t1066__item,
  #rec1212171781 .t844__col,
  #rec1192628636 .t823__imgwrapper,
  #rec1192628636 .t823__title,
  #rec1212171801 .t531__leftcol,
  #rec1212171801 .t531__title,
  #rec1212171801 .t531__persdescr,
  #rec1212171801 .t531__text,
  #rec1212171786 .t-btnflex,
  #rec1212172146 .t-btnflex,
  #rec1212172156 .t920__container,
  #rec1212172156 .t-btnflex,
  #rec1212172166 .t531__leftcol,
  #rec1212172166 .t531__title,
  #rec1212172166 .t531__persdescr,
  #rec1212172166 .t531__text,
  #rec1206447656 .t-section__descr,
  #rec1186721176 .t594__img,
  #rec1212169406 .t-btnflex,
  #rec1212169426 .t-btnflex,
  #rec1186721176 .t-section__title
   {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
  
/* inizializza il numero VISIBILE (niente più hide) */
  #rec1189119041 .t1034__title,
  #rec1187117096 .t1034__title,
  #rec1187117136 .t1034__title,
  #rec1212169396 .t1034__title,
  #rec1212169401 .t1034__title {
    opacity: 1 !important;
  }
  
  /* Stato attivo */
  .visible {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}


/* #rec1184331981 – spacing li 10px (981–1478px) */
@media (min-width:981px) and (max-width:1478px){
  /* centrali: 0 10px */
  #rec1184331981 .t-menu__list li,
  #rec1184331981 .t228__list_item{
    padding: 0 15px !important;
  }
  /* primo: 0 10px 0 0 */
  #rec1184331981 .t-menu__list li:first-child,
  #rec1184331981 .t228__list_item:first-child{
    padding: 0 15px 0 0 !important;
  }
  /* ultimo: 0 0 0 10px */
  #rec1184331981 .t-menu__list li:last-child,
  #rec1184331981 .t228__list_item:last-child{
    padding: 0 0 0 15px !important;
  }
  
  .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
      padding-left:15px;
      padding-right:15px;
  }
}

/* Blocco hero immagine + overlay + testo leggibile */
.uc-heroimage {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.uc-heroimage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* overlay scuro */
  z-index: 1;
}

.uc-heroimage h2,
.uc-heroimage p {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); /* per leggibilità */
}
