/* GRAEFIES.CSS */

/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ mobile (360dp) ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ********************************************************************************************************************************************************************************************* */
/* **  FONTS                                                                                                                                                                                  ** */
/* ********************************************************************************************************************************************************************************************* */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;900&display=swap');


/* ********************************************************************************************************************************************************************************************* */
/* **  MOBILE - 360dp                                                                                                                                                                         ** */
/* ********************************************************************************************************************************************************************************************* */

* {
    z-index: 0;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.container {
    position: relative;
    z-index: 5;
    padding: 0px 16px;
    width: 100%;
}
body {
    width: 100vw;
    background: hsl(0,0%,100%);
    padding-top: 16px;
}
header {
    width: 100%;
    text-align: center;
    z-index: 5;
    position: relative;
    overflow: hidden;
}
header .header-logo {
    height: 70px;
    margin-bottom: 3.5rem;
    
}
header .header-img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 6;
    margin-bottom: 3rem;
}
header .header-img-container::before {
    content: '';
    z-index: 6;
    display: block;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-image: linear-gradient(to bottom, #fff, rgba(255,255,255,0) 16%, rgba(255,255,255,0) 65%, #fff);
}
header .header-img-container .header-img {
    width: 100%;
    position: relative;
}
header .container {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 3rem;
}
header .container .title {
    position: relative;
    text-transform: uppercase;
    color: hsl(290,50%,25%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
header .container .title .accent {
    color: hsl(290,40%,50%);
}
header .container .header-text {
    position: relative;
    color: hsl(345,5%,15%);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
header .container .header-text .accent {
    color: hsl(290,50%,25%);
    font-weight: 500;
}


/*
h1, h3 {
    font-family: 'Special Elite', cursive;;
    font-size: 50px;
    font-weight: 400;
    color: hsl(80,15%,45%);
    margin: 20px 0px;
    text-shadow: 2px 2px hsl(80,15%,15%);
    text-align: center;
    
}
h2 {
    font-family: 'Special Elite', cursive;;
    font-size: 30px;
    font-weight: 400;
    color: hsl(0,0%,95%);
    margin: 0px 0px 50px;
    text-align: center;
    text-shadow: 2px 2px hsl(80,15%,15%);
}
h1 .accent,
h2 .accent {
    color: hsl(0,0%,95%);
}
h1.titel {
    text-align: center;
}
p {
    line-height: 2;
    margin: 25px 0px;
    text-align: justify;
    /* color: hsl(80,15%,55%);*/
/*    text-shadow: 2px 2px hsl(80,15%,15%);
}
p.midden {
    text-align: center;
}
p.groen {
    color: hsl(80,15%,65%);
    font-weight: 400;
}
p span.accent {
    color: hsl(80,15%,45%);
    font-size: calc(24px + 4px);
    text-transform: uppercase;
    font-family: 'Special Elite', 'Oswald', sans-serif;
    padding: 0 4px;
    text-shadow: 2px 2px hsl(80,15%,15%);
}
body#page_portfolio h1 {
    text-align: center;
}
.onderaan_uitlijnen {
    display: flex;
    align-items: flex-end;
}
a {
    color: hsl(80,15%,60%);
}
a:hover {
    color: #777;
    text-decoration: none;
}
ul {
    list-style: none;
    margin-top: -25px;
    margin-bottom: 35px;
    margin-left: 30px;
}
ul li::before {
    content: "\26AC";
    color: hsl(0,0%,95%);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.animatie {
    transition: 0.4s opacity linear, 0.4s transform linear, margin-top 0.4s linear;
    -webkit-transition: 0.4s opacity linear, 0.4s transform linear, margin-top 0.4s linear;
    -moz-transition: 0.4s opacity linear, 0.4s transform linear, margin-top 0.4s linear;
    opacity: 0 !important;
    transform: scaleX(0.95) !important;
/*    margin-top: 100px !important; */
/*}
.animatie_rolluik {
    transition: 0.4s opacity linear, height 0.4s linear;
    -webkit-transition: 0.4s opacity linear, height 0.4s linear;
    -moz-transition: 0.4s opacity linear, height 0.4s linear;
    opacity: 0 !important;
    height: 0 !important;
}
.zichtbaar {
    opacity: 1 !important;
    transform: scaleX(1) !important;
/*    margin-top: 0 !important; */
/*}
.animatie_rolluik.zichtbaar {
    height: 50vh !important;
}
section {
    margin: 100px 0;
    position: relative;
}
*/


/* ********************************************************************************************************************************************************************************************* */
/* **  BODY                                                                                                                                                                                   ** */
/* ********************************************************************************************************************************************************************************************* */

/*body, p {
    font-family: 'Oswald', sans-serif;;
    font-size: 24px;
    font-weight: 200;
    color: hsl(0,0%,95%);
    z-index: 10;
}
body {
    margin: 0;
    padding: 0;
    margin-top: 100vh;
}
body.noscroll {
    overflow: hidden;
    margin-right: 15px;
    
    top: 0;
    right: 320px ;
    transition: right 0.4s linear;
}
body#page_team {
    margin-top: 750px;
}
body#page_portfolio {
    margin-top: 300px;
}
body#page_producten {
    margin-top: 200px;
}
body#page_home {
    margin-top: calc(100vh + 200px);
}
body#page_over_ons,
body#page_team {
    margin-top: calc(100vh + 100px);
}

.body_background {
    z-index: 0;
    background: hsl(80,15%,30%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.body_background_img {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100vw;
    min-height: 100vh;
    width: 101vw;
    object-fit: cover;
}
body .back_to_top {
    position: fixed;
    bottom: 20px;
    right: 3vw;
    fill: hsl(0,0%,95%);
    z-index: 60;
    height: 80px;
    width: 85px;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-filter: drop-shadow(2px 4px 6px black);
    -moz-filter: drop-shadow(2px 4px 6px black);
    opacity: 0;
    transition: opacity 0.4s linear;
}
body .back_to_top.manifest {
    opacity: 1;
}
body .back_to_top:hover {
    fill: hsl(80,15%,60%);
    cursor: pointer;
}
*/

/* ********************************************************************************************************************************************************************************************* */
/* **  PRELOADER                                                                                                                                                                              ** */
/* ********************************************************************************************************************************************************************************************* */

/*
.preloader {
    position: fixed ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(hsl(80,15%,20%) 40%,hsl(80,15%,10%));
    overflow: hidden;
    opacity: 1;
    transition: top 0.3s 0.5s linear, opacity 0.5s 0s linear;
}
.preloader.hide {
    opacity: 0;
}
.preloader.remove {
    top: -100vh;
}
.preloader .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 305px;
}
.preloader .logo_container {
    width: auto;
    height: 100px;
    max-width: 305px;
    margin: 20px 0;
}
.preloader .loader_icon_container {
    width: 120px;
}
.preloader .logo_container .logo,
.preloader .loader_icon_container .loader_icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
*/

/* ********************************************************************************************************************************************************************************************* */
/* **  MEDIA QUERIES                                                                                                                                                                          ** */
/* ********************************************************************************************************************************************************************************************* */

/*

@media (min-width: 768px) {
    h1, h3 {
        font-size: calc(50px + 9px);
    }
    h2 {
        font-size: calc(30px + 9px);
        text-align: left;
    }
    body, p {
        font-size: calc(24px + 3px);
    }
    p {
        margin: 35px 0px;
        text-align: left;
    }
    p span.accent {
    font-size: calc(24px + 7px);
}
    body#page_team {
        margin-top: 650px;
    }
}
@media (min-width: 992px) {
    body#page_team {
        margin-top: 800px;
    }
}
@media (min-width: 1200px) {
    body#page_team {
        margin-top: 900px;
    }
}
@media (min-width: 2500px) {
    h1, h3 {
        font-size: calc(50px + 12px);
    }
    h2 {
        font-size: calc(30px + 12px);
        text-align: left;
    }
    body, p {
        font-size: calc(24px + 6px);
    }
    p span.accent {
        font-size: calc(24px + 10px);
    }
    p {
        margin: 45px 0px;
    }
}
*/    