.mobile-whatsapp{
    display: none;
}

.padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 1024px){

.mobile-whatsapp {
    display: block;
    position: fixed;
    bottom: 170px;
    right: 30px;
    z-index: 99;
    width: 55px;
    margin-bottom: -5px;
    max-width: unset !important;
    /* border-radius: 10px; */
    overflow: hidden;
}
}

@media(max-width: 768px){

.mobile-whatsapp {
  
    right: 5px !important;
 
}
}
/*double-header  */

.header-list ul {
    display: flex !important;
    flex-direction: row;
    gap: 4rem !important;
}

.header-list.right ul {
    justify-content: flex-end;
}

ul#menu-header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

ul#menu-header-menu>li>a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--text);
    transition: all 0.7s ease !important;
}
button:focus:after{
    all:unset !important
}

div#header {
    z-index: 99;
    position: relative;
}
  li.current-menu-item a {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

ul#menu-header-menu>li>a:hover {
    color: var(--primary-color);
}

/*double-header  */

ul#menu-header-menu li {
    list-style-type: none;
}

div#header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    }
}

/* Fixed once scrolled past header */
div#header.header-sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    background: transparent;
    animation: fadeInDown 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}


div#content {
    margin-top: 0;
}



/* ===== Overlay Popup (Mobile Menu & Leistungen) ===== */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.97);
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.4s ease;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10000;
    cursor: pointer;
}

.overlay .closebtn svg {
    display: block;
}


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

	.kt-svg-icon-list-columns-2 ul.kt-svg-icon-list {
    grid-template-columns: 100% !important;
}
}
