* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lichtblauw {
    background-color: #cde6fa;
}

.rand {
    border: 2px solid #1a87c7;
    margin-top: 15px;
}


.margetop {
    margin-top: 10px;
}

.smallhand {
    position: absolute;
    bottom: -5%;
    right: -25%;
    max-width: 50%;
    border-radius: 50%;
    background-color: red;

}


.nummertop {
    position: absolute;
    right: 2%;
    font-size: 2vw; 
    top: 1%;
}

.bovenimage {
    width: 100%;
}

.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: 1%;
    font-size: 4.5vw; 
    top: 1%;
    color: #be006c;
}

.headertop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} 

.coverbeeld {
    position: relative;
    display: block;
    overflow: hidden;
    border: 3px solid #a91262;
}


.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%; 
}

.bodem_knoppen_wrapper_knop {
    margin:auto;
    padding: auto;
    flex: auto;
    text-align: none;
    position: auto;

}

.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 img {
    width: 100%;
}

.swiperlibrary_body {
    background-color: #66aae2;
}

.boog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.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;
    margin-bottom: 30px;
}

.swiperlibrary_content img {
    width: 100%;
    margin-bottom: 15px;
}

.grijs {
    background-color:#f3f3f3;
    padding-bottom: 200px;
    margin-top: 50px;
    
}

.swiperlibrary_content p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.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: 25px;
    line-height: 30px;
    padding-bottom: 15px;
}

.swiperlibrary_content h3 {
    font-weight: bold;
    line-height: 27px;
    font-size: 25px;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
}

.swiperlibrary_content hr {
    height: 3px;
    background-color: #ddd;
    margin: 15px 0;
    border: none;
}



.swiperlibrary_content  h4 {
    font-weight: bold;
    line-height: 22px;
    font-size: 15px;
    padding: 0px 0px;
    letter-spacing: 0.3px;
    color: black;
}

.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;
}


.ondercover ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    }

.colofon > p strong:first-child {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: black;
}


@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;
    }
}

.swiperlibrary_body p strong:first-child {
    font-size: 18px;
    line-height: 30px;
    color: #1a87c7;
}

.colofon > p strong:first-child {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: black;
}


.swiperlibrary_body h4 {
    color: black;
}

.ondercover h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.ondercover ul {
    list-style: disc;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 15px;
}


@media screen and (min-width: 600px) 



{


    .nummertop {
        position: absolute;
        right: 5px;
        font-size: 1.4vw; 
        top: 5px;
        font-weight: bold;
    }
    
    .swiperlibrary_header_image {
        padding: 10px 28px;
    }

    .swiperlibrary_grid {
        margin-left: 10%;
        margin-right: 10%;
        padding: 0px;
    }


    .swiperlibrary_content {
        padding: 5% 10% 0px 10%;
    }
    
    .swiperlibrary_wrapper {
        width: 75%;
    }

    .swiperlibrary_content h1 {
        font-weight: bold;
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 30px;
    }



    .swiperlibrary_content h4 {
        font-weight: bold;
        line-height: 20px;
        font-size: 25px;
        padding-bottom: 10px;
        letter-spacing: 0.3px;
        color: black;
    }

    .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;
    };

    .swiperlibrary_content p {
        font-size: 1em;
        line-height: 1.3em;
    }

    .swiperlibrary_body h4 {
        color: black;
    }

    .ondercover {
        margin-top: 15px;
    }

    .ondercover h3 {
        font-size: 1.5em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .ondercover strong {
        font-size: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        display: block;
    }

    .ondercover ul {
        list-style: disc;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        padding-left: 15px;
    }

    .ondercover ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    }

    .colofon > p strong:first-child {
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        color: black;
    }
}