.elementor-kit-7{--e-global-color-primary:#29566B;--e-global-color-secondary:#54595F;--e-global-color-text:#5F7681;--e-global-color-accent:#6EAFCD;--e-global-color-c6ddc4d:#CE9E6E;--e-global-color-055ab3f:#54595F1C;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Text";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:14px;--e-global-typography-accent-letter-spacing:2px;color:var( --e-global-color-secondary );font-family:"Red Hat Text", Sans-serif;font-size:15px;font-weight:400;letter-spacing:0.3px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 h1{font-family:"Red Hat Display", Sans-serif;font-size:67px;font-weight:400;}.elementor-kit-7 h2{font-family:"Red Hat Display", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-7 h3{font-family:"Red Hat Display", Sans-serif;font-size:20px;font-weight:300;line-height:20px;letter-spacing:1px;}.elementor-kit-7 h4{font-family:"Red Hat Display", Sans-serif;font-size:20px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:60px;--container-default-padding-right:30px;--container-default-padding-bottom:60px;--container-default-padding-left:30px;}.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:1400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:900px){.elementor-kit-7{--e-global-typography-accent-font-size:11px;}.elementor-kit-7 h1{font-size:40px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-button {
    padding: 6px 9px!important;
}


h1, h2 {
    font-weight: 600!important;
}

.elementor-button .elementor-button-text {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* ICON */
.elementor-button .elementor-button-text::after {
    content: "";
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;

    display: inline-block;

    transition: transform 0.3s ease;
}


.lightBlue > .elementor-button .elementor-button-text::after {
    background-image: url("https://physiopraxis-sprengi.ch/wp-content/uploads/2026/04/ArrowBTN.svg")!important;
}


.elementor-button .elementor-button-text::after {
    background-image: url("https://physiopraxis-sprengi.ch/wp-content/uploads/2026/04/ArrowBTN-1.svg");

}















/* HOVER */
.elementor-button:hover .elementor-button-text::after {
    transform: rotate(45deg);
}


span.e-n-menu-title-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; 
    background-color: #6eadcc;
    transform: scaleX(0); 
    transform-origin: left center; 
    transition: transform 0.3s ease;
    pointer-events: none;
}

span.e-n-menu-title-text:hover::after {
    transform: scaleX(1);
}




.hoverRight {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hoverRight:hover {
    transform: translateX(8px);
    cursor: pointer;
}

.subHeading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 00px;
    bottom: 0;
    transform: translateY(-50%);
    background-color:#CE9E6E;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.subHeading{
    padding-left: 20px;
    display: flex;
    align-items: center!important;
}
.infoBox:hover{
    cursor: pointer;
}

.infoBox {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.infoBox::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #29566B;
    
    transform: translateY(100%); /* startet unten */
    transition: transform 0.4s ease;
    
    z-index: -1;
}
.elementor-button {
    transition: transform 0.3s ease;
}

.elementor-button:hover {
    transform: scale(1.06);
}
.infoBox:hover::before {
    transform: translateY(0); 
}

.infoBox:hover p {
    color: white!important;
}
.infoBox:hover h3{
    color: white!important;
}
.infoBox:hover path{
    fill: white!important;
}

.infoBox:hover .elementor-icon {
    border-color: transparent!important;
}/* End custom CSS */