/* Start custom CSS for text-editor, class: .elementor-element-4a62d3ad *//* --- SPOKE 6.8 CSS: REINIGUNG & PFLEGE --- */

.gtx-master-wrapper-2026 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #334155;
    line-height: 1.6;
}

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

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

.gtx-toc-box-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.gtx-toc-item-2026 {
    display: inline-block;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.gtx-toc-item-2026:hover {
    border-color: #0f6a7a;
    color: #0f6a7a;
    background: #f0f7f8;
    transform: translateY(-2px);
}

/* FAQ Accordion */
.gtx-faq-item-2026 {
    background: #fff;
    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;
    outline: none;
}

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

.gtx-faq-item-2026[open] {
    border-color: #0f6a7a;
    box-shadow: 0 10px 15px rgba(15, 106, 122, 0.1);
}

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

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

@media (max-width: 768px) {
    .gtx-headline-2026 { font-size: 24px !important; }
    .gtx-toc-item-2026 { width: 100%; text-align: center; }
}/* End custom CSS */