/* für gallery ,für handy sicht */
@media (max-width: 763px) {
.contentPicturesGallery {
    flex-direction: column;
    
  }

  .contentPicturesGallery > * {
    width: 100% ;
    min-width: 100% ;
    flex-basis: auto ;
  
  }
}