/* Schriften */
.calendar
{
    /* Schriftart */
    & *{
        font-family: 'Quicksand', sans-serif;
    }
    & i{
        font-family: "Font Awesome 6 Free"!important;
    }
    /* Schriftgröße */
    .row p{
        font-size: 1.00em;
    }
}
/* Farben */
.days p
{
    /* Schriftfarbe */
    color: #ffffff;
    /* Belegungsfarbe */
    &[is-date="true"]::before{
        border-color: #ff0000;
    }
}
#thenMonth,#thenYear
{
    /* Schriftfarbe */
    color: #ffffff;
}
/* Hintergrundfarbe */
.calendarDays{
    background: #35445e;
}
.monthSelection{
    background: #2d3a50;
}
/* Monatsauswahlfarbe */
.monthSelection p
{
    &:first-child{
        background: linear-gradient(to right, #00ff00, transparent);
    }
    &:last-child{
        background: linear-gradient(to left, #00ff00, transparent);
    }
}
/* Own CSS */
/* Eigenes CSS */