/***************************************************************************
               Definition und Einstellung des Main-Bereichs     
****************************************************************************/
                
 #home  { 
                 background:url("")
                 no-repeat
                 top
                 center;
                 background-size: contain;
                 background-position: center 0px;
                 position:relative;  
                 text-align: left;
                 width: auto ;  
                 height:100vh;
                 overflow: scroll;        /* Scrollbar links und unten um Inhalt darzustellen */
                 /* border:1px solid; */
                /* box-shadow: 0 2px 5px #000; */
                } 
 
/***************************************************************************
               Definition und Einstellung des Main-Maps Bereichs     
****************************************************************************/
                
 #main-menu-home  { 
                 background:url("")
                 no-repeat
                 top
                 center;
                 background-size: contain;
                 background-position: center 0px;
                 position:relative;  
                 text-align: left;
                 left:0px;
                 top:0px;
                 width: 100% ;  
                 height:90px;
                 /*  overflow: scroll;    Scrollbar links und unten um Inhalt darzustellen */
                 border:1px solid; 
                 box-shadow: 0 2px 5px #000; 
                }  
                
                
 #main-menu-home-ButtonEins

   {
   background:url("") 
   no-repeat
   top 
   center;
   position:absolute;   
   top:20px;
   left:20px;
   width:  110px; 
   height: auto;
 /*  margin-left:20px;
   margin-top:10px; */
   text-align: left; 
   box-shadow: 0 2px 5px #000; 
   /* z-index: 10; */
                
   }                
/***************************************************************************
               Definition und Einstellung des Main-Bereichs  für Startseite  
****************************************************************************/
                
 #main-home      {
                 background:url( "")
                 no-repeat
                 top
                 left;
                 background-size: contain; 
                /* background-position: center 0px; */
                 position:absolute;
                /* background-size: 100% 100%; */
                 text-align: left;
                 /*width: auto ;  
                 height:100vh;  100vh */
                 /* overflow: scroll;         Scrollbar links und unten um Inhalt darzustellen */
                 /* border:1px solid; */ 
                /* box-shadow: 0 2px 5px #000; */
                } 
                
                
 /***************************************************************************
               Definition der Überschrift Startseite
***************************************************************************/
#home-page-header     {background:url("") 
                no-repeat
                top 
                center;
                position:absolute;
                left:0;
                top:0;
                width:  400px; 
                height: 100px;
                margin: 0 0 0 0;
                z-index: 1;
                /* box-shadow: 0 2px 5px #000; */
               }               
                
/***************************************************************************
               Definition der Tür
***************************************************************************/
#home-door     {background:url("") 
                no-repeat
                top 
                center;
                position:absolute;
                left: 560px;
                top:  405px;
                width:  100px; 
                height: 100px;
                margin: 0 0 0 0;
                box-shadow: 0 2px 5px #000;
                z-index: 10;
               }
