@media(min-width:901px){
  .hero__content,
  .home-hero__content,
  .leistungen-hero__content,
  .products-hero__content,
  .product-hero--photo .product-hero__content,
  .about-hero__content,
  .service-hero__content,
  .contact-hero__content,
  .references-hero>.container{
    width:min(calc(100% - clamp(4rem,22vw,26rem)),var(--container-width));
    margin-left:clamp(2rem,11vw,13rem);
    margin-right:2rem;
  }
}

@media(max-width:900px){
  .hero__content,
  .home-hero__content,
  .leistungen-hero__content,
  .products-hero__content,
  .product-hero--photo .product-hero__content,
  .about-hero__content,
  .service-hero__content,
  .contact-hero__content,
  .references-hero>.container{
    width:calc(100% - 2rem)!important;
    min-width:0;
    margin-inline:1rem!important;
  }

  .hero__content>p,
  .home-hero__content>p,
  .products-hero__content>p,
  .product-hero--photo .product-hero__content>p,
  .about-hero__content>p,
  .service-hero__content>p,
  .contact-hero__content>p,
  .references-hero>.container>p{
    max-width:100%;
    overflow-wrap:break-word;
  }
}
