.elementor-2927 .elementor-element.elementor-element-37399beb{--display:flex;}.elementor-2927 .elementor-element.elementor-element-20f5ffbd{font-family:"Montserrat", Sans-serif;letter-spacing:0px;}.elementor-2927 .elementor-element.elementor-element-20f5ffbd p{margin-block-end:0px;}/* Start JX Custom Fonts CSS *//* End JX Custom Fonts CSS */
/* Start custom CSS *//* =============================================
   RINKE+HENSSLER Blog Styling
   ============================================= */

/* ----- Grundlayout ----- */
.single-post .entry-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

/* ----- Überschriften: Dunkelgrau statt Blau ----- */
.single-post h2 {
    color: #4F4F4F;
    font-size: 26px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 24px;
    padding-top: 40px;
    border-top: 1px solid #E0E0E0;
}

/* Erste H2 ohne Linie oben */
.single-post .entry-content h2:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 40px;
}

.single-post h3 {
    color: #4F4F4F;
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
}

/* ----- Fließtext ----- */
.single-post p {
    font-size: 17px;
    line-height: 1.75;
    color: #4F4F4F;
    margin-bottom: 24px;
}

/* ----- Lead-Paragraph (erster Absatz) ----- */
.single-post .entry-content > p:first-of-type {
    font-size: 20px;
    line-height: 1.6;
    color: #3A3A3A;
    font-weight: 500;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E0E0E0;
}

/* ----- Zitate dezent ----- */
.single-post .wp-block-pullquote {
    background: none;
    border: none;
    border-left: 3px solid #5FB877;
    margin: 40pxpx 0;
    padding: 0 0 0 24px;
}

.single-post .wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
}

.single-post .wp-block-pullquote p {
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    color: #3A3A3A;
    margin: 0;
    line-height: 1.5;
}

/* ----- Listen professioneller ----- */
.single-post ul,
.single-post ol {
    margin: 24px 0 32px 20px;
    color: #4F4F4F;
}

.single-post li {
    margin-bottom: 12px;
    line-height: 1.6;
}

/* ----- Links dezent ----- */
.single-post .entry-content a {
    color: #5FB877;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.single-post .entry-content a:hover {
    border-bottom-color: #5FB877;
}

/* ----- Bilder im Content ----- */
.single-post .entry-content img {
    margin: 40px 0;
    border-radius: 4px;
}

/* ----- Featured Image (Hero) kleiner ----- */
.single-post .post-thumbnail img,
.single-post .wp-post-image {
    max-height: 50vh;
    width: 100%;
    object-fit: cover;
}

/* ----- Titel-Styling ----- */
.single-post .entry-title {
    font-size: 36px;
    font-weight: 700;
    color: #4F4F4F;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

/* ----- Meta-Info (Datum etc.) ----- */
.single-post .entry-meta {
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #888;
}

/* ----- Trennlinien zwischen Abschnitten ----- */
.single-post hr {
    border: none;
    border-top: 1px solid #E0E0E0;
    margin: 48px 0;
}

/* ----- Key Statement Box (für wichtige Aussagen) ----- */
.single-post .wp-block-pullquote {
    background: linear-gradient(135deg, #F8F8F8 0%, #F3EDE8 100%);
    border: none;
    border-left: 4px solid #5FB877;
    padding: 32px;
    margin: 48px 0;
}

.single-post .wp-block-pullquote p {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #3A3A3A;
    margin: 0;
}/* End custom CSS */