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: #FFF;
    color: #2d3c4d;
}

.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: #fff;
    border-top: 5px solid #eda566;
    border-bottom: solid 2px #e7e7e6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.mp-Layout .mp-Layout-Header .mp-Layout-offset {
    padding: 18px 0px;
    position: relative;
}

#header-logo-svg {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    margin-right: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
}

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

.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: 0px;
    top: 12px;
}

.header-content-right .mp-Button.sdk-custom {
    display: inline-block;
    height: 44px;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 6px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    box-shadow: inset 0 0px 0 0 #116db4 !important;
    background: #116db4;
    border-radius: 8px;
}

.header-content-right .mp-Button.sdk-custom:hover {
    background: #007bc5 !important;
}

@media (max-width: 1060px) {
    .header-content-right {
        margin-right: 24px;
    }
    #header-logo-svg {
        margin-left: 24px;
    }
}

@media (max-width: 420px) {
    .section-license-plate-hero .mp-text-header1 {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    #hero-top {
        max-height: 350px;
    }
    .intro-txt {
        max-width: 290px;
    }
}


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

    .small {
    max-width: 100% !important;
    }


    .selling-tip-light, .selling-tip-navy, .selling-tip-light-noshadow, {
        min-height: auto !important;
    }
    .section-features02 {
        margin-top: -44px !important;
    }
        .mp-Layout .mp-Layout-Header {
        z-index: 10;
    }

    .column-2-3-header {
        width: 100% !important;
    }

    .column-1-3-header {
        width: 100% !important;
        float: left !important;
    }

    .corona-block {
        margin-top: 0px !important;
    }

    .txt-mp1 {
    color: #FFF; 
    font-size: 32px !important;
    line-height: 36px !important;
    }

    .txt-mp2 {
    color: #EDA566; font-size:26.5px !important;
    }
    .doing-good-top {
    margin-top: 24px !important;
    }

    .section-license-plate-hero .mp-text-header1 {
        line-height: 36px !important;
    }
    .T01 {
        min-height: 0px !important;
        max-width: 100% !important;
    }
    .img-clickout {
        margin-top: 24px !important;
    }

}
@media (max-width: 1200px) {
    .section-license-plate-hero::after {
    background: linear-gradient(90deg,rgba(45,60,77,0.9),rgba(45,60,77,0.3)) !important;
    }
}

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

@media (min-width: 768px) {
    .mp-Header-links {
        display: inline-block;
        vertical-align: middle;
    }
}

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

/*.selected {
    background:#f2f2f2;
    border-radius: 3px;
}*/

.mp-Header-links .mp-TextLink:hover {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 3px;
    border-radius: 3px;
    color: #116db4 !important;
    text-decoration: underline;
}


.license-plate-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #EAE9EF;
    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: 73px;
    }

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

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

.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;
    }

    .search-links {
    display: block !important;
    }
    .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse !important;
    display: inline-flex !important;
    }
    .desktop {
        display: none !important;
    }
}

.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-search-links-2,
.section-extra-content,
.section-last-cta, 
.section-features02, .section-intro {
    width: 100%;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.section-license-plate-hero {
    padding: 48px 20px 0;
}

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

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

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

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

.section-search-links-2 {
    background-color: #EAE9EF;
}

.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;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .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;
    }
}

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

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

.page-header {
    margin-bottom: 30px;
    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-navy, .selling-tip-light-noshadow,
.extra-contents {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 24px;
}

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

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

.selling-tip-light-noshadow {
    background: #fff;
    border-radius: 3px;
    margin: 10px;
    box-shadow: none !important;
}

.selling-tip-navy {
    background: #2d3c4d;
    border-radius: 3px;
    margin: 5px;
    box-shadow: none;
}

.selling-tip-light-flat {
    background: #fff;
    border-radius: 3px;
    margin: 5px;
}


.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: #EAE9EF;
    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;
}

.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;
}

.triangle-grey {
    width: 100%;
    background: #fff;
}

.triangle-grey-2 {
    width: 100%;
    background: #EAE9EF;
}

.triangle-navy {
    width: 100%;
    background: #2d3c4d;
}

.mp-triangle-grey {
    border-top: 50px solid #EAE9EF;
    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: #EAE9EF;
}

.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;
}

.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;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.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;
    }
        .title-block {
        width: 100%;
        z-index: 1;
        position: relative;
    }
}

.error-messages {
    color: #c5283d;
}

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

.text01 {

    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 28px;
    max-width: 600px;
    font-weight: 500;
    font-family: BreeSerif, sans-serif;    

}

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

}

.text03 {
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 18px !important;
}

.text04 {
    margin-bottom: 10px;
    min-width: 200px;
}

.text05 {
    margin-bottom: 10px;
    margin-top: -10px;
}

.text06 {
    min-height: 150px;
    
}
.delivery{
    height: 100%;
    min-height: 150px;
    position: sticky;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s;
    padding-top: 70px;
    margin-top: -70px;
}


.sticky_delivery{
    height: 100%;
    min-height: 100%;
    position: sticky;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s;
}

.afhalen{
    margin-top: 36px;
}


.mobile_afhalen{
    margin-top: 48px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #7B838D;
  color: #f0efed;
}

.active, .collapsible-light:hover {
  background-color: #7B838D;
  color: #f0efed;
}


.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}     

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

.feature-title {
    font-family: BreeSerif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.feature-title-2 {
    font-family: BreeSerif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.sub-title {
    font-family: BreeSerif;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}

#verkooptips {
    background: #fff !important;
}

.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;
    max-height: 46px;
}

.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;
}

.subtitle {
    font-size: 14px !important;
}

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

.mp-extra-image-2 {
    margin-top: 2px;
    vertical-align: -8px;
    margin-right: 10px;
}

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

}

.button-custom-1 {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #116DB4 !important;
    box-shadow: inset 0 0 0 0 #116db4 !important;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
}

.button-custom-1:hover {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #007BC5 !important;
    box-shadow: inset 0 0 0 0 #116db4 !important;
    color: #fff;
}

.button-custom-2 {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #fff !important;
    border-color: #116db4 !important;
    box-shadow: none !important;
    color: #116db4 !important;
}

.button-custom-2:hover {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #e7edf8 !important;
    border-color: #1490dc !important;
    box-shadow: none !important;
    color: #1490dc !important;
}


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

.mp-TextLink:hover {
    color: #1490dc !important;
}

.small {
    max-width: 317px;
}

.first-cta {
    text-align:center;
    margin-top: 30px;
}

.mp-svg-sell-faster-clock--inverse, .mp-svg-sell-faster-clock-white {

    background: url(Sprite-78a573e3.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 100%;
    background-position: 87.67123287671232% 0;
    height: 36px;
    width: 36px;
    margin-top: 20px;

}

.prices {
    margin-bottom: 20px;
}

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

.mp-Button--primary, .mp-Button--round {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #137bcb;
    box-shadow: inset 0 -2px 0 0 #116db4;
    color: #fff;
}

.mp-Button--primary:focus,
.mp-Button--primary:hover {
 background:#1589e3;
 box-shadow:inset 0 -2px 0 0 #137bcb;
 color:#fff
}
.mp-Button--primary:active {
 background:#116db4;
 box-shadow:inset 0 2px 0 0 #116db4;
 color:#fff
}

.hero-text {
    font-style: normal;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 48px;
    font-size: 18px;
    max-width: 500px;
    line-height: 25px;
    padding: 0;
}

.section-license-plate-hero::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
    display: block;
    /*background: linear-gradient(90deg,rgba(45,60,77,0.5),rgba(45,60,77,0.1));*/
}


.section-intro, .section-first {
    width: 100%;
    z-index: 1;
    position: relative;
    flex-direction: row;
}

.column-2-3-header {
    width: 66%;
    float: left;
    padding-right: 24px;
}
.column-1-3-header {
    width: 33%;
    float: right;
    padding: 12px;
}

.corona-block {
    background: #FFF;
    border-radius: 3px;
    margin-top: 20px;
}

.para-intro {
    font-size: 26px !important;
    line-height: 28px !important;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
    font-family: BreeSerif,serif !important;
    font-weight: 500;
    max-width: 500px;
}

.para-intro-2 {
    margin-bottom: 36px;
    margin-top: 18px;
}

.para-kennis {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.grey {
    background: #eae9ee;
}

.navy {
    background: #2d3c4d;
}

.flexie {
    display: flex;
    align-items: center;
    margin-top: -24px;
}
.mp-text-paragraph, .mp-text-paragraph-bold {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

.tip-title {
    font-family: BreeSerif, serif !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 22px !important;
}

.T01 {
    min-height: 70px;
    max-width: 260px;
    margin-top: 12px;
    font-size: 14px;
    margin-left: 32px;
}
.mp-TextLink {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.mp-TextLink:hover {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}

.header-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.div-height {
    min-height: 500px;
}

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

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

.txt-doinggood {
    min-height: 140px;
    padding: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 14px;
}

.txt-doinggood-bottom {
    text-align: center !important;
    color: #fff;
    margin-top: 24px;
}

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

.img-clickout {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.app-download {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    margin-top: -200px;
    margin-bottom: -24px;
}

#app-download {
    margin-top: 200px;
}

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

.txt-mp2 {
    color: #EDA566;
    font-size:35.5px;
}

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

.mp-Footer-categories-wrapper {
 margin:-8px;
}
.mp-FooterAlternative {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #818a95;
    background: #ffffff;
    padding-top: 24px;
    color: #2d3c4d;
    text-align: center;
}
.mp-FooterAlternative p {
 margin-bottom:0
}
.mp-FooterAlternative a {
 font-family:Roboto,sans-serif;
 font-style:normal;
 font-weight:400;
 color:#116db4;
 font-size:14px;
 line-height:20px;
 display:inline-block;
 padding:8px;
 text-decoration:none
}
.mp-FooterAlternative a:hover {
 color:#1490dc;
}
.mp-FooterAlternative a:active {
 color:#0e4d92;
}
.mp-FooterAlternative ul>li {
 margin:0;
 padding:0;
 text-align:left
}
.mp-FooterAlternative ul>li a {
 padding:2px
}
.mp-FooterAlternative hr {
 border:0;
 border-bottom:1px solid #dfd9dd;
}
.mp-FooterAlternative-inner,
.mp-FooterAlternative-maxWidth {
 margin:0 auto;
 padding-top:12px;
 padding-bottom: 12px;
}
.mp-FooterAlternative-appStoreBadges {
 align-items:center;
 display:flex;
 justify-content:center;
 padding:16px 0
}
.mp-FooterAlternative-appStoreBadges a {
 line-height:0;
 margin:0 8px;
 overflow:hidden;
 padding:0;
 text-indent:100%;
 white-space:nowrap
}
.mp-FooterAlternative-disclaimer {
 margin-top:8px
}
.mp-FooterAlternative-disclaimer p {
 font-family:Roboto,sans-serif;
 font-style:normal;
 font-weight:300;
 font-size:12px;
 line-height:16px;
 color:#818a95;
 color:var(--mp-color-meta-text,#818a95)
}
.mp-FooterAlternative .mp-Footer-categories-wrapper {
 margin-bottom:0;
 margin-top:16px
}
.mp-FooterCategories+.mp-FooterAlternative {
 border-top:0
}
.mp-FooterCategories+.mp-FooterAlternative .mp-FooterAlternative-inner,
.mp-FooterCategories+.mp-FooterAlternative .mp-FooterAlternative-maxWidth {
 padding:0 12px 12px
}

.for-who {
    font-size: 18px;
    line-height: 24px;
}
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border: 4px solid #fff;
    border-radius: 3px;
    background: #fff;
}

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

.custom-list {
    min-height: 180px;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.custom-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 6px;
    top: 10px;
    transform: translateY(-50%);
}
.custom-list li.li-check:before {
    background-image: url('https://www.marktplaats.nl/m/betalen-verzenden/images/checkmark_green.svg');
}

.custom-list_22 {
    min-height: 150px;
}
.custom-list_22 {
    list-style: none;
    padding-left: 0;
}
.custom-list_22 li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.custom-list_22 li::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 6px;
    top: 10px;
    transform: translateY(-50%);
}
.custom-list_22 li.li-check:before {
    background-image: url('https://www.marktplaats.nl/m/betalen-verzenden/images/checkmark_green.svg');
}

.usp {
    font-weight: 300;
    font-size: 16px;
}

.button-custom-secondary {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    box-shadow: inset 0 0px 0 0 transparent;
    color: #0082E6;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #0082E6;
}

.button-custom-secondary:hover {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #E7EDF8;
    box-shadow: inset 0 0px 0 0 transparent;
    color: #116db4;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #116db4;
}
.center {
    text-align: center;
}

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

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

.txt-download {
    max-width: 240px;
}

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

.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-top:16px !important;
    margin-bottom: 16px !important;
}

.mp-Icon.mp-Icon--lg {
    height: 13px;
    width: 58px;
}
.breadcrumbs {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    display: block;
    color: #eae9ee;
    margin-left:  10px;
}

.breadcrumbs .mp-text-paragraph, .breadcrumbs .mp-text-paragraph .mp-TextLink-light {
    font-size: 12px;
}

.mp-TextLink-light {
    color:  #fff;
    text-decoration: underline;
}

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

.mp-svg-logo-ideal, .mp-svg-logo-postnl {
    height: 36px !important;
    width: 36px !important;
    margin-top: -8px !important;
    margin-bottom: -4px !important;
}

.intro-txt {
    margin-left: 10px;
    font-weight: 500;
    padding-top: 12px;
    margin-bottom: 24px;
}

.img-step {
    margin-bottom: 12px;
}

.mp-svg-search-custom {
    background:url(../images/search-icon.svg) no-repeat;
    background-size:auto 100%;
    background-position:0 0;
}

.mp-text-header4 {
    font-family: BreeSerif, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.txt-kopen-verkopen {
    min-height: 100px;
}

#brenger {
    display: block;
    height: 60px;
}