/* lz-koeln.de - Index-Seite, hier speziell für die Darstellung von Events */
h2.termin {
   margin-top: -.5em !important;
}
#index p.spezial {
   margin-top: .5em;
   font-style: italic;
}
#index ul {
   margin: .3em 0 .5em 1em;
   font-style: italic;
}
div.events {
   margin: 2em 0 1em 0;
   padding: .1em .2em;
   border-style: solid;
   border-width: thin;
   border-radius: 8px;
   border-color: rgb(0, 0, 139); /* darkblue */
}
div.events ul {
   list-style: none;
}
/*div.events li::before {
   content: "- ";
*/
div.event {
   margin-top: 0;
   padding: .5em .7em;
   font-size: .9em;
   text-align: center;
   line-height: 1.5em;
}
div.event p {
   margin-bottom: .25em;
}
div.event .foto {
   padding: 1em .2em .5em .4em;
}
p.boxtitle {
   display: inline;
   position: relative;
   top: -1.05em;
   margin-left: 2.5em;
   padding: 0 .5em;
   font-size: .9em;
   font-style: italic;
   text-align: left;
   background-color: rgb(245, 245, 220); /* beige */
}
p.ort {
   font-weight: normal;
}
ul.notizen {
   margin-top: 0 !important;
   margin-bottom: 1em;
}
ul.notizen li {
   margin-left: .5em;
}

/* Inline-Elemente */
span.termin {
   font-weight: bold;
}
span.ort, span.ort a {
   font-weight: bold;
   color:  rgb(105, 105, 105) !important; /* dimgray */
}
span.zusatz {
   font-size: 1em;
   font-style: italic;
}