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

@media only screen and (min-width: 200px) and (max-width: 719px) {

    .tausta {
        width: 100%;
    }
    .sisalto {
        width: 100%;
    }
    .ylapalkki {
        position: relative;
        background-color: #01d739;
        text-align: left;
        height: 70px;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: 0px;
        z-index: 2000;
    }
    .linkit_mobi {        
        position: absolute;
        bottom: 10px;
        left: 5%;
    }
    .linkit {
        display: none;
    }
    .banneri {
        position: relative;
    }
    .logo {        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tekstialue, .tekstialue2 {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
    } 
    .teksti {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #302b51;
    }    
    .pikkukuvat {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .pikkukuva {
        width: 100%;
        max-width: 270px;
        float: left;
        position: relative;
    }
    .pikkukuva2 {
        width: 100%;
        max-width: 270px;
        float: left;
        position: relative;
        margin-top: 30px;
    }
    .pikkukuva3 {
        width: 100%;
        max-width: 270px;
        float: left;
        position: relative;
        margin-top: 30px;
    }
    .tekstitausta {
        position: absolute;
        width: 100%;
        top: 50px;
        min-height: 20px;
        background-image: url("kuvat/pikkukuvatausta.png");
        color: #fff;
        font-size: 250%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .alapalkki {
        background-color: #ffcc00;
        min-height: 100px;
        color: #000;    
        font-size: 85%;
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .alapalkkisarakkeet {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .sarake1 {
        width: 100%;
        padding-bottom: 20px;
    }
    .sarake2 {
        display: none;
    }
    .sarake3 {
        width: 100%;
        padding-bottom: 20px;
    }
    .sarake2 img {
        width: 250px;
        margin: auto;
        display: block;
        padding-top: 25px;
    }
    .knp {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        padding-top: 30px;  
        padding-bottom: 100px;
        padding-right: 30px; 
        font-size: 70%;
    }	
    
}

@media only screen and (min-width: 720px) and (max-width: 949px) {

    .tausta {
        width: 100%;
    }
    .sisalto {
        width: 100%;
    }
    .ylapalkki {
        position: relative;
        background-color: #01d739;
        text-align: left;
        height: auto;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: -10px;
        z-index: 2000;
    }
    .linkit {        
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 200%;
    }
    .linkit_mobi {
        display: none;
    }
    .banneri {
        position: relative;
    }
    .logo {        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tekstialue {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 500px;
        background-image: url("kuvat/tekstitausta.png");
        background-repeat: no-repeat;
        background-position: left 50%;
        background-size: 80%;
    } 
    .tekstialue2 {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 500px;
    } 
    .teksti {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #302b51;
    }    
    .pikkukuvat {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .pikkukuva {
        width: 30%;
        float: left;
        position: relative;
    }
    .pikkukuva2 {
        width: 30%;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        position: relative;
    }
    .pikkukuva3 {
        width: 30%;
        float: left;
        position: relative;
    }
    .tekstitausta {
        position: absolute;
        width: 100%;
        top: 50px;
        min-height: 20px;
        background-image: url("kuvat/pikkukuvatausta.png");
        color: #fff;
        font-size: 250%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .alapalkki {
        background-color: #ffcc00;
        min-height: 100px;
        color: #000;    
        font-size: 85%;
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .alapalkkisarakkeet {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .sarake1 {
        width: 40%;
        float: left;
        padding-bottom: 20px;
    }
    .sarake2 {
        width: 20%;
        float: left;
    }
    .sarake3 {
        width: 40%;
        float: right;
        padding-bottom: 20px;
        text-align: right;
    }
    .sarake2 img {
        width: 250px;
        margin: auto;
        display: block;
        padding-top: 25px;
    }
    .knp {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        padding-top: 30px;  
        padding-bottom: 100px;
        font-size: 70%;
    }
    
}


@media only screen and (min-width: 950px) and (max-width: 1939px) {

    .tausta {
        width: 100%;
    }
    .sisalto {
        width: 100%;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }
    .ylapalkki {
        position: relative;
        background-color: #01d739;
        text-align: left;
        height: auto;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: -50px;
        z-index: 2000;
    }
    .linkit {        
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
        font-size: 200%;
    }
    .linkit_mobi {
        display: none;
    }
    .banneri {
        position: relative;
    }
    .logo {        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tekstialue {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 500px;
        background-image: url("kuvat/tekstitausta.png");
        background-repeat: no-repeat;
        background-position: left 50%;
        background-size: 80%;
    } 
    .tekstialue2 {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 500px;
    }
    .teksti {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        color: #302b51;
    }    
    .pikkukuvat {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .pikkukuva {
        width: 270px;
        float: left;
        position: relative;
    }
    .pikkukuva2 {
        width: 270px;
        float: left;
        margin-left: 45px;
        margin-right: 45px;
        position: relative;
    }
    .pikkukuva3 {
        width: 270px;
        float: left;
        position: relative;
    }
    .tekstitausta {
        position: absolute;
        width: 100%;
        top: 50px;
        min-height: 20px;
        background-image: url("kuvat/pikkukuvatausta.png");
        color: #fff;
        font-size: 300%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .alapalkki {
        background-color: #ffcc00;
        min-height: 100px;
        color: #000;    
        font-size: 85%;
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .alapalkkisarakkeet {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .sarake1 {
        width: 40%;
        float: left;
        padding-bottom: 20px;
    }
    .sarake2 {
        width: 20%;
        float: left;
    }
    .sarake3 {
        width: 40%;
        float: right;
        padding-bottom: 20px;
        text-align: right;
    }
    .sarake2 img {
        width: 250px;
        margin: auto;
        display: block;
        padding-top: 25px;
    }
    .knp {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        padding-top: 30px;  
        padding-bottom: 100px;
        font-size: 70%;
    }
}

@media only screen and (min-width: 1940px) {

    .tausta {
        width: 100%;
    }
    .sisalto {
        width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    .ylapalkki {
        position: relative;
        background-color: #01d739;
        text-align: left;
        height: auto;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: -50px;
        z-index: 2000;
    }
    .linkit {        
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
        font-size: 200%;
    }
    .linkit_mobi {
        display: none;
    }
    .banneri {
        position: relative;
    }
    .logo {        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tekstialue {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 500px;
        background-image: url("kuvat/tekstitausta.png");
        background-repeat: no-repeat;
        background-position: left 50%;
        background-size: 80%;
    } 
    .tekstialue2 {
        background-color: #fff;  
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 500px;
    } 
    .teksti {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        color: #302b51;
    }    
    .pikkukuvat {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .pikkukuva {
        width: 270px;
        float: left;
        position: relative;
    }
    .pikkukuva2 {
        width: 270px;
        float: left;
        margin-left: 45px;
        margin-right: 45px;
        position: relative;
    }
    .pikkukuva3 {
        width: 270px;
        float: left;
        position: relative;
    }
    .tekstitausta {
        position: absolute;
        width: 100%;
        top: 50px;
        min-height: 20px;
        background-image: url("kuvat/pikkukuvatausta.png");
        color: #fff;
        font-size: 300%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .alapalkki {
        background-color: #ffcc00;
        min-height: 100px;
        color: #000;    
        font-size: 85%;
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .alapalkkisarakkeet {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .sarake1 {
        width: 40%;
        float: left;
        padding-bottom: 20px;
    }
    .sarake2 {
        width: 20%;
        float: left;
    }
    .sarake3 {
        width: 40%;
        float: right;
        padding-bottom: 20px;
        text-align: right;
    }
    .sarake2 img {
        width: 250px;
        margin: auto;
        display: block;
        padding-top: 25px;
    }
    .knp {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        padding-top: 30px;  
        padding-bottom: 100px;
        font-size: 70%;
    }
}

body {
	/*font-family: Impact, Charcoal, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    -webkit-text-size-adjust: 100%;
	color: #000;
	background-color: #fff;
	margin: 0px;
    line-height: 150%;
}
html {
    scroll-behavior: smooth;
}
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: #0159a1;
	text-decoration: underline;
}
.teksti a:visited {
	color: #0159a1;
	text-decoration: underline;
}
.teksti a:hover {
	color: #000;
	text-decoration: underline;
}
.teksti a:active {
	color: #0159a1;
	text-decoration: underline;
}
.alapalkki a:link {
	color: #000;
	text-decoration: none;
}
.alapalkki a:visited {
	color: #000;
	text-decoration: none;
}
.alapalkki a:hover {
	color: #000;
	text-decoration: underline;
}
.alapalkki a:active {
	color: #000;
	text-decoration: none;
}
.linkit, .tekstitausta {
    font-family: 'Teko', sans-serif;
}
img {
	max-width:100% !important;
	height:auto;
}
hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #7595ce;
    margin: 1em 0;
    padding: 0; 
}
.lomake_virhe {
	background-color: #F0ABAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
.lomake {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
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;
}
.clear {
    clear: both;
}
.map-responsive {
    width: 100%;
    max-width: 1900px;
    background-color: #fff;
    height: 475px;
    overflow: hidden;
    position: relative;
}