/*version:202408316*/

/*
Muutoshistoria:
Pvm/Muuttaja    : Kommentti
================================================
202408316/Teemu : Palautettu Jyrin yliajamat muutokset
202408311/Jyri  : Muokattu .sivumenu:n näyttöä
*/

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..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 {
    overflow-x: hidden; /*mobiilin vaakascrollin poisto*/
    height: 100vh !important;
    /*värisävyn säätö: https://front-end-tools.com/en/generate
BackDropFilter*/
-o-backdrop-filter: brightness(3) grayscale(100%) contrast(50%) hue-rotate(0deg);
  -webkit-backdrop-filter: brightness(3) grayscale(100%) contrast(50%) hue-rotate(0deg);
  backdrop-filter: brightness(3) grayscale(100%) contrast(50%) hue-rotate(0deg);
}

 /*tekstilogon asetukset*/   
.yritysname {
  font-size: 16pt !important;
  font-family: 'Exo', sans-serif !important;
  font-weight: normal;
  float: left;
  margin-left: 100px;
  text-align: left;
  color: rgba(255,255,255,1) !important;
}

/*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;
  background-color: rgba(0, 0, 0, 0.75) !important;
  border-bottom: 1px solid rgba(215, 25, 32, 1);
}
#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: #FFFFFF !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.8) !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;
}

#main {
    background-color: rgba(0,0,0,1) !important;
}

.sivumenu {
    /*visibility: hidden !important;*/
    display: none !important;
}
.bmenu span{
    background-color: #FFF !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;

    }
}






/*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 {
    border-top: 1px solid rgba(215, 25, 32, 1);
       background-color: rgba(0, 0, 0, 0.75) !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;
    padding-top: 25px;
    padding-bottom: 25px;

}
/*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: 125% !important;
    margin: 0px !important;
    padding: 0px !important;
        color: #ffffff !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: 'Exo', 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: 'Exo', sans-serif !important;
}

.wrapper.style1:first-child h2 {
    text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 20px;
  font-style: normal !important;
  font-family: 'Exo', sans-serif !important;
    padding-top: 25px;
    padding-bottom: 25px;
    color: rgba(255, 255, 255, 1) !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: 'Exo', sans-serif !important;

}

/*TUOTEBOXI*/
#tuotebox{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
    background-color: rgba(255,255,255,1) !important;
  /*min-width: 250px !important;
  width: 30% !important;
  max-width: 100% !important;*/
    border: 1px solid #E4E4E3 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}
#tuotebox, #tuotebox p, #tuotebox h3  {
    color: #000000 !important;
    font-size: 16px !important;
}
#tuotebox, #hintalappu  {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #fff !important;
    font-style: normal !important;
    /*text-transform: uppercase !important;*/
}
#eskuva {
    margin-bottom: 10px;
}
#tuotebox .normihinta {
    background: rgb(215,25,32);
}

.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;
}
/*VARAUSKALENTERI*/
.tab02 .green {
    background-color: rgba(136,189,36,1) !important;
    color: #000000 !important;
}
.tab02 .red {
    background-color: rgba(0,0,0,0.3) !important;
    color: #FFFFFF !important;
}

/*INFOPALKKIOIKEA*/
#infopalkkioikea {
    background: rgb(77,77,77) !important;
    -moz-box-shadow: 0px 3px 10px #000000;
-webkit-box-shadow: 0px 3px 10px #00000;
box-shadow: 0px 3px 10px #000000;
}
.infoheat {
    background: rgb(48,48,48) !important;
    
}


