.ectbe-wrapper {
    --e-ectbe-evt-venue-margin: 3px 0 7px 2px;
    --e-ectbe-evt-title-margin: 3px 0 7px 2px;
    --e-ectbe-minimal-list-layout-flex: flex;
    --ectbe-featd-evt-border-color: #eda264;
    --ectbe-featd-evt-bg-color: #eda264;
    --ectbe-featd-evt-color: #3a2201;
    --e-ectbe-list-layout-scroll: auto;
    --e-ectbe-each-cate-color: #002e3f;
    --e-ectbe-date-area-background: #9cdff3;
    --e-ectbe-date-area-width: 180px;
    --e-ectbe-date-area-text-size: 0.8em;
    --e-ectbe-week-day-text-size: 0.45em;
    --e-ectbe-date-area-color: #00445e;
    --e-ectbe-evt-title-color: #00445e;
    --e-ectbe-evt-title-size: 20px;
	--e-ectbe-evt-title-size2: 12px; /* Titel grösse Listen ansicht*/
    --e-ectbe-evt-time-size: 14px;
    --e-ectbe-evt-venue-color: #515d64;
    --e-ectbe-evt-venue-size: 14px;
    --e-ectbe-evt-description-color: #515d64;
    --e-ectbe-evt-description-size: 14px;
    --e-ectbe-content-box-background: #f4fcff;
    --e-ectbe-content-box-width: 100%;
    --e-ectbe-content-box-padding: 10px 30px 10px 30px;
    --e-ectbe-evt-details-width: 200px;
    --e-ectbe-evt-read-more-color: #008cff;
    --e-ectbe-evt-read-more-size: 14px;
    --e-ectbe-cate-single-padding: 3px 8px 3px 8px;
    --e-ectbe-cate-single-border-radius: 3px;
    --e-ectbe-each-cate-text-size: 12px;
    --e-ectbe-ev-day-padding: 0px 0px 0px 0px;
    --e-ectbe-ev-day-margin: 0px 0px 0px 0px;
    --e-ectbe-week-day-margin: 5px 0 5px 0;
    --e-ectbe-ev-mo-margin: 5px 0 5px 0;
    --e-ectbe-evt-read-more-padding: 5px 5px 5px 5px;
    --e-ectbe-date-area-justify: center;
    --e-ectbe-date-area-flex: flex;
    --e-ectbe-date-area-direction: column;
    --e-ectbe-date-area-padding: 10px;
    --e-ectbe-evt-details-align: center;
    --e-ectbe-evt-details-justify: center;
    --e-ectbe-evt-details-flex: flex;
    --e-ectbe-evt-img-height: 100%;
    --e-ectbe-evt-img-object-fit: cover;
    --e-ectbe-content-box-flex: flex;
    --e-ectbe-content-box-direction: column;
    --e-ectbe-evt-category-flex: flex;
    --e-ectbe-list-layout-align: stretch;
    --e-ectbe-list-layout-flex: flex;
    --e-ectbe-evt-venue-flex: flex;
    --e-ectbe-date-area-text-align: center;
    --ectbe-cbx-left-bd-width: 3px;
    --ectbe-cbx-left-bd-style: solid;
    --ectbe-cbx-left-bd-color: #00445e;
    --e-ectbe-evt-img-padding: 0px 30px 0px 30px;
    --e-ectbe-list-wrp-padding: 10px 20px 10px 20px;
    padding:var(--e-ectbe-list-wrp-padding)
}

/* Meine Änderung für den Listtitel. .ectbe-wrapper kann gelöscht werden, wenn die Werte hier direkt eingetragen werden */
.ectbe-wrapper .ectbe-evt-title {
    font-size: var(--e-ectbe-evt-title-size2);/* die font FGrösse ist oben definiert */
    color: var(--e-ectbe-evt-title-color);/*Farbe kann dierekt eingegeben werden */
    font-weight: 700;
    cursor:pointer