       .inplaykalender_tag { text-align: center; font-size: 8px; letter-spacing: 1px; } 
        .szenen { background-color: #ffe066; } 
        .szenen strong { color: #543D59 !important; } 
        .geburtstag { background-color: #EBD39D; } 
        .geburtstag strong { color: #6E644E !important; } 
        .timeline { background-color: #d99a2f;}
        .timeline strong { color: #3D4F37 !important; }
        .event { background-color: #ffcf40; }
        .event strong { color: #4D6E6D !important; }
        
        .szenentimeline { background: linear-gradient(to left top, #EBD39D 50%, #d99a2f 50%); }
        .szenentimeline strong { color: #3D4F37 !important; }
        .szenengeburtstag { background: linear-gradient(to left top, #EBD39D 50%, #ffe066 50%); }
        .szenenevent { background: linear-gradient(to left top, #ffe066 50%, #ffcf40 50%); }
        .szenenevent strong { }
        .szenengeburtstag strong { color: #543D59 !important; }
        .geburtstagtimeline { background: linear-gradient(to left top, #EBD39D 50%, #d99a2f 50%); }
        .geburtstagtimeline strong { color: #6E644E !important;  }
        .geburtstagevent { background: linear-gradient(to left top, #ffe066 50%, #ffcf40 50%); }
        .geburtstagevent strong { }
        .timelineevent { background: linear-gradient(to left top, #d99a2f 50%, #ffcf40 50%);  }
        .timelineevent strong { }
        
        .szenengeburtstagtimeline { background: linear-gradient(to left top, #EBD39D 33%, #ffe066 33%, #ffe066 66%, #d99a2f 66%); }
        .szenengeburtstagtimeline strong { color: #543D59 !important; }
        .szenengeburtstagevent { background: linear-gradient(to left top, #EBD39D 33%, #ffe066 33%, #ffe066 66%, #ffcf40 66%); }
        .szenengeburtstagevent strong { }
        .szenentimelineevent {  background: linear-gradient(to left top, #EBD39D 33%, #d99a2f 33%, #d99a2f 66%, #ffcf40 66%); }
        .szenentimelineevent strong { }
        .geburtstagtimelineevent { background: linear-gradient(to left top, #EBD39D 33%, #d99a2f 33%, #d99a2f 66%, #ffcf40 66%); }
        .geburtstagtimelineevent strong { }
        
        .szenengeburtstagtimelineevent { background: linear-gradient(to left top, #EBD39D 25%, #ffe066 25%, #ffe066 50%, #d99a2f 50%, #d99a2f 75%, #ffcf40 75%); }

        #mini-kalender { font-size: 7px; }
        #mini-kalender td { padding: 5px; }
        .inplaykalender-eventlist { max-height: 50px; overflow: auto; padding-right: 5px; color: var(--main-text);}


.inplay-wrapper {
    display: flex;
    gap: 10px;
}

.inplay-calendar {
    display: flex;
    flex-direction: column;
}

.inplay-calendar .category-header {
    margin-bottom: 5px;
    color: var(--akzent);
}

.inplay-text {
    width: 45%;
    background-color: var(--banner-color);
    padding: 20px;
    font-family: 'Robotot', sans-serif;
    color: var(--main-text);
    display: flex;
    flex-direction: column;
    overflow: hidden;   /* verhindert Mitwachsen */
    box-sizing: border-box;
    text-align: justify;
}

.inplay-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    padding: 5px;
}

.inplay-content::-webkit-scrollbar {
    width: 6px;
}

.inplay-content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}

.category-look {
    box-sizing: border-box;
    background-color: var(--container-background);
    background-attachment: fixed;
    background-position: center;
    padding: 20px;
    margin-bottom: 10px;
}

.inplay-links {
    margin-top: 15px;
    display: flex;
    gap: 15px;
}