body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    background-color: #ad0656;
}

h2 {
    font-weight: 800;
    color: blue;
    letter-spacing: -0.035em;
}

button {
    border-radius: 20px;
    border: 1px solid #eee;
}

.container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow-x: hidden;
    /*scroll-snap-type: y mandatory;*/
}

.mobile {
    display: none;
}

.mobile-blob {
    display: none;
}
.mobile-blob,
.blob {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    position: absolute;
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.text {
    left: 50%;
    transform: translateX(-50%);
    max-width: 75vw;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 5vh;
    z-index: 5;
}
.quote {
    position: relative;
}
.quote::before {
    content: "‘";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    left: -6px;
}


.text h3 {
    font-family: halyard-display, sans-serif;
    font-size: 26px;
    line-height: 31px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #4E3344;
}

.text h1,
.text h2 {
    font-family: halyard-display, sans-serif;
    font-size: 52px;
    line-height: 55px;
    margin: 0 0 20px 0;
    color: #4E3344;
    letter-spacing: 0;
}

.text h1.blue,
.text h2.blue {
    color: #2F26BF;
}

.text p {
    font-family: halyard-display, sans-serif;
    color: #4E3344;
    font-size: 26px;
    margin: 0;
}

.slide {
    position: relative;
    width: 100vw;
    height: 100vh;
    transition: margin-left .4s;
    /*scroll-snap-align: start;*/
}

.slide.open {
    margin-left: 50vw;
}

.slidenav {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
}

.slidenav > a {
    display: block;
    height: 100%;
    width: 100%;
    border: 2px dotted transparent;
    margin-left: -2px;
}

.slidenav > a:focus {
    border: 2px dotted white;
}

.slidenav .title,
.slidenav .arrow {
    float: left;
}

.slidenav .arrow a{
    display: block;
    height: 30px;
    width: 25px;
}
.slidenav .arrow img {
    max-width: 25px;
}

.slidenav.open .arrow img {
    transform: scale(-1);
}

.slidenav .arrow {
    background-color: #ad0656;
    color: #ffffff;
    font-size: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slidenav .title {
    background-color: #4e3344;
    color: #ffffff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.slidenav .title p {
    margin: 0;
    font-size: 20px;
    padding: 0 10px;
}

.sidebar {
    position: absolute;
    left: -50vw;
    height: 100vh;
    width: 50vw;
    background-color: #ad0656;
    z-index: 5;
    padding: 0;
    transition: left 0.4s;
}

.sidebar .sidebar-inner {
    width: fit-content;
    padding: 0 60px;
    max-height: 100%;
    overflow-y: scroll;
}

.sidebar .sidebar-inner .content {
    padding-top: 30px;
}

.sidebar .sidebar-inner .content p {
    font-family: halyard-display, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
}

.sidebar .sidebar-inner .content h2 {
    color: #ffffff;
}

.sidebar .title {
    display: inline-block;
    background-color: #ffffff;
    color: #4e3344;
    padding: 30px 45px;
}

.sidebar .title p {
    font-family: Halyard, sans-serif;
    font-weight: bold;
    margin: 0;
}

.sidebar .close {
    position: absolute;
    top: 30px;
    right: 60px;
    color: #ffffff;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.sidebar .close img{
    max-width: 100%;
}

.progress-bar {
    width: 100%;
    height: 15px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    max-width: 100vw;
}

.progress-bar .chapter {
    width: 19%;
    padding: 0 5px;
    float: left;
    height: 100%;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.4s;
}

.progress-bar .chapter.active {
    background-color: #4E3344;
}

/*************** slide 1 ***************/
#slide1 {
    background-color: #9edafb;
}

#slide1 .blob {
    background-image: url("../assets/01/01_backblob.svg");
}

#slide1 .text {
    max-width: 25vw;
}

.lampholder {
    display: flex;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 18vh;
    justify-content: space-between;
}

.lamp {
    height: 100%;
    padding: 0 4vw;
    user-select: none;
}

#slide1 .button {
    position: absolute;
    width: 200px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #ad0656;
    border-radius: 25px;
    bottom: 36%;
    z-index: 5;
    font-family: Halyard, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #ad0656;
    cursor: pointer;
}

#slide1 .button:focus {
        border: 4px solid #2F26BF;
}

#slide1 .button:hover {
    color: #ffffff;
    background-color: #ad0656;
}

#slide1 .button.salma {
    left: 14%;
}
#slide1 .button.richard {
    right: 14%;
}

#slide1 .text .button {
    display: none;
}

.deskholder {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.deskholder .desk-wrapper {
    width: auto;
    position: relative;
}

.deskholder .desk {
    position: relative;
    z-index: 2;
    height: 50vh;
    max-width: 80vw;
}

.deskholder .person {
    position: absolute;
    height: 100%;
    bottom: 50%;
}

.deskholder .person.salma {
    left: 10%;
    z-index: 1;
}

.deskholder .person.richard {
    right: 10%;
    z-index: 1;
}

.overlay {
    width: 90%;
    position: absolute;
    bottom: 15%;
    left: 5%;
    height: auto;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    z-index: 10;
}

.overlay .text-wrapper {
    padding: 90px 90px;
    position: relative;
}

/*.overlay .text-wrapper::after {*/
/*    content: '';*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    background: url('../assets/00 algemeen/pijl_donker.svg') 0 0 no-repeat;*/
/*    transform: rotate(90deg);*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 10%;*/
/*}*/

.overlay h3 {
    font-family: Halyard, sans-serif;
    font-size: 36px;
    line-height: 43px;
}

.overlay p {
    font-family: Halyard, sans-serif;
    font-size: 17px;
    line-height: 20px;
}

.overlay .close {
    position: absolute;
    right: 60px;
    top: 60px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    z-index: 10;
}

.overlay .close img {
    max-width: 100%;
}



/*************** slide 2 ***************/

#slide2 {
    background-color: #fc9c86;
}

#slide2 .text .h3 {
    font-size: 1em;
}

#slide2 .blob {
    background-image: url("../assets/02/02_backblob.svg");
}

.couch-wrapper {
    position: absolute;
    width: 58vw;
    bottom: 0;
    right: -10vw;
    display: flex;
    justify-content: center;
    align-items: end;
}

.couch-wrapper .couch {
    max-height: 100%;
    max-width: 100%;
    z-index: 2;
    position: relative;
}

.couch-wrapper .richard {
    position: absolute;
    bottom: 0;
    left: 12vw;
    height: 140%;
    z-index: 3;
}

.couch-wrapper .plant {
    position: absolute;
    width: 30vw;
    bottom: 0;
    left: -15vw;
    left: -15vw;
    z-index: 1;
}

#slide2 .comment-wrapper {
    position: absolute;
    height: 60vh;
    width: 40vw;
    top: 20vh;
    left: 10vw;
    z-index: 5;
}

/*************** slide 3 ***************/
#slide3 {
    background-color: #9edafb;
}

#slide3 .blob {
    background-image: url("../assets/03/03_backblob.svg");
}

.salma-wrapper {
    height: 80vh;
    position: absolute;
    bottom: 0;
    left: 10vw;
}

.salma-wrapper .salma {
    height: 100%;
    position: relative;
    z-index: 5;
}

.plant-wrapper {
    height: 80vh;
    position: absolute;
    z-index: 1;
    width: 65vw;
    right: 0;
    bottom: 0;
}

.plant-wrapper .plant {
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.plant-wrapper .poes {
    position: absolute;
    height: 30vh;
    bottom: 0;
    right: 20vw;
}

#slide3 .comment-wrapper {
    position: absolute;
    height: 60vh;
    width: 50vw;
    top: 20vh;
    right: 10vw;
    z-index: 5;
}

/*************** slide 4 ***************/

#slide4 {
    background-color: #fc9c86;
}

#slide4 .blob {
    background-image: url("../assets/04/04_backblob.svg");
}

.interview-wrapper {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 70vh;
    display: flex;
    flex-direction: row;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: end;*/
}

.interview-wrapper .lamp-wrapper {
    width: 25vw;
    position: relative;
    height: 100%;
    z-index: 3;
}

.interview-wrapper .lamp-wrapper img {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 80%;
    transform: translateX(-50%) !important;
}

.interview-wrapper .chair-wrapper {
    width: 50vw;
    position: relative;
    height: 100%;
    z-index: 3;
}

.salmaoffice-wrapper .text-balloon,
.chair-wrapper .text-balloon {
    position: absolute;
    left: 68%;
    background-image: url('/assets/04/balloon.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 134px;
    width: 275px;
    top: -16%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.salmaoffice-wrapper .text-balloon {
    left: 47%;
    top: -6%;
}

.salmaoffice-wrapper .text-balloon p,
.chair-wrapper .text-balloon p {
    font-family: halyard-display, sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #4E3344;
}

.interview-wrapper .chair-wrapper img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
}

.interview-wrapper .chair-wrapper .chair.mobile {
    display: none;
}

.interview-wrapper .chair-wrapper .chair {
    height: 115%;
    max-height: 125%;
    bottom: 0;
    z-index: 3;
    display: block;
}

.interview-wrapper .chair-wrapper .salma-comment {
    position: absolute;
    top: -13%;
    right: 17%;
    z-index: 5;
    font-size: 22px;
    line-height: 26px;
}

.interview-wrapper .chair-wrapper .salmachair {
    height: 75%;
    top: 0;
    z-index: 4;
}

.interview-wrapper .plant-wrapper img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
}

.interview-wrapper .plant-wrapper {
    height: 100%;
    position: relative;
    width: 25vw;
}

.interview-wrapper img {
    max-height: 100%;
}

/*.interview-wrapper .chair{*/
/*    min-width: 650px;*/
/*}*/

/*.interview-wrapper .chair-wrapper {*/
/*    height: 100%;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: end;*/
/*}*/

/*.interview-wrapper .chair-wrapper .salmachair {*/
/*    position: absolute;*/
/*    height: 85%;*/
/*    left: 49%;*/
/*    bottom: 40%;*/
/*    transform: translateX(-50%);*/
/*}*/

.interview-wrapper .text-cloud {
    position: absolute;
    right: 60%;
    top: -5%;
    width: 400px;
    padding: 30px 20px;
    background-color: #4E3344;
    border-radius: 8px;
    color: #ffffff;
    z-index: 10;
}


.interview-wrapper .text-cloud p {
    font-family: halyard-display, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}

/*.interview-wrapper .text-cloud .dotted-line{*/
/*    position: absolute;*/
/*    width: 80%;*/
/*    height: 150%;*/
/*    border-left: 6px dotted #4E3344;*/
/*    border-bottom: 6px dotted #4E3344;*/
/*    left: 50%;*/
/*    z-index: 5;*/
/*}*/

/*************** slide 5 ***************/
#slide5 {
    background-color: #9edafb;
}

#slide5 .blob {
    background-image: url("../assets/05/05_backblob.svg");
}

.richard-wrapper {
    position: absolute;
    right: 10vw;
    bottom: 0;
    width: 36vw;
    height: 50vh;
    background-image: url('../assets/05/05_cirkel.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.richard-wrapper .circle {

}

.richard-wrapper .richard {
    position: relative;
    height: 100%;
    margin: 0px auto;
}

.richard-wrapper .comment-wrapper{
    position: absolute;
    right: 96%;
    top: 59%;
    width: 25vw;
    min-width: 400px;
}

.richard-wrapper .comment-wrapper .comment.right {
    width: 100%;
}

.selma-wrapper {
    width: 40vw;
    height: 50vh;
    position: absolute;
    top: 20%;
    left: 20%;
    display: flex;
    justify-content: center;
}

.selma-wrapper .comment-wrapper{
    position: absolute;
    left: 62%;
    top: 5%;
    max-width: 32vw;
    min-width: 550px;
}

.selma-wrapper .selma {
    max-width: 100%;
    max-height: 100%;
    margin-right: 42%;
    z-index:1;
}

.selma-wrapper .table {
    position: absolute;
    width: 100%;
    bottom: 32px;
    left: 0;
    z-index: 0;
}

/*************** slide 6 ***************/
#slide6 {
    background-color: #fc9c86;
}

#slide6 .blob {
    background-image: url("../assets/06/06_backblob.svg");
    bottom: unset;
    top: 0;
    left: unset;
    right: -20vw;
    transform: unset;
    background-size: 100%;
}

.office-wrapper {
    height: 54vh;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
}

.chick-wrapper {
    width: 28vw;
    padding-left: 5vw;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

.chick-wrapper .comment-wrapper {
    position: absolute;
    top: -5vh;
    left: 25%;
    min-width: 40vw;
}

.chick-wrapper .comment-wrapper .comment {
    padding: 10px 10px 10px 73px;
}

.chick-wrapper .desk {
    position: absolute;
    bottom: -14%;
    max-width: 26vw;
}

.salmaoffice-wrapper {
    position: absolute;
    width: 70vw;
    right: 0;
    bottom: 0;
    height: 100%;
}

.salmaoffice-wrapper .chair{
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 4;
}
.salmaoffice-wrapper .salma{
    position: relative;
    height: 105%;
    top: -5%;
    left: 17%;
    z-index: 3;
}

.salmaoffice-wrapper .plant {
    position: absolute;
    height: 85%;
    right: -10%;
    z-index: 5;
    bottom: -2px;

}

.salmaoffice-wrapper .comment-wrapper {
    position: absolute;
    top: -38%;
    left: -13%;
    width: 42vw;
}


/*.office-wrapper .comment-wrapper {*/
/*    position: absolute;*/
/*    top: -14%;*/
/*    width: 63vw;*/
/*    height: 16vh;*/
/*    left: 0;*/
/*    z-index: 5;*/
/*}*/

/*.office-wrapper .desk {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 8vw;*/
/*    height: 80%;*/
/*    z-index: 1;*/
/*}*/

/*.office-wrapper .chair {*/
/*    height: 50%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 40%;*/
/*    transform: translateX(-50%);*/
/*    z-index: 3;*/
/*}*/

/*.office-wrapper .salma {*/
/*    position: absolute;*/
/*    left: 45%;*/
/*    height: 65%;*/
/*    top: 0;*/
/*    transform: translateX(-50%);*/
/*    z-index: 2;*/
/*}*/

/*.office-wrapper .plant {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    z-index: 4;*/
/*    z-index: 4;*/
/*}*/

/*************** slide 7 ***************/
#slide7 {
    background-color: #9edafb;
}

.logo-left {
    width: 15vw;
    padding-top: 60px;
    float: left;
}

.text-right {
    float: left;
    width: 70vw;
    padding: 60px 30px;
}

.text-right h3 {
    font-family: halyard-display, sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 0;
}

.text-right p {
    font-family: halyard-display, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
}

.contact-button {
    height: 60px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 15px 50px 15px 20px;
    background-image: url('../assets/00 algemeen/pijl_donker.svg');
    background-repeat: no-repeat;
    background-position: 94% 12px;
    background-size: 25px auto;
}

.comment {
    width: auto;
    display: inline-block;
    padding: 1vw 1vw 1vw 75px;
    border-radius: 0.5vw;
    background-color: white;
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}

.comment p {
    font-family: halyard-display, sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #4E3344;
    margin: 10px;
}

.comment.right {
    margin-left: 45px;
    padding-left: 15px;
    padding-right: 75px;
    margin-right: 0;
}

.comment::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 15px;
}

.comment.salma::after {
    background-image: url('../assets/00 algemeen/salmaklein.svg');
}

.comment.richard::after {
    background-image: url('../assets/00 algemeen/richardklein.svg');
}

.comment.chick::after {
    background-image: url('../assets/00 algemeen/chick.svg');
}

.comment.right::after {
    left: unset;
    right: 15px;
}

.comment:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.comment.right:before {
    border-right: 0;
    border-left: 15px solid #fff;
    left: unset;
    right: -14px;
}

.question-list {
    list-style: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.question-list li{
    padding-left: 45px;
    background-image: url('../assets/00 algemeen/pijl_donker.svg');
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 0 8px;
    margin-bottom: 30px;
}

.underline {
    font-weight: bold;
}