.elementor-kit-10{--e-global-color-primary:#26305C;--e-global-color-secondary:#54ABED;--e-global-color-text:#505151;--e-global-color-accent:#EC5C33;--e-global-color-1ab54ea:#FFFFFF;--e-global-color-f0180bb:#F2F2F2;--e-global-color-8e95518:#F34E4E;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Grundstil */
.tablepress {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Header */
.tablepress thead th {
    background: #54ABED
    color: #ffffff;
    text-align: left;
    font-weight: 200;
    padding: 14px 16px;
    letter-spacing: 0.5px;
    vertical-align: top;
    border: none;
}

/* Zellen */
.tablepress tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #eef2f7;
    color: #2c3e50;
}

/* Zebra-Streifen */
.tablepress tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

/* Hover Effekt */
.tablepress tbody tr:hover {
    background-color: #eaf2ff;
    transition: 0.2s ease;
}

/* Erste Spalte hervorheben */
.tablepress tbody td:first-child {
    font-weight: 500;
    color: #0a2540;
}

/* Letzte Zeile ohne Border */
.tablepress tbody tr:last-child td {
    border-bottom: none;
}

/* Rounded corners fix */
.tablepress thead th:first-child {
    border-top-left-radius: 10px;
}
.tablepress thead th:last-child {
    border-top-right-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .tablepress {
        font-size: 13px;
    }

    .tablepress thead {
        display: none;
    }

    .tablepress tbody td {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .tablepress tbody tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
}

/* Header wieder normal schreiben */
.tablepress thead th {
    text-transform: none !important;
}

/* Zeilenabstand in der Tabelle reduzieren */
.tablepress th,
.tablepress td {
    line-height: 1.3;
}/* End custom CSS */