/* Algemeen */
/* test */
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #ececec;
    display: flex;
    flex-direction: column;
}

.Bodycoach {
    flex-direction: row;
    height: 26.8rem;
    display: flex;
    justify-content: center;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Navbar */
nav {
    background-color: #76C5AF;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    flex-wrap: wrap;
}
.navbarObject {
    height: 100px;
    transition: all 0.5s ease-in-out;
}
nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
    margin-left: 4rem;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    width: 100%;
    justify-content: flex-end;
    padding: 0;
    margin-right: 154px;
}

nav li {
    display: inline;
}

nav img {
    width: auto;
    height: 50px;
    margin-left: 154px;
    margin-top: 10px;
    position: absolute;
}

.menu-icon {
    display: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 30px;
    color: #fff;
    transition: transform 0.5s ease-in-out;
}

.menu-icon.rotate {
    transform: rotate(180deg);
}

nav a:hover {
    color: #51A7D8;
}

.Ebook-button {
    display: flex;
    position: absolute;
    padding-left: 9rem;
    gap: 10px;
    align-items: center;
}

.divAbsolute {
    position: relative;
}
embed {
    padding-left: 9rem;
}

@media (max-width: 1400px) {
    nav a {
        padding: 10px 10px;
        margin-left: 2px;
        font-size: 15px;
    }

    nav img {
        width: auto;
        height: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 970px) {
    nav a {
        padding: 10px 10px;
        margin-left: 2px;
        font-size: 13px;
    }

    nav img {
        width: auto;
        height: 35px;
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 850px) {
    nav a {
        padding: 10px 1px;
        font-size: 10px;
    }

    nav img {
        width: auto;
        height: 23px;
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .nav-list {
        flex-direction: column;
        align-items: center;
        height: 5rem;
    }

    .navbarObject {
        min-height: 179px;
        transition: all 0.5s ease-in-out;
    }

    nav {
        height: auto;
        flex-direction: column;
        justify-content: center;
    }

    nav a {
        margin: 1px 0;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
        position: static;
        justify-content: start;
    }

    nav li {
        display: block;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .menu-icon {
        display: block;
        margin-right: 9.5rem;
    }

    .nav-list {
        height: 0px;
        transition: all 0.5s ease-in-out;
    }

    .nav-list.active {
        height: 261px;
    }

    nav a {
        padding: 10px 10px;
        margin-left: 2px;
        font-size: 15px;
    }

    nav img {
        width: auto;
        height: 40px;
        margin-right: 9.5rem;
        position: unset;
        margin-top: 3rem;
    }

    .navbarObject.active {
        min-height: 440px;
    }

.Ebook-button {
    display: flex;
    padding-left: 0rem;
    align-items: center;
    position: static;
    margin-top: -20px;
    /* Move higher up */
}

embed {
    padding-left: 0rem;
    margin-top: -30px;
    /* Move higher up */
}

canvas:last-of-type {
    padding-left: 0rem;
    margin-top: -50px;
    /* Move higher up */
    position: static;
}

canvas:first-of-type {
    padding-left: 0rem;
    margin-top: -20px;
    /* Move higher up */
    position: static;
}

.bodyebooks {
    height: 100vh;
}

.navbarObject {
    height: 100px;
    transition: all 0.5s ease-in-out;
}

object {
    width: 100%;
}

.aboutus {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 3rem;
    justify-content: center;
}

.abouttext {
    width: 40%;
    border: #51A7D8 solid 3px;
    margin-right: 1rem;
    border-radius: 3rem;
    padding: 1rem;

}

.aboutus img {
    width: 40%;
    height: auto;
    margin-left: 1rem;
    border-radius: 3rem;
}

.contact {
    display: flex;
    justify-content: center;
    margin: 3rem 15rem;
}

.contacttext {
    width: auto;
    height: auto;
    border: #51A7D8 solid 3px;
    margin-right: 1rem;
    border-radius: 3rem;
    padding: 1rem;

}
}
/* Footer */
footer {
    background-color: #76C5AF;
    color: #fff;
    text-align: center;
    padding: 2rem;
}



footer img {
    width: auto;
    height: 50px;
}

.footernavigation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 2rem;
}

.footernavigation a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
    margin-left: 2rem;
    margin-right: 2rem;
}

.footernavigation a:hover {
    color: #51A7D8;

}

footer li {
    display: inline;
}

.footernavigation ul {
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
}


.icon svg {
    transition: fill 0.3s;
    fill: #fff;
    margin-right: 1rem;
    margin-left: 1rem;
}

.icon:hover svg {
    fill: #51A7D8;

}

.footerobject {
    margin-top: 0px;
    width: 100%;
    min-height: 261px;
}

/* Home */
.maininfo {
    position: relative;
    display: flex;
    justify-content: center;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.textimage {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 30rem;
    top: 0%;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.text-overlay h1,
.text-overlay h3 {
    margin: 0;
}

.info2 {
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2rem;
}

.textimage2 {
    margin-bottom: 10rem;
    width: 47.5%;
    border-radius: 3rem;
}

.textarea2 {
    margin-top: 17rem;
    width: 47.5%;
    margin-left: 5%;
    border: #51A7D8 solid 3px;
    max-height: 30rem;
    border-radius: 3rem;
    padding: 1rem;
    background-color: rgb(255, 255, 255);
}

.textarea3 {
    margin-bottom: 2rem;
    min-width: 500px;
    max-width: 530px;
    border: #51A7D8 solid 3px;
    border-radius: 3rem;
    padding: 1rem;
    background-color: rgb(255, 255, 255);
}


.reverse video {
    display: flex;
    margin-bottom: 20rem;
    position: absolute;
    right: 10%;
    height: auto;
    width: 39%;
    border-radius: 3rem;
}

.reverse {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
}

/* education */

#Bodycoach {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#coach {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: black;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    border: #51A7D8 solid 3px;
    width: 225px;
}

.Coachobject {
    height: 430px;
}

.uitleg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 2rem;
    border: #51A7D8 solid 3px;
    border-radius: 3rem;
    padding: 1rem;
    background-color: #ffffff;
}

/* Formulier */
.contactformulier {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 10%;
    margin-right: 10%;
}

.contactformulier img {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 40%;
    height: auto;
    border: #51A7D8 solid 3px;
    border-radius: 2rem;
}

.contactformulier form {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    max-width: 30rem;
    border: #51A7D8 solid 3px;
    border-radius: 2rem;
    padding: 2rem;
    box-sizing: border-box;

}

.contactformulier h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.options {
    border-radius: 3rem;
}

.bericht {
    border-radius: 3rem;
}

.input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input label {
    width: 100%;
    margin-bottom: 0.5rem;
}

.input input {
    width: 100%;
    height: 2rem;
    border: #51A7D8 solid 1px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    padding: 0.5rem;
    box-sizing: border-box;
}

.contactformulier form button {
    background-color: #51A7D8;
    border: #ffffff solid 3px;
    border-radius: 2rem;
    padding: 1rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.outline {
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #51a7d8;
}

.bodyebooks {
    height: 100vh;
}

.bodycontact {
    height: 100vh;
}

.editlayout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 80%;
    height: 1000px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
}

.editQuickinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 47.5%;
    height: 100%;
    border-radius: 10px;
}

.editAll {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 47.5%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.editimage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.editimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.editImportant {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 55%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.border-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: #51A7D8 5px solid;
}

.border-green {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.border-green img {
    border: #76C5AF 5px solid;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.edittext textarea {
    display: flex;
    padding: 1rem;
    align-items: center;
    width: 90%;
    height: 100%;
    border: #51A7D8 solid 3px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1rem;
}

.edittext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.save {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    border: #51A7D8 1px solid;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #51A7D8;
    }
.save:hover {
    background: #0c93e0;
    cursor: pointer;
}
.Wachtwoord {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    border: #51A7D8 1px solid;
}
.ebookFlex {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
    .editlayout {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 50px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 1000px;
        gap: 10px;
    }

    .editQuickinfo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 10px;
    }

    .editAll {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: rgb(177, 177, 177);
    }

    .editimage {
        width: 100%;
        height: 100%;
        background-color: rgb(177, 177, 177);
    }


    .editImportant {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 50%;
        background-color: rgb(177, 177, 177);
    }
}

@media (min-width: 600px) {
    .contactformulier form {
        width: 30rem;
    }

    .input {
        flex-direction: row;
        align-items: center;
    }

    .input label {
        width: 10rem;
        margin-bottom: 0;
        text-align: right;
        padding-right: 1rem;
    }

    .input input {
        width: calc(100% - 10rem);
    }

    .contactformulier form button {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .morecards {
        display: flex;
        justify-content: start;
        flex-direction: row;
    }

    #sectioncoach {
        display: flex;
        flex-direction: row;
        background-color: #ffffff;
        color: black;
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        border: #51A7D8 solid 3px;
    }

    .Coachobject {
        height: 29rem;
    }

    .contactformulier {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 0%;
        margin-right: 0%;
    }

    .contactformulier img {
        width: calc(100% - 5px);
        margin: 0%;
    }

    .form {
        min-width: 20rem;
        max-width: 10rem;
    }
}

/* homepage mobile view */
@media (max-width: 600px) {
    .image-container {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .info2 {
        display: block;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .textimage2 {
        width: 100%;
        margin: 0%;
    }

    .textarea2 {
        min-width: fit-content;
        max-width: fit-content;
        margin-left: 0%;
        min-height: fit-content;
        max-height: fit-content;
        margin-top: 1rem;
    }

    .textarea3 {
        min-width: 10px;
        max-width: fit-content;

    }

    .reverse video {
        display: flex;
        position: relative;
        min-width: 100%;
        max-width: 100%;
        margin: 0%;
        right: 0rem;
        margin-bottom: 2rem;
    }

    .reverse {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 2rem;
    }

    .aboutus {
        display: flex;
        margin-top: 3rem;
        margin-bottom: 3rem;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .abouttext {
        width: 90%;
        border: #51A7D8 solid 3px;
        margin-right: 0rem;
        border-radius: 3rem;
        padding: 1rem;

    }

    .aboutus img {
        width: 90%;
        margin-top: 1rem;
        border: #51A7D8 solid 3px;
        height: auto;
        margin-left: 0rem;
        border-radius: 3rem;
    }

    .contact {
        display: flex;
        margin-top: 3rem;
        margin-bottom: 3rem;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .contacttext {
        width: 90%;
        border: #51A7D8 solid 3px;
        margin-right: 0rem;
        border-radius: 3rem;
        padding: 1rem;

    }

    .footernavigation {
        display: none;
    }

    footer svg {
        margin-top: 2rem;
    }

    footer a {
        text-decoration: none;

    }

    .icon-container {
        border-top: #fff solid 2px;
        margin-top: 2rem;
    }

    .footerobject {
        min-height: 227px;
    }
}

/* admin */
.addCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background-color: #51A7D8;
    border-radius: 50px;
    color: white;
    font-size: 3rem;
}

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

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #51A7D8;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.bodycontact {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footerobject {
    width: 100%;
    flex-shrink: 0;
}
