/* imprint */

.main-header > .imprint-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85vh;
  width: 100%;
}

.imprint-container > p {
  text-align: center;
  padding-top: 2rem;
}

/* sources */

.sources {
  padding: 0rem 15rem 10rem 15rem;
}

.sources > p {
  padding-top: 2rem;
}

.sources > p > a {
  color: var(--text-color);
  font-family: var(--bold-body-font);
}

.sources > p > a:visited {
  color: var(--text-color);
}

.sources > p > a:link {
  color: var(--text-color);
}

/* Responsive Source section */
@media screen and (max-width: 1200px) {
  .sources {
    padding: 0rem 2rem 10rem 2rem;
  }
}
