/**
* Rückblick-Seiten
*
* @site     lz-koeln.de
* @author   Klaus Trapp
* @version  nov'20
*/
div.event {
   margin-bottom: .8em;
   padding: .5em .2em;
   border-bottom: dashed gray 1px;
}
div.event p, div.event ul {
   margin-bottom: .3em;
   line-height: 1.5em;
}
div.event .foto {
   padding: 1em .2em .5em .4em;
}
div.event a {
   font-weight: normal;
}
div.event p.ort {
   margin-bottom: .1em;
   font-style: normal;
   font-weight: normal;
}
p.spezial {
   margin-top: .5em;
   font-size: .9em;
   font-style: italic;
}
/**
* @section  Inline-Elemente
*/
span.titel a, .titel {
   font-weight: bold;
}
span.termin {
   font-weight: bold;
}
span.termin::before {
   content: "\25ba  ";   /* 2022 bull */
}
span.ort, span.ort a {
   font-weight: bold;
   color: rgb(105, 105, 105) !important; /* dimgray */
}
span.thema {
   font-weight: bold;
   color: darkgreen;
}
span.thema::before, span.thema::after {
   content: "";
}
span.zusatz {
   font-style: italic;
   color: rgb(105, 105, 105); /* dimgray */
}