
body {
        background: url(pics/bg.jpg) no-repeat center center fixed;

        -webkit-background-size: cover;

        -moz-background-size: cover;

        -o-background-size: cover;

        background-size: cover;
     }
     
#banner {
         text-align: center;
         opacity: 0.7;
        }
                  
.nav-pills {
  font-size: large;
  font-weight: bold;
  bottom: 3%;
  left: 3%;
}

.nav-pills > li > a {
  border-radius: 4px;
  color: #0297af;
}

.nav-pills > li > a:hover {
  background-color: #ffffff;
  opacity: 0.6;
}  

.nav-pills > li + li {
  margin-left: 19%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: large;
  list-style: none;
  background-color: transparent;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #0297af;
  white-space: nowrap;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}                 
                  
#textfeld {
             background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
             background: rgba(255, 255, 255, .6);
             position: relative; top: 15px;
             bottom: 15px;
             width: 775px;
             min-height: 400px;
             max-height: 710px;
             display: block;
             margin-left: auto;
             margin-right: auto;
             padding: 1px 10px 1px 10px;
             overflow: auto;
             border-radius: 20px;
          }
          
#content {
          opacity: 1;
          text-align: center;
         }
   
iframe#googlemap {
                    width: 740px;
                    height: 400px;
                    border: 0px;
                    overflow: hidden;
                    position: relative;
                 }
         
#googlemapcontent {
                    width: 740;
                    margin-left: auto;
                    margin-right: auto;
                    height: 400;
                    float: left;
                    border-style: ridge;
                    border-color: black;
                    margin-bottom: 15px;
		          }
		          
#backendcalendar {
                   margin-top: 100px;
                   width: 800px;
                   margin-left: auto;
                   margin-right: auto;
                   text-align: center;
                 }
                 
#frontendcalendar {
                    margin-bottom: 15px;
                    width: 750px;
                    margin-left: auto;
                    margin-right: auto;
                    text-align: center;
                  }
                  
#galery {
          position: relative; top: 70px;
          bottom: 15px;
          width: 100%;
          min-height: 350px;
          max-height: 600px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          overflow: auto;
          padding: 1% 10% 1% 10%;
        }       

#contentgal {
          opacity: 1;
          text-align: center;
          border-radius: 20px;
         }                  
                                          
     
h1 {
       color: solid black;
   }
