:root {
    --color-link: #333;
    --color-btn: #f9dc5c;
    --color-btn-txt: #333;
    --color-text: #666;
    --color-text-white: #FFFFFF;
    --color-title: #333;
    --color-bg-1: #fff;
    --color-bg-2: #2d936c;
    --color-bg-3: #333;
    --color-red: #ff2641;
    --font-title: Roboto Slab, serif;
    --font-text: Roboto Slab, serif;
}
.alt-bg-color:nth-child(even) h2,
.alt-bg-color:nth-child(even) .title-color-1,
.alt-bg-color:nth-child(even) .title-color-1:focus,
.alt-bg-color:nth-child(even) .title-color-1:link,
.alt-bg-color:nth-child(even) .title-color-1:visited,
.alt-bg-color:nth-child(even) .title-color-1 > a,
.alt-bg-color:nth-child(even) .col-last-news .news-text,
.alt-bg-color:nth-child(even) .col-last-news .news-title h3 {
    color: var(--color-text-white);
}
.btn-default, .btn-default:disabled, .btn-default:disabled:hover, .btn-default:focus, .btn-default:link, .btn-default:visited {
    border: 2px solid var(--color-text-white);
    color: var(--color-text-white);
}
.section-home-calendar .calendar_status,
.is-disabled .pika-cnstell-button {
    background: #f3f5f6 !important;
}