/* Desktop */
.tinfo .logo-theme {
    width: 100px;
    height: auto;
    transition: all 0.3s ease;
}

/* Zustand beim Scrollen */
.tinfo.top-info-small .logo-theme {
    width: 50px;
}

/* Mobile ausblenden */
@media (max-width: 991.98px) {
    .tinfo .logo-theme {
        display: none;
    }
}