/* printausgabe für "mittag-in-der-zille.html" */

header {
    background: url(Bilder/Zille Logo mit Herz 2.jpg);
}
header {
    display: none;
}

#header {
    display: none;
}

#nav_menu  {
    display: none;
}

.mittag-extra {
    display: none;
}

#sidebar {
    display: none;
}

#footer {
    display: none;
}

#content {
     font-size: 16px;
    line-height: 20px;
    color: #333;
    word-wrap: break-word !important;
    font-family: 'Open Sans', sans-serif;
    
}

#content h4 {
    font-size: 20px;
    font-weight: bolder;
    padding: 30px;
}

#content h5 {
    font-size: 18px;
    color: #333;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    line-height: 1.0;
    margin: 0 0 16px;
}



