#mainHeadline {
  text-align: left;
  padding: 0px 20px;
}

.actualImpressum {
  font-size: 1.15em;
  letter-spacing: 0.5px;
  padding: 0px 30px;
  margin-top: 50px;
}

.impress {
  width: 100%;
  display: flex;
}

.impressLeft {
  width: 400px;
}

.impressRight {
  width: calc(100% - 400px);
  border-left: 1px solid var(--secondbackgroundcolor);
}

.impressInfo {
  font-size: 1em;
  padding: 0px 30px;
  margin-top: 50px;
  text-align: justify;
}

@media (max-width: 800px) {
  .impress {
    flex-direction: column;
  }

  .impressLeft {
    width: 100%;
  }

  .impressRight {
    width: 100%;
    border-left: unset;
    border-top: 1px solid var(--secondbackgroundcolor);
    margin-top: 40px;
  }
}
