.Container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;

  &._nrw {
    max-width: 930px;
  }
}
