.header {
    margin: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem;
    font-size: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    border-radius: 2px;
}

.impressum-container{
    max-width: 1024px;
    margin-left: 4rem;
}

* {
    font-family: sans-serif;
}

a {
    color: black;
}

a:visited {
    color: #ED1B3B;
}
