.elementor-kit-148{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#E2E2E2;--e-global-color-text:#FFFFFF;--e-global-color-accent:#6194CE;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;background-color:#E9E9E9;}.elementor-kit-148 e-page-transition{background-color:#FFBC7D;}.elementor-kit-148 h1{color:#FFFFFF;font-size:32px;}.elementor-kit-148 h2{color:#FFFFFF;font-size:28px;}.elementor-kit-148 h3{color:#FFFFFF;font-size:26px;}.elementor-kit-148 h4{color:#000000;font-size:32px;}.elementor-kit-148 h5{color:#000000;font-size:28px;}.elementor-kit-148 h6{color:#000000;font-size:26px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.page-header {
    display: none !important;
}

.kacheleffekt {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* oder center */
}

.kacheleffekt:hover {
  transform: translateY(-8px) rotate(-2deg);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}/* End custom CSS */