@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:'Source Sans Pro', sans-serif, Arial, Helvetica Neue, Helvetica," sans-serif";
}



* {box-sizing: border-box;}




















/*ALKUSLIDE

/* Slideshow container */
.slideshow-container {
  max-width: 1550px;
  position: relative;
  margin: auto;
  padding-top: 150px; 
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #717171;
  font-weight: bold;
  font-size: 10px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dotbox{
 /* position: absolute;
  bottom: 8px;*/
  margin-top: 10px;
  width: 100%;
  text-align: center;

}

.active2, .dot:hover {
  background-color: #717171;
	
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;

	
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
	
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
		
}


/**/



















/*VALIKKO ALKAA*/
/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0px 0px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.8s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
/*  max-width: 1550px;*/
  top: 0; /* At the top */
  z-index: 99;

}


/* Style the logo */
#navbar #logo {

  transition: 0.8s;
}



/* Display some links to the right */
#navbar-right {
  float: right;
	z-index: 99;
}






/******/






.style-logo {
	float: left;
	display: block;
/*	width: 200px;*/ /*290px*/
	padding-left: 15px;
	height: 150px;
	width: auto;
	padding-top: 55px;
	padding-bottom: 55px;
    transition: 0.8s;


	
}

.style-logo-up {
	float: left;
	display: block;
/*	width: 200px;*/ /*290px*/
	padding-left: 15px;
	height: 60px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
  	transition: 0.8s;
	
}


.menunappi {
	float: right;
	display: block;
	padding-right: 15px;
	height: 28px;
	width: auto;
	margin-top: 65px;
 	transition: 0.8s;	
}

.menunappi-up {
	float: right;
	display: block;
	padding-right: 15px;
	height: 20px;
	width: auto;
	margin-top: 22px;
  	transition: 0.8s;
}




.menubar {
	float: left;
	display: block;
	width: 100%;
    transition: 0.8s;
	border-bottom: 0px solid black;	
}

.menubar-up {
	float: left;
	display: block;
	width: 100%;
	transition: 0.8s;
	border-bottom: 1px solid black;
}

/**/

/********** valikko *************/



.overlay {
  height: 0%;
 /* width: 100%;*/
  position: fixed;
  z-index: 9998;
  top: 0;
  background-color: rgb(255,255,255);
 /* background-color: rgba(0,0,0, 0.9);*/
background-color: rgba(255,255,255,1.00);
  overflow-y: hidden;
  /*transition: 0.5s;*/
	
  padding: 0px 10px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.8s; /* Adds a transition effect when the padding is decreased */
  width: 100%;
  max-width: 1550px; 
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
 /* font-size: 36px;*/
  color: #000000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #363636;
}

.overlay .closebtn {
/*float: right; */
	top: 0px;
	right: 3px;
  font-size: 60px;
	z-index: 10000;
	/*width: 50px;*/
	position: absolute;
}

/*.overlay a .closebtn{
position: absolute;
  padding: 0px;
 right: 5px;
}*/


/*.xbuttonplacing{
	width: 1550px;
	background-color: aqua;
	z-index: 9999;
	margin: auto;
}*/

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


/********/















/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/**************/














/******/






















body {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 100%;
}

header {
/*	padding: 0px 40px;
	padding-top: 45px; 
	padding-bottom: 30px;
	
	background-color: #FFFFFF;*/
	/*padding-bottom: 55px;*/
	
}

nav {
	margin: auto;
	text-align: center;
	
}

footer {
	padding: 50px 20px 0px;
	background-color: #FFFFFF;
}


main {
	background-color: #FFFFFF;
	
}



.alakiinnitys{
  display: block;
  bottom: 0px;
  margin: 0 auto;
}










/*linkkien säätö*/
a:link {
    text-decoration: none;
	color: #000000;
	outline: none;
}

a:visited {
    text-decoration: none;
	color: #000000;
	outline: none;
}

a:hover {
    text-decoration: none;
	color: #000000;
	outline: none;
}

a:active {
    text-decoration: none;
	color: #000000;
	outline: none;
}
/**//**/




.no-image-link-underline a{
	border-bottom: none;
}
.no-image-link-underline a:hover{
	border-bottom: none;
}


.no-image-link-underline a img{
	height: 20px;
	width: auto;
}









h1 a:link{

	font-size: 25px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	margin-bottom: 35px;
	color: #008060; /*#2E8B57;*/
}

h1 {  /*OTSIKOT*/
	font-size: 25px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	margin-bottom: 35px;
	color: #008060; /*#2E8B57;*/
}

h1-valiotsikko-tuotteet {  /*OTSIKOT*/
	font-size: 18px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	margin-bottom: 25px;
	color: #008060; /*#2E8B57;*/
}

h1-etusivu {  /*OTSIKOT*/
	font-size: 25px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 8px;
	color: #2E8B57;
	border-bottom: 1px solid black;
}




h1-collapsible-2 {  /*OTSIKOT*/
	font-size: 20px;
	font-weight: 400;
	/*margin-bottom: 35px;*/
	color: #2E8B57;
	}

/*VERKKOKAUPASSA*/
h1-tuoteryhma{
	font-size: 18px;
	font-weight: 300;
	color: #000000;	
}


h2 { /*LEIPÄTEKSTI*/
	font-size: 20px;
	/*margin-bottom: 20px;*/
	font-weight: 300;
	line-height: 1.7;
	z-index: 2;
	position: relative;
	}

h2 a:hover{
	border-bottom: solid 1px #000000;
}


h2-menu{ /*valikossa*/
	font-size: 18px;
	/*margin-bottom: 20px;*/
	font-weight: 300;
	line-height: 1.7;
	z-index: 2;
	position: relative;
	}








h2-valja { /*YHTEYSTIEDOT*/
	font-size: 20px;
	margin-bottom: 23px;
	font-weight: 300;
	}

/*
h2-sivuteksti {  verkkosivut -> yhteydenottopyynnön yhteydessä 
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	color: #108AB5;
	z-index: 2;
}*/

h2-tuotenimi{              /*tuotekuvaussivulla*/
font-size: 21px;
font-weight: 400;
}


smalltext{		/*infosivulla*/
font-size: 15px;
font-weight: 300;
color: #000000;
}


/******/
breadcrumb{		/**/
font-size: 16px;
font-weight: 400;
color: #000000;

}

srpa{
font-size: 25px;

}

/*****/

h4 { /*COPYRIGHT TEKSTI*/
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 23px;
	margin-top: 25px;
	}

p {
	margin-bottom: 35px;
	}


b {
  font-weight: 400;
}









/****/


.etusivuteksti{
	padding: 20px 0px;
	/*border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-radius: 5px 5px 0px 0px;*/
	width: 100%; /*95%;*/
	margin: auto;
}

/*****/




.puoliviiva{
	width: 100%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

	
.valipallot{
  height: 25px;
  width: 25px;
  margin: 0 10px;
  background-color: white;
border: 2px solid black;
  border-radius: 50%;
  display: inline-block;

	
}



/*COLLAPSIBLE LAATIKOIDEN VÄLIT
.vali{
	min-height: 10px;
	max-height: 10px;	
}*/

/*COLLAPSIBLE ENNEN ALAVIIVAA TYHJÄ TILA           
.vali2{
	min-height: 70px;
	max-height: 70px;	
}

/*COLLAPSIBLE TYHJÄ TILA OTSIKON JÄLKEEN
.vali3{
	min-height: 5px;
	max-height: 5px;	
}*/

.footerinsiirto1{       /*infosivulla*/
	min-height: 350px;
	max-height: 350px;	

}



.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}









/*KUVAT*/

.ykkosjakakkoskuva{
}
.ykkoskuva{
	float: left;
	width: 93.9%
}
.kakkoskuva{
	float: right;
	width: 6.1%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


.img-tilaaminen{
	padding: 50px 0px;
	max-width: 460px;
	margin: auto;
}





/*koko palstan levyinen kuva alkaa*/
.wide-img{
	width: 100%
}
/*koko palstan levyinen kuva paattyy*/




/*puolikkaan palstan levyinen kuva alkaa*/
.half-img{
	width: 50%;
	float: left;
}
/*puolikkaan palstan levyinen kuva paattyy*/







.contactsymbol{
	height: 35px;
	width: 35px;
	margin-right: 15px;
	padding-bottom: 2px;
}







/*
.sosmedik{   yritys-sivulla
	height: 35px;
	width: 35px;
	margin-right: 15px;
	padding-bottom: 2px;
}*/


.kuvitussymbol{
	height: 25px;
	width: auto;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}



.juttukuva{
	width: 100%;
	max-width: 700px;
}





/******/


.computerjatablet{
	display: none;
}

.mobile{
	display: block;
}

.computer{
	display: none;
}

.mobilejatablet{
	display: block;
	max-width: 370px;
}

.computerkuva{
	display: none;
}


.mobilekuva{
	display: block;
}

.vaintabletkuva{
	display: none;
}
/****/













.col {
	width: 100%;
}

.col-100-otsikko {
	width: 100%;
	float: left;
	padding: 50px 20px 50px;
	margin: auto;
	position: relative;
}


.col-100 {
	width: 100%;
	float: left;
	padding: 0px 10px 30px;
	margin: auto;
	position: relative;
	margin-bottom: 40px;
}


.col-tuotekuvaus {
	width: 100%;
	float: left;
	padding: 0px 10px 0px;
	margin: auto;
	position: relative;
}



.col-100-tekstialue{
	display: block;
	width: 100%;
	margin: auto;
	}

.col-100-kuva {
	width: 100%;
	padding: 50px 30px 30px;
	margin: auto;
	position: relative;
}

/*
.col-100-holder {
	width: 100%;
	float: left;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}*/


.col-100-in-100-kuva {
	width: 100%;
	float: left;
	padding: 0px 25px;
	margin: auto;
	position: relative;
	padding-bottom: 35px;
}

.col-50 {
	width: 100%;
	float: left;
	padding: 0px 25px 25px;
	margin: auto;
	position: relative;
	margin-bottom: 100px;
	}

.col-50-kuva {
	width: 100%;
	padding: 50px 30px 30px;
	margin: auto;
	position: relative;
	float: left;
}


/*tuotekuvissa
.col-50-sarake{    
	width: 100%;
	float: left;
	padding: 0px;
	padding-left: 20px;
	margin-top: 70px;
}*/


.col-50-tuotekuvaus-sarake-ylaosa{    /*tuotekuvauksissa*/
	width: 100%;
	float: left;
	padding: 0px;
	padding-left: 20px;
	margin-top: 50px;
}



.col-50-tuotekuvaus-sarake-keskiosa{    /*tuotekuvauksissa*/
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 30px; 
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}
.col-50-tuotekuvaus-sarake-alaosa{    /*tuotekuvauksissa*/
	width: 100%;
	float: left;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}

.half{								/*tuotekuvauksissa*/
	width: 100%;	
	}





.keskita-leipateksti{
	width: 100%;
	margin: auto;
	padding-top: 50px
}

.keskita-kuvatetusivulla{
	width: 100%;
	margin: auto;
	padding: 0px 25px;
}
.keskita-alalohko{
	width: 100%;
	margin: auto;
}

.keskita-alalohko h2 a:hover{
	border-bottom: 0px;
}

.col-leipateksti {   /*verkkokauppa*/
	width: 100%;
	float: left;
	padding: 0px 25px 35px;
	margin: auto;
	position: relative;
	/*margin-bottom: 100px;*/
	}

.col-alalohko {   /*verkkokauppa*/
	width: 100%;
	padding: 0px 25px 35px;
	margin: auto;
	/*margin-bottom: 100px;*/
	}

.col-alalohko img {   /*verkkokauppa*/
	height:40px;
	width: auto;
}








/***********/


ul.merkki{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
	

ul.merkki ::before{
	content: "•";
	padding-right: 12px;
}
/*
ul.merkki li{
	padding: 0px 0px 0px 0px;
}*/


/***********/























/**********/


/* Etusivulla */



.collo-container {
  display: table;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-top: 40px;
}	
	
.collo-container h2 a:hover{
	border-bottom: 0px;
}
	
	

.collo {
  display: table-cell;
 /* padding: 0px 7%;*/
	width: 33.3%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid black;

}
	
.collo h2{
	font-size: 15px;
}	








/*tämä vain karhujuttu-sivulla*/
.karhujuttulauseke{
	width: 100%;
	float: left;
	padding: 20px;
	}
/**/



	/*tuoteryhmäkuvat*/

.reunavali{
	padding: 15px;
}

.col-25-verkkokauppa{
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: auto;
	}

/**/
.col-25-verkkokauppa .tekstikuvassa{
	/*transition : .5s ease-in-out;*/
	border-bottom: 1px solid black;
	/*border-radius: 7px;
	transition: 0.3s;*/
	padding: 5px;
	}

.tuoteryhmakuva{
	border-radius: 50px;
}


.col-25-verkkokauppa .tekstikuvassa:hover{
	/*transform: scale(1.05);*/
	/*border: 1px solid grey;*/
	/*transition: 0.3s;
	padding: 0px;*/
}

.tekstikuvassa {
  	position: relative;
  	text-align: center;
  	color: black;
}
/**/


/**/

.col-25-verkkokauppa .tekstikuvassa-2{
	/*transition : .5s ease-in-out;*/
	/*border: 1px solid black;
	border-bottom: none;
	border-radius: 7px 7px 0px 0px;
	transition: 0.3s;*/
	padding: 5px;
	}

.tuoteryhmakuva-2{
	border-radius: 50px;
}


.col-25-verkkokauppa .tekstikuvassa-2:hover{
	/*transform: scale(1.05);*/
	/*border: 1px solid black;
	border-bottom: none;
	transition: 0.3s;
	padding: 0px;*/
}

.tekstikuvassa-2 {
  position: relative;
 /* text-align: center;*/
  color: black;
}

/**/


.alakeski {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);   /*transform: translate(-50%, -50%);*/
  width: 100%;
}

.alakeski-ulkona {
 	top: 100%;
	left: 0%;
	text-align: center;
	/*border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;*/
	border-bottom: 1px solid black;


	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
  /*transform: translate(-50%);   transform: translate(-50%, -50%);*/
	
	/*border-radius: 0px 0px 7px 7px;*/

	padding-left: 0px;
	
	/*background-color:#F8FAF5;*/
		/*floralwhite;   F9FFF4*/
}


.col-25-verkkokauppa .alakeski-ulkona:hover{
	/*border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

	transition: 0.3s;*/

}


/*************/










.yhteystiedot {
	width: 100%;
	margin: auto;
	padding-bottom: 100px;
}



.yhteystieto{
	margin-bottom: 23px;
}









/**** tuotekuvaussivuilla, koska valikko...********/

.ylasiirtyma{
	  padding-top: 120px; 

}

/***************/








/********** INFOSIVULLA *********/


.infoylapalkki{
	margin-top: 120px;
	width: 100%;
	float: left;
	padding: 50px 50px 50px 16px;
	position: relative;
}





/* Style the tab */
.tab {
/*  margin-top: 150px; */
  float: left;
  background-color: #FFFFFF;
  width: 100%;
  height: 650px;
}


/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
	
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.activetab {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  margin-top: 20px; /*150px;*/
  margin-bottom: 100px;
  float: left;
  padding: 0px 20px;
  width: 100%;
  border-left: none;
  display: none;
	
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}














/*********/












/***********/







.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}



/**************/







/*yhteydenottolomake*/



form{
	margin-top: 50px;
	/*transition: all 4s ease-in-out;*/
}

.form-control{
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
}



.form-control-laheta{
	width: 100%;
	background: transparent;
	border: none;
	outline: none;;
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
}




input{ 
	height: 35px;
	padding-left: 5px;
}

textarea{
	padding-left: 5px;
	padding-top: 1px;
}

form .submit{
	display: block;
	margin: auto;
	/*background: #ff5722;
	border-color: transparent;
	border: 1px #000000 solid;
	border-radius: 2px;*/
	color: #000000;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	margin-top: 20px;
	height: 50px;
	width: 100px;
	padding: 0px 0px 0px 0px;
}

form .submit:hover{
	/*background-color:#F5F5F5;    #f44336;*/
	cursor:pointer;
	border-bottom: 1px #000000 solid;
	width: 100px;
	padding: 1px 0px 0px 0px;
}




















/* COLLAPSIBLE   
verkkokauppa */


* {
  box-sizing: border-box;
}



/*---NÄYTEIKKUNALLA---*/
.aihe {
/*  width: 75%;*/
	height: 120px;
  float: left;
  padding: 0px 5px 5px 0px;
  padding-left: 0px;
	padding-top: 35px;
 /* border: 1px solid red;*/
	/*justify-content: center;*/
/*  height:200px;*/
	
}



.aihekuva {
	position: relative;

	width: 150px;
/*	max-height: 150px;*/
	top:0;
  float: right;
  padding-bottom: 0px;
	margin: 0px;
	
/*	padding-top: 20px;
	padding-right: 15px;*/
  /*border: 1px solid red;*/
  /* height:200px;*/
	/*justify-content: center;*/
}

/*-------------------*/




/*---SISÄLLÄ---*/


.sisalto{
  width: 100%;
  float: left;
  padding: 0px 5px 5px 0px;
	
  
 /* border: 1px solid red;*/
	/*justify-content: center;*/
/*  height:200px;*/
	
}





.sisaltokuva {
  width: 100%;
float: left;
  padding: 30px 0px 20px;
	
	
	
	
/*	padding-top: 20px;
	padding-right: 15px;*/
  /*border: 1px solid red;*/
  /* height:200px;*/
	/*justify-content: center;*/
}

/*----------------*/



.collapsible-2 {
  background-color: #FFF;
 /* background-image:url("../images/tuote1.jpg");
  background-size: contain;/*cover;
  background-repeat: no-repeat;	
  background-position: right;*/

  color: #000;
  cursor: pointer;
  padding-top: 17px;   /*10px*/
  padding-right: 50px;   
  padding-left: 30px;

  width: 100%;
  height: 120px;
  border-top: 1px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px;
  text-align: left;
  outline:none;
  font-size: 25px;
  font-weight: 300;
 
  display: block;
  margin-left: auto;
  margin-right: auto;
	

}


.active-coll2, .collapsible-2:hover {
  background-color: #FFFFFF;
}

.collapsible-2:after {
  content: '\FE3E';
  color: #000;
  font-weight: bold;
  float: right;
 /* margin-left: 15%;*/
margin-top: 37px;						/*118px;*/
	position: relative;
  /*left: calc(50% - 20px);*/
	right: 1%;
	

}

.active-coll2:after {
  content: "\FE3D" ;
}

.sisaltoalue {
  padding: 0px 0px 0px 0px;     /*0px 18px 0px 0px*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
  
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
	  
	
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/********************/



































/*MARKKINOINTIMATERIAALIEN JA VERKKOSIVUJEN TYÖNÄYTTEETt*/

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 1200px;
	height: auto;
	margin: auto;
	padding:30px 30px 30px 30px;
	z-index: 2;

}
.hvrbox img {
	max-width: 500px;
	
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #D1D1D1;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.activebx .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: left; /*center;*/
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 10px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.activebx .hvrbox-text_mobile {
	display: block;
}

/**/
/**/
/**/





















/*SCROLLBAR*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}









/*TEXT SELECTION COLOR*/

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #008060;
}

::selection {
  color: white;
  background: #008060;
}







/*BACK TO TOP BUTTON*/
#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    /*background: rgb(0, 0, 0);*
    /*background: #000000;*/
	background: #FFF;
	border: #000000 solid 1px;
    width: 30px;  /*50px*/
    height: 30px;  /*50px*/
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /*display: none;*/                            /*tää oli tuplana*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 1000;
}
#return-to-top i {
    color: #000000;
    margin: 0;
    position: relative;
    left: 6px;
    top: 4px;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    /*background: rgba(0, 0, 0, 0.9);*/
	background: #FFF;
}
#return-to-top:hover i {
    color: #000000;
    top: 0px;
}


/**/










/*KUVAGALLERIAN KOHDENAPPI*/	
	

.kohde{
	padding-top: 10px;
	padding-bottom: 10px;
	

}



a.kohde{
	width: 100%;
    min-width: 200px;
	max-width: 500px;
	height: auto;
    margin:  auto;
    text-align: center;
	margin-bottom: 0px;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000;
  	color: #000000;
  	padding: 20px 40px;
    text-decoration: none;
    font-size: 25px;
	font-weight: 300;
    cursor: pointer; 
	transition-duration: 0.6s;
	border-radius: 5px;
	display: inline-block;
  }

 a.kohde:hover{
 
	background-color: grey;;
  	color: #000000;
}
    


.alakohde{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;

}



a.alakohde{
   /* min-width: 300px;*/
	height: 50px;
    margin:  auto;
    text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #936A6B;
	border: 1px solid #000;
  	color: #FFF;
  	padding: 10px 40px;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer; 
	transition-duration: 0.6s;
	border-radius: 5px;
	display: inline-block;
  }

 a.alakohde:hover{
 
	background-color: #FFF;
  	color: #4CAF50;
}
    
     
/**/











/*******/
/*VERKKOKAUPPA - TUOTESIVUN TUOTEKUVAGALLERIA */



* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container-tuotekuva {
  position: relative;
}

/* Hide the images by default */
.slidetk {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prevtk,
.nexttk {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nexttk {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prevtk {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevtk:hover,
.nexttk:hover {
  background-color: none;
}

.row-tuotekuva:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column-tuotekuva {
 /* float: left;*/
  	width: 15%;
	max-width: 300px;
	display: inline-block;
	padding-top: 10px;
	}
.column-tuotekuva-keskitys {
	margin: auto;
	
}

/* Add a transparency effect for thumnbail images */
.demotk {
  opacity: 0.4;
}

.activetk,
.demotk:hover {
  opacity: 1;
}


/**/







	




/**404-sivu**/

.tila{
	max-height: 200px;
	min-height: 200px;
	padding-top: 50px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
/**/








/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 1023px;
		/*max-width: 778px;*/
	}
	
	

	/*ALKUSLIDE
/* Slideshow container */
.slideshow-container {
  padding-top: 170px; 
}
	

/*VALIKKO ALKAA*/
/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0px 0px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.8s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  max-width: 1023px; /*778px;*/
  top: 0; /* At the top */
  z-index: 99;

}


/* Style the logo */
#navbar #logo {

  transition: 0.8s;
}



/* Display some links to the right */
#navbar-right {
  float: right;
	z-index: 99;
}






/******/






.style-logo {
	float: left;
	display: block;
/*	width: 200px;*/ /*290px*/
	padding-left: 20px;
	height: 170px;
	width: auto;
	padding-top: 50px;
	padding-bottom: 50px;
  	transition: 0.8s;


	
}

.style-logo-up {
	float: left;
	display: block;
/*	width: 200px;*/ /*290px*/
	padding-left: 20px;
	height: 75px;
	width: auto;
	padding-top: 12px;
	padding-bottom: 15px;
  	transition: 0.8s;
	
}


.menunappi {
	float: right;
	display: block;
	padding-right: 20px;
	height: 35px;
	width: auto;
	margin-top: 70px;
 	transition: 0.8s;

	
}

.menunappi-up {
	float: right;
	display: block;
	padding-right: 20px;
	height: 30px;
	width: auto;
	margin-top: 23px;
 	transition: 0.8s;

	
}




.menubar {
	float: left;
	display: block;
	width: 100%;
    transition: 0.8s;
	border-bottom: 0px solid black;

	


	
}

.menubar-up {
	float: left;
	display: block;
	width: 100%;
	transition: 0.8s;
	border-bottom: 1px solid black;

}

/**/
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/********** valikko *************/



.overlay {
  height: 0%;
 /* width: 100%;*/
  position: fixed;
  z-index: 9998;
  top: 0;
  background-color: rgb(255,255,255);
 /* background-color: rgba(0,0,0, 0.9);*/
background-color: rgba(255,255,255,1.00);
  overflow-y: hidden;
  /*transition: 0.5s;*/
	
  padding: 0px 10px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.8s; /* Adds a transition effect when the padding is decreased */
  width: 100%;
  max-width: 1550px;  /*max-width: 778px;*/
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
	
}

.overlay a {
  padding: 0px;
  text-decoration: none;
 /* font-size: 36px;*/
  color: #000000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #363636;
}

.overlay .closebtn {
/*float: right; */
	top: 0px;
	right: 3px;
  font-size: 60px;
	z-index: 10000;
	/*width: 50px;*/
	position: absolute;
}

/*.overlay a .closebtn{
position: absolute;
  padding: 0px;
 right: 5px;
}*/


/*.xbuttonplacing{
	width: 1550px;
	background-color: aqua;
	z-index: 9999;
	margin: auto;
}*/

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


/********/
	
	
	
	
	
	
	
	
	
	
	
	


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/**************/


	
	
	
	
	
	
/********** INFOSIVULLA *********/
	
.infoylapalkki{
	margin-top: 200px;
	float: left;
	width: 30%;
	padding:50px 20px 50px 36px;/*padding:0px 40px 30px;*/
}





/* Style the tab */
.tab {
 /* margin-top: 150px; */
  float: left;
  background-color: #FFFFFF;
  width: 30%;
  height: 650px;
  padding-left: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
	
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.activetab {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  margin-top: -143px;
  margin-bottom: 70px;
  float: left;
  padding: 0px 20px;
  width: 70%;
  border-left: none;
  display: none;
	
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}














/***KUVAT****/

	
	
.img-tilaaminen{
	padding: 50px 0px;
	max-width: 460px;
	margin: auto;
}
	


	
	

.juttukuva{
	width: 100%;
	max-width: 700px;
}
	
/******/
	
	
	
	
	h1 a:link{
	font-size: 27px;
	margin-bottom: 35px;
}
	
	h1 {  /*OTSIKOT*/
		font-size: 27px;
		margin-bottom: 35px;
	}
	
	h1-valiotsikko-tuotteet {  /*OTSIKOT*/
		font-size: 20px;
		margin-bottom: 25px;
	}
	h1-etusivu {  /*OTSIKOT*/
		font-size: 27px;
		margin-bottom: 15px;
	}
	


	
	h2 {  /*LEIPÄTEKSTI*/
		/*margin-bottom: 16px;*/
	}
	
	h2-valja { /*YHTEYSTIEDOT*/
	font-size: 20px;
	margin-bottom: 23px;
	font-weight: 300;	
}


	
	
	
	
/* Etusivulla */

	.collo {
	padding-left: 10px;
	padding-right: 10px;

}


.collo-container {
  display: table;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
}	
	
	
.collo h2{
	font-size: 21px;
}	
	
/**/	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	.col {
	float: left;
	padding: 15px 10px;
	}

	
	

	/*tuotekuvissa
	.col-50-sarake{    
	width: 50%;
	float: left;
	padding-left: 0px;
	padding: 30px;
}*/
	.col-50-tuotekuvaus-sarake-ylaosa{    /*tuotekuvauksissa*/
	width: 50%;
	float: left;
	padding-left: 0px;
	padding: 30px;
	padding-bottom: 0px;
}
	.col-50-tuotekuvaus-sarake-keskiosa{    /*tuotekuvauksissa*/
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-top: 70px;
}
	.col-50-tuotekuvaus-sarake-alaosa{    /*tuotekuvauksissa*/
	width: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding: 30px;
	padding-top: 0px;
}

	
	
	
	
	/*markkinointimateriaalien työnäytteissä
	
	.col-50-sarake-2-vasen{
	width: 50%;
	float: left;
	padding: 0px 10px 0px 20px;
	}
	
	.col-50-sarake-2-oikea{
	width: 50%;
	float: left;
	padding: 0px 20px 0px 10px;
	}
	
	.col-100-sarake-2{
	float: left;
	display: block;
	width: 100%;	
	padding: 0px 20px 0px 20px;

}

	
	.col-50-sarake-2-vasen .hvrbox{
	max-width: 600px;
	margin: auto;
	margin-bottom: 0px;
	}
	
	.col-50-sarake-2-oikea .hvrbox{
	max-width: 600px;
	margin: auto;
	margin-bottom: 0px;
	}
	
	
	.col-100-sarake-2 .hvrbox{
	display: block;
	margin: auto;
	margin-bottom: 0px;
	max-width: 1200px;
	}*/
	
	/**/
	
	
	.keskita-leipateksti{
	width: 100%;
	margin: auto;
	padding-top: 50px
	}
	
	.keskita-kuvatetusivulla{
	width: 100%;
	padding: 0px 55px;
	margin: auto;
	}
	
	
	.keskita-alalohko{
	width: 100%;
	margin: auto;
	}
	.col-leipateksti {   /*verkkokauppa*/
	width: 100%;
	float: left;
	padding: 0px 55px 35px;
	margin: auto;
	/*margin-bottom: 150px;*/
	}
	
	.col-alalohko {   /*verkkokauppa*/
	width: 100%;
	float: left;
	padding: 0px 55px 35px;
	margin: auto;
	/*margin-bottom: 150px;*/
	}
	
	
	
	
	
	
	
	
	
	
	
	/*tämä vain karhujuttu-sivulla*/
.karhujuttulauseke{
	width: 50%;
	float: left;
	padding: 15px;
	}
/**/

	
	
	/*tuoteryhmäkuvat*/
.reunavali{
	padding: 10px;
}

.col-25-verkkokauppa{
	width: 50%;
	float: left;
	padding: 15px;
	}


.col-25-verkkokauppa .tekstikuvassa{
	/*transition : .5s ease-in-out;*/
/*	border: 1px solid black;
	border-radius: 7px;
	transition: 0.3s;
	padding: 5px;*/
	}

.tuoteryhmakuva{
	border-radius: 50px;
	
	}


.col-25-verkkokauppa .tekstikuvassa:hover{
	/*transform: scale(1.05);*/
	/*border: 1px solid grey;*/
/*	transition: 0.3s;
	padding: 0px;*/
}

.tekstikuvassa {
  position: relative;
  text-align: center;
  color: black;
}



.alakeski {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);   /*transform: translate(-50%, -50%);*/
  width: 100%;
}

.alakeski-ulkona {
  top: 100%;
  left: 0%;
	text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
		padding-left: 0px;

  /*transform: translate(-50%);   transform: translate(-50%, -50%);*/

}




/*************/

.vaintabletkuva{
	display: block;
}
/********/
	
.computerjatablet{
	display: block;
}	
	
.mobile{
	display: none;
}

.computer{
	display: none;
}

.mobilejatablet{
	display: block;
}
	
/***********/
	
	

	
	.col-50-in-100 {
	width: 100%;
	float: left;
	padding: 0px 55px;
	margin: auto;
	padding-bottom: 35px;
	}
	

	/******/
	.col-etusivu {
	width: 50%;
	margin: auto;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	}
	/******/
	
	
	.yhteystiedot {
	width: 100%;
	margin: auto;
	padding-bottom: 200px;
		padding-left: 20px;
	}
	
	
	
	/**************/
	
	
	
/********** INFOSIVULLA *********/


.infoylapalkki{
	margin-top: 170px;
	width: 100%;
	float: left;
	padding: 50px 50px 50px 16px;
	position: relative;
}
	
/*********/
	

/**** tuotekuvaussivuilla, koska valikko...********/

.ylasiirtyma{
	  padding-top: 170px; 

}

/***************/

	
	
	
	
	
	
	
	
	
	
/*YHTEYDENOTTOLOMAKE*/	
	
	
.form-control{
	width: 100%; /*600px;*/
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
}
	
	
.form-control-tarjouspyynto{
	width: 100%;
	background: #EDEDED;
	border: 1px solid gray;
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
	
}	
.form-control-laheta{
	width: 100%; /*600px;*/
	background: transparent;
	border: none;
	outline: none;;
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
}

.form-control-laheta-tarjouspyynto{		/*tarjouspyyntö*/
	width: 100%; /*100px;*/
	background: transparent;
	border: none;
	outline: none;;
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
}

input{ 
	height: 35px;
}

form .submit{
	display: block;
	margin: auto;
	/*background: #ff5722;
	border-color: transparent;
	border: 1px #000000 solid;
	border-radius: 2px;*/
	color: #000000;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
	/*margin-left: 250px;*/
	width: 100px;
}

form .submit:hover{
	/*background-color:#F5F5F5;    #f44336;*/
	cursor:pointer;
	border-bottom: 1px #000000 solid;
	width: 100px;
	padding: 1px 0px 0px 0px;
}
	
	
	
form .submit-tarjouspyynto{
	display: block;
	margin: auto;
	/*background: #ff5722;
	border-color: transparent;
	border: 1px #000000 solid;
	border-radius: 2px;*/
	color: #000000;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
	/*margin-left: 250px;*/
	width: 100px;
	padding: 0px 0px 0px 0px;
}

form .submit-tarjouspyynto:hover{
	/*background-color:#F5F5F5;    #f44336;*/
	cursor:pointer;
	border-bottom: 1px #000000 solid;
	width: 100px;
	padding: 1px 0px 0px 0px;
}
		
	
	/**//**/	
	
	
	

	
		
	
	
	
	
	
	/* COLLAPSIBLE   
	verkkokauppa */


* {
  box-sizing: border-box;
}



/*---NÄYTEIKKUNALLA---*/
.aihe {
/*  width: 75%;*/
	height: 120px;
  float: left;
  padding: 0px 5px 5px 0px;
  padding-left: 0px;
	padding-top: 35px;
 /* border: 1px solid red;*/
	/*justify-content: center;*/
/*  height:200px;*/
	
}



.aihekuva {
	position: relative;

	width: 150px;
/*	max-height: 150px;*/
	top:0;
  float: right;
  padding-bottom: 0px;
	margin: 0px;
	
/*	padding-top: 20px;
	padding-right: 15px;*/
  /*border: 1px solid red;*/
  /* height:200px;*/
	/*justify-content: center;*/
}

/*-------------------*/




/*---SISÄLLÄ---*/


.sisalto {
  width: 100%;
  float: left;
  padding: 0px 5px 5px 0px;

  
  
 /* border: 1px solid red;*/
	/*justify-content: center;*/
/*  height:200px;*/
	
}



.sisaltokuva {
  width: 100%;
  float: left;
  padding: 30px 0px 20px;
	
	
/*	padding-top: 20px;
	padding-right: 15px;*/
  /*border: 1px solid red;*/
  /* height:200px;*/
	/*justify-content: center;*/
}

/*----------------*/



.collapsible-2 {
  background-color: #FFF;
 /* background-image:url("../images/tuote1.jpg");
  background-size: contain;/*cover;
  background-repeat: no-repeat;	
  background-position: right;*/

  color: #000;
  cursor: pointer;
  padding-top: 17px;   /*10px*/
  padding-right: 50px;   
  padding-left: 30px;

  width: 100%;
  height: 120px;
  border-top: 1px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px;
  text-align: left;
  outline:none;
  font-size: 25px;
  font-weight: 300;
 
  display: block;
  margin-left: auto;
  margin-right: auto;
	

}


.active-coll2, .collapsible-2:hover {
  background-color: #FFFFFF;
}

.collapsible-2:after {
  content: '\FE3E';
  color: #000;
  font-weight: bold;
  float: right;
 /* margin-left: 15%;*/
margin-top: 37px;						/*118px;*/
	position: relative;
  /*left: calc(50% - 20px);*/
	right: 4%;
	

}

.active-coll2:after {
  content: "\FE3D" ;
}

.sisaltoalue {
  padding: 0px 0px 0px 0px;     /*0px 18px 0px 0px*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
  
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
	  
	
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

	
/***********************/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*MARKKINOINTIMATERIAALIEN JA VERKKOSIVUJEN TYÖNÄYTTEET*/

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 1200px;
	height: auto;
	/*min-width: 500px;*/
	margin: auto;
	padding:30px 30px 30px 30px;
	z-index: 2;

}
.hvrbox img {
	max-width: 100%;
	
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #D1D1D1;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.activebx .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: left;/*center;*/
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 12px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.activebx .hvrbox-text_mobile {
	display: block;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*BACK TO TOP BUTTON*/
	#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	}
	
	
	
	
	
	
	
	/**404-sivu**/

.tila{
	max-height: 200px;
	min-height: 200px;
	padding-top: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
/**/

	
	
	
	
	
	
	


}







/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1550px;  /*1200px*/
	}
	
	
	
	
	header {
	}

	
	

	
	
	
	
	
	/*ALKUSLIDE
/* Slideshow container */
.slideshow-container {
  padding-top: 200px; 
}

	

	/*VALIKKO ALKAA*/
/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0px 0px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.8s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
 /* width: 100%;*/
  max-width: 1550px;
  top: 0; /* At the top */
  z-index: 99;

}


/* Style the logo */
#navbar #logo {

  transition: 0.8s;
}



/* Display some links to the right */
#navbar-right {
  float: right;
	z-index: 99;
}






/******/






.style-logo {
	float: left;
	display: block;
/*	width: 200px;*/ /*290px*/
	padding-left: 30px;
	height: 200px;
	width: auto;
	padding-top: 60px;
	padding-bottom: 60px;
 	transition: 0.8s;


	
}

.style-logo-up {
	float: left;
	display: block;
/*	width: 200px;*/ /*290px*/
	padding-left: 30px;
	height: 70px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
  	transition: 0.8s;
	
}


.menunappi {
	float: right;
	display: block;
	padding-right: 30px;
	height: 40px;
	width: auto;
	margin-top: 85px;
  	transition: 0.8s;

	
}

.menunappi-up {
	float: right;
	display: block;
	padding-right: 30px;
	height: 25px;
	width: auto;
	margin-top: 23px;
  	transition: 0.8s;

	
}




.menubar {
	float: left;
	display: block;
	width: 100%;
    transition: 0.8s;
	border-bottom: 0px solid black;

	


	
}

.menubar-up {
	float: left;
	display: block;
	width: 100%;
	transition: 0.8s;
	border-bottom: 1px solid black;

}

/**/

	
	
	
/********** valikko *************/



.overlay {
  height: 0%;
 /* width: 100%;*/
  position: fixed;
  z-index: 9998;
  top: 0;
  background-color: rgb(255,255,255);
 /* background-color: rgba(0,0,0, 0.9);*/
background-color: rgba(255,255,255,1.00);
  overflow-y: hidden;
  /*transition: 0.5s;*/
	
  padding: 0px 10px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.8s; /* Adds a transition effect when the padding is decreased */
  width: 100%;
  max-width: 1550px; 
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  padding-left: 100px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
 /* font-size: 36px;*/
  color: #000000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #363636;
}

.overlay .closebtn {
/*float: right; */
	top: 0px;
	right: 3px;
  font-size: 60px;
	z-index: 10000;
	/*width: 50px;*/
	position: absolute;
}

/*.overlay a .closebtn{
position: absolute;
  padding: 0px;
 right: 5px;
}*/


/*.xbuttonplacing{
	width: 1550px;
	background-color: aqua;
	z-index: 9999;
	margin: auto;
}*/




/********/

	
	
	
	
	
	
	
	
	
	

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/**************/


		
	
	

	
/**** tuotekuvaussivuilla, koska valikko...********/

.ylasiirtyma{
	  padding-top: 200px; 

}
	
/***************/

	
	
	

/********** INFOSIVULLA *********/
	
.infoylapalkki{
	margin-top: 200px;
	float: left;
	width: 30%;
	padding:50px 20px 50px 36px;/*padding:0px 40px 30px;*/
}

/**/



/* Style the tab */
.tab {
 /* margin-top: 150px; */
  float: left;
  background-color: #FFFFFF;
  width: 30%;
  height: 500px;
  padding-left: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
	
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.activetab {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  margin-top: -143px;
  margin-bottom: 0px;
  float: left;
  padding: 0px 30px;
  width: 70%;
  border-left: none;
  display: none;
	
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}














/*********/

	
	
	
	
	
	
	
	
	
	
	h1 a:link{
		font-size: 32px;
		margin-bottom: 35px;
}
	
	
	h1 {  /*OTSIKOT*/
		font-size: 32px;
		margin-bottom: 35px;
	}
	
	h1-valiotsikko-tuotteet {  /*OTSIKOT*/
		font-size: 22px;
		margin-bottom: 25px;
	}
	
	h1-etusivu {  /*OTSIKOT*/
		font-size: 30px;
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	

	

	
	
	
/* Etusivulla */


.collo-container {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-top: 40px;
}	

		
.collo h2{
	font-size: 22px;
}	

/**/	
	
	
	
	
	
	
	
	
	
/*KUVAT*/
	
	
	
.img-tilaaminen{
	padding: 40px 0px 90px;
	max-width: none;
}	
	
	
	
	
.juttukuva{
	width: 100%;
	max-width: 700px;
}
	
	
	
	

.computerjatablet{
	display: block;
}
	
.mobile{
	display: none;
}

	
.computer{
	display: block;
	max-width: 1300px;
}

.mobilejatablet{
	display: none;
}

	
.computerkuva{
	display: block;
}


.mobilekuva{
	display: none;
}	
	

.vaintabletkuva{
	display: none;
}
	
	
/******/
	

	
	
	
	
	
	
	
	
	
	
	
	/*SARAKKEET*/
	
	
	
	.col-100-otsikko {
	float: left;
	width: 100%;
	padding:50px 50px 40px;/*padding:0px 40px 30px;*/
	}
	
	.col-100 {
	float: left;
	width: 100%;
	padding:0px 50px 0px;
	margin-bottom: 0px;
	}
	
	.col-tuotekuvaus{
	float: left;
	width: 100%;
	padding:0px 50px 0px;
	margin-bottom: 0px;
	}
	
	
	.col-100-tekstialue{
	display: block;
	width: 70%;
	margin: auto;
	padding-bottom: 40px;
	}
	
	
	/*
	.col-100-kuva {
	width: 80%;
	padding:90px 40px 0px;
	margin: auto;
	}
	
	.col-100-holder {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	}

	.col-100-in-100-kuva {
	float: left;
  	width: 100%;
	padding:0px 80px;
	padding-bottom: 45px;
	}
	*/
	.col-50 {
	float: left;
  	width: 50%;
	padding:0px 60px 50px;/*padding:0px 40px 40px*/
	margin-bottom: 200px;
	}
	
	.col-50-kuva {
	width: 50%;
	padding:120px 40px 0px;
	margin: auto;
	}
	
	
	/*tuotekuvissa
	.col-50-sarake{    
	width: 50%;
	float: left;
	padding: 30px;
	padding-left: 10%;
	padding-bottom: 20px;
}*/
	
	
	.col-50-tuotekuvaus-sarake-ylaosa{    /*tuotekuvauksissa*/
	width: 50%;
	float: left;
	padding: 30px;
	padding-left: 10%;
	padding-bottom: 0px;
}
	.col-50-tuotekuvaus-sarake-keskiosa{    /*tuotekuvauksissa*/
	width: 50%;
	float: left;
	padding: 30px;
	padding-left: 10%;
	padding-bottom: 0px;
}
	.col-50-tuotekuvaus-sarake-alaosa{    /*tuotekuvauksissa*/
	width: 100%;
	float: left;
	padding: 30px;
	padding-left: 10%;
	padding-bottom: 20px;
	padding-top: 0px;
}
	.half{								/*tuotekuvauksissa*/
	width: 50%;	
	}

	
	
		/**/
	
	
	.keskita-leipateksti{
	width: 70%;
	margin: auto;
	padding-top: 100px
}
	
	.keskita-kuvatetusivulla{
	width: 50%;
	margin: auto;
	padding: 0px;
}
	
	.keskita-alalohko{
	width: 100%;
	margin: auto;
		padding-top: 100px;
}
	
	.col-leipateksti {   /*verkkokauppa*/
	float: left;
  	width: 100%;
	padding:0px 30px 150px 80px;/*padding:0px 40px 40px*/
	/*margin-bottom: 200px;*/
	}
	
	.col-alalohko {   /*verkkokauppa*/
	float: left;
  	width: 100%;
	padding:30px 30px 50px 0px;/*padding:0px 40px 40px*/
		/*padding-left: 12%;*/
	/*margin-bottom: 200px;*/
	}
	
	
	
	
	
	
	
	
	
	
	


	
/*tämä vain karhujuttu-sivulla*/
.karhujuttulauseke{
	width: 75%;
	float: left;
	padding: 20px;
	}
/**/
	
	
	
	/*tuoteryhmäkuvat*/
	
.reunavali{
	padding: 15px;
}


.col-25-verkkokauppa{
	width: 25%;
	float: left;
	padding: 20px;
	}
	


.col-25-verkkokauppa .tekstikuvassa{
	/*transition : .5s ease-in-out;*/
	/*border: 1px solid black;
	border-radius: 7px;
	transition: 0.3s;
	padding: 5px;*/
	}

.tuoteryhmakuva{
	border-radius: 50px;
	
	}


.col-25-verkkokauppa .tekstikuvassa:hover{
	/*transform: scale(1.05);*/
	/*border: 1px solid grey;*/
	/*transition: 0.3s;
	padding: 0px;*/
}

.tekstikuvassa {
  position: relative;
  text-align: center;
  color: black;
}



.alakeski {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);   /*transform: translate(-50%, -50%);*/
  width: 100%;
}

.alakeski-ulkona {
	top: 100%;
	left: 0%;
	text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
  /*transform: translate(-50%);   transform: translate(-50%, -50%);*/

}




/*************/



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* COLLAPSIBLE   
	verkkokauppa */

	
	
	/*COLLAPSIBLE TYHJÄ TILA OTSIKON JÄLKEEN*/
	.vali3{
	min-height: 25px;
	max-height: 25px;	
}
	
	
	
	/*---NÄYTEIKKUNALLA---*/
	.aihe {
/*  width: 75%;*/
	height: 90px;
	float: left;
  	padding: 0px 0px 0px 0px;
  	padding-left: 50px;				/*100px;*/
	padding-top: 18px;  /*20px*/
 /* border: 1px solid red;*/
	/*justify-content: center;*/
/*  height:200px;*/
	
}
	
	
	/*---SISÄLLÄ---*/
	.sisalto {
  	width: 100%;
  	float: left;
  	padding: 0px 0px 0px 60px;
	
	
 
 /* border: 1px solid red;*/
	/*justify-content: center;*/
/*  height:200px;*/
	
}



	.sisaltokuva {
  	width: 40%;
	float: left;
  	padding-top: 25px;
	padding-right: 60px;
		
		
/*	padding-top: 20px;
	padding-right: 15px;*/
  /*border: 1px solid red;*/
  /* height:200px;*/
	/*justify-content: center;*/
}

/*----------------*/

	
	
	
	
	
	

	.collapsible-2 {
  background-color: #FFF;
 /* background-image:url("../images/tuote1.jpg");
  background-size: contain;/*cover;
  background-repeat: no-repeat;	
  background-position: right;*/

  color: #000;
  cursor: pointer;
  padding-top: 17px;   /*10px*/
  padding-right: 50px;   
 padding-left: 20px;	 	/*	100px; */   

  width: 100%;  /*100%*/
  height: 90px;
  border-top: 1px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px;
  text-align: left;
  outline:none;
  font-size: 25px;
  font-weight: 300;
 
  display: block;
  margin-left: auto;
  margin-right: auto;
	

}
	
	
  .active-coll2, .collapsible-2:hover {
  background-color: #FFFFFF;
}
	
	
  .collapsible-2:after {
  content: '\FE3E';
  color: #000;
  font-weight: bold;
  float: right;
 /* margin-left: 15%;*/
  margin-top: 20px;						/*118px;*/
  position: relative;
  /*left: calc(50% - 20px);*/
  right: 4%;
}

	

  .active-coll2:after {
  content: "\FE3D" ;
}

	
  .sisaltoalue {
  padding: 0px 0px 0px 50px;     /*0px 18px 0px 0px*/ /*kaikki oli nollilla*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
  
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
	  
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;    /*50px*/
  padding-right: 20px;	/*50px*/
	
}
	
	
	/**************/
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*MARKKINOINTIMATERIAALIEN JA VERKKOSIVUJEN TYÖNÄYTTEET*/

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 1200px;
	height: auto;
	/*min-width: 500px;*/
	margin: auto;
	padding:30px 30px 30px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 2;
}
.hvrbox img {
	max-width: 100%;
	
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #D1D1D1;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.activebx .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: left; /*center;*/
	font-size: 17px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.activebx .hvrbox-text_mobile {
	display: block;
}

	

	
	
	
	
	
	
	
	
	
	/*SCROLLBAR*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}
	
	
	
	
	

	/**404-sivu**/

.tila{
	max-height: 200px;
	min-height: 200px;
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
}
/**/

	
	
	
	
	
	
	
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1550px) {
    /* insert styles here */

	
	
	/* Etusivulla */
.collo-container {
  display: table;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
}	

	

		/*tuoteryhmäkuvat*/
	.reunavali{
	padding: 15px;
}

	
	/*tämä vain karhujuttu-sivulla*/
	.karhujuttulauseke{
	padding: 10px;
	}
/**/


	.col-25-verkkokauppa{
	padding: 10px;
	}



}

