p {
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hidden {
    display: none;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    margin: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body.mp-Layout {
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #001835;
}

.mp-Layout {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.mp-Layout .mp-Layout-Header {
    background-color: #00285a;
    border-top: 5px solid #00285a;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    min-height: 61px;
}

@media (max-width: 768px) {

    .section-license-plate-hero {
        padding: 50px 50px 10px 50px !important;
  }
  
    .two-column-inner {
        float: left;
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .video {
    margin-left: 0px !important; 
    margin-right: 0px !important;
    }
    .actie {
    margin-top: 0px !important;
    }
    .txt-mp1 {
    color: #FFF;
    font-size: 32px !important;
    line-height: 36px !important;
    }


}

@media (min-width: 768px) {
    .mp-Layout .mp-Layout-Header {
        position: fixed;
        width: 100%;
        z-index: 10;
    }

    .section-license-plate-hero {
        padding: 50px 50px 50px 50px !important;
  }
}

.mp-Layout .mp-Layout-Header .mp-Layout-offset {
    padding: 14px 6px;
    position: relative;
}

#header-logo-svg {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    margin-right: 8px;
    margin-left: -6px;
}

.mp-Layout .mp-Layout-Footer {
    flex-shrink: 0;
    background-color: #f7f7f6;
}

.mp-Layout .layout-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    align-self: center;
    width: 100%;
    min-height: 0;
    min-width: 0;
}

.header-content-right {
    position: absolute;
    right: 6px;
    top: 11px;
}

.header-content-right .mp-Button.sdk-custom {
    padding: 6px 7px 3px;
    font-family: Bariol, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 768px) {
    .header-content-right .label {
        display: none;
    }

    .fixed-btn-chat .mp-Button-icon--left.mp-Button-icon {
        margin: -15px -15px -10px -15px !important;
    }

    .fixed-btn-chat .label {
        display: none;
    }

    .dagtopper-tag, .direct-omhoog-tag, .moet-nu-weg-tag, .homepagina-tag {
        max-width: 300px !important;
        max-height: 248px !important;
    }
    .selling-tip-light, .selling-tip-light-no-shadow, .selling-tip-light-trans {
        min-height: auto !important;
    }
    .section-features02 {
        margin-top: -44px !important;
    }
    .text01 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px !important;
    line-height: 44px !important;
    font-weight: 600 !important;
    font-family: Bariol, sans-serif;
    /*margin-bottom: -100px !important;*/
    z-index: 2 !important;
    margin-top: -50px;

    }
    #iChatInputField {
        font-size: 16px !important;
    }
}
@media (max-width: 1024px) {
    .section-license-plate-hero {
    background: url('https://www.2dehands.be/i/whatsapp-fraude/images/2dh-header-mobile.jpg') !important;
    background-size: cover !important;
    background-position: bottom center !important;
    }
}

.mp-Header-links {
    display: none;
}

@media (min-width: 768px) {
    .mp-Header-links {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    float: none;
    margin-left: -12px;
    margin-top: 3px;

    }
}


.mp-Header-links .mp-TextLink {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 4px;
}

.license-plate-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    z-index: 9;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.license-plate-header .submit-button .label {
    display: none;
}

@media (min-width: 768px) {
    .license-plate-header,
    .mp-Layout .layout-content {
        margin-top: 61px;
    }

    .license-plate-header .submit-button .label {
        display: inline;
    }

    .license-plate-header .submit-button .mp-Button-icon {
        display: none;
    }
}

.value-check-result .mp-text-header2 {
    margin: 0 0 32px;
}

.value-check-form-header {
    width: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .value-check-form-header {
        display: flex;
    }

    .value-check-form-header .mp-Form-controlGroup + .mp-Form-controlGroup {
        margin: 0 0 0 12px;
    }
}

.mp-Layout .mp-Layout-offset {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.mp-Layout .mp-Layout-offset--narrow {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.mp-Layout.mp-Layout--full .mp-Layout-offset {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.mp-Layout--aside,
.mp-Layout--main,
.mp-Layout--top,
.mp-Layout--bottom {
    overflow: hidden;
    min-width: 0;
}

.mp-Layout--aside {
    grid-area: a;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}

@media (min-width: 768px) {
    .mp-Layout--aside {
        -webkit-box-flex: 1;
        flex: 1 1 30%;
    }
}

.mp-Layout--main {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    grid-area: m;
}

@media (min-width: 768px) {
    .mp-Layout--main {
        -webkit-box-flex: 2;
        flex: 2 1 60%;
    }
}

.mp-Layout--top {
    grid-area: t;
}

.mp-Layout--bottom {
    grid-area: b;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mp-Layout .layout-content.layout-content--aside-right .mp-Layout--top {
        margin-bottom: 16px;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .mp-Layout .layout-content.layout-content--aside-right .mp-Layout--top {
        margin-bottom: 24px;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .mp-Layout .layout-content.layout-content--aside-right .mp-Layout--aside {
        margin-left: 24px;
    }
}

.section-license-plate-hero,
.section-selling-facts,
.section-selling-tips,
.section-selling-tips2,
.section-testimonials,
.section-search-links,
.section-extra-content,
.section-last-cta, .section-features02 {
    width: 100%;
    padding: 20px;
}

.section-license-plate-hero {
    padding: 10px 20px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .title-block {
        width: 100%;
        z-index: 1;
        position: relative;
        margin-left: -28px;
    }
    .img-full-2 {
    margin-top: 24px !important;
    margin-bottom: 48px !important;
    }
}

@media (min-width: 768px) {
    .title-block {
        width: 100%;
        padding: 20px 20px 0;
        z-index: 1;
        position: relative;
    }
}

.section-plain-text-center {
    padding-top: 40px;
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.section-plain-text-center-nopadding {
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.section-plain-text-left {
    padding-top: 40px;
    text-align: left;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: Bariol, sans-serif;
    min-height: 50px;
}

.subtitle2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: Bariol, sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

.subtitle3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-family: Bariol, sans-serif;
}

.section-selling-tips,
.section-selling-tips2,
.section-testimonials,
.section-search-links,
.section-extra-content,
.section-last-cta {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.section-features02 {
    padding: 10px 20px;
    margin-top: -44px;  
}

.section-search-links,
.section-last-cta {
    background-color: #fff;
}

.section-selling-tips {
    background-color: #fff;
}

.section-license-plate-hero > div,
.selling-facts,
.testimonal-blocks,
.search-links {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .selling-tips,
    .extra-content, .section-features02 {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    .selling-facts .fact {
        -webkit-box-flex: 1;
        flex: 1 1 33.33333%;
    }
}

.heading-card {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .selling-facts .fact .mp-Icon {
        height: 32px;
        width: 32px;
    }

    #svg-logo {
        margin-left: 10px;
    }
}

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

.section-license-plate-hero .mp-text-header1 {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    font-size: 70px;
    line-height: 76px;
    font-weight: 600;
}

.page-header {
    margin-bottom: 20px;
    color: #fff;
}

@media (min-width: 768px) {
    .page-header {
        font-size: 48px;
        line-height: 56px;
    }
}

.usp-block,
.value-check-block {
    margin-bottom: 20px;
}

.value-check-block {
    width: 100%;
    min-height: 340px;
}

.usp-block .mp-Card,
.value-check-block .mp-Card {
    height: 100%;
}

@media (min-width: 768px) {
    .usp-block {
        -webkit-box-flex: 1;
        flex: 1 1 34%;
        padding-left: 10px;
    }

    .value-check-block {
        -webkit-box-flex: 2;
        flex: 2 2 63%;
        padding-right: 10px;
    }
}

.car-value-price {
    color: #43aa8b;
}

.edit-car-link {
    cursor: pointer;
}

.result-value {
    text-align: center;
    margin-bottom: 32px;
}

.result-car {
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-info-dialog {
    cursor: pointer;
}

.car-logo,
.car-info {
    margin-right: 12px;
}

.svg-custom-story {
    background: url("../images/juiste-verhaal.svg");
}

.result-car .licens-plate {
    text-transform: uppercase;
    margin-right: 24px;
}

.section-selling-tips,
.section-selling-tips2,
.section-extra-content,
.section-last-cta, .section-features02 {
    text-align: left;
}

.selling-tips,
.extra-content {
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .show-tips-label-extension {
        display: none;
    }

    .show-tips-button {
        text-transform: capitalize;
    }
}

.extra-contents {
    padding: 10px;
}

.selling-tip, .selling-tip-light, .selling-tip-light-no-shadow, .selling-tip-light-trans,
.extra-contents {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px;
}

.btncenter {
    text-align: center;
}

.selling-tip {
    background: #ccd4de;
    border-radius: 3px;
    margin: 5px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.selling-tip-light {
    background: #fff;
    border-radius: 3px;
    margin: 10px;
    /*box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);*/
}

.selling-tip-light-no-shadow {
    background: #fff;
    border-radius: 3px;
    margin: 5px;
    text-align: left;
}

.selling-tip-light-trans {
    background: transparent;
    border-radius: 3px;
    margin: 5px;
    text-align: center;
}

.block-light {
    background: #fff;
    margin: 5px;
    box-shadow: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.mp-Icon.svg-custom-family-cars,
.mp-Icon.svg-custom-sport-cars,
.mp-Icon.svg-custom-safe-cars,
.mp-Icon.svg-custom-eco-cars,
.mp-Icon.svg-custom-garanty,
.mp-Icon.svg-custom-all-cars {
    height: 72px;
    width: 72px;
}

.svg-custom-family-cars {
    background: url("../images/gezinsautos.svg");
}

.svg-custom-sport-cars {
    background: url("../images/sportieve-autos.svg");
}

.svg-custom-safe-cars {
    background: url("../images/veilige-autos.svg");
}

.svg-custom-eco-cars {
    background: url("../images/zuinige-autos.svg");
}

.svg-custom-garanty {
    background: url("../images/garantie.svg");
}

.svg-custom-all-cars {
    background: url("../images/alle-autos.svg");
}

.mp-Icon.svg-custom-story,
.mp-Icon.svg-custom-direct-omhoog,
.mp-Icon.svg-custom-dagtopper {
    height: 353px;
    width: 300px;
}

.svg-custom-story {
    background: url("../images/juiste-verhaal.svg");
}

.svg-custom-direct-omhoog {
    background: url("../images/direct-omhoog.svg");
}

.svg-custom-dagtopper {
     background: url("../images/dagtopper.svg");
    background-repeat: no-repeat;
}

.mp-Form-controlGroup.sdk-custom {
    max-width: 240px;
}

@media (min-width: 768px) {
    .value-check-form .submit-button {
        margin-right: 12px;
    }
}

.value-check-form .mp-Form-group-header.sdk-custom {
    text-align: left;
    margin-bottom: 32px;
}

.value-check-form .submit-section {
    margin-top: 32px;
}

.testimonal-block {
    display: -webkit-box;
    display: flex;
    padding: 20px;
}

@media (min-width: 768px) {
    .testimonal-block {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
    }
}

.testimonal-image {
    -webkit-box-flex: 1;
    flex: 1 1 25%;
    padding-right: 10px;
}

.testimonal-text {
    -webkit-box-flex: 3;
    flex: 3 3 75%;
    padding-left: 10px;
}

.testimonal-block .image {
    width: 100%;
}

.testimonial-body {
    margin-bottom: 12px;
}

.search-links {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.search-link {
    -webkit-box-flex: 0;
    flex: 0 1 150px;
    height: 150px;
    background: #ccd4de;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    color: #2d3c4d;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.search-link:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
    background: #f4f4f4;
}

.search-content > .mp-Icon {
    margin-bottom: 12px;
}

.grey {
    background: #ccd4de;
}

.triangle-grey {
    width: 100%;
    background: #fff;
    margin-bottom: -30px;
}

.mp-triangle-grey {
    border-top: 50px solid #ccd4de;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    bottom: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
}

.triangle-white {
    width: 100%;
    background: #ccd4de;
    margin-bottom: -30px;
}

.mp-triangle-white {
    border-top: 50px solid #fff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    bottom: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
}

#triangle-navy {
    width: 100%;
    background: #ccd4de;
    margin-bottom: -30px;
}

.mp-triangle-navy {
    border-top: 50px solid #2c3b4d;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    bottom: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
}


.find-more {
    display: inline;
}

.find-more-text {
    margin-right: 30px;
}

.box {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .box01 {
        margin-right: 10px;
    }

    .box03 {
        margin-left: 10px;
    }
}

.box04 {
    min-height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sell-step {
    padding: 10% 20px 10% 48px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    overflow: hidden;
    height: 33.33333%;
}

.sell-step + .sell-step:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -8px;
    left: 50%;
    margin-left: -12px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.sell-step .nr {
    position: absolute;
    top: 18%;
    left: 20px;
    color: #43aa8b;
}

.no-license-plate-link {
    display: block;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .no-license-plate-link {
        display: block;
        margin-top: 12px;
    }
}

.error-messages {
    color: #c5283d;
}

.hero-image {
    text-align: center;
    font-size: 0;
    display: block;
}

.text01 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    font-family: Bariol, sans-serif;
    padding-top: 0px;
}

.text02 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: auto;
    max-width: 980px;

}

.text03 {
    margin-bottom: 10px;
    text-align: center;
}

.text04 {
    margin-bottom: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.text05 {
    color: #fff;
    text-align: left;
    line-height: auto;
    max-width: 400px;
    margin-bottom: 20px;

}     

.innerbtn {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.innerbtn-left {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.feature-title {
    font-family: Bariol;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-top: 0px;
}

#verkooptips {
    background: #fff !important;
}

#navybg {
    background: #2c3b4d !important;
}

#whitebg {
    background: #ffffff !important;
    margin-top: -2px;
}

.static {
  position:absolute;
  background: white;
}

.static:hover {
  opacity:0;
}

.dagtopper-tag, .direct-omhoog-tag, .moet-nu-weg-tag, .homepagina-tag {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dagtopper-tag:hover, .direct-omhoog-tag:hover, .moet-nu-weg-tag:hover, .homepagina-tag:hover {
    opacity: 0.7;
}

.android, .ios {
    margin-bottom: 20px;
}

.selling-tip-text {
    flex: 0 0 80%;
}

.selling-tip-image {
    flex: 1 1 20%;
}

.image {
    max-width: 100%;
}

.image-mp-extra, .image-website-link {
    margin-top: 4px;
    max-width: 64px;
}


.website-link-image, .mp-extra-image {
    margin-top: -20px;
    vertical-align: -10px;
    margin-right: 10px;
}

.check-icon-white {
    margin-top: -20px;
    vertical-align: -7px;
    margin-right: 10px;
}

.triangle {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;

}

.button-custom-1-secondary, .button-custom-2-secondary {
    font-family: Bariol;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #ccd4de;
    box-shadow: inset 0 -2px 0 0 #d6d5da;
    color: #2d3c4d;
    border: 1px solid #ccd4de;
    transition: all 0.3s ease;
}

.button-custom-1-secondary:hover, .button-custom-2-secondary:hover {
    font-family: Bariol;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    box-shadow: inset 0 -2px 0 0 #d6d5da;
    color: #2d3c4d;
    border: 1px solid #ccd4de;
}

.button-custom-1:hover, .button-custom-2:hover {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #fec334;
    box-shadow: inset 0 -2px 0 0 #fec334;
    color: #00285a;
}

.button-custom-1, .button-custom-2 {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #fb0;
    box-shadow: inset 0 -2px 0 0 #e6a800;
    color: #00285a;
    transition: all 0.3s ease;
}

.button-custom-3 {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #083871;
    box-shadow: inset 0 -2px 0 0 #00285A;
    color: #fff;
    transition: all 0.3s ease;
}

.button-custom-3:hover {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #1D4B89;
    box-shadow: inset 0 -2px 0 0 #083871;
    color: #fff;
    transition: all 0.3s ease;
}

.mp-TextLink {
    color: #0082E6 !important;
    transition: all 0.3s ease;
}

.mp-TextLink:hover {
    color: #116db4 !important;
}

.nav {
    color: #fff !important;
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 4px;
}

.nav:hover {
    color: #fff !important;
    background: #001d41;
}

.nav-selected {
    color: #fff !important;
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 4px;
    background: #001d41;
}

.nav-selected:hover {
    color: #fff !important;
    background: #001d41;
}

#headtext {
    background: #fff;
    padding-top: 20px;

}

.fact {
    color: #fff !important;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.listUl {

    margin-top: 0;
    margin-bottom: 15px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    list-style: none;
    text-align: left;

}

.listWrapper {
    text-align: center !important;
}

.fixed-btn-chat {
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right: 6px;
    padding-bottom: 10px;
}

.image-usp {
    padding-top: 10px;
    padding-bottom: 10px;
}

.align-vertical {
    align-items: center;
}

.postnl-van {
    max-height: 200px;
}

.postnl-van-primera {
    max-height: 300px;
}

.mp-Footer {
    background-color: #f7f7f6 !important;
}

.primera-actie {
    text-align: left !important;
    padding-inline-start: 20px !important;
}

.mp-Button--xs {
    font-size: 13px;
    line-height: 18px;
    border-radius: 3px;
    min-height: 32px;
    padding: 4px 10px !important;
    margin-right: 10px;
}

.second {
    margin-top: -40px;
}

.center {
    display: flex;
    justify-content: center;
    text-align: center;
}

.max-banner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-list-2 {
    list-style: none;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.custom-list-2 li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.custom-list-2 li::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 6px;
    top: 16px;
    transform: translateY(-50%);
}
.custom-list-3 {
    list-style: none;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.custom-list-3 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.custom-list-3 li::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 12px;
    transform: translateY(-50%);
}

.custom-list {
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
}
.custom-list li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
}
.custom-list li::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 24px;
    transform: translateY(-50%);
}

.mp-logo-bpost {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/bpost-logo.png');
    background-size: auto 100%;
}

.custom-list-2 li.li-bank:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/payments-bank.png');
}
.custom-list-2 li.li-phone:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/payments-phone.png');
}

.custom-list-2 li.li-no2:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/numbers2.png');
}
.custom-list-2 li.li-no1:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/numbers1.png');
}
.custom-list li.li-check:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/checkmark_green.svg');
}
.custom-list li.li-uncheck:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/bullet-grey.png');
}
.custom-list li.li-plus:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/bullet-terra.png');
}
.custom-list-3 li.li-nr1:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/nr1.svg');
}
.custom-list-3 li.li-nr2:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/nr2.svg');
}
.custom-list-3 li.li-nr3:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/nr3.svg');
}
.custom-list-3 li.li-nr4:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/nr4.svg');
}
.custom-list-3 li.li-nr5:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/nr5.svg');
}

.custom-list li.li-green:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/checkmark_green.svg');
}

.custom-list li.li-testing:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/icon-test-2dh.svg');
}
.custom-list li.li-link:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/icon-links-2dh.svg');
}
.custom-list li.li-photos:before {
    background-image: url('https://www.2dehands.be/i/whatsapp-fraude/images/icon-photo-2dh.svg');
}
.usp {
    font-size: 14px;
}

.top-cta {
    margin-top: 10px;
}

.note {
    font-size: 12px;
    line-height: 16px;
    color: #607491;;
    padding-top: 20px;
}
.list-end {
    text-align: left;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

hr.hr-bottom {
    border: 0;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccd4de;
}

.two-column-inner {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.two-column:after {
  content: "";
  display: table;
  clear: both;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border: 4px solid #fff;
    border-radius: 3px;
    background: #fff;
    margin-left: 14px; 
    margin-right: 14px;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mp-TextLink-white {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}

.mp-TextLink-white:hover {
    color: #fff;
    text-decoration: none;
}

.actie {
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
    margin-top: 20px;
    color: #001835;
    padding: 24px;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-top: 186px;
    margin-right: 4px;
    box-shadow: 0 10px 20px 0 rgba(0,40,90,.4);
}

.white {
    background:  #fff;
}

.selling-tip-light-flat-nopadding {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    background: #fff;
    border-radius: 3px;
    margin: 5px;
    text-align: left;
}

.cta-activate-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txt-activate {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:  700px;
}

.section-license-plate-hero::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
    display: block;
    z-index:  -1;
}

.uitgelicht {
    border-radius: 3px;
    margin: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 12px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 27px;
    border: 2px solid #ccd4de;
    margin-top: 36px;
}

.para-intro-2 {
    margin-bottom: 24px;
    margin-top: 12px;
    font-weight: 400;
}

.icon-payments, .icon-shipping {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -70px;
}

.doing-good {
    margin-top: 48px;
    padding-bottom: 24px;
}

.mp-Text--small, .mp-Text--small .mp-TextLink {
    font-size: 12px;
    line-height: 14px;
    font-family: Roboto, sans-serif;
}

.custom-list {
    min-height: 210px;
}

.button-custom-secondary {
    margin-bottom:  24px;
}
.T01 {
    min-height: 70px;
    max-width: 260px;
    margin-top: 12px;
    font-size: 14px;
    margin-left: 32px;
}

.width-title {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

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

.navy {
    background: #00285a;
}

.mp-svg-adevinta {
    background: url('../images/ADEVINTA_Blue.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 13px;
    background-position: center;
}

.adevinta {
    margin-bottom: 16px !important;
}

.mp-Icon.mp-Icon--lg {
    height: 13px;
    width: 58px;
}

.txt-mp1 {
    color: #FFF;
    font-size: 44px;
    line-height: 50px;
    max-width: 450px;
    display: block;
}

.mp-text-paragraph-small {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-top: -12px;
}

.feature-title-2 {
    font-family: Bariol, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.img-what {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -6px;
    display: block;
    margin-bottom: -8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-what:hover {
    opacity: 0.6;
}

.mp-text-paragraph-small-main {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.mp-text-paragraph-small-main-white {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color:  #fff;
}

.x-mandatory {
    scroll-snap-type: x mandatory;
}

.img-full {
    width: 100%;
    border-radius: 4px;
    max-width: 400px;
}

.img-full-2 {
    width: 100%;
    border-radius: 4px;
    max-width: 400px;
    float:  right;
}


.ListingsBlock-ListWrapper {
    display:flex;
    overflow:auto;
    padding-bottom:16px;
    margin-left: 10px;
}
@media screen and (min-width:768px) {
 .ListingsBlock-ListWrapper {
    flex-wrap:wrap;
    margin-left: 10px;
    margin-right: 10px;
 }
}

.ListingsBlock-ItemWrapper {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
}
.ListingsBlock-ItemWrapper:last-of-type {
    margin-right:0
}
@media screen and (min-width:768px) {
 .ListingsBlock-ItemWrapper {
    min-width: calc(25% - 12px);
    max-width: calc(25% - 12px);
    flex: 1 calc(25% - 12px);
    width: calc(25% - 12px);
    background: #fff;
    border-radius: 4px;
    padding: 12px;
 }
}

.ListingsBlock-ItemWrapper-grey {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #ccd4de;
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
}
.ListingsBlock-ItemWrapper-grey:last-of-type {
    margin-right:0
}
@media screen and (min-width:768px) {
 .ListingsBlock-ItemWrapper-grey {
    min-width: calc(25% - 12px);
    max-width: calc(25% - 12px);
    flex: 1 calc(25% - 12px);
    width: calc(25% - 12px);
    background: #fff;
    border-radius: 4px;
    padding: 0px;
 }
}

.x-mandatory {
  scroll-snap-type: x mandatory;
}

.selling-tip-light-flat-nopadding-trans {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    background: transparent;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
}

.usp {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.triangle-navy {
    width: 100%;
    background: #00285a;
}

.txt-download {
    max-width: 330px;
    font-size: 24px;
    line-height: 28px;
}