#footer-content {
    background-color: rgb(163, 65, 24);
    color: white;
    padding-top: 0;
    padding-bottom: 20px;
    box-shadow: 0 -1px 0 rgb(163, 65, 24);
}

#footer-oblique svg {
    height: 60px;
    width: 100%;
}

#footer-oblique {
    margin-top: 50px;
}

.footer-pageUp {
    text-align: right;
    margin-bottom: 10px;
}

.footer-pageUp a {
    display: inline-block;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    text-decoration: none;
}

.footer-pageUp a:hover{
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

#footer-content [class*="col-"] {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .footer-menu {
        text-align: right;
    }
}

.footer-menu a {
    text-decoration: none;
    color:white;
}

.footer-menu a:hover {
    text-decoration: underline;
    color: white;
}

.footer-socialmedia {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-languageSwitch {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    color:white;
}
.footer-languageSwitch:hover {
    color: inherit;
    text-decoration: underline;
}