/* Seitentitel nur auf mobilen Geräten ausblenden */
@media only screen and (max-width: 768px) {
    .site-title {
        display: none !important;
    }
}