body {
    height: 100%;
    width: 100%;
}


.ecosysteembutton {
    color: #282829 !important;
    background-color: white !important;
}

.headerwrapper header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 100px;
}

header h1 {
    font-size: 60pt;
}

header img {
    width: 100px;
}

.headerwrapper {
    position: relative;
}

.scrollknoppen {
    display: inline-block;
    width: 250px;
    height: fit-content;
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    border-radius: 10px;
    padding: 7px 0 5px 0;
    box-shadow: 0 0 10px black;
    text-decoration: none;
    color: black;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: absolute;
    right: 30px;
    top: 50%;
    /* transform: translateY(-50%) */
    margin-top: -20px;
}

.scrollknoppen:hover {
    transform: scale(1.15);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.oswrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .headerwrapper header {
        display: flex;   
        flex-direction: row; 
        justify-content: center !important;
        margin: 0 !important;
        gap: 15px;
    }
    
    
    header h1 {
        font-size: 24pt;
        margin-top: 100px;
        margin-left: 0;
    }

    header img {
        width: 8%;
        margin-top: 65px;
    }

    .tekstblokken {
        max-width: 30%;
        font-size: 11pt;
    }

    .iphone16pro,
    .macoslogo,
    .ipadoslogo,
    .icloudlogoklein {
        max-width: 60%;
    }

    .scrollknoppen {
        display: none;
    }


    .tekstblokken {
        height: 255px !important;
        max-height: 255px !important;
        min-height: 255px !important;
        border-radius: 20px !important;
        overflow-y: auto;
        line-height: 1.1 !important;
        padding: 1% !important;
    }

    .icloudblok {
        height: fit-content !important;
        max-height: fit-content !important;
        min-height: fit-content !important;
    }

    .tekstblokken h1 {
        font-size: 14pt;
        margin-top: -1px;
    }

    .icloudblok h1 {
        margin-top: -10px !important;
    }

    .tekstblokken p {
        font-size: 10pt !important;
        padding: 0 !important;
    }

    .oswrapper {
        margin: 0;
    }

    .icloudlogowrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 50px 0 25px 0 !important;
    }


    .icloudlogowrapper img {
        width: 30%;
        /* pas dit percentage naar wens aan */
        height: auto;
        object-fit: contain;
    }

    .icloudlogowrapper h1 {
        font-size: 28pt !important;

    }

    .icloudtekstwrapper {
        margin: 0;
    }

    .icloudtelefoon {
        max-width: 30%;
        height: auto;
    }

    .icloudblok {
        max-width: 50% !important;
    }
}






.tekstblokken {
    background-color: #282829;
    width: 500px;
    color: white;
    text-align: center;
    padding-top: 10px;
    border-radius: 35px;
    height: fit-content;

}

.mobieltekst {
    display: none;
}


.iphone16pro {
    width: 300px;
    display: block;
    margin: auto;
}

.macoslogo {
    width: 300px;
    display: block;
    margin: auto;
}

.ipadoslogo {
    width: 280px;
    display: block;
    margin: auto;
}

.ipadosblok {
    line-height: 1.25;
}

.tekstblokken p {
    padding: 0 20px 0px 20px;
    font-size: 16pt;
}

hr {
    width: 60%;
}


.icloudlogowrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 100px 0 100px 0;
    gap: 50px;
}

.icloudlogowrapper h1 {
    font-size: 60pt;
}

.icloudlogo {
    width: 350px;

}

.icloudtekstwrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 0 100px 0;
}

.icloudblok {
    width: 600px !important;
    padding-bottom: 2px;
}

.icloudlogoklein {
    width: 325px;
}

.icloudtelefoon {
    width: 300px;
}

#icloudsectie {
    scroll-margin-top: 100px;
}

.omhoogknop {
    right: 15px !important;
}

#navsectie {
    scroll-margin-top: 100000px;
}