* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.margetop {
    margin-top: 10px;
}

.smallhand {
    position: absolute;
    bottom: -5%;
    right: -25%;
    max-width: 50%;
    border-radius: 50%;
    background-color: red;

}

.nummertop {
    position: absolute;
    right: %;
    font-size: 3vw; 
    top: 1%;
}

.swiperlibrary_header_image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 10px 10px;
}

.swiperlibrary_header_image .logo {
    height: 100%;
}

.swiperlibrary_header_image .logo img {
    width: 100%;
} 


.nummertop {
    position: absolute;
    right: 0;
    font-size: 5.5vw; 
    top: 0;
    color: #be006c;
}

.headertop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} 

.coverbeeld {
    position: relative;
    display: block;
    overflow: hidden;
    border: 4px solid #bbb;
}


.balk {
    position: absolute;
    background-color: black;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 11%;
    padding: 3%;
    display: flex;
    justify-content: space-between;
}

.balk_inner {
    background-color: yellow;
    width: 70%;
    display: flex;
    height: 100%; 
}

.balk_knop {
    background-color: yellow;
    width: 27%;
    display: flex;
    height: 100%; 
}

.balk_input {
    width: 33%;
    background-color: white;
}



.swiperlibrary_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0px 0px;
    padding: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

.swiperlibrary_grid-item {
    overflow: hidden;
}

.swiperlibrary_grid-item h3 {
    margin-top: 10px;
    margin-bottom: 8px;
}

.swiperlibrary_grid-item img {
    width: 100%;
}

.swiperlibrary_body {
    background-color: #444;
}

.swiperlibrary_wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    background-color: white;
    margin-top: 0px;
}

.swiperlibrary_header_image {
    height: 200px;
    width: 100%;
    background-color: #ddd;
}

.swiperlibrary_content {
    padding: 20px 20px 0px 20px;
}


.swiperlibrary_content p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.swiperlibrary_content  li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}

.swiperlibrary_content  > strong {
    font-weight: bold;
}

.swiperlibrary_content  h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 15px;
}



.swiperlibrary_content  h2 {
    font-weight: bold;
    line-height: 39px;
    font-size: 35px;
    padding: 10px 0px;
    letter-spacing: 0.3px;
}



.swiperlibrary_content  h5 {
    font-style: normal;
    color: black;
    font-size: 17px;
    padding-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.swiperlibrary_content  h3 {
    font-size: 22px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

@media screen and (min-width: 900px) 

{

    .balk {
        height: 8%;
    }

    .swiperlibrary_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 40px;
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 130px;
    }
}

@media screen and (min-width: 600px) 



{


    .nummertop {
        position: absolute;
        right: 1%;
        font-size: 3vw; 
        top: 0;
    }
    
    .swiperlibrary_header_image {
        padding: 10px 28px;
    }

    .swiperlibrary_grid {
        margin-left: 20px;
        margin-right: 20px;
    }


    .swiperlibrary_content {
        padding: 40px 40px 0px 40px;
    }
    
    .swiperlibrary_wrapper {
        width: 75%;
    }

    .swiper-slide h1 {
        font-weight: bold;
        font-size: 60px;
        line-height: 62px;
        padding-bottom: 30px;
    };


    .swiper-slide h2 {
        font-weight: bold;
        font-size: 50px;
        line-height: 55px;
        padding-bottom: 15px;
    };

    .swiper-slide h3 {
        font-weight: bold;
        font-size: 35px;
        line-height: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
    };

    .swiper-slide p {
        line-height: 30px;
    }
}