div.content {
    background-color:white;
}

div.foto-gallerie{
    background-color:white;
    padding: 50px;
}

.foto-modal {
    background-color:white;
    
}
.foto-modal a.previous, .foto-modal a.next, .foto-modal .close 
{
    color:black ;
}

.foto-modal a.previous:hover,
.foto-modal a.next:hover {
  background-color: rgba(150, 150, 150, 0.8);
}