html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Schakel horizontale scroll volledig uit */
    width: 100%;
}

.whole_Page {
    background-color: darkgreen;
    margin: 0;
    padding: 0;
    background-image: url('images/2D73DE0A-121E-4F0F-89B2-BF7779728DFF.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw; /* Houd exact de breedte van het scherm */
    max-width: 100%; /* Voorkom dat het groter wordt */
    box-sizing: border-box; /* Voorkom breedteproblemen met padding/margins */
}

h2{
    font-family: "Al Tarikh", "Arial", "Helvetica", "Verdana", sans-serif;
    font-size: 1.5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    color: white;
    line-height: 2;
}

h1{
    line-height: 2;
}

.uppertitle_box{
    width: 115%;
    height: 23vw;
    background-color: black;
    margin-top: 0;
    margin-left: -8vw;
    border-bottom-left-radius: 80vw;
    border-bottom-right-radius: 80vw;
    padding-top: 0.3vw;
    text-align: center;
}

.logo{
    position: absolute;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    margin-top: 3vw;
    left: 4vw;
}

.sideMenu{
    height: 40vw;
    width: 20vw;
    background-color: black;
    border-radius: 4vw;
    margin-top: 5vw;
    margin-left: 5vw;
    padding-top: 1vw;
    z-index: 999;
}

.home_Button,
.wiezijnwij_Button,
.onzediensten_button,
.voorbeelden_button,
.contact_button {
    border: whitesmoke solid;
    height: 4vw;
    width: 16vw;
    margin-left: 2vw;
    margin-top: 2vw;
    border-radius: 2vw;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wiezijnwij_Button:hover,
.onzediensten_button:hover,
.voorbeelden_button:hover,
.contact_button:hover,
.home_Button:hover {
    background-color: darkgreen;
    transform: scale(1.05);
}

.button_text{
    color: white;
    font-size: 2.2vw;
    margin-left: 1vw;
    margin-top: 1vw;
    font-family: "Academy Engraved LET";
}

.uppertitle_Text{
    font-family: Helvetica;
    margin: 3vw;
    font-size: 3.5vw;
    color: white;
}

.uppertitle_Discription{
    font-family: "Al Tarikh", "Arial", "Helvetica", "Verdana", sans-serif;
    color: white;
    font-size: 2vw;
    margin-top: 5vw;
}

.textbox1{
    width: 65vw;
    height: 37vw;
    background-color: black;
    margin-left: 30%;
    margin-top: -41vw;
    border-radius: 5vw;
    padding: 4vw 1vw 1vw 1vw;
    text-align: center;
}

.textbox_bigtext{
    font-weight: bolder;
    font-size: 2vw;
    color: white;
}

.textbox2{
    width: 100%;
    height: 65vw;
    background-color: black;
    margin: 5vw 0 0 0;
    padding: 1vw;
}

.textTextBox2{
    margin-right: 6vw;
}

.textbox2_img{
    width: 40vw;
    height: 35vw;
    margin-left: 30%;
}

.textbox3{
    width: 85vw;
    height: 26vw;
    background-color: black;
    border-radius: 5vw;
    margin: 3vw 0 3vw 8vw;
    padding: 1vw;
}

.img_Box{
    width: 10vw;
    height: 15vw;
    margin: -33vw 0 3vw 4vw;
}

.img1{
    width: 6vw;
    height: 3vw;
    margin-bottom: 3vw;
    border-radius: 0.5vw;
}

.img2{
    width: 6vw;
    height: 6vw;
    margin-left: 0;
    border-radius: 0.5vw;
}

.videobox{
    width: 100%;
    height: 31vw;
    background-color: black;
    margin: 5vw 0 0 0;
    padding: 1vw;
}

.video_videobox{
    height: 17vw;
    width: 30vw;
    margin-left: 34vw;
    border-radius: 1vw;
}

.textbox4{
    width: 84vw;
    height: 7vw;
    background-color: black;
    border-radius: 5vw;
    margin: 3vw 0 3vw 8vw;
    padding: 1vw;
}

.descriptionYT{
    font-size: 1vw;
    color: white;
    font-family: "Al Tarikh", "Arial", "Helvetica", "Verdana", sans-serif;
    text-align: center;
    margin-top: 3vw;
}


/*verticale aparataten*/
@media only screen and (orientation: portrait) {
    #menu_Button {
        width: 15vw;
        height: 15vw;
    }

    h2{
        font-size: 2.7vw;
    }

    .sideMenu {
        height: 70vw;
        width: 40vw;
        border-radius: 8vw;
    }

    .home_Button,
    .wiezijnwij_Button,
    .onzediensten_button,
    .voorbeelden_button,
    .contact_button {
        width: 32vw;
        height: 8vw;
        margin-left: 4vw;
        border-radius: 8vw;
    }

    .textbox_bigtext{
        font-size: 3vw;
    }

    .button_text{
        font-size: 4vw;
        margin-left: 3vw;
        margin-top: 3vw;
    }

    .textbox1{
        width: 45vw;
        height: 153vw;
        margin-left: 50%;
        margin-top: -70vw;
        padding-top: 1vw;
    }

    .textbox2{
        height: 110vw;
    }

    .textbox3{
        height: 90vw;
    }

    .videobox{
        height: 40vw;
    }

    .textbox4{
        height: 20vw;
    }

    .logo{
        left: 9vw;
        top: -2vw;
        width: 10vw;
        height: 10vw;
    }

}