/* Go crazy with your own styles here */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

/* NERVERSLIDER OVERRIDES */
/*.ns_nerveSlider { white-space: normal; }*/
.ns_nerveSlider .ns_slideContainer img {
    position: relative;
}

html, body {
}

/* Normal styles */
body {
    margin: 0px;
    background-color: #fff;
    color: #5d5d5f;
    /*background-color: #e2f4fd;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    box-sizing: border-box;
}

.body {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(/img/watermerk.png);
    background-image: url(/img/watermerk.png), -webkit-linear-gradient(left top, #b4c6da, #fff, #acaeb2);
    background-image: url(/img/watermerk.png), -o-linear-gradient(bottom right, #b4c6da, #fff, #acaeb2);
    background-image: url(/img/watermerk.png), -moz-linear-gradient(bottom right, #b4c6da, #fff, #acaeb2);
    background-image: url(/img/watermerk.png), linear-gradient(to bottom right, #b4c6da, #fff, #acaeb2);
    background-color: #b4c6da; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(left top, #b4c6da, #fff, #acaeb2);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(bottom right, #b4c6da, #fff, #acaeb2); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(bottom right, #b4c6da, #fff, #acaeb2); /* For Firefox 3.6 to 15*/
    /*background: linear-gradient(to bottom right, #b4c6da, #fff, #acaeb2); /* Standard syntax */
}

h1 {
    text-transform: uppercase;
    font-size: 2.0em;
    -webkit-margin-before1: 0;
    -webkit-margin-after1: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 100;
}

h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    text-transform: uppercase;
}

a {
    color: #5d5d5f;
}

    a:hover {
        color: #5d5d5f;
    }

/* header */
.header {
    height: 85px;
    position: fixed;
    top: 0px;
    box-shadow: 0px 2px 2px 2px #a4b3c7;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.logo {
    display: inline-block;
    padding: 10px 50px;
}

.navmenu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

.menu-container {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.menu {
    display: inline-block;
    padding-bottom: 10px;
}

    .menu ul {
        list-style: none;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
    }

        .menu ul li {
            float: left;
        }

            .menu ul li a {
                text-transform: uppercase;
                text-decoration: none;
                padding: 0px 20px;
            }

.proefles {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 20;
}

.proefles-button {
    position: absolute;
    right: 0px;
    display: none;
}

.main {
    margin-top:85px;
    margin-bottom: 100px;
    scroll-snap-type: mandatory;
    scroll-snap-type: y mandatory;
    scroll-snap-points-y: repeat(100vh);
}

/* footer */
.footer {
    display: flex;
    width: 100%;
    /*position: fixed;
    bottom: 0px;*/
    color: white;
    background-color: #333333;
}

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

.footer-second-row h3 {
    font-size: 20px;
}

.footer ul {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-left: 0px;
}

    .footer ul li {
        line-height: 1.5em;
        font-size: 14pt;
    }

        .footer ul li a {
            text-decoration: none;
        }

.footer h1 {
    font-weight: 300;
    text-transform: none;
}

.footer h2 {
    font-weight: 100;
    text-transform: none;
}

.footer h3 {
    font-weight: 300;
    text-transform: none;
    margin-block-start: 0px;
    /*margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
}

/* page */
.page-container {
    /*width: 1050px;*/
    margin: auto;
    position: relative;
}

.page-lesmethode {
    background-image: url(/img/watermerk.png);
    background-repeat: no-repeat;
    background-position: center top 50px;
}

.page-contactprijslijst {
    background-image: url(/img/contactprijslijst.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 230px;
}

/* SLIDER */
.slider-left {
    display: block;
    top: 50%;
    position: absolute;
    left: -50px;
}

.slider-right {
    display: block;
    top: 50%;
    position: absolute;
    right: -50px;
}

/* secties */
.fill {
    height: 85px;
}

.sectie {
    width: 100%;
    /*border-bottom: solid 4px #fff;*/
    min-height: 200px;
    /*margin-top:85px;*/
    scroll-snap-align: start;
}

.sectie-titel {
    padding: 40px 0px 20px 0px;
    clear: both;
    /*margin-top: 85px;*/
    letter-spacing: 0.1em;
    margin-bottom: -170px;
}

.sectie-container {
    overflow: auto;
}

.sectie-pagina {
    white-space: normal;
    clear: both;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sectie-slider {
}

.sectie-single {
}

.sectie-tekst {
    float: left;
}

.sectie-page-txt {
    float: left;
    line-height: 1.7em;
    font-size: 1.2em;
}

.sectie-page-img {
    float: left;
}


.sectie-lesmethode {
    background: #b4c6da; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #b4c6da, #fff, #acaeb2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #b4c6da, #fff, #acaeb2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #b4c6da, #fff, #acaeb2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #b4c6da, #fff, #acaeb2); /* Standard syntax */
}

.sectie-wie-zijn-wij {
    background-color: #edeeee;
}

.sectie-contactprijslijst {
    background-color: #d7d7d9;
}

figure {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 100%;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    margin: 0;
}

.bg-image.center-center .bg-image-img {
    -o-object-position: center center;
    object-position: center center;
}

.bg-image .bg-image-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.center-center {
    background-position: center center !important;
}

/* tekst indeling */
.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.space-beween {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

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

    .main {
        margin-bottom: 0px;
    }

    .space-beween {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .sectie-pagina {
        flex-direction: column;
    }

    .sectie-single {
        margin-bottom: 20px;
    }

    .footer {
        position: relative;
    }

    .footer-second-row {
        margin-top: 20px;
    }
    .footer-flex {
        flex-direction:column;
    }

    .page-container {
        width: 90%;
        margin: auto;
        position: relative;
    }

    .navbar-collapse.collapse {
        background-color: #fff;
        border-bottom: 1px solid #034EA2;
        width: 100%;
        position: fixed;
        top: 85px;
        left: 0px;
        text-align: right;
        padding-right: 50px;
    }
}

@media (max-width: 1150px) {

    .sectie-page-txt {
        float: left;
        line-height: 1.5em;
        font-size: 1em;
    }
}

@media (min-width: 768px) {

    .sectie-page-txt {
        float: left;
        line-height: 1.7em;
        font-size: 1.2em;
    }

    .sectie-single {
        /*min-height: calc(100vh - 225px);*/
        margin-top: 20px;
    }
}

.navbar-toggle {
    background-color: #034EA2;
}

.icon-bar {
    background-color: #fff;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
