
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.blog-post__content-container {
    margin-inline: 7.5vw;
    position: relative;
}

.blog-post__content-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.blog-post__title {
    color: #000;
    font-weight: 400;
    font-size: 45px;
    margin-left: -3px;
}

.blog-post__date {
    font-family: 'Roboto', 'Montserrat', Arial, Helvetica, sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

#blog-post__introduction {
    margin-top: 15px;
}

.blog-post__introduction--text {
    font-size: 17px;
    color: #000000;
    line-height: 165%;
}

.blog-post__introduction--paragraph {
    margin-top: 15px;
}

.blog-post__text {
    font-size: 17px;
    color: #000000;
    line-height: 175%;
}

.blog-post__text-semi-bold {
    font-weight: 600;
}

.blog-post__text a {
    color: #000000;
}

.blog-post__cta-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
    gap: 25px;
}

.blog-post__cta {
    text-decoration: none;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    transition: transform .3s;
    line-height: 140%;
}

.blog-post__cta:hover {
    transform: scale(1.03);
}

.contact-cta {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: #000000;
}

.realisaties-cta {
    background: transparent;
    border: 1px solid var(--main-black);
    color: var(--main-black);
}

.blog-post__content-section {
    margin-top: 75px;
}

.blog-post__content-section:last-child {
    margin-top: 50px;
    padding-bottom: 50px;
}

.blog-post__subtitle {
    color: #000;
    font-weight: 400;
    font-size: 30px;
    margin-left: -3px;
    line-height: 135%;
    margin-bottom: 20px;
}

.blog-post__content-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-post__written-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.blog-post__written-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-post__subheading {
    color: #000000;
    font-weight: 500;
    font-size: 19px;
    line-height: 135%;
    margin-bottom: 10px;
}

.blog-post__image-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.mobile-order-first {
    order: 0;
}

.mobile-order-last {
    order: 1;
}

.blog-post__image {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 10px;
    display: block;
    object-fit: fill;
}

.blog-post__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 25px;
    margin-top: 15px;
}

.blog-post__sub-list {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-post_illustrations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.blog-post_illustration-wrapper {
    display: flex;
    flex-direction: column;
}

.blog-post_illustratie {
    width: 50vw;
    margin-inline: auto;
}

.blog-post_illustratie-text {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

.blog-post__table-container {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: thin;
    position: relative;
}

.blog-post__table-horizontal-scroll-indicator {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.blog-post__table-horizontal-scroll-indicator img {
    width: 25px;
}

.blog-post__table {
    border-collapse: collapse;
    font-size: 16px;
}

.blog-post__table th, .blog-post__table td {
    border: 1px solid var(--main-black);
    padding: 20px;
    text-align: left;
}

.blog-post__table th:first-child {
    border-left: none;
}

.blog-post__table th:last-child {
    border-right: none;
}

.blog-post__table th {
    border-top: none;
    font-weight: 600;
}

.blog-post__table tbody tr td a {
    color: #000000;
} 

.blog-post__table tbody tr td:first-child {
    font-weight: 600;
} 

.blog-post__table tbody tr td:first-child {
    border-left: none;
} 

.blog-post__table tbody tr td:last-child {
    border-right: none;
} 

.blog-post__table tbody tr:last-child td {
    border-bottom: none;
} 

.blog-post__table tbody tr td ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 20px;
} 

.inkomenscategorie-table tbody tr td {
    line-height: 155%;
}

.isolatie-premies-text {
    margin-top: 30px;
}

.isolatie-premies-text-call-to-action {
    margin-top: 15px !important;
}

.section-introduction-text {
    margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
    .blog-post__title {
        font-size: 60px;
    }

    .blog-post__subtitle {
        font-size: 35px;
    }
    
    .blog-post__introduction--text {
        font-size: 18px;
    }

    .blog-post__cta-wrapper {
        flex-direction: row;
        margin-top: 40px;
        gap: 30px;
    }

    .blog-post__content-section:last-child {
        margin-top: 75px;
    }

    .blog-post_illustrations-wrapper {
        flex-direction: row;
        margin-top: 50px;
        justify-content: space-between;
    }

    .blog-post_illustratie {
        margin-inline: 0;
        width: 22.5vw;
    }

    .blog-post_illustratie-text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 800px) {
    .blog-post__written-content {
        gap: 25px;
    }

    .blog-post__content-flex {
        gap: 30px;
    }
}

@media only screen and (min-width: 900px) {
    .blog-post__title {
        font-size: 70px;
        margin-left: -5px;
    }

    #blog-post__introduction {
        margin-top: 20px;
    }

    .isolatie-premies-text {
        margin-top: 50px;
    }

    .blog-post__table-horizontal-scroll-indicator {
        display: none;
    }
}

@media only screen and (min-width: 950px) {
    .blog-post__introduction--text {
        width: 75vw;
    }
}

@media only screen and (min-width: 1000px) {
    .blog-post__content-container {
        position: static;
    }

    .blog-post__content-flex {
        flex-direction: row;
        gap: 5vw;
    }

    .section-introduction-text {
        margin-bottom: 50px;
        width: 75vw;
    }

    .mobile-order-last {
        order: 0;
    }

    .blog-post__content-inner-wrapper {
        gap: 100px;
    }

    .isolatie-premies-text {
        width: 70%;
    }

    .blog-post_illustrations-wrapper {
        margin-bottom: 50px;
    }

    .blog-post__table {
        width: 85%;
    }

    .blog-post__image {
        border-radius: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-post__title {
        font-size: 80px;
    }

    .blog-post__subtitle {
        font-size: 45px;
        margin-bottom: 70px;
    }

    .blog-post__content-section {
        margin-top: 125px;
    }

    .blog-post__content-section:last-child {
        margin-top: 125px;
        padding-bottom: 125px;
    }

    .blog-post_illustrations-wrapper {
        gap: 5vw;
        justify-content: flex-start;
    }

    .blog-post_illustratie {
        width: 20vw;
    }
}

@media only screen and (min-width: 1400px) {
    .blog-post_illustratie {
        width: 15vw;
    }
}

@media only screen and (min-width: 1600px) {
    .blog-post__introduction--text {
        font-size: 19px;
    }

    .blog-post__introduction--text {
        width: 70vw;
    }

    .blog-post__subtitle {
        font-size: 50px;
    }

    .blog-post__text {
        font-size: 18px;
    }

    .blog-post__subheading {
        font-size: 21px;
    }
}





