.voertuig {
    padding: 50px 0;
}
.voertuig header {
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
}
.voertuig header .banner {
    width: calc(100% - 540px);
    overflow: hidden;
}
.voertuig header .head_info {
    width: 490px;
}
.voertuig header .banner .details__large {
    position: relative;
    margin-bottom: 10px;
}
.voertuig header .banner .details__large a {
    display: block;
    height: 555px;
    width: 100%;
}
.voertuig header .banner .details__large img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}
.voertuig header .banner .details__large .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 0;
    background: none;
}
.voertuig header .banner .details__large .flickity-prev-next-button svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    -webkit-filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .7));
    filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .7));
}
.voertuig header .banner .details__large .flickity-prev-next-button.previous {
    left: 0;
}
.voertuig header .banner .details__large .flickity-prev-next-button.next {
    right: 0;
}
.voertuig header .banner .details__slider .details__slide {
    width: calc(25% - 7.5px);
    height: 150px;
    margin-right: 10px
}
.voertuig header .banner .details__slider .details__slide img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.voertuig header .head_info {
    background-color: #56AF31;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: flex-start;
}
.voertuig header .head_info h2 {
    font-family: var(--exo2);
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    padding: 0;
    margin: 0;
}
.voertuig header .head_info h1 {
    font-family: var(--exo2);
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    margin: 0;
}
.voertuig header .head_info .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.voertuig header .head_info .info-list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.voertuig header .head_info .info-list li:after {
    content: "";
    height: 20px;
    border-left: 2px solid #fff;
}
.voertuig header .head_info .info-list li:last-child:after {
    display: none;
}
.voertuig header .head_info .prices {
    display: flex;
    gap: 12px;
}
.voertuig header .head_info .prices.flex-end{
    justify-content: flex-end;
}
.voertuig header .head_info .prices h5,
.voertuig header .head_info .prices h4 {
    width: calc(50% - 6px);
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: var(--exo2);
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
}
.voertuig header .head_info .prices h4 span,
.voertuig header .head_info .prices h5 span {
    display: block;
    font-family: var(--arial);
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    font-style: normal;
}
.voertuig header .head_info .prices.flex-end h4 {
    text-align: right;
}
.voertuig header .head_info ._buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.voertuig header .head_info ._buttons a,
.voertuig header .head_info ._buttons button {
    width: 100%;
    border: 0;
    background-color: #fff;
    fill: #56AF31;
    color: #56AF31;
    font-family: var(--roboto);
    font-weight: 500;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.voertuig header .head_info ._buttons a:hover,
.voertuig header .head_info ._buttons button:hover {
    background-color: #000;
    color: #fff;
}
.voertuig header .head_info ._socials {
    margin: 0;
    padding: 0;
    list-style: none;
}
.voertuig header .head_info ._socials a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: var(--arial);
    font-weight: 400;
}
.voertuig header .head_info ._socials a:hover {
    color: #000;
}
.voertuig header .head_info .rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}
.voertuig header .head_info .rating span {
    color: #fff;
}
.voertuig header .head_info .rating i {
    font-size: 16px;
    color: #FFC620;
}
.voertuig header .head_info iframe {
    height: 310px;
    border: none;
    border-radius: 10px;
}

.voertuig section {
    margin-bottom: 50px;
}
.voertuig section h2 {
    font-family:  var(--exo2);
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    color: #000;
    margin: 0;
    padding: 0 0 20px;
}
.voertuig .specificaties ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000; 
}
.voertuig .specificaties ul li {
    padding: 4px 0;
    border-bottom: 1px solid #000;  
    font-size: 17px; 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.voertuig .specificaties ul li strong {
    font-family:  var(--exo2);
    font-weight: 700;
    font-style: italic;
    color: #000;
}
.voertuig .specificaties ul li span {
    font-family:  var(--arial);
    font-weight: 400;
    color: #000;
}
.voertuig .accessoires h3 {
    font-family:  var(--exo2);
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    color: #56AF31;
    margin: 0;
    padding: 0 0 10px;
}
.voertuig .accessoires .accessoires_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.voertuig .accessoires .accessoires_group ._accessoires_group {
    width: 240px;
}
.voertuig .accessoires .accessoires_group  ul {
    padding-left: 19px;
}
.voertuig .accessoires .accessoires_group  ul li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0 0 7px;
    line-height: 1.2;
}
.voertuig .accessoires .accessoires_group  ul li::marker {
    color: #56AF31;
}
.voertuig .e-con.e-parent {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1300px) { 
    .voertuig header {
        gap: 50px 25px;
    }
    .voertuig header .banner {
        width: calc(100% - 525px);
    }
}
@media screen and (max-width: 1050px) { 
    .voertuig header .banner {
        width: calc(100% - 385px);
    }
    .voertuig header .head_info {
        width: 350px;
    }
}
@media screen and (max-width: 880px) {
    .voertuig header {
        flex-direction: column;
    }
    .voertuig header .banner {
        width: 100%;
    }
    .voertuig header .banner .details__large a {
        height: 70vw;
    }
    .voertuig header .head_info {
        width: 100%;
    }
    .voertuig header .banner .details__slider .details__slide {
        height: 22vw;
    }
}
@media screen and (max-width: 767px) {
    .voertuig .specificaties ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}