

.custom-sticky-cta {
    font-family: Roboto, sans-serif !important;
    font-size: 14px !important;
    box-shadow: inset 0 0 0 0 #116db4 !important;
    line-height: 20px !important;
}




.seperator{
   margin-top: 62px
}

.seperator-2{
   height: 62px
}



.sb{
   margin-bottom: 62px
}
.funfacts{
    position: absolute;
    margin-left: auto;
    margin-right: auto;

}

.page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0;
    background-color: #00285a80;

    /* transform: translateY(-30%); */
/*     opacity: 1;
*/
    }




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

.fixed-btn-chat {
    position: fixed;
    bottom: 0;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 10px;
    z-index: 40;
    left: 50%;
    transform: translate(-50%, 0);
}

.box04 {
    min-height: 200px;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.mp-logo-tagline {
    width: 100%;
    max-width: 350px;
}

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

.max600 {
    display: block;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.cat-img{
    max-width: 100%;
    margin-bottom: -12px;
}

.header-section {
    overflow: hidden;
}

.terra-light {
    background: #F0F6FF;
}

.fullwidth {
    width: 100%;
    overflow: hidden;
}

.fullwidth-menu {
    background: #fff;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge 
    scrollbar-width: none;  /* Firefox */
}

.fullwidth-menu::-webkit-scrollbar {
        display: none;
}

.header-illustration {
    min-width: 3000px;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    min-height: 300px;
    background: #fdf6f0;
    margin-bottom: -1px;
}

/*.header-illustration-mobile {
    min-width: 1500px;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: #fdf6f0;
    margin-bottom: -1px;
}*/

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

h1 {
    margin: 0;
}

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

html {
    height: 100%;
}

body.mp-Layout {
    ::-webkit-scrollbar { display: none; }
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    color: #00285a;
}

.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 .mp-Layout-offset {
    padding: 10px 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: 9px;
}


.header-nav {
   position: sticky;
    z-index: 9;
    box-shadow: 0 20px 20px -30px rgb(0 0 0 / 40%);
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s;
    display: flex;
    justify-content: center;
}
#nav-sticky {

    height: 50px !important;
    margin-top: -1px !important;
    box-shadow: 2px 2px 20px #116db41a;
}

.extra-contents {
    padding: 10px;
}
nav {
    background-color: #fff;
    text-align: center;
    width: 100%;
    top: 57px;
    z-index: 20;
    padding-top: 16px;
    padding-bottom: 16px;

}

nav a {

        font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #00285A ;
    box-shadow: inset 0 0px 0 0 transparent;
    color: #fff;
/*    margin-top: 20px;
    margin-bottom: 40px;*/


    padding: 20px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    }

.header-content-right .mp-Button.sdk-custom {
    display: inline-block;
    height: 32px;
    padding-left: 6px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 3px;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    box-shadow: inset 0 0px 0 0 #116db4 !important;
    background: #116db4;
}

.header-content-right .mp-Button.sdk-custom:hover {
    background: #007bc5 !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;
}
.selected {
    background:#f2f2f2;
    border-radius: 3px;
}



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


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


.mp-Layout .mp-Layout-offset-new {
    width: 100%;
/*    max-width: 980px;*/
    margin-left: auto;
    margin-right: auto;
}
@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-intro {
    width: 100%;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
    z-index: 1;
    position: relative;
}

.section-columns {
    width: 100%;
    padding: 36px 16px;
    z-index: 1;
    position: relative;
}

.section-header-parallax {
    width: 100%;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.section-header-parallax {
    padding: 48px 0px 48px 0px;
}

.title-block {
        width: 100%;
        z-index: 1;
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
}

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

.section-header-parallax .mp-text-header {
    font-family: Bariol, sans-serif;
    color: #fff;  
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    padding-top: 28px;
    padding-bottom: 28px;
}

.section-header-parallax .mp-text-header-icon {
    font-family: Bariol, sans-serif;
    color: #fff;  
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
}

.mp-text-header {
    font-family: Bariol, serif;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mp-text-header2 {
    font-family: Bariol-bold, sans-serif;
    font-weight: 500;

    font-size: 62px;
    line-height: 68px;

    margin-top: 0px;
/*    margin-bottom: 16px;*/
}




.header-jaar{
        text-align: center;
    font-family: Bariol, serif;
    font-size: 94px;
    line-height: 100px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 24px;
}

.mp-text-header2-white {
    font-family: Bariol, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
}

.mp-text-header2-terra {
    font-family: Bariol, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;

}

.mp-text-header-sub {
     font-family: Bariol-bold, sans-serif;
    font-weight: 500;

    font-size: 36px;
    line-height: 44px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mp-text-header-sub-2 {
    font-family: Bariol, serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
}



.mp-text-header2-dark-terra {
    font-family: Bariol, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #D88254;
}

.mp-text-header3 {
    font-family: Bariol, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mp-text-header1 {
    font-family: Bariol, serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
}


.mp-text-header4 {
    font-family: Bariol, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mp-text-header3-white {
    font-family: Bariol, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
}

.mp-text-header3-terra {
    font-family: Bariol, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;

}

.mp-text-header3-dark-terra {
    font-family: Bariol, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #D88254;
}

.mp-text-header4 {
    font-family: Bariol, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
}

.mp-text-header4-white {
    font-family: Bariol, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #fff;
}

.mp-text-header4-terra {
    font-family: Bariol, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;

}

.mp-text-header4-dark-terra {
    font-family: Bariol, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #D88254;
}

.card-flat:first-child, .card-flat-trans:first-child, .card-shadow-light:first-child, .card-shadow-dark:first-child, .card-shadow-dark-icon:first-child, .card-shadow-light-icon:first-child {
    margin-left: 0px;
}

.card-flat:last-child, .card-flat-trans:last-child, .card-shadow-light:last-child, .card-shadow-dark:last-child, .card-shadow-dark-icon:last-child, .card-shadow-light-icon:last-child {
    margin-right: 0px;
}

.card-shadow-light {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-shadow-light-icon {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-shadow-dark-icon {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #F0F6FF;
/*    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);*/
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-shadow-dark {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.60);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-flat {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-flat-trans {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    background: transparent;
    border-radius: 3px;
    margin: 12px;
    position: relative;
/*    padding-left: 42px;*/
}

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

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

.triangle-bg-light-navy {
    width: 100%;
    background: #EAE9EF;
}


.triangle-bg-terra-light {
    width: 100%;
  background:#F0F6FF;
}
.triangle-bg-white {
    width: 100%;
    background: #FFFFFF;
}

.triangle-bg-new-blue {
    width: 100%;
    background: #E6EAF1;
}

.triangle-bg-new-grey {
    width: 100%;
    background: #ccd4de;

}



.mp-triangle-new-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;
}



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

.mp-triangle-light-navy {
    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;
}

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

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

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

.image {
    max-width: 100%;
}

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

.button-main {
    font-family: Bariol;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #116db4;
    box-shadow: none;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-main:hover {
    font-family: Bariol;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #007bc5;
    box-shadow: none;
    color: #fff;
}

.button-main-sm {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #116db4;
    box-shadow: none;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
        display: inline-block;
}

.button-main-sm:hover {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #007bc5;
    box-shadow: none;
    color: #fff;
}

.button-secondary {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #116db4;
    box-shadow: none;
    color: #116db4;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-secondary:hover {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    box-shadow: none;
    background: #e7edf8 !important;
}

.button-secondary-sm {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #116db4;
    box-shadow: none;
    color: #116db4;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-secondary-sm:hover {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    box-shadow: none;
    background: #e7edf8 !important;
}

.text-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #116db4;
    text-decoration: none;
}

.text-link:hover {
    color: #1490dc !important;
}

.text-link-white {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: undeline;
}

.text-link-white:hover {
    text-decoration: none;
}

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

.section-header-parallax::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
    display: block;
}

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

.new-blue {
    background: #E6EAF1;
}

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

.light-navy{
    background: #eae9ee;
}

.navy {
    background: #00285a;
}

.mp-text-paragraph-strong  {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

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

.mp-text-paragraph-margin-bottom {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: block;
    margin-bottom: 16px;
}

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

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

.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;
}
.mp-text-paragraph-small {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

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


.mp-text-paragraph, .mp-text-paragraph-bold {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}


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

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

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

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


#anim {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    margin-top: -240px;
}




.video {
    max-width: 1230px;
    max-height: ;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #fff;

}


.margin{
    margin-bottom: 63px;
    height: 757px;
}

.section-bgvideo {
/*    width: 100%;*/
/*    padding: 36px 16px;
*/    z-index: 1;
    position: relative;
}
.main-video-bg{
    max-width: 100%;
    height: auto;
}
.main-video-bg video {
  width: 100%;
  height: auto;
}
}



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


.center {
    text-align: center;
}
.mp-TextLink {
    color: #0082E6 !important;
    transition: all 0.3s ease;
}
.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;
}

.img-youtube-pop {
    width: 100%;
    border-radius: 4px;
}

.ListingsBlock-ListWrapper {
    display:flex;
    overflow:auto;
    padding-bottom:16px;
}
@media screen and (min-width:768px) {
 .ListingsBlock-ListWrapper {
    flex-wrap:wrap;
 }
  .custom-list li::before {
        width: 50px;
        height: 50px;
        top: 20px;
    }
    .custom-list li {
    padding-left: 80px;
    }

    .custom-list-2 li::before {
        width: 50px;
        height: 50px;
        top: 18px;
    }
    .custom-list-2 li {
    padding-left: 60px;
    }

    .custom-list-3 li::before {
        width: 50px;
        height: 50px;
        top: 18px;
    }
    .custom-list-3 li {
    padding-left: 60px;
    }

}

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

.ListingsBlock-ItemWrapper-white-3 {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
    margin-top: 26px;
}
.ListingsBlock-ItemWrapper-white-3:last-of-type {
    margin-right:0;
}

@media screen and (min-width:768px) {
 .ListingsBlock-ItemWrapper-white-3 {
    min-width: calc(33.3% - 11px);
    max-width: calc(33.3% - 11px);
    flex: 1 calc(33.3% - 11px);
    width: calc(33.3% - 11px);
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    }
}

.ListingsBlock-ItemWrapper-trans-4 {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
    margin-top: 24px;
}
.ListingsBlock-ItemWrapper-trans-4:last-of-type {
    margin-right:0px;
}

.ListingsBlock-ItemWrapper-trans-3 {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
    margin-top: 24px;
}
.ListingsBlock-ItemWrapper-trans-3:last-of-type {
    margin-right:0px;
}

.ListingsBlock-ItemWrapper-white-4 {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
    margin-top: 24px;
}
.ListingsBlock-ItemWrapper-white-4:last-of-type {
    margin-right:0;
}

@media screen and (min-width:768px) {
 .ListingsBlock-ItemWrapper-white-4 {
    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-trans-4 {
    min-width: calc(25% - 12px);
    max-width: calc(25% - 12px);
    flex: 1 calc(25% - 12px);
    width: calc(25% - 12px);
    background: transparent;
    border-radius: 4px;
    padding: 12px;
    }
    .ListingsBlock-ItemWrapper-trans-3 {
    min-width: calc(33.3% - 11px);
    max-width: calc(33.3% - 11px);
    flex: 1 calc(33.3% - 11px);
    width: calc(33.3% - 11px);
    background: transparent;
    border-radius: 4px;
    padding: 12px;
    }
}

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

.breadcrumbs {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    display: block;
    color: #eae9ee;
}

.breadcrumbs a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}


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


.btn-header {
    margin-top: 24px;
    margin-bottom: 16px;
}
.icon-card {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -36px;
}

.icon-card-stickyUsers {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -112px;
}

.div-btn {
    padding-top: 24px;
}

.block-video-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    background: linear-gradient(0deg,rgba(45,60,77,.6),rgba(45,60,77,.6));
    border-radius: 4px;
    transition: .3s;
}

.block-video-link:hover:before {
    opacity: 0.6;
}

.block-video .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    height: 84px;
    width: 84px;
}

#clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto';
    display: block;
}

#clockdiv > div{
  display: inline-block;
  width: 70px;
}

#clockdiv div > span {
    padding-top: 10px;

    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    vertical-align: middle;
    color: #00285a;
    font-weight: 600;
    font-family: 'Roboto';
}
.smalltext{
  padding-top: 5px;
  font-size: 14px;
}

#clockdiv .copy-counter  {
    width: 150px;
    text-align: left;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.counter-title {
    font-family: Roboto, sans-serif;
    color: #fff;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 12px;
}


 .header-nav {
    position: sticky;
    z-index: 9;
    box-shadow: 0 20px 20px -30px rgb(0 0 0 / 40%);
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s;
}
#nav-sticky {
    height: 50px !important;
    margin-top: -1px !important;
    box-shadow: 2px 2px 20px #116db41a;
}

.fullwidth-menu {
    background: #fff;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}



.fullwidth-menu::-webkit-scrollbar {
        display: none;
}


.activenav {
 /*   font-family: Roboto;*/
   /* font-style: normal;*/
/*    font-weight: 400;*/
    font-size: 16px;
    line-height: 16px;
    background: #1D4B89;
    box-shadow: inset 0 0px 0 0 transparent;
    color: #fff;
/*    margin-top: 20px;
    margin-bottom: 40px;
*//*    border: 1px solid #116db4;*/
}






.bg-packages {
    background-image: url(../images/bg-packages.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.icon-illustration {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    margin-top: -36px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding-top: 18px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.panel {
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 0px;
    border-bottom:  1px solid #C2C2C1;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.txt-panel {
  padding-bottom: 24px;
  max-width: 900px;
}

.accordion:after {
  content: url(../images/arrow_down.svg);
  float: right;
  padding-top: 4px;
}

.active:after {
  content: url(../images/arrow_up.svg);
}

h3.question-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.cd-top {
    display: inline-block;
    z-index:100;
    height: 40px;
    width: 40px;
    border-radius:  50%;
    position: fixed;
    bottom: 24px;
    right: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(237, 165, 102, 1) url(../images/arrow_up.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.no-touch .cd-top:hover {

    opacity: 1;
}

.cd-top.cd-is-visible:hover {
    opacity: 0.6;
}

.img-slider{
    max-width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 8px;
}
.gallery {
    background: transparent;
    margin-top: 24px;
    margin-bottom: 48px;
}

#illustration {
/*    background: url(https://www.marktplaats.nl/m/baby/images/mp-baby-illustration.svg);*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;

}

.txt-besparing {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 24px;
    margin-top: -20px;

    }

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

.txt-besparing-2 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 32px;
    margin-bottom: -24px;
}

.feature-title-first-blocks {
    font-family: Bariol;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 12px;
}
.gallery-cell {
  width: 33%;
  min-height: 360px;
  background: #fff;
  counter-increment: gallery-cell;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  border-radius: 4px;
}

.mp-Button--xs {
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    min-height: 32px;
    padding: 4px 10px !important;
    margin-right: 10px;
    font-family: Roboto, sans-serif !important;
    box-shadow: inset 0 0px 0 0 #e6a800 !important;

}




.gallery-cell a {
  text-decoration: none;
}

/* cell number */
.gallery-cell:after {
  display: block;
}

.gallery-cell .mp-text-paragraph  {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    text-align: center;
}

.card-price {
  font-family: Roboto,sans-serif;
  color: #00285a;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 4px;
  padding-bottom: 12px;

}

.card-link {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #116db4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.card-link:hover {
    color: #1490dc !important;
}

.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: 50px;
    margin-top: -50px;
}


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

.icon-exit {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -36px;
}



.second-card{
        height: auto;
        max-width: 1000px;
}
@media (min-width: 768px) {
  /*  .mp-Layout .layout-content {
        margin-top: 57px;
    }*/
    .cards {
        align-items: center;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .mp-Layout .mp-Layout-Header {
       /* position: fixed;*/
        width: 100%;
        z-index: 10;
        max-height: 57px;
    }
    .mp-Header-links {
        display: inline-block;
        vertical-align: middle;
    }
    .mobile {
        display: none !important;
    }


/*    .header-illustration-mobile {
        display: none !important;
    } */
}

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

@media (max-width: 980px) {
    .header-content-right {
        margin-right: 16px;
    }
    #header-logo-svg {
        margin-left: 16px;
    }
    .gallery {
        margin-left: -16px;
        margin-right: -16px;
    }
  /*  .header-illustration {
    min-width: 2000px;
    }*/
}

@media (max-width: 768px) {
    .section-header-parallax .mp-text-header, .section-header-parallax .mp-text-header-icon {
        font-size: 32px;
        line-height: 36px;
    }
 
 
    .card-flat, .card-flat-trans, .card-shadow-dark, .card-shadow-dark-icon, .card-shadow-light, .card-shadow-light-icon {
        min-height: auto !important;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mp-text-header2, .mp-text-header2-terra, .mp-text-header2-dark-terra, .mp-text-header2-white {
    font-size: 62px;
    line-height: 68px;
    }

    .mp-text-header3, .mp-text-header3-terra, .mp-text-header3-dark-terra, .mp-text-header3-white {
    font-size: 18px;
    line-height: 24px;
    }
    .header-content-right .mp-Button.sdk-custom {
        padding-right: 8px;
    }
    .card-shadow-dark-icon, .card-shadow-light-icon {
        margin-top: 60px;
    }
    .x-mandatory {
    margin-right: -16px !important;
    padding-right: 16px !important;
    }
    .gallery-cell {
    width: 66% !important;
    min-height:  280px !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;
    }
    .header-content-right .label {
        display: none;
    }
    .small {
    max-width: 100% !important;
    }

    .card-flat {
        min-height: auto !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;
    }
     .title-block {
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .mp-logo-tagline {
        width: 100%;
        max-width: 250px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
  /*  .header-illustration {
        display: none !important;
    }*/
    .T01 {
    min-height: 70px;
    max-width: 100%;
    margin-top: 12px;
    font-size: 14px;
    margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .section-header-parallax .mp-text-header, .section-header-parallax .mp-text-header-icon {
        font-size: 24px;
        line-height: 28px;
    }
   
     .custom-list li::before {
        width: 50px;
        height: 50px;
        top: 30px;
    }
    .custom-list li {
        padding-left: 60px;
    }
 
    .div-btn .button-main, .div-btn .button-secondary  {
        display: block;
        width: 100%;
        text-align: center;
    }
    .cd-top {
        display: none;
    }
    button#iChatOpenButton {
        display: none;
    }
    .mp-text-header2, .mp-text-header2-terra, .mp-text-header2-dark-terra, .mp-text-header2-white {
    font-size: 40px;
    line-height: 24px;
    }

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


    .mp-text-header2-quote {
    font-size: 40px;
    line-height: 24px;
    text-align: center;
    }



    
.card-flat:first-child, .card-flat-trans:first-child, .card-shadow-light:first-child, .card-shadow-dark:first-child, .card-shadow-dark-icon:first-child, .card-shadow-light-icon:first-child {
    }
.card-flat:last-child, .card-flat-trans:last-child, .card-shadow-light:last-child, .card-shadow-dark:last-child, .card-shadow-dark-icon:last-child, .card-shadow-light-icon:last-child {
    margin-right: 0px;
}
.card-shadow-dark-icon {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    border-radius: 3px;
    margin: 12px;
    position: relative;
}
.card-shadow-dark {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    border-radius: 3px;
    margin: 12px;
    position: relative;
    display:flex;
    justify-content:center;
    width: 980px;
}
  .card-flat, .card-flat-trans, .card-shadow-dark, .card-shadow-dark-icon, .card-shadow-light, .card-shadow-light-icon {
        min-height: auto !important;
        margin-left: 0px;
        margin-right: 0px;
    }

/*.first-part:first-child{
    margin-left: 110px;
}
*//*.fact-part:first-child{
    margin-left: 42px;
}*/
/*.last:last-child{
    margin-right: 90px;
}
*/#video{
width: 100%;
    border-style: hidden;
    border-radius: 6px;
}
.line{
    margin-top: -20px;
    width: 150px;
    height: 6px;
    background-color: #fb0;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;    
    display:flex;
    justify-content:center;
}
.smaller{
    font-size: 32px;
}
.second{
    overflow: hidden;
    height:526px;
}

.second-2{
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    height: 360px;
    margin-left: 0;
    padding-left: 0;
}


.max-width-graph{

    max-width: 440px;
}
.second-3{
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    height: 224px;
    134px
    margin-left: 0;
    padding-left: 0;
}

.second-4{
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    height: 134px:;
    margin-left: 0;
    padding-left: 0;
}

.photo{
    width: 100%;
}

/*.second img {
  display: block;
  transition: transform 3.5s;    smoother zoom 
}
.second:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}*/
.margin-2{
    margin-bottom: 220px;
    height: 480px;
}
.foreword{
 
    max-width: 440px;
}
.block-2{
    max-width: 400px;
}
@media screen and (max-width:1240px) {
.mp-Layout-offset-extra {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    }
}
@media screen and (max-width:1240px) {
/*.last:last-child {
    margin-right: 168px;
}*/
}
@media screen and (max-width:1068px) {
/*.first-part:first-child {
    margin-left: 30px;*/
}
 /*   .last:last-child {
        margin-right: 200px;
    }*/
}
@media screen and (max-width:1024px) {
/*.first-part:first-child {
    margin-left: 30px;*/
}
/*
    .last:last-child {
        margin-right: 467px;
    }*/
}
@media screen and (max-width:1024px) {
.mp-Layout-offset-extra {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    }
.last:last-child{
    margin-right: auto;
}
}
@media screen and (max-width:960px) {
.mp-Layout-offset-extra {
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    }

    .funfacts{
        width: 320px;
    }

 /*       .block-2{
        width: 320px;
    }*/
}
/*
@media screen and (max-width:1020px) {
    .last:last-child {
        margin-right: 467px;
    }
}
*/
@media screen and (max-width:768px) {
.mp-Layout-offset-extra {
    width: 100%;
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
    }
    .second{
     max-width: 100%;
     height: 417px;
    }
    .seperator{
        margin-top: -1px;
    }


     .seperator-1{
        margin-top: 0px;
    }

    .vertical {

    flex-direction: inherit;


}
/*    .seperator-2{
   margin-top: 62px
}*/
.bg-extra{
   background-color: #fff;
    height: 62px;
    width: 100%;
}
    .photo{
        width: 100%;
        height: auto;
    }
    .foreword{
    max-width: 100%;
}
.max600{
         display: block;
    max-width: 1000px;
}
.first-part:first-child {
    margin-left: auto;
}
.last:last-child {
    margin-right: auto;
}
}
@media screen and (max-width: 440px) {
    .second {
        max-width: 100%;
        height: 293px;
    }
.bg-extra{
   background-color: #fff;
    height: 122px;
    width: 100%;
}
}
@media screen and (max-width: 680px) {
.bg-extra{
   background-color: #fff;
    height: 122px;
    width: 100%;
}
}
@media (min-width: 768px) {
    .fact-part {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .factscard{
    width: 1000px;
    
}
}
@media screen and (max-width: 390px) {
.bg-extra{
   background-color: #fff;
    height: 142px;
    width: 100%;
}
}
@media screen and (max-width: 320px) {
.bg-extra{
   background-color: #fff;
    height: 262px;
    width: 100%;
}
}
@media (max-width: 768px) {
  
    .max600 {
        max-width: 100% !important;
    }

    .factscard{
    width: 100%;
    
}
    .margin-2{
    height: 800px;
}
 .card-flat, .card-flat-trans, .card-shadow-dark, .card-shadow-dark-icon, .card-shadow-light, .card-shadow-light-icon {
        min-height: auto !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}



.new-grey{
    background-color: #ccd4de;
}


.funtext{
    width: 400px

}


}


.lotti{

        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


#counter{    
        display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
    display: flex;
    font-family: Bariol, sans-serif;
/*    margin-right: 1000px;*/
/*  background: rgba(black, .05);*/
  padding: 20px;
/*  width: 400px;*/
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  width: 430px;
/*  justify-content: space-between;
  */
flex-wrap: wrap;
  
  span.percent:after {
    content: "";
    
  }
}

#counter-10{    
        display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
    display: flex;
    font-family: Bariol, sans-serif;
/*    margin-right: 1000px;*/
/*  background: rgba(black, .05);*/
  padding: 20px;
/*  width: 400px;*/
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  width: 430px;
/*  justify-content: space-between;
  */
flex-wrap: wrap;
  
  span.percent:after {
    content: "";
    
  }
}



#counter-2{    
      display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    display: flex;
    font-family: Bariol, sans-serif;
    /* margin-right: 1000px; */
/*    padding: 100px;*/
    padding-top: 0;

    /* width: 400px; */
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;  
  span.percent:after {
    content: "";

    
  }
}

#counter-3{    
      display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    display: flex;
    font-family: Bariol, sans-serif;
    /* margin-right: 1000px; */
/*    padding: 100px;*/
    padding-top: 0;

     width: 400px; 
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;  
  span.percent:after {
    content: "";

    
  }
}

#counter-4{    
      display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    display: flex;
    font-family: Bariol, sans-serif;
    /* margin-right: 1000px; */
    padding: 40px;
    padding-top: 0;

     width: 400px; 
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;  
  span.percent:after {
    content: " %";

    
  }
}


#counter-5{    
      display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    display: flex;
    font-family: Bariol, sans-serif;
    /* margin-right: 1000px; */
    padding: 40px;
    padding-top: 0;

     width: 400px; 
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;  
  span.percent:after {
    content: " %";

    
  }
}


/*
/*
#counter-2{    
      display: flex;
    align-items: center;
    justify-content: center;
    height: 219px;
    display: flex;
    font-family: Bariol, sans-serif;
    /* margin-right: 1000px; */
/*    padding: 25px;*/
    /* width: 400px; */
/*    max-width: 360px;
*/    /*margin: 0 auto;*/
  /*  display: flex;*/
    /* justify-content: space-between; */
/*    flex-wrap: wrap;  
  span.percent:after {
    content: "%";*/
    
  }
}*/


.big-data{
    margin-bottom: -20px;
    font-size: 138px;
    padding: 40px;
    font-weight: 700;
}


.big-data-2{
    width: 100%;
    font-size: 58px;
        font-weight: 700;
    /*  padding-left: 60px;
      padding-right: 60px;*/

}

.big-data-5,.big-data-4{
      font-family: Bariol-bold, sans-serif;
    font-weight: 500;
    font-size: 102px;
    line-height: 102px;
    margin-top: 0px;


}




/*.big-data-2{
    font-size: 86px;
      padding: 10px;

}*/


.vertical{
   display: flex;
  flex-direction: column;
align-items: center;
justify-content: center;
}


/*
@media screen and (max-width:768px) {


    .vertical {

    flex-direction: inherit;


}




}*/




.text-next-2{
    font-size: 20px;
    text-align: center;
    font-family: roboto;
    margin-top: -50px;
}

.text-next-3{
    font-size: 20px;
    text-align: center;
    font-family: roboto;
    margin-top: -10px;
}

.text-next-4{
    font-size: 20px;
    text-align: center;
    font-family: roboto;
    margin-top: -50px;
}
.text-next{
    font-size: 20px;
    text-align: center;
    font-family: roboto;
    margin-top: -50px;
}

@media (max-width: 590px) {
    nav a.first-nav {
        margin-left: 24px;
    }
   nav a.last-nav {
        margin-right: 24px;
    }

      nav a.extra-last-nav {
        margin-right: 24px;
        margin-left: -24px;
    }
}



.text-2{
    font-size: 20px;
    text-align: center;
    font-family: roboto;
    margin-top: -50px;
}

.text-3{
    font-size: 20px;
    text-align: center;
    font-family: roboto;
    margin-top: -10px;
}




/*.fullwidth{
    display: none;
}
*/



@media (max-width: 450px) {
    .diagram {
        width: 450px;
    }

      .diagram-2 {
        width: 450px;
    }


.sub{

color:#d88254; 
font-weight: 900;
}

#counter-2 span{
     float: left;
  clear: left;
}

}

@media screen and (max-width: 868px) {
    .funfacts {
        width: 280%;
    }
    .funtext{width: 100%
    }
}




@media screen and (max-width: 768px) {
    .funfacts {
        margin-top: 110px;
        width: 420px;
     
        
}
.text-2 {
    
    margin-top: 0px;

}

.text-3 {
    
    margin-top: 0px;

}

.text-next {
    
    margin-top: 0px;


}


.text-next-2 {
    
    margin-top: 0px;


}



.text-next-3 {
    
    margin-top: -10px;


}

.text-next-4 {
    
    margin-top: 0px;


}


#container {
 
     width: 100%; 

}
.big-data-2{

        line-height: 60px;
}
   

    }


    @media screen and (max-width: 450px) {
    .funfacts {
        margin-top: 110px;
        width: 300px;
     

        }

    }



    #video2 {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
/*    position: fixed;*/
    top: 0;
    left: 0;
    z-index: -1;
}


    #video3 {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
/*    position: fixed;*/
    top: 0;
    left: 0;
    z-index: -1;
}


    #video4 {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
/*    position: fixed;*/
    top: 0;
    left: 0;
    z-index: -1;
}

.margin-extra{
    margin-top: -6px
}


#container {
        min-height: 490px;
 /*   height: 100%;*/
    width: 490px;
    font-family: roboto;
    color: #00285a;
}

#container-2 {
        min-height: 490px;
 /*   height: 100%;*/
    width: 490px;
    font-family: roboto;
    color: #00285a;
}

.normal-list li::marker {
    color: #fb0;
    font-size: 20px;
}

.highcharts-axis-labels, .highcharts-xaxis-labels{
   color: #00285a;


}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #ffffff;
      font-family: Roboto, sans-serif;

}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
      font-family: Roboto, sans-serif;
}


.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-credits{
    display: none;
}


.highcharts-text-outline{
    display: none;
}

.highcharts-color-2 path {
  fill: red;
}​


.highcharts-color-1 path {
  fill: #00285a;
}​


.highcharts-color-0 path {
  fill: #eda566;
}​


.max600 {
    display: block;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
}

.flex{
      display: flex;
      width: 50%;
}

.margin-24{
    margin: 24px;
    max-width: 440px;
     flex: 1;
}
.none{
    display: none;


}
.illustration-mp{
    width: 400px;
}

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

.illustration-mp-2{
    width: 100%;
    text-align: center;

}



@media screen and (max-width: 768px) {

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

.none{
    display: inline-block;
}

.show{
    display: none;
}
.margin-24{
    margin: 24px;
    max-width: 100%;
     flex: 1;
}

.illustration-mp{
    width: 100%;
}

}

.highcharts-button{
    display: none;
}
.diagram{
     display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 820px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 24px;

}


.diagram-2{
     display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 280px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 24px;

}


.diagram-image{
  
    width: 800px;
    height: 800px;
    text-align: center;
/*    margin-bottom: 12px;*/
    position: sticky;
    left: 0;

 /*   background-color: #fdf6f0;
    box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.3);*/

}

.diagram-image-2{
  
    width: 800px;
/*    height: 640px;*/
    text-align: center;
/*    margin-bottom: 12px;*/
    position: sticky;
    left: 0;

 /*   background-color: #fdf6f0;
    box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.3);*/

}



.margin-top{
    margin-top: 24px;
}
@media screen and (max-width: 768px) {

#container {
 
     width: 100%; 

}


    .mp-text-header2, .mp-text-header2-terra, .mp-text-header2-dark-terra, .mp-text-header2-white {
        

        font-size: 62px;
        line-height: 34px;
    }



.diagram {
    display: inline-block;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
   /* height: 540px;
*/    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 24px;

}

.diagram-2 {
    display: inline-block;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 240px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 24px;

}


}

.titel-sus{

    width: 100%;
    margin: 48px;
}


.mp-text-header-sub-titel{
    font-family: Roboto;
    font-size: 18px;
    margin: 0;
}



.quote{
    font-family: Bariol;
}

/*.seperator-title{
   margin-top: 24px
}
*/
.data-2{

        padding-right: 120px;
    padding-left: 120px;

}


.align-item{

        display: flex;
    align-items: center;
    justify-content: center;
}


.quote-2{width: 100%;
    margin: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    text-align: center;
    font-size: 38px;
    line-height: 40px;
}


.margin-list-2{
    margin: 24px;
}

.position{

display:flex;
justify-content:center;
align-items:center;


}




.align-img{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 278px;
};

.first-ul {
  list-style: none; /* Remove default bullets */
/*  padding-right: 40px;  /* Remove left padding */*/

}

.first-ul li {

      margin-left:-42px;

  display: flex; /* Use flexbox to align items horizontally */
  align-items: center; /* Center the icon and text vertically */
  margin-bottom: 10px; /* Space between list items */

}

.first-ul li::before {

  content: url('../images/children-babies.svg'); /* Path to your custom icon */
  margin-right: 10px; /* Space between the icon and text */
  width: 40px; /* Initial icon size */
  height: 40px; /* Initial icon size */
  flex-shrink: 0; /* Prevent the icon from shrinking */
}
.first-ul li:nth-child(1n+2)::before{
 content: url('../images/earth.svg'); /* Path to your custom icon */
  margin-right: 10px; /* Space between the icon and text */
  width: 40px; /* Initial icon size */
  height: 40px; /* Initial icon size */
  flex-shrink: 0; /* Prevent the icon from shrinking */
}


.second-ul {
  list-style: none; /* Remove default bullets */
/*  padding-right: 40px;  /* Remove left padding */*/

}

.second-ul li {

      margin-left:-42px;

  display: flex; /* Use flexbox to align items horizontally */
  align-items: center; /* Center the icon and text vertically */
  margin-bottom: 10px; /* Space between list items */

}

.second-ul li::before {

  content: url('../images/garden-terrace.svg'); /* Path to your custom icon */
  margin-right: 10px; /* Space between the icon and text */
  width: 40px; /* Initial icon size */
  height: 40px; /* Initial icon size */
  flex-shrink: 0; /* Prevent the icon from shrinking */
}
.second-ul li:nth-child(1n+2)::before{
 content: url('../images/earth.svg'); /* Path to your custom icon */
  margin-right: 10px; /* Space between the icon and text */
  width: 40px; /* Initial icon size */
  height: 40px; /* Initial icon size */
  flex-shrink: 0; /* Prevent the icon from shrinking */
}


.third-ul {
  list-style: none; /* Remove default bullets */
/*  padding-right: 40px;  /* Remove left padding */*/

}

.third-ul li {

      margin-left:-42px;

  display: flex; /* Use flexbox to align items horizontally */
  align-items: center; /* Center the icon and text vertically */
  margin-bottom: 10px; /* Space between list items */

}

.third-ul li::before {

  content: url('../images/audio-tv-photo.svg'); /* Path to your custom icon */
  margin-right: 10px; /* Space between the icon and text */
  width: 40px; /* Initial icon size */
  height: 40px; /* Initial icon size */
  flex-shrink: 0; /* Prevent the icon from shrinking */
}
.third-ul li:nth-child(1n+2)::before{
 content: url('../images/earth.svg'); /* Path to your custom icon */
  margin-right: 10px; /* Space between the icon and text */
  width: 40px; /* Initial icon size */
  height: 40px; /* Initial icon size */
  flex-shrink: 0; /* Prevent the icon from shrinking */
}

.icon-card-2{
             object-fit: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0;
    max-width: 340px;
    border-top-left-radius: 4px;
        border-top-right-radius: 4px;

}

.no-padding{
    padding: 0
}

.lotti-graph{
/*    display: flex;*/
    justify-content: center;
    align-items: center;


}


      .main-title{

font-size: 42px;
        line-height: 64px;
    }

@media screen and (max-width: 480px) {
    .smaller {
        font-size: 16px;
    }
    .line{
      width: 100px;
    height: 5px;
}

  .mp-text-header2, .mp-text-header2-terra, .mp-text-header2-dark-terra, .mp-text-header2-white {
        font-size: 52px;
        line-height: 46px;
    }


    .header-jaar{

        font-size: 52px;
        line-height: 30px;
    

    }
.diagram-image{
  
    width: 500px;
    height: 500px;
    text-align: center;
/*    margin-bottom: 12px;*/
    position: sticky;
    left: 0;

 /*   background-color: #fdf6f0;
    box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.3);*/

}


.diagram{

    width: 100%;
    height: 512px;


}

    
    #counter-2{
        padding: 30px;
    }

        #counter-3{
        max-width: 368px;
        width: 100%;
    }

    #counter{
   width: 260px;

   }
   
     #counter-10{
   width: 260px;

   }



  

      .big-title{
       font-size: 22px;
        line-height: 48px;
    }


  

  
  .quote-2 {

    margin: 0;
   
    font-size: 22px;
    line-height: 32px;

}

.illustration-mp-2{
    width: 100%;
}


#counter-4 {

   
    width: 100%;

  

    }

    #counter-5{

   
    width: 100%;

  

    }

.plane-section{
    padding-left: 0;
}

    .second-3{
        height: 194px;
    }

#container-2 {
width: 100∞;
    /* height: 100%; */
    width: 100%;
    font-family: roboto;
    color: #00285a;
}

  



}

@media screen and (max-width: 1280px) {


    .head-2{
                font-size: 66px;
                 line-height: 70px;

    }

      #video{
            border-radius: 0;

    }

     .second-2 {
         height: 420px;
    }


     .second-3 {
         height: 230px;
    }
}



@media screen and (max-width: 1060PX) {


 .second-3{
         height: 236px;
    }


}


@media screen and (max-width: 1028PX) {
    .data-2 {
       width: 100%;
       padding: 0;
       text-align: center;
    }

     .align-item {
       margin: 0;
    }
      .second-2 {
         height: 370px;
    }
 .second-3{
         height: 240px;
    }

    .head-2{
                font-size: 50px;
                 line-height: 56px;

    }

}
   







@media screen and (max-width: 868PX) {
    .data-2 {
       width: 100%;
       padding: 0;
       text-align: center;
    }

     .align-item {
       margin: 0;
    }

}


@media screen and (max-width: 868PX) {
    .data-2 {
       width: 100%;
       padding: 0;
       text-align: center;
    }

     .align-item {
       margin: 0;
    }

  .second-2 {
         height: 420px;
    }
     .second-3 {
         height: 240px;
    }


}
@media screen and (max-width: 768PX) {
    .mp-text-header2, .mp-text-header2-terra, .mp-text-header2-dark-terra, .mp-text-header2-white {
        font-size: 42px;
        line-height: 44px;
    }
  .flex-2{
        width: 100%;
    }



}





@media screen and (max-width: 768PX) {
   
    

      .main-title{

font-size: 42px;
        line-height: 84px;
    }

    .head-2{
              font-size: 42px;
        line-height: 50px;

    }


    .second-2 {
         height: 480px;
    }

    .second-3 {
       height: 320px;
    }


    }


@media screen and (max-width: 568px) {
   
    .main-title{
        font-size: 32px;
        line-height: 54px;
    }

  {
       height: 152px;
    }


   .second-2 {
         height: 510px;
    }



    }

@media screen and (max-width: 480px) {
   


    .second-2 {
         height: 630px;
    }


    .head-2{
               font-size: 42px;
        line-height: 50px;}

    


    .second-3 {
       height: 350px;
    



}
}


@media screen and (max-width: 430PX) {


    .main-title{
        font-size: 22px;
        line-height: 44px;
    }



    
}



@media screen and (max-width: 425PX) {

     .flex-2{
        width: 100%;
    }

    .main-title{
        font-size: 22px;
        line-height: 44px;
    }



    .second-3 {
       height: 380px;
    }


    
}





@media screen and (max-width: 375PX) {
.second-3 {
       height: 328px;
    }

    .flex-2{
        width: 100%;
    }

      .second-2 {
         height: 700px;
    }

       .second-3 {
         height: 370px;
    }
}

@media screen and (max-width: 345PX) {


     .flex-2{
        width: 100%;
    }

   .second-3 {
         height: 390px;
    }

}


@media screen and (max-width: 320PX) {
.second-3 {
       height: 390px;
    }

     .flex-2{
        width: 100%;
    }

        .second-2 {
         height: 720px;
    }

    .head-2{
              font-size: 38px;
        line-height: 44px;

    }

}









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;
}
#header-logo-svg {
    text-decoration: none;
}

.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;
    }
    .title-reduction {
    padding-bottom: 24px !important;
    }
 
    .txt-mp1, .txt-mp2 {
    line-height: 24px !important;
    font-size: 24px !important;
    }
    .section-license-plate-hero .mp-text-header1 {
    line-height: 18px !important;
    padding-top: 8px !important;
    }

}

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

.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 .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: 600;
    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;
    }
    .doing-good-top {
    margin-top: 24px !important;
    }
    .T01 {
        min-height: 0px !important;
        max-width: 100% !important;
    }
    .section-license-plate-hero .mp-text-header1 {
    line-height: 24px !important;
    }
 

}
@media (max-width: 1200px) {
    .section-license-plate-hero::after {
        background: linear-gradient(90deg,rgba(0,40,90,0.9),rgba(0,40,90,0.3)) !important;
    }
    .section-license-plate-hero-2::after {
    background: linear-gradient(90deg,rgba(204,212,222,0.9),rgba(234,233,238,0.3)) !important;
    }
}






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

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

@media (max-width: 1060px) {
    #illustration {
    background-size: 150%!important;
    }
    .div-height {
    min-height: 350px !important;
    }
    #illustration {
    background-attachment: scroll !important;
    }
}

@media (max-width: 800px) {
    #illustration {
    background-size: 140%!important;
    }
    .div-height {
    min-height: 250px !important;
    }
}

@media (max-width: 420px) {

    #hero-top {
    max-height: 350px;
    }
    #illustration {
    background-size: 300%!important;
    }
    .div-height {
    min-height: 250px !important;
    }
}

.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-license-plate-hero-2,
.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, .section-license-plate-hero-2 {
    padding: 48px 20px 0;
}

@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-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-selling-tips {
    background-color: #fff;
}

.section-license-plate-hero > div, .section-license-plate-hero-2 > 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;
    }

    #svg-logo {
        margin-left: 10px;
    }
    .button-custom-1 {
    margin-bottom: 56px !important;
    }
}

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

.section-license-plate-hero .mp-text-header1, .section-license-plate-hero-2 .mp-text-header1 {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    font-size: 36px;
    line-height: 40px;
    font-family: Bariol-bold, sans-serif;
    font-weight: 600;
}

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

.page-header {
    margin-bottom: 30px;
    color: #00285a;
}

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

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

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

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

.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: #00285a;
    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: #ccd4de;
}

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

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

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

.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-bold, sans-serif;
    font-size: 28px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 12px;
}

#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: #00285a;
    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: #00285a;
    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-1 .button-custom-2, nav a {
    font-family: Bariol;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #00285A ;
    box-shadow: inset 0 0px 0 0 transparent;
    color: #fff;
}

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

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

}


.custom-list {
    list-style: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.custom-list li {
    position: relative;
    padding-left: 100px;
}
.custom-list li.li-green {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.custom-list li.bullet {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 52px;
    transform: translateY(-50%);
}
.custom-list li.li-green:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/checkmark_green.svg');
}

.custom-list li.li-t1:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/bullet_1.svg');
}

.custom-list li.li-t2:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/bullet_2.svg');
}

.custom-list li.li-t3:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/bullet_3.svg');
}

.custom-list li.li-t3:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/bullet_3.svg');
}

.custom-list li.li-t4:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/bullet_4.svg');
}
.custom-list-2 {
    list-style: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.custom-list-2 li {
    position: relative;
    padding-left: 70px;
}
.custom-list-2 li.li-green {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.custom-list-2 li::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 24px;
    transform: translateY(-50%);
}
.custom-list-2 li.li-green:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/checkmark_green.svg');
}

.custom-list-3 {
    list-style: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.custom-list-3 li {
    position: relative;
    padding-left: 70px;
}
.custom-list-3 li.li-green {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.custom-list-3 li::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 24px;
    transform: translateY(-50%);
}
.custom-list-3 li.li-green:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/checkmark_green.svg');
}

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: 12px;
  line-height: 18px;
  border-radius: 3px;
  min-height: 32px;
  padding: 4px 10px !important;
  margin-right: 10px;
  font-family: Roboto, sans-serif !important;
  box-shadow: inset 0 0px 0 0 #e6a800 !important;
}

/*.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: 20px;
}

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

.txt-mp2 {
    color: #FFBB00;
    font-size: 36px;
    line-height: 36px;
}

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

.grey {
    background: #ccd4de;
}

.navy {
    background: #00285a;
}

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

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


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

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

.icon-yourself, .icon-others, .icon-world {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -70px;
}
.txt-center {
    text-align: center;
}
.txt-doinggood {
    min-height: 140px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0px;
    padding-bottom: 24px;
}

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

.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;
    margin-bottom: 12px;
}
.T01 {
    min-height: 100px;
    max-width: 260px;
    margin-top: 12px;
}
.app-download {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    margin-top: -198.5px;
    margin-bottom: -24px;
}

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

.thinking {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    margin-top: -174.5px;
    margin-bottom: -48px;
}

#thinking {
    margin-top: 200px;
}
.feature-title-2 {
    font-family: Bariol-bold, sans-serif;
    font-size: 24px;
    line-height: 28px;
}
.mp-FooterAlternative p {
 margin-bottom:0
}
.mp-FooterAlternative a {
 font-family:Roboto,sans-serif;
 font-family:var(--mp-font-base,"Roboto",sans-serif);
 font-style:normal;
 font-weight:400;
 color:#0064da;
 color:var(--mp-color-link,#0064da);
 font-size:14px;
 line-height:20px;
 display:inline-block;
 padding:8px;
 text-decoration:none
}
.mp-FooterAlternative a:hover {
 color:#0076ec;
 color:var(--mp-color-link--hover,#0076ec)
}
.mp-FooterAlternative a:active {
 color:#0d44bb;
 color:var(--mp-color-link--active,#0d44bb)
}
.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 #e6e4e1
}
.mp-FooterAlternative-inner,
.mp-FooterAlternative-maxWidth {
 margin:0 auto;
 max-width:991px;
 padding: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-family:var(--mp-font-base--light,"Roboto",sans-serif);
 font-style:normal;
 font-weight:300;
 font-size:12px;
 line-height:16px;
 color:#667e9c;
 color:var(--mp-color-meta-text,#667e9c)
}
.mp-FooterAlternative .mp-Footer-categories-wrapper {
 margin-bottom:0;
 margin-top:16px
}

.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;
    margin-bottom: 24px;
}

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

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



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

.title-block {
        position: relative;
    z-index: 10000 !important;
}
.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;
}

.img-toys {
    max-width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 8px;
}

.title-reduction {
    margin-bottom: 36px !important;
}




.feature-title-first-blocks {
    font-family: Bariol-bold, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 12px;
}

.txt-besparing {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  background: rgba(255,255,255,0.9);
  padding-bottom: 24px;
  margin-top: -20px;
}

.txt-besparing-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  background: rgba(255,255,255,0.9);
  padding-bottom: 32px;
  margin-bottom: -24px;
}

.first-video{
    max-width: 1230px;
}

#illustration {
  background: url('https://www.2dehands.be/i/huis-tuin/images/2DH-c02-illustration-HG.svg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
}



