.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-149b8a5:#34B262;--e-global-color-52c25a8:#0B0E14;--e-global-color-fde7a72:#7B899D;--e-global-color-57fcda9:#222A39;--e-global-color-e7a1be1:#131720;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:1rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6rem;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0B0E13;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Press Start 2P", Sans-serif;font-size:3.75rem;}.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-6{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h1{font-size:3rem;}.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:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h1{font-size:1.875px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.glow-green {
  text-shadow:
    0 0 10px rgba(47, 220, 105, 0.5),
    0 0 20px rgba(47, 220, 105, 0.3),
    0 0 40px rgba(47, 220, 105, 0.2);
}

.corner-card{
  position: relative;
  border-radius: 0.5rem; /* Rundung für normale Ecken */
  overflow: visible;
}

/* Reset */
.corner-card::before,
.corner-card::after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  pointer-events:none;

  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
}

/* ✅ OBEN LINKS */
.corner-card::before{
  top:-3px;
  left:-3px;
  border-top:3px solid #34B262;
  border-left:3px solid #34B262;
}

/* ✅ UNTEN RECHTS */
.corner-card::after{
  bottom:-3px;
  right:-3px;
  border-bottom:3px solid #34B262;
  border-right:3px solid #34B262;
}




.product-card:hover {
  transform: translateY(-8px);
  transition: 0.3s ease;
}/* End custom CSS */