/* Start custom CSS for text-editor, class: .elementor-element-191ef5d0 *//* --- BOOSTER CSS: GLASTÜREN NACH MASS --- */

.gtx-master-wrapper-2026 {
    font-family: 'Inter', sans-serif;
    color: #334155;
    line-height: 1.6;
}

.gtx-headline-2026 {
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
}

.gtx-headline-2026 span {
    color: #0f6a7a;
    display: block;
}

/* TABLE STYLING */
.gtx-table-container-2026 {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.gtx-table-2026 {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.gtx-table-2026 th {
    background: #0f6a7a;
    color: #fff;
    padding: 18px;
    text-align: left;
    font-weight: 700;
}

.gtx-table-2026 td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
}

/* FAQ ACCORDION */
.gtx-faq-item-2026 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 12px;
}

.gtx-faq-item-2026 summary {
    padding: 20px 25px;
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    list-style: none;
    position: relative;
    font-size: 17px;
}

.gtx-faq-item-2026 summary::after {
    content: '+';
    position: absolute;
    right: 25px;
    color: #0f6a7a;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.gtx-faq-item-2026[open] summary::after {
    content: '−';
}

.gtx-faq-content-2026 {
    padding: 0 25px 20px 25px;
    border-top: 1px solid #f1f5f9;
}

/* NAVIGATOR */
.gtx-toc-item-2026 {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    transition: 0.2s;
}

.gtx-toc-item-2026:hover {
    border-color: #0f6a7a;
    background: #f0f7f8;
}

@media (max-width: 768px) {
    .gtx-headline-2026 { font-size: 24px !important; }
}/* End custom CSS */