       .inplaykalender_tag { text-align: center; font-size: 8px; letter-spacing: 1px; } 
        .szenen { background-color: #C8B6CC; } 
        .szenen strong { color: #543D59 !important; } 
        .geburtstag { background-color: #EBD39D; } 
        .geburtstag strong { color: #6E644E !important; } 
        .timeline { background-color: #BADBAF;}
        .timeline strong { color: #3D4F37 !important; }
        .event { background-color: #ABD9D8; }
        .event strong { color: #4D6E6D !important; }
        
        .szenentimeline { background: linear-gradient(to left top, #EBD39D 50%, #BADBAF 50%); }
        .szenentimeline strong { color: #3D4F37 !important; }
        .szenengeburtstag { background: linear-gradient(to left top, #EBD39D 50%, #C8B6CC 50%); }
        .szenenevent { background: linear-gradient(to left top, #C8B6CC 50%, #ABD9D8 50%); }
        .szenenevent strong { }
        .szenengeburtstag strong { color: #543D59 !important; }
        .geburtstagtimeline { background: linear-gradient(to left top, #EBD39D 50%, #BADBAF 50%); }
        .geburtstagtimeline strong { color: #6E644E !important;  }
        .geburtstagevent { background: linear-gradient(to left top, #C8B6CC 50%, #ABD9D8 50%); }
        .geburtstagevent strong { }
        .timelineevent { background: linear-gradient(to left top, #BADBAF 50%, #ABD9D8 50%);  }
        .timelineevent strong { }
        
        .szenengeburtstagtimeline { background: linear-gradient(to left top, #EBD39D 33%, #C8B6CC 33%, #C8B6CC 66%, #BADBAF 66%); }
        .szenengeburtstagtimeline strong { color: #543D59 !important; }
        .szenengeburtstagevent { background: linear-gradient(to left top, #EBD39D 33%, #C8B6CC 33%, #C8B6CC 66%, #ABD9D8 66%); }
        .szenengeburtstagevent strong { }
        .szenentimelineevent {  background: linear-gradient(to left top, #EBD39D 33%, #BADBAF 33%, #BADBAF 66%, #ABD9D8 66%); }
        .szenentimelineevent strong { }
        .geburtstagtimelineevent { background: linear-gradient(to left top, #EBD39D 33%, #BADBAF 33%, #BADBAF 66%, #ABD9D8 66%); }
        .geburtstagtimelineevent strong { }
        
        .szenengeburtstagtimelineevent { background: linear-gradient(to left top, #EBD39D 25%, #C8B6CC 25%, #C8B6CC 50%, #BADBAF 50%, #BADBAF 75%, #ABD9D8 75%); }

        #mini-kalender { font-size: 7px; }
        #mini-kalender td { padding: 5px; }
        .inplaykalender-eventlist { max-height: 50px; overflow: auto; padding-right: 5px;}:root {
            --vertikaler-Strich: #C7CFD9;
            --pfeil: #8596a6;
            --kreis-innen: #8596a6;
            --kreis-border: #293340;
            --event-box: #8596a6;
            --title: #293340;
            --text: #C7CFD9;
            --datum: #293340;
            --link: #C7CFD9;
            }
            
            #timeline {
                position: relative;
                max-width: 880px;
                margin: 0 auto;    
            }
                    
            #timeline::after {
                content: '';    
                position: absolute;    
                width: 6px;    
                background-color: var(--vertikaler-Strich);    
                top: 0;    
                bottom: 0;    
                margin-left: -3px;    
            }
                    
            #timeline .event {
                padding: 10px 40px 10px 40px;
                position: relative;
                background-color: inherit;
            }
                    
            #timeline .event::before {
                content: '';
                height: 0;
                position: absolute;
                top: 22px;
                width: 0;
                z-index: 1;
                left: 30px;
                border: medium solid var(--pfeil);
                border-width: 10px 10px 10px 0;
                border-color: transparent var(--pfeil) transparent transparent;
            }
                    
            #timeline .event::after {
                content: '';
                position: absolute;
                width: 25px;
                height: 25px;
                left: -17px;
                background-color: var(--kreis-innen);
                border: 4px solid var(--kreis-border);
                top: 15px;
                border-radius: 50%;
                z-index: 1;
            }
                    
            #timeline .event .content {
                padding: 30px;
                background-color: var(--event-box);
                position: relative;
                border-radius: 6px;
                overflow: hidden;
            }
                    
            #timeline .event .content .date {
                font-size: 20px;
                font-weight: bold;
                color: var(--datum);
            }
                    
            #timeline .event .content .title {
                font: 8px arial;
                text-transform: uppercase;
                letter-spacing: 1px;
                color: var(--title);
                line-height: 200%;
            }
                    
            #timeline .event .content .description {
                line-height: 20px;
                font-size: 13px;
                font-family: tahoma;
                text-align: justify;
                color: var(--text);
            }
                    
            #timeline .event .content .option {
                position: absolute;
                bottom: 10px;
                right: 20px;
                font-family: calibri;
                font-size: 12px;
                opacity: .7;
                padding-right: 5px;
            }
                    
            #timeline .event .content .option i {
                padding: 0 3px
            }
            
            #timeline .event .content .option a:link, 
            #timeline .event .content .option a:visited, 
            #timeline .event .content .option a:active, 
            #timeline .event .content .option a:hover {
                color: var(--link);
            }