@media (max-width: 750px) {
    footer {
        background-color: #F1F2F3 !important;
        font-size: 0.9rem;
        padding-left: 1rem;
        height: auto; /* Beispiel: Höhe überschreiben */
        flex-direction: column; /* Beispiel: Richtung überschreiben */
        min-height: unset; /* Beispiel: min-height entfernen */
        padding: 1rem 0.5rem; /* Beispiel: Padding anpassen */
        margin: 0; /* Beispiel: Margin anpassen */
    }
    body{
        margin: 0;
    }
    .footerblockCS{
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
    } 
    .version-number{
        background-color: #F1F2F3 !important;
        height: 2vh;
    }
    .footerlogofieldCS{
        align-items: center;
    }
    .footerlinkheaderCS{
        padding: 0;
    }
    .footerlinksCS{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .footerlinkCS{
        padding: 0;
    }
    .footerinfosCS{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footerinfosrightCS, .footerinfosleftCS{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logoclassCS{
        padding-left: 0;
    }
    .logocontainerCS{
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .headerSpaceCS{
        flex-direction: column;
    }
}