/* Start custom CSS for column, class: .elementor-element-52082c9a *//* --- GLASTUERSHOP24 SPOKE-DESIGN "MONSTER" SCHIENENSYSTEME --- */
.gtx-spoke-wrapper {
    --gtx-teal: #0f6a7a;
    --gtx-teal-weak: #f0fbfd;
    --gtx-yellow: #ffd800;
    --gtx-border: #e9e9e9;
    --gtx-text: #1a1a1a;
    max-width: 1100px;
    margin: 40px auto;
    padding: 35px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: var(--gtx-text);
    line-height: 1.7;
    border: 1px solid var(--gtx-border);
    border-radius: 12px;
    background: #fff;
}

.gtx-spoke-wrapper h1 { font-size: 34px; font-weight: 800; color: #000; margin-bottom: 25px; }
.gtx-spoke-wrapper h2 { font-size: 26px; font-weight: 700; color: #000; margin-top: 40px; border-bottom: 2px solid var(--gtx-teal-weak); padding-bottom: 10px; }

/* System-Karten Grid */
.gtx-sys-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.gtx-sys-card {
    background: #fafafa;
    border: 1px solid var(--gtx-border);
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s;
}
.gtx-sys-card:hover { border-color: var(--gtx-teal); transform: translateY(-5px); }
.gtx-sys-card b { color: var(--gtx-teal); font-size: 18px; display: block; margin-bottom: 10px; }
.gtx-sys-tag { display: inline-block; padding: 3px 8px; background: #eee; border-radius: 4px; font-size: 12px; margin-bottom: 10px; font-weight: 700; }

/* Technische Tabelle */
.gtx-tech-table-wrapper { overflow-x: auto; margin: 30px 0; }
.gtx-tech-table { width: 100%; border-collapse: collapse; border: 1px solid var(--gtx-border); }
.gtx-tech-table th { background: var(--gtx-teal); color: #fff; padding: 15px; text-align: left; }
.gtx-tech-table td { padding: 12px 15px; border-bottom: 1px solid var(--gtx-border); }
.gtx-tech-table tr:nth-child(even) { background: var(--gtx-teal-weak); }

/* Hindernis-Box */
.gtx-obstacle-box {
    background: #fff9e6;
    border: 1px solid #ffe58f;
    padding: 25px;
    border-radius: 12px;
    margin: 40px 0;
}

.gtx-btn-hub {
    display: inline-block;
    background: var(--gtx-yellow);
    color: #000 !important;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 800;
    margin-top: 20px;
}/* End custom CSS */