:root {--stec-corner-smoothing:5px;--stec-font-general:Ruda, Arial, sans-serif;--stec-top-menu-bg:#fff;--stec-top-menu-color:#525252;--stec-top-menu-color-active:#fff;--stec-top-menu-bg-active-primary:#6dd565;--stec-top-menu-bg-active-secondary:#66c35f;--stec-agenda-list-title-color:#454850;--stec-agenda-month-year-bg:#ececec;--stec-agenda-month-year-color:#454850;--stec-agenda-cell-bg:#f8f8f8;--stec-agenda-cell-color:#454850;--stec-agenda-cell-bg-hover:#ececec;--stec-agenda-cell-color-hover:#454850;--stec-agenda-cell-bg-active:#454850;--stec-agenda-cell-color-active:#ff7171;--stec-agenda-cell-today-bg:#e2fcda;--stec-agenda-cell-today-color:#6dd565;--stec-mw-legend-bg:#454850;--stec-mw-legend-color:#bdc0c8;--stec-mw-legend-today-bg:#2c2e32;--stec-mw-legend-today-color:#f6bf64;--stec-mw-cell-bg:#fff;--stec-mw-cell-color:#454850;--stec-mw-cell-bg-hover:#ececec;--stec-mw-cell-color-hover:#454850;--stec-mw-cell-bg-active:#454850;--stec-mw-cell-color-active:#fff;--stec-mw-cell-diff-bg:#f5f5f5;--stec-mw-cell-diff-color:#454850;--stec-mw-cell-today-bg:#6dd565;--stec-mw-cell-today-color:#fff;--stec-mw-cell-more-color:#454850;--stec-grid-bg:#f7f4ec;--stec-grid-border-color:#b8b8b8;--stec-grid-title-color:#454850;--stec-grid-text-color:#525252;--stec-boxgrid-title-color:#fff;--stec-boxgrid-text-color:#fff;--stec-boxgrid-dimness:0.6;--stec-boxgrid-dimness-hover:0.1;--stec-ep-bg:#fff;--stec-ep-bg-hover:#ececec;--stec-ep-title-color:#454850;--stec-ep-title-color-hover:#525252;--stec-ep-text-color:#525252;--stec-ep-text-color-hover:#525252;--stec-ep-button-color:#454850;--stec-ep-button-color-hover:#6dd565;--stec-ec-bg:#fff;--stec-ec-title-color:#454850;--stec-ec-title-secondary-color:#454850;--stec-ec-text-color:#525252;--stec-ec-tab-menu-bg:#ececec;--stec-ec-tab-menu-bg-active:#fff;--stec-ec-tab-menu-color:#525252;--stec-ec-tab-menu-color-active:#525252;--stec-ec-button-bg:#454850;--stec-ec-button-bg-hover:#63c55c;--stec-ec-button-color:#fff;--stec-ec-button-color-hover:#fff;--stec-ec-button-toggle-color:#454850;--stec-ec-button-toggle-color-hover:#6dd565;}/* 1. DESKTOP */
.stec-grid-event-title, 
.stec-layout-boxgrid-event-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
}

/* Zusatztexte allgemein etwas kleiner */
.stec-grid-event-info,
.stec-grid-event-info *,
.stec-layout-boxgrid-event-info,
.stec-layout-boxgrid-event-info * {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

/* 2. TABLET */
@media (max-width: 1024px) {
    .stec-grid-event-title, 
    .stec-layout-boxgrid-event-title {
        font-size: 15px !important;
        line-height: 1.2 !important;
    }

    .stec-grid-event-info,
    .stec-grid-event-info *,
    .stec-layout-boxgrid-event-info,
    .stec-layout-boxgrid-event-info * {
        font-size: 12px !important;
    }
}

/* 3. SMARTPHONE */
@media (max-width: 767px) {
    .stec-grid-event-title, 
    .stec-layout-boxgrid-event-title {
        font-size: 14px !important;
        line-height: 1.15 !important;
    }

    .stec-grid-event-info,
    .stec-grid-event-info *,
    .stec-layout-boxgrid-event-info,
    .stec-layout-boxgrid-event-info * {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
}