.elementor-1799 .elementor-element.elementor-element-4f870e0{--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; --room-sage: #A8C5B5; --room-beige: #F5F0E8; }
    .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; }
    .meta-section .tag { display: inline-block; background: #2B6A7C; 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 .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 #2B6A7C; 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; }
    .divider { border: none; border-top: 3px solid #2B6A7C; margin: 50px auto; max-width: 900px; }
    .article-start-marker { text-align: center; color: #6c757d; margin: 30px 0; }
    .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 .intro { font-size: 1.15rem; color: var(--text-medium); margin-bottom: 50px; }
    .bsj-article h2 { color: var(--petrol); font-size: 1.8rem; font-weight: 700; margin: 50px 0 25px; }
    .bsj-article h3 { color: var(--petrol); font-size: 1.3rem; font-weight: 600; margin: 30px 0 15px; }
    .bsj-article p { margin-bottom: 18px; font-size: 1.05rem; }
    .bsj-article strong { color: var(--petrol-dark); }
    .bsj-article .room-overview { background: linear-gradient(145deg, var(--room-beige), #fff); border-radius: 24px; padding: 40px; margin: 40px 0; border: 2px solid var(--petrol-light); }
    .bsj-article .room-overview h3 { margin-top: 0; text-align: center; }
    .bsj-article .room-factors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 25px; }
    .bsj-article .factor-box { background: white; border-radius: 16px; padding: 25px 15px; text-align: center; box-shadow: 0 5px 20px rgba(43, 106, 124, 0.1); }
    .bsj-article .factor-icon { width: 60px; height: 60px; margin: 0 auto 15px; background: var(--sky-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
    .bsj-article .factor-icon svg { width: 32px; height: 32px; }
    .bsj-article .factor-box h4 { color: var(--petrol); font-size: 1rem; margin: 0; }
    .bsj-article .faktor-card { background: linear-gradient(145deg, var(--cloud-white), #fff); border-radius: 24px; padding: 35px; margin-bottom: 35px; box-shadow: 0 8px 30px rgba(43, 106, 124, 0.1); position: relative; overflow: hidden; }
    .bsj-article .faktor-card::before { content: ''; position: absolute; top: 0; left: 0; width: 8px; height: 100%; border-radius: 24px 0 0 24px; }
    .bsj-article .faktor-card.temperatur::before { background: linear-gradient(180deg, #E07A5F, #5A9BC2); }
    .bsj-article .faktor-card.licht::before { background: linear-gradient(180deg, #E8B86D, #2B6A7C); }
    .bsj-article .faktor-card.geraeusche::before { background: var(--petrol); }
    .bsj-article .faktor-card.luft::before { background: var(--room-sage); }
    .bsj-article .faktor-header { display: flex; align-items: center; gap: 25px; margin-bottom: 20px; }
    .bsj-article .faktor-icon { width: 90px; height: 90px; border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
    .bsj-article .faktor-card.temperatur .faktor-icon { background: linear-gradient(145deg, #E07A5F, #c96a52); }
    .bsj-article .faktor-card.licht .faktor-icon { background: linear-gradient(145deg, var(--accent-warm), #d4a85a); }
    .bsj-article .faktor-card.geraeusche .faktor-icon { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); }
    .bsj-article .faktor-card.luft .faktor-icon { background: linear-gradient(145deg, var(--room-sage), #8fb5a3); }
    .bsj-article .faktor-icon svg { width: 50px; height: 50px; }
    .bsj-article .faktor-title h3 { margin: 0 0 5px 0; font-size: 1.5rem; }
    .bsj-article .faktor-title .faktor-subtitle { font-size: 0.95rem; color: var(--text-medium); }
    .bsj-article .ideal-box { background: linear-gradient(145deg, var(--sky-light), #c5d8e8); border-radius: 16px; padding: 20px 25px; margin: 25px 0; display: flex; align-items: center; gap: 20px; }
    .bsj-article .ideal-box .ideal-icon { font-size: 2.5rem; }
    .bsj-article .ideal-box .ideal-content h4 { color: var(--petrol-dark); font-size: 1.1rem; margin: 0 0 5px 0; }
    .bsj-article .ideal-box .ideal-value { font-size: 1.8rem; font-weight: 700; color: var(--petrol); }
    .bsj-article .ideal-box .ideal-note { font-size: 0.85rem; color: var(--text-medium); margin-top: 5px; }
    .bsj-article .tipps-liste { margin: 25px 0; }
    .bsj-article .tipp-item { display: flex; align-items: flex-start; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--sky-light); }
    .bsj-article .tipp-item:last-child { border-bottom: none; }
    .bsj-article .tipp-icon { width: 40px; height: 40px; background: var(--sky-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
    .bsj-article .tipp-text h4 { color: var(--petrol); font-size: 1rem; margin: 0 0 5px 0; }
    .bsj-article .tipp-text p { font-size: 0.95rem; color: var(--text-medium); margin: 0; }
    .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: 40px 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: 30px 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); }
    .bsj-article .produkt-box { background: linear-gradient(145deg, #fef9f0, #fff); border: 2px solid var(--accent-warm); border-radius: 16px; padding: 25px; margin: 30px 0; }
    .bsj-article .produkt-box h4 { color: var(--petrol); font-size: 1rem; margin: 0 0 10px 0; }
    .bsj-article .produkt-box p { margin: 0 0 15px 0; font-size: 0.95rem; color: var(--text-medium); }
    .bsj-article .affiliate-btn { display: inline-block; background: linear-gradient(145deg, var(--accent-warm), #d4a85a); color: white; padding: 10px 20px; border-radius: 8px; font-size: 0.95rem; font-weight: 600; text-decoration: none; }
    .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: 60px; height: 60px; 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: 30px; height: 30px; fill: white; }
    .bsj-article .internal-link-box .link-content h4 { margin: 0 0 5px 0; color: var(--petrol); font-size: 1.1rem; }
    .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; }
    .bsj-article .pflanzen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 30px 0; }
    .bsj-article .pflanze-card { background: linear-gradient(145deg, #f0f7f4, #fff); border-radius: 16px; padding: 25px; text-align: center; border: 1px solid var(--room-sage); }
    .bsj-article .pflanze-card .pflanze-emoji { font-size: 3rem; margin-bottom: 10px; }
    .bsj-article .pflanze-card h4 { color: var(--petrol); font-size: 1rem; margin: 0 0 8px 0; }
    .bsj-article .pflanze-card p { font-size: 0.85rem; color: var(--text-medium); margin: 0; }
    .bsj-article .farben-box { background: var(--cloud-white); border-radius: 20px; padding: 30px; margin: 30px 0; }
    .bsj-article .farben-box h4 { color: var(--petrol); margin: 0 0 20px 0; }
    .bsj-article .farben-grid { display: flex; gap: 15px; flex-wrap: wrap; }
    .bsj-article .farbe-item { display: flex; align-items: center; gap: 10px; padding: 10px 15px; background: white; border-radius: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
    .bsj-article .farbe-dot { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; }
    .bsj-article .checklist-box { background: linear-gradient(145deg, var(--cloud-white), #fff); border: 2px solid var(--petrol-light); border-radius: 20px; padding: 30px; margin: 30px 0; }
    .bsj-article .checklist-box h4 { color: var(--petrol); font-size: 1.15rem; margin: 0 0 20px 0; }
    .bsj-article .checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .bsj-article .check-item { display: flex; align-items: center; gap: 12px; padding: 12px 15px; background: var(--sky-light); border-radius: 10px; font-size: 0.95rem; }
    .bsj-article .check-item .check-icon { width: 24px; height: 24px; background: var(--petrol); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .bsj-article .check-item .check-icon svg { width: 14px; height: 14px; fill: white; }
    .bsj-article .conclusion { margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--sky-light); }
    .bsj-article .signature { font-style: italic; color: var(--petrol); font-size: 1.1rem; margin-top: 30px; }
    @media (max-width: 768px) { .bsj-article .room-factors { grid-template-columns: repeat(2, 1fr); } .bsj-article .faktor-header { flex-direction: column; text-align: center; } .bsj-article .checklist-grid { grid-template-columns: 1fr; } .bsj-article .internal-link-box { flex-direction: column; text-align: center; } .bsj-article .ideal-box { flex-direction: column; text-align: center; } }/* End custom CSS */