.cf {

text-align: justify;

hyphens: auto; /* Aktiviert die automatische Silbentrennung */

opacity: 1.0;

width: 100%;

height: auto;
}
 
.nested-links{

text-align: justify;

hyphens: auto; /* Aktiviert die automatische Silbentrennung */

opacity: 1.0;

width: 100%;

height: auto;

}

figcaption {

/*grid-row: 2;

grid-column: 1;

background-color: rgba(255, 255, 255, 0.5);*/

font-family: Arial, Helvetica, sans-serif;

font-weight: 700;

padding: 0.2em 0.2em;

justify-self: start;

}
        
