.elementor-kit-7{--e-global-color-primary:#53151C;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7bf2cdc:#EE2A26;--e-global-color-3b706ec:#53151C;--e-global-color-d82df97:#EAECA9;--e-global-color-e1327a5:#FFFFFF;--e-global-color-88a832f:#F8F8F8;--e-global-color-89bd982:#F0F0F0;--e-global-color-73cdfa6:#000000;--e-global-color-03767c0:#2C2C2C;--e-global-color-8408687:#4D4D4D;--e-global-typography-primary-font-family:"alfabet";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"alfabet";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"alfabet";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"alfabet";--e-global-typography-accent-font-weight:700;}.elementor-kit-7 e-page-transition{background-color:#FFFFFF;}.elementor-widget:not(:last-child){margin-block-end: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:1440px){.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 *//* Entfernt den Seitentitel */
h1.entry-title {
    display: none;
}

html, body {
    overflow-x: hidden; /* Verhindert horizontales Scrollen auf der gesamten Seite */
}

/* 💡 Tabellen-Wrapper für Scrollbarkeit */
.responsive-table {
    width: 100%;
    overflow-x: auto; /* Scrollen aktivieren */
    -webkit-overflow-scrolling: touch; /* Sanftes Scrollen auf Mobil */
    display: block;
    max-width: 100%;
    padding-bottom: 10px;
}

/* 💡 Tabelle bleibt normal */
.responsive-table table {
    width: 100%; /* Standardmäßige volle Breite */
    border-collapse: collapse;
    table-layout: auto; /* Spalten passen sich an, aber NICHT zu schmal */
    min-width: 600px; /* Mindestbreite verhindern extreme Stauchung */
}

/* 💡 Zellen */
.responsive-table th,
.responsive-table td {
    padding: 10px;
    text-align: left;
    min-width: 150px; /* Mindestbreite pro Spalte */
    max-width: 300px; /* Maximale Breite pro Spalte */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* 💡 Scroll-Leiste auf Mobile lassen */
@media (max-width: 1024px) {
    .responsive-table {
        overflow-x: auto;
        display: block;
    }

    .responsive-table table {
        width: auto; /* Verhindert erzwungenes Stauchen */
        min-width: 600px; /* Damit Spalten nicht zu klein werden */
    }
}

/* 💡 Scroll-Leiste auf Desktop ausblenden, aber Scrollen bleibt */
@media (min-width: 1025px) {
    .responsive-table::-webkit-scrollbar {
        display: none; /* Scroll-Leiste verstecken */
    }
}/* End custom CSS */