.elementor-kit-7{--e-global-color-primary:#009FE3;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#CFD0D0;--e-global-color-accent:#1D1D1B;--e-global-color-4105fa1:#C0C0C0;--e-global-color-5e52e64:#DFDFDF;--e-global-color-0b532c1:#BFBFBF;--e-global-color-d3eeb89:#404040;--e-global-color-725651f:#222E50;--e-global-color-a36a351:#FFFFFF;--e-global-color-ae8df24:#6D6D6D;--e-global-color-feddcc6:#0D152D;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:2.8px;--e-global-typography-secondary-font-family:"Anton";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:2.8px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;color:var( --e-global-color-a36a351 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );overscroll-behavior:none;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-secondary );border-radius:8px 8px 8px 8px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 img{border-radius:20px 20px 20px 20px;}.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-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   LIQUID GLASS – iOS 26 Style für Elementor
   ============================================ */

:root {
  --lg-blur: 20px;
  --lg-saturate: 1.2;
  --lg-radius: 12px;
  --lg-bg-top: rgba(255, 255, 255, 0.22);
  --lg-bg-bottom: rgba(255, 255, 255, 0.06);
  --lg-border: rgba(255, 255, 255, 0.18);
  --lg-border-top: rgba(255, 255, 255, 0.5);
  --lg-highlight: rgba(255, 255, 255, 0.6);
  --lg-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

/* ---- Basis ---- */
.elementor .liquid-glass,
.elementor .liquid-glass > .elementor-widget-wrap,
.elementor .liquid-glass > .e-con-inner {
  background: linear-gradient(
    135deg,
    var(--lg-bg-top) 0%,
    var(--lg-bg-bottom) 100%
  ) !important;
  backdrop-filter: blur(var(--lg-blur)) saturate(var(--lg-saturate)) !important;
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(var(--lg-saturate)) !important;
  border: 1px solid var(--lg-border) !important;
  border-top: 1px solid var(--lg-border-top) !important;
  border-radius: var(--lg-radius) !important;
  box-shadow:
    var(--lg-shadow),
    inset 0 1px 0 var(--lg-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    inset 0 20px 40px -20px rgba(255, 255, 255, 0.2) !important;
}

/* ---- Glass-in-Glass: innere Karten neutralisieren ---- */
.elementor .liquid-glass .liquid-glass {
  --lg-saturate: 1;
  --lg-bg-top: rgba(255, 255, 255, 0.15);
  --lg-bg-bottom: rgba(255, 255, 255, 0.04);
}

/* ---- Modifier: stärker ---- */
.elementor .liquid-glass--strong {
  --lg-blur: 30px;
  --lg-saturate: 1.4;
  --lg-bg-top: rgba(255, 255, 255, 0.3);
  --lg-bg-bottom: rgba(255, 255, 255, 0.1);
  --lg-border-top: rgba(255, 255, 255, 0.6);
  --lg-highlight: rgba(255, 255, 255, 0.7);
}

/* ---- Modifier: subtil ---- */
.elementor .liquid-glass--subtle {
  --lg-blur: 14px;
  --lg-saturate: 1.1;
  --lg-bg-top: rgba(255, 255, 255, 0.12);
  --lg-bg-bottom: rgba(255, 255, 255, 0.04);
  --lg-border-top: rgba(255, 255, 255, 0.3);
  --lg-highlight: rgba(255, 255, 255, 0.35);
}

/* ---- Fallback ---- */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .elementor .liquid-glass,
  .elementor .liquid-glass > .elementor-widget-wrap,
  .elementor .liquid-glass > .e-con-inner {
    background: rgba(255, 255, 255, 0.2) !important;
  }
}

.Icon1{
    transition: transform 0.3s ease;  
}
.Icon1:hover {
    transform: scale(1.1);
   z-index:10;
}

.elementor-post__thumbnail {
    transition: transform 0.3s ease;
}

.elementor-post__thumbnail:hover {
    transform: scale(1.1);
    z-index: 10;
}/* End custom CSS */