
#sections_panel_02{
	position:fixed;
	height:100%;
	width:0px;
	top:0px;
	left:0px;
	background: rgba(21,21,21,.9);
	
	overflow: auto; 
	overflow-x: hidden;
	white-space: nowrap; 

	z-index:20000;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}
#logo-tekst-01 {
	display: block;
	width: 200px;
	height:auto;
	font-family:'a_okayregular', sans-serif;
	font-size:62px;
	font-weight:400;
	line-height:49px;
	color:#ffffff;
	padding: 12px 8px 8px 20px;
	margin-bottom:20px;
}
div#menu-items {
	margin: 0px 0px 20px 20px;
}
#sections_panel_02 > div > a#logo_houder{
	margin-bottom: 20px;
}
#logo_houder > img {
	width: 150px;
}
#sections_panel_02 > div > a{
	display:block;
	text-decoration: none;
	padding: 0.5em;
	padding-left: 1em;
}
#sections_panel_02 > div > a.Hoofd{
	font-family: 'Raleway', sans-serif;
	color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
	font-style: normal;
    line-height: 1.1em;
    max-height: 2.2em;
	margin: 0;
	padding: 0;
}
#sections_panel_02 > div > a.uitschuifmenu-zoekbutton {
    border: 1px solid #ffffff;
    padding: 1px 0px 3px 2px;
    width: 150px;
    border-radius: 5px;
    padding: 5px;
    outline: none;
}
/* EINDE UITSCHUIFMENU */
    .boven-tekst {
    font-size: 1em;
    position: relative;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open sans', sans-serif;
    text-align: center;
    line-height: 34px;
}
@media screen and (max-width: 700px)
{
#home-button { 
	left: -40px;
	 }
}
.closebtn {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
    text-decoration: none;
}
.closebtn:hover {
        color: #f1f1f1;
}