.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#0000FA;--e-global-color-e317727:#F2F2F2;--e-global-color-d73cffb:#A5A5A5;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:3.8vw;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.05;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:3rem;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.5;--e-global-typography-32bfd13-font-family:"Helvetica";--e-global-typography-32bfd13-font-size:47px;--e-global-typography-32bfd13-font-weight:900;--e-global-typography-32bfd13-line-height:1.05;--e-global-typography-e8e67de-font-family:"Helvetica";--e-global-typography-e8e67de-font-size:24px;--e-global-typography-e8e67de-font-weight:900;--e-global-typography-e8e67de-line-height:1.5;background-color:var( --e-global-color-e317727 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-7{--e-global-typography-primary-font-size:55px;--e-global-typography-primary-line-height:54px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:50px;--e-global-typography-primary-line-height:54px;--e-global-typography-text-font-size:1.3rem;--e-global-typography-accent-font-size:1.3rem;--e-global-typography-32bfd13-font-size:2rem;--e-global-typography-32bfd13-line-height:2.5rem;--e-global-typography-e8e67de-font-size:1.3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Bild-Overlay --- */
body .card-wrapper .card {
  position: relative;
  overflow: hidden;
}

body .card-wrapper .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 255);
  mix-blend-mode: color;
  opacity: 0 !important; /* Standard: unsichtbar */
  transition: opacity 0.3s ease;
}

body .card-wrapper:hover .card::after {
  opacity: 1 !important; /* Sichtbar beim Hover */
}

/* --- Text einfärben + Padding animieren --- */
body .card-wrapper .card-typo {
  transition: color 0.3s ease, padding-left 0.3s ease;
  padding-left: 15px; /* Standard-Padding */
}

body .card-wrapper .card-typo * {
  transition: color 0.3s ease;
}

body .card-wrapper:hover .card-typo {
  color: rgb(0, 0, 255) !important;
  padding-left: 30px; /* wächst beim Hover */
}

body .card-wrapper:hover .card-typo * {
  color: rgb(0, 0, 255) !important;
}



.hover-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease;
}

.hover-target {
  cursor: pointer;
}/* End custom CSS */