/* === Impressum Page Styles === */
.impressum {
  min-height: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper {
  margin-top: 4rem;
  margin-bottom: 2rem;
  background-color: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  border-radius: 1rem;
}

.wrapper-d {
  margin-bottom: 4rem;
  margin-top: 2rem;
  max-width: 50%;
  background-color: #e0e0e0;
  padding: 4rem;
  border-radius: 1rem;
}

.b1 {
  display: flex;
  height: 0.25rem;
  background: #131313cc;
  width: 100%;
  justify-content: stretch;
}

.imp-cont-e {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
    padding: 2rem;
  }

  .wrapper-d {
    max-width: 90%;
    padding: 2rem;
  }
}