body, html {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    --background-main: #FDFCFA;
    --accent-main: #A16F12;
    --accent-secondary: #DED9CD;
    --accent-dark: #474945;  
    /* --accent-text: #ADA19E;   */
    --accent-text: #857d7a;  
    background-color: var(--background-main);
    /* background-color: rgb(255, 255, 255); */
    /* background: linear-gradient(90deg, #e664e0, #91e5a3); */

}

/* @font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot');
  }
  
  body {
    font-family: 'MyWebFont', Fallback, sans-serif;
  } */

.main-padding {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

h2 {
    font-weight: 300;
}

.text-color {
    color: var(--accent-text);
}

.button {
width: fit-content;
height: 3rem;
border: none;
background-color: var(--accent-dark);
/* color: white; */
padding-left: 60px;
padding-right: 60px;
cursor: pointer;

/* edit design keuze  buttons */
/* border: solid 1px var(--accent-main); */
/* background-color: var(--background-main); */
background-color: black;
color: var(--background-main);
}

.button:link {
    color: var(--accent-text);
    text-decoration: none;
}
.button:visited {
    color: var(--background-main);
}.button:hover {
color: var(--accent-main);
background-color: var(--accent-text);
color: var(--background-main)
}.button:active {
color: grey;
}
.button-text {
font-weight: 100;
font-size: 1rem;
font-family: 'Times New Roman', Times, serif;
color: var(--background-main);

}

#nav-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#nav-icon-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.navbar {
    background: var(--background-main);
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: top 0.3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* border-bottom: 1px solid  var(--accent-main); */
    z-index: 999;
}

.accent {
    color: var(--accent-main);
}
.navbar.hidden {
    /* top: -230px; */
    /* top: -14rem; */
    top: -230px;

}
.nav-title {
    /* font-size: 3rem; */
    font-size: 46px;
}

/* .nav-icon { */
    /* padding-bottom: 30px;
    padding-top: 20px; */
/* } */

.nav-text-icon {
width:40px;
height:40px;
}

#nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 400px;
    padding-right: 400px;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
.navbar li {
    display: inline;
}
.nav-text {
    font-size: 1rem;
    font-weight: 300;
    color: var(--accent-text);
    /* margin-left: 40px;
    margin-right: 40px; */
    text-align: center;

}

a:link {
    color: var(--accent-text);
    text-decoration: none;
}
a:visited {
color: var(--accent-text);
}a:hover {
color: var(--accent-main);
}a:active {
color: grey;
}


/* .header {
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 60px;
} */


/* .header .photo {
    flex: 1;
    height: 300px;
    background-color: #ccc;
} */
.text {
    flex: 2;
    text-align: center;
    /* padding-left: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
    /* padding-left: 50px; */
}

#hero-image {
    height: 500px;
    padding-left: 0;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    /* padding-right: 50px; */

}

.main-title {
    font-size: 10rem;
    font-weight: 100;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--accent-main);
}

.main-subtitle {
    font-size: 3rem;
    font-weight: 300;
    margin: 0;
    margin-top: 0px;
    
}

.title-div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-icon {
height: 3rem;
width: 3rem;
display: flex;
align-items: center;
margin-right: 10px;
}

.main-text {
    font-size: 1rem;
    font-weight: 300;
}

.horizontal-align {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}



.banner, .div-content {
    margin: 20px 0;
    /* padding: 20px; */
    /* background-color: #eee; */
    text-align: center;
}

.div-content {
    /* margin-top: 300px; */
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-flex  {
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}

.foto-text-div{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


.banner {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    height: 230px;
    background: var(--accent-secondary);
}

.banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-title {
    font-size: 1.5rem;
    font-weight: 300;
    /* margin-bottom: 10px; */
    /* margin-top: 40px; */
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    margin-right:160px;

}

.banner-subtitle {
    font-size: 1rem;
    font-weight: 300;
    /* margin-top: 30px */
    margin-top: 10px;
    margin-bottom: 10px;

}

.icon {
    width: 60px;
    height: 60px;
    /* background-color: #999; */
    /* margin: auto; */
    display: flex;
    align-self: center;
}

.banner-icon {
    margin-right: 100px;
}


.flex-row {
    display: flex;
    justify-content: space-around;
}
.flex-row .image {
    width: 250px;
    height: 400px;
    background-color: #ccc;   
    
}
.flex-row .image.burnout {
    /* specifieke styling voor burnout */
    background-color: blue;
}
.flex-row .image.stress {
    /* specifieke styling voor stress */
    background-color: red;
    margin: 0 20px 0 20px
}
.flex-row .image.reintegratie {
    /* specifieke styling voor re-integratie */
    background-color: green;
}

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







/* wie */



.wie-title {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    margin-top: 0px;
}

.wie-text {
    font-size: 1rem;
    flex: 2;
    text-align: left;
    padding-right: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    font-weight: 300;
}

.wie-padding {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}

#wie-image {
    height: 600px;
    padding-left: 0;
    margin-top: 2rem;

}

.wie-text-div {
    flex: 2;
    text-align: left;
    /* padding-left: 150px; */
    display: flex;
    flex-direction: column;
    /* justify-content: centerl; */
    /* align-items: left; */
}



/* Kim */



.kim-title {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    margin-top: 0px;
}
.kim-tekst {
    /* font-size: 0.5rem; */
    font-weight: 300;
    margin: 0;
    margin-top: 0px;
}

.kim-text {
    font-size: 1rem;
    flex: 2;
    /* text-align: left; */
    /* padding-right: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    /* text-align: center; */
    text-align: left;
    width: 1000px;
}

.kim-padding {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}

#kim-image {
    height: 800px;
    padding-left: 0;
}

.kim-text-div {
    flex: 2;
    text-align: left;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    /* justify-content: centerl; */
    /* align-items: left; */
}



/* Social */
.social-image {
    height: 300px;
    padding-left: 0;
    border: 1px solid var(--accent-main);
}

.social-div {
    padding-left: 50px;
    padding-right: 50px;
}

.social-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    margin-top: -100px;
    /* margin-bottom: 100px; */
}

.social-subtitle {
    font-size: 1rem;
    font-weight: 300;
    /* margin-top: 30px */
    margin-top: 40px;
    margin-bottom: 50px;

}

.social-button {
    width: fit-content;
    height: 3rem;
    border: none;
    background-color: var(--accent-dark);
    /* color: white; */
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 200px;
    margin-top: 0px;
/* edit design keuze  buttons */
border: solid 1px var(--accent-main);
/* background-color: var(--background-main); */
background-color: black;
color: var(--background-main);
    }




    /* wie V */



.wie-title-v {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    margin-top: 0px;
    padding-bottom: 0px;
}
.wie-tekst-v {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    margin-top: 0px;
}

.wie-text-v {
    flex: 2;
    text-align: left;
    padding-right: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    font-size: 1rem;
    font-weight: 300;
}

.wie-padding-v {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}

#wie-image-v {
    height: 800px;
    padding-left: 0;
}

.wie-text-div-v {
    flex: 2;
    text-align: left;
    /* padding-left: 150px; */
    display: flex;
    flex-direction: column;
    /* justify-content: centerl; */
    /* align-items: left; */
}

.kim-padding-v {
    /* padding-left: 5%; */
    /* padding-right: 5%; */
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.over-flex {
    display: block;
}

#kim-image-v {
    width: 1000px;
    padding-left: 0;
}

.kim-v-div {
    display:flex;
    justify-content: center;
}


.kim-text-div-v {
    flex: 2;
    text-align: left;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    /* justify-content: center; */
    align-items: center;
}

.button-v {
    width: fit-content;
    height: 3rem;
    border: none;
    background-color: var(--accent-dark);
    /* color: white; */
    padding-left: 60px;
    padding-right: 60px;
    margin-top: -30px;
    /* edit design keuze  buttons */
border: solid 1px var(--accent-main);
/* background-color: var(--background-main); */
background-color: black;
color: var(--background-main);
    }


/* footer */

#footer-icon-div{
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        /* padding-bottom: 200px; */
        /* height: 200px; */
        /* margin-left: -4rem; */
        width: 300px;
}

.footer {
    background: var(--accent-secondary);
    color: #fff;
    text-align: center;
    padding: 0px 0;
    /* height: 600px; */
    height: fit-content;
}

.title {
    font-size: 2rem;
}

.footer-title {
    font-size: 3.5rem;
    color: var(--accent-main);
    padding-left: 10px;
}

.icon-footer {
        width: 70px;
        height: 70px;
        /* background-color: #999; */
        /* margin: auto; */
        display: flex;
        align-self: center;
        padding-right: 10px;
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: var(--accent-main);
    /* color: black; */
    padding-top: 30px;
    padding-bottom: 50px;
    /* min-width: 600px; */
    width: 300px;
    /* background-color: #857d7a; */
}


.list-item {
    padding-top: 20px;
    padding-right: 85px;
}

.list-item-color {
    color: var(--accent-main)
}

.hr {
    border: 1px solid var(--accent-main);
}


.list-left {
    /* margin-right: 100px; */
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-right {
    /* margin-left: 100px;  */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-row {
    display: flex;
    justify-content: center;
}

/* .footer-item {
        width: fit-content;
        display: block;
        color: var(--accent-main);
        margin-left: 20px;
        margin-right: 20px;

}
.footer-numbers {
    display: flex;
    justify-content: center;
}
.footer-horizontal {
    display: flex;
    justify-content: center;
} */

.footer-layout {
    display: flex;
    justify-content: center;
    flex-direction: row;
}



.carousel-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.5rem;
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    /* background-color: #717171; */
    background-color: var(--accent-main)
}

.review-title {
    font-size: 2rem;
}

/* ........... */

.main-padding {
    padding: 0;
    /* width: 100%; */
}

.div-centerer {
    width: 1000px;
}

.image-div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 210px;
}

.text-div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.carousel-container {
    max-width: 1000px;
}


.parallax-container {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.parallax-container img {
    position: absolute;
    top: 0;
    /* left: 50%; */
    transform: translateX(-70%);
    /* width: 100%; */
    height: auto;
}





.wie-text-div {
    position: relative;
    left: -50px;
    transition: transform 1s ease-out;
}

#wie-image {
    position: relative;
    right: -50px;
    transition: transform 1s ease-out;
}




.show-animation {
    opacity: 1;
    transition: opacity 1s ease-out;
}

.hidden-animation {
    opacity: 0;
}



.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: var(--accent-text);
    margin: 4px 0;
    transition: 0.4s;
}

.hero-image {
    width: 150px;
    height: 150px;
    /* margin-right: 30px; */
}

.main-text-div {
    margin-left: -200px;
    margin-top: 30px;
}



#footer-icon-div {
    margin-right: 50px;
}

.list-left {
    margin-left: 50px;
}

.footer-item {
    width: fit-content;
    display: block;
    color: var(--accent-main);
    margin-left: 48px;
    margin-right: 48px;
}
.footer-numbers {
display: flex;
justify-content: center;
}
.footer-horizontal {
display: flex;
justify-content: center;
padding-bottom: 20px;
}

.color {
    color: var(--accent-main);
}
 .linkedin-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 275px;
    align-items: center;
    
}

.linkedin-div {
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: -1.35rem;
    margin-right: 65px;
    border: 2px solid var(--accent-main);
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
}



#footer-icon-div {
    width: 450px;
    margin-right: 0;
}

.list-left {
    width: 450px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}





/* kleine laptop .............................................................................................................................................. */
@media (max-width: 1500px) {


    #hero-image {
        padding-left: 50px;
height: 400px;
    }
   .text-div{
    padding-right: 50px;
   }


    .wie-padding {
        padding-left: 0;
        padding-right: 0;
    }
        
    .wie-text {
        padding-right: 50px;
    }

    #wie-image {
        height: 500px;
        padding-right: 50px;
    }

    .wie-text-div {
        padding-left: 50px;
    }

    #nav-links{
        padding-left: 250px;
        padding-right: 300px;
        }
}


/* Tablet  .............................................................................................................................................. */
@media (max-width: 1150px) {

    #hero-image {
        padding-left: 0px;
        height: 350px;
        margin-right: 30px;
    }
   .text-div{
    padding-right: 0px;
    margin-left: 20px;
   }

   .banner-icon {
    margin-left: 100px;
    }

    .main-title {
        font-size: 4rem;
        margin-top: 1rem;
        margin-bottom: 1rem;

    }

    .wie-padding {
        padding-left: 0;
        padding-right: 0;
    }
        
    .wie-text {
        padding-right: 0px;
    }

    #wie-image {
        height: 400px;
        padding-right: 150px;
    }

    .wie-text-div {
        padding-left: 150px;
    }

    #nav-links{
        padding-left: 0px;
        padding-right: 50px;
        }

    .kim-v-div {
        display:flex;
        justify-content: center;
        width: 100%;
    }
    #kim-image-v {
        width: 650px;
    }
    .div-centerer {
        width: 650px;
    }

    .kim-text-div-v {
        width: 650px;
    }

    .kim-text{
    /* padding-left: 100px;
    padding-right: 100px; */
    width: fit-content;
    max-width: 800px;

    }
    
    .kim-text-div-v {
        /* width: 700px; */
        padding-left: 0px;
        padding-right: 0px;
    }
    

    .list-left {
        margin-right: 50px;
        width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }   
    .list-right {
        margin-left: 50px;
        width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .list {
        height: 150px;

    }
    /* .list {
        width: fit-content;
    } */

    .carousel-container {
        width: 650px;
    }

    .footer-title {
        font-size: 2rem;
    }

    #wie-image  {
        height: 400px;
        padding-right: 50px;
    }

    .wie-padding {
        display: flex;
        justify-content: center;
    }

    .wie-text-div {
        padding-left: 50px;
    }

    .hero-image {
        /* width: 150px;
        height: 150px; */
        margin-left: -100px;
    }
    
    .main-text-div {
        margin-left: -50px;
        margin-bottom: -10px;
    }

    .footer-item {
        margin-left: 30px;
        margin-right: 30px;
    }

    .linkedin-item {
        margin-left: 75px;
    }

}
























/* mobile .............................................................................................................................................. */


@media (max-width: 768px) {

    body {
        min-width: 320px;
    }

    .main-padding {
        flex-direction: column;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .text {
        padding-top: 40px;
        width: 80%;
    }

    .horizontal-align {
        margin-left: -40px;
    }

    .image-div {
        width: 80%;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    #hero-image {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .header {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .wie-text-div {
        width: 100%;

    }

    .wie-padding {
        width: 100%;
    }

    #nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        /* right: 20px; */
        background: var(--background-main);
        /* border-radius: 5px; */
        padding: 0px;
        justify-content: center;
        width:100%;
        padding-bottom: 2000px;
    }

    .navbar {
        padding: 0;
    }

    #nav-links.active {
        display: flex;
        
    }

    .hamburger-menu {
        display: flex;
        padding: 30px;
    }

    .nav-text {
        font-size: 2rem;
        margin: 0px;
        margin-top: 2rem;
        margin-bottom: 2rem;

    }

    .nav-text-icon {
        width: 6rem;
        height: 6rem;
    }

    .banner-title {
        padding: 0;
        margin: 0;
        width: 80%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .banner {
        height: fit-content;
    }

.banner-icon {
    display: none;
}


.wie-padding {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.wie-text-div {
padding-left: 0;
padding-right: 0;
margin-bottom: 10px;

margin-left: 0;
margin-right: 0;

width: 78%;
left: 0;
}

#wie-image {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
        height: auto;
    width: 80%;
    right: 0;
    }

.kim-padding-v {
    width: 100%;
    margin-bottom: -100px;   
}

.wie-text {
    font-size: 1.5rem;
}

.wie-text-div {
    margin-top: 50px;
}

.button-text {
    font-size: 1rem;
}

.button {
    width: 100%;
}

.div-centerer {
    width: 100%;
    display: flex;
    /* column-reverse bepaald boven of onder foto/text */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wie-padding {
    flex-direction: column-reverse;
}

/* #kim-image-v {
    height: 100%;
    width: auto;
} */

#kim-image-v {
    height: auto;
    width: 200%;
    margin-right: -100px;
    margin-top: 50px;
}

.kim-text-div-v {
    width: 80%;
}

.parallax-container {
    width: 80%;
    /* height: */
    transform: translateX(0);
    height: 300px;
    margin-bottom: -30px;
}

.kim-text {
    font-size: 1.5rem;
}

.vertical-align{
    width: 80%;
    margin-top: -100px;
}

.carousel-container {
    width: 100%;
    margin-bottom: -150px;
}

.footer-layout {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer-icon-div{
    position: absolute;
    margin-bottom: 250px;
    margin-right: 50px;
}

.footer-title {
    font-size: 4rem;
}

.icon-footer{
    width: 40px;
    height: 40px;
}

.list-left{
    margin: 0;
    margin-top: 300px;
    text-align: center;
    font-size: 2rem;
    padding-left: 0;
    /* padding-right: 0; */
}

.list-right{
    margin: 0;
    margin-top: 90px;
    text-align: center;
    font-size: 2rem;
    padding-bottom: 200px;
}

.main-text {
    font-size: 1.5rem;
    text-align: left;
}

.review {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.list-item {
    margin-top: 20px;
    font-size: 1.5rem;
    padding-right: 0;
}

.hero-image {
    margin-right: 0;
    margin-left: 0;
}

.main-text-div {
    margin-left: 0px;
}

.horizontal-align {
    margin-left: 0;
    justify-content: center;
}

#footer-icon-div{
    position: absolute;
    margin-bottom: 250px;
    margin-right: 0px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}


.linkedin-div {
    margin-left: -30px;
    margin-bottom: -1.6rem;
}

.footer-horizontal {
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    padding-right: 40px;
}

.footer-item {
    margin-bottom: 1rem;

}

.color {
    display: none;
}

.main-subtitle {
    font-size: 2rem;
    margin-top: 0px;  
}

.linkedin-item {
    margin-left: 20px;
}


}