#firmenlogo {
    width: 200px;
    height: auto;
}

@media only screen and (min-width: 768px) {
    #firmenlogo {
        width: 330px;
    }
}