/*version:202408311*/

/*
Muutoshistoria:
Pvm/Muuttaja    : Kommentti
================================================
202408311/Jyri  : Muokattu .sivumenu visibility -> display
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");


html {
    -webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
	background-color: rgba(255,255,255,1) !important;
    overflow-x: hidden !important; 
}
body {
  -webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed;
	background-color: rgba(255,255,255,0) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;

}

/*taustakuvan värjäys*/
#body1 {
    height: 100vh !important;
/*mustavalkea
  -webkit-backdrop-filter: grayscale(80%)!important;
  backdrop-filter: grayscale(80%)!important;*/
    
    /*värisävyn säätö: https://front-end-tools.com/en/generateBackDropFilter*/
-o-backdrop-filter: brightness(3) grayscale(0%) contrast(50%) hue-rotate(150deg);
  -webkit-backdrop-filter: brightness(3) grayscale(0%) contrast(50%) hue-rotate(150deg);
  backdrop-filter: brightness(3) grayscale(0%) contrast(50%) hue-rotate(150deg);


}
/*header*/
.headerbar {
  -webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    /*keskita logo
    background-position: center top !important; */
  background-color: rgba(140, 198, 63, 0.8) !important;
    border-bottom: 0px solid #FFA111;

}

#header > a[href="#menu"]::before {
content: "\f0c9" !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: bold !important;
text-transform: none !important;
color: #000000 !important;
font-size: 18px !important;
}
#menu {
    background: rgba(0, 0, 0, 1) !important;
}
/*KIRJAUTUMISMENUN TEKSTIN VÄRI*/
#menu > ul.links > li {
    color: #FFFFFF !important;
}
/*VALIKKO*/
#blendedMenu {
    background-color: rgba(0,0,0,0.3) !important;
}
#blendedMenu > li > ul{
    background-color: rgba(100,100,100,1) !important;
}
/*alavalikon alavalikko*/
#blendedMenu li ul li ul li {
    background-color: rgba(50,50,50,1) !important;
}
/*sisältöalueen leveys*/
.wrapper .inner {
     max-width: 1600px !important;
}

input, select {
    max-width: 475px !important;
}
form {
    font-size: 14px !important;
}
/*Sisältöalueen väri*/
section.wrapper.style3 {
  background-color: rgba(255,255,255,1) ;
  backdrop-filter: blur(4px) !important;
}

#footer {
      background-color: rgba(140,198,63,1) !important;
     -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	/*background-image: url(https://webkulkuri.fi/custom/sastamala/tausta_footer.png) !important;*/
	background-repeat: no-repeat;
	background-position: center top !important;
    min-height: 25vh;

}
/*sisällön ylä ja alaosa*/
.wrapper.style1 {
    background-color: rgba(255,255,255,0.3) !important;
}

.copyright p{
     font-size: 12px !important;
    line-height: 115% !important;
    margin: 0px !important;
    padding: 0px !important;
        color: #000000 !important;
}
#evastekaytanto{
    background-color: rgba(0,0,0,0)!important;
    color: #ffffff !important;
    font-size: 11px !important;
}
#evastekaytanto a {
    color: #ffffff;
}
/*FONTIT*/

h1, h2, h3, h4 {
    color: #000000 !important;
    /*padding: 0px !important;
    margin-bottom: 10px;*/
    line-height: 110% !important;
    font-weight: 900 !important;
   font-family: 'Roboto', sans-serif !important;
}
h3 {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
p, table, td  {
   color: #000000 !important;
    /*padding: 0px !important;*/
    line-height: 125% !important;
    font-weight: 300 !important;
   font-family: 'Roboto', sans-serif !important;
}

/*taulukon otsikkotekstit, esim. lomakkeessa textarean vieressä*/
table th {
  font-size: 14px !important;
}

#KorttiTable, #KorttiTable th {
  font-size: 17px !important;
}

ul, li {
       color: #000000 !important;
    line-height: 125% !important;
        font-weight: 300 !important;
   font-family: 'Roboto', sans-serif !important;

}

/*TUOTEBOXI*/
#tuotebox{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.8) !important;
  /*min-width: 250px !important;
  width: 30% !important;
  max-width: 100% !important;*/
    border: none !important;
}
.siirryBtn {
    background: #64B32E !important;
	/*padding: 10px !important;*/
	font-family:"Arial Black", Gadget, sans-serif !important;
	text-align: center !important;
	width: 100px !important;
	display: block;
	width: auto !important;
	min-width: 150px !important;
	color: #ffffff !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border: 1px solid rgba(0,0,0,0) !important;
    line-height: 100% !important;
}
.siirryBtn:hover {
 background: #38790B !important;
 border: 1px solid white !important;
}

.fi_rivi:hover{
  background-color: rgb(6,57,112) !important;
  color: #FFFFFF !important;
}
.fi_rivi:hover td{
  color: #FFFFFF !important;
}

.yritysname{
  font-size: 16pt !important;
  font-family: "Times new roman";
  font-weight: normal;
  float: left;
  margin-left: 100px;
  text-align: left;
  color: rgba(0,0,0,1) !important;
}

.sivumenu {
    /*visibility: hidden !important;*/
    display: none !important;
}
.bmenu span{
    background-color: #000000 !important;
}

@media screen and (max-width: 1680px) {
    #alavalikko {
        visibility: visible;
    }
    .sivumenu {
        display: none !important;
    }
}

@media screen and (max-width: 1280px) {
    #alavalikko {
        visibility: visible;
    }
    .sivumenu {
        display: none !important;
    }

}

@media screen and (max-width: 980px) {
    #alavalikko {
        visibility: hidden;
        display: none;
    }
    .sivumenu  {
        display: block !important;
    }
}

@media screen and (max-width: 736px) {
    #alavalikko {
        visibility: hidden;
        display: none;
    }
    .sivumenu {
        display: block !important;
    }
}

@media screen and (max-width: 480px) {
    #alavalikko {
        visibility: hidden;
        display: none;
    }
    .sivumenu {
        display: block !important;

    }
}
