.global-footer {
    background-color: #1F2937; /* Dunkles Grau */
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
    color: white;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.global-footer p {
    margin: 0;
    font-size: 0.9rem;
    color: #D1D5DB; /* Hellgrau */
}

.global-footer a {
    color: #60A5FA; /* Blau */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.global-footer a:hover {
    color: #93C5FD; /* Helleres Blau */
}
