.elementor-kit-6{--e-global-color-primary:#30515F;--e-global-color-secondary:#54595F;--e-global-color-text:#555E62;--e-global-color-accent:#B48A5F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;background-color:#F0F0F0;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#B1B0B0;text-decoration:none;}.elementor-kit-6 h1{font-size:24px;font-weight:700;}.elementor-kit-6 h2{font-size:31px;}.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);}.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{font-size:13px;line-height:1.4em;}.elementor-kit-6 p{margin-block-end:5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Globaler Pauschal-Kill (iOS/Safari) */
*,
*::before,
*::after {
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important; /* optional, nur falls erwünscht */
}

/* 2) Zielgerichtet auf das Floating-Element + alle Links/Buttons darin */
.your-floating-element,
.your-floating-element * {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

/* 3) Falls es ein <a> mit href ist: neutralisiere den Fokus */
.your-floating-element a:focus,
.your-floating-element button:focus,
.your-floating-element [tabindex]:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* 4) iOS-spezifisch (falls nötig) */
@supports (-webkit-overflow-scrolling: touch) {
  .your-floating-element,
  .your-floating-element * {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  }
}/* End custom CSS */