/* Start custom CSS for text-editor, class: .elementor-element-2b36f40c *//* --- GLASTUERSHOP24 SPOKE-DESIGN "MONSTER" SOFTCLOSE --- */
.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 h1 span { color: var(--gtx-teal); }
.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; }

/* Inklusiv-Box (USP) */
.gtx-usp-box {
    background: linear-gradient(135deg, #f0fbfd 0%, #fff 100%);
    border: 2px solid var(--gtx-teal);
    padding: 30px;
    border-radius: 15px;
    margin: 35px 0;
    position: relative;
    overflow: hidden;
}
.gtx-usp-box::after {
    content: "INKLUSIVE";
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--gtx-yellow);
    color: #000;
    font-weight: 800;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 12px;
}

/* Benefit Grid */
.gtx-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}
.gtx-benefit-card {
    background: #fafafa;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid var(--gtx-border);
}
.gtx-benefit-card b { color: var(--gtx-teal); font-size: 18px; display: block; margin-bottom: 10px; }

/* Wichtiger Hinweis (Bodenwaage) */
.gtx-alert-box {
    background: #fffbe6;
    border-left: 5px solid var(--gtx-yellow);
    padding: 25px;
    border-radius: 4px;
    margin: 30px 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 */