.content-wrapper {
    min-height: calc(100vh - 150px) !important; /* 100% der Viewport-Höhe minus Footer-Höhe */
    padding-bottom: 20px !important; /* Abstand zwischen Inhalt und Footer */
}

.footer {
    width: 100% !important;
    margin-top: auto !important; /* Stellt sicher, dass der Footer unten bleibt */
    position: relative !important;
}