.light-theme, #impressum {
    color: #3c3c3b;
}

.dark-theme {
    background: #62AB57;
    color: white;
}

.footer-theme {
    background-color: #3c3c3b;
    color: white;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}