/* General styles */
body {
    margin: 0;
    max-width: 100%;
    font-family: 'TTHovesProTrialRegular', sans-serif;
    background-color: #FFF;
    color: #0F1525;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

input, textarea, button {
    outline: none;
    -webkit-appearance: none;
}

select {
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #0090FF;
    transition: 0.15s;
}

ul {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

b, strong {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-weight: normal;
}

input::-webkit-input-placeholder {
    color: #0F1525;
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #0F1525;
    opacity: 1;
    font-weight: normal;
}

input:-ms-input-placeholder {
    color: #0F1525;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #0F1525;
}

textarea:-moz-placeholder {
    color: #0F1525;
}

textarea::-moz-placeholder {
    color: #0F1525;
}

textarea:-ms-input-placeholder {
    color: #0F1525;
}

#over_ons_slider .owl-stage {
    transition-timing-function: linear !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.container {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
}

.title {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 42px;
    line-height: 42px;
    color: #0F1525;
    margin: 0 0 20px;
}

.title p {
    margin: 0;
}

.dtl {
    line-height: 26px;
}

.dtl strong,
.dtl b {
    color: #1C202A;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-weight: normal;
}

.dtl a {
    color: #0090FF;
    border-bottom: 1px solid transparent;
}

.dtl a:hover {
    border-bottom: 1px solid #0090FF;
}

.btn.contact {
    display: flex;
    align-items: center;
    background-color: #0090FF;
    border: 1px solid #0090FF;
    border-radius: 50px;
    font-size: 15px;
    color: #FFF;
    font-family: 'TTHovesProTrialDemiBold', sans-serif;
    padding: 8px 11px 8px 24px;
    transition: .35s;
}

.btn.contact span {
    background-color: #F8F6F4;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: .25s;
}

.btn.contact svg {
    width: 14px;
    height: 14px;
}

.btn.contact svg path {
    transition: .25s;
}

.btn.contact:hover {
    background-color: #0072E1;
    border: 1px solid #0072E1;
}

.btn.contact:hover span {
    background-color: #1a7fe3;
}

.btn.contact:hover svg path {
    fill: #FFF;
}

.header_total_background {
    background-color: #111727;
    padding-bottom: 120px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.header_background {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 48px);
    position: relative;
    top: 24px;
    margin: 0 auto;
    border-radius: 24px;
}

header .header {
    position: relative;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_logo img {
    width: 180px;
}

header .header_menu ul li {
    list-style: none;
    display: inline-block;
    padding: 20px;
} 

header .header_menu ul li a {
    color: #FFF;
    font-size: 15px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    opacity: .4;
    position: relative;
}

header .header_menu ul li a::before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    transition: .15s;
}

header .header_menu ul li a:hover {
    opacity: 1;
}

header .header_menu ul li.active a {
    opacity: 1;
}

header .header_menu ul li.active a::before,
header .header_menu ul li a:hover::before {
    background-color: #0090FF;
}

.home_page_wrapper {
    padding-top: 90px;
}

.home_page_wrapper .banner {
    display: flex;
    justify-content: space-between;
}

.banner .banner_details {
    width: 50%;
    padding-left: 20px;
    padding-top: 60px;
}

.banner_details .subtitle {
    color: #FFF;
    font-size: 20px;
    opacity: .8;
    margin: 0 0 15px;
}

.banner_details .title {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    max-width: 480px;
}

.banner_details .banner_buttons {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 185px;
}

.banner_details .banner_buttons .more_info {
    color: #FFF;
    font-size: 15px;
    font-family: 'TTHovesProTrialDemiBold', sans-serif;
    margin-left: 32px;
    border-bottom: 1px solid #FFF;
    transition: .25s;
}

.banner_details .banner_buttons .more_info:hover {
    color: #0090FF;
    border-bottom: 1px solid #0090FF;
}

.banner_details .banner_google_reviews {
    margin: 110px 0 70px;
    width: 180px;
}

.banner .banner_images {
    width: 50%;
    position: relative;
}

.banner_image_big {
    clip-path: url(#responsive-clip-path);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 106%;
    max-width: 680px;
    max-height: 687px;
    background-repeat: no-repeat;
}

.banner_image_small {
    clip-path: url(#responsive-clip-path-flipped-right);
    background-size: cover;
    background-position: center;
    width: 235px;
    height: 240px;
    position: absolute;
    left: -125px;
    top: 33%;
    background-repeat: no-repeat;
}

.over_ons_wrapper .over_ons {
    padding-top: 300px;
    max-width: 80%;
    margin: 0 auto;
}

.over_ons .title {
    color: #FFF;
    line-height: 52px;
    margin-bottom: 65px;
}

.over_ons .over_ons_items {
    display: flex;
    flex-wrap: wrap;
}

.over_ons_items .over_ons_item {
    color: #FFF;
    width: calc(33% - 15px);
    background: linear-gradient(270deg, #232939 0%, #0F1525 100%);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    margin-right: 15px;
    margin-bottom: 23px;
    cursor: pointer;
    transition: .5s;
}

.over_ons_items .over_ons_item:hover {
    background: #FFF;
    color: #005ECD;
}

.over_ons_items .over_ons_item::nth-child(3n) {
    margin-right: 0;
}

.over_ons_items .over_ons_item .ttl {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 26px;
    margin-bottom: 5px;
}

.over_ons_items .over_ons_item .dtls {
    opacity: .6;
}

.over_ons_wrapper {
    padding-bottom: 135px;
}

.over_ons_slider_wrapper {
    color: #FFF;
    position: relative;
}

.over_ons_slider_wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    opacity: .1;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
}

.over_ons_slider_wrapper .subtitle {
    max-width: calc(80% + 30px);
    margin: 0 auto 80px;
    font-family: 'TTHovesProTrialBold', sans-serif;
}

.over_ons_slider_wrapper .subtitle span {
    background-color: #101727;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}

.over_ons_slider .over_ons_slide img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.onze_voordelen_wrapper {
    padding-top: 165px;
}

.onze_voordelen_wrapper .onze_voordelen_details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.onze_voordelen_details .title {
    width: 60%;
}

.onze_voordelen_details .title span {
    color: #0090FF;
    padding-left: 40px;
    padding-top: 5px;
    display: block;
}

.onze_voordelen_details .dtl {
    width: 40%;
}

.onze_voordelen_slider_wrapper {
    padding-left: calc((100% - 1460px) / 2);
}

.onze_voordelen_slider .owl-stage {
    display: flex;
}

.onze_voordelen_slider .owl-item {
    display: flex;
    flex: 1;
}

.onze_voordelen_slider .onze_voordelen_slide {
    background-color: #F7F7F7;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 40px;
    transition: .35s;
    cursor: pointer;
    background-image: none;
}

.onze_voordelen_slider .activeCurrent .onze_voordelen_slide,
.onze_voordelen_slider .onze_voordelen_slide:hover {
    background-color: #0090FF;
    color: #FFF;
}

.onze_voordelen_slider .activeCurrent .onze_voordelen_slide .slide_image {
    height: 195px;
}

.onze_voordelen_slider .onze_voordelen_slide .slide_title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    min-height: 70px;
}

.onze_voordelen_slide .slide_image {
    padding: 24px 0;
}

.onze_voordelen_slide .slide_image img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    border-radius: 16px;
    /*opacity: 0;*/
}

/*.onze_voordelen_slider .activeCurrent .onze_voordelen_slide .slide_image img {
    opacity: 1;
}*/

.flying-image {
    position: fixed;
    border-radius: 16px;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
}

.flying-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    opacity: 1!important;
}

.flying-image.active {
    opacity: 1;
}

.onze_voordelen_slide .slide_subtitle {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: -5px;
}

.onze_voordelen_slide .slide_details {
    font-size: 14px;
    line-height: 24px;
    opacity: .6;
}

.onze_voordelen_button {
    text-align: center;
    padding: 60px 0 80px;
    border-bottom: 1px solid #f0f0f2;
}

.onze_voordelen_button .btn.contact {
    display: inline-flex;
}

.werkwijze_wrapper .werkwijze_part {
    padding-top: 80px;
}

.werkwijze_part .werkwijze_head {
    text-align: center;
    padding-bottom: 80px;
}

.werkwijze_head .title span {
    color: #0090FF;
}

.werkwijze_head .title {
    margin-bottom: 12px;
}

.werkwijze_head .dtl {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 22px;
}

.werkwijze_container {
    display: flex;
    gap: 80px;
    max-width: 1460px;
    margin: 0 auto;
    align-items: flex-start;
}

.werkwijze_image_display {
    flex: 1;
    position: sticky;
    top: 80px;
}

.werkwijze_image_display img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 630px;
}

.werkwijze_image_display img.hidden {
    opacity: 0;
}

.werkwijze_tabs {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 15px;
}

.werkwijze_tab.active .tab_step {
    opacity: 1;
}

.werkwijze_tab {
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.werkwijze_tab:first-child {
    padding-top: 0;
}

.werkwijze_tab:last-child {
    border-bottom: none;
}

.werkwijze_tab_dtl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, color;
}

.tab_step {
    color: #0090FF;
    font-size: 16px;
    font-family: 'TTHovesProTrialRegular', sans-serif;
    position: absolute;
    top: -17px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.25s;
}

.tab_title {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1px;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    opacity: .4;
}

.werkwijze_tab:hover .tab_title,
.werkwijze_tab.active .tab_title {
    opacity: 1;
}

.tab_title

.werkwijze_tab.active .tab_step {
    opacity: 1;
}

.tab_details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    line-height: 25px;
    will-change: max-height, opacity;
    transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                padding 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tab_details p {
    margin-top: 16px;
    margin-bottom: 0;
}

.werkwijze_tab.active .tab_details {
    max-height: 300px;
    max-width: 85%;
    opacity: 1;
    transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                padding 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tarieven_wrapper {
    margin-top: 150px;
}

.tarieven_wrapper .tarieven_part {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #FFF;
    padding: 120px 105px 160px;
    box-sizing: border-box;
    position: relative;
    border-radius: 24px;
    border-bottom-left-radius: 0;
}

.tarieven_wrapper .tarieven_part::after {
    content: '';
    display: block;
    background-image: url('../images/part.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 170px;
    height: 130px;
    position: absolute;
    left: -0.5px;
    bottom: -112.4px;
}

.tarieven_part .tarieven_head {
    text-align: center;
    margin-bottom: 120px;
}

.tarieven_part .tarieven_head .title {
    color: #FFF;
}

.tarieven_part .tarieven_head .dtl {
    opacity: .6;
    max-width: 560px;
    margin: 0 auto;
}

.tarieven_part .tarieven_items {
    display: flex;
    justify-content: space-between;
}

.tarieven_items .tarieven_item {
    width: 32.5%;
    background-color: #0F1525;
    border-radius: 16px;
    padding: 42px 32px;
    box-sizing: border-box;
    position: relative;
    min-height: 560px;
}

.tarieven_items .tarieven_item.active {
    border: 10px solid #0090ff;
    border-top: 0;
}

.tarieven_items .tarieven_item .tarieven_item_blue {
    position: absolute;
    top: -50px;
    left: -10px;
    right: 0;
    position: absolute;
    background-color: #0090FF;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: calc(100% + 20px);
}

.tarieven_item .tarieven_item_blue span {
    font-size: 20px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
}

.tarieven_item_dtl .tarieven_item_ttl {
    font-size: 24px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    margin-bottom: 7px;
}

.tarieven_item_dtl .tarieven_item_dtl {
    opacity: .6;
    font-size: 14px;
    line-height: 24px;
    min-height: 95px;
}

.tarieven_item_dtl .tarieven_item_dtl br {
    display: none;
}

.tarieven_item_dtl .tarieven_item_price {
    display: flex;
    align-items: center;
    padding: 16px 0 30px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
}

.tarieven_item_price .tarieven_price {
    font-size: 42px;
    padding-right: 7px;
}

.tarieven_advantages .advantage_item {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

.tarieven_advantages .advantage_item .icon {
    width: 17px;
    height: 17px;
}

.tarieven_advantages .advantage_item span {
    padding-left: 7px;
}
.tarieven_item.active {
    position: relative;
}

.tarieven_item.active:before {
    content: '';
    border-radius: 21px;
    border: 10px solid #0090ff;
    position: absolute;
    width: 100%;
    height: 97%;
    left: -10px;
    top: 6px;
}
.tarieven_item .tarieven_btn_wrapper {
    position: absolute;
    bottom: 35px;
    right: 32px;
    left: 32px;
}

.tarieven_item .tarieven_btn_wrapper .tarieven_btn {
    display: block;
    width: 100%;
    background-color: #010A1E;
    border: 1px solid #010A1E;
    border-radius: 50px;
    font-family: 'TTHovesProTrialDemiBold', sans-serif;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 14px 0;
    transform: .25s;
}

.tarieven_item .tarieven_btn_wrapper .tarieven_btn.active {
    background-color: #0090FF;
    border: 1px solid #0090FF;
}

.tarieven_item .tarieven_btn_wrapper .tarieven_btn:hover {
    background-color: #0072E1;
    border: 1px solid #0072E1;
}

.community_part_wrapper {
    padding-top: 150px;
}

.community_part_wrapper .community_part {
    /*border-bottom: 1px solid #ededef;*/
    padding-bottom: 100px;
}

.community_part .community_head {
    text-align: center;
    padding-bottom: 60px;
}

.community_head .dtl {
    font-size: 20px;
    opacity: .5;
    margin-bottom: 5px;
}

.community_part .community_images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.community_images .community_image {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border-bottom: 3px solid transparent;
}

.community_images .community_image:hover,
.community_images .community_image.active {
    opacity: 1;
}

.community_images .community_image img {
    height: 130px;
    width: 130px;
    object-fit: contain;
    margin: 0 12px;
    box-sizing: border-box;
    transition: .25s;
}

.community_part .community_items {
    max-width: 920px;
    margin: 60px auto 0;
    text-align: center;
}

.community_items .community_item {
    display: none;
    animation: fadeIn 0.5s;
}

.community_items .community_item.active {
    display: block;
}

.community_items .community_item .dtl {
    font-size: 24px;
    line-height: 32px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    opacity: .4;
    margin-top: 32px;
    padding-bottom: 20px;
}

.community_items .community_item .community_person {
    font-size: 20px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
}

.support_part_wrapper {
    margin: 50px 0 80px;
}

.support_part {
    background-color: #010719;
    border-radius: 32px;
    color: #FFF;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
}

.support_part .support_part_block {
    max-width: 80%;
    margin: 0 auto;
}

.support_part_block .subtitle {
    font-size: 18px;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    margin: 0;
}

.support_part_block .title {
    color: #FFF;
    margin: 20px 0;
}

.support_part_block .title b,
.support_part_block .title strong {
    color: #0090ff;
}

.support_part_block .dtl {
    max-width: 560px;
    margin: 0 auto;
}

.support_part_block .support_btn {
    margin-top: 24px;
}

.support_part_block .support_btn a {
    display: inline-block;
    border-radius: 50px;
    font-family: 'TTHovesProTrialDemiBold', sans-serif;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 14px 20px;
    transition: .25s;
    background-color: #0090FF;
    border: 1px solid #0090FF;
}

.support_part_block .support_btn a:hover {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #0090FF;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.faq_part_wrapper {
    padding: 100px 0 220px;
}

.faq_part .faq_head {
    text-align: center;
}

.faq_part .faq_head .title {
    margin-bottom: 13px;
}

.faq_part .faq_head .dtl {
    font-size: 20px;
    opacity: .5;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    margin-bottom: 60px;
}

.faq_part .faq_items {
    max-width: 80%;
    margin: 0 auto;
}

.faq_items .faq_item {
    background-color: #F7F7F7;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    transition: .25s;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq_items .faq_item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.faq_item .faq_item_dtl {
    flex: 1;
    padding-right: 20px;
}

.faq_item_dtl .faq_item_title {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 24px;
    color: #010719;
    transition: color 0.3s ease;
}

.faq_item.active .faq_item_title {
    color: #FFF;
}

.faq_item_dtl .faq_item_details {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    color: #010719;
    font-size: 20px;
    line-height: 32px;
    transition: max-height 0.4s ease-out, margin-top 0.4s ease-out;
}

.faq_item.active .faq_item_details {
    max-height: 1000px;
    transition: max-height 0.5s ease-in, margin-top 0.5s ease-in;
    color: #FFF;
    opacity: .8;
}

.faq_item .faq_item_details p {
    margin: 0;
    padding-top: 16px;
}

.faq_items .faq_item.active {
    background-color: #0090FF;
    color: #FFF;
}

.faq_item_icon span {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 2;
}

.faq_item_icon span.close {
    line-height: 1.5;
}

.faq_item .faq_item_icon .open,
.faq_item.active .faq_item_icon .close {
    display: block;
}

.faq_item .faq_item_icon .close,
.faq_item.active .faq_item_icon .open {
    display: none;
}

footer .footer {
    border-radius: 16px;
    border-top-right-radius: 0;
    width: 100%;
    background-color: #01091C;
    padding: 60px 80px 50px;
    box-sizing: border-box;
    position: relative;
}

footer .footer::before {
    content: '';
    display: block;
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 165px;
    height: 130px;
    position: absolute;
    right: -0.5px;
    top: -118.5px;
}

.footer .footer_top {
    display: flex;
    justify-content: space-between;
}

.footer_head .footer_title {
    color: #FFF;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 24px;
}

.footer_head .footer_title span {
    opacity: .8;
}

.footer_head .footer_title p {
    margin: 0;
}

.footer_top .footer_head {
    width: 430px;
}

.footer_top .footer_contact {
    width: 33%;
}

.footer_head .footer_form_btn {
    display: flex;
    margin-bottom: 32px;
}

.footer .footer_socials {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.footer .footer_socials .soc {
    background-color: #353948;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: .15s;
}

.footer .footer_socials .soc:hover {
    background-color: #0072E1;
}

.footer .footer_bottom_mobile {
    display: none;
}

.footer .footer_google_rate img {
    width: 180px;
}

.footer .footer_ttl {
    color: #F8F6F4;
    opacity: .6;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer .footer_more_menu ul,
.footer_bottom .footer_additional_menu ul {
    margin: 0;
}

.footer .footer_more_menu ul li {
    list-style: none;
}

.footer .footer_more_menu ul li a {
    color: #FFF;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 24px;
    line-height: 44px;
    transition: .15s;
}

.footer .footer_more_menu ul li a:hover {
    color: #0090ff;
}

.footer .footer_contact .footer_add {
    color: #FFF;
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 24px;
    line-height: 44px;
}

.footer .footer_contact .footer_add a {
    border-bottom: 1px solid #0090FF;
    transition: .15s;
}

.footer .footer_contact .footer_add a:hover {
    color: #0072E1;
    border-bottom: 1px solid #0072E1;
}

.footer .footer_bottom {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 70px;
    position: relative;
}

.footer .footer_bottom .footer_additional_menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.footer .footer_bottom .footer_support span {
    opacity: .6;
}

.footer_bottom .footer_additional_menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
}

.footer_bottom .footer_additional_menu ul li a {
    color: #FFF;
    opacity: .6;
    transition: .15s;
}

.footer_bottom .footer_additional_menu ul li a:hover {
    opacity: 1;
}

.footer_bottom .made_by {
    display: flex;
    align-items: center;
}

.footer_bottom .made_by span {
    opacity: .5;
    padding-right: 16px;
}

.made_by img {
    width: 75px;
}

.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form_popup {
    position: fixed;
    top: 20px;
    right: 20px;
    height: inherit;
    width: 700px;
    max-width: 90%;
    background: #0090FF;
    z-index: 999;
    padding: 50px;
    padding-bottom: 230px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(110%);
    transition: transform 0.4s ease-in-out;
    border-radius: 24px;
    clip-path: url(#responsive-clip-path-shorter-tail);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form_popup.is-visible {
    transform: translateX(0);
}

.popup_overlay.is-visible {
    display: block;
    opacity: 1;
}

.form_popup_close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #FFF;
    background: none;
    border: none;
    cursor: pointer;
    transition: .15s;
}

.form_popup_close:hover {
    color: #0F1525;
}

.form_popup .form_popup_head {
    color: #FFF;
}

.form_popup_head .form_subtitle {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 32px;
    margin-bottom: -8px;
}

.form_popup_head .form_title {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 72px;
}

.form_popup .form_popup_head .form_details {
    line-height: 26px;
    margin: 3px 0 25px;
}

.form_popup_head .form_details p {
    margin: 0;
}

.form_contact .gform_heading,
.form_contact .gform-theme--framework .gform_validation_errors {
    display: none;
}

.form_contact .gfield.formtitle {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 20px;
    color: #FFF;
    margin-bottom: -25px;
}

.form_contact .gfield.formtitle.formtitlesec {
    margin-top: 15px;
}

.form_contact .gfield {
    margin-bottom: -25px !important;
}

.form_contact .gfield input {
    background-color: #F7F7F7 !important;
    border: 1px solid #F7F7F7 !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-family: 'TTHovesProTrialRegular', sans-serif !important;
    padding: 21px 13px !important;
    outline: none !important;
}

.form_contact .gfield textarea {
     background-color: #F7F7F7 !important;
    border: 1px solid #F7F7F7 !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-family: 'TTHovesProTrialRegular', sans-serif !important;
    outline: none !important;
    padding: 21px 24px !important;
    height: 155px !important;
    min-height: 155px !important;
}


.form_contact .gform_footer input {
    background-color: transparent !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0 !important;
    margin-top: 24px !important;
    outline: none !important;
}

.form_contact .thank_you_form {
    text-align: center;
    padding: 100px 50px;
    color: #FFF;
}

.thank_you_img img {
    width: 55px;
}

.thank_you_info .thank_you_title {
    font-family: 'TTHovesProTrialMedium', sans-serif;
    font-size: 32px;
}

.thank_you_info .thank_you_details {
    max-width: 330px;
    margin: 8px auto 0;
}

.page_not_found {
    color: #FFF;
    text-align: center;
    padding-top: 100px;
}

.page_not_found .title {
    color: #FFF;
    font-size: 72px;
    line-height: 72px;
    max-width: 940px;
    margin: 25px auto 0;
}

.page_not_found .not_fount_image {
    max-width: 670px;
}

.page_not_found .dtl {
    font-size: 20px;
    opacity: .8;
    padding: 24px 0;
}

.page_not_found .home_btn {
    margin-top: 24px;
    margin-bottom: 150px;
}

.home_btn .btn_back {
    background-color: #0090FF;
    border: 1px solid #0090FF;
    color: #FFF;
    font-family: 'TTHovesProTrialDemiBold', sans-serif;
    font-size: 15px;
    border-radius: 50px;
    padding: 14px 24px;
    transition: .25s;
}

.home_btn .btn_back:hover {
    background-color: #0072E1;
    border: 1px solid #0072E1;
}

.defaultPage_wrapper {
    padding: 130px 0;
}

.defaultPage {
    color: #FFF;
    max-width: 920px;
    margin: 0 auto;
}

.defaultPage .title {
    color: #FFF;
}

.defaultPage .dtl strong,
.defaultPage .dtl b {
    color: #FFF;
    font-family: 'TTHovesProTrialBold', sans-serif;
}

.werkwijze_container_mobile,
.tarieven_part .tarieven_mobile_swipe,
.onze_voordelen_details .swipe_more_mobile {
    display: none;
}

@media (max-width: 1450px) {

    .container {
        max-width: 95%;
    }

    .onze_voordelen_slider_wrapper {
        padding-left: calc((100% - 95%) / 2);
    }

    footer .footer::before {
        top: -117.5px;
    }

    .tarieven_items .tarieven_item {
        min-height: 600px;
    }

}

@media (max-width: 1450px) {

    .over_ons_slider .over_ons_slide img {
        height: 120px;
    }

    .tab_title {
        font-size: 32px;
        line-height: 32px;
    }

}

/* Lanscape styles */
@media (max-width: 1200px) {

        .werkwijze_container_mobile {
        display: block;
    }

    .page_not_found .home_btn {
        margin-bottom: 0;
    }

    .werkwijze_mobile .werkwijze_mobile_item {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 660px;
        border-radius: 24px;
    }

   .werkwijze_mobile .werkwijze_mobile_item::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
       background: linear-gradient(180deg, rgb(36 19 19 / 35%) 48.3%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 82.27%, rgba(0, 0, 0, 0.6) 100%);
        border-radius: 24px;
    }


/* Speciale overlay alleen voor de 2e werkwijze-slide (via JS class) */
.werkwijze_mobile .werkwijze_mobile_item.werkwijze_mobile_item--alt::before {
    background: linear-gradient(187deg, rgb(255 20 20 / 0%) 21.3%, rgb(0 0 0) 100%),
                linear-gradient(360deg, rgba(0, 0, 0, 0) 82.27%, rgba(0, 0, 0, 0.6) 100%);
}

    .werkwijze_part .werkwijze_head {
           margin-top: 95px;
        font-size: 16px;
        margin-bottom: -27px;
    }

  

    :root {
        --autoplay-duration: 15000ms;
    }

    @keyframes fill-progress {
      from {
        transform: scaleX(0);
      }
      to {
        transform: scaleX(1);
      }
    }

    .werkwijze_mobile .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -60px;
    }

    .werkwijze_mobile .owl-dot  {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 0 8px;
      padding: 0;
      border: none;
      position: relative;
      overflow: hidden; 
      transition: width 0.4s ease;
    }

    .werkwijze_mobile .owl-dot:not(.active){
        background: #e0e0e0 !important;
    }

    .werkwijze_mobile .owl-dot.active {
      width: 46px;
      border-radius: 8px;
      background: #7e7d7d;
    }

    .werkwijze_mobile .owl-dot span {
      display: block;
      height: 100%;
      width: 100%;
      background-color: #e0e0e0;
      border-radius: 4px;
      transform: scaleX(0);
      transform-origin: left;
    }

    .werkwijze_mobile .owl-dot.active span {
      animation: fill-progress var(--autoplay-duration) linear;
      transform: scaleX(1);
    }

    .werkwijze_mobile_item .werkwijze_mobile_dtl {
        color: #FFF;
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        z-index: 1;
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }

    .werkwijze_container {
        display: none;
    }

    .werkwijze_mobile_dtl .werkwijze_ttl {
        font-size: 32px;
        line-height: 32px;
        font-family: 'TTHovesProTrialMedium', sans-serif;
        margin: 3px 0 15px;
    }

    .werkwijze_mobile_dtl .werkwijze_dtl {
        font-family: 'TTHovesProTrialMedium', sans-serif;
        line-height: 26px;
    }

    .werkwijze_wrapper .werkwijze_part {
        padding-top: 20px;
    }

    html, body {
        overflow-x: hidden;
    }

    header .header {
        padding-top: 32px;
    }

    .header .header_menu,
    .banner_image_small,
    .footer_head .footer_google_rate {
        display: none;
    }

    .onze_voordelen_details .title span {
        padding-left: 0;
    }

    .banner_details .subtitle {
        font-size: 16px;
    }

    .banner_details .title {
        font-size: 52px;
        line-height: 52px;
        max-width: 400px;
    }

    .home_page_wrapper {
        padding-top: 60px;
    }

    .over_ons_wrapper .container {
        max-width: 100%;
    }

    .over_ons_wrapper .over_ons {
        max-width: 100%;
        padding-top: 170px;
    }

    .over_ons .title {
        font-size: 36px;
        line-height: 42px;
        max-width: 80%;
        margin: 0 auto 60px;
    }

    .over_ons .over_ons_items {
        display: block;
        width: calc(100% + 100px);
        margin-left: -100px;
    }

    .over_ons_wrapper {
        padding-bottom: 125px;
    }

    .over_ons_items .over_ons_item {
        width: 100%;
        min-height: 125px;
    }

    .over_ons_items .over_ons_item .ttl {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .banner_details .banner_buttons {
        padding-bottom: 140px;
    }

    .over_ons_items .over_ons_item .dtls {
        font-size: 14px;
    }

    .over_ons_items .over_ons_item:hover {
        background: linear-gradient(270deg, #232939 0%, #0F1525 100%);
        color: #FFF;
    }

    .over_ons_slider_wrapper .subtitle {
        text-align: center;
        margin: 0 auto 60px;
    }

    .over_ons_slider_wrapper .subtitle span {
        padding: 0 40px;
    }

    .over_ons_slider .over_ons_slide img {
        height: 120px;
    }

    .header_total_background {
        padding-bottom: 80px;
    }

    .onze_voordelen_wrapper {
        padding-top: 120px;
    }

    .onze_voordelen_wrapper .onze_voordelen_details {
        display: block;
        text-align: center;
    }

    .onze_voordelen_details .title {
        width: 100%;
    }

    .onze_voordelen_details .dtl {
        width: 65%;
        margin: 0 auto;
    }

    .onze_voordelen_slider .onze_voordelen_slide {
        padding: 32px 24px 20px;
    }

    .onze_voordelen_slide .slide_subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: -7px;
    }

    .werkwijze_image_display img {
        width: 103%;
        height: 520px;
        border-radius: 40px;
    }

    .werkwijze_part .werkwijze_head {
        padding-bottom: 65px;
    }

    .tab_title {
        font-size: 32px;
        line-height: 32px;
    }

    .tab_details p {
        margin-top: 10px;
    }

    .werkwijze_tabs {
        margin-top: 40px;
    }

    .werkwijze_tab {
        padding: 15px 0;
        border-bottom: 0;
    }

    .tarieven_wrapper {
        margin-top: 120px;
    }

    .tarieven_wrapper .tarieven_part {
        padding: 80px 43px 110px;
    }

    .tarieven_items .tarieven_item {
        padding: 24px 16px;
        padding-top: 35px;
        min-height: 580px;
    }

    .tarieven_item .tarieven_item_blue span {
        font-size: 16px;
    }

    .tarieven_item_dtl .tarieven_item_price {
        padding: 12px 0 19px;
    }

    .tarieven_item_price .tarieven_price {
        font-size: 24px;
    }

    .tarieven_item_price .tarieven_period {
        padding-top: 2px;
    }

    .tarieven_item .tarieven_btn_wrapper .tarieven_btn {
        background-color: #0090FF;
        border: 1px solid #0090FF;
    }

    .community_part_wrapper {
        padding-top: 130px;
    }

    .community_part_wrapper .container {
        max-width: 100%;
    }

    .community_part .community_head {
        padding-bottom: 20px;
    }

    .community_images .community_image img {
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }

    .community_part .community_items {
        max-width: 680px;
        margin: 50px auto 0;
    }

    .community_items .community_item .title {
        font-size: 32px;
        line-height: 32px;
    }

    .community_items .community_item .dtl {
        margin-top: 16px;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .faq_part_wrapper {
        padding: 100px 0 160px;
    }

    .faq_part .faq_head .dtl {
        margin-bottom: 40px;
    }

    .faq_part .faq_items {
        max-width: 90%;
    }

    .faq_items .faq_item {
        padding: 25px 32px;
    }

    .faq_item_dtl .faq_item_title {
        font-size: 20px;
    }

    .faq_item_dtl .faq_item_details {
        font-size: 16px;
        line-height: 26px;
    }

    .footer_top .footer_head {
        width: 360px;
    }

    .footer_head .footer_title {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 31px;
    }

    footer .footer {
        padding: 47px 60px 35px;
    }

    .footer .footer_bottom {
        font-size: 14px;
    }

    .footer .footer_bottom {
        position: relative;
    }

    .footer .footer_bottom::after {
        content: '';
        display: block;
        height: 1px;
        width: calc(100% + 120px);
        background-color: #2e3746;
        position: absolute;
        top: -26px;
        left: -60px;
    }

    .made_by img {
        width: 70px;
    }

    .footer .footer_ttl {
        margin-bottom: 15px;
    }

    .footer .footer_more_menu ul li a,
    .footer .footer_contact .footer_add {
        font-size: 20px;
        line-height: 40px;
    }

    .footer .footer_bottom_mobile {
        display: block;
    }

    .footer_bottom_mobile {
        position: relative;
    }

    .footer_bottom_mobile::after {
        content: '';
        display: block;
        height: 1px;
        width: calc(100% + 120px);
        background-color: #2e3746;
        position: absolute;
        top: -25px;
        left: -60px;
    }

    .footer .footer_bottom_mobile .footer_google_rate {
        text-align: center;
        margin-bottom: -25px;
    }

    .footer_bottom_mobile .footer_google_rate img {
        width: 300px;
    }

    .footer .footer_top {
        margin-bottom: 30px;
    }

    .form_popup_head .form_title {
        font-size: 52px;
    }

    .form_popup_head .form_subtitle {
        font-size: 22px;
    }

}

@media(max-width: 1100px) {

    .onze_voordelen_slider_wrapper {
        padding-left: 0;
    }

}

@media (max-width: 1024px) {

    .onze_voordelen_slider .onze_voordelen_slide .slide_title {
        font-size: 23px;
        line-height: 27px;
        min-height: 50px;
    }

    .tarieven_items .tarieven_item {
        min-height: 600px;
    }

    .footer .footer_bottom .footer_additional_menu {
        position: inherit;
        width: inherit;
    }

    .tarieven_item_ftl {
        bottom: 115px !important;
    }

    .tarieven_items .tarieven_item.active .tarieven_item_ftl {
         bottom: 105px !important;
    }

}

@media (max-width: 992px) {

    .title {
        font-size: 32px;
        line-height: 32px;
    }

    .header_background {
        border-radius: 16px;
        top: 12px;
        width: calc(100% - 24px);
    }

    header .header {
        padding-top: 37px;
    }

    .header .btn.contact,
    .banner_details .banner_buttons .btn.contact {
        padding: 12px 16px;
    }

    .support_part {
        max-width: 100%;
    }

    .defaultPage_wrapper {
        padding: 80px 0;
    }

    .header .btn.contact span,
    .banner_details .banner_buttons .btn.contact span {
        display: none;
    }

    .home_page_wrapper .banner {
        flex-direction: column;
        justify-content: center;
    }

    .banner .banner_details {
        order: 1;
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 30px;
    }

    .banner .banner_images {
        width: 100%;
        position: inherit;
        order: 2;
        height: 445px;
    }

    .banner_image_big {
        max-width: 100%;
    }

    .banner_details .title {
        font-size: 42px;
        max-width: 90%;
        margin: 0 auto;
    }

    .banner_details .banner_buttons {
        justify-content: center;
        padding-bottom: 65px;
    }

    .banner_details .banner_buttons .more_info {
        margin-left: 24px;
    }

    .over_ons_wrapper .over_ons {
        padding-top: 100px;
    }

    .over_ons .title {
        font-size: 28px;
        line-height: 38px;
        max-width: 85%;
    }

    .over_ons_slider_wrapper .subtitle {
        margin: 0 auto 50px;
    }

    .over_ons .over_ons_items {
        width: calc(100% + 150px);
        margin-left: -150px;
    }

    .over_ons_wrapper {
        padding-bottom: 80px;
    }

    .over_ons_slider .over_ons_slide img {
        height: 80px;
    }

    .header_total_background {
        padding-bottom: 65px;
    }

    .onze_voordelen_wrapper {
        padding-top: 100px;
    }

    .onze_voordelen_details .dtl {
        width: 75%;
    }

    .onze_voordelen_slider .onze_voordelen_slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 415px;
        padding: 24px 16px 32px;
        position: relative;
        text-align: center;
    }

    .onze_voordelen_slider .onze_voordelen_slide {
        background-image: var(--bg-image);
        color: #FFF !important;
    }

    .onze_voordelen_slider .onze_voordelen_slide.currentActive::before {
        content: '';
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.3%, rgba(0, 0, 0, 0.6) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 16px;
    }

    .onze_voordelen_slide .slide_image,
    .werkwijze_container,
    .tarieven_wrapper .tarieven_part::after {
        display: none;
    }

    .onze_voordelen_slider_wrapper {
        padding-left: 0;
    }

    .onze_voordelen_slider .onze_voordelen_slide,
    .onze_voordelen_slider .activeCurrent .onze_voordelen_slide,
    .onze_voordelen_slider .onze_voordelen_slide:hover {
        background-color: #F7F7F7;
        color: #0F1525;
    }

    .onze_voordelen_slider .onze_voordelen_slide .slide_title {
        font-size: 20px;
        line-height: 20px;
    }

    .onze_voordelen_slider .onze_voordelen_slide .additional_mobile {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: calc(100% - 40px);
        position: relative;
        z-index: 1;
        width: 80%;
        margin: 0 auto;
    }

    .onze_voordelen_slide .slide_subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .onze_voordelen_slide .slide_details {
        opacity: .8;
    }

    .onze_voordelen_button {
        padding: 60px 0 0;
        border-bottom: 0;
    }

    .tarieven_wrapper {
        margin-top: 60px;
    }

    .tarieven_wrapper .container {
        max-width: 100%;
    }

    .tarieven_wrapper .tarieven_part {
        padding: 100px 0 45px;
        border-bottom-left-radius: 24px;
    }

    .tarieven_part .tarieven_head .dtl {
        opacity: 1;
        margin-top: -3px;
    }

    .tarieven_part .tarieven_items {
        display: block;
    }

    .tarieven_items .tarieven_item {
        width: 100%;
        padding: 35px 23px;
        min-height: 530px;
    }

    .tarieven_part .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }

    .tarieven_part .tarieven_head {
        margin-bottom: 110px;
    }

    .tarieven_part .tarieven_mobile_swipe {
        display: block;
        text-align: center;
        margin-top: 35px;
        opacity: .8;
    }

    .community_part_wrapper {
        padding-top: 100px;
    }

    .community_images .community_image img {
        width: 80px;
        height: 80px;
        margin: 0 7px;
    }

    .community_part .community_items {
        max-width: 80%;
        margin: 40px auto 0;
    }

    .community_items .community_item .title {
        font-size: 24px;
        line-height: 24px;
    }

    .community_items .community_item .dtl {
        margin-top: -5px;
        font-size: 16px;
        line-height: 26px;
        opacity: .8;
    }

    .community_items .community_item .community_person {
        font-size: 16px;
    }

    .faq_part_wrapper {
        padding: 100px 0 140px;
    }

    .faq_part .faq_head .dtl {
        margin-bottom: 35px;
        font-size: 16px;
        opacity: .6;
    }

    .faq_item .faq_item_details p {
        padding-bottom: 10px;
    }

    .faq_part .faq_items {
        max-width: 95%;
    }

    footer .footer {
        padding: 40px 60px 30px;
    }

    .footer .footer_top {
        flex-wrap: wrap;
    }

    .footer_top .footer_head {
        width: 100%;
        text-align: center;
    }

    .footer_head .footer_title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .footer_head .footer_title br {
        display: none;
    }

    footer .btn.contact {
        padding: 12px 16px;
    }

    footer .btn.contact span {
        display: none;
    }

    .footer_head .footer_form_btn,
    .footer .footer_socials {
        justify-content: center;
    }

    .footer_head .footer_form_btn {
        margin-bottom: 24px;
    }

    .footer .footer_socials {
        position: relative;
    }

    .footer .footer_socials::after {
        content: '';
        display: block;
        height: 1px;
        width: calc(100% + 120px);
        background-color: #2e3746;
        position: absolute;
        bottom: -45px;
        left: -60px;
    }

    .footer .footer_ttl {
        margin-top: 40px;
    }

    .footer_top .footer_more_info,
    .footer_top .footer_contact {
        text-align: center;
        width: 50%;
        margin-bottom: 30px;
    }

    .footer .footer_bottom {
        flex-direction: column;
    }

    .footer_bottom .footer_support {
        margin: 5px 0 15px;
    }

    .footer_bottom .footer_additional_menu ul li {
        padding: 0 8px;
    }

    .footer_bottom .made_by span {
        display: none;
    }

    .made_by img {
        margin-top: 10px;
    }

    .form_popup {
        top: 10px;
        right: 10px;
    }

    .form_popup_head .form_title {
        font-size: 42px;
    }

    .form_popup_head .form_subtitle {
        font-size: 20px;
        margin-bottom: -3px;
    }

}

@media (max-width: 767px) {

    .title {
        font-size: 29px;
        line-height: 36px;
    }

    .header .header_contact_btn,
    .banner_details .banner_buttons .more_info,
    .over_ons_slider_wrapper:before,
    .onze_voordelen_details .title br,
    .footer_top .footer_more_info {
        display: none;
    }

    header .header {
        padding-top: 20px;
        justify-content: center;
    }

    .header_background {
        top: 8px;
        width: calc(100% - 16px);
    }

    .error404 .header_background {
        height: 100vh;
    }

    header .header_logo img {
        width: 160px;
    }

    .home_page_wrapper {
        padding-top: 20px;
    }

    .support_part {
        padding: 70px 0;
    }

    .support_part .support_part_block {
        max-width: 90%;
    }

    .banner_details .title {
        line-height: 42px;
        max-width: 100%;
    }

    .community_part .community_images .community_image[data-index="4"],
    .community_part .community_images .community_image[data-index="5"] {
        display: none;
    }

    .banner_details .banner_buttons {
        justify-content: center;
        padding-bottom: 35px;
        margin-top: 40px;
    }

    .banner_image_big {
        height: 100%;
        max-height: 360px;
    }

    .banner .banner_images {
        height: 360px;
    }

    .over_ons .title {
        max-width: 90%;
        font-size: 24px;
        line-height: 34px;
        margin: 0 auto 30px;
    }

    .over_ons_wrapper .over_ons {
        padding-top: 65px;
    }

    .over_ons .over_ons_items {
        width: 100%;
        margin-left: 0;
    }

    .over_ons_items .over_ons_item {
        min-height: 100px;
        padding: 20px 24px;
    }

    .over_ons_slider {
        padding-left: 5%;
    }

    .over_ons_slider_wrapper .subtitle {
        margin-left: 0;
        max-width: 100%;
        text-align: left;
        padding-left: 3%;
        margin-bottom: 30px;
    }

    .over_ons_wrapper {
        padding-bottom: 45px;
    }

    .over_ons_slider_wrapper .subtitle span {
        font-size: 12px;
        padding: 0;
    }

    .header_total_background {
        padding-bottom: 95px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .onze_voordelen_wrapper {
        padding-top: 60px;
    }

    .onze_voordelen_details .title span {
        padding-top: 0;
        display: inline;
    }

    .onze_voordelen_details .dtl {
        width: 100%;
        margin-top: -5px;
    }

    .onze_voordelen_slide .slide_subtitle {
        max-width: 85%;
        margin: 0 auto -7px;
    }

    .onze_voordelen_details .swipe_more_mobile {
        display: block;
        opacity: .5;
        margin: 30px 0 -10px;
    }

    .onze_voordelen_slider .onze_voordelen_slide .additional_mobile {
        width: 100%;
    }

    .onze_voordelen_button {
        padding: 40px 0 0;
    }

    .werkwijze_wrapper .werkwijze_part {
        padding-top: 0;
        margin-top: -45px;
    }

    .werkwijze_part .werkwijze_head {
        top: 140px;
    }

    .werkwijze_head .title {
        max-width: 90%;
        margin: 0 auto 8px;
    }

    .werkwijze_mobile_item .werkwijze_mobile_dtl {
        bottom: 80px;
        width: 90%;
    }

    .werkwijze_mobile_dtl .werkwijze_ttl {
        margin: 3px 0 -5px;
    }

    .werkwijze_mobile_dtl .werkwijze_dtl {
        font-size: 14px;
        line-height: 24px;
    }

    .werkwijze_mobile .owl-dot {
        margin: 0 6px;
    }

    .werkwijze_mobile .owl-dot.active {
        width: 37px;
    }

    .tarieven_wrapper .tarieven_part {
        border-radius: 16px;
        border-bottom-left-radius: 16px;
        padding: 60px 0 45px;
    }

    .tarieven_part .tarieven_head {
        max-width: 90%;
        margin: 0 auto 95px;
    }

    .tarieven_items .tarieven_item {
        min-height: 530px;
        padding: 35px 16px;
    }

    .tarieven_part .tarieven_mobile_swipe {
        padding: 10px 0;
    }

    .community_part_wrapper {
        padding-top: 60px;
    }

    .community_part .community_head {
        padding-bottom: 5px;
    }

    .community_images .community_image img {
        width: 70px;
        height: 70px;
        margin: 0 5px;
    }

    .community_part .community_items {
        max-width: 90%;
        margin: 28px auto 0;
    }

    .community_part_wrapper .community_part {
        padding-bottom: 60px;
    }

    .faq_part_wrapper {
        padding: 55px 0 80px;
    }

    .community_part_wrapper .container {
        max-width: 95%;
    }

    .faq_part .faq_head .dtl {
        margin-bottom: 30px;
    }

    .faq_part .faq_items {
        max-width: 100%;
    }

    .faq_items .faq_item {
        padding: 16px;
        border-radius: 8px;
    }

    .faq_item_dtl .faq_item_title {
        font-size: 18px;
        line-height: 24px;
    }

    .faq_item .faq_item_details p {
        padding-top: 10px;
    }

    .faq_item .faq_item_dtl {
        padding-right: 0;
    }

    .faq_items .faq_item .faq_item_icon {
        position: relative;
        top: 7px;
    }

    footer .footer {
        padding: 30px;
    }

    footer .footer::before {
        width: 60px;
        height: 87px;
        right: 0;
        top: -60px;
    }

    .footer_head .footer_title {
        margin-bottom: 20px;
    }

    .footer .footer_socials .soc {
        width: 34px;
        height: 34px;
    }

    .footer .footer_socials::after {
        bottom: -25px;
        left: -30px;
        width: calc(100% + 60px);
    }

    .footer .footer_ttl {
        margin-top: 22px;
    }

    .footer_top .footer_contact {
        width: 100%;
    }

    .footer .footer_contact .footer_add {
        font-size: 18px;
        line-height: 32px;
    }

    .form_popup {
        width: 95%;
        max-width: 100%;
        padding: 30px 30px 200px;
    }

    .form_popup_head .form_subtitle {
        font-size: 16px;
        margin-bottom: -5px;
    }

    .form_popup_head .form_title {
        font-size: 32px;
    }

    .form_popup .form_popup_head .form_details {
        line-height: 21px;
        margin: 3px 0 15px;
        font-size: 14px;
    }

    .form_contact .gfield.formtitle,
    .page_not_found .dtl {
        font-size: 16px;
    }

    .form_contact .gfield.formtitle.formtitlesec {
        margin-top: 10px;
    }

    .form_contact .gfield {
        margin-bottom: -31px !important;
    }

    .form_contact .gfield textarea {
        padding: 15px 15px !important;
        height: 120px !important;
        min-height: 120px !important;
    }

    .form_contact .thank_you_form {
        padding: 80px 20px;
    }

    .page_not_found .not_fount_image {
        max-width: 85%;
    }

    .page_not_found .title {
        font-size: 32px;
        line-height: 42px;
        max-width: 95%;
    }

    .defaultPage_wrapper {
        padding: 60px 0;
    }

}

@media (min-width: 1500px) {

    .container {
        max-width: 95%;
    }

    .banner .banner_details {
        padding-left: 80px;
    }

    .onze_voordelen_wrapper .container {
        max-width: 1460px;
    }

}
#CookiebotWidget{
	display:none !important;
}


.tarieven_item_ftl {
    font-size: 16px;
    position: absolute;
    bottom: 100px;
}

.tarieven_items .tarieven_item.active .tarieven_item_ftl {
    bottom: 92px;
}

span.tarieven_item_ftl_span {
    opacity: 0.6;
}
a.btn.contact.tarieven_btn.active {
    position: absolute !important;
    margin-top: -40px !important;
}
.tarieven_item_dtl_span{
	color: #F8F6F4;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.28px;
}

@media (max-height: 950px) {
    .error404 .header_total_background {
        height: inherit;
    }
}