#pages_top_image h3 {
    color: #ffffff;
}

#pages_top_image .gform_wrapper, #pages_top_image .gform_footer {
    margin: 0;
    padding: 0;
}

#pages_top_image .left_content .button {
    margin: 15px 0 0;
    width: 100%;
}

#pages_top_image  ul.gform_fields li.gfield {
    padding: 0;
}

.subheader .usp-bar {
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .subheader .usp-bar {
        display: none;
    }
}

#menu ul li.opvallend > a {
    background: #da5d12;
    color: #fff;
    font-weight: 400;
		border:3px solid #da5d12;
}

#menu ul li.opvallend > a:hover {
    background: #fff;
    color: #da5d12;
    font-weight: 400;
		border:3px solid #da5d12;
}

.bottom-content {
    background-color: #f2f2f2;
}

.bim-container {
    max-width: 100%;
}

/* Occasions update */
#autos_wrapper .item .info_wrapper {
    margin-bottom: 25px;
}

#autos_wrapper .item .link .button[title="Contact Opnemen"] {
    background-color: #da5d12;
}

.bim-extra-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bim-extra-images a {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    display: block;
}

.bim-extra-images a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

#autos_wrapper .item .link {
    position: static;
    margin-top: 15px;
    float: right;
}

@media (max-width: 767px) {
    .bim-extra-images a {
        width: 100%;
    }
}
/* END Occasions update */