/* ###### top-navigation container */
         .container1 {
               display:block;
               position: absolute;
               margin-top: 145px;
               margin-left: 230px;
        }

/* ###### Textbereich */
         .container2 {
               display:block;
               position: absolute;
               margin-top: 144px;
               margin-left: 120px;
        }

/* ###### Powered by Link  */
           .powered {
              display: block;
              position: absolute;
              margin-top: 590px;
              margin-left: 480px; 
              text-align: right;             
       }

/* ###### Position Gallery  */
          .container3 {
              display: block;
              position: absolute;
              margin-top: 210px;
              margin-left: 300px;
              width: 610px;
              height: 310px;
              padding-right: 10px;
              overflow: auto;
        } 

/* ###### bottom navigation  */
          .container5 {
              display: block;
              position: absolute;
              margin-top: 590px;
              text-align: center;   
       }

/* ###### Cotanctformular  */
          .container6 {
              display: block;
              position: absolute;
              margin-top: 190px;
              text-align: center;
              margin-left: 400px;   
       }
/* ###### Google Maps */
          .container7 {
              display: block;
              position: absolute;
              margin-top: 190px;
              text-align: center;
              margin-left: 500px;
              height: 360px;
              width: 430px;
              padding-right: 10px;
              overflow: auto;
              z-index: 94;  
        }
/* ###### Google Maps Search */
          .container8 {
              display: block;
              position: absolute;
              margin-top: 190px;
              text-align: left;
              margin-left: 300px;
              z-index: 95;
        }
/* ###### carousel properties */
         .container4 {
                display: block;
                position: absolute;
                margin-top: 160px;
                margin-left: 100px;  
      }


/* ###### Textplus Container Anordnung */

/* ###### Textcontainer linke Seite ###### */
          .cont1 {
                display:block;
                position: absolute;
                margin-top: 70px;
                margin-left: 180px;
                width: 610px;
                height: 310px;
                padding-right: 10px;
                overflow: auto;
                z-index: 10;
            /*  border: 1px dotted black; */
        }
/* ###### Textcontainer rechte Seite schmal ###### */
         .cont2 {
               display:block;
               position: absolute;
               margin-top: 80px;
               margin-left: -90px;
               width: 220px;
               height: 160px;
               padding-right: 10px;
               overflow: auto;
           /*  border: 1px dotted green;  */
       }
/* ###### Textcontainer Seite unten mitte ###### */
        .cont3 {
              display:block;
              position: absolute;
              margin-top: 305px;
              margin-left: 200px;
              width: 575px;
              height: 110px;
              padding-right: 10px;
              overflow: auto;
              border: 1px dotted red;
      