.elementor-kit-8{--e-global-color-primary:#646363;--e-global-color-secondary:#023E3A;--e-global-color-text:#00211F;--e-global-color-accent:#38D4B8;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#E0F7F5;--e-global-color-transparent:#00000000;--e-global-color-56f4f24:#E30513;--e-global-color-4a0cae7:#DDD7D7;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:100;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:39px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-4315a16-font-family:"Arial";--e-global-typography-4315a16-font-size:16px;--e-global-typography-4315a16-font-weight:500;--e-global-typography-4315a16-text-transform:uppercase;--e-global-typography-4315a16-letter-spacing:0px;--e-global-typography-a0c33fc-font-family:"Arial";--e-global-typography-a0c33fc-font-size:22px;--e-global-typography-a0c33fc-font-weight:700;--e-global-typography-a0c33fc-letter-spacing:0px;background-color:var( --e-global-color-background );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-56f4f24 );font-family:var( --e-global-typography-4315a16-font-family ), Sans-serif;font-size:var( --e-global-typography-4315a16-font-size );font-weight:var( --e-global-typography-4315a16-font-weight );text-transform:var( --e-global-typography-4315a16-text-transform );letter-spacing:var( --e-global-typography-4315a16-letter-spacing );color:var( --e-global-color-background );border-radius:20px 20px 20px 20px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:var( --e-global-color-primary );padding-inline-end:0px;padding-inline-start:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-4315a16-font-size );letter-spacing:var( --e-global-typography-4315a16-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-4315a16-font-size );letter-spacing:var( --e-global-typography-4315a16-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Dreispaltiges Kachel-Layout */
.veranstaltungs-kacheln ul.ecs-event-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Einzelne Kachel */
.veranstaltungs-kacheln ul.ecs-event-list > li.ecs-event {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    margin: 0 !important;
    padding: 0 0 22px !important;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e7eb;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

/* Bild oben in der Kachel */
.veranstaltungs-kacheln .ecs-event img {
    display: block;
    width: 100%;
    height: 190px;
    margin: 0 !important;
    object-fit: cover;
}

/* Bild-Container des Plugins */
.veranstaltungs-kacheln .ecs-event .ecs-thumbnail {
    margin: 0 !important;
    padding: 0 !important;
}

/* Event-Titel */
.veranstaltungs-kacheln .ecs-event .entry-title {
    margin: 20px 22px 10px !important;
    font-size: 21px;
    line-height: 1.25;
}

/* Titel-Link */
.veranstaltungs-kacheln .ecs-event .entry-title a {
    color: #17324d;
    text-decoration: none;
}

.veranstaltungs-kacheln .ecs-event .entry-title a:hover {
    color: #e07a35;
}

/* Datum und Zeit */
.veranstaltungs-kacheln .ecs-event .time {
    display: block;
    margin: 0 22px 8px !important;
    color: #e07a35;
    font-weight: 600;
    line-height: 1.45;
}

/* Ort */
.veranstaltungs-kacheln .ecs-event .venue {
    display: block;
    margin: 0 22px 12px !important;
    color: #52606d;
    line-height: 1.45;
}

/* Beschreibung */
.veranstaltungs-kacheln .ecs-event .ecs-excerpt {
    margin: 0 22px 15px !important;
    color: #52606d;
    font-size: 15px;
    line-height: 1.6;
}

/* Der Inhalt nimmt die gleiche Höhe ein */
.veranstaltungs-kacheln .ecs-event .ecs-excerpt {
    flex-grow: 1;
}

/* Tablet */
@media (max-width: 900px) {
    .veranstaltungs-kacheln ul.ecs-event-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Smartphone */
@media (max-width: 600px) {
    .veranstaltungs-kacheln ul.ecs-event-list {
        grid-template-columns: 1fr;
    }

    .veranstaltungs-kacheln .ecs-event img {
        height: 210px;
    }
}/* End custom CSS */