/*******************************************************************************
** recolor <a> tag in gallery text field of image
**    a:link ...
*******************************************************************************/
 /* unvisited link */
#image-text:link {
  color: white;
}
/* visited link */
#image-text:visited {
  color: yellow;
}

/* mouse over link */
/*
#image-text:hover {
  color: hotpink;
}
*/

/* selected link */
/*
#image-text:active {
  color: yellow;
} 
*/

//.jg-image-img { 
//    max-height: 80vh !important;  /* Verkleinert das Bild auf 80% der Viewport-Höhe */
//    width: auto;
//    object-fit: contain;   /* Erhält das Seitenverhältnis */
//} 

//.jgallery {
//    /* 1. Platz für das Menü schaffen */
//    top: 260px !important; /* Menühöhe (50px) + Puffer (10px) */
//    
//    /* 2. Höhe berechnen: 90% minus die Menühöhe */
//    height: calc(90% - 260px) !important;
//    
//    /* 3. Breite und Zentrierung */
//    width: 90% !important;
//    left: 5% !important;
//    
//    /* 4. Scrollbar unterdrücken */
//    margin: 0 !important;
//}

//body {
//    overflow: hidden;
//}
