/*------------------------------------*\
    Default styles
\*------------------------------------*/
html {
    font-size: 62.5%;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    background: #f4f5f1;
    color: #3c3c3b;
    font-family: 'Roboto', sans-serif;
}

    body.openpopup::after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 400;
    }

.optanon-toggle-display {
    cursor: pointer;
}

.productpage .keuze-blok .title {
    display: block;
    font-weight: 900;
    font-size: 1.8rem;
    padding: 0 .5rem;
    line-height: normal;
    margin: 2rem 0 1.4rem 0;
}

.productpage .keuze-blok img {
    border-bottom: 1px solid #eaeaea;
}

.productpage .keuze-blok .buttons {
    margin: 0 0 2rem 0;
}

    .productpage .keuze-blok .buttons a {
        margin: .5rem;
        padding: .6rem 1rem .6rem .3rem;
        font-size: 1.4rem;
    }

        .productpage .keuze-blok .buttons a i {
            margin-right: .5rem;
        }

a.instruction {
    display: block;
    line-height: 20px;
    color: #3c3c3b;
    font-size: 1.5rem;
    line-height: normal;
    padding: .8rem;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #0abaed;
    color: #fff;
    font-weight: 300;
}

    a.instruction i {
        margin-right: .5rem;
    }

    a.instruction:hover {
        background-color: #e9540d;
    }

p a {
    color: #e9540d;
}

.p20 {
    padding: 0 20px;
}

.home-steps .keuze-btn-more img {
    width: 20px;
    height: 20px;
    display: block;
}

#mail {
    position: fixed;
    top: 50%;
    display: none;
    padding: 30px;
    background: #f4f5f0;
    -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 9px rgba(0,0,0,0.2);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    #mail.active {
        display: block;
    }

    #mail input[type="text"] {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        background: none;
        border: 1px solid #3c3c3b;
    }

.close {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
    background: url(../images/cross.png) no-repeat;
}

header {
    width: 100%;
    height: 6rem;
    position: relative;
    background: #e8540e;
    border-bottom: 0.3rem solid #bcbcbb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    header .logo {
        display: inline-block;
        width: 18rem;
        height: 25rem;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        background: url("/Images/logo_alabastine.svg") no-repeat;
        background-size: contain;
        background-position: center top;
    }

    header .logo-muurstrak {
        display: inline-block;
        width: 19rem;
        height: 8rem;
        position: absolute;
        z-index: 10;
        right: 1rem;
        top: 1.5rem;
        background: url("/Images/Muurstrakplan-logo-RGB-kaal.png") no-repeat;
        background-size: contain;
        background-position: right center;
    }

    header .website-link a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
        font-size: 1.6rem;
        margin-right: 22rem;
        position: relative;
        z-index: 10;
    }

.product-overview #footerbackground .website-link {
    margin-top: 15px;
}

.product-overview .website-link {
    margin-top: 11px;
}

main {
    min-height: calc(100vh - 100px);
}

.content {
    background-color: #f4f5f0;
    display: block;
}

/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero {
    padding-bottom: 35%;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

    .hero.slim {
        padding-bottom: 7%;
    }

    .hero .title {
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        font-size: 4rem;
        line-height: normal;
        margin-bottom: 2rem;
    }

    .hero .grid {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }

        .hero .grid.top {
            top: 25%;
        }

        .hero .grid.bottom {
            bottom: -10%;
            width: 1010px;
            max-width: 80%;
        }

    .hero ul {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

        .hero ul li {
            width: 33.33%;
            display: inline-block;
            float: left;
            padding: 0.5rem;
        }

            .hero ul li img {
                max-width: 100%;
            }

@media screen and (max-width: 1450px) {
    .hero .grid.bottom {
        max-width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .hero .grid.bottom {
        display: none;
    }

    .hero .title {
        font-size: 3rem;
        margin-top: 3rem;
    }
}

/*------------------------------------*\
    PAGE INTRO
\*------------------------------------*/
.page-intro {
    text-align: center;
    padding: 5.5rem 0;
    font-size: 1.6rem;
}

    .page-intro .title {
        font-size: 4.2rem;
        line-height: 4.8rem;
    }

    .page-intro .buttons {
        margin: 3rem 0 0 0;
    }

        .page-intro .buttons a {
            display: inline-block;
            margin: .5rem;
        }

    .page-intro p {
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .page-intro.detail {
        text-align: left;
    }

.home-blok {
    height: 740px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-textblok {
    position: relative;
    margin-top: -480px;
    padding-right: 40px;
}

.home-startbtn.btn-primary, .mtop {
    margin-top: 20px;
    margin-right: 10px;
}

/*------------------------------------*\
    VIDEOS
\*------------------------------------*/
.videos-container {
    padding: 3.5rem 1rem 0 1rem;
    background: #efefef;
}

    .videos-container .title {
        margin-bottom: 3rem;
        font-weight: 300;
    }

    .videos-container .popup-video {
        text-decoration: none;
        width: 100%;
        color: inherit;
        display: block;
        margin-bottom: 40px;
        border-radius: 4px;
        overflow: hidden;
        padding: 0;
        background: #fff;
        -webkit-box-shadow: 0 2px 1px 0 #dddddd;
        box-shadow: 0 2px 1px 0 #dddddd;
        -webkit-transition: .2s ease all;
        -o-transition: .2s ease all;
        transition: .2s ease all;
        position: relative;
    }

        .videos-container .popup-video .video-thumbnail::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: #e9540d;
            opacity: 0;
            -webkit-transition: .2s ease all;
            -o-transition: .2s ease all;
            transition: .2s ease all;
        }

        .videos-container .popup-video:hover .video-thumbnail i {
            opacity: 1;
            -webkit-transition: .2s ease all;
            -o-transition: .2s ease all;
            transition: .2s ease all;
        }

        .videos-container .popup-video:hover .video-thumbnail::after {
            opacity: 0.5;
        }

    .videos-container .video-thumbnail {
        display: block;
        width: 100%;
        height: 23rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center center !important;
        position: relative;
    }

        .videos-container .video-thumbnail i {
            color: #fff;
            font-size: 8rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            display: block;
            opacity: 0.6;
            z-index: 5;
        }

    .videos-container .video-title {
        padding: 0 1.5rem;
        margin: 1.5rem 0 .5rem 0;
        display: block;
        font-size: 1.8rem;
        line-height: normal;
        font-weight: 700;
    }

    .videos-container .video-summary {
        display: block;
        font-size: 1.4rem;
        line-height: normal;
        font-weight: 300;
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

/*------------------------------------*\
    Magnific Popup
\*------------------------------------*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*------------------------------------*\
    STEPS
\*------------------------------------*/
.stappen .next-step {
    text-align: center;
    padding: 5rem 1.5rem 0 1.5rem;
}

.stap-titel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 900;
    font-size: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .stap-titel span {
        font-size: 2rem;
        font-weight: 300;
        line-height: 5rem;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        width: 5rem;
        height: 5rem;
        text-align: center;
        margin-right: 1.5rem;
    }

    .stap-titel small {
        font-size: 1.8rem;
        line-height: normal;
        font-weight: 300;
        margin: 0 0 0 6.5rem;
        ;
        display: block;
        width: 100%;
    }

.stap {
    padding: 2rem;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: normal;
}

    .stap span {
        font-weight: 900;
    }

.stappen {
    padding: 4rem .5rem;
}

#stap2 {
    background: #efefef;
}

.keuzeblokken {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.keuze-blok {
    margin-top: 3rem;
    padding: 0 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

    .keuze-blok.nocursor {
        cursor: default;
    }

    .keuze-blok img {
        -webkit-transition: .2s ease all;
        -o-transition: .2s ease all;
        transition: .2s ease all;
        min-height: 1px;
    }

    .keuze-blok:hover img {
        opacity: 0.8;
    }

    .keuze-blok .inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 1px 0 #dddddd;
        box-shadow: 0 2px 1px 0 #dddddd;
        width: 100%;
    }

    .keuze-blok.stap-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.4rem;
    }

    .keuze-blok.keuze-blok-message {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .keuze-blok .bg1 span {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        padding: 1rem 2rem 2rem 2rem;
        font-weight: 900;
    }

        .keuze-blok .bg1 span i.code {
            display: none;
        }

#choice-step-2,
#choice-step-3,
#choice-step-4 {
    display: block;
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 700;
    display: block;
    color: #e9540d;
    background-color: #fee9be;
    border: 1px solid #e9540d;
    padding: 1.8rem;
    border-radius: 5px;
}

.step3.active,
.step4.active {
    display: block;
}

.step3.inactive,
.step4.inactive {
    display: none;
}

.slide {
    width: 75%;
}

.keuze-omschrijving {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100%;*/
}

    .keuze-omschrijving label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
        position: relative;
        padding: 1.5rem 1.5rem 1.5rem 4.6rem;
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 400;
        width: 100%;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all;
    }

    .keuze-omschrijving.producten {
        padding: 0px 20px;
    }

.keuze-blok.has-more .keuze-omschrijving label {
    padding: 1.5rem 4rem 1.5rem 4.6rem;
}

.keuze-omschrijving input[type=radio],
.keuze-omschrijving input[type=checkbox] {
    display: none;
}

.keuze-omschrijving label::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 1.5rem;
    left: 1.5rem;
    border: 1px solid #cacaca;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.keuze-omschrijving label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #26c281;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.keuze-omschrijving label:hover::before {
    background: rgba(67, 195, 132, 0.35);
}

.keuze-omschrijving input[type=checkbox] + label::before {
    border-radius: 3px;
}

.touchevents .keuze-omschrijving label:hover::before {
    background: #fff;
}

.keuze-omschrijving.producten label {
    padding-left: 3.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .keuze-omschrijving.producten label::before {
        left: .5rem;
    }

    .keuze-omschrijving.producten label::after {
        display: none;
    }

.keuze-omschrijving input[type=radio]:checked + label::after,
.keuze-omschrijving input[type=checkbox]:checked + label::after {
    height: 5px;
    top: -5px;
}

.keuze-omschrijving input[type=radio]:checked + label::before,
.keuze-omschrijving input[type=checkbox]:checked + label::before {
    background: #fff;
    border: .7rem solid #26c281;
}

.keuze-blok .keuze-omschrijving .keuze-btn-more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem;
    background: none;
    cursor: pointer;
    color: #999;
}

    .keuze-blok .keuze-omschrijving .keuze-btn-more .fa-info-circle {
        color: #e9540d;
        font-size: 2rem;
    }

    .keuze-blok .keuze-omschrijving .keuze-btn-more.stap4-more,
    .keuze-blok .keuze-omschrijving .keuze-btn-more.stap3-more {
        width: 100%;
        height: 48px;
        position: absolute;
        bottom: 0px;
        right: 0;
        background: #f4f5f0;
        cursor: pointer;
        display: block;
        text-align: center;
        padding-top: 10px;
    }

        .keuze-blok .keuze-omschrijving .keuze-btn-more.stap4-more img,
        .keuze-blok .keuze-omschrijving .keuze-btn-more.stap3-more img {
            display: inline-block;
            margin-left: 5px;
        }

.keuze-more {
    display: none;
    font-size: 1.4rem;
    font-weight: 300;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 1.5rem;
    border-radius: 5px;
    margin: 0 2rem 2rem 2rem;
}

    .keuze-more p {
        margin: 0;
    }

.btn-stap {
    margin-top: 20px;
}

footer {
    position: relative;
    height: 70px;
    background-color: #e9540d;
    width: 100%;
    margin-top: 5rem;
}

    footer #footer-logo {
        background: url('../images/alabastine-logo.svg') no-repeat left;
        height: 75px;
        width: 107px;
        float: left;
        margin-left: 25px;
        position: absolute;
        bottom: 12px;
    }

    footer .website-link ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    footer .website-link a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
        margin-top: 24px;
        margin-right: 2rem;
    }

.legal h2 {
    font-size: 36px;
}

/*------------------------------------*\
    Stappenplan
\*------------------------------------*/
.keuze-blok img {
    display: block;
    float: none;
}

.stappen .keuze-blok.stap-info .inside {
    border-left: 1.5rem solid #fff;
    border-right: 1.5rem solid #fff;
}

.stappen .keuze-blok.stap-info img {
    max-width: 250px;
    margin: 0 auto;
}

.keuze-blok > img.linebottom {
    border-bottom: 1px solid;
}

.stap-titel-small {
    padding-left: 20px;
}

.stap-titel-sub p {
    padding-left: 10px;
    margin-top: 20px;
}

.keuze-title {
    padding: 15px;
    display: block;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 900;
}

    .keuze-title strong {
        font-weight: 300;
    }

.keuze-intro {
    /*padding: 15px 20px 48px 15px;*/
    font-size: 1.3rem;
    line-height: normal;
    /*margin-bottom: 15px;*/
}

    .keuze-intro p {
        font-size: 1.3rem;
        line-height: 1.8rem;
        margin-bottom: 1rem;
    }

.stap4-divider {
    display: none;
}

.keuze-more.stappenplan {
    padding: 0 15px 15px 15px;
    font-size: 13px;
}

    .keuze-more.stappenplan p {
        font-size: 13px;
        line-height: normal;
    }

.keuze-more p {
    font-size: 13px;
    line-height: normal;
}

.product-name {
    min-height: 50px;
}

.mengverhouding {
    padding: 15px 15px 15px 15px;
    font-size: 13px;
    line-height: normal;
    min-height: 100px;
}

    .mengverhouding.gereedschap {
        min-height: inherit;
    }

.keuze-omschrijving + .tool-image {
    border-top: none;
}

.tool-image img {
    height: 200px;
    width: auto;
}

.tool-image .caption {
    margin-top: -30px;
}

.mengverhouding p {
    font-size: 13px;
    line-height: normal;
}

.productimage.stappenplan {
    font-size: 1.3rem;
}

.stappenplan.tool-image {
    border-bottom: 1px solid #eaeaea;
}

.product-row {
    border-bottom: 1px solid #eaeaea;
}

.productimage.stappenplan img {
    display: block;
    margin: auto;
}

.productimage.stappenplan .caption {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    margin-top: 0;
}

    .productimage.stappenplan .caption .code {
        display: none;
    }

.keuze-blok .productimage:last-of-type .caption {
    border: none;
}

.result {
    margin-top: 2rem;
}

    .result .result-title {
        display: block;
        margin: 0 0 1rem 0;
        font-size: 1.8rem;
        line-height: normal;
        font-weight: 900;
        text-transform: none;
    }

.form-container {
    position: relative;
}

    .form-container .field-validation-error {
        position: absolute;
        top: 45px;
        font-size: 11px;
        left: 0;
        color: red;
    }


.btn-cart {
    box-shadow: 0 2px 20px rgba(5, 116, 148, 0.3);
    position: relative;
}

    .btn-cart::before {
        content: '';
        width: 5rem;
        height: 8rem;
        background: url(/Images/arrow-btn-cart.png) no-repeat right bottom;
        background-size: contain;
        position: absolute;
        left: -7rem;
        bottom: 50%;
    }

.mail-print-buttons {
    text-align: right;
}

.result .btn-mail,
.result .btn-pdf {
    margin: .5rem;
}

.result input[type="text"] {
    height: 30px;
    border: none;
    padding: 0px;
    font-size: 14px;
    width: 172px;
}

.smallpopup {
    background: #f4f5f0;
    display: inline-block;
    border-radius: 5px;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    height: auto;
    position: fixed;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .smallpopup .title {
        font-size: 1.8rem;
        margin: 0 0 .5rem 0;
        font-weight: 900;
        display: block;
    }

    .smallpopup .subtitle {
        font-size: 1.5rem;
        line-height: normal;
        font-weight: 300;
        display: block;
        margin: 0 0 1rem 0;
    }

    .smallpopup input[type='text'],
    .smallpopup input[type='email'] {
        width: 100%;
        padding: 15px 10px;
        margin: 10px 0 15px;
        border-radius: 3px;
        border: 1px solid #eaeaea;
    }

    .smallpopup .popup-wrap {
        position: relative;
    }

    .smallpopup .btn-close {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("/Images/icn_close.png") no-repeat;
        background-size: 15px !important;
        background-position: center center !important;
        position: absolute;
        top: -15px;
        right: -15px;
        cursor: pointer;
        padding: 10px;
    }

.flexa img {
    width: auto;
    height: auto;
    float: right;
    max-width: 278px;
}

.jouwstappenplan .keuze-title {
}

.jouwstappenplan .keuze-intro {
    border-bottom: 1px solid #eaeaea;
    padding-left: 0;
    padding-right: 0;
}

.jouwstappenplan .mengverhouding {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.8rem;
}

.jouwstappenplan .product-row {
    padding-left: 15px;
    padding-right: 15px;
}

.jouwstappenplan .calc-height {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.8rem;
}

.jouwstappenplan .tool-image {
    padding-left: 15px;
    padding-right: 15px;
}

.jouwstappenplan .keuze-omschrijving {
    padding-bottom: 1px;
}

/*------------------------------------*\
    LG MediaQuery
\*------------------------------------*/
@media(max-width: 1280px) {
    html {
        font-size: 0.8vw;
    }
}

/*------------------------------------*\
    MD MediaQuery
\*------------------------------------*/
@media only screen and (max-width : 1024px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {

    html {
        font-size: 0.9vw;
    }

    .home-textblok {
        margin-top: -560px;
    }

    .result-stappenplan {
        float: left;
        display: block;
        width: 100%;
        margin-top: 6rem;
    }

    .result-list {
        float: left;
        display: block;
        width: 100%;
    }
}


/*------------------------------------*\
    SM MediaQuery
\*------------------------------------*/
@media only screen and (max-width : 768px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
    html {
        font-size: 1.2vw;
    }

    .btn-primary {
        width: 100% !important;
    }

    .slide {
        width: 100%;
        position: relative;
        padding-bottom: 60%;
        overflow: hidden;
    }

    .keuze-blok {
        margin-top: 3rem;
    }

        .keuze-blok .keuze-omschrijving label,
        .keuze-blok.has-more .keuze-omschrijving label {
            font-size: 1.8rem;
            line-height: normal;
        }

    /*.btn-stap {
        margin-top: 30px;
    }*/

    #stap2 .keuze-blok img.imgblok,
    #stap3 .keuze-blok img.imgblok {
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .result-stappenplan {
        margin-top: 2rem;
    }

    .btn-cart::before {
        display: none;
    }

    .mail-print-buttons {
        text-align: center;
        margin-top: 3rem;
    }

        .mail-print-buttons .btn-primary {
            width: auto !important;
        }
}


/*------------------------------------*\
    XS MediaQuery
\*------------------------------------*/
@media screen and (max-width : 500px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
    html {
        font-size: 1.9vw;
    }

    .h40-mobile {
        height: 40px;
    }

    body.detail .page-intro {
        padding-top: 10rem;
    }


    header .logo {
        left: -3rem;
    }

    header .logo-muurstrak {
        width: 12rem;
        height: 6rem;
        top: 3rem;
    }

    header .website-link a {
        margin-right: 12rem;
    }
    /*.home-blok {
        height: 290px;
    }*/

    .keuze-intro p,
    .jouwstappenplan .mengverhouding,
    .mengverhouding,
    .keuze-title,
    a.instruction {
        font-size: 1.5rem;
        line-height: normal;
    }

    .hero {
        padding-bottom: 50%;
    }

        .hero .title {
            margin-top: 5rem;
        }

    .page-intro .buttons a,
    .result .btn-mail,
    .result .btn-pdf {
        margin: .5rem 0;
    }
    /*.keuze-blok .bg1 {
        background: transparent;
    }*/
    /*.keuze-blok {
        padding: 0 20px;
    }*/

    .keuze-blok .bg1 span {
        /*font-size: 10px;*/
        bottom: 0px;
    }

    .stap {
        /*font-size: 16px;*/
        padding: 10px;
    }

    /*p {
        font-size: 16px;
    }*/

    .keuze-omschrijving.producten {
        padding: 0 10px;
    }

    /*body {
        font-size: 13px;
    }*/

    footer .website-link a {
        margin-top: 40px;
    }
}


/*SANDER*/

.stapmelding {
    font-weight: 700;
    display: block;
    color: #e9540d;
    background-color: rgba(233, 84, 13, 0.20);
    border: 1px solid #e9540d;
    padding: 1.8rem;
    border-radius: 5px;
    margin: 4rem 0 0 0;
}

    .stapmelding#steps-button-message {
        display: none;
    }

/* LOADING */

.load-wrap {
    position: relative;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.6);
    z-index: -100;
    /*display: none;*/
}

    .load-wrap.active {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        margin-top: 0;
    }

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    font-size: 10px;
    margin: -10px auto;
    top: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }

    40% {
        -webkit-box-shadow: 0 2.5em 0 0 #ffffff;
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }

    40% {
        -webkit-box-shadow: 0 2.5em 0 0 #ffffff;
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}

/* Cookie fix IE */
.cc-revoke,
.cc-window {
    display: block;
}

    .cc-revoke.cc-bottom {
        display: none;
    }

.cc-banner .cc-message {
    display: block;
    width: 70%;
    float: left;
}

.cc-compliance {
    display: block;
    width: 30%;
    float: right;
    text-align: right;
}

.cc-btn {
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .cc-banner .cc-message {
        float: none;
        width: 100%;
    }

    .cc-compliance {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
}
