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;
  }
      .column-2-3-header {
        width: 100% !important;
    }

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

    .corona-block {
        margin-top: 0px !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 {
        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;
    }

}

.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 (min-width: 768px) {
    .title-block {
        width: 100%;
        padding: 20px 20px 0;
    }
}

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

.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-top: 40px;
    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: #ccd4de;
}

.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: 30px;
    color: #fff;
}

.page-header {
    margin-bottom: 30px;
    color: #2d3c4d;
}

@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: center;
}

.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,
.extra-contents {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 16px;
}

.btncenter {
    text-align: center;
}

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

.selling-tip-light {
    background: #fff;
    border-radius: 3px;
    margin: 5px;
    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;
}

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

.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: 50px;
    line-height: 56px;
    font-weight: 600;
    font-family: Bariol, sans-serif;
    padding-top: 20px;
}

.text01-02 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    font-family: Bariol, sans-serif;
    padding-top: 20px;
}

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

}

.text02-02 {
    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;
}
.collapsible {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 18px;
    border-radius: 3px;
    transition: all 0.2s ease-out;
    margin-left: auto;
    margin-right: auto;

}

.collapsible-light {
    background-color: #ccd4de;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 18px;
    border-radius: 3px;
    transition: all 0.2s ease-out;
    margin-left: auto;
    margin-right: auto;

}

/* 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: #ccd4de;
}

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

/* Style the collapsible content. Note: hidden by default */
.contentcollapse {
    padding: 0px 18px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    border-radius: 3px;
    transition: max-height 0.2s ease-out;
}
.contentcollapse-light {
    padding: 0px 18px;
    background-color: #ccd4de;
    max-height: 0;
    overflow: hidden;
    border-radius: 3px;
    transition: max-height 0.2s ease-out;
}

.text-collapse {
    padding: 10px;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
}
.collapsible-light:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

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

.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: 24px;
    line-height: 28px;
}

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

.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;
}
.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: 40px;
}

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