.faqtitle {
    text-align: center ! IMPORTANT;
}
/* START: todo_list */
.todo_list,
.todo_list_watwijdoen {
    position: relative;
    border-top: 1px solid #d0d6dc;
    margin-bottom: 0px ! IMPORTANT;
    padding: 9px 20px;
    color: #223e5b;
    font-weight: 500;
}
.todo_list_watwijdoen {
    border-top: 1px solid #bfc3bf;
}
p.watikdoe_watwijdoen {
    color: #f69175 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
p.number_step_innerpage__step {
    margin-bottom: 0px !important;
    color: #f69175 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
p.duur {
    position: relative;
    border: 1px solid #d0d6dc;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 26px 5px 38px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 15px;
}
.todo_list_wrap {
    margin-top: 25px ! IMPORTANT;
}
p.duur::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f69175;
    transform: translateY(-50%);
}

.todo_list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f69175;
    transform: translateY(-50%);
}

.todo_list_watwijdoen::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #83c3a0;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "fontawesome";
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
}
/* END: todo_list */

/* START: steps_innerpage_progress */
.steps_innerpage {
    position: relative;
    --steps-rail-width: 2px;
    --steps-rail-color: #d8dde3;
    --steps-rail-fill: #f69175;
}

.steps_innerpage .steps-progress-rail,
.steps_innerpage .steps-progress-fill {
    position: absolute;
    left: 0;
    width: var(--steps-rail-width);
    border-radius: 2px;
    pointer-events: none;
    z-index: 1;
}

.steps_innerpage .steps-progress-rail {
    background: var(--steps-rail-color);
}

.steps_innerpage .steps-progress-fill {
    background: var(--steps-rail-fill);
    height: 0;
}

.steps_innerpage .number_step_innerpage {
    position: relative;
    padding-left: 0;
}

.steps_innerpage .number_step_innerpage > * {
    margin-left: 55px;
}

.steps_innerpage p.number_step_innerpage__step {
    position: relative;
    padding-left: 55px;
    margin-left: 0;
}

.steps_innerpage p.number_step_innerpage__step::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background: #f69175;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.4;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}
.steps_innerpage .number_step_innerpage.is-active p.number_step_innerpage__step::before {
    border-color: #ffffff;
    background: #f69175;
    box-shadow: 0px 0px 0px 2px #f69175;
    opacity: 1;
}

.steps_innerpage p.number_step_innerpage__step.number_step_innerpage__step_klaar::before {
    content: "";
    width: 18px;
    height: 18px;
    left: 9px;
    border: 0;
    box-shadow: none;
    background: #f69175;
    opacity: 0.4;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.steps_innerpage .number_step_innerpage.is-active p.number_step_innerpage__step.number_step_innerpage__step_klaar::before {
    content: "\f00c";
    font-family: "fontawesome";
    font-weight: 900;
    border: 0;
    box-shadow: none;
    background: #f69175;
    opacity: 1;
    font-size: 8px !important;
}

span.news {
    font-family: 'Newsreader', 'Times New Roman', serif !important;
    font-weight: 300;
    font-style: italic;
}
span.zorg_loopt {
    color: #223e5b !important;
}
@media (max-width: 900px) {
    .steps_innerpage .number_step_innerpage {
        padding-left: 0;
    }

    .steps_innerpage .number_step_innerpage > * {
        margin-left: 24px;
    }

    .steps_innerpage p.number_step_innerpage__step {
        padding-left: 28px;
        margin-left: 0;
    }

}

@media (max-width: 767px) {
    .steps_innerpage h3 {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 20px !important;
    }

    .steps_innerpage p.number_step_innerpage__step.number_step_innerpage__step_klaar::before {
        left: -1px !important;
    }
}

@media (min-width: 1024px) {
    .steps_innerpage h3 {
        line-height: 48px !important;
        margin-bottom: 15px !important;
    }
}
/* END: steps_innerpage_progress */

/* START: voorwaarden_list */
.voorwaarden_list {
    border-top: 1px solid #52606f;
}

.voorwaarden_item {
    display: block;
    padding: 19px 0;
    border-bottom: 1px solid #52606f;
}
.voorwaarden_item p {
    margin-bottom: 0px !important;
}
.voorwaarden_icon {
    color: #83C3A0;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.voorwaarden_icon::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "fontawesome";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
}

.voorwaarden_title {
    margin: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    padding: 0px;
    font-size: 20px;
}

.voorwaarden_text {
    margin: 16px 0 0;
}
.notifi p {
    background: #edf7f2 !important;
    border-left: 5px solid #83c3a0;
    padding: 10px 20px !important;
    font-weight: 500;
    color: #223e5b ! IMPORTANT;
    margin-bottom: 0px ! IMPORTANT;
}
@media (max-width: 900px) {
    .voorwaarden_item {
        padding: 23px 0;
    }

    .voorwaarden_title {
        margin-left: 10px;
    }

}
/* END: voorwaarden_list */


button.w-tabs-section-header {
    background: #fcf8f3;
    border-radius: 13px;
    border: 1px solid #d9dde0;
}


.w-tabs-section {
    border: none ! IMPORTANT;
    margin-bottom: 15px;
}
.w-tabs-section-content {
    padding: 15px 1.5rem ! IMPORTANT;
    padding-bottom: 13px !important;
}
/* START: usp_dark_grid */

.usp_dark_grid__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgb(208 214 220 / 80%);
}

.usp_dark_grid__item {
    padding: 33px;
    border-right: 1px solid rgb(208 214 220 / 80%);
}

.usp_dark_grid__item:last-child {
    border-right: 0;
}

.usp_dark_grid__number {
    display: block;
    margin: 0 0 16px;
    font-weight: 600;
    line-height: 1;
}
p.usp_dark_grid__number {
font-size: 17px !important;
margin-bottom: 0px !important;
}
.usp_dark_grid__title {
    margin: 15px 0px;
    font-weight: 700;
    padding: 0px;
    font-size: 26px;
}

.usp_dark_grid__text {
    margin: 0;
}

@media (max-width: 1100px) {
    .usp_dark_grid__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usp_dark_grid__item {
        border-right: 0;
        border-bottom: 1px solid rgb(208 214 220 / 80%);
        padding-right: 0;
    }

    .usp_dark_grid__item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 700px) {
    .usp_dark_grid {
        padding: 0px;
    }

    .usp_dark_grid__list {
        grid-template-columns: 1fr;
    }

    .usp_dark_grid__item {
        border-bottom: 1px solid rgb(208 214 220 / 80%);
        padding: 26px 0px;
    }

    .usp_dark_grid__item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgb(208 214 220 / 80%);
    }

    .usp_dark_grid__item:last-child {
        border-bottom: 0;
        padding-bottom: 0px !important;
    }

    .usp_dark_grid__title {
        font-size: 26px;
        margin-bottom: 11px !important;
        line-height: 33px;
    }

    .usp_dark_grid__text {
        font-size: 23px;
        margin-bottom: 0px !important;
    }
}
/* END: usp_dark_grid */

@media (max-width: 767px) {
    .klaar_sectie {
        padding-top: 1rem;
    }


}
