.elementor-kit-39{--e-global-color-primary:#213A6E;--e-global-color-secondary:#7BB8E5;--e-global-color-text:#2E2E2E;--e-global-color-accent:#CADA05;--e-global-color-6f60a34:#FFFFFF;--e-global-color-11500cb:#F7F7F7;--e-global-color-8896479:#E3E3E3;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;font-family:"Figtree", Sans-serif;}.elementor-kit-39 e-page-transition{background-color:#FFBC7D;}.elementor-kit-39 a{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;}.elementor-kit-39 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-39 h1{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;}.elementor-kit-39 h2{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;font-size:40px;}.elementor-kit-39 h3{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;font-size:26px;}.elementor-kit-39 h4{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;}.elementor-kit-39 h5{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;}.elementor-kit-39 h6{color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-39{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-kit-39 h2{font-size:36px;}.elementor-kit-39 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-39{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;}.elementor-kit-39 h2{font-size:26px;}.elementor-kit-39 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-padding-top: 150px; /* Abstand in px zum oberen Rand */
  scroll-behavior: smooth;   /* optional für weiches Scrollen */
}

.leistung-bild {
  transition: transform 0.5s ease; /* Weicher Übergang für das Bild */
}

.btn-more i.icon {
  transition: transform 0.5s ease; /* Weicher Übergang für das Icon */
}

.leistung-box:hover .leistung-bild {
  transform: scale(1.05); /* Bild wird bei Hover um 1,2 skaliert */
}

.leistung-box:hover .btn-more i.icon {
  transform: translateX(14px); /* Icon wird um 14px nach rechts verschoben */
}/* End custom CSS */