*{
    font-family: sans-serif;   
    font-size: 18px;
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
h1{
    text-shadow: 2px 2px 2px #fff;
}
h2{
    text-shadow: 2px 2px 2px #fff;
}
div{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}  
#vp{
    background-image: linear-gradient(to bottom left, rgb(100, 187, 216), rgb(62, 94, 153));
}
#blocker{
    height: 91.5px;
    width: 100%;
    display: block;
    box-shadow: 0 0 0;
}
#non{
    height: 20px;
    width: 100%;
    box-shadow: 0 0 0;
}

.nav-balk{ 
    list-style: none;  
    display: block;
    padding: 8px;  
    background-color: blue; 
    width: 100%;   
    height: fit-content; 
    position: fixed;
    
}  
.nav-balk li {    
    text-decoration: none; 
    display: block;
}  
.nav-balk li h2{
    float: left;
    padding: 10px; 
    background: #66AFF9;
    color: blue;
    border-radius: 15px;  
    width: 150px;
    padding: 10px;
    margin: 5px;
    margin-top: 17px;
    box-shadow:  0 8px 12px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 0 rgb(0, 0, 0 ,0);
   
}
.nav-balk li :hover{
    background-color: rgba(0, 0, 0, 0.1);
    color: #66AFF9;
    transition-duration: 0.4s;
    box-shadow: 0 0 0 0;
}
.nav-balk a{
    text-decoration: none; 
    color: blue;

}  

.nav-balk #hoofd a{
    padding: 0;
    width: fit-content;
    border: #66AFF9 10px solid;
    margin: 5px;
    border-radius: 15px;
    background-color: blue;
    float: left;
    color: #66AFF9;
}
#hoofd :hover, #cunt :hover{
    text-shadow: none;
    background-color: blue;
}

#hoofd a h1{  
    text-decoration: none; 
    font-size: 40px;
    padding: 3px;
    text-shadow: 2px 2px 2px #000;
}  
.nav-balk #cunt{
    float: right;
}
.nav-balk #cunt :hover{
    color: blue;
}

.standpunten li p{
    font-size: medium;
    text-shadow: 2px 2px 2px #000;

}
.stpnt{
    box-shadow: 0 0 0 0;

}
.standpunten{
    border-radius: 30px;
    list-style: none;
    width: 90%;
    margin: 20px;
    margin-top: 40px;
    display: table;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.83);
}
.standpunten a{
    float: left;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px green solid;
    padding:15px 0 0px 15px;
    width: 48%;
    height: 250px;
    border-radius: 30px;
    margin: 5px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.standpunten h2{
    color: lightgreen;
    text-shadow: 2px 2px 2px #000;
}
.standpunten li #standpunten {
    padding: 5px;
    margin-right: 60%;
}
.standpunten #ondr{
    background-image: url(foto/verlept.jpg);
}
.standpunten #vrij{
    background-image: url(foto/vrijheid-bg-removebg-preview.png);
}
.standpunten #mil{
    background-image: url(foto/mileu.jpeg);
}
.standpunten #won{
    background-image: url(foto/wonig.jpeg);
}


.leden{
    min-width: 360px;
    padding: 20px;
    height: 170px;
    width: 55%;
    margin: 20px;
    border-radius: 20px;
    background-color: rgba(144, 238, 221, 0.8);
}
.leden p{
    margin: 20px;
    min-width: 310px;
}
.leden a{
    text-decoration: none;
    color: black;
    border: 5px #66cdf9 solid;
    padding: 5px 15px;
    border-radius: 15px;
    margin-top: 50px;
}
.leden #leden :hover{  
    background-color: rgba(102, 175, 249, 0.85) ;
}


.foto{
    margin: 30px;
    margin-top: 0;
    width: 480px;
    height: 650px;
    border: rgba(0, 183, 255, 0.686) solid 5px;
    border-radius: 80px;
    overflow: hidden;
    background-image: url(foto/snorrit.jpeg);
    background-color: #66AFF9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: rgb(71, 126, 204);
    text-shadow: 2px 2px 4px #fff;
}
.foto p{
    padding-top: 550px;
    padding-right: 20px;
}


div #nieuwsbrief{
    padding: 7px;
    border-radius: 20px;
    width: 25%;
    height: 200px;
    margin: 20px;
    background-color: rgba(166, 216, 249, 0.5);
    display: block;
}
#nieuwsbrief a{
    text-decoration: none;
    color: black;
    border-radius: 15px;
    margin-top: 50px;
    display: inline;
    
}
#nieuwsbrief a :hover{

    background-color: rgb(102, 175, 249) ;
}


/*
vanaf hier: standpunten uitgedrukt met id "sp"
*/


#sp{
    background-color: rgb(163, 209, 254);
}
#sp #standpunten{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(163, 209, 254);
    padding-top:20px ;
}
  
#sp #standpunten div {
    color: #151515f8;
    padding: 20px;
    width: 30%;
    margin: 10px;
    line-height: 20px;
    font-size: 15px;
    border-radius: 20px;
    background-color: #ffffff7e;
}
#sp #standpunten .sp{
    width: 75%;
    height: 80px;
    padding: 25px;
}
#sp #standpunten .sp h1{
    font-size: 40px;
}



@media (max-width: 900px){
    .standpunten a{
        width: 65%;
    }
    .foto{
        margin-left: 10px;
    }
    #sp #standpunten div {
        width: 45%;
        margin: 10px;
        line-height: 20px;
        font-size: 15px;
    }
}
@media (max-width: 800px) {

    #blocker{
        height: 116px;
    }
}
@media (max-width: 500px){
    #sp #standpunten div {
        width: 100%;
        margin: 10px;
        line-height: 20px;
        font-size: 15px;
    }
}



#ldn{
    background-color: #66AFF9;
    display: contents;
    
}
#ldn .ldn div{
    float: left;
    background-size: 320px 300px;
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
    margin: 5px;
}
#ldn .ldn p{
    padding-top: 300px;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}
#ldn #rr{
    background-image: url(foto/rickroll-roll.gif);
}
#ldn #jz{
    background-image: url(foto/snorrit.jpeg);
}
#ldn #mo{
    background-image: url(foto/frikandel.jpg);
   
}
.ldn{
    height: 765px;
}
.ldn h1{
    margin: 20px;
    font-size: 40px;
    padding: 5px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

#nsbf .stick{
    color: #000;
}



#gnd {
    background: #66AFF9;
}
#gnd .activiteiten #ff{
    margin: 20px;
    padding: 20px;
    height: 250px;
    width: 330px;
    border: #b99118 5px solid;
    border-radius: 20px;
    background: #deae1d;
}
#gnd .activiteiten #ff p{
    padding-top: 90px;
    text-shadow: 2px 2px 4px beige;
}
#gnd .activiteiten #serieus p{
    width: 400px;
    height: 125px;
    border: #000 1px solid;
    margin: 20px;
    padding: 7px;
    border-radius: 5px;
    background: orange;
    float: left;
}
#gnd .activiteiten #serieus{
    height: 660px;
    display: block;
}
#cont{
    padding: 20px;
    border-radius: 50px;
    margin: 20px;
}
footer{
    background: #3d3d3d;
    color: gray;
    padding: 50px 7%;
    height: 350px;
}
footer div{
    float: left;
    box-shadow: 0 0 0 0;
    height: fit-content;
    margin: 3%;
    width: 26%;
}
footer a{
    color: rgb(165, 165, 165);
}
footer #stp{
    text-decoration: none;
}
footer #kont{
    float: right;
}