h1,
h2,
h3,
h4 {
  font-weight: 400;
}


#header-imprint {
  margin-top: 25%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.text-container-header-imprint {
  display: flex;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 2%;
}

.text-container-header-imprint-left {
  font-family: 'Medium';
  letter-spacing: -3;
}


#text-imprint {
  margin-left: 0.5%;
}


.text-container-imprint {
  display: flex;
  width: 45%;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  margin-bottom: 3%;
}

.text-container-imprint-top {
  margin-bottom: 1.5%;
}





@media (max-width: 1168px) {
  #header-imprint {
    margin-top: 40%;
  }

  .text-container-header-imprint-left {
    letter-spacing: -1.8;
  }

  .text-container-imprint-top {
    font-family: 'Mono Light';
    font-size: 1.5vw;
  }


  #untertitel h4 {
    font-size: 1.5vw;
  }
}


@media (max-width: 768px) {
  #header-imprint {
    margin-top: 60%;
  }


  .text-container-imprint {
    margin-bottom: 8%;
  }


  .text-container-imprint-top {
    font-size: 2vw;
  }

  #untertitel h4 {
    font-size: 2vw;
  }

}