/* LARGE */
@media only screen and (max-width: 979px) {


}

/* MEDIUM */
@media only screen and (max-width: 599px) {

}

/* SMALL */
@media only screen and (max-width: 599px) {

    /* SIMLOKET */
    div.twocolumns,
    div.threecolumns,
    .module_items.three_items .item_2, 
    .module_items.three_items .item_3, 
    .module_items.two_columns .column_1, 
    .module_items.two_columns .column_2,
    .module_bri_agenda .left, 
    .module_bri_agenda .right,
    .module_bri_agenda .items,
    .module_simfaq .faq_topics,
    div.module_simfaq .itemlist,
    div.module_simfaq .parts,
    .events_calendar,
    #events_list, 
    #events_list_upcoming,
    .categories ul.two_columns,
    .module_solr .searchoptions,
    .module_solr .searchoptions.right_fixed, 
    .module_solr .searchoptions.right{
        width: auto;
        float: none;
    }

    div.module_foto .gallery ul li.column ul li {
        width: 100%;
    }

    .module_foto .gallery ul li img {
        min-width: 50%;
    }

    textarea {
        max-width: 90%;
    }

    .events_calendar,
    #events_list, 
    #events_list_upcoming {
        margin-bottom: 1em;
    }

    .module_foto .gallery ul li h2 {
        margin-bottom: .5em;
    }

}