/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */



}


.logot {
display: none;
}

#logo {
  display: block;
  position: absolute;
  top: 0;
  width: 120px;
  left:10px; 
  right:0;
}


    .bgtable {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
    }
    
    #etusivu.bgtable
    {

    position: inherit;
    }

  .mainbg {
  padding: 15px;
  background: transparent;
    background-image:url('../images/fade2.png');
    background-repeat: repeat;  
  min-height: 320px;
  }
  
  

  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 170px;
  background: transparent;
  background-image:url('../images/fade1.png');
  background-repeat: repeat;
  z-index: 1;
  }
  
  
/* Mobipainikkeet */
#mobi {
position: absolute;
top: 120px;

  width: 100%;
   z-index: 99;
}

.menu-button, .call-button {
  float: left;
  display: flex;
  padding: 5px;

  background-color: #db9526;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #000000; 
  width: 33.33%;
  height: 50px;
  text-align: center;
  border-right: 1px solid #000000; 
    border-top: 1px solid #000000; 
  white-space:nowrap;
  align-items: center;
  justify-content: center;
 
}

.menu-button a, .call-button a {
  color: #ffffff;
  text-decoration: none;
}
  



/* Lomakkeet */



.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:100%;

}

.tarea  { 		                  /* viestin tekstialue */
width:100%;

}


}