/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */
background-image: url();


}
.navifb {
	display:none;
}

.logofb {
	width:35px;
}

.logot {
display: block;
}

#logo {
  display: block;
  position: absolute;
  top: 50px;
  width: 100%;
  max-width: 250px;
  left:10px; 
  right:0;
}
.fname {
	position:absolute;
	top:30px;
	left:130px;
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}

    .bgtable {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
    }
    
    #etusivu.bgtable
    {

    position: inherit;
    }

  .mainbg {
  padding: 15px;
background-color: rgba(33,33,34,0.8);
  min-height: 320px;
  }
  
  
  .logot_small {
	  
	  position: absolute;
	  top: 10px;
	  right: 0px;
	
  }
  
  
  .logot_big {
	  display: none;
	  
  }

  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 160px;
background-color: transparent;

  -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
box-shadow: 0px 0px 0px rgba(0,0,0,0.0);

  z-index: 1;
  }
 .footerdiv {

 }	 
  
/* Mobipainikkeet */
#mobi {
position: absolute;
top: 110px;

  width: 100%;
   z-index: 99;
}

.menu-button, .call-button {
  float: left;
  display: flex;
  padding: 5px;

  background-color: #FE7704;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #000000; 
  width: 100%;
  height: 50px;
  text-align: center;
  border-right: 1px solid #000000; 
    border-top: 1px solid #000000; 
  white-space:nowrap;
  align-items: center;
  justify-content: center;
  text-shadow:none;
 
}

.menu-button a, .call-button a {
  color: #ffffff;
  text-decoration: none;
}
  
.navi .touch-button {
  top: -10px;
  
  width: 100%;
  height: 20px;
  display: block;
  text-align: center; 
}

.navi .touch-button .navicon {

  font-size: 24px;
  color: #555; 
}
/* Lomakkeet */



.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:100%;

}

.tarea  { 		                  /* viestin tekstialue */
width:100%;

}


}