.trustlogos { margin-top: 0.0rem; margin-bottom: 3rem; display: flex ; gap: 1.5rem;  ; flex-wrap : wrap}

.trustlogos .item {height: 7.5rem;  margin-bottom: 1.5rem}
.trustlogos .item  img { height:7.5rem; margin-top: 1rem; box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);}

.trustlogos .siegel-top img { height: 9.5rem; margin-top: 0rem; box-shadow: none}


@media (min-width: 1900px)  {
	
.trustlogos { flex-wrap : nowrap }

}



@media (min-width: 1700px) AND (max-width: 1900px) {

  .trustlogos img { height:5.5rem;   }
 
}
@media (min-width: 768px) AND (max-width: 1700px) {

  .trustlogos img { height:5.0rem;  }
 
}

@media (max-width: 768px) {
  .trustlogos { flex-wrap: nowrap; overflow-x: scroll ; margin-bottom: 3rem; scroll-behavior: smooth; overflow-y: hidden;  -ms-overflow-style: none;  /* IE and Edge */ scrollbar-width: none; -webkit-overflow-scrolling: touch; overflow: -moz-scrollbars-none; overflow-y: hidden; -moz-scrollbar-width: none; white-space: nowrap;  }
    .trustlogos img { height:8.0rem;  }
   
}