@media screen and (max-width: 544px) {
#logobox {
    width: 265px;
        height: 111px;
        top:35px;
        float: left;
        display: block;
        background-image: url(/files/layout/sek_logo_eigenbetrieb-mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
}
#newsbar .mod_newslist,
#newsbar .mod_eventlist {
    float:none;
    width:100%;
    display:block;
}
.mod_newslist .layout_latest {
    width:100%;
    margin-right:0px;
	min-height:auto;
}

.mod_eventlist h1 {
        padding-left: unset;
    }
}
