/* CSS Document */

/* ==========================================================================
 * allgemein
 * ======================================================================= */

.gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.nav-link {
    text-decoration: none; /* Entfernt die Standard-Unterstreichung */
}

.nav-link:hover {
    text-decoration: underline; /* Fügt die Unterstreichung beim Hover hinzu */
}