.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b91ae65:#044EA3;--e-global-color-8adf701:#326AAB;--e-global-color-54c172c:#ED1C23;--e-global-color-35d57dd:#DE4046;--e-global-color-02c09ac:#FFF200;--e-global-color-382d3c1:#F7DB3D;--e-global-color-1470514:#000000;--e-global-color-04659d0:#FFFFFF;--e-global-color-8beb237:#F7F7F7;--e-global-color-41f0d35:#D3B926;--e-global-color-4c058df:#FFFFFFA6;--e-global-color-5c93cf2:#F7F7F7B3;--e-global-typography-primary-font-family:"Mulish";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Hind";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Hind";--e-global-typography-accent-font-weight:500;--e-global-typography-d282ee4-font-family:"Hind";--e-global-typography-d282ee4-font-size:32px;--e-global-typography-d282ee4-font-weight:300;--e-global-typography-d282ee4-text-transform:uppercase;--e-global-typography-d282ee4-line-height:1.3em;--e-global-typography-d282ee4-letter-spacing:5px;--e-global-typography-7ee4d52-font-family:"Hind";--e-global-typography-7ee4d52-font-size:28px;--e-global-typography-7ee4d52-font-weight:300;--e-global-typography-7ee4d52-text-transform:uppercase;--e-global-typography-7ee4d52-line-height:1.3em;--e-global-typography-7ee4d52-letter-spacing:3px;--e-global-typography-3c8ef93-font-family:"Hind";--e-global-typography-3c8ef93-font-size:24px;--e-global-typography-3c8ef93-font-weight:400;--e-global-typography-3c8ef93-text-transform:uppercase;--e-global-typography-3c8ef93-line-height:1.3em;--e-global-typography-3c8ef93-letter-spacing:3px;--e-global-typography-7464eeb-font-family:"Hind";--e-global-typography-7464eeb-font-size:16px;--e-global-typography-7464eeb-font-weight:500;--e-global-typography-7464eeb-text-transform:uppercase;--e-global-typography-7464eeb-line-height:1.3em;--e-global-typography-7464eeb-letter-spacing:3px;--e-global-typography-9cf562d-font-family:"Hind";--e-global-typography-9cf562d-font-size:20px;--e-global-typography-9cf562d-font-weight:400;--e-global-typography-9cf562d-line-height:1.1em;--e-global-typography-9cf562d-letter-spacing:0px;background-image:url("https://germandesk.it/wp-content/uploads/2025/03/IT-DACH-background-2.webp");background-position:center center;background-repeat:repeat;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-1470514 );}.elementor-kit-6 a:hover{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-d282ee4-font-size:32px;--e-global-typography-d282ee4-line-height:1em;--e-global-typography-d282ee4-letter-spacing:4px;--e-global-typography-7ee4d52-font-size:22px;--e-global-typography-7ee4d52-line-height:1em;--e-global-typography-7ee4d52-letter-spacing:2px;--e-global-typography-3c8ef93-font-size:18px;--e-global-typography-3c8ef93-line-height:1em;--e-global-typography-7464eeb-font-size:14px;--e-global-typography-7464eeb-line-height:1em;--e-global-typography-9cf562d-font-size:18px;--e-global-typography-9cf562d-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:1025px){.elementor-kit-6{background-attachment:fixed;}}/* Start custom CSS */.ue-box-title {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   Allineamento colonne testo/foto su desktop
   ========================================== */
@media (min-width: 1025px) {

  /* 1. Il contenitore principale deve permettere alle colonne di allinearsi in altezza */
  .e-con:has(> .colTesto, > .colFoto) {
    align-items: stretch;
  }

  /* 2. Le colonne si adattano all’altezza del contenitore */
  .colTesto,
  .colFoto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-self: stretch;
    min-height: 0 !important; /* disattiva eventuali min-height impostate */
  }

  /* 3. Se la colonna foto contiene una griglia, forza l’altezza piena */
  .colFoto > .e-grid,
  .colFoto > .e-flex {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
  }

  /* 4. I figli interni (container con background o immagini) si adattano */
  .colFoto > .e-grid > .e-con,
  .colFoto > .e-flex > .e-con {
    height: 100%;
  }
}

/* ==========================================
   Mobile: layout libero e adattivo
   ========================================== */
@media (max-width: 1024px) {
  .colTesto,
  .colFoto {
    height: auto !important;
    min-height: auto !important;
  }
}

.callAction .premium-button-text-icon-wrapper svg{
    flex-shrink: 0;
    transition: transform .4s cubic-bezier(.22,.61,.36,1);
}

.callAction .premium-button:hover .premium-button-text-icon-wrapper svg{
    transform: translateX(4px);
}

.callAction .premium-button:hover .premium-button-text-icon-wrapper span{
    transform: translateX(-24px);
}/* End custom CSS */