@media screen and  (max-width: 1160px) {
    body{
        background: url("../img/achtergrond.png") no-repeat local;
        background-blend-mode: screen;
        -webkit-background-size: 100%,60%;
        background-size: 100%,60%;
    }

    div.tittel{
        display: none;
    }
    .wrapper{
        background: rgba(255, 255,255,0.5);
        width: 100%;
        text-align: center;
        bottom: 0;
        position: absolute;
        font-family: Courier;

    }

    #content{
        margin-bottom: -1px;
    }

    h6{
        display: none;
    }

    #borderTop {
        display: none;
    }
    #borderBottom{
        display: none;
    }
    img{
        background: white;
        background-size: 100%,50%
    }
    .wrapper>h3 {
        padding-top: 2px;
    }
}



@media screen and (min-width: 1160px) {

    body {
        background: url("../img/107504.jpg") no-repeat local;
        background-position-x: -2px;
        background-blend-mode: screen;
        background-size: 1000px;
        background-position-y: 3em;

    }

    .wrapper {
        float: right;
        margin: auto;
        /*padding-right: 10px;*/
        padding-top: 80px;
        font-family: Courier;
        border-color: black;
    }
    #content{
        margin-bottom: 5em;

    }
    /*h6{*/
    /*display: none;*/
/*}*/
    h3{
        /*text-decoration: underline;*/
        padding-top: 0;
    }

}

img{
    width:100px;
    border-radius: 10px;
    border-top: 2em;
    height: 50px;
}

#sluiten{
    float: right;
    }
#nummer{
    margin-left: -1rem;
}
#content {
    display: none;
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(150, 111, 70,100); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width:100%; /* Full width */
    /*padding: 20px; !* Some padding *!*/
    margin-left: -8px;
    padding-top: -10px;
    margin-top: 0;
}

#sluiten{
    padding-right: 50px;
    padding-top: 00px;
    right: 0;
    position: absolute;
}
#content >p{
    text-align: center;
    font-family:Courier;
    margin: 0;
    padding-bottom: 2em;

}

img #popup{
    height: 40px;
    width: 100px;
    border-radius: 40px;
}

#tittel{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-family:Courier;

}

h6{
    margin-bottom: 6.2em;
    margin-left: 0.5em;
}


#borderTop{

    height: 60px;
    width: 120%;
    position: fixed;
    z-index: 1;
    top: 0; /* Stay at the top */
    background-color: #111; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    margin-left: -8px
}
#borderBottom{
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    background-color: #111; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    margin-left: -8px
}

a{
    text-decoration: none;
    color: black;
}

body.alv{
    margin-top: 0;
    background: #f1f1f1;

}

.sideNav{
    height: 100%;
    width: 190px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(204, 204, 204);
    overflow-y: scroll;
}

.sideNav ul{
    list-style: none;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.sideNav ul li{
    padding: 4px 0;
}

.sideNav ul li ul{
    padding: 3px 8px 10px;
    font-weight: 100;
}

.main{

    margin-left: 200px;
    
    background-color: rgb(204, 204, 204);

}

.main >div{
    max-width: 1060px;
    margin: auto;
    padding: 20px 0;
}

.main div h3, p{
    margin: 0;
}

.main div p{
    margin-bottom: 30px;
}

@media screen and (max-width:650px){
    .main{

        margin-left: 0px;
        
        
    
    }
    
    .main >div{
        max-width: 1060px;
        margin: auto;
        padding: 20px 0;
    }

    .sideNav{
        display: none;
    }
}