.elementor-kit-9{--e-global-color-primary:#0A3D5C;--e-global-color-secondary:#5FD6C9;--e-global-color-text:#000000;--e-global-color-accent:#5FD6C9;--e-global-color-7576ff7:#A1ACB2;--e-global-color-a2888f5:#F4F9FC;--e-global-typography-primary-font-family:"REM";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"REM";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"REM";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:700;font-family:"REM", Sans-serif;font-size:18px;font-weight:300;line-height:29px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-9 h1{color:#FFFFFF;font-family:"REM", Sans-serif;font-size:56px;font-weight:700;line-height:63px;}.elementor-kit-9 h2{font-family:"REM", Sans-serif;font-size:34px;font-weight:600;line-height:43px;}.elementor-kit-9 h3{font-family:"REM", Sans-serif;font-size:23px;font-weight:700;line-height:30px;}.elementor-kit-9 h4{color:var( --e-global-color-accent );font-family:"REM", Sans-serif;font-size:56px;line-height:66.4px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"REM", Sans-serif;font-size:16px;font-weight:500;border-radius:999px 999px 999px 999px;padding:15px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.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-9{font-size:18px;line-height:1.6em;}.elementor-kit-9 h1{font-size:48px;line-height:1.1em;}.elementor-kit-9 h2{font-size:32px;line-height:1.2em;}.elementor-kit-9 h3{font-size:22px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:650px;}.e-con{--container-max-width:650px;}}@media(max-width:767px){.elementor-kit-9{font-size:16px;line-height:1.6em;}.elementor-kit-9 h1{font-size:31px;line-height:1.15em;}.elementor-kit-9 h2{font-size:25px;line-height:1.25em;}.elementor-kit-9 h3{font-size:19px;line-height:1.35em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:320px;}.e-con{--container-max-width:320px;}}
/* Start custom CSS *//*überschrift auszeichnung*/
.highlight {
  color: #5FD6C9; /* deine Wunschfarbe */
}

/*hover boxen*/

.box-shadow {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.box-shadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/*silbentrennung*/
h1, h2, h3, h4, h5, h6, p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}/* End custom CSS */