body {
  background-color: #f1edee;
}

.impressum-text {
  margin-top: 145px;
  margin-bottom: 250px;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  font-family: EricaType;
  font-size: 21px;
  line-height: 28.1px;
  color: #000000;
  max-width: 85vw;
  position: relative;
  left: 7.5vw;
}

@media only screen and (max-width: 1250px) {
  .impressum-text {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

@media only screen and (max-width: 768px) {
  .impressum-text {
    margin-top: 42.4px;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.21px;
  }
}
