.flex-footer-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.flex-footer-icons svg {
    width: 46px;
}

.footer-menu-list ul.elements-ul-full li {
    width: 100%;
}

.footer-menu-list ul.elements-ul-full li a:hover,
.footer-menu a:hover {
    color: white;
    text-decoration: underline;
}

.footer-menu {
    justify-content: space-between;
}

.footer-menu-list img {
    width: 100%;
    max-width: 150px;
}

.footer-container-flex a {
    display: block;
    padding: 0.3rem;
    margin: 0.2rem;
    background: white;
    color: black !important;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: noene !important;
}

.footer-container-flex a:hover {
    text-decoration: underline !important;
}

.footer-container-flex {
    padding-top: 0;
}