@media screen and (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    li {
        line-height: 20px;
    }
    h2 {
        height: initial !important;
    }
    td,tr {
        display: block;
        box-sizing: border-box;
    }
    .divfish {
        display: none;
    }
    body > div {
        box-sizing: border-box;
        padding: 0 .5rem;
    }
    body, td, span.klein_schwarz {
        font-size: 16px;
        line-height: 20px;
    }
    td.left, .jg_catelem_photo_align, #left, .jg_minis #motioncontainer, #filter_category_id, #filter_editor_id , #filter_category_id, #filter_author_id, #filter_location_id, #filter_library_id, #filter_year, #left ul, #mod-search-searchword10051 {
        width: 100%;
    }
    .page-header h2{
        font-size: 1rem;
    }
    table, tbody, tr, td, object, embed, .jce_caption {
        width: 100% !important;
    }
    td table tbody tr, .row-fluid {
        display: flex;
        flex-direction: column;
    }
    #header {
        background-size: contain;
        height: auto;
        padding-top: 14.5%;
    }
    .gallery .jg-header, div.jg_search {
        text-align: left;
        margin-top: 1rem;
    }
    .item-page div table tbody tr td {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .bookdetails dd {
        margin-left: 0;
    }
    .item-page[itemtype="http://schema.org/Book"] .row-fluid .span4 {
        width: 100%;
    }
    video {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 2rem;
    }
    #mainmenu {
        order: 1;
    }
    #mainmenu li {
        margin-bottom: 5px;
    }
    .jg_element_cat {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }
    .jg_element_cat .jg_imgalign_catimgs a img {
        width: 100%;
        height: auto;
    }
    .jg_subcatelem_cat, .jg_subcatelem_cat_r {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .js-stools-container-filters {
    display: flex !important;
    clear: both;
    flex-direction: column;
    margin: 0.5rem;
    }
    .js-stools .js-stools-container-bar {
        float: left;
        display: flex;
        flex-direction: column;
        margin: 0.5rem;
    }
    .js-stools-field-filter, .btn-wrapper .input-append{
        margin: 10px 0;
    }
    .js-stools .btn-wrapper {
        margin: 5px 5px 0 0;
    }
    .js-stools .js-stools-container-list {
        float: left;
        text-align: right;
        margin: 13px 0;
    }
    #left form {
        width: auto;
    }
    strong {
        word-break: break-word;
    }
    #content {
        padding: 0;
    }
    #content_inner {
        order: 2;
        width: 100% !important;
    }
    .left {
        order: 3;
    }
    #left .moduletable:first-child .nav {
        display: none;
    }
    img {
        display: block;
        width: 100%;
    }
    #content_inner {
        min-height: 0;
    }
}
@media screen and (max-width: 340px) {
    .dropdown-menu .print-icon{
        margin-top: 0;
    }
}
@media screen and (min-width: 769px) {
    #mainmenu {
        display:none
    }
    video {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 2rem;
    }
}
img {
    max-width: 100%;
    height: auto;
}