@charset "UTF-8";
/* CSS Document */

/* CSS reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html,
body,
div {
    margin: 0;
    padding: 0;
}

/* END CSS reset */

body {
    min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
    background-color: #ffffff;
    color: #FFF;
    font-family: 'Encode Sans', sans-serif;
}

html {
    height: fill-available;
    height: -webkit-fill-available;
}

html {
    margin: 0 auto;
    max-width: 1600px;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    color: #4e4e4e;
}

a {
    color: #788e00;
    font-weight: 200;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

h1 {
    text-align: center;
    font-size: 27px;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 0px;
    padding-top: 7px;
}

h2 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 20px;
    color: #4e4e4e;
    margin: 0 0 15px 0;
}

.onderschrift {
    float: right;
    font-size: 14px;
    margin-top: -10px;
    text-align: right;
}


.wrapper,
.content,
header,
nav,
footer {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.wrapper {
    height: calc(100vh - 80px) !important;
    background: url(graphics/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    margin-top: 80px;
}

.contactwrap {
    padding: 40px 0;
    height: 100vh !important;
}

.biowrap {
    padding: 40px 0;
    height: auto !important;
}

header {
    height: 80px;
    background-color: #261f1a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

nav {
    padding-bottom: 0px;
    position: static;
    z-index: 10000;
}

nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 1.5%;
}

nav ul li a {
    font-weight: 300;
    color: #bcbcbc;
    text-decoration: none;
}

nav ul li a:hover {
    color: #FFF;
    text-decoration: none;
}

.hamburger {
    display: none;
}

.content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #FFF;
}

.homebg {
    background-image: url(graphics/clematis.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.slidesbg {
    background-color: transparent !important;
}

.bio {
    margin: 0 12% 0 12%;
    padding: 30px 30px 15px 30px;
    height: auto;
    width: auto;
}

.item {
    width: 48%;
    background-color: #FFF;
}

.abouttxt {
    margin-top: -5px;
}

.contact {
    margin-top: 20vh;
}

.contact p {
    line-height: 50px;
    text-align: center;
}

.een {
    width: 100%;
}

.item img {
    width: 100%;
    margin: 3px 0 15px 0;
}

.social {
    height: 27px !important;
    width: auto !important;
    margin: 0 5px;
}

.slider {
    display: none;
    justify-content: center !important;
    align-items: center !important;
}

.bx-wrapper {
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    position: relative;
}

.bx-wrapper img {
    max-height: calc(100vh - 80px) !important;
    margin: 0 auto;
}

.slide {}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 56px;
    height: 80px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: 10px !important;
    background-image: url(graphics/controls.png) !important;
}

.bx-wrapper .bx-next {
    right: 10px !important;
    background-image: url(graphics/controls.png) !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #e2e2e2 !important;
}

.twee {
    width: 48.2% !important;
}

footer {
    height: 80px;
    padding-top: 50px;
    background: #2c2c2c;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
    font-weight: 200;
    color: #bcbcbc;
    background-color: #261f1a;
}

/* RESPONSIVE DESIGN */

@media all and (max-width: 820px) {
    
    .bio {
    margin: 0 40px;
    }
}


@media all and (max-width: 500px) {
    
    .wrapper {
    height: calc(100vh - 60px) !important;
        margin-top: 60px;
    }
    
    .contactwrap {
    padding: 25px 0;
    height: 100vh !important;
}
    
    
    .biowrap {
        padding-top: 25px;
         height: auto !important;
    }
    
    header {
    height: 60px;
    }

    h1 {
        text-align: center;
        font-size: 7vw;
        letter-spacing: 2px;
        text-align: left;
        padding: 7px 0 0 12px;
    }

    .hamburger {
        width: 35px !important;
        position: absolute;
        top: 16px;
        right: 18px;
        display: block;
        z-index: 110000;
    }
    
     nav {
        width: 157px;
        height: 268px;
        position: absolute;
        padding: 0 0 0 4px;
        margin: 60px 0 0 0;
        top: 0;
        right: 0px;
        background-color: #261f1a;
        overflow: auto;
        display: none;
        z-index: -1;
    }

    nav ul {
        
        padding: 10px 17px 0 0;
        text-align: right;
    }

    nav ul li {
        font-size: 18px;
        line-height: 35px;
        margin: 0 0 0 0;
        display: block;
    }
    
    .bx-wrapper img {
    max-height: calc(100vh - 60px) !important;
    margin: 0 auto;
}

    .homebg {
        background-image: url(graphics/clematis2.jpg);
    }


    .bio {
        margin: 0 15px 0 15px;
        padding: 13px 15px 5px 15px;
    }

    .item {
        width: 100%;
    }

    .bx-wrapper .bx-prev {
        left: 0px !important;
    }

    .bx-wrapper .bx-next {
        right: 0px !important;
    }

}