.elementor-kit-389{--e-global-color-primary:#489098;--e-global-color-secondary:#0E625E;--e-global-color-text:#374151;--e-global-color-accent:#6B7280;--e-global-color-03cc224:#294159;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:45px;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:20px;--e-global-typography-add0f28-font-family:"Inter Tight";--e-global-typography-add0f28-font-size:28px;--e-global-typography-add0f28-font-weight:700;}.elementor-kit-389 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-389{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:16px;--e-global-typography-add0f28-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-389{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;--e-global-typography-add0f28-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --h1: clamp(34px, 3.5vw + 1rem, 56px);
  --h2: clamp(26px, 2.2vw + 0.8rem, 36px);
  --h3: clamp(22px, 1.6vw + 0.7rem, 28px);
  --body: clamp(16px, 0.6vw + 0.7rem, 18px);
}
h1{font-size:var(--h1); line-height:1.12;}
h2{font-size:var(--h2); line-height:1.15;}
h3{font-size:var(--h3); line-height:1.2;}
body, p{font-size:var(--body); line-height:1.6;}

/* ---------- Global Section Margin ---------- */
body .elementor-section {
  margin-block-end: clamp(64px, 8vw, 120px) !important;
}

/* ---------- Padding innerhalb der Container ---------- */
body .elementor-section .elementor-container {
  padding-block: clamp(80px, 10vw, 160px) !important;
  padding-inline: clamp(16px, 4vw, 48px) !important;
}

/* ---------- Textabstände ---------- */
body .elementor-widget:not(:last-child) {
  margin-bottom: clamp(20px, 3vw, 32px) !important;
}
body .contact-container  .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* ---------- Mobile Optimierung ---------- */
@media (max-width: 767px) {
  body .elementor-section .elementor-container {
    padding-block: 64px !important;
  }
}


/* Tailwind shadow-lg + transition-shadow */
.tw-shadow-lg{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;

  box-shadow:
    0 10px 15px -3px rgba(0,0,0,.10),
    0 4px 6px -4px rgba(0,0,0,.10);
}/* End custom CSS */