.ce_gp_belegungsplan{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.ce_gp_belegungsplan table.gp_calendar{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0;
}

.ce_gp_belegungsplan div.gp_single{
    width: auto;
    height: auto;
    padding: 15px;
}

.ce_gp_belegungsplan .gp_calendar td{
    color: #000;
    font-size: 15px;
    padding: 0 3px 0 3px;
}
.ce_gp_belegungsplan .gp_calendar td.bp_days{
    color: #e4650e;
}
.ce_gp_belegungsplan .gp_calendar td.monthName{
    color: #000;
    background-color: #F6E37DFF;
    padding: 2px 0 2px 10px;
    font-size: 17px;
}
.ce_gp_belegungsplan .bp_free{
    background-color: #fbf3a7;
}
.ce_gp_belegungsplan .bp_full{
    background-color: #e30613;
    color: #fff !important;
}
.ce_gp_belegungsplan .bp_start{
    background-color: #e4650e;
    color: #fff !important;
}
.ce_gp_belegungsplan .bp_stop{
    background-color: #e4650e;
    color: #fff !important;
}
