html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  flex: 1; /* Hauptinhalt dehnt sich */
}

.copyright {
  margin-top: auto; /* Footer bleibt unten */
}