/* Akademieunion Logo styling */
#footer img[alt="Akademieunion Logo"] {
    max-width: 80% !important; /* oder gewünschte Größe */
    width: auto !important;
    height: auto !important;
    margin-top: 10px;
}

/* Überschreibe auch mobile Regel */
@media (max-width: 640px) {
    #footer img[alt="Akademieunion Logo"] {
        width: 40% !important;
        max-width: 40% !important;
    }
}