.elementor-646 .elementor-element.elementor-element-4f2e7064{--display:flex;--position:absolute;--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:space-between;--align-items:center;--padding-top:20px;--padding-bottom:20px;--padding-left:5%;--padding-right:5%;top:0px;--z-index:9999;}body:not(.rtl) .elementor-646 .elementor-element.elementor-element-4f2e7064{left:0px;}body.rtl .elementor-646 .elementor-element.elementor-element-4f2e7064{right:0px;}.elementor-646 .elementor-element.elementor-element-60073d71 img{width:100%;height:100px;object-fit:contain;object-position:center left;}.elementor-646 .elementor-element.elementor-element-5d14f145{--display:flex;}.elementor-646 .elementor-element.elementor-element-7ed4c77d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-646 .elementor-element.elementor-element-5d14f145{--width:80px;}}@media(max-width:767px){.elementor-646 .elementor-element.elementor-element-60073d71 img{object-fit:contain;object-position:center left;}.elementor-646 .elementor-element.elementor-element-5d14f145{--width:100px;--justify-content:flex-end;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7ed4c77d */.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
    align-items: flex-end;
    justify-content: center;
    width: 80px;
}

/* Basis-Linien */
.menu-icon .line {
  background-color: #a6d5c2;
  transition: width 0.4s ease;
    height: 6px;
}

/* Obere Linie: maximale Breite (z. B. 80px) */
.menu-icon .line-top {
  width: 80px;
}

/* Untere Linie: kürzer */
.menu-icon .line-mid {
  width: 70px;
}

/* Untere Linie: kürzer */
.menu-icon .line-bottom {
  width: 60px;
}

/* Hover: untere Linie wächst auf 80px */
.menu-icon:hover .line-top {
  width: 60px;
}

.menu-icon:hover .line-mid {
  width: 60px;
}

@media only screen and (max-width: 767px) { 
    .menu-icon {
  gap: 4px;
    width: 50px;
}

.menu-icon .line {
  background-color: #a6d5c2;
  transition: width 0.4s ease;
    height: 4px;
}

/* Obere Linie: maximale Breite (z. B. 80px) */
.menu-icon .line-top {
  width: 60px;
}

/* Untere Linie: kürzer */
.menu-icon .line-mid {
  width: 40px;
}

/* Untere Linie: kürzer */
.menu-icon .line-bottom {
  width: 30px;
}

/* Hover: untere Linie wächst auf 80px */
.menu-icon:hover .line-top {
  width: 60px;
}

.menu-icon:hover .line-mid {
  width: 60px;
}

.menu-icon:hover .line-bottom {
  width: 60px;
}

    
}/* End custom CSS */