/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */

}


.logot {
display: none;
}

#logo {
  display: block;
  position: absolute;
  top: 0;
  width: 200px;
  left:10px; 
  right:0;

text-align:center;
background-color:rgba(55, 255, 93, 0.6);
margin-left:auto;
margin-right:auto;


padding:3px;
border-radius: 30px 2px 30px 2px;
border: 1px solid rgba(0,0,0,0.25);
}


    .bgtable {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
	background-color: transparent;
    }
    
    #etusivu.bgtable
    {

    position: inherit;
    }

  .mainbg {
  padding: 15px;
  padding-top: 25px;
  background: transparent;
background-color: rgba(255,255,255,0.8);
  min-height: 320px;
  }
.footerdiv .main_50 {

padding: 30px;
}  
  .footerdiv {

color:#104984;
 background-color: rgba(255,255,255,0.8);

  }

  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 150px;
background-color: rgba(236, 255, 26, 0.25);
  z-index: 1;
  }
  
  .navi li a {

  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  
  z-index: 2;
  font-size: 16px;
  text-align: center;

  background-color:rgba(55, 255, 93, 0.9);
font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-weight: normal;
border: 1px solid rgba(0,0,0,0.25);
border-radius:2px;

  /*
  overflow: hidden;
  */
}
  
  
/* Mobipainikkeet */
#mobi {
position: absolute;
top: 120px;

  width: 100%;
   z-index: 99;
}

.menu-button, .call-button {
  float: left;
  display: flex;
  padding: 5px;

  background-color:rgba(55, 255, 93, 0.9);
  color: #104984 ;
  cursor: pointer;
  border-bottom: 1px solid #fff; 
  width: 50%;
  height: 50px;
  text-align: center;
  border-right: 1px solid #fff; 
    border-top: 1px solid #fff; 
  white-space:nowrap;
  align-items: center;
  justify-content: center;
  
  font-family: 'Oswald', sans-serif;
 
}

.menu-button a, .call-button a {
  color: #104984 ;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
  



/* Lomakkeet */



.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:100%;

}

.tarea  { 		                  /* viestin tekstialue */
width:100%;

}


}