@charset "utf-8";

/* CSS Document */
/*--------------------------------------------------------------------------------*/
/* Anpassungen fuer Joomla */

/* Hoehe des Menuebalkens der Website */
#fx-hmenu-bg {
    height: 38px;
}

/* Button Veranstaltungen ausblenden */
#ideafeedbackbuttonj6showb1 {
    display: none;
}

.lapp_rccal .easy_img_caption {
    width: auto !important;
    margin: 0;
}

.lapp_rccal .easy_img_caption_inner {
    display: none !important;
}

div.lapp_veranstaltungen_liste .easy_img_caption {
    width: auto !important;
}

div.lapp_veranstaltungen_liste .easy_img_caption_inner {
    display: none !important;
}

/*--------------------------------------------------------------------------------*/

.lapp_rccal h1 {
    line-height: initial;
    margin: 0;
}

table.lapp_veranstaltungen {
    font-family: Verdana,Geneva,sans-serif !important;
}

table.lapp_veranstaltungen img {
    width: auto !important;
}

.lapp_veranstaltungen_liste a,
.lapp_veranstaltungen_filter a {
    color: #5c5c5c !important;
    font-family: Verdana,Geneva,sans-serif !important;
}

.lapp_veranstaltungen_filter select,
.lapp_veranstaltungen_filter input[type="text"] {
    font-family: Verdana,Geneva,sans-serif !important;
    font-size: 11px !important;
}

.lapp_form_anmeldung input,
.lapp_form_anmeldung select,
.lapp_veranstaltungen_fehler textarea {
    font-family: Verdana,Geneva,sans-serif!important;
}

@media only screen and (min-width:1000px) {
    
    .lapp_veranstaltungen_liste a {
        font-size: 13px !important;
    }
    
    .lapp_veranstaltungen_filter a {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 500px) {
    
    table.lapp_veranstaltungen td.lapp_anmeldung {
        height: 2px;
    }
}

/*--------------------------------------------------------------------------------*/