/* Värit */

.valkoinen_bg {
	background-color: #FBFBFB;
}
.harmaatausta{
	background-color: #E5E5E5;
}
.taitettumusta {
	color: #1E1E1E;
}
.taitettumusta_bg {
	background-color: #1E1E1E;
}
.taitettuvalkoinen{
	color: #FBFBFB;
}
.taitettuvalkoinen_bg {
	background-color: #FBFBFB;
}
.punainen {
	color: #E21B23;
}
.punainen_bg {
	background-color: #E21B23;;
}
.roosa {
	color: #BA9586;
}
.roosa_bg {
	background-color: #BA9586;
}
.syvavihrea {
	color: #394336;
}
.syvavihrea_bg {
	background-color: #394336;
}
.vaaleavihrea {
	color: #A0AD83;
}
.vaaleavihrea_bg {
	background-color: #A0AD83;
}
.vaaleavihrea_50 {
	color: #cfd6c1;
}
.vaaleavihrea_50_bg {
	background-color: #cfd6c1;
}
.lamminharmaa {
	color: #DBDAD8;
}
.lamminharmaa_bg {
	background-color: #DBDAD8;
}
.lamminbeige {
	color: #E4D8D2;
}
.lamminbeige_bg {
	background-color: #E4D8D2;
}
.tummabeige{
	color: #c1b69c;
}
.tummabeige_bg{
	background-color: #c1b69c;
}
.beige {
	color: #E2DCCE;
}
.beige_bg {
	background-color: #E2DCCE;
}
.gray1 {
	color: #333333;
}
.gray1_bg {
	background-color: #333333;
}
.gray2 {
	color: #4F4F4F;
}
.gray2_bg {
	background-color: #4F4F4F;
}
.gray3 {
	color: #828282;
}
.gray3_bg {
	background-color: #828282;
}
.gray4 {
	color: #BDBDBD;
}
.gray4_bg {
	background-color: #BDBDBD;
}
.gray5 {
	color: #E0E0E0;
}
.gray5_bg {
	background-color: #E0E0E0;
}
.gray6 {
	color: #F2F2F2;
}
.gray6_bg {
	background-color: #F2F2F2;
}

/* fontit */

.cormorant {
	font-family: "Cormorant";
}

.poppins {
	font-family: "Poppins", sans-serif;
}

.raleway{
	font-family: "Raleway", sans-serif;
}

.lh_rem0p9 {
	line-height: 0.9rem;
}
.lh_rem1 {
	line-height: 1rem;
}

.lh_rem1p1 {
	line-height: 1.1rem;
}
.lh_rem1p3 {
	line-height: 1.3rem;
}
.lh_rem1p4 {
	line-height: 1.4rem;
}
.lh_rem1p5 {
	line-height: 1.5rem;
}
.lh_rem2 {
	line-height: 2rem;
}
.lh_20 {
	line-height: 20px;
}
.lh_25 {
	line-height: 25px;
}
.lh_35 {
	line-height: 35px;
}
.otsikkovalistys {
	letter-spacing: 1.5px;
}
.ls0p5 {
	letter-spacing: 0.5px;
}
.ls1 {
	letter-spacing: 1px;
}
.ls1p5 {
	letter-spacing: 1.5px;
}
.ls2 {
	letter-spacing: 2px;
}
.italics {
	font-style: italic;
}

.w200 {
	font-weight: 200;
}

.w300 {
	font-weight: 300;
}

.w400 {
	font-weight: 400;
}

.w500 {
	font-weight: 500;
}

.w600 {
	font-weight: 600;
}

.w700 {
	font-weight: 700;
}

.w800 {
	font-weight: 800;
}

.w900 {
	font-weight: 900;
}

.rem0p9{
	font-size: 0.9rem;
}

.rem0p8{
	font-size: 0.8rem;
}

.rem0p7{
	font-size: 0.7rem;
}
.rem0p6{
	font-size: 0.6rem;
}
.rem0p5{
	font-size: 0.5rem;
}

.rem1 {
	font-size: 1rem;
}

.rem1p1 {
	font-size: 1.1rem;
}

.rem1p2 {
	font-size: 1.2rem;
}

.rem1p3 {
	font-size: 1.3rem;
}

.rem1p4 {
	font-size: 1.4rem;
}

.rem1p5 {
	font-size: 1.5rem;
}

.rem1p7 {
	font-size: 1.7rem;
}

.rem1p9 {
	font-size: 1.9rem;
}

.rem2 {
	font-size: 2rem;
}

.rem2p5 {
	font-size: 2.5rem;
}

.rem3 {
	font-size: 3rem;
}


/* tekstikappaleet */

.isootsikko {
	font-weight: 300;
	font-size: 4rem;
	line-height: 4rem;
}
.valkoreunalaatikkoteksti {
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 0.8rem;
}

/* taittomäärittelyt */

html {
	overflow-x:hidden;
	background-color: #394336;
	
}

#content{
	overflow-x:initial;		
}

body{
	position:relative;
	background-color: #394336;
	width:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;          

}

.google-maps {
    position: relative;
    padding-bottom: 400px; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 400px !important;
}

.notextoverflow{
	white-space: nowrap;
}

.alignleftonlarge{	
	display:inline-grid !important;
	text-align:left !important;
	justify-content:start !important;
}

.alignrightonlarge{
	display:inline-grid !important;
	text-align:left !important;
	justify-content:end !important;
}

video[poster]{
	object-fit:fill;
}

.vcenter{
	display: flex; /* aiemmin inline-grid */
	justify-content: middle;	
	text-align:center; /* IE */
	align-items:center; /* IE */
	justify-content: center; /* IE */
}

.vcenter2{
	display: flex; /* aiemmin inline-grid */
	justify-content: middle;	
	text-align:center; /* IE */
	align-items:center; /* IE */
}

.vcenterchild{
	margin-top:auto;
	margin-bottom:auto;

}
.marginright30_onlarge{
	margin-right:30px;
}
.hcenter{
	text-align:center;
}

.nomargins{
	margin: 0;
}

.sidepadding_30{
	padding-left:33%;
	padding-right:33%;
}

.sidepadding_20{
	padding-left:20%;
	padding-right:20%;
}

/* yksittäiset divit */

.blacklink, .blacklink:hover{
	color: #394336;
}

.contentspacer{
	width:100%;
	height:60px;
}
.topnav{
	width:50px;
	height:300px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:9999;
}

.topnav_tausta{
	width:50px;
	top:0px;
	right:0px;
	height:300px;
	position:absolute;
	z-index:9998;
}

.multiply{
	mix-blend-mode:multiply !important;
}

.normal{
	isolation:isolate;
}

.hidden{
	opacity:0;
}

#menuitems{
	padding:30px 45px 30px 15px;
	box-sizing:content-box;
}

.menuitems{
	width:400px;
	position:absolute;
	top:-15px;
	right:-460px;
	transition:0.1s;
}

.menuitems a{
	color: #394336;
}

.menuitems_mobile a{
	color: #FBFBFB;	
}

.etusivuslaideri{
	height:600px;
}

#expandmenu:hover i{
	color: #BA9586;
	transition:0.1s;
}

#expandmenu:hover .roosa_bg{
	background-color: #FBFBFB;
	transition:0.1s;
}

#changelanguage:hover text{
	color: #BA9586;
	transition:0.1s;
}

#changelanguage:hover {
	text-decoration: none;
}

#changelanguage:hover .roosa_bg{
	background-color: #FBFBFB;
	transition:0.1s;
}

.vastuullisuuskuva{
	height:700px;
}

.roosaotsikko strong{
	color: #BA9586;
}

.lSPager{
	z-index:999 !important;
}

.lSPager li{
	width:70px;
	height:20px;
	background-color: #FBFBFB;
	margin-left:1px;
	margin-right:1px;
	position:relative;
	opacity:0.5;
	top:-25px;
	list-style:none !important;
	z-index:999 !important;
}

.lSPager li.active{
	opacity:1;
	list-style:none !important;
}

.lSPager a{
	display:none;
}

.menuitems_hidden{
	width:1px !important;
	position:absolute;
	top:-15px;
	right:-60px;
	transition:0.1s;
}

.menuitems_mobile .far:hover, .menuitems_mobile .fas:hover{
	cursor:pointer;
}

.topnav_toggle_bg{
	height:60px;	
	background-color: #BA9586;	
}

.topnav_toggle_bg2{
	height:60px;	
}

.topnav_toggle{
	position:absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}

.topnav_varaus{
	height:180px;
	white-space:nowrap;
}

.rotate90{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

}
.slider600 .lsslide{
	height:600px !important;
}

.reseptialue{
	margin-top:50px;
	margin-bottom:50px;
}
.valkoreunalaatikko{
	display:inline-block;
	border: 1px solid #FBFBFB;
	padding: 0px 25px 0px 25px;
	margin-right:8px;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
}

.narrowlinkbox{  
	display:inline-block;
	max-width: 120px;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}

a.valkoreunalinkki_roosa:hover .valkoreunalaatikko{
	cursor:pointer;
	border: 1px solid transparent;
	background-color:#FBFBFB;
	transition:0.2s;
}

a.valkoreunalinkki_roosa:hover .taitettuvalkoinen{
	color: #BA9586;
}

a.valkoreunalinkki_roosa:hover {
	color: #BA9586;
}

a.valkoreunalinkki_syvavihrea:hover .valkoreunalaatikko{
	cursor:pointer;
	border: 1px solid transparent;
	background-color:#FBFBFB;
	transition:0.2s;
}

a.valkoreunalinkki_syvavihrea:hover .taitettuvalkoinen{
	color: #394336;
}

a.valkoreunalinkki_syvavihrea:hover{
	color: #394336;
}

a.valkoreunalinkki_vaaleavihrea:hover .valkoreunalaatikko{
	cursor:pointer;
	border: 1px solid transparent;
	background-color:#FBFBFB;
	transition:0.2s;
}

a.valkoreunalinkki_svaaleavihrea:hover .taitettuvalkoinen{
	color: #394336;
}

a.valkoreunalinkki_vaaleavihrea:hover{
	color: #394336;
}


a {
	color:#FBFBFB;
}

a.valkoreunalinkki_syvavihrea:hover {
	color: #394336;
}

.linkkiboxi_vv:hover .vaaleavihrea_bg{
	background-color: #394336;	
	transition:0.2s;
}

.linkkiboxi_vv:hover .syvavihrea{
	color:#A0AD83;
	transition:0.2s;
}

.linkkiboxi_sv:hover .taitettuvalkoinen{
	color: #394336;
	transition:0.2s;
}

.linkkiboxi_sv:hover .syvavihrea_bg{
	background-color: #FBFBFB;
	transition:0.2s;
}

.linkkiboxi_rs:hover .taitettuvalkoinen{
	color: #394336;
	transition:0.2s;
}

.linkkiboxi_rs:hover .roosa_bg{
	background-color: #FBFBFB;
	transition:0.2s;
}

.metsastaheader{
	margin-top:15px;
}

.headerparent_muusivu{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	height:auto !important;
	
}

.headerbox_muusivu{
	min-height: 600px !important;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.headerbox{
	height: 600px;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.headercontainer{
	margin-left: auto; 
	margin-right: 0;
	width:450px;
	padding-bottom:30px;
}

.headerparent{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
}

.headergallery{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
}

.nokkalogo{
	width:250px;
	height:92px;
}

.nokkalogo2{
	width:180px;
	height:66px;
}
.nokkalogo2container{
	margin-left:-115px !important;
	margin-bottom:-20px !important;
}
.nokkapyoryla{
	width:150px;
	height:150px;
}

.nokkapyoryla_etusivu{
	 margin-left:-100%;
	 transform:translateX(-10%);
}
.nokkapyoryla_muusivu{
	 margin-left:-100%;
	 transform:translateX(-10%);
}
.nokkapyoryla_pikkukuvasommitelma{
	 margin-left:-75px;
	 position:absolute;
	 bottom:-40px;
}
.textbox{
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
	width:40%;
}

.w100{
	width:100%;
}

.tummakuva {
   -webkit-filter: brightness(80%);
    filter:brightness(80%);
}

.tummempikuva {
   -webkit-filter: brightness(60%);
    filter:brightness(60%);
}

.sisaltoboxi{
	height:400px;
	width:100%;
}

.sisaltoboxi_sisus{
	width:70%;
	margin:auto;
}			

.roosa_bg .sisaltoboxi_sisus > h4{
	color:#FBFBFB;
}

.sisaltoboxi_sisus h4{
	color:#BA9586;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	font-size:1.2rem;
	letter-spacing: 1.3px;
	margin-bottom:12px;	

}

.sisaltoboxi_sisus em{
	font-family:"Cormorant";
	font-style:italic;
	font-size:1rem;
}

.sisaltoboxi_sisus p{
	font-family:"Raleway";
	font-size:0.8rem;
	font-weight:300;
	letter-spacing:1px;
	line-height:1.1rem;
	margin-top:25px;
}

.varilaatikko{
	display:inline-block;
	margin: auto;
	box-sizing:content-box;
	padding: 20px 35px 20px 35px;
}

.pystykuvalaatikko{
	height: 600px;
}

.vcenteronlarge{
	text-align:left;
}

.pystyotsikko{
	position:absolute;
	top:50%;
	left:0px;
	transform:translateX(-50%) translateY(-50%);
	z-index:9;	
}

.mustavaliviiva{
	width:15%;
	border-top:2px solid #1E1E1E;
	margin-left:auto;
	margin-right:auto;
}

.etusivutekstilaatikkopadding10{	
	padding: 50px 30% 30px 30%;	}

.paddingsides10{
	padding-left:10%;
	padding-right:10%;
}

.headerpadding{
	padding-top:15px;
	padding-bottom:15px;
}
.headerpadding30{
	padding-top:30px;
	padding-bottom:30px;
}

.valkogradient_bg{
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
}

.ls_prevnexttext{
	
    position:absolute;
    top:0px;
    left:0px ;
}
.ls_next{
	height:350px;
	width:200px;
	position:absolute;
	right:0px;
	top:0px;
	background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,0));
	z-index:9;
}
.ls_prev{
	height:350px;	
	width:200px;
	position:absolute;
	left:0px;
	top:0px;
	background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
	z-index:9;
}

.parastajuurinyt_container{
	margin:0px -15px 0px -15px;
	padding-bottom:60px;
	position:relative;
}

.parasta_container{
	width:740px;
	height:250px;
}

.parasta_teksti{
	display:inline-block;
	width:350px;
	height:250px;
	margin-right:45px;
	padding:15px 35px 15px 30px;
}

.parasta_kuva{
	background-size:cover;
	background-position:center center;
	height:250px;
	width:250px;
	margin-left:45px;
	float:left;
}

.expandedcontent{
	position:relative;
	top: 0px;
	left:-250px !important;
	transition: 1s;
}

.sticky-top{
	top:0px !important;
}

#content{
	position:relative;
	left:0px;
	top:0px;
	transition: 0.2s;
}

.panel{
	display:none;
}

.ijuttum{
	cursor:pointer;
}

.ijuttum:hover{
	text-decoration:underline;
}

.ijuttu{
	cursor:pointer;
}

.ijuttu:hover{
	text-decoration:underline;
}

.topnav_mobile{
	display:none;
	width:100vw;
	height:40px;
	z-index:9999;
	text-align:right;
	box-sizing:border-box;
}

.mobile_logo{
	display:inline-block;	
	width:40%;
	height:100%;
	float:left;
	background-repeat:no-repeat;
	background-position: bottom left;
}

.mobile_toggle{
	width:60px;
	font-size:1.4rem;
	line-height:42px;
	margin-right:5px;
	float:right;
}

.mobile_poytavaraus{	
	line-height:39px;
	text-align:center;
	border-right:1px solid #FBFBFB;
	border-left:1px solid #FBFBFB;
	height:40px;	
	padding-right:15px;
	padding-left:15px;
	width:auto;
}

a.taitettuvalkoinen:hover{
	color:#FBFBFB;
}

.topnav_varaus{
	cursor:pointer;
	padding-top:50px;
}

.topnav_varaus:hover{	
	cursor:pointer;
}

.nodecor{
	text-decoration:none;
}

.nodecor:hover{
	text-decoration:none;
}

.topnav_varaus:hover .taitettuvalkoinen{
	color: #394336;
	transition:0.2s;
}

.nodecor:hover .syvavihrea_bg{
	background-color: #FBFBFB;
	transition:0.2s;
}


.menuitems_mobile{
	overflow:hidden;	
	position:fixed;
	top:40px;
	left:0px;	
	width:100%;
	background-size: 121px 50px;
	z-index:99999;
	background-repeat:no-repeat;
	background-position: top left;
}

.padding3{

	padding: 15px 15px 0px 15px;

}
.woutline15{
	outline:15px solid #FBFBFB;
}
.automargins{
	margin-left:auto;
	margin-right:auto;
}

.marginautoonlarge{
	margin-left:auto;
	margin-right:auto;
}

.menuitems_tall{
	height:100vh;
	opacity:1;
	transition:0.3s;
}

.menuitems_short{	
	height:1px;
	transition:0.3s;
	opacity:0;
}

#footer{ 
	position:relative;
	padding-top:30px;
	padding-bottom:90px;
	padding-left:15px;
	padding-right:15px;
	min-height:150px;
	height:auto;
	z-index:9;
}

.footerlinkcontainer{
	display:flex;
}

.footerlinkbox{

 	padding:0px 25px 16px 25px;
 	line-height:3.2rem;
 	height:3rem;
 	width:200px;
 	height:48px;
 	display:inline-block;
}
.footerlinkbox_en{ 
 	padding:8px 25px 0px 25px; 	
}
.mobiili_menunapit{
	display:none;
}
.mobiili_menunappi{
	padding-top:15px;
	padding-bottom:15px;
}
a.mobiili_menunappi_linkki:hover{
	text-decoration:none;
	color: #1E1E1E;
}
.mobiili_menunappi_linkki:hover .roosa_bg,
.mobiili_menunappi_linkki:hover .vaaleavihrea_bg{
	background-color: #FBFBFB;
	transition:0.2s;
}
.nomargins{
	margin:0;
	padding:0;
}
.headerimage{
	height: 600px;
	background-size:cover;
	background-position:center center;
}
.nokkamenu.nokkarieslingteksti{
	font-family: "Cormorant";
	font-style:italic;
	font-size:1rem;
}
.nokkamenu{
	font-family: "Poppins",sans-serif;
	font-size:0.9rem;
	font-weight:300;
	letter-spacing:1px;
	line-height:20px;
}
.nokkamenu h6{
	font-style:normal;
	font-family: "Poppins",sans-serif;
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:1;
	text-transform:uppercase;
}

/*.alacarte em{
	line-height:100px;
	position:relative;
	top:40px;
}
*/

.nokkamenu em{
	font-family: "Cormorant";
	font-weight: 600;
	font-size:1.4rem;
	font-style:normal;
	letter-spacing:0px;
}
.nokkamenu strong{
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	top:11px;
}

.viinit strong{
	line-height:80px;
}

.nokkamenu br{
	line-height:10px;
}

.viinit em:before{
	content:'';
	line-height:40px;
}

.nokkamenu a:not(.blacklink){
	color:#7c8a59;
}

.viinit em{
	font-family: "Poppins",sans-serif;
	font-size:0.7rem;
	font-weight:500;
	letter-spacing:1px;
	line-height:20px;
	text-transform:uppercase;
}

hr.wp-block-separator{
	width:60px;
	border-top: 3px solid #394336;
	margin-top:3rem;
	margin-bottom:2rem;
}

.listaform,
.tarjousform,
.palauteform{
	margin-top:80px;
	margin-bottom:50px;
}

.listaform label,
.tarjousform label,
.palauteform label,
.herkkukassiform label {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #394336;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top:30px;
	margin-bottom:5px;
}

.herkkukassiform  span{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #394336;
	line-height: 1rem;
	letter-spacing: 1px;
}

.sivustolink:hover{
	text-decoration:underline;
}

.vastuullisuus a:not(.sivustolink){
	background-color: #394336;
	padding:8px 12px 8px 12px;
	margin-top:8px;
	margin-bottom:8px;
	line-height:60px;
	text-transform:uppercase;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:0.7rem;
	letter-spacing:1.5px;
	transition:0.2s;
}
.vastuullisuus a:not(.sivustolink):hover{
	text-decoration: none;
	background-color: #FBFBFB;
	color: #BA9586;
	transition:0.2s;
}

.checkmark{
	text-transform:none;
	font-weight:300;
}

.tarjousform ::placeholder {	  
	font-family: "Poppins";
}

.listaform input,
.listaform textarea,
.tarjousform input, 
.tarjousform textarea{
	font-family: "Poppins", sans-serif;
	border: 1px solid #394336;
	min-height: 40px;
	padding-left:9px;
	padding-top:7px;
}

.vastuullisuus p{
	font-family:"Raleway", sans-serif;
	font-size:0.9rem;
}

.vastuullisuus em{
	font-family:"Cormorant";
	font-style:italic;
	font-size:1.2rem;
	line-height:1.2rem;
}

.vastuullisuus strong{
	font-family:"poppins", sans-serif;
	font-size:0.7rem;
	line-height:0.7rem;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
	position:relative;
	top:10px;
}

.vastuullisuus h4{
	font-family:"Poppins", sans-serif;
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.6rem;
	text-transform:uppercase;
}

.roosah4 h4{
	color: #BA9586;
}

#submit2{
	font-family:"Poppins", sans-serif;
	font-size:1rem;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
}

.yritys_laskutustiedot{
	display:none;
}

.lisaa_herkkukasseja{
	display:none;
}

.etusivutekstimuotoilut p{
	font-family:"Raleway", sans-serif;
	font-size:0.9rem;
}

.etusivutekstimuotoilut em{
	font-family:"Cormorant";
	font-style:italic;
	font-size:1.2rem;
	line-height:1.2rem;
}

.etusivutekstimuotoilut strong{
	font-family:"poppins", sans-serif;
	font-size:0.7rem;
	line-height:0.7rem;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
	position:relative;
	top:10px;
}

.etusivutekstimuotoilut h3{
	font-family:"Poppins", sans-serif;
	font-size:1.3rem;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.8rem;
	text-transform:uppercase;
}

.menuviiva{
	border-top:3px solid #394336;
	margin-top:1.6rem;
	margin-bottom:1.6rem;
	width:60px;

}
.pikkukuvasommitelma{
	font-family: "Raleway",sans-serif;
	font-size:0.8rem;
	font-weight:400;	
	line-height:20px;
}
.pikkukuvasommitelma strong{
	font-family: "Poppins",sans-serif;
	text-transform:uppercase;
	font-weight:600;
	font-size:1.3rem;
	letter-spacing:1px;
	line-height:1.5rem;
	position:relative;
	top:10px;
}
.pikkukuvasommitelma em{
	font-family: "Cormorant",sans-serif;
	font-weight:400;
	font-size:1.2rem;
	letter-spacing:0px;
	position:relative;
	top:10px;
}

.sisaltoalue{
	padding-bottom:150px;
	padding-top:150px;
	margin-top:15px;
}

.yhteystiedot strong{
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 1px;
}

.yhteystiedot h2{
	font-family: "Poppins", sans-serif;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 1px;
	line-height:25px;
}

.yhteystiedot h3{
	font-family: "Poppins", sans-serif;	
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height:25px;
}

.yhteystiedot:not(text) > p{
	font-family: "Raleway", sans-serif;
	font-size: 0.9rem;
}

.yhteystiedot:not(h3) > span{
	position:relative;
	top:-20px;
}

.yhteystiedot a{
	background-color: #394336;
	padding:8px 12px 8px 12px;
	margin-top:8px;
	margin-bottom:8px;
	line-height:60px;
	text-transform:uppercase;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:0.7rem;
	letter-spacing:1.5px;
	transition:0.2s;
}

 .col-md-2-4 {
    flex: 0 0 20%; 
    max-width: 20%;
  }

.syvavihrea_bg > .yhteystiedot a{
	background-color:#BA9586;
}

.yhteystiedot a:hover{
	background-color:#FBFBFB;
	color: #394336;
	text-decoration: none;
	transition:0.2s;
}

/* breakpointit */

@media screen and (max-width:1400px) {
	.nokkalogo2{
		width:180px;
		height:66px;
	}
}
@media screen and (max-width:1299px) {
	.footerlinkcontainer{
		display:inline-grid;
	}
	.footerlinkbox_en,
	.footerlinkbox_fi{
		margin-top:10px;
	}
}
@media screen and (max-width:1199px) {	
	.textbox{
		width:50%;
	}	
}
@media screen and (max-width:1099px) {
	.headercontainer{
		margin-left:50px;
	}
	.sidepadding_30{
		padding-left:20%;
		padding-right:20%;
	}
	.vcenteronlarge{
		margin-left:200px;
	}

	.footerlinkbox{
		width:150px;
	}
	

}
@media screen and (max-width:991px) {
	.etusivuslaideri{
		height:400px;
	}
	.headerbox{
		height: 500px;
	}
	.headerbox_muusivu{
		min-height: 500px;
	}

	.textbox{
		width:60%;
	}
	.ls_next, .ls_prev{
		display:none;
	}
	
	.sisaltoboxi.scalable{
		height: auto;
		max-height:none;
		padding-top:35px;
		padding-bottom:25px;
	}
	.sisaltoboxi_sisus{
		width:60%;
	}
	.nokkapyoryla_etusivu{
		position:absolute;
		margin-top:-75px;
		margin-left:-60px;
		top:0%;
		left:50%;
		-webkit-transform: translateX(-50%)
		transform:translateX(50%);
	}	
	.pystykuvalaatikko{
		height:450px;
	}

	.etusivutekstilaatikkopadding10{
		padding: 50px 20% 30px 20%;	
	}

	.headergallery{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	.headerparent{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	.headerparent_muusivu{
		margin-top:40px;
		margin-left:0px;
		margin-right:0px;
	}
	.topnav{
		display:none;
	}
	.topnav_mobile{
		display:inline-block;
	}
	#michelin_header_large{
		display:none;
	}	
	#content{
		margin-top:0px;
		padding-top:0px;
	}
	.padding3{
		padding: 0rem 15px 0px 15px;
	}
	.menuitems{
		display:none;
	}
	.sisaltoalue{
		margin-top: 0px;
	}
	.metsastaheader{
		margin-top:0px;
		padding-top:0px;
	}
	.headerparent_metsasta{
		margin-top:0px;
	}
	.vastuullisuuskuva{
		height:600px;
	}
	.hcenteronsmall{
		margin-top:20px;
		text-align:center;
	}
	.wideonsmall {
		width:275px !important;
	}

	.alignleftonlarge{	
		display:flex !important;
		text-align:center !important;
		justify-content:center !important;
	}

	.alignrightonlarge{
		display:flex !important;
		text-align:center !important;
		justify-content:center !important;
	}
	.vcenteronlarge{
		margin-left:200px;
	}

	.footerlinkbox{
		width:200px;
	}
	


}
@media screen and (max-width:767px) {	

	body{
		margin-top:40px;
		
	}	


	.col-md-2-4 {
	    flex: 0 0 100%;
        max-width: 100%;
  	}

	.sisaltoalue{
		padding-top:50px;
		padding-bottom:50px;
	}

	.reseptikuva{
		object-fit:cover;
		height:300px;
		width: 100%;
	}
	.nokkapullo{
		display:none;
	}
	.reseptialue{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.nokkapullotausta{
		background-image:url('/wp-content/uploads/2021/05/Nokka_Riesling-310x1024.png');
		background-repeat: no-repeat;		
		background-size:155px 512px;
		background-position:right 0px !important;
		height:513px;
	}

	.vastuullisuuskuva{
		height:400px;
	}

	.sidepadding_30{
		padding-left:15%;
		padding-right:15%;
	}

	.headerbox_pysty{
		min-height:0 !important;
		height:auto !important;
	}
	
	.otsikkokuvaalue{
		margin-bottom:0px;
	}
	.headerparent_muusivu{
		margin-top:0px;
	}
	.addbottompaddingonmobile{
		padding-bottom:40px;
	}

	.nokkapyoryla_muusivu{
		position:absolute;
		margin-top:-75px;
		margin-left:-60px;
		top:100%;
		left:50%;
		-webkit-transform: translateX(-50%)
		transform:translateX(50%);
	}
	.headercontainer{
		padding-left:15px;
		margin-left:45px;

	}
	.headerrows{
		height:100%;
	}
	.headerimage{
		height:300px;
	}
	.pystyotsikko{
		top:0;
		left:50%;
	}
	.pystyimage{
		height:200px;
	}
	.isootsikko{
		font-size:3rem;
		line-height:3rem;
	}
	.nokkalogo2{
		width:160px;
		height:55px;
	}
	.nokkalogo2container{
		margin-left:-90px !important;
		margin-bottom:-15px !important;
	}

	.valkoreunalaatikko{
		height:3rem;
		line-height:3rem;
		padding: 0px 15px 0px 15px;
	}
	.valkoreunalaatikkoteksti{
		font-size: 0.7rem;
	}
	.nokkalogo{
		width: 200px;
		height: 74px;
	}	
	.textbox{
		width:78%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.textbox .rem1{
		font-size: 0.9rem;
	}
	
	.etusivutekstilaatikkopadding10{
		padding: 30px 30px 0px 30px;
	}
	.parasta_container{
		width:600px;
		margin-left:auto;
		margin-right:auto;
	}
	.parasta_teksti{
		width:50%;
		padding: 15px 10px 15px 10px;
	}
	.parasta_kuva{
		width:30%;
	}

	.parasta_otsikko{
		font-size: 1rem;
	}

	.marginautoonlarge{
		text-align:center;
		margin-top:15px;
		margin-bottom:10px;
	}
	.muusivu_tekstit{
		padding-top:80px;
	}
	.marginright30_onlarge{
		margin-right:20px;
	}
	.footerlinkcontainer{
		display:flex;
		line-height:1rem;
	}
	.footerlinkcontainer .valkoreunalaatikko{		
		line-height:1rem;
		padding-top: 16px;
	}
	.valkoreunalaatikko.footerlinkbox_en{
		margin-top:0px;
		padding-top: 8px;	
	}
	.footerlinkbox_fi{
		margin-top:0px;
	}
	.vcenteronlarge{
		margin-left:150px;
	}

	
	

	
}
@media screen and (max-width:575px) {
	body{
		overflow-x:hidden;		
	}	
	#michelin_mobile_top{
		display:none;
	}
	#michelininmenu{
		display:block !important;
	}

	
	.vcenteronlarge{
		text-align:center;
	}
	.nokkapullotausta{
		background-image:url('/wp-content/uploads/2021/05/Nokka_Riesling-310x1024.png');
		background-repeat: no-repeat;		
		background-size:218px 720px;
		background-position:-100px -10px !important;
		height:720px;
	}	
	.nokkarieslingteksti{
		text-align:right;
	}
	.change_rtl{
		direction:rtl;
	}
	.marginright30_onlarge{
		margin-right:-15px;
	}
	.sidepadding_30{
		padding-left:10%;
		padding-right:10%;
	}
	.etusivuslaideri{
		height:300px;
	}
	.pikkukuvasommitelma{
		padding-left:32px;
		padding-right:35px;	
	}
	.mobiili_menunapit{
		display:flex;
	}
	.topnav, .menuitems{
		width:0px;
		overflow:hidden;
		display:none;
	}
	.sisaltoboxi_sisus{
		width:100%;
	}
	.headercontainer{
		padding-left:-15px;
		margin-left:-15px;
		text-align:center;
		width:100%;		
		margin-top:auto;
		margin-bottom:auto;
	}	
	.headerparent{
		height:80vw;
	}	
	.headerrows{
		height:80vw;
	}
	.headerbox{
		height:80vw;
		background-position:70.5% -70px;
		background-size: 280vw;
	}
	.headerbox_muusivu{
		height:auto;
	}
	.nokkaotsikkocontainer{
		margin-left:5px;
	}
	.parasta_container{
		width:500px;
		height:300px;
		padding-left:35px;
		padding-right:35px;
	}
	.parasta_teksti{
		width:100%;
		padding: 15px 10px 15px 10px;
		display:block;
	}
	.parasta_kuva{
		width:100%;
		height:33%;
		margin-left:0px;
		background-position:10px center;
		background-repeat:no-repeat;
		margin-bottom:8px;
		display:block;
	}
	.parasta_otsikko{
		font-size: 1rem;
	}
	.nokkalogo{
		display:none;
	}
	.nokkaotsikkocontainer{
		margin-top:47%;		
	}
	.headerlinkscontainer{
		display:none;
	}
	.valkoreunalaatikko.footerlinkbox{
		
	}

}
@media screen and (max-width:524px) {

	.headerbox{
		background-position:70% -45px;
	}
	.headerbox_muusivu{
		background-position:70% -45px;
	}
	.headercontainer{
		padding-left:0px;
		margin-left:0px;
	}	

	.footerlinkbox{
		width:auto;
		padding-left:12px;
		padding-right:10px;
		margin-right:5px;
	}

	.valkoreunalaatikko.footerlinkbox{
		width:150px;
	}

	
	.rem0p9.footerlinkbox {
		font-size: 0.65rem;
	}

	.parasta_container{
		width:380px;
		height:350px;
		position:relative;
		left:-25px;
	}

	.sisaltoboxi.scalable{
		padding-left:8px;
		padding-right:8px;
	}

	.lSPrev{
		margin-left:-10px;
	}
	.lSNext{
		margin-right:-10px;
	}
	.parasta_teksti{
		width:100%;
		padding: 15px 10px 15px 10px;
	}
	.parasta_kuva{
		width:100%;
	}

	.parasta_otsikko{
		font-size: 1rem;
	}
	.isootsikko{
		font-size:2.5rem;
		line-height:2.5rem;
	}
	.nokkalogo2{
		width:140px;
		height:48px;
	}
	.nokkalogo2container{
		margin-left:-70px !important;
		margin-bottom:-15px !important;
	}
	#footer_addons{
		display:block !important;
		margin-top:35px;
	}
	#footer_info{
		text-align:center !important;
	}
}



@media screen and (max-width:400px) {
	.valkoreunalaatikko.footerlinkbox{
		width:130px;
	}
	.wideonsmall{
		width:213px !important;
	}
}



