html, body {
    margin: 0;
    
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* ------------------- */
/*        Text         */
/* ------------------- */
* {
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 17px;
    line-height: 26px;
}

@media screen and (min-width: 920px) {
    * {
        font-size: 16px;
    }
    
    .footer div,
    .footer a {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 1480px) {
    * {
        font-size: 18px;
    }  

    .footer div,
    .footer a {
        font-size: 18px !important;
    }
}

svg path,
svg rect {
    fill: rgb(0, 179, 192);
}

.rect {
    margin-left: 20px;
    height: 5px;
}

@media screen and (min-width: 920px) {
    .rect {
        margin-left: 0;
    }
}

h2 {
    padding-top: 80px;
    margin-top: 0;

    color: rgb(66, 84, 110);
    font-size: 35px;
}

h3 {
    margin: 20px 0;

    color: rgb(66, 84, 110);
    font-size: 30px;
}

p {
    margin: 0;
    padding-bottom: 20px;
}

.center {
    text-align: center;

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

.bold {
    font-weight: bold;
}
/* ------------------- */


/* ------------------- */
/*       Buttons       */
/* ------------------- */
.btn {
    width: 150px;
    height: 50px;

    background-color: rgb(0, 179, 192);
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 6px -1px rgba(0,0,0,.25);

    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background-color: rgb(40, 212, 218);
}

a {
    text-decoration: unset;
}

/* ------------------- */


/* ------------------- */
/*     Navigation      */
/* ------------------- */
nav {
    position: absolute;
    z-index: 1;
    width: 100%;

    padding-bottom: 30px;
}

nav > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: fit-content;
    margin: 0 auto;
}

nav > div > a > img {
    object-fit: cover;
    height: 50px;
    width: 300px;
    margin-top: 30px;
}

nav > div > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    padding: 0;
    margin: 0;

    width: 100%;
}

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

nav > div > ul > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 160px;
}

nav > div > ul > div > div:nth-child(2) {
    flex-direction: column-reverse;
    width: 180px;
}

nav > div > ul > div > div > li {
    list-style: none;

    width: 100%;
    text-align: center;
}

nav > div > ul > li {
    list-style: none;
}

nav > div > ul > div > div > li > * {
    color: #fff;
}

nav > div > ul > div > div > li > a:hover {
    /* text-decoration: underline; */
    font-weight: bold;
}

nav > div > ul > div > li:nth-last-child(1) > a:hover {
    text-decoration: none;
}


nav > div > ul > li > a > .btn {
    margin-top: 10px;
}

@media screen and (min-width: 400px) {
    nav > div > a > img {
        width: 360px;
    }
}

@media screen and (min-width: 920px) {
    nav {
        position: fixed;
        padding: 0;
    }

    nav > div {
        flex-direction: row;
        justify-content: space-between;
        width: 920px;
        height: 75px;
    }

    nav > div > ul {
        flex-direction: row;
        width: unset;
    }

    nav > div > a > img {
        display: block;
        width: 200px;
        height: 75px;
        margin: 0;
    }

    nav > div > ul > div {
        width: 500px;
    }

    nav > div > ul > div > div {
        flex-direction: row;
        justify-content: center;
        width: 40%;
    }

    nav > div > ul > div > div:nth-child(2) {
        flex-direction: row;
        justify-content: center;
        width: 70%;
    }

    nav > div > ul > div > div > li {
        width: 50%;
    }

    nav > div > ul > div > div:nth-child(1) {
        width: 55%;
    }

    nav > div > ul > li > a > .btn {
        margin-top: 0;
    }

}

@media screen and (min-width: 1480px) {
    nav > div {
        width: 1480px;
    }

    nav > div > ul {
        width: 70%;
    }

    nav > div > ul > div {
        width: 550px;
    }

    nav > div > a > img {
        width: 300px;
    }
}
/* ------------------- */


/* ------------------- */
/*      Wrappers       */
/* ------------------- */
.wrapper {
    height: fit-content;
}

.content {
    width: 100%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;

    position: relative;
}

.content > h2,
.content > p {
    margin-left: 20px;
}

@media screen and (min-width: 525px) {
    .content > p > span {
        display: none;
    }
}

.section-2 > .content > p {
    width: 70%;
}

#huishoudhulp > .content > h2 {
    margin-left: 0;
}

@media screen and (min-width: 640px) {
    .content {
        width: 640px;
    }
}

@media screen and (min-width: 920px) {
    .content {
        width: 920px;
    }

    .content > h2,
    .content > p {
        margin-left: 0;
    }

    .section-2 > .content > p {
        width: 50%;
    }
}

@media screen and (min-width: 1480px) {
    .content {
        width: 1480px;
    }

    .section-2 > .content > p {
        width: 30%;
    }
}



.section-1 {
    height: fit-content;
}

.section-2 {
    height: fit-content;
}

.section-3 {
    height: fit-content;
}



.image {
    height: 500px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.image > img {
    position: absolute;
    
    object-fit: cover;
    
    top: -1px;
    
    width: 100%;
    height: 101%;
}

.light {
    background-color: #eee;
}

.dark {
    background-color: #ddd;
}
/* ------------------- */


/* ------------------- */
/*       Header        */
/* ------------------- */
.header {
    height: 880px;

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

.header > .content {
    margin-top: 200px;
    align-items: center;
}

.header > .content > p {
    text-align: center;
    width: 70%;
    margin-left: 0;
    color: #fff;
}

.header h1 {
    margin: 0 10px 40px;
    margin-block-end: 25px;
    
    text-align: center;

    color: #fff;
    font-size: 50px;
    line-height: 60px;
}

@media screen and (min-width: 720px) {
    .header {
        height: 760px;
        align-items: flex-start;
    }

    .header > .content {
        margin-top: 150px;
        align-items: flex-start;
    }

    .header >.content > p {
        width: 75%;
        text-align: left;
    }

    .header h1 {
        text-align: left;
        margin-left: 0;
    }
}

@media screen and (min-width: 920px) {
    .header {
        height: 550px;
    }

    .header > .content {
        margin-top: 50px;
    }

    .header > .content > p {
        width: 60%;
    }

    .header h1 {
        margin-top: 0;
        font-size: 60px;
    }
}

@media screen and (min-width: 1480px) {
    .header > .content > p {
        width: 40%;
    }
}

/* ------------------- */


/* ------------------- */
/*        Cards        */
/* ------------------- */
.cards {
    margin: 0 auto;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cards.job {
    margin-top: 70px;
}

.card {
    min-height: 275px;
    height: fit-content;
    width: 85%;

    margin: 0 auto 35px;

    background-color: #fff;
    box-shadow: 5px 5px 6px -1px rgba(0,0,0,.25);

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

.card > img {
    width: 50px;
    height: 50px;
    margin: 0 0 20px;
}

.card > h2 {
    padding-top: 50px;
    line-height: 45px;
}

.job .btn {
    margin-bottom: 50px;
}

.card > p {
    width: 75%;
    margin: 0 auto 20px;
}



@media screen and (min-width: 640px) {
    .cards {
        width: 85%;
    }
}

@media screen and (min-width: 920px) {
    .cards {
        flex-direction: row;
    }

    .card {
        width: 100%;
        margin: 0 6px 35px;
        min-height: 240px;
    }
}

@media screen and (min-width: 1480px) {
    .card {
        margin: 0 35px 35px;
        min-height: 275px;
    }
}
/* ------------------- */


/* ------------------- */
/*   Options section   */
/* ------------------- */
.options {
    float: right;
    width: 85%;
    
    display: flex;
    flex-direction: column;
    align-self: center;

    padding: 40px 0;
}

.option {
    display: flex;
    align-items: flex-start;

    margin-top: 30px;
}

.option > img {
    min-width: 50px;
    height: 50px;
}

.option > p {
    margin-left: 30px;

    width: 70%;
}

@media screen and (min-width: 640px) {
    .options {
        width: 65%;
    }
}

@media screen and (min-width: 920px) {
    .options {
        width: 50%;
        align-self: flex-end;
    }   

    .option > p {
        margin-left: 60px;
    }
}

@media screen and (min-width: 1480px) {
    .options {
        width: 40%;
    }   
}
/* ------------------- */


/* ------------------- */
/*  Timetable section  */
/* ------------------- */
.timetable {
    position: absolute;

    width: 100%;
    height: 90%;

    background: rgba(255, 255, 255, 0.747);
    box-shadow: 5px 5px 6px -1px rgba(0,0,0,.25);
}

.timetable > h2 {
    padding: 30px 0 0 50px;
    margin-bottom: 0;
}

.timetable > h2:nth-last-child(2) {
    padding-top: 0;
}

.timetable > p, .timetable > div {
    padding: 20px 0 0 50px;
    margin: 0;
}

.timetable > div > p {
    margin: 0;
}

.timetable > div > p:nth-child(2) {
    padding-left: 40px;
}

.timetable > div {
    display: flex;
}

@media screen and (min-width: 640px) {
    .timetable {
        align-items: center;
        width: 70%;
    }
}

@media screen and (min-width: 920px) {
    .timetable {
        right: 10vw;
        width: 40%;
    }
}

@media screen and (min-width: 1480px) {
    .timetable {
        right: 12vw;
        width: 30%;
    }
}
/* ------------------- */


/* ------------------- */
/*  Questions section  */
/* ------------------- */
.questions {
    position: absolute;

    width: 100%;
    height: 70%;

    background: rgba(0, 0, 0, 0.473);
    box-shadow: 5px 5px 6px -1px rgba(0,0,0,.25);
}

.questions > p, .questions > h2 {
    color: #fff;
    width: 60%;
}

.questions > h2 {
    padding-top: 0;
}

.questions > a > .btn {
    margin: 0;
}

@media screen and (min-width: 640px) {
    .questions {
        width: 70%;
    }
}

@media screen and (min-width: 920px) {
    .questions {
        left: 10vw;
        width: 40%;
    }
}

@media screen and (min-width: 1480px) {
    .questions {
        left: 12vw;
        width: 30%;
    }
}

/* ------------------- */


/* ------------------- */
/*       Footer        */
/* ------------------- */
.footer {
    min-height: 175px;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    
    padding-bottom: 40px;
}

.footer > div {
    width: 85%;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    padding-top: 40px;
}

.footer > div:nth-child(1) {
    padding: 0;
    margin-top: 20px;
    height: 60px;
}

.footer > div > img {
    position: relative;
    width: 200px;

    padding-top: 15px;
}

.footer > div > a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 640px) {
    .footer > div > img {
        width: 300px;
        padding-top: 0;
    }
}

@media screen and (min-width: 920px) {
    .footer {
        flex-direction: row;
        padding-bottom: 0;
    }

    .footer > div {
        width: 20%;
        height: 120px;

        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer > div:nth-child(1) {
        height: unset;
    }

    .footer > div > img {
        width: 200px;
    }
}

@media screen and (min-width: 1480px) {
    .footer > div > img {
        width: 300px;
        padding-top: 0;
    }
}
/* ------------------- */