/* Blog-wide typography and component overrides requested on 2026-06-10. */

.blog.article main article h2 {
    font-size: 24px;
    line-height: 1.3;
}

.blog.article main article h3 {
    font-size: 22px;
}

.blog.article main article summary h3 {
    font-size: 17px;
}

.blog.article main article ul,
.blog.article main article ol {
    margin-left: 0;
}

body.blog.article article :is(
    .expert-tip-box,
    .info-box,
    .expert-comment-box,
    .hint-box,
    .tip-box,
    .content-figure,
    .check-list-box,
    .appointment-box,
    .newsletter-box,
    .steps-box,
    .pros-cons-box,
    .compare-table-wrap,
    .faq-block,
    .trust-data-box,
    .review-note-box,
    .definition-box,
    .method-box,
    .vehabi-info
) {
    --roboto: 'Roboto', Arial, Helvetica, sans-serif;
    --roboto-slab: 'Roboto Slab', roboto-slab-fb, serif;
}

#makler-webseiten h1 {
    margin-bottom: 10px;
    color: #216c36;
    font-family: var(--roboto-slab);
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: none;
    hyphens: none;
}

#makler-webseiten h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: inherit;
    font-family: var(--roboto-slab);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    hyphens: none;
}

#makler-webseiten p.kicker {
    margin-bottom: 10px;
    text-transform: uppercase;
}

#makler-webseiten section ul li {
    list-style: inside square;
    padding-bottom: 10px;
}

body.blog.article article .expert-tip-title {
    margin: 0 0 0 16px;
}

body.blog.article article .expert-tip-subtitle {
    margin: 2px 0 0 16px;
}

body.blog.article article .expert-tip-head {
    margin-bottom: 0;
}

body.blog.article article .expert-tip-head > p:first-child {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    color: #216c36;
    font-size: 0;
    line-height: 0;
}

body.blog.article article .expert-tip-head > p:first-child:before {
    content: "\f0eb";
    color: inherit;
    font-family: FontAwesome;
    font-size: 34px;
    line-height: 1;
}

body.blog.article article .expert-tip-content {
    padding-left: 0;
}

body.blog.article article .hint-box h2,
body.blog.article article .tip-box h2,
body.blog.article article .expert-comment-box h2,
body.blog.article article .newsletter-box h2 {
    font-size: 24px;
}

body.blog.article article .check-list-box h2 {
    margin-top: 0;
    margin-bottom: 18px;
    color: inherit;
    font-family: var(--roboto-slab);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

body.blog.article article .check-list li {
    margin: 0;
    font-size: 16px;
}

body.blog.article article .faq-block h2 {
    font-size: 24px;
    text-transform: uppercase;
}

body.blog.article article .steps-box h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

body.blog.article article .pros-cons-box {
    margin: 0 0 36px;
}

body.blog.article article .pros-cons-column h2 {
    margin-bottom: 15px;
}

body.blog.article article .trust-data-header h2 {
    text-transform: uppercase;
}

body.blog.article article .newsletter-box button,
body.blog.article article .newsletter-box .newsletter-submit {
    display: block;
    align-self: center;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #17682f;
    color: #fff;
    font-family: var(--roboto);
    font-size: 16px;
    padding: 8px 13px;
    text-transform: uppercase;
}

body.blog.article article .newsletter-box button:hover,
body.blog.article article .newsletter-box .newsletter-submit:hover,
body.blog.article article .newsletter-box .newsletter-submit:focus {
    background: #91be56;
}

body.blog.article article .appointment-date-link,
body.blog.article article .appointment-date-link:link,
body.blog.article article .appointment-date-link:visited {
    background: #17682f;
    color: #fff;
    text-decoration: none;
}

body.blog.article article .appointment-date-link:hover,
body.blog.article article .appointment-date-link:focus,
body.blog.article article .appointment-date-link:link:hover {
    background: #91be56;
}

body.blog.article article .appointment-date-link:after {
    filter: brightness(0) invert(1);
}

body.blog.article article .compare-table th,
body.blog.article article .compare-table td {
    padding: 12px 16px;
}

body.blog.article article .compare-table td {
    font-size: 13px;
    color: #000000;
}

body.blog.article article .compare-table caption {
    padding: 22px 14px 6px;
}
