.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#5E5E5E;--e-global-color-text:#000000;--e-global-color-accent:#FFE500;--e-global-color-c6ac03c:#228781;--e-global-color-96742eb:#000000;--e-global-color-7bb84c5:#F6F6F6;--e-global-color-ab0c56f:#F0F0F0;--e-global-color-accff67:#00D959;--e-global-typography-primary-font-family:"Source Sans 3";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.35em;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.35em;color:var( --e-global-color-text );font-size:18px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-7bb84c5 );font-size:16px;color:var( --e-global-color-96742eb );border-radius:50px 50px 50px 50px;padding:12px 20px 12px 20px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{color:#000000;font-size:66px;font-weight:600;}.elementor-kit-5 h2{color:#000000;font-size:48px;}.elementor-kit-5 h3{color:#000000;font-size:48px;}.elementor-kit-5 h4{color:#000000;font-size:28px;}.elementor-kit-5 h5{font-size:22px;line-height:1.35em;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:48px;}.elementor-kit-5 h2{font-size:36px;}.elementor-kit-5 h3{font-size:36px;}.elementor-kit-5 h4{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-5 h5{font-size:21px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:32px;}.elementor-kit-5 h3{font-size:32px;}.elementor-kit-5 h4{font-size:24px;}.elementor-kit-5 h5{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CUSTOM CURSOR */

.custom-cursor {
    cursor: crosshair;
}



.ci-color:hover, .ci-color-reparatur:hover {
    z-index: 1001;
}

.ci-color, .ci-color-reparatur {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.ci-color::after {
  content: ""; 
    position: absolute; 
    left: 0; 
    bottom:12px; 
    width: 0; 
    height: 10px;
    background-color: var(--e-global-color-accent); 
    animation: underline 1s ease-out forwards; 
    animation-delay: 0.5s; z-index:-1; 
    transform: rotate(-2deg)
}

.ci-color-reparatur::after {
    content: ""; 
    position: absolute; 
    left: 0; 
    bottom:12px; 
    width: 0; 
    height: 10px;
    background-color: var(--e-global-color-accff67); 
    animation: underline 1s ease-out forwards; 
    animation-delay: 0.5s; z-index:-1; 
    transform: rotate(-2deg)
}

.ci-color > * , .ci-color-reparatur > * {
  position: relative;
  z-index: 1; 
}

/* PRIMARY BUTTON */

.primary-button {
    width: auto !Important;
    cursor: pointer;

}

.button-text {
    transition: .3s;
}

.button-text:hover {
    color: var(--e-global-color-accent) !important;;
}

.primary-button .button-icon svg {
    transition: .3s;
}

.primary-button:hover .button-icon svg {
    transform: rotate(0deg) !important;
    fill: var(--e-global-color-accent) !important;
    transition: .3s;
}



/* Custom Underline */

.custom-underline::after { 
    content: ""; 
    position: absolute; 
    left: 0; 
    bottom:12px; 
    width: 0; 
    height: 10px;
    background-color: var( --e-global-color-accent); 
    animation: underline 1s ease-out forwards; 
    animation-delay: 0.5s; z-index:-1; 
    transform: rotate(-2deg)
} 

@keyframes underline { 
    from { width: 0; } 
    to { width: 100%; }
}

@media only screen and (max-width: 880px) {
    .elementor-kit-5::after { 
    bottom: 10px; 
    height: 8px;
}
}



/* MEDIA */

@media only screen and (max-width: 1024px) {

.ci-color::after {
  height: 8px !important;
}

}/* End custom CSS */