body   {

height: 100vh;
margin: 0;



}

#mapid { position: relative;
height: calc(100% - 40px);
z-index: 0;
/*border-color: green;
border-width: 5px;
border-style: solid;*/



}

#rahmen {
position: relative;
height: calc(100% - 40px);
/*border-color: blue;
border-width: 5px;
border-style: dashed;*/


}
#menu {
position: absolute;
border-radius: 3px 3px 3px 3px;
right: 20px;
bottom: 15%;

background: #dfdfdf;
background-color: rgba(255, 0, 0, 0.4);
padding: 30px;
border-width: 1px;
border-style: solid;
box-shadow: 10px 10px 15px black;

z-index: 1;


}
#menu:active {
    background-color: rgba(0, 255, 255, 0.4);
}

#schliesen:active {
background-color: rgba(0, 255, 255, 0.4);

}


#navi1 {
display:none;
position: absolute;
border-radius: 3px 3px 3px 3px;
right: 20px;
bottom: 10%;

background: #dfdfdf;
background-color: rgba(255, 0, 0, 0.4);
padding: 10px;
border-width: 1px;
border-style: solid;
box-shadow: 10px 10px 15px black;

z-index: 1;


}

#navieinkaufen {
display:none;
position: absolute;
border-radius: 3px 3px 3px 3px;
right: 20px;
bottom: 10%;

background: #dfdfdf;
background-color: rgba(255, 0, 0, 0.4);
padding: 10px;
border-width: 1px;
border-style: solid;
text-align: center;
box-shadow: 10px 10px 15px black;

z-index: 1;


}

#navifreizeit {
display:none;
position: absolute;
border-radius: 3px 3px 3px 3px;
right: 20px;
bottom: 10%;

background: #dfdfdf;
background-color: rgba(255, 0, 0, 0.4);
padding: 10px;
border-width: 1px;
border-style: solid;
text-align: center;
box-shadow: 10px 10px 15px black;

z-index: 1;


}
#impressum{
display:none;
position: absolute;
border-radius: 10px;


background: #dfdfdf;
background-color: rgba(0, 0, 0,);
padding: 10px;
border-width: 1px;
border-style: solid;
text-align: center;
box-shadow: 10px 10px 15px black;

z-index: 1;


}

.menuitem{
  background: #dfdfdf;
  background-color: rgba(255, 255,0, 0.8);
  border-radius: 3px 3px 3px 3px;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  text-align: center;

}
.menuitem:active{
  background-color: rgba(0, 255, 255, 0.4);
}
