footer #gastfreunde_footer {
    background-color: var(--grey-dark-super);
    color: var(--white-color);
}

footer #gastfreunde_footer > div {
    display: none;
}

footer #gastfreunde_footer > div:first-child {
    display: block;
}

footer #gastfreunde_footer > div > div > div {
    padding: 2.45rem 0;
}

footer #gastfreunde_footer .contentcontainer-column ul li a {
    color: var(--white-color);
    opacity: var(--opacity-standard);
}

footer #gastfreunde_footer .contentcontainer-column ul li a:hover {
    opacity: var(--opacity-hover);
}

footer #gastfreunde_footer .contentcontainer-column[data-container-column="middle-right"] > div:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
}

footer #gastfreunde_footer .contentcontainer-column[data-container-column="middle-right"] img {
    width: auto;
    opacity: var(--opacity-standard);
    cursor: pointer;
}

footer #gastfreunde_footer .contentcontainer-column[data-container-column="middle-right"] img:hover {
    opacity: var(--opacity-hover);
}

footer #gastfreunde_footer .contentcontainer-column[data-container-column="right"] > div {
    margin-top: 0;
}

footer #gastfreunde_footer .contentcontainer-column[data-container-column="right"] img {
    padding-top: 2rem;
}
