#logo{
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
 max-width: 80px;
 margin: 20px;
 filter: invert(100%);
}

#logo, #burger:hover{
   cursor: url(images/cursor_pointer.png), auto;
}

#burger{
  z-index: 1000000;
position: fixed;
top: 0;
right: 0;
margin: 20px;
/*background-color: white;*/
/*border: 1px solid #00ff00;*/
padding: 3px;
width: 32px;
height: 27px;
}


.stripe {
  width: 32px;
  height: 4px;
  background-color: black;
  margin: 4px 0 4px 0;
}

#menu{
  z-index: 1000;
  transition: 0.5s;
/*  position: sticky;
  position: -webkit-sticky;*/
  position: fixed;
  top: 0px;
  left: 0px;
  display: inline-block;
  /*min-width: 265px;*/
  width: 0;
  height: 100vh;
 background-color: rgba(242,242,240,.5);
  blend-mode: multiply;
}

#menu li{
list-style-type: none;
}

#dings{
  padding-top: 60px;
  
}

#menu a{
  display: block;
transition: 0.5s;
 
  padding: 10px 10px 0px 40px ;
  font-family: Courier;
  font-size: 13px;
  line-height: 1;
  color: black;
}



#menu a:hover{
  transition: 0.0s;
  text-decoration: underline;
  text-decoration-color: rgb(0,255,0);
  font-weight: 700;
}




#projektliste a{

 padding: 20px 20px 20px 5px;
 border-bottom: 1px dotted grey;
}

#projektliste a:firstChild{
  padding-top: 0px;
}

#projektliste a:hover{
  text-decoration: none;
 padding: 20px 20px 20px 10px;
}

.closebtn {
  position: absolute;
  padding: 5px 10px 5px 10px !important;

  top: 20px;
  right: 10px;

    font-size: 25px !important;
     border: 1px solid rgba(255,255,255,0);
}

.closebtn:hover{
  border: 1px solid rgb(0,255,0);
  font-weight: 700 !important;
  text-decoration: none !important;
}

#next{
z-index: 10000;
 position: fixed;


   bottom: 0px;
   right: 0px;
 padding: 20px;
}

#next  h1, #next p{
 text-align: right;
}

#next h1:hover{
  color: rgb(0,255,0);
  text-decoration: none !important;
cursor: url(images/cursor_pointer.png), auto;
}

#next a:hover{
  text-decoration: none;
}

/* Media Queries */

  @media only screen and (max-width: 680px) {
    .closebtn {

  position: absolute;
  padding: 5px 10px 5px 10px !important;

  top: 5px;
  right: 0px;

    font-size: 53px !important;
     /*border: 1px solid rgba(255,255,255,0);*/

     /*border: 1px solid green;*/
}
    #menu a{
      font-size: 16px;
    }
    #projektliste a{
      font-size: 16px;
    }
#next{
z-index: 10000;
 position: fixed;
   bottom: 0px;
   right: 0px;
 padding: 20px;
}

#burger{
position: fixed;
top: 0;
right: 0;
margin: 20px;
/*background-color: white;*/
/*border: 1px solid #00ff00;*/
padding: 3px;
width: 32px;
height: 27px;
}

  }



