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

/* BANNERI tekstit */
@media only screen and (min-width: 200px) and (max-width: 579px) {
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 10%;
		top: 130px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 10%;
		top: 160px;
		font-size: 70%;
		background: rgba(0,0,0,0.7);
		padding: 3px;
	}
	.banneri h1 {
		font-size: 90%;
	}
}
@media only screen and (min-width: 580px) and (max-width: 699px) {
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 100px;
		top: 210px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 100px;
		top: 250px;
		font-size: 100%;
		background: rgba(0,0,0,0.7);
		padding: 5px;
	}
	.banneri h1 {
		font-size: 140%;
	}
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 100px;
		top: 250px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 100px;
		top: 300px;
		font-size: 130%;
		background: rgba(0,0,0,0.7);
		padding: 5px;
	}
	.banneri h1 {
		font-size: 170%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 150px;
		top: 290px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 150px;
		top: 350px;
		font-size: 170%;
		background: rgba(0,0,0,0.7);
		padding: 5px;
	}
	.banneri h1 {
		font-size: 250%;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1699px) {
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 280px;
		top: 400px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 280px;
		top: 480px;
		font-size: 200%;
		background: rgba(0,0,0,0.7);
		padding: 5px;
	}
	.banneri h1 {
		font-size: 300%;
	}
}
@media only screen and (min-width: 1700px) and (max-width: 1932px) {
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 300px;
		top: 420px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 300px;
		top: 520px;
		font-size: 200%;
		background: rgba(0,0,0,0.7);
		padding: 5px;
	}
	.banneri h1 {
		font-size: 400%;
	}
}



/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 200px) and (max-width: 579px) {
	.ylapalkki {
		color: #fff;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.ylapalkki_logo {
		padding-bottom: 10px;
		padding-top: 20px;
		float: left;
		width: 40%;
	}
	.ylapalkki_linkit {
		display: none;
	}
	.ylapalkki_linkit_mobi {
		padding-bottom: 10px;
		padding-top: 20px;
		padding-left: 30px;
		float: right;
		width: 60%;
	}
	.banneri {
		z-index: 50;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}		
	img {
		max-width:100% !important;
		height:auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tekstialue {
		background-color: #f3eee3;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.tekstialue2 {
		background-color: #fdfaf9;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.tekstisisalto {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.otsikko {
		font-size: 160%;
		font-weight: bold;
	}
	.kuva1, .kuva2 {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.clear {
		clear: both;
	}
	.lom_vasen {
		float: left;
		width: 100%;
	}
	.lom_oikea {
		float: left;
		width: 100%;
	}
	input[type=text], select, textarea {
		width: 100%;
		border: 1px solid black;
		border-radius: 4px;
		padding: 2px;
	}
	.musta {
		background-color: #000;
		margin-left: 10px;
		float: left;
		color: #f99d04;
		padding: 20px;
		height: 183px;
	}
	.mustapalkki {
		background-color: #000;
		min-height: 100px;
	}
	.mustapalkki_teksti1 {
		float: left;
		width: 100%;
		color: #fff;
		padding-top: 10px;
	}
	.mustapalkki_teksti2 {
		float: left;
		width: 280px;
		margin-left: 20px;
		color: #000;
	}
	.tarjousnappi {
		background-color: #f99d04;
		border-radius: 25px;
		padding: 20px; 
		width: 250px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.tekstiruutu {
		margin-left: 20px;
		float: left;
		padding: 20px;
		height: 183px;
	}
	.alapalkki_teksti1 {
		float: left;
		width: 100%;	
		color: #fff;
		padding-top: 10px;
	}
	.alapalkki_teksti2 {
		float: left;
		width: 100%;
		padding-top: 10px;
		color: #fff;
	}
	.alapalkki_teksti2_vasen {
		float: left;
		width: 50%;
	}
	.alapalkki_teksti2_oikea {
		float: left;
		width: 50%;
	}
	.knp {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		font-size: 70%;
		padding-top: 70px;
		padding-bottom: 50px;
		color: #fff;
	}
}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 580px) and (max-width: 929px) {
	.ylapalkki {
		color: #fff;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.ylapalkki_logo {
		padding-bottom: 10px;
		padding-top: 20px;
		float: left;
		width: 50%;
	}
	.ylapalkki_linkit {
		display: none;
	}
	.ylapalkki_linkit_mobi {
		padding-bottom: 20px;
		padding-top: 40px;
		padding-left: 30px;
		float: right;
		width: 50%;
	}
	.banneri {
		z-index: 50;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}		
	img {
		max-width:100% !important;
		height:auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tekstialue {
		background-color: #f3eee3;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.tekstialue2 {
		background-color: #fdfaf9;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.tekstisisalto {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.otsikko {
		font-size: 160%;
		font-weight: bold;
	}
	.kuva1 {
		float: left;
		margin-left: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.kuva2 {
		margin-left: 10px;
		float: left;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.clear {
		clear: both;
	}
	.lom_vasen {
		float: left;
		width: 100%;
	}
	.lom_oikea {
		float: left;
		width: 100%;
	}
	input[type=text], select, textarea {
		width: 60%;
		border: 1px solid black;
		border-radius: 4px;
		padding: 2px;
	}
	.musta {
		background-color: #000;
		margin-left: 10px;
		float: left;
		color: #f99d04;
		padding: 20px;
		height: 183px;
	}
	.mustapalkki {
		background-color: #000;
		min-height: 100px;
	}
	.mustapalkki_teksti1 {
		float: left;
		width: 100%;
		color: #fff;
		padding-top: 10px;
	}
	.mustapalkki_teksti2 {
		float: left;
		width: 280px;
		margin-left: 20px;
		color: #000;
	}
	.tarjousnappi {
		background-color: #f99d04;
		border-radius: 25px;
		padding: 20px; 
		width: 250px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.tekstiruutu {
		margin-left: 20px;
		float: left;
		padding: 20px;
		height: 183px;
	}
	.alapalkki_teksti1 {
		float: left;
		width: 430px;
		color: #fff;
		padding-top: 10px;
		margin-left: 20px;
	}
	.alapalkki_teksti2 {
		float: left;
		width: 430px;
		padding-top: 10px;
		margin-left: 20px;
		color: #fff;
	}
	.alapalkki_teksti2_vasen {
		float: left;
		width: 50%;
	}
	.alapalkki_teksti2_oikea {
		float: left;
		width: 50%;
	}
	.knp {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		font-size: 70%;
		padding-top: 70px;
		padding-bottom: 50px;
		color: #fff;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 930px) and (max-width: 1932px) {
	.ylapalkki {
		color: #f99d04;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.ylapalkki_logo {
		padding-bottom: 10px;
		padding-top: 20px;
		float: left;
	}
	.ylapalkki_linkit {
		padding-bottom: 50px;
		padding-top: 50px;
		float: right;
		word-spacing: 1em;
	}
	.ylapalkki_linkit_mobi {
		display: none;
	}
	.banneri {
		z-index: 50;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}		
	.banneri img {
		max-width:100% !important;
		height:auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tekstialue {
		background-color: #f3eee3;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.tekstialue2 {
		background-color: #fdfaf9;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.tekstisisalto {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.otsikko {
		font-size: 160%;
		font-weight: bold;
	}
	.kuva1 {
		float: left;
	}
	.kuva2 {
		margin-left: 10px;
		float: left;
	}
	.clear {
		clear: both;
	}	
	.lom_vasen {
		float: left;
		width: 40%;
	}
	.lom_oikea {
		float: left;
		width: 50%;
		margin-left: 5%;
	}
	input[type=text], select, textarea {
		width: 50%;
		border: 1px solid black;
		border-radius: 4px;
		padding: 2px;
	}
	.musta {
		background-color: #000;
		margin-left: 10px;
		float: left;
		color: #f99d04;
		padding: 20px;
		height: 183px;
	}
	.mustapalkki {
		background-color: #000;
		min-height: 100px;
	}
	.mustapalkki_teksti1 {
		float: left;
		width: 555px;
		color: #fff;
		padding-top: 10px;
	}
	.mustapalkki_teksti2 {
		float: left;
		width: 280px;
		margin-left: 20px;
		color: #000;
	}
	.tarjousnappi {
		background-color: #f99d04;
		border-radius: 25px;
		padding: 20px; 
		width: 250px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.tekstiruutu {
		margin-left: 20px;
		float: left;
		padding: 20px;
		height: 183px;
	}
	.alapalkki_teksti1 {
		float: left;
		width: 430px;
		color: #fff;
		padding-top: 10px;
	}
	.alapalkki_teksti2 {
		float: left;
		width: 430px;
		padding-top: 10px;
		margin-left: 20px;
		color: #fff;
	}
	.alapalkki_teksti2_vasen {
		float: left;
		width: 50%;
	}
	.alapalkki_teksti2_oikea {
		float: left;
		width: 50%;
	}
	.knp {
		width: 570px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		font-size: 70%;
		padding-top: 50px;
		padding-bottom: 50px;
		color: #fff;
	}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1933px) {
	.ylapalkki {
		color: #f99d04;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.ylapalkki_logo {
		padding-bottom: 10px;
		padding-top: 20px;
		float: left;
	}
	.ylapalkki_linkit {
		padding-bottom: 50px;
		padding-top: 50px;
		float: right;
		word-spacing: 1em;
	}
	.ylapalkki_linkit_mobi {
		display: none;
	}
	.banneri {
		z-index: 50;
		width: 1916px;
		margin-left: auto;
		margin-right: auto;
	}
	.banneri_teksti {
		position: absolute;
		color: #fff;
		z-index: 150;
		right: 350px;
		top: 420px;
	}
	.banneri_puhelin {
		position: absolute;
		color: #f99d04;
		z-index: 150;
		right: 350px;
		top: 520px;
		font-size: 200%;
		background: rgba(0,0,0,0.7);
		padding: 5px;
	}
	.banneri h1 {
		font-size: 400%;
	}
	.tekstialue {
		background-color: #f3eee3;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.tekstialue2 {
		background-color: #fdfaf9;
		min-height: 200px;
		overflow: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.tekstisisalto {
		width: 900px;
		margin-left: auto;
		margin-right: auto;		
	}
	.otsikko {
		font-size: 160%;
		font-weight: bold;
	}
	.kuva1 {
		float: left;
	}
	.kuva2 {
		margin-left: 10px;
		float: left;
	}
	.clear {
		clear: both;
	}
	.lom_vasen {
		float: left;
		width: 40%;
		padding-top: 5px;
	}
	.lom_oikea {
		float: left;
		width: 50%;
		margin-left: 5%;
		padding-top: 5px;
	}	
	input[type=text], select, textarea {
		width: 50%;
		border: 1px solid black;
		border-radius: 4px;
		padding: 2px;
	}
	.musta {
		background-color: #000;
		margin-left: 10px;
		float: left;
		color: #f99d04;
		padding: 20px;
		height: 183px;
	}
	.mustapalkki {
		background-color: #000;
		min-height: 100px;
	}
	.mustapalkki_teksti1 {
		float: left;
		width: 555px;
		color: #fff;
		padding-top: 10px;
	}
	.mustapalkki_teksti2 {
		float: left;
		width: 280px;
		margin-left: 20px;
		color: #000;
	}
	.tarjousnappi {
		background-color: #f99d04;
		border-radius: 25px;
		padding: 20px; 
		width: 250px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.tekstiruutu {
		margin-left: 20px;
		float: left;
		padding: 20px;
		height: 183px;
	}
	.alapalkki_teksti1 {
		float: left;
		width: 430px;
		color: #fff;
		padding-top: 10px;
	}
	.alapalkki_teksti2 {
		float: left;
		width: 430px;
		padding-top: 10px;
		margin-left: 20px;
		color: #fff;
	}
	.alapalkki_teksti2_vasen {
		float: left;
		width: 50%;
	}
	.alapalkki_teksti2_oikea {
		float: left;
		width: 50%;
	}
	.knp {
		width: 570px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		font-size: 70%;
		padding-top: 50px;
		padding-bottom: 50px;
		color: #fff;
	}
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #0a0702;
	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;
}
.oranssi a:link {
	color: #f99d04;
	text-decoration: none;
}
.oranssi a:visited {
	color: #f99d04;
	text-decoration: none;
}
.oranssi a:hover {
	color: #f99d04;
	text-decoration: underline;
}
.oranssi a:active {
	color: #f99d04;
	text-decoration: none;
}
.valkoinen a:link {
	color: #fff;
	text-decoration: none;
}
.valkoinen a:visited {
	color: #fff;
	text-decoration: none;
}
.valkoinen a:hover {
	color: #fff;
	text-decoration: underline;
}
.valkoinen a:active {
	color: #fff;
	text-decoration: none;
}
.vali {
	height: 20px;
	width: 100%;
	clear: both;
}
.tekstit {
	line-height: 1.5em;
}
.tekstit img {
	max-width:100% !important;
	height:auto;
	display:block;
	border: 0;
}
.center {
	text-align: center;
}
.big {
	font-size: 120%;
}
h1 {
	font-size: 160%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	font-weight: bold;
}
h4 {
	font-size: 130%;
	font-weight: bold;
}
h5 {
	font-size: 120%;
	font-weight: bold;
}
h6 {
	font-size: 110%;
	font-weight: bold;
}

