body{
  font-family: "Inter";
  background: #F6F7F8;
 
}


.header-LegalNotice{
  margin-top: 100px;
  margin-left: 328px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.header-LegalNotice img{
  width: 32px;
  height: 32px;
  padding: 5px;
  margin-right: 125px;
}

.header-LegalNotice img:hover{
  background-color: rgba(238, 238, 238, 1);
  border-radius: 50%;
}

h1{
  width: 419px;
  height: 73px;
  font-size: 61px;
  line-height: 73.2px;
  font-weight: 700;
  margin: 0px;
}

.imprint{
  font-size: 27px;
  left: 32.4px;
  font-weight: 700;
  margin-bottom: 15px;
}

.text-LegalNotice{
  width: 1016px;
  margin-left: 328px;
  margin-bottom: 20px;
}

p{
  margin: 0px;
}

h2{
  font-size: 16px;
  font-weight: 700;
  line-height: 32.4px;
  height: 32px;
  margin: 0px;
}

@media(max-width: 1360px){
  .text-LegalNotice
  {
    width: auto;
    margin-right: 5px;
  }
}

@media(max-width: 1100px){
  h1{
    font-size: 41px;
  }

  .header-LegalNotice img {
    margin-right: 50px;
    width: 24px;
    height: 24px;
  }
  .header-LegalNotice{
    margin-top: 50px;
  }
}

@media(max-width: 768px){
 .header-LegalNotice{
  margin-left: 15px;
  margin-top: 10px;
 }

 .text-LegalNotice{
  margin-left: 15px;
  margin-top: 20px;
 }

 .text-LegalNotice p{
  font-size: 12px;
 }
}

@media(max-width: 600px){
  .header-LegalNotice{
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 0px;
  }

  .text-LegalNotice{
    margin-left: 15px;
    }

  .imprint{
    font-size: 20px;
    margin-bottom: 10px;
  }

   h1{
    font-size: 24px;
   }

   .text-LegalNotice p{
    font-size: 16px;
    margin-top: 10px;
   }

   h2{
    line-height: 20px;
   }

   .header-LegalNotice img{
    margin-right: auto;
    width: 19px;
    height: 19px;
   }
}

@media(max-width: 350px){
  h2{
    font-size: 14px;
  }

  li{
    font-size: 15px;
  }

  .header-LegalNotice{
    margin-top: 0px;
  }
}

@media(max-width: 320px){
   h2{
    font-size: 12px;
   }

   .text-LegalNotice p{
    font-size: 10px;
    margin-top: 0px;
   }

   .text-LegalNotice{
    margin-top: -5px;
   }

   .header-LegalNotice{
    margin-top: 0px;
   }
}

@media(max-width: 667px){
  h2{
    font-size: 12px;
   }

   .text-LegalNotice p{
    font-size: 10px;
    margin-top: 0px;
   }

   .text-LegalNotice{
    margin-top: -5px;
   }

   .header-LegalNotice{
    margin-top: 0px;
   }

   li{
    font-size: 12px;
   }
}