/* Betrifft ALLE h4-Titel an der 3. Position in Modulen der linken Sidebar */
.astroid-module-position.sidebar-left-position .moduletable > div:nth-child(3) > h4,
.astroid-module-position.sidebar-left-position .moduletable h4.module-title,
.astroid-module-position.sidebar-left-position .moduletable h4.item-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2;
    background-color: transparent !important; 
}   
