footer {
    background-color: #ff66001a;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    border-top: 0.15em solid var(--akzentfarbeFest);
}

.footer-content a {
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.footer-content  a:hover {
    background-color: var(--orangebackground);
    text-decoration: underline;
}

.footer-content p {
    margin: 0.2em;
}

.logofooter {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 0.2em;
    align-items: center;
    vertical-align:baseline;
    height: 3.8em;
}