.elementor-1465 .elementor-element.elementor-element-63cb09c{--display:flex;}/* Start custom CSS */:root { --petrol: #2B6A7C; --petrol-light: #3D8A9E; --petrol-dark: #1E4D5A; --sky-light: #D5E8F0; --cloud-white: #F8FCFD; --accent-warm: #E8B86D; --text-dark: #333; --text-medium: #555; --warning-red: #E07A5F; --success-green: #6B9B7A; --markus-orange: #D4854A; }
    
    /* Meta Section */
    .meta-section { font-family: -apple-system, sans-serif; background: #f8f9fa; border: 2px dashed #dee2e6; border-radius: 12px; padding: 30px; margin: 20px auto; max-width: 900px; }
    .meta-section h2 { color: #495057; font-size: 1.4rem; border-bottom: 2px solid #dee2e6; padding-bottom: 10px; margin-top: 30px; }
    .meta-section h2:first-child { margin-top: 0; }
    .meta-section table { width: 100%; border-collapse: collapse; margin: 15px 0; }
    .meta-section th, .meta-section td { text-align: left; padding: 12px 15px; border-bottom: 1px solid #dee2e6; }
    .meta-section th { background: #e9ecef; font-weight: 600; width: 200px; }
    .meta-section code { background: #e9ecef; padding: 2px 6px; border-radius: 4px; font-size: 0.9rem; }
    .meta-section .tag { display: inline-block; background: var(--petrol); color: white; padding: 4px 10px; border-radius: 15px; font-size: 0.85rem; margin: 3px; }
    .meta-section .link-suggestion { background: white; border: 1px solid #dee2e6; border-radius: 8px; padding: 15px; margin: 10px 0; }
    .meta-section .priority-high { color: #dc3545; font-weight: 600; }
    .meta-section .priority-medium { color: #fd7e14; font-weight: 600; }
    .meta-section .affiliate-box { background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 15px; margin: 10px 0; }
    .meta-section .image-suggestion { background: #e8f4f8; border: 1px solid var(--petrol); border-radius: 8px; padding: 15px; margin: 10px 0; }
    .meta-section .prompt-box { background: #f5f0fa; border: 1px solid #6B4C9A; border-radius: 8px; padding: 12px; margin-top: 10px; font-family: monospace; font-size: 0.85rem; }
    .meta-section .pillar-badge { display: inline-block; background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); color: white; padding: 8px 16px; border-radius: 20px; font-weight: 600; margin-bottom: 15px; }
    .meta-section .checklist-item { padding: 8px 0; border-bottom: 1px dotted #dee2e6; }
    
    .divider { border: none; border-top: 3px solid var(--petrol); margin: 50px auto; max-width: 900px; }
    .article-start-marker { text-align: center; color: #6c757d; margin: 30px 0; font-weight: 600; }
    
    /* Article Styles */
    .bsj-article { font-family: 'Quicksand', sans-serif; color: var(--text-dark); line-height: 1.7; max-width: 900px; margin: 0 auto; padding: 20px; }
    .bsj-article h1 { color: var(--petrol); font-size: 2.2rem; font-weight: 700; line-height: 1.3; margin-bottom: 15px; }
    .bsj-article .subtitle { font-size: 1.3rem; color: var(--text-medium); margin-bottom: 30px; font-weight: 500; }
    .bsj-article h2 { color: var(--petrol); font-size: 1.7rem; font-weight: 700; margin: 50px 0 25px; padding-top: 20px; border-top: 2px solid var(--sky-light); }
    .bsj-article h2:first-of-type { border-top: none; padding-top: 0; }
    .bsj-article h3 { color: var(--petrol-dark); font-size: 1.3rem; font-weight: 600; margin: 35px 0 15px; }
    .bsj-article h4 { color: var(--petrol); font-size: 1.1rem; font-weight: 600; margin: 25px 0 10px; }
    .bsj-article p { margin-bottom: 18px; font-size: 1.05rem; }
    .bsj-article strong { color: var(--petrol-dark); }
    
    /* Intro */
    .bsj-article .intro { font-size: 1.1rem; color: var(--text-medium); margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid var(--sky-light); }
    .bsj-article .intro .lead { font-size: 1.2rem; color: var(--petrol); font-weight: 500; margin-bottom: 20px; }
    
    /* Author Box */
    .bsj-article .author-box { display: flex; align-items: center; gap: 20px; background: linear-gradient(145deg, #fef6f0, #fff); border-radius: 16px; padding: 20px 25px; margin: 30px 0; border: 2px solid var(--markus-orange); }
    .bsj-article .author-avatar { width: 70px; height: 70px; background: linear-gradient(145deg, var(--markus-orange), #b86f3a); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.8rem; color: white; box-shadow: 0 4px 15px rgba(212, 133, 74, 0.3); }
    .bsj-article .author-info h4 { margin: 0 0 5px 0; color: var(--petrol-dark); font-size: 1.1rem; }
    .bsj-article .author-info p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .author-info .author-role { color: var(--markus-orange); font-weight: 600; }
    
    /* Table of Contents */
    .bsj-article .toc-box { background: linear-gradient(145deg, var(--cloud-white), #fff); border: 2px solid var(--petrol-light); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .toc-box h3 { margin: 0 0 20px 0; color: var(--petrol); display: flex; align-items: center; gap: 10px; }
    .bsj-article .toc-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 30px; }
    .bsj-article .toc-list li { padding: 8px 0; border-bottom: 1px dotted var(--sky-light); break-inside: avoid; }
    .bsj-article .toc-list a { color: var(--petrol); text-decoration: none; font-weight: 500; display: flex; align-items: center; gap: 8px; }
    .bsj-article .toc-list a:hover { color: var(--petrol-dark); text-decoration: underline; }
    .bsj-article .toc-list .toc-num { background: var(--petrol); color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; }
    
    /* Quick Decision Box */
    .bsj-article .quick-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 24px; padding: 35px; margin: 40px 0; color: white; }
    .bsj-article .quick-box h3 { color: white; margin: 0 0 20px 0; }
    .bsj-article .quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .bsj-article .quick-item { background: rgba(255,255,255,0.1); border-radius: 16px; padding: 20px; text-align: center; }
    .bsj-article .quick-item .quick-icon { font-size: 2.5rem; margin-bottom: 10px; }
    .bsj-article .quick-item h4 { color: white; font-size: 1rem; margin: 0 0 5px 0; }
    .bsj-article .quick-item p { font-size: 0.9rem; opacity: 0.9; margin: 0; }
    
    /* Matratzentypen Cards */
    .bsj-article .type-section { margin: 40px 0; }
    .bsj-article .type-card-large { background: white; border-radius: 20px; padding: 30px; margin: 25px 0; box-shadow: 0 5px 30px rgba(43, 106, 124, 0.1); border-left: 5px solid var(--petrol); }
    .bsj-article .type-card-large .type-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
    .bsj-article .type-card-large .type-icon { width: 70px; height: 70px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; }
    .bsj-article .type-card-large.schaum .type-icon { background: linear-gradient(145deg, #9B7ED9, #7B5DC2); }
    .bsj-article .type-card-large.feder .type-icon { background: linear-gradient(145deg, #5A9BC2, #4080A8); }
    .bsj-article .type-card-large.latex .type-icon { background: linear-gradient(145deg, var(--success-green), #5A8A6A); }
    .bsj-article .type-card-large.hybrid .type-icon { background: linear-gradient(145deg, var(--accent-warm), #d4a85a); }
    .bsj-article .type-card-large .type-title h4 { margin: 0 0 5px 0; font-size: 1.4rem; color: var(--petrol); }
    .bsj-article .type-card-large .type-title .price-range { font-size: 0.95rem; color: var(--text-medium); }
    .bsj-article .type-card-large .type-content p { margin-bottom: 15px; }
    .bsj-article .type-card-large .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
    .bsj-article .type-card-large .pros, .bsj-article .type-card-large .cons { padding: 15px; border-radius: 12px; }
    .bsj-article .type-card-large .pros { background: #f0f7f4; }
    .bsj-article .type-card-large .cons { background: #fef5f3; }
    .bsj-article .type-card-large .pros h5 { color: var(--success-green); margin: 0 0 10px 0; font-size: 0.95rem; }
    .bsj-article .type-card-large .cons h5 { color: var(--warning-red); margin: 0 0 10px 0; font-size: 0.95rem; }
    .bsj-article .type-card-large .pros ul, .bsj-article .type-card-large .cons ul { margin: 0; padding-left: 20px; font-size: 0.9rem; }
    .bsj-article .type-card-large .pros li, .bsj-article .type-card-large .cons li { margin-bottom: 5px; }
    .bsj-article .type-card-large .ideal-for { background: var(--sky-light); border-radius: 10px; padding: 12px 15px; margin-top: 15px; font-size: 0.95rem; }
    .bsj-article .type-card-large .ideal-for strong { color: var(--petrol); }
    
    /* Härtegrad Section */
    .bsj-article .haertegrad-box { background: linear-gradient(145deg, #fef9f0, #fff); border: 2px solid var(--accent-warm); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .haertegrad-box h3 { margin-top: 0; color: var(--petrol); }
    .bsj-article .haertegrad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 25px 0; }
    .bsj-article .haertegrad-item { background: white; border-radius: 12px; padding: 20px 15px; text-align: center; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
    .bsj-article .haertegrad-item .h-label { font-size: 1.8rem; font-weight: 700; color: var(--petrol); }
    .bsj-article .haertegrad-item .h-name { font-size: 0.85rem; color: var(--text-medium); margin: 5px 0; }
    .bsj-article .haertegrad-item .h-weight { font-size: 0.9rem; font-weight: 600; color: var(--petrol-dark); }
    
    /* Budget Table */
    .bsj-article .budget-section { margin: 40px 0; }
    .bsj-article .budget-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 5px 25px rgba(43, 106, 124, 0.1); }
    .bsj-article .budget-table th { background: var(--petrol); color: white; padding: 15px; text-align: left; font-weight: 600; }
    .bsj-article .budget-table td { padding: 15px; border-bottom: 1px solid var(--sky-light); }
    .bsj-article .budget-table tr:last-child td { border-bottom: none; }
    .bsj-article .budget-table .price { font-weight: 700; color: var(--petrol); }
    .bsj-article .budget-table .rating { color: var(--accent-warm); }
    
    /* Checklist Kaufkriterien */
    .bsj-article .criteria-box { background: var(--cloud-white); border: 2px solid var(--petrol-light); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .criteria-box h3 { margin-top: 0; color: var(--petrol); }
    .bsj-article .criteria-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 20px; }
    .bsj-article .criteria-item { display: flex; align-items: flex-start; gap: 12px; padding: 15px; background: white; border-radius: 12px; }
    .bsj-article .criteria-item .c-icon { width: 35px; height: 35px; background: var(--petrol); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
    .bsj-article .criteria-item .c-text strong { display: block; color: var(--petrol-dark); font-size: 0.95rem; margin-bottom: 3px; }
    .bsj-article .criteria-item .c-text span { font-size: 0.85rem; color: var(--text-medium); }
    
    /* Online vs Fachgeschäft */
    .bsj-article .compare-box { margin: 40px 0; }
    .bsj-article .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
    .bsj-article .compare-card { border-radius: 20px; padding: 30px; }
    .bsj-article .compare-card.online { background: linear-gradient(145deg, #e8f4f8, #fff); border: 2px solid var(--petrol-light); }
    .bsj-article .compare-card.offline { background: linear-gradient(145deg, #fef9f0, #fff); border: 2px solid var(--accent-warm); }
    .bsj-article .compare-card h4 { display: flex; align-items: center; gap: 10px; margin: 0 0 15px 0; font-size: 1.2rem; }
    .bsj-article .compare-card ul { margin: 0; padding-left: 20px; }
    .bsj-article .compare-card li { margin-bottom: 8px; font-size: 0.95rem; }
    
    /* Tip & Warning Boxes */
    .bsj-article .tip-box { background: linear-gradient(145deg, var(--sky-light), var(--cloud-white)); border-left: 4px solid var(--accent-warm); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .bsj-article .tip-box h4 { color: var(--petrol); font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0; }
    .bsj-article .tip-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    .bsj-article .warning-box { background: linear-gradient(145deg, #fef3f0, #fff); border-left: 4px solid var(--warning-red); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .bsj-article .warning-box h4 { color: var(--warning-red); font-size: 1rem; margin: 0 0 10px 0; }
    .bsj-article .warning-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* CTA Box */
    .bsj-article .cta-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 20px; padding: 35px; margin: 40px 0; color: white; display: flex; align-items: center; gap: 30px; }
    .bsj-article .cta-box .cta-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 2.5rem; }
    .bsj-article .cta-box .cta-content h4 { color: white; font-size: 1.3rem; margin: 0 0 10px 0; }
    .bsj-article .cta-box .cta-content p { margin: 0 0 20px 0; opacity: 0.9; font-size: 1rem; }
    .bsj-article .cta-btn { display: inline-block; background: var(--accent-warm); color: var(--petrol-dark); padding: 12px 25px; border-radius: 10px; font-weight: 700; text-decoration: none; transition: all 0.3s; }
    .bsj-article .cta-btn:hover { background: #d4a85a; transform: translateY(-2px); }
    
    /* Internal Link Box */
    .bsj-article .internal-link-box { background: linear-gradient(145deg, #f0f7fa, #fff); border: 2px solid var(--sky-light); border-radius: 16px; padding: 25px; margin: 30px 0; display: flex; align-items: center; gap: 20px; }
    .bsj-article .internal-link-box .link-icon { width: 55px; height: 55px; background: var(--petrol); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .bsj-article .internal-link-box .link-icon svg { width: 28px; height: 28px; fill: white; }
    .bsj-article .internal-link-box .link-content h4 { margin: 0 0 5px 0; color: var(--petrol); font-size: 1.05rem; }
    .bsj-article .internal-link-box .link-content p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .internal-link-box .link-content a { color: var(--petrol); font-weight: 600; text-decoration: underline; }
    
    /* FAQ Section */
    .bsj-article .faq-section { background: var(--cloud-white); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .faq-section h3 { margin-top: 0; color: var(--petrol); }
    .bsj-article .faq-item { border-bottom: 1px solid var(--sky-light); padding: 20px 0; }
    .bsj-article .faq-item:last-child { border-bottom: none; }
    .bsj-article .faq-item h4 { color: var(--petrol-dark); font-size: 1.05rem; margin: 0 0 10px 0; }
    .bsj-article .faq-item p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Conclusion */
    .bsj-article .conclusion { margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--sky-light); }
    .bsj-article .signature { font-style: italic; color: var(--markus-orange); font-size: 1.1rem; margin-top: 30px; }
    
    /* Responsive */
    @media (max-width: 768px) {
      .bsj-article h1 { font-size: 1.8rem; }
      .bsj-article .toc-list { columns: 1; }
      .bsj-article .quick-grid { grid-template-columns: 1fr; }
      .bsj-article .haertegrad-grid { grid-template-columns: repeat(2, 1fr); }
      .bsj-article .pros-cons { grid-template-columns: 1fr; }
      .bsj-article .criteria-grid { grid-template-columns: 1fr; }
      .bsj-article .compare-grid { grid-template-columns: 1fr; }
      .bsj-article .author-box { flex-direction: column; text-align: center; }
      .bsj-article .cta-box { flex-direction: column; text-align: center; }
      .bsj-article .internal-link-box { flex-direction: column; text-align: center; }
    }/* End custom CSS */