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

@media only screen and (min-width: 200px) and (max-width: 1039px) {
	.tausta {
		width: 100%;
	}
	.sisalto {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.banneri {
		width: 100%;
		background-color: #18232a;
	}
	.linkit {
		display: none; 
	}
	.linkit_mobi {
		padding-left: 10px;
        padding-top: 7px;
		font-size: 100%;
		z-index: 100;
		position: absolute;
	}	
	.teksti {
		width: 100%;
		background-color: #fff;
		color: #303538;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    .linkkipalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		height: 60px;
		overflow: auto;
	}
	.alapalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
        padding-left: 10px;
		overflow: auto;
	}	
    h1 {
        font-size: 5vw;
        font-weight: bold;
    }
    .vasen {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .oikea {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tuote_vasen {
        width: 30%;
        float: left;
    }
    .tuote_oikea {
        width: 65%;
        float: right;
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1199px) {
	.tausta {
		width: 100%;
	}
	.sisalto {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.banneri {
		width: 100%;
		background-color: #18232a;
	}
	.linkit {
		float: left;
		font-size: 120%;
		font-weight: bold;
	}
	.linkit_mobi {
		display: none; 
	}    
	.teksti {
		width: 100%;
		background-color: #fff;
		color: #303538;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    .linkkipalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
	.alapalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    h1 {
        font-size: 250%;
        font-weight: bold;
    }
    .vasen {
        width: 45%;
        float: left;
        padding-bottom: 20px;
    }
    .oikea {
        width: 50%;
        float: right;
        padding-bottom: 20px;
    }
    .tuote_vasen {
        padding-right: 15px;
        float: left;
    }
    .tuote_oikea {
        float: left;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1949px) {
	.tausta {
		width: 100%;
	}
	.sisalto {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.banneri {
		width: 100%;
        background-color: #18232a;
	}
	.linkit {
		float: left;
		font-size: 120%;
		font-weight: bold;
	}
	.linkit_mobi {
		display: none; 
	}
	.teksti {
		width: 100%;
		background-color: #fff;
		color: #303538;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    .linkkipalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
	.alapalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    h1 {
        font-size: 250%;
        font-weight: bold;
    }
    .vasen {
        width: 45%;
        float: left;
        padding-bottom: 20px;
    }
    .oikea {
        width: 50%;
        float: right;
        padding-bottom: 20px;
    }
    .tuote_vasen {
        padding-right: 15px;
        float: left;
    }
    .tuote_oikea {
        float: left;
    }
}

@media only screen and (min-width: 1950px) {
	.tausta {
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	.ylapalkki {
		height: 175px;
		width: 100%;
		overflow: auto;
	}
	.sisalto {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.banneri {
		width: 100%;
		background-color: #18232a;	
	}
	.linkit {
		float: left;
		font-size: 120%;
		font-weight: bold;
	}
	.linkit_mobi {
		display: none; 
	}
	.teksti {
		width: 100%;
		background-color: #fff;
		color: #303538;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    .linkkipalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
	.alapalkki {
		width: 100%;
		background-color: #18232a;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
    h1 {
        font-size: 250%;
        font-weight: bold;
    }
    .vasen {
        width: 45%;
        float: left;
        padding-bottom: 20px;
    }
    .oikea {
        width: 50%;
        float: right;
        padding-bottom: 20px;
    }
    .tuote_vasen {
        padding-right: 15px;
        float: left;
    }
    .tuote_oikea {
        float: left;
    }
}

body {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	line-height: 150%;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
.teksti a:link {
	color: #000;
	text-decoration: underline;
}
.teksti a:visited {
	color: #000;
	text-decoration: underline;
}
.teksti a:hover {
	color: #000;
	text-decoration: underline;
}
.teksti a:active {
	color: #000;
	text-decoration: underline;
}
.linkkipalkki a:link, .alapalkki a:link {
	color: #fff;
	text-decoration: none;
}
.linkkipalkki a:visited, .alapalkki a:visited {
	color: #fff;
	text-decoration: none;
}
.linkkipalkki a:hover, .alapalkki a:hover {
	color: #fff;
	text-decoration: underline;
}
.linkkipalkki a:active, .alapalkki a:active {
	color: #fff;
	text-decoration: none;
}
.knp {
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 95px;
	color: #000;
	font-size: 70%;
}
.fb-like {
	padding-top: 15px;
}
input[type=button], input[type=submit], input[type=reset] {
	background-color: #ccc;
	border: none;
	color: #000;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 120%;
}
img {
	max-width:100% !important;
	height:auto;
}
.lomake_virhe {
	background-color: #F0ABAD;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
}
.lomake {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
}
textarea, input {
	width:95%;
}
td {
	vertical-align: top;
}

h2 {
	font-size: 200%;
	font-weight: bold;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
h5 {
	font-size: 110%;
	font-weight: bold;
}
h6 {
	font-size: 105%;
	font-weight: bold;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 120px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: solid 1px white; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #1a1714; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-button:hover{color:#2b2b2e!important;background-color:#ccc!important}
.w3-button{text-align:left;padding:8px 16px}
.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}