:root {
    --content-background:#edca86;
    --content-border:#c88627;
    --menu-background:#ca4000;
}

.fc-nonbusiness, .fc-bgevent {
    background: var(--content-background);
    opacity: 1;
}

.my-nonbusiness {
    background: var(--content-background);
    opacity: 1;
}

tr:nth-of-type(10) {
    border-top: 1px var(--content-border) solid;
}

.my-nonbusiness td {
    border: 0;
}

.my-nonbusiness td span{
    display: None;
}

div.fc-nonbusiness {
    border-bottom: 1px var(--content-border) solid;
}

.fc-unthemed td.fc-today {
    background: inherit;
}

.fc-unthemed td.fc-day{
    background: white;
}

.fc-unthemed td.fc-past {
    background: var(--content-background);
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: var(--content-border);
}

.fc-ltr .fc-time-grid .fc-event-container { /* responsible for margin of events */
    margin: 0 2.5% 0 2px;
}

.my-calendar {
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 1em;
    color: black;
}

th.fc-axis::before {
    content: "Beginn";
}

ul.errorlist {
    list-style-type: circle;
    padding-inline-start: 1em;
}

ul.errorlist li {
        border: 1px solid red;
}

ul.errorlist ul.errorlist {
    list-style-type: None;
}

ul.errorlist ul.errorlist li {
        border: None;
}

.tooltip {
    background: grey;
    color: white;
    position: absolute;
    opacity: 0.8;
}

.tooltip.successfully-saved.hide-opacity{
    opacity: 0;
}

.fc-scroller {
    overflow: hidden !important;
}