AUSTELLUNGSANSICHTEN 
EXHIBITION VIEW
Fotos:  © Kollektiv Symbiose
  
   
   
  
  
  
  
  
  
  
  
  
  
  
   
 
a:not(.hotspot):hover {
  color: red !important;
}
a {
  color: #F3EAC9; /* Standard-Schriftfarbe */
  text-decoration: none;
}
a:hover {
  color: #FF0000; /* Hover-Schriftfarbe: Rot */
  text-decoration: none; /* Keine Unterstreichung */
}