.elementor-17665 .elementor-element.elementor-element-ee83cb3:not(.elementor-motion-effects-element-type-background), .elementor-17665 .elementor-element.elementor-element-ee83cb3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17665 .elementor-element.elementor-element-ee83cb3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17665 .elementor-element.elementor-element-ee83cb3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17665 .elementor-element.elementor-element-3396798 .elementor-spacer-inner{height:30px;}.elementor-17665 .elementor-element.elementor-element-2fa35b7{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-993b0c3 *//* BUTTON */
.button {
    display: block;
    padding: 6px!important;
    background-color: #17375e !important;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px !important;
    font-weight: bold !important;
    transition: 0.3s;
    margin: 5px auto;
    text-align: center;
    min-width: 0px;
     width: 100%;
  box-sizing: border-box; /* verhindert, dass Padding die Breite sprengt */
}

.button:hover {
    background-color: #0f2a48;
}

/* BODY STYLES */
body {
    font-family: "CI-Font";
    font-size: 18px !important;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
}

/* TABELLE */
table {
    table-layout: fixed; 
    width: 60% !important;
    max-width: 1200px;
    min-width: 600px;
    margin: 10px auto;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

th, td {
    padding: 12px 16px;
    text-align: left;
}

th {
    background-color: #1F4E79;
    color: white !important;
    font-size: 25px !important;
    padding: 20px 16px !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

td {
    background-color: #f8f9fc;
    border-bottom: 1px solid #ddd;
    padding: 6px 16px !important;
}

tr:nth-child(even) td {
    background-color: #DEE9FF;
}

tr:nth-child(odd) td {
    background-color: #ffffff;
}

tr:hover td {
    background-color: #e0e5f5;
    transition: background-color 0.3s ease;
}

/* SPALTENBREITEN */
th:nth-child(1), td:nth-child(1) {
    width: 35%;
    
}
th:nth-child(2), td:nth-child(2) {
    width: 30%;
}
th:nth-child(3), td:nth-child(3) {
    width: 15%;
}
th:nth-child(4), td:nth-child(4) {
    width: 15%;
}
th:nth-child(5), td:nth-child(5) {
    width: 17%;
    text-align: center;
}

/* FILTER-BEREICH */
.filter-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 10px auto;
    width: 60%;
}

.filter-button {
    background-color: #1F4E79;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: auto;
}

.filter-button:hover {
    background-color: #163D5A;
}

/* FILTER DROPDOWN */
.filter-container {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 50px;
    right: 5%;
    width: 250px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.filter-container label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

.filter-container input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* HEADER CONTAINER */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 20px auto;
    gap: 70px;
}

.table-title {
    font-family: "CI-Font", sans-serif !important;
    font-size: 50px !important;
    color: #1F4E79 !important;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

/* TABLE WRAPPER FÜR RESPONSIVE */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1600px) {
    table,
    .filter-wrapper,
    .header-container {
        width: 75% !important;
    }
}

@media (max-width: 1024px) {
    table,
    .filter-wrapper,
    .header-container {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    table {
        width: 100% !important;
        min-width: 600px;
    }

    th, td {
        padding: 8px 10px;
        font-size: 14px !important;
    }

    .header-container {
        width: 90% !important;
        gap: 30px;
    }

    .table-title {
        font-size: 40px !important;
    }

    .filter-button {
        padding: 10px 16px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-993b0c3 *//* BUTTON */
.button {
    display: block;
    padding: 6px!important;
    background-color: #17375e !important;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px !important;
    font-weight: bold !important;
    transition: 0.3s;
    margin: 5px auto;
    text-align: center;
    min-width: 0px;
     width: 100%;
  box-sizing: border-box; /* verhindert, dass Padding die Breite sprengt */
}

.button:hover {
    background-color: #0f2a48;
}

/* BODY STYLES */
body {
    font-family: "CI-Font";
    font-size: 18px !important;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
}

/* TABELLE */
table {
    table-layout: fixed; 
    width: 60% !important;
    max-width: 1200px;
    min-width: 600px;
    margin: 10px auto;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

th, td {
    padding: 12px 16px;
    text-align: left;
}

th {
    background-color: #1F4E79;
    color: white !important;
    font-size: 25px !important;
    padding: 20px 16px !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

td {
    background-color: #f8f9fc;
    border-bottom: 1px solid #ddd;
    padding: 6px 16px !important;
}

tr:nth-child(even) td {
    background-color: #DEE9FF;
}

tr:nth-child(odd) td {
    background-color: #ffffff;
}

tr:hover td {
    background-color: #e0e5f5;
    transition: background-color 0.3s ease;
}

/* SPALTENBREITEN */
th:nth-child(1), td:nth-child(1) {
    width: 35%;
    
}
th:nth-child(2), td:nth-child(2) {
    width: 30%;
}
th:nth-child(3), td:nth-child(3) {
    width: 15%;
}
th:nth-child(4), td:nth-child(4) {
    width: 15%;
}
th:nth-child(5), td:nth-child(5) {
    width: 17%;
    text-align: center;
}

/* FILTER-BEREICH */
.filter-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 10px auto;
    width: 60%;
}

.filter-button {
    background-color: #1F4E79;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: auto;
}

.filter-button:hover {
    background-color: #163D5A;
}

/* FILTER DROPDOWN */
.filter-container {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 50px;
    right: 5%;
    width: 250px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.filter-container label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

.filter-container input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* HEADER CONTAINER */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 20px auto;
    gap: 70px;
}

.table-title {
    font-family: "CI-Font", sans-serif !important;
    font-size: 50px !important;
    color: #1F4E79 !important;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

/* TABLE WRAPPER FÜR RESPONSIVE */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1600px) {
    table,
    .filter-wrapper,
    .header-container {
        width: 75% !important;
    }
}

@media (max-width: 1024px) {
    table,
    .filter-wrapper,
    .header-container {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    table {
        width: 100% !important;
        min-width: 600px;
    }

    th, td {
        padding: 8px 10px;
        font-size: 14px !important;
    }

    .header-container {
        width: 90% !important;
        gap: 30px;
    }

    .table-title {
        font-size: 40px !important;
    }

    .filter-button {
        padding: 10px 16px;
        font-size: 14px;
    }
}/* End custom CSS */