.Impressum-wrap h1 {
  margin-top: 135px;
  margin-bottom: 25px;
  color: #e0e0e0;
  font-size: 30px;
}
@media (max-width: 768px) {
  .Impressum-wrap h1 {
    font-size: 30px;
    text-align: center;
  }
}
.Impressum-wraper {
  border-radius: 10px;
  background: #fcfcfc;
  padding: 50px 10.5px;
  /* margin-top: 125px; */
  margin-bottom: 50px;
  position: relative;
}

.Impressum-wraper:before {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}
h2 {
  font-size: 1.5rem;
  color: #6e7276;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
