nav { float: left; display: block; clear: both; width: 100%; }
#zettel { top: -60px; }
@media (max-width: 992px) {
    #zettel { top: 0px; clear: both; margin-top: 60px; }
}