body {
  margin: 0;
  Font-family: 'PT Serif', serif;
  background: #f7f7f7;
  min-height: 100vh;
}
.impressum-main {

  display: flex;
  flex-direction: column;
 /* justify-content: center;*/

  padding: 0 32px 48px 32px;
  margin-top: 75px;
}

.impressum-title {
  color: black;
  font-size: xxx-large;
  margin-bottom: 18px;
  
}
.impressum-text {
  font-size: 1.15rem;
  color: #181818;
  line-height: 1.4;
  white-space: pre-line;
 Font-family: 'PT Serif', serif;
}
@media (max-width: 700px) {
  .impressum-main {
    padding: 0 8px 24px 8px;
  }
  .impressum-box {
    margin-bottom: 18px;
    max-width: 98vw;
  }
  .impressum-title {
    font-size: 1.3rem;
  }
  .impressum-text {
    font-size: 1rem;
  }
}
.headerItem nav ul li a{
  color: black!important;
}
