﻿@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(/fonts/montserrat-light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/fonts/montserrat-regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/fonts/montserrat-bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    padding: 0;
    font-family: 'Montserrat', 'Arial';
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

    body.scroll-stop {
        overflow: hidden;
    }

h3 {
    margin-top: 0;
    color: #2b3990;
}

p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

p small {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    opacity: 0.5;
}

    p.subtitel {
        font-size: 14px;
        font-weight: 700;
        color: #00aeef;
        margin-bottom: 0;
    }

        p.subtitel.dark {
            color: #2b3990;
        }

        p.subtitel.with-line {
            display: block;
            width: 100%;
            position: relative;
            margin-bottom: 30px;
        }

            p.subtitel.with-line:after {
                content: "";
                width: 100vw;
                height: 5px;
                background-color: rgba(0,174,239,0.19);
                position: absolute;
                bottom: -5px;
                left: calc(((100vw - 100%) / 2) * -1);
            }

            p.subtitel.with-line.dark:after {
                background-color: #2b3990;
            }

.btn {
    width: 100%;
    height: 57px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to bottom, #00aeef 0%, #2b3990 100%);
    color: #fff;
    font-size: 18px;
    line-height: 57px;
    font-weight: 400;
    padding: 0;
    position: relative;
    transition: all 0.3s linear;
}

    .btn:hover,
    .btn:focus {
        color: #fff;
    }

    .btn:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-image: linear-gradient(to bottom, #00aeef 0%, #2b3990 80%);
        opacity: 0;
        transition: opacity 0.2s linear;
    }

    .btn:hover:after {
        opacity: 1;
    }

    .btn span {
        position: relative;
        display: inline-block;
        z-index: 2;
        transition: all 0.3s linear;
    }

        .btn span:before {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 100% 50%;
            display: inline-block;
            margin-right: 15px;
            margin-top: -3px;
            width: 25px;
            height: 25px;
            vertical-align: middle;
            transition: margin 0.2s linear;
        }

    .btn:hover span:before {
        margin-right: 12px;
        margin-left: 3px;
    }

.btn-close-webapp,
.btn.btn-grey {
    background-image: linear-gradient(to bottom, #bebebe, #707070);
}

    .btn-close-webapp:after,
    .btn.btn-grey:after {
        background-image: linear-gradient(to bottom, #bebebe 0%, #707070 80%);
    }

p + .btn {
    margin-top: 15px;
}

.btn + p {
    margin-top: 30px;
}

.btn-next-webapp span:before {
    background-image: url(/images/webapp/ico-next.svg);
    background-size: 12.5px 12.5px;
}

.btn-close-webapp span:before {
    background-image: url(/images/webapp/ico-close.svg);
    background-size: 22px 22px;
}

.btn-contact-webapp span:before {
    background-image: url(/images/webapp/ico-contact.svg);
    background-size: 19px 19px;
}

.btn-mail-webapp span:before {
    background-image: url(/images/webapp/ico-mail.svg);
    background-size: 22px 18px;
}

.btn-down {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1%7Bfill:none;stroke:%2300aeef;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D %3C/style%3E%3C/defs%3E%3Cg id='ico-down' transform='translate(-2 -2)'%3E%3Cpath id='Path_110' d='M33 18A15 15 0 1 1 18 3a15 15 0 0 1 15 15z' class='cls-1' data-name='Path 110'/%3E%3Cpath id='Path_111' d='M12 18l6 6 6-6' class='cls-1' data-name='Path 111'/%3E%3Cpath id='Path_112' d='M18 12v12' class='cls-1' data-name='Path 112'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 15px;
    left: calc(50% - 25px);
    z-index: 9;
    animation: bouncing 1s infinite;
}

@media(min-width: 768px) {
    .btn-down {
        display: none;
    }
}

input[type=text],
input[type=email] {
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #d2d2d2;
    width: 100%;
    height: 57px;
    padding: 5px 15px;
    margin: 0 0 15px 0;
}

    input[type=text]::placeholder,
    input[type=email]::placeholder {
        color: rgba(0, 0, 0, 0.25);
    }

header {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 90px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-image: url('/images/webapp/hcm-logo.svg');
    background-size: auto 52px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    header {
        background-position: 15px 50%;
    }
}

    header .btn-help-webapp {
        text-indent: -9000px;
        width: 30px;
        height: 30px;
        border: none;
        background-color: #fff;
        background-image: url('/images/webapp/ico-help.svg');
        background-size: 30px 30px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0 30px 0 0;
    }

@media(max-width: 767px) {
    header .btn-help-webapp {
        margin: 0 15px 0 0;
    }
}

    header .language-switch {
        width: 60px;
        height: 30px;
        margin: 0 30px 0 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        display: flex;
        flex-flow: row;
    }

    header .language-switch a {
        color: #ccc;
        text-decoration: none !important;
    }

        header .language-switch > span {
            border: 2px solid #ccc;
            border-radius: 2px;
            padding: 4px;
            z-index: 0;
            position: relative;
            line-height: 20px;
            margin-right: 5px;
        }

    header .language-switch > span.active {
        border-color: #666;
        color: #666;
    }

            header .language-switch > span:first-of-type.active {
                margin-right: -1px;
                z-index: 1;
            }

            header .language-switch > span:last-of-type.active {
                margin-left: -1px;
                z-index: 1;
            }

            header .language-switch > span:not(.active):hover {
                background-color: #2b3990;
                border-color: #2b3990;
                color: #fff;
            }

            header .language-switch > span:not(.active):hover a {
                color: #fff;
                text-decoration: none;
            }

@media(max-height: 600px) {
    header {
        height: 70px;
        background-size: auto 45px;
    }

        header .language-switch {
            margin-right: 15px;
            font-size: 14px;
        }
}

.webapp-preloader {
    width: 100vw;
    max-width: 375px;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-flow: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .webapp-preloader p {
        display: block;
        text-align: center;
        height: 100px;
        line-height: 100px;
        margin-top: 30px;
    }

    .webapp-preloader .webapp-preloader-loader {
        width: 90vw;
        max-width: 375px;
        height: 90vw;
        max-height: 375px;
        background-image: url('/images/webapp/hcm-logo.svg');
        background-size: auto 70px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .webapp-preloader .webapp-preloader-loader svg {
        transform: rotate(-90deg);
        position: relative;
    }

    .webapp-preloader .powered-by {
        margin-bottom: 30px;
    }

.panel-progress {
    margin-bottom: 30px;
}

ul.progressbar {
    display: flex;
    flex-flow: row;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.progressbar li {
        position: relative;
        margin: 0;
        padding: 0;
        flex: 1 1;
        text-align: right;
        font-size: 14px;
        line-height: 18px;
        height: 18px;
    }

        ul.progressbar li:before,
        ul.progressbar li:after {
            content: "";
            height: 5px;
            width: 100%;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

        ul.progressbar li:before {
            background-color: rgba(0,174,239,0.19);
        }

        ul.progressbar li.done:after {
            background-color: #2b3990;
            animation: progressbar 0.5s linear forwards;
        }

        ul.progressbar li span {
            opacity: 0;
        }

            ul.progressbar li span:first-of-type {
                color: #2b3990;
                font-weight: 700;
                width: 100px;
                position: absolute;
                top: 0;
                right: 0;
            }

            ul.progressbar li span:last-of-type {
                color: #00aeef;
                position: absolute;
                width: 45px;
                right: -45px;
                top: 0;
                padding-left: 5px;
                text-align: left;
            }

        ul.progressbar li.active span {
            animation: fadeIn 0.5s linear forwards;
            animation-delay: 1s;
        }

        ul.progressbar li:last-of-type span:first-of-type {
            margin-right: 57px;
        }

        ul.progressbar li:last-of-type span:last-of-type {
            right: 15px;
            text-align: right;
        }

.panel-content {
    max-width: 375px;
    padding: 0 15px 15px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .panel-content {
        max-width: 600px;
    }
}

    .panel-content label.error {
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        color: #ee5645;
        display: block;
        width: 100%;
        text-align: center;
    }

    .panel-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }

.powerange-container {
    padding: 130px 0 0;
    margin: 15px 0 45px;
    position: relative;
}

.slider-wrapper {
    padding: 0px !important;
}

.range-bar {
    width: 100%;
    height: 5px;
    background: #dedede;
}

.range-quantity {
    background-image: linear-gradient(to right, #00aeef 2%, #2b3990 85%) !important;
}

.range-handle {
    width: 52px;
    height: 52px;
    top: -23.5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 5px #2b3990;
    background-color: #ffffff;
    z-index: 2;
    left: 145px;
    cursor: pointer;
    cursor: hand;
    cursor: -webkit-grab;
    cursor: grab;
}

.range-min,
.range-max {
    font-weight: 700;
    color: #707070;
    font-size: 18px;
    top: -30px;
    z-index: 1;
}

.range-min {
    left: 0;
    text-align: left;
}

.range-max {
    right: 0;
    text-align: right;
}

.range-value {
    width: 89px;
    height: 89px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: calc(50% - 44.5px);
}

.powerange-container .error {
    position: absolute;
    bottom: -50px;
}

.icoon-vraag {
    margin: 0 0 15px;
}

    .icoon-vraag svg {
        display: block;
        height: 100px;
        margin: 0 auto;
    }

        .icoon-vraag svg path {
            fill: url(#blue-gradient) #00aeef;
        }


.webapp-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: rgba(255,255,255, 0.95);
    overflow: auto;
    display: none;
}

    .webapp-layer .layer-header {
        max-width: 375px;
        height: 145px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        align-items: flex-end;
        position: relative;
        overflow: hidden;
    }

        .webapp-layer .layer-header p.subtitel {
            margin-bottom: 5px;
        }

        .webapp-layer .layer-header .icoon-layer {
            width: 100px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .webapp-layer .layer-header .icoon-layer svg {
                display: block;
                height: 100px;
                margin: 0 auto;
            }

                .webapp-layer .layer-header .icoon-layer svg path {
                    fill: url(#blue-gradient) #00aeef;
                }

    .webapp-layer .layer-content {
        overflow-y: auto;
        max-width: 375px;
        margin: 45px auto 45px;
        display: flex;
        flex-flow: column;
        padding: 0 15px;
    }

    .webapp-layer .layer-footer {
        max-width: 375px;
        margin: 0 auto;
        height: 87px;
        padding: 15px;
    }

ul.linkslist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.linkslist a {
        font-weight: 400;
        font-size: 14px;
        color: #00aeef;
        border-bottom: 1px solid #00aeef;
        text-decoration: none;
        transition: all 0.3s linear;
    }

        ul.linkslist a:hover {
            color: #2b3990;
            border-bottom: 1px solid #2b3990;
            text-decoration: none;
        }

.powered-by {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
}

    .powered-by small {
        font-size: 10px;
    }

.webapp-results-wrapper {
    max-width: 375px;
    margin: 0 auto 15px;
    /*overflow: hidden;*/
}

@media(min-width: 768px) {
    .webapp-results-wrapper {
        max-width: 600px;
    }
}

    .webapp-results-wrapper p.subtitel {
        padding: 0 15px;
    }

.webapp-results {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    padding: 0 15px;
}

    .webapp-results .result {
        flex: 50%;
        max-width: 50%;
        padding: 0 15px 15px 15px;
        cursor: pointer;
        clear: both;
        margin-bottom: 30px;
    }

    @media(max-width: 370px) {
        .webapp-results .result {
            padding: 0 5px;
        }
    }

    @media(min-width: 768px) {
        .webapp-results .result {
            flex: 33%;
            max-width: 33%;
        }
    }

        .webapp-results .result span {
            font-weight: 700;
            color: #2b3990;
            font-size: 14px;
            display: block;
            text-align: center;
        }

        .webapp-results .result .icoon-result {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            border: solid 3px #2b3990;
            border-radius: 50%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .webapp-results .result .icoon-result.groen {
                border-color: #00a651;
            }

            .webapp-results .result .icoon-result.oranje {
                border-color: #efa700;
            }

            .webapp-results .result .icoon-result.rood {
                border-color: #ee5645;
            }

            .webapp-results .result .icoon-result:after {
                content: "";
                display: block;
                padding-bottom: 100%;
            }

            .webapp-results .result .icoon-result svg {
                display: block;
                height: 100px;
                margin: 0 auto;
            }

                .webapp-results .result .icoon-result svg path {
                    fill: url(#blue-gradient) #00aeef;
                }

            .webapp-results .result .icoon-result.groen svg path {
                fill: url(#green-gradient) #00a651;
            }

            .webapp-results .result .icoon-result.oranje svg path {
                fill: url(#orange-gradient) #efa700;
            }

            .webapp-results .result .icoon-result.rood svg path {
                fill: url(#red-gradient) #ee5645;
            }

    .webapp-results.webapp-results-bedrijf .result {
        /*padding: 0;*/
        cursor: default;
    }

        .webapp-results.webapp-results-bedrijf .result span {
            text-align: center;
        }

            .webapp-results.webapp-results-bedrijf .result span.groen {
                color: #00a651;
            }

            .webapp-results.webapp-results-bedrijf .result span.oranje {
                color: #efa700;
            }

            .webapp-results.webapp-results-bedrijf .result span.rood {
                color: #ee5645;
            }

            .webapp-results.webapp-results-bedrijf .result span em {
                font-weight: 300;
                font-style: normal;
            }

.webapp-results.webapp-results-bedrijf .icoon-result {
    margin-top: 5px;
}

.webapp-results-bedrijf-cijfers {
    margin-top: 10px;
}

.webapp-results-toelichting-bedrijf .uitleg {
    padding: 0 15px;
}

    .webapp-results-toelichting-bedrijf  .uitleg p {
        font-size: 14px;
        line-height: 20px;
        color: grey;
    }

.webapp-results-toelichting,
.webapp-results-bewaren {
    padding-left: 15px;
    padding-right: 15px;
}

    .webapp-results-toelichting p.subtitel,
    .webapp-results-bewaren p.subtitel {
        padding-left: 0;
        padding-right: 0;
    }

.webapp-results-bewaren {
    margin-top: 30px;
}

.webapp-results-toelichting-bedrijf p.subtitel + span.grijs {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    padding: 0 15px;
}

@keyframes progressbar {
    0% {
        width: 0;
    }

    100% {
        width: 100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bouncing {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-30px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-5px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}
