       .inplaykalender_tag { text-align: center; font-size: 8px; letter-spacing: 1px; } 
        .szenen { background-color: #e5474d; } 
        .szenen strong { color: #543D59 !important; } 
        .geburtstag { background-color: #349196; } 
        .geburtstag strong { color: #543D59 !important; } 
        .timeline { background-color: #f17e86;}
        .timeline strong { color: #3D4F37 !important; }
        .event { background-color: #ABD9D8; }
        .event strong { color: #4D6E6D !important; }
        
        .szenentimeline { background: linear-gradient(to left top, #e5474d 50%, #f17e86 50%); }
        .szenentimeline strong { color: #3D4F37 !important; }
        .szenengeburtstag { background: linear-gradient(to left top, #e5474d 50%, #349196 50%); }
        .szenenevent { background: linear-gradient(to left top, #e5474d 50%, #ABD9D8 50%); }
        .szenenevent strong { }
        .szenengeburtstag strong { color: #543D59 !important; }
        .geburtstagtimeline { background: linear-gradient(to left top, #349196 50%, #f17e86 50%); }
        .geburtstagtimeline strong { color: #543D59 !important;  }
        .geburtstagevent { background: linear-gradient(to left top, #349196 50%, #ABD9D8 50%); }
        .geburtstagevent strong { }
        .timelineevent { background: linear-gradient(to left top, #f17e86 50%, #ABD9D8 50%);  }
        .timelineevent strong { }
        
        .szenengeburtstagtimeline { background: linear-gradient(to left top, #e5474d 33%, #349196 33%, #349196 66%, #f17e86 66%); }
        .szenengeburtstagtimeline strong { color: #543D59 !important; }
        .szenengeburtstagevent { background: linear-gradient(to left top, #e5474d 33%, #349196 33%, #349196 66%, #ABD9D8 66%); }
        .szenengeburtstagevent strong { }
        .szenentimelineevent {  background: linear-gradient(to left top, #e5474d 33%, #f17e86 33%, #f17e86 66%, #ABD9D8 66%); }
        .szenentimelineevent strong { }
        .geburtstagtimelineevent { background: linear-gradient(to left top, #349196 33%, #f17e86 33%, #f17e86 66%, #ABD9D8 66%); }
        .geburtstagtimelineevent strong { }
        
        .szenengeburtstagtimelineevent { background: linear-gradient(to left top, #e5474d 25%, #349196 25%, #349196 50%, #f17e86 50%, #f17e86 75%, #ABD9D8 75%); }

        #mini-kalender { font-size: 7px; }
        #mini-kalender td { padding: 5px; }
        .calpop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); z-index: 1000; opacity:0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; transition: .5s ease-in-out; pointer-events: none; } 


        .calpop:target { opacity:1; pointer-events: auto; }

        .calpop > .pop {
	text-align: justify; background: var(--boxen); width: 800px; max-width:90%;position: relative; margin: 5% auto; padding: 10px; z-index: 1002; font-size: 11px; max-height: 75%; overflow-y: auto;
}

        .closepop { position: absolute; right: -5px; top:-5px; width: 100%; height: 100%; z-index: 999; }

        .inplaykalender-eventlist { max-height: 50px; overflow: auto; padding-right: 5px;}

.ipk_pop_plot {font-size: 11px; text-transform: uppercase; letter-spacing: 1; font-family:calibri;transition: .9s;text-decoration: none !important;line-height:1.5em;}
.ipk_pop_event {font-size: 11px; text-transform: uppercase; letter-spacing: 1; font-family:calibri;transition: .9s;text-decoration: none !important;line-height:1.5em;}
.ipk_pop_threadsubject {font-size: 11px; text-transform: uppercase; letter-spacing: 1; font-family:calibri;transition: .9s;text-decoration: none !important;line-height:1.5em;}
.ipk_pop_birthday {font-size: 11px; text-transform: uppercase; letter-spacing: 1; font-family:calibri;transition: .9s;text-decoration: none !important;line-height:1.5em;}

.ipk_pop_threaddesc {font-size: 9px; text-transform: uppercase; font-weight: 100; font-family:calibri;margin-bottom:3px;}