@charset "utf-8";

/* CSS Document */
/*--------------------------------------------------------------------------------*/

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

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

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

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,
    .lapp_veranstaltungen_filter a {
        font-size: 11px !important;
    }
}

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