body {
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #072a39;
}

.single-autobedrijf_voertuig #page-container {
    overflow: visible !important;
}
.single-autobedrijf_voertuig{
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
}

.single-autobedrijf_voertuig .et_pb_section_3 .et_pb_row_3.et_pb_row {
    width: 90%;
    max-width: 90%;
}
.single-autobedrijf_voertuig .et_pb_section_3 h5 {
    font-size: 18px;
    line-height: 1.1em;
}
.single-autobedrijf_voertuig .et_pb_section_3 h2 {
    font-size: 35px;
    line-height: 1.1em;
}
.single-autobedrijf_voertuig .et_pb_section_3 p {
    font-size: 18px;
    line-height: 1.6em;
}
.single-autobedrijf_voertuig .et_pb_section_3 .et_pb_promo_description {
    padding-bottom: 20px;
    position: relative;
}


._main_division {
    width: 90%;
    margin: 180px auto 0;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
._main_division ._sections {
    flex: 1;
    width: calc(100% - 480px);
}

._main_division .single_right_side {
    position: sticky;
    top: 145px;
    height: fit-content;
}

section.single_header ._foto-gallery .main-foto {
    margin-bottom: 10px;
}
section.single_header ._foto-gallery .main-foto img {
    display: block;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: auto;
}
section.single_header ._foto-gallery .main-foto a {
    display: block;
    width: 100%;
    height: auto;
}
section.single_header ._foto-gallery .sub-foto .carousel-cell {
    width: 200px;
    margin-right: 10px;
}
section.single_header ._foto-gallery .sub-foto .carousel-cell img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    cursor: pointer;
    display: block;
    border-radius: 30px;
}

#single_page_sns {
    margin-top: 20px;
}


._main_division .voertuigencontact {
    width: 450px;

    background-color: #092837;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding: 30px 30px 0;
    transition: transform 300ms ease 0ms;
}
._main_division .voertuigencontact h1 {
    font-weight: 600;
    font-size: 25px;
    color: #fff !important;
}
._main_division .voertuigencontact p {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}
._main_division .voertuigencontact label,
._main_division .voertuigencontact .frm_primary_label {
    color: #fff;
    font-weight: 700;
}
._main_division .voertuigencontact .form-field {
    margin-bottom: 10px;
}
._main_division .voertuigencontact .frm_opt_container {
    display: flex;
    gap: 20px;
}
._main_division .voertuigencontact .frm_button_submit {
    background: #00b0ab !important;
    border: 2px solid #00b0ab;
    color: #fff  !important;
    font-weight: bold  !important;
    border-radius: 50px  !important;
    font-size: 15px  !important;
    box-shadow: none !important;
    padding: .3em 1em !important;
}
._main_division .voertuigencontact .frm_button_submit:hover {
    background: #fff !important;
    padding: .3em 2em .3em .7em !important;
}

section.car_info {
    margin-top: 30px;
}
._main_division ._sections h1 {
    font-size: 40px;
    padding-bottom: 25px;
    color: #072a39;
}
._main_division ._sections h1 span {
    font-size: 24px;
    display: block;
}
._main_division ._sections a.history_url {
    font-size: 18px;
    display: flex;
    gap: 5px;
    color: #072a39;
    margin-bottom: 5px;
}
._main_division ._sections a.history_url span.et-pb-icon {
    font-size: 24px;
}
section.car_info .upper_info h6 {
    color: #fff;
    font-size: 16px;
}
section.car_info .upper_info .main_info {
    background-color: #092837;
    padding: 30px 20px 20px;
    border-radius: 30px;
    color: #fff;
}
section.car_info .upper_info .main_info .voertuig-prijs {
    font-size: 30px;
    margin: 20px 0 40px;
}
section.car_info .upper_info .main_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    line-height: 26px;
    margin: 20px 0;
}
section.car_info .upper_info .main_info ul li {
    width: calc(33.33333% - 10px);
    font-weight: normal;
    font-size: 18px;
}

.tab_info {
    margin-top: 60px;

    /*background-color: #fff;
    box-shadow: 0 2px 18px -3px rgba(0, 0, 0, 0.3);
    border: 2px solid #b4c4ca;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 40px;*/
}
.tab_info .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.tab_info .tabs button {
    cursor: pointer;
}
.tab_info .tabs button.active {
    color: #00b0ab !important;
    border-color: #00b0ab !important;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50px;
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}
.tab_info .tabs button.active:after {
    opacity: 1;
    margin-left: 0;
}
.tab_info .tab_content {
    font-size: 18px;
    display: none;
}
.tab_info .tab_content.active {
    display: block;
}
.tab_info .technische ul:last-child {
    padding-bottom: 0;
}
.tab_info .opties .accessoires ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.tab_info .opties .accessoires ul li {
    width: calc(33.333333% - 15px);
}
.tab_info .opties h4 {
    font-size: 20px;
}


.sp-view { display: none; }
.pc-view { display: block; }
@media screen and (max-width: 1200px) {
    ._main_division {
        flex-direction: column;
        margin-bottom: 50px;
    }
    ._main_division ._sections {
        width: 100%;
    }
    ._main_division .single_right_side,
    ._main_division .voertuigencontact {
        width: 100%;
    }
    .sp-view { display: block; }
    .pc-view { display: none; }

    .__container {
        width: 90%;
        margin: 0 auto 60px;
    }
}

@media screen and (max-width: 767px) {
    .tab_info .opties .accessoires ul li {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 600px) {
    .tab_info .opties .accessoires ul li {
        width: 100%;
    }
}