      

      body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-color: #f29157;
        color: white;
        overflow-y: scroll;
        }

      #header {
        position: absolute;
        background-color: white;
        width: 100vw;
        height: 14vh;
        text-align: center;
        padding: 1%;
        margin: auto;
        /*border: 5px solid green;*/
      }


      #logobox1 {
        position: absolute;
        left: 10vw;
        top: 1.6vh;  
        /* background-color: #239227; */
          width: 17vw;
          height: auto;
          padding: 1%;
          margin: 0%;
          /*border: 5px solid green;*/
      }

      #bild0 {
        width:100%;
        height: auto;
      }

      #logobox2 {
        position: absolute;
        right: 5vw;
        top: 1.6vh;  
        /* background-color: #239227; */
          width: 17vw;
          height: auto;
          padding: 1%;
          margin: 0%;
          /*border: 5px solid green;*/  
      }


      #bild00 {
        
        width:100%;
        height:auto;
        
      }

      #logobox3 {
        position: absolute;
        left: 35vw;
        top: 4vh;  
        /* background-color: #239227; */
          width: 47vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          /*border: 5px solid green; */
      }


      #bild000 {
        
        width:100%;
        height:auto;
        
      }

      #menue{
        position: absolute;
        top: 15vh;
        background-color: #f29157;
        color:white;
        width: 100vw;
        height: 3vh;
        text-align: center;
        padding: 1%;
        margin: auto;
        /*border: 5px solid green;*/
      }



        .box {
        width: 10vw;
        height: 1vh;
        font-size: 1.5vw;
        font-weight: bold;
        color:white;
        padding: 1%;
        background-color: #f29157;
        border: 2px solid white;
        display: inline-block;
        transition: background-color 0.5s;
        }
        
      .box:hover {
      background-color:grey;
      color: orange;
      cursor: pointer;
      text-decoration: underline;
      }


      #content {
        position: absolute;
        background-image: url("bilder/background1.jpg");
        width: 100vw;
        height: 120vh;
        padding: 1%;
        margin: auto; 
        top: 20vh;
        /*border: 5px solid green;*/
      }

      #footer {
        position: fixed;
        background-color: white;
        font-size: 3vw;
        color: black;
        width: 100vw;
        height: 3vh;
        z-index: 12;
        text-align: center;
        padding: 1%;
        margin: auto;
        bottom: 0vh;
        /*border: 5px solid green;*/
      }     

      a.status:link {
        color: black;
        text-decoration: none;
      }
      a.status:visited {
        color: darkgrey;
      }
      a.status:hover {
        color: orange;
        text-decoration: underline;
        cursor: help;
      }
      a.status:active {
        color: blue;
      }


      #box1 {
        position: absolute;
        left: 3vw;
        top: 3vh;
        color: rgb(75, 75, 75);
        font-size: 1.3vw;
        line-height: 1.6;
        background-color: hsl(134, 50%, 73%); 
        /* background-color: #239227; */
          width: 90vw;
          height: auto;
          padding: 2%;
          margin: 0%;
          /*border: 5px solid green;*/
      }

      #textbox1 {
      
        width: 45vw;

      } 


      #box2 {
        position: absolute;
        left: 53vw;
        top: 3vh;
        /* background-color: #239227; */
          width: 40vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          /*border: 5px solid green;*/
      }
     
      #bild02 {
        
        width:100%;
        height:auto;
        
      }
      
      #box3 {
        position: absolute;
        left: 0vw;
        top: 33vh;
        font-size: 1.3vw;
        line-height: 1.6;
        color: rgb(75, 75, 75); 
        background-color: hsl(134, 50%, 73%);
          width: 90vw;
          height: 65vh;
          padding: 2%;
          margin: 0%;
          /*border: 5px solid green;*/
      }
      