.elementor-kit-148{--e-global-color-primary:#1A3A6B;--e-global-color-secondary:#4A82C8;--e-global-color-text:#1C3558;--e-global-color-accent:#4A82C8;--e-global-color-0b9b4ad:#FFFFFF;--e-global-color-c850182:#F2F5FA;--e-global-color-225af17:#EDF3FB;--e-global-color-409aaa6:#1A3A6B;--e-global-color-e5b5e1d:#6B7E99;--e-global-color-9c77a14:#D5E0EF;--e-global-color-84a1781:#25D366;--e-global-color-2d93f27:#F03A3A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-148 e-page-transition{background-color:#FFBC7D;}.elementor-kit-148 a{color:var( --e-global-color-accent );}.elementor-kit-148 h1{font-family:"Inter", Sans-serif;font-size:52px;font-weight:800;}.elementor-kit-148 h2{font-family:"Inter", Sans-serif;font-size:38px;font-weight:700;line-height:55px;}.elementor-kit-148 h3{font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-148 h4{font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;line-height:40px;}.elementor-kit-148 h5{font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;}.elementor-kit-148 h6{font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;text-transform:capitalize;}.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-148 h3{line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Text-Dunkel:#1d3658; }
/* 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 */