/* for imprint/privacy/data remove/email lock pages */
body {
  color: rgba(0, 0, 0, 0.87);
  font-family: sans-serif;
  font-size: 16px;
  margin: 0;
}

h1 {
  margin: 0;
}

.header, .footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  margin-bottom: 40px;
}

.footer {
  bottom: 0;
  position: fixed;
  width: 100%;
}

.footer a {
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.87);
}

.footer a:active {
  color: rgba(0, 0, 0, 0.87);
}

.footer a:focus {
  color: rgba(0, 0, 0, 0.87);
}

.footer a:visited {
  color: rgba(0, 0, 0, 0.87);
}

.block-contents{
  max-width: 800px;
  margin: 0 auto 80px auto;
}
