/* GENERAL*/
.bold{
    font-weight:bold;
}
.hidden{
    visibility:hidden;
}
.noshow{
    display:none;
}


/* INDEX PAGE */
.genres-wrapper{
    display: none;
}

/* ALL BOOKS */
.page-template-page-archivebuch main .subheader{
    display: none;
}
.page-template-page-archivebuch main .content-wrapper{
    margin-top: 4em;
}

/* GENRE PAGES */
.tax-genre .content-wrapper{
    margin-top: 4em !important;
}