/**
* Archiv-Seiten
*
* @site     lz-koeln.de
* @author   Klaus Trapp
* @version  nov'20
*/
/**
* @section   Jahrgangsseiten
*/
p.programm_link {
   margin-top: 1em;
   margin-bottom: .5em;
}
p.programm_link a, div.monate_select a {
   padding: .1em .5em;
}
div.veranstaltung {
   margin-bottom: 1.5em;
}
div.veranstaltung p {
   margin-top: .1em;
   line-height: 1.3em;      
}
div.veranstaltung p.datum {
   margin-bottom: .2em;
   padding: .4em .3em;
   font-size: 1em;
   background-color: rgb(255, 248, 220); /* cornsilk */
}
div.veranstaltung h3 {
   margin: .2em 0;
   font-weight: normal;
   font-style: italic;
   color: rgb(0, 100, 0); /* DarkGreen */
}
div.veranstaltung p.ort {
   margin: .2em .3em;
   font-weight: normal;
}
div.veranstaltung p.organisation {
   margin: .1em .3em;
}
/**
* @section   Veranstaltungen je Referent/Künstler
*/
p.referent  {
   font-weight: bold;
}
p.referent.anzahl {
   font-weight: normal;
   font-size: .85em;
}
li.referent {
   margin-bottom: 1em;
   line-height: 1.4em;
}
/**
* @section   Inline-Elemente
*/
span.thema {
   font-weight: normal;
}
span.link {
   display: none;
}
