.elementor-573 .elementor-element.elementor-element-06d890d{--display:flex;--position:absolute;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:1%;--padding-bottom:1%;--padding-left:5%;--padding-right:5%;top:0px;--z-index:99;}.elementor-573 .elementor-element.elementor-element-06d890d:not(.elementor-motion-effects-element-type-background), .elementor-573 .elementor-element.elementor-element-06d890d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-dd4d61b );}body:not(.rtl) .elementor-573 .elementor-element.elementor-element-06d890d{left:0px;}body.rtl .elementor-573 .elementor-element.elementor-element-06d890d{right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );}.elementor-573 .elementor-element.elementor-element-96af64b > .elementor-widget-container{margin:0px 0px 0px -5px;padding:0px 0px 0px 0px;}.elementor-573 .elementor-element.elementor-element-96af64b.elementor-element{--align-self:center;}.elementor-573 .elementor-element.elementor-element-96af64b{text-align:left;}.elementor-573 .elementor-element.elementor-element-96af64b img{width:100%;height:60px;object-fit:contain;object-position:center center;}.elementor-573 .elementor-element.elementor-element-85b0a6d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-573 .elementor-element.elementor-element-6eafac6{z-index:20;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-573 .elementor-element.elementor-element-06d890d{--content-width:1440px;}.elementor-573 .elementor-element.elementor-element-85b0a6d{--width:150px;}}@media(max-width:767px){.elementor-573 .elementor-element.elementor-element-06d890d{--padding-top:3%;--padding-bottom:3%;--padding-left:5%;--padding-right:5%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-573 .elementor-element.elementor-element-96af64b img{height:40px;object-fit:contain;object-position:center left;}.elementor-573 .elementor-element.elementor-element-85b0a6d{--width:150px;--justify-content:flex-end;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-573 .elementor-element.elementor-element-85b0a6d.e-con{--align-self:flex-end;}.elementor-573 .elementor-element.elementor-element-6eafac6.elementor-element{--align-self:flex-end;}}/* Start custom CSS for html, class: .elementor-element-6eafac6 */.elementor-573 .elementor-element.elementor-element-6eafac6 .fit4future-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Abstand zwischen Icon und Text */
    background: none;
    border: none;
    cursor: pointer;
    color: var(--e-global-color-primary); /* Farbe der Linien und des Textes */
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    font-family: var(--e-global-typography-8ad2068-font-family), Sans-serif;
    font-size: var(--e-global-typography-8ad2068-font-size);
    font-weight: var(--e-global-typography-8ad2068-font-weight);
    text-transform: var(--e-global-typography-8ad2068-text-transform);
    font-style: var(--e-global-typography-8ad2068-font-style);
    text-decoration: var(--e-global-typography-8ad2068-text-decoration);
    line-height: var(--e-global-typography-8ad2068-line-height);
    letter-spacing: var(--e-global-typography-8ad2068-letter-spacing);
    text-transform: uppercase;
}

.fit4future-menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px; /* Abstand zwischen den Linien */
    width: 24px; /* Breite des Icons */
}

.fit4future-menu-line {
    display: block;
    height: 2px;
    background-color: #000; /* Farbe der Linien */
    transition: width 0.3s ease-in-out, color 0.5s ease-in-out;
}

.fit4future-menu-top {
    width: 40px /* Obere Linie hat 100% Breite */
}

.fit4future-menu-bottom {
    width: 25px; /* Untere Linie hat 80% Breite */
    align-self: flex-start;
}

.fit4future-menu-btn:hover .fit4future-menu-line {
    width: 40px; /* Beide Linien werden 100% breit beim Hover */
/*    background-color: #96C5B5; */
}
/*
.fit4future-menu-btn:hover .fit4future-menu-text {
    color: #96C5B5;
}
*/

.fit4future-menu-text {
    font-size: 22px;
    margin-left: 10px; /* Abstand zwischen dem Icon und dem Text */
}

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

.elementor-573 .elementor-element.elementor-element-6eafac6 .fit4future-menu-btn {
    gap: 15px; /* Abstand zwischen Icon und Text */
    margin-right: -20px;
}

.fit4future-menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px; 
    width: 24px; 
}


.fit4future-menu-icon {
    gap: 8px; /* Abstand zwischen den Linien */
    width: 10px; /* Breite des Icons */
}

.fit4future-menu-line {
    height: 2px;
}

.fit4future-menu-top {
    width: 25px /* Obere Linie hat 100% Breite */
}

.fit4future-menu-bottom {
    width: 15px; 
    align-self: flex-start;
}

.fit4future-menu-btn:hover .fit4future-menu-line {
    width: 30px; 
}

    
  .fit4future-menu-text {
    font-size: 22px;
}



}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-85b0a6d */@media screen and (max-width: 767px) {
.elementor-573 .elementor-element.elementor-element-85b0a6d {
    width:120px!important;
    position: absolute;
    right: 5%;
}



}/* End custom CSS */