@font-face {
    font-family: 'Noto Sans Bold Italic';
    src: url('/application/themes/leasenederland/fonts/NotoSans-BoldItalic.woff2') format('woff2'),
    url('/application/themes/leasenederland/fonts/NotoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Italic';
    src: url('/application/themes/leasenederlafnd/fonts/NotoSans-Italic.woff2') format('woff2'),
    url('/application/themes/leasenederland/fonts/NotoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/application/themes/leasenederland/fonts/NotoSans.woff2') format('woff2'),
    url('/application/themes/leasenederland/fonts/NotoSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bold';
    src: url('/application/themes/leasenederland/fonts/NotoSans-Bold.woff2') format('woff2'),
    url('/application/themes/leasenederland/fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.site-width {
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

h1 {
    font-size: 2em;
    font-family: Noto Sans Bold;
    margin: .67em 0 40px 0;
    line-height: 40px;
}

h2 {
    font-size: 1.5em;
    margin: .75em 0;
    font-family: Noto Sans Bold;

}

h3 {
    font-size: 1.17em;
    font-family: Noto Sans Bold;
    margin: .83em 0;
}

h4 {
    font-size: 1.00em;
    font-family: Noto Sans Bold;
    margin: 1.12em 0;
}

h5 {
    font-size: 0.83em;
    font-family: Noto Sans Bold;
    margin: 1.5em 0;

}

h6 {
    font-size: 0.67em;
    font-family: Noto Sans Bold;
    margin: 1.67em 0;
}


ul,
ol {
    margin-top: 20px;
    list-style-type: disc;
    padding-left: 20px;
}

p,
li {
    line-height: 1.5;
}

p {
    margin-bottom: 28px;
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: underline;
    color: inherit;
}

strong,
b {
    font-family: 'Noto Sans Bold';
}

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans';
    color: #3d3d3d;
    position: relative;
}

html.menu-open,
html.menu-open body {
    overflow-x: hidden;
}

.menu .responsive-menu-button {
    display: none;
}

a:hover {
    text-decoration: none;
}

.ccm-toolbar-visible .header-image {
    height: calc(100vh - 280px - 48px);
}

.menu .sub-menu li {
    list-style-type: none;
}

.menu .sub-menu li a {
    text-decoration: none;
    padding: 6px 15px;
    display: block;
    font-size: 14px;
    background: #fff;
    transition: 0.3s;
    text-align: left;
}

.menu .sub-menu li a:hover {
    background: #e3e3e3;
}

.menu .sub-menu {
    display: none;
    margin-top: 0;
    position: absolute;
    min-width: 200px;
    z-index: 100;
    padding-left: 0;
    left: 0;
    padding-top: 8px;
}

.menu ul.nav li:hover > ul {
    display: block;
}

.menu ul.nav {
    margin-top: 0;
    display: inline-block;
    padding-left: 0px;
}


.hoofdmenu {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.header-image {
    background-image: url('/application/files/3716/6843/7521/banner-leasenederland-scaled.jpg');
    background-repeat: no-repeat;
    /* background-position: center center; */
	background-position: 45%;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    position: relative;
    height: calc(100vh - 280px);
}

.page-template-homepage .intro {
    top: 185px;
    position: absolute;
    padding: 0;
    z-index: 0;
    width: auto;
    left: 20px;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
}

.header-image > .wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: block;
}

.btn {
    background-color: #fff;
    color: #96c11f;
    text-decoration: none;
    line-height: 20px;
    transition: 0.2s ease-in-out;
    padding: 12px 15px;
    font-family: Noto Sans Bold;
}

.btn:hover {
    text-decoration: none;
    cursor: pointer;
}

.intro .subtitle {
    font-family: Noto Sans Bold;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.intro .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 0;
}

.intro ul {
    margin-left: 40px;
    padding-left: 0;
}

.intro ul > li {
    list-style-type: none;
    padding: 8px 0;
    position: relative;
    color: #5d5d5d;
}

.intro ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    display: inline-flex;
    position: absolute;
    left: -40px;
    top: 50%;
    width: 26px;
    text-align: center;
    height: 26px;
    margin-top: 2px;
    font-size: 0.9rem;
    background: #009754;
    border-radius: 50%;
    color: #fff;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
}

.intro > .wrap {
    padding: 25px 40px;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
}

.buttons {
    margin: 50px 0;
}

.buttons .btn {
    padding: 14px 25px;
}

.c-white {
    color: #fff;
}

input[type="submit"].btn {
    border: none;
}

.btn.btn-large {
    padding: 12px 50px;
}

.btn.btn-green {
    background-color: #96c11f;
    color: #fff;
}

.btn.btn-green:hover {
    background-color: #81a029;
}

.btn.btn-black {
    background-color: #333333;
    color: #fff;
}

.category-overview.vehicles .vehicle {
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    box-shadow: 0px 4px 9px 1px rgb(142 142 142 / 67%);
}

.category-overview.vehicles .vehicle .discount {
    padding: 6px 10px;
    color: #fff;
    font-family: Noto Sans Bold;
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #96c12d;
}

.category-overview.vehicles .vehicle .info-wrap {
    padding: 18px 15px 15px 15px;
}

.category-overview.vehicles .vehicle:hover {
    text-decoration: none;
}

.category-overview.vehicles .vehicle .price-wrap,
.category-overview.vehicles .vehicle .title {
    margin-bottom: 25px;
}

.category-overview.vehicles .vehicle .image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 0;
    width: 100%;
}

.page-type-offerte .offerte {
    margin-bottom: 40px;
    margin-top: 60px;
}

.category-overview.vehicles .vehicle .vehicle-extra {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    margin-top: 3px;
    font-size: 12px;
}

.category-overview.vehicles .vehicle .title {
    min-height: 80px;
}

.category-overview.vehicles .vehicle .title h3 {
    line-height: 20px;
    padding-bottom: 3px;
}

.category-overview.vehicles .vehicle .image {
    width: 100%;
    height: 191px;
}

.category-overview.vehicles .vehicle .price-wrap .price {
    font-size: 32px;
    font-family: Noto Sans Bold;
}

.category-overview.vehicles .vehicle .price-wrap .tax {
    font-size: 11px;
    line-height: 27px;
}

.btn.btn-black:hover {
    background-color: #222222;
}

.btn.btn-grey {
    background-color: #888888;
    color: #fff;
}

.btn.btn-grey:hover {
    background-color: #777777;
}

.btn.btn-white {
    border: 1px solid #96c11f;
    background-color: #fff;
    color: #96c11f;
}

.btn.btn-white:hover {
    background-color: #96c11f;
    color: #fff;
}

.btn.btn-transparent {
    border: 1px solid #96c11f;
    background-color: rgba(0,0,0,0.0);
    color: #96c11f;
}

.btn.btn-transparent:hover {
    background-color: #96c11f;
    color: #fff;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.menu ul.nav > li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
    position: relative;
}

.menu ul.nav > li > a {
    color: #fff;
    padding: 5px 8px;
    text-decoration: none;
}

.menu ul.nav li.nav-path-selected > a {
    text-decoration: underline;
    font-weight: 999;
}

header {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    justify-content: space-around;
}

.bg-superlight-grey {
    background: #eeeeee
}

.bg-darkgrey {
    background: #aaaaaa;
}

.line-through {
    position: relative;
}

.contact-wrap .info ul {
    list-style-type: none;
}

li.with-icon::before {
    left: -20px;
}

.with-icon {
    position: relative;
}

.contact-wrap ul li {
    padding: 2px 0;
}


.home-icon::before,
.phone-icon::before,
.mail-icon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.home-icon::before {
    content: "\f015";
}

.phone-icon::before {
    content: '\f095';
}

.mail-icon::before {
    content: '\f0e0';
}



.line-through > span {
    padding-right: 10px;
    z-index: 10;
    background-color: #fff;
    position: relative;
}

.line-through::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: lightgrey;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gmap {
    padding: 30px;
}

.vertical-align {
    display: inline-flex;
    align-items: center;
}

.vehicle-block img {
    max-width: 100%;
    height: auto;
}

.small-usp > .wrap {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.small-usp {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px 20px;
    box-shadow: 0px 5px 13px #ccc;
}

.small-usp .title h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

.small-usp .wrap > .one-half {
    padding-left: 10px;
    padding-right: 10px;
}

.check-container {
    padding-left: 0 !important;
}

.small-usp .price {
    font-size: 24px;
}

.text-left-image-right {
    padding: 65px 20px;
}

.text-left-image-right > .wrap {
    display: flex;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}

.text-left-image-right .two-thirds {
    padding-right: 50px;
}

.text-left-image-right h2 {
    margin-top: 0;
}


.text-left-image-right .image {
    min-height: 250px;
    display: inline-flex;
    align-items: center;
}

header .logo img {
    max-width: 220px;
    height: auto;
    width: 100%;
}

.text-left-image-right .image img {
    max-width: 100%;
    height: auto;
}

.regular {
    font-family: Noto Sans;
}

.block {
    padding: 65px 0;
    display: inline-block;
    width: 100%;
}

footer {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 80px 0;
}

.category-intro {
    margin-bottom: 50px;
}

.vehicle-specification {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
}

.category-outro {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

footer > .wrap {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

nav {
    background-color: #f7f7f7;
}

nav > .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav > .breadcrumb > li {
    display: inline;
}

nav > .breadcrumb > li .separator {
    color: #b1b1b1;
    font-size: 14px;
}

nav > .breadcrumb > li > a,
nav > .breadcrumb > li.active {
    padding: 5px 4px;
    font-size: 14px;
}

nav > .breadcrumb > li.active {
    color: #3d3d3d;
}

nav > .breadcrumb > li > a {
    text-decoration: none;
    color: #b1b1b1;
}

.vehicle_slider {
    max-width: calc(100% - 160px);
    margin: 0 auto;
}

.vehicle-extra {
    color: #b1b1b1;
    font-size: 14px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.page-template-vehicle .data-tab {
    margin-top: -217px;
    background: #fff;
    box-shadow: 0px 5px 13px #ccc;
    position: sticky;
    top: 25px;
    z-index: 100;
}

.ccm-toolbar-visible .page-template-vehicle .data-tab {
    top: 65px;
}

.page-template-vehicle .data-tab > .wrap {
    padding: 30px 40px;
}

.page-template-vehicle .data-tab .price-wrap,
.page-template-vehicle .data-tab .specification {
    margin-bottom: 40px;
}

.page-template-vehicle .data-tab .price {
    font-size: 36px;
    font-family: 'Noto Sans Bold';
}

.page-template-vehicle .data-tab .discount {
    padding: 8px 13px;
    color: #fff;
    font-family: Noto Sans Bold;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #96c12d;
}

.btn-full-width {
    display: block;
    text-align: center;
    width: 100%;
}

.page-template-vehicle .long-description {
    margin-top: 50px;
}

.page-template-vehicle .data-tab .short-description {
    margin-bottom: 40px;
}

.page-template-vehicle .item {
    margin-bottom: 100px;
}

.offerte-button > .btn {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-template-vehicle .data {
    display: inline-block;
    width: 100%;
    position: relative;
}

.full-width {
    display: inline-block;
    width: 100%;
}

.image-slider .image > img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-slider .image.slick-slide {
    float: left;
    min-height: 1px;
    height: 300px;
    object-fit: cover;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.category-overview.vehicles .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.image-slider .image.slick-slide:hover {
    cursor: pointer;
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before,
.image-slider .slick-prev:before,
.image-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 39px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.image-slider .slick-next:before,
.slick-lightbox .slick-next:before {
    content: '\f101';
}

.image-slider .slick-prev:before,
.slick-lightbox .slick-prev:before {
    content: '\f100';
}

.image-slider .slick-prev,
.image-slider .slick-next {
    background: #b1b1b1;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}


.slick-arrow.slick-disabled {
    opacity: 0.25;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    width: 40px;
    height: 40px;
}

.image-slider .slick-prev {
    left: -60px;
}

.offerte-intro {
    margin: 40px 0 30px 0;
}

.image-slider .slick-next {
    right: -60px;
}

.content {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}

.before-footer {
    background: #f7f7f7;
    padding: 80px 0;
}

.before-footer .img {
    max-width: 100%;
    height: auto;
}

.location-wrap {
    padding: 50px 20px;
}

.form-items .small-usp .name {
    margin-bottom: 30px;
}

.form .form-group {
    margin-bottom: 10px;
}

.form .form-group:last-of-type {
    margin-bottom: 0;
}

.form-select-wrap {
    position: relative;
}

.form .form-group input {
    width: 100%;
}

.box-shadow {
    box-shadow: 0px 5px 13px #ccc;
}

.page-template-offerte .small-usp .wrapper {
    margin-bottom: 40px;
}

textarea.static {
    min-height: 200px;
    resize: none;
}

.form {
    padding: 25px 20px;
    box-shadow: 0px 5px 13px #ccc;
}

.form h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.site-wrap.menu-open .responsive-menu-button {
    position: fixed;
    right: 20px;
    top: 20px;
}

.remove-button,
.remove-button:focus {
    color: #F0544E;
    font-size: 38px;
    transition: 0.2s;
}

.contact-wrap > .text {
    padding-right: 40px;
}

.space-between {
    justify-content: space-between;
    width: 100%;
}

.remove-button:hover {
    text-decoration: none;
    color: #bd2130;
    cursor: pointer;
}

.remove-button-wrap {
    text-align: right;
}

.site-wrap {
    position: relative;
    transition: .3s;
}

#nav-icon {
    width: 26px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    display: inline-block;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.hoofdmenu .menu a[target="_blank"] {
    position: relative;
}

.hoofdmenu .menu a[target="_blank"]:after {
    content: '\f08e';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
}

.page-template-offerte .title .vehicle-title {
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .menu ul.nav > li {
        margin: 0;
    }
}

@media only screen and (max-width: 960px) {
    .page-template-vehicle .data-tab .price {
        font-size: 30px;
    }

    header .tel .btn {
        display: block;
    }

    .page-template-vehicle .data-tab {
        margin-top: -181px;
    }

    .page-template-vehicle .data-tab {
        margin-top: 50px;
    }

    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-template-vehicle .data-tab > .wrap {
        padding: 30px 20px;
    }

    .page-template-vehicle .data-tab .discount {
        font-size: 14px;
        padding: 8px 5px;
    }
}


@media only screen and (max-width: 800px) {
    .intro .title {
        font-size: 38px;
        line-height: 50px;
    }

    header .logo img {
        max-width: 100%;
    }

    header {
        background: transparent;
    }

    .page-template-homepage .intro {
        height: calc(100vh - 180px);
        top: 180px;
        left: 20px;
        right: 20px;
        max-width: calc(100% - 40px);
    }

	/*
    .page-template-homepage .header-image {
        min-height: auto;
        height: calc(100vh - 200px);
    }
	*/

    .header-image {
        min-height: auto;
        /* height: 330px; */
		height: 538px;
    }

    .menu .sub-menu li {
        color: #fff;
    }

    .menu .sub-menu li a:hover {
        background: transparent;
    }

    .menu .sub-menu {
        display: block;
        position: relative;
        padding-top: 0;
        top: auto;
        left: auto;
        margin-left: 20px;
        background-color: transparent;
    }

    .menu .sub-menu li a {
        background: transparent;
        color: #fff;
        font-size: inherit;
    }

    .menu ul.nav li a {
        display: block;
        padding: 9px 0;
        font-size: 16px;
    }

    .site-wrap.menu-open:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        position: absolute;
    }

    .site-wrap.menu-open .hoofdmenu .responsive-menu-button {
        z-index: 999;
    }

    html.menu-open {
        overflow: hidden;
    }

    .site-wrap.menu-open {
        margin-left: 250px;
        overflow-x: hidden;
        width: 100%;
    }

    .menu ul.nav li {
        display: block;
        margin: 5px 0;
        text-align: left;
    }

    header {
        display: inline-block;
    }

    header .menu {
        width: auto;
        display: inline-block;
        float: right;
    }

    header .logo {
        width: auto;
        max-width: calc(100% - 70px);
        display: inline-block;
    }

    header .menu > .wrap {
        text-align: right;
    }

    header .tel {
        width: 100%;
        margin-left: 0;
        display: block;
        /* margin-top: 40px; */
		margin-top: 22px;
    }

    body {
        font-size: 14px;
    }

    .page-template-vehicle .small-usp .title h2 {
        font-size: 20px;
    }

    .page-template-vehicle .small-usp .price {
        font-size: 24px;
    }

    .menu ul.nav {
        display: block;
        position: fixed;
        width: 100%;
        max-width: 250px;
        padding-left: 20px;
        overflow-y: auto;
        padding-right: 20px;
        overflow-x: hidden;
        padding-top: 40px;
        padding-bottom: 40px;
        transition: 0.3s;
        z-index: 999;
        left: -250px;
        top: 0;
        height: 100%;
        background: #96c11f;
        border-right: 6px solid #618206;
    }

    .menu ul.nav.open {
        left: 0;
    }

    .menu .responsive-menu-button {
        display: block;
        margin-top: 17px;
    }

    .intro .subtitle {
        font-size: 20px;
        line-height: 22px;
    }

    .category-overview.vehicles .vehicle .price-wrap .price {
        font-size: 22px;
    }

    header .tel .btn {
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-vehicle .data-tab .discount {
        font-size: initial;
        padding: 8px 13px;
    }

    .small-usp .wrap > .title {
        margin-bottom: 20px;
    }

    .page-template-offerte form .small-usp > .wrap {
        display: inline-block;
        padding-right: 30px;
    }

    .page-template-offerte .vehicle-price {
        display: inline-block;
        width: 100%;
    }

    .page-template-offerte .small-usp {
        position: relative;
    }

    .page-template-offerte .vehicle-price .remove-button-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    .gmap {
        margin-bottom: 40px;
    }

    .category-overview.vehicles .vehicle .price-wrap .price {
        font-size: 32px;
    }

    .before-footer .two-thirds {
        margin-bottom: 25px;
    }

    .contact-wrap {
        display: inline-block;
        width: 100%;
    }

    .contact-wrap > .text {
        margin-bottom: 40px;
    }

    .contact-wrap .google-map-wrap .one-half.first {
        margin-left: 0;
    }

    .contact-wrap .google-map-wrap .one-half {
        width: 48.717948717948715%;
        margin-left: 2.564102564102564%;
    }

    .location-wrap {
        padding: 20px 20px;
    }

    .page-template-vehicle .small-usp .price {
        font-size: 26px;
    }

    .page-template-vehicle .small-usp > .wrap {
        display: inline-block;
        width: 100%;
    }

    .page-template-vehicle .small-usp .title.one-half {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .category-overview.vehicles .vehicle .title {
        min-height: auto;
    }

    .category-overview.vehicles .vehicle .title h3 {
        font-size: 24px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 480px) {
    .image-slider .slick-prev, .image-slider .slick-next {
        width: 28px;
        height: 28px;
    }

    .menu ul.nav {
        max-width: 75%;
        left: -75%;
    }

    form .button > .actions {
        display: inline-block;
    }

    .submit-offerte {
        margin-top: 15px;
    }

    .site-wrap.menu-open {
        margin-left: 75%;
    }

    .slick-lightbox .slick-next {
        right: 0;
    }

    .slick-lightbox .slick-prev {
        left: 0;
    }

    .slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before, .image-slider .slick-prev:before, .image-slider .slick-next:before {
        font-size: 26px;
    }

    .image-slider .slick-prev {
        left: -32px;
    }

    .image-slider .slick-next {
        right: -32px;
    }

    .vehicle_slider {
        max-width: calc(100% - 75px);
    }

    .category-overview.vehicles .vehicle .price-wrap .price {
        font-size: 26px;
    }
}

.footercenter { text-align:center;padding-top:20px;padding-bottom:20px;}
.donker {background:#2f2f2f;}
.donker p, .donker a {color:#fff !important;}
.donker a {text-decoration:none;}
.donker a:hover {text-decoration:underline;}

/* G&A 2023 */
@media only screen and (max-width: 1218px) {
	.btn-header {
		display: inline-block;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 399px) {
	.btn-header {
		font-size: 12px;
	}
}

@media only screen and (max-width: 400px) {
	.header-image {
		height: 338px !important;
    }
}

@media only screen and (max-width: 800px) {
	.page-template-homepage .text-left-image-right .wrap {
    	display: grid;
    	row-gap: 40px;
    }
}

@media only screen and (max-width: 768px) {
.site-wrap > .content {
		margin-top: -312px;
		position: relative;
		background: white;
	}
}


