* {
    box-sizing: border-box;
}

.container {
    max-width: 100%;
}

.wrapper {
    background: #f5f5f5;
    width: 400px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
}

.bootstrap-datetimepicker-widget {
    width: 100% !important;
    max-width: none !important;
}


/* Ab hier für dich interessant :) */

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td span:hover {
    /* Hintergrundfarbe für die angehoverte Auswahl */
    background: #f5f5f5;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    /* Hintergrundfarbe für die aktive Auswahl */
    background-color: #ff007d;
    color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.today:before {
    /* Dreieckfarbe für den aktuellen Tag */
    border-bottom-color: #ff007d;
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    /* Dreieckfarbe, wenn aktueller Tag und Auswahl gleicher Tag ist */
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget a {
    /* Für das Kalender-Icon, das Uhrzeit-Icon und die Pfeile in der Uhrzeitauswahl*/
    color: #ff007d;
}

.timepicker-picker .btn-primary {
    /* Für den Button AM / PM*/
    color: #fff;
    background-color: #ff007d;
    border-color: #ff007d;
}

.event-scroll {
    padding: 0 1.25rem;
}

.events .event-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.events .event-box {
    height: 55px;
    width: 55px;
    line-height: 9px;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 4px 0;


    font-size: 16px;
    padding: 13px 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 700;
    line-height: 1.3;
    background: var(--theme__color1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    box-shadow: 0px 5.142px 10px 0 rgba(0, 1, 1, .1);
    transition: .3s;

}

.events .event-data h5,
.events .event-data .h5 {
    font-size: 15px;
}

.events .event-box h5,
.events .event-box .h5 {
    color: "#F8B940";
    font-weight: 600;
    font-size: 20px;
}
.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #ce9f4d !important;

}

.bootstrap-datetimepicker-widget .day.active {
    background-color: #ce9f4d !important;
    /* Change the background color */
    color: white !important;
    /* Change the text color */
}


