[class*="navbar"] {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}


/* Alten Theme-Footer ausblenden */
footer, 
.md-footer,
[class*="footer"] {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Die Leiste (ohne Breitenangabe, das macht JS!) */
.my-gif-bar {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 2147483647 !important;
    background-color: #282a36 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    
    /* Schutz vor Theme-Einschränkungen */
    max-width: none !important;
    transform: none !important;
    box-sizing: border-box !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
}

.my-gif-bar img {
    height: 31px;
    width: auto;
    display: block;
    transition: transform 0.15s ease;
}

.my-gif-bar a:hover img {
    transform: scale(1.08);
}

/* Puffer für den Text */
body {
    padding-bottom: 0px !important;
}
img[alt*="avatar" i] {
    width: 25% !important;
    max-width: 50% !important;
    height: 25% !important;
    max-height: 50% !important;
}