.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
    right: 0;
    background-color: var(--primary); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; !* Place content 60px from the top *!*/
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    color: #000000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: var(--secondary);
    /*background-color: var(--secondary) ;*/
}

.sidebar .fab:hover {
    color: black!important;
}


    /* Position and style the close button (top right corner) */
.sidebar .closebtn {
    color: #000000;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
}

.sluit-x {
    font-weight: lighter;
    font-size: 54px;
    translate: -50px -25px;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.menu-links {
    padding-top: 150px;
    padding-left: 150px;
    font-size: 48px;
    font-weight: bold;

}

.menu-rechts {
    padding-top: 150px;
    padding-left: 100px;
    font-size: 36px;
}

.menu-logo {
    padding-top: 50px;
    padding-left: 50px;
    max-width: 250px;
}

.menu-stippellijn {
    border-right: 1px dashed rgba(255,255,255,0.5);
}




/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
}

#header {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}

@media(max-width:992px) {

    .menu-links {
        padding-top: 50px;
        padding-left: 50px;
        font-size: 36px;
    }

    .menu-rechts {
        padding-top: 50px;
        padding-left: 20px;
        font-size: 24px;
    }



}


@media(max-width: 768px) {

    .menu-links {
        padding-top: 20px;
        padding-left: 20px;
        font-size: 24px;
        }

    .menu-rechts {
        padding-top: 20px;
        padding-left: 20px;
        font-size: 18px;
    }

    .menu-logo {
        max-width: 150px;
        padding-left: 20px;
        padding-top: 20px;
    }

    .sidebar .closebtn {
        font-size: 16px;
    }

    .sluit-x {
        font-size: 24px;
        translate: -8px -8px;
    }

    .menu-stippellijn {
        border-bottom: 1px dashed rgba(255,255,255,0.5);
        border-right: none;
    }

    .menu-stippellijn-top {
        border: none;
    }

}
