.menu-linkedin a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px; /* Hides any text if present */
    background-image: url("https://des-mach-ma.de/wp-content/uploads/sites/3/2023/06/linkedin.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-instagram a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url("https://des-mach-ma.de/wp-content/uploads/sites/3/2026/06/IconInstagram-scaled.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#menu-footer-menue-2 {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
}

#menu-footer-menue-2 li {
    flex: 0 0 100% !important;
    width: 100% !important;
}

#menu-footer-menue-2 li.menu-linkedin,
#menu-footer-menue-2 li.menu-instagram {
    flex: 0 0 40px !important;
    width: 40px !important;
    margin-top: 20px;
}

#menu-footer-menue-2 li.menu-linkedin {
    margin-right: 15px !important;
}