.elementor-778 .elementor-element.elementor-element-74b7832{--display:flex;}/* Start custom CSS */.bsj-article {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.bsj-article-meta {
    color: #888;
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.bsj-article-intro {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.bsj-article h2 {
    color: #2d9ba8;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
}

.bsj-article h3 {
    color: #2d9ba8;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0 0.8rem;
}

.bsj-article p {
    margin-bottom: 1rem;
    color: #444;
}

.bsj-article ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.bsj-article li {
    margin-bottom: 0.6rem;
    color: #444;
}

.bsj-article li strong {
    color: #333;
}

.bsj-highlight-box {
    background: linear-gradient(135deg, #e8f4f5 0%, #d5eef0 100%);
    border: 2px solid #2d9ba8;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
}

.bsj-highlight-box-title {
    color: #2d9ba8;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.bsj-highlight-box p {
    margin-bottom: 0;
    color: #333;
}

.bsj-emphasis {
    color: #2d9ba8;
    font-style: italic;
}

.bsj-hashtags {
    color: #2d9ba8;
    font-size: 0.9rem;
    margin-top: 2.5rem;
}

.bsj-share-cta {
    font-style: italic;
    color: #666;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.bsj-info-box {
    background: #f0f7ff;
    border-left: 4px solid #2d9ba8;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}

.bsj-info-box-title {
    color: #2d9ba8;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

/* Schlaftyp-Karten */
.bsj-chronotype-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
}

.bsj-chronotype-card {
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bsj-chronotype-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.bsj-chronotype-card.lerche {
    background: linear-gradient(135deg, #fff9e6 0%, #ffecb3 100%);
    border: 2px solid #f9a825;
}

.bsj-chronotype-card.eule {
    background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
    border: 2px solid #5c6bc0;
}

.bsj-chronotype-card.taube {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border: 2px solid #66bb6a;
}

.bsj-chronotype-card.wolf {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
    border: 2px solid #ec407a;
}

.bsj-chronotype-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
}

.bsj-chronotype-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.bsj-chronotype-card.lerche .bsj-chronotype-name { color: #f57f17; }
.bsj-chronotype-card.eule .bsj-chronotype-name { color: #3949ab; }
.bsj-chronotype-card.taube .bsj-chronotype-name { color: #388e3c; }
.bsj-chronotype-card.wolf .bsj-chronotype-name { color: #c2185b; }

.bsj-chronotype-subtitle {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    font-style: italic;
}

.bsj-chronotype-traits {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bsj-chronotype-traits li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.bsj-chronotype-traits li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.bsj-chronotype-card.lerche .bsj-chronotype-traits li::before { color: #f9a825; }
.bsj-chronotype-card.eule .bsj-chronotype-traits li::before { color: #5c6bc0; }
.bsj-chronotype-card.taube .bsj-chronotype-traits li::before { color: #66bb6a; }
.bsj-chronotype-card.wolf .bsj-chronotype-traits li::before { color: #ec407a; }

/* Detail-Sektion für jeden Typ */
.bsj-type-detail {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 5px solid;
}

.bsj-type-detail.lerche { border-left-color: #f9a825; }
.bsj-type-detail.eule { border-left-color: #5c6bc0; }
.bsj-type-detail.taube { border-left-color: #66bb6a; }
.bsj-type-detail.wolf { border-left-color: #ec407a; }

.bsj-type-detail-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.bsj-type-detail-icon {
    font-size: 2.5rem;
}

.bsj-type-detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.bsj-type-detail.lerche .bsj-type-detail-title { color: #f57f17; }
.bsj-type-detail.eule .bsj-type-detail-title { color: #3949ab; }
.bsj-type-detail.taube .bsj-type-detail-title { color: #388e3c; }
.bsj-type-detail.wolf .bsj-type-detail-title { color: #c2185b; }

.bsj-type-schedule {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.bsj-schedule-item {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.bsj-schedule-label {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.3rem;
}

.bsj-schedule-time {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d9ba8;
}

/* Quiz-Bereich */
.bsj-quiz-container {
    background: linear-gradient(135deg, #2d9ba8 0%, #3dbdc9 100%);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    color: #fff;
}

.bsj-quiz-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.bsj-quiz-question {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 1.2rem;
    margin-bottom: 1rem;
}

.bsj-quiz-question-text {
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.bsj-quiz-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bsj-quiz-option {
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bsj-quiz-option-letter {
    background: rgba(255,255,255,0.3);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

/* Tagesablauf-Timeline */
.bsj-timeline-comparison {
    margin: 2rem 0;
    overflow-x: auto;
}

.bsj-timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.bsj-timeline-label {
    width: 100px;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.bsj-timeline-bar-container {
    flex: 1;
    height: 2rem;
    background: #f0f0f0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.bsj-timeline-bar {
    position: absolute;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #fff;
}

.bsj-timeline-bar.sleep {
    background: linear-gradient(90deg, #3949ab, #5c6bc0);
}

.bsj-timeline-bar.productive {
    background: linear-gradient(90deg, #2d9ba8, #3dbdc9);
}

.bsj-timeline-bar.low {
    background: linear-gradient(90deg, #bbb, #ccc);
}

.bsj-timeline-hours {
    display: flex;
    margin-left: 100px;
    margin-top: 0.5rem;
}

.bsj-timeline-hour {
    flex: 1;
    text-align: center;
    font-size: 0.7rem;
    color: #888;
}

/* Tipps-Grid */
.bsj-tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.bsj-tip-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.2rem;
}

.bsj-tip-card-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.bsj-tip-card-title {
    font-weight: 600;
    color: #2d9ba8;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.bsj-tip-card-text {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

/* Prozent-Verteilung */
.bsj-percentage-bar {
    display: flex;
    height: 3rem;
    border-radius: 8px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.bsj-percentage-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
}

.bsj-percentage-segment.lerche {
    background: linear-gradient(135deg, #f9a825, #fbc02d);
    flex: 25;
}

.bsj-percentage-segment.taube {
    background: linear-gradient(135deg, #66bb6a, #81c784);
    flex: 50;
}

.bsj-percentage-segment.eule {
    background: linear-gradient(135deg, #5c6bc0, #7986cb);
    flex: 25;
}

.bsj-percentage-legend {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

.bsj-percentage-legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bsj-legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
}

.bsj-legend-dot.lerche { background: #f9a825; }
.bsj-legend-dot.taube { background: #66bb6a; }
.bsj-legend-dot.eule { background: #5c6bc0; }

/* Berühmtheiten Box */
.bsj-celeb-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bsj-celeb-icon {
    font-size: 1.5rem;
}

.bsj-celeb-text {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

.bsj-celeb-text strong {
    color: #2d9ba8;
}

@media (max-width: 600px) {
    .bsj-chronotype-grid {
        grid-template-columns: 1fr;
    }
    .bsj-type-schedule {
        grid-template-columns: 1fr;
    }
    .bsj-tips-grid {
        grid-template-columns: 1fr;
    }
    .bsj-timeline-label {
        width: 70px;
        font-size: 0.8rem;
    }
}/* End custom CSS */