html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}
header {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: block;
    background-position-x: 50%;
    background-position-y: 50%;
}

.content {
    width: 100%;
    font-size: 20px;
    text-align: justify;
}

.logo {
    position: fixed;
    float: left;
    margin: 16px 36px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.logo img {
    width: 85px;
    height: auto;
    max-height: 62px;
    padding-right: 30px;
}

nav {
    position: fixed;
    width: 100%;
    transition: 1s;
    z-index: 99;
}

nav ul {
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    float: right;
}

nav.black {
    background: rgba(0, 0, 0, 0.8);
    transition: 1s;
}


nav ul li {
    display: inline-block;
    padding: 20px;
    width: 100%;
}


nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 4em;
    font-size: medium;
}

nav ul li a:hover {
    color: #20bf55;
}

.landingImage {
    visibility: hidden;
}

.landingText {
    visibility: hidden;
}

.active {
    padding: 10px;
    margin-right: 3em;
    background: #20bf55;
    color: white;
    border-radius: 6px;
}

.active:hover {
    transition: 1s;
    background: none;
    color: white;
    border: 1px solid #20bf55;
    border-radius: 6px;
}

.menu-icon {
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
    height: 62px;
}

.about {
    background-color: white;
}

.about h4 {
    position: absolute;
    top: 115%;
    padding-left: 5vw;
}

.subText {
    font-size: small;
    position: absolute;
    top: 122%;
    padding-left: 5vw;
}

.aboutMainImage {
    width: 60%;
    padding-left: 40vw;
    padding-top: 5%;
}

.subBtn {
    font-size: x-small;
    top: 130%;
    position: absolute;
    margin-left: 5vw;
    padding: 5px;
    border: 1px solid #20bf55;
    border-radius: 50px;
    color: #20bf55;
}

.leftArrow {
    padding-top: 8px;
}

@media(max-width: 1250px) {

    header {
        /* background-image: url(../img/backgroundAboutPage.png); */
        height: 0;
    }

    .landingPage {
        height: fit-content;
        /* background-image: url(../img/backgroundAboutPage.png); */
        overflow: hidden;
        background-color: white;
    }

    .logo {
        position: fixed;
        top: 0;
        margin-top: 16px;
    }

    nav ul {
        max-height: 0px;
        background: rgba(0, 0, 0, 0.8);
    }

    nav.black ul {
        background: rgba(0, 0, 0, 0.8);
    }

    .showing {
        max-height: none;
        display: none;
    }

    nav ul li {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav ul li a {
        color: #fff;
    }

    .active {
        margin-right: 0;
        padding: 10px;
        background: none;
        color: #20bf55;
    }

    .menu-icon {
        display: none;
        display: block;
        background: rgba(0, 0, 0, 0.8);
    }

    .landingImage {
        visibility: visible;
        display: table;
        padding-top: 20vh;
        width: 25%;
        max-width: 125px;
        height: auto;
        margin: 0 auto;
    }

    .landingText,
    .landingText2 {
        visibility: visible;
        text-transform: uppercase;
        color: #fff;
        padding-top: 5px;
        letter-spacing: 1.5px;
    }

    .landingText {
        padding-top: 45px;
        margin-left: auto;
        margin-right: auto;
        width: 7em;
    }

    .landingText2 {
        margin-left: auto;
        margin-right: auto;
        width: 5em;
    }

    .landingText3 {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-top: 125px;
        padding: 5px;
        border-radius: 30px;
        border: 2px solid #20bf55;
        background-color: #20bf55;
        color: #fff;
    }

    .landingArrow {
        position: absolute;
        width: 50px;
        height: auto;
        bottom: 15px;
        right: 25%;
        left: 50%;
        margin-left: -25px;
        z-index: 98;
    }

    .whatIs {
        height: 60vh;
        background-color: #121217;
        /* 0a0a0a */
        margin-top: 15px;
    }

    .whatIs h4 {
        color: #63636e;
        margin: 0 auto;
        width: 150px;
        padding-top: 50px;
    }

    .whatIs h3 {
        color: #fff;
        margin: 0 auto;
        width: 200px;
    }

    .whatIs img {
        width: 70%;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
        text-align: center;
        display: flex;
    }

    .whatIs p {
        font-size: x-small;
        position: absolute;
        margin-top: 25px;
        margin-left: 70vw;
        padding: 5px;
        border: 1px solid #20bf55;
        border-radius: 50px;
        color: white;
    }

    .praktijk {
        background-color: white;
    }

    #map {
        width: 300px;
        height: 300px;
        margin: 30px auto;
    }

    .praktijk h3 {
        margin: 0 auto;
        width: 150px;
        padding-top: 35px;
    }

    .praktijk p {
        margin: 0 auto;
        width: 230px;
        padding-top: 10px;
    }

    .afspraak {
        height: 40vh;
        background-color: #121217;
        /* 0a0a0a */
        margin-top: 15px;
    }

    .afspraak h3 {
        color: #63636e;
        text-align: center;
        padding-top: 50px;
    }

    .afspraakP1 {
        color: white;
        text-align: center;
        font-size: smaller;
    }

    .afspraakP2 {
        color: white;
        text-align: center;
        font-size: smaller;
    }

    .afspraak img {
        width: 75px;
        margin: 0 auto;
        display: flex;
        padding-top: 35px;
    }


    /* .footer {
        background-color: #0a0a0a;
        width: 100%;
        height: 20vh;
    } */


    .header {}

}

@media(max-width: 500px) {

    header {
        height: 0;
        transition: 0.3s;
    }


    .landingPage .logoAbout {
        width: 15%;
        display: block;
        margin: 0 auto;
        padding-top: 100px;
    }

    .landingPage h1 {
        color: #fff;
        text-align: center;
    }

    .aboutTextFont {
        width: 80%;
        margin: 0 auto;
        text-align: justify;
        color: #fff;
    }

    body {
        width: 100%;
    }

    .pasGeborenen {
        width: 100%;
        height: 50px;
    }

    .pasGeborenen img {
        width: 25%;
        padding-left: 15px;
        padding-top: 25px;
        padding-right: 15px;
        margin-bottom: 30px;
        float: left;
    }

    .pasGeborenenText p {
        color: #fff;
        font-size: smaller;
    }


    .kinderen {
        width: 100%;
        height: 50px;
        clear: both;
        padding-top: 15px;
    }

    .kinderen img {
        width: 25%;
        padding-left: 15px;
        padding-top: 25px;
        padding-right: 15px;
        margin-bottom: 10px;
        float: right;
        padding-top: 15px;
    }

    .kinderenText p {
        color: #fff;
        font-size: smaller;
        padding-left: 30px;
    }

    .volwassenen {
        width: 100%;
        height: 50px;
        clear: both;
        padding-top: 1px;
    }

    .volwassenen img {
        width: 25%;
        padding-left: 15px;
        margin-top: 60px;
        padding-right: 15px;
        margin-bottom: 40px;
        float: left;
        padding-top: 15px;
    }

    .volwassenenText p {
        color: #fff;
        font-size: smaller;
        padding-left: 30px;
        padding-right: 10px;
    }

    .sporters {
        width: 100%;
        height: 50px;
        clear: both;
        margin-bottom: 100px;
    }

    .sporters img {
        width: 25%;
        padding-left: 15px;
        margin-top: 25px;
        padding-right: 15px;
        margin-bottom: 30px;
        float: right;
        padding-top: 15px;
    }

    .sportersText p {
        color: #fff;
        font-size: smaller;
        padding-left: 30px;
        margin-bottom: 50px;
    }

    .zwanger {
        width: 100%;
        clear: both;
        padding-top: 110px;
    }

    .zwanger img {
        width: 25%;
        padding-left: 15px;
        margin-top: 60px;
        padding-right: 15px;
        margin-bottom: 100px;
        float: left;
        padding-bottom: 15px;
    }

    .zwangerText p {
        color: #fff;
        font-size: smaller;
        padding-left: 30px;
        padding-right: 10px;
    }

    .pasGeborenenSubText,
    .kinderenSubText,
    .volwassenenSubText,
    .sportersSubText,
    .zwangerSubText {
        color: #fff;
        text-align: center;
    }

    .footer {
        height: 40px;
        width: 100%;
        background-color: rgba(2, 7, 7);
        color: rgba(55, 170, 213);
    }

    .footer p {
        text-align: center;
    }

    .footer a {
        text-decoration: none;
        color: white;
    }


    .wrapper {
        /* background-color: rgba(2, 7, 7); */
    }

    .landingPage {
        background-color: #37aad5;
        width: 100%;
        height: 165px;
    }

    .landingPage h2{
        text-transform: uppercase;
        color:rgb(36, 35, 35);
        padding-top: 85px;
        text-align: center;
        font-weight: 300;
    }

    .osteopathie {
        background-color: white;
    }

    .osteopathie .osteopathieTitel {
        color: white;
        padding-left: 25px;
        padding-right: 25px;
        color: rgb(97, 96, 96);
    }

    .osteopathie h5 {
        width: auto;
        border-top: 1px solid black;
        margin-top: 50px;
        padding-top: 20px;
        margin-left: 25px;
        margin-right: 25px;
        color: #3b3b3f;

    }

    .footer p {
        padding-top: 10px;
    }



}