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

@media only screen and (max-width: 699px) {

    .sisalto {
        width: 100%;    
        line-height: 150%;
    }
    .linkkipalkki {
        display: none;
    }
    .banneri {
        display: none;
    }
    .linkkipalkki_mobi {
        min-height: 50px;
        overflow: auto;
        width: 100%;
        background-color: #ffbb00;
        z-index: 1500;        
    }
    .linkit {
        float: right;
        padding-right: 50px;
    }
    .banneriteksti {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: right;     
        font-family: 'BenchNine', sans-serif;
        font-size: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .otsikko {
        color: #ff9a00;
        padding-bottom: 30px;
    }
    .otsikko1 {
        padding-bottom: 30px;
        text-align: center;
        font-size: 150%;
    }
    .otsikko2 {
        color: #000;
        text-align: center;
        padding-bottom: 30px;
        font-size: 150%;
    }
    .b_teksti {
        color: #000;
        font-size: 150%;   
        line-height: 150%;
    }
    .musta1 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen1 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
    }
    .musta2 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen2 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
        margin-bottom: 200px;
    }
    .keltainen {
        background-color: #ffbb00;
        overflow: auto;
        color: #000;
        min-height: 250px;
        margin-bottom: 200px;
    }
    .tekstialue {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tekstialue2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .oikearengas {
        display: none;
    }
    .vasenrengas {
        display: none;
    }
    .oikea img {
        padding-top: 50px;
    }
    .knp {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 80%; 
        padding-bottom: 50px;
    }

}

@media only screen and (min-width: 700px) and (max-width: 1029px) {

    .sisalto {
        width: 100%;
        position: relative;
    }
    .linkkipalkki {
        display: none;
    }
    .linkkipalkki_mobi {
        min-height: 50px;
        overflow: auto;
        width: 100%;
        background-color: #ffbb00;       
    }
    .linkit {
        float: right;
        padding-right: 50px;
    }
    .banneriteksti {
        z-index: 1000;
        position: absolute;
        top: 100px;
        right: 20px;
        text-align: right;     
        font-family: 'BenchNine', sans-serif;
        font-size: 100%;
    }
    .otsikko {
        color: #ff9a00;
        padding-bottom: 30px;
    }
    .otsikko1 {
        padding-bottom: 30px;
        text-align: center;
        font-size: 200%;
    }
    .otsikko2 {
        color: #ff9a00;
        text-align: center;
        padding-bottom: 30px;
        font-size: 200%;
    }
    .b_teksti {
        color: #000;
        font-size: 90%;
        line-height: 110%;
    }
    .musta1 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen1 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
    }
    .musta2 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen2 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
        margin-bottom: 200px;
    }
    .keltainen {
        background-color: #ffbb00;
        overflow: auto;
        color: #000;
        min-height: 250px;
        margin-bottom: 200px;
    }
    .tekstialue {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .tekstialue2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .vasen {
        float: left;
        width: 45%;
        padding-bottom: 100px;
    }
    .oikea {
        float: right;
        width: 55%;
        padding-top: 20px;
        font-size: 80%;
    }
    .oikearengas {
        display: none;
    }
    .vasenrengas {
        display: none;
    }
    .knp {
        z-index: 1000;
        position: absolute;
        bottom: 50px;
        left: 10%;
        font-size: 60%;        
    }

}

@media only screen and (min-width: 1030px) and (max-width: 1399px) {

    .sisalto {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .linkkipalkki {
        overflow-x: auto;
        width: 100%;
        background-color: #ffbb00;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: 0;
        z-index: 2000;
        padding-top: 25px;
        padding-bottom: 20px;
        font-family: 'BenchNine', sans-serif;
        font-size: 130%;
        word-spacing: 20px;
        transition: all 1s;
    }
    .linkkipalkki_mobi {
        display: none;
    }
    .linkit {
        float: right;
        padding-right: 50px;
    }
    .banneriteksti {
        z-index: 1000;
        position: absolute;
        top: 150px;
        right: 50px;
        text-align: right;     
        font-family: 'BenchNine', sans-serif;
        font-size: 140%;
    }
    .otsikko {
        color: #ff9a00;
        padding-bottom: 30px;
    }
    .otsikko1 {
        padding-bottom: 30px;
        text-align: center;
        font-size: 200%;
    }
    .otsikko2 {
        color: #ff9a00;
        text-align: center;
        padding-bottom: 30px;
        font-size: 200%;
    }
    .b_teksti {
        color: #000;
        font-size: 90%;
        line-height: 120%;
    }
    .musta1 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen1 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
        background-image: url("kuvat/kaivuri.webp");
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-size: 200px;
    }
    .musta2 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen2 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 300px;
        background-image: url("kuvat/kuormaauto.webp"), url("kuvat/jalki.webp");
        background-repeat: no-repeat;
        background-position: left 50%, right 50%;
        background-size: 200px;
        margin-bottom: 200px;
    }
    .keltainen {
        background-color: #ffbb00;
        overflow: auto;
        color: #000;
        min-height: 300px;
        margin-bottom: 200px;
    }
    .tekstialue {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .tekstialue2 {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
    .vasen {
        float: left;
        width: 60%;
    }
    .oikea {
        float: right;
        width: 40%;
        padding-top: 20px;
        font-size: 80%;
    }
    .oikearengas {
        z-index: 1000;
        position: absolute;
        top: 530px;
        right: 0;
        max-width: 15%;
    }
    .vasenrengas {
        z-index: 1000;
        position: absolute;
        top: 1030px;
        left: 0;
        max-width: 15%;
    }
    .knp {
        z-index: 1000;
        position: absolute;
        bottom: 10px;
        left: 30px;
        font-size: 60%;
    }

}

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

    .sisalto {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .linkkipalkki {
        overflow-x: auto;
        width: 100%;
        background-color: #ffbb00;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: 0;
        z-index: 2000;
        padding-top: 25px;
        padding-bottom: 20px;
        font-family: 'BenchNine', sans-serif;
        font-size: 170%;
        word-spacing: 20px;
        transition: all 1s;
    }
    .linkkipalkki_mobi {
        display: none;
    }
    .linkit {
        float: right;
        padding-right: 100px;
    }
    .banneriteksti {
        z-index: 1000;
        position: absolute;
        top: 220px;
        right: 100px;
        text-align: right;     
        font-family: 'BenchNine', sans-serif;
        font-size: 150%;
    }
    .otsikko {
        color: #ff9a00;
        padding-bottom: 30px;
    }
    .otsikko1 {
        padding-bottom: 30px;
        text-align: center;
        font-size: 200%;
    }
    .otsikko2 {
        color: #ff9a00;
        text-align: center;
        padding-bottom: 30px;
        font-size: 200%;
    }
    .b_teksti {
        color: #000;
        font-size: 120%;
        line-height: 140%;
    }
    .musta1 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen1 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
        background-image: url("kuvat/kaivuri.webp");
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-size: 300px;
    }
    .musta2 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen2 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 300px;
        background-image: url("kuvat/kuormaauto.webp"), url("kuvat/jalki.webp");
        background-repeat: no-repeat;
        background-position: left 50%, right 50%;
        background-size: 300px;
        margin-bottom: 200px;
    }
    .keltainen {
        background-color: #ffbb00;
        overflow: auto;
        color: #000;
        min-height: 300px;
        margin-bottom: 200px;
    }
    .tekstialue {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .tekstialue2 {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
    .vasen {
        float: left;
        width: 60%;
    }
    .oikea {
        float: right;
        width: 40%;
        padding-top: 20px;
        font-size: 80%;
    }
    .oikearengas {
        z-index: 1000;
        position: absolute;
        top: 530px;
        right: 0;
        max-width: 15%;
    }
    .vasenrengas {
        z-index: 1000;
        position: absolute;
        top: 1030px;
        left: 0;
        max-width: 15%;
    }
    .knp {
        z-index: 1000;
        position: absolute;
        bottom: 20px;
        left: 150px;
        font-size: 80%;
    }

}

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

    .sisalto {
        width: 1920px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .linkkipalkki {
        overflow-x: auto;
        width: 100%;
        background-color: #ffbb00;
        position: sticky;
        position: -webkit-sticky; /* Safari */ 
        top: 0;
        z-index: 2000;
        padding-top: 25px;
        padding-bottom: 20px;
        font-family: 'BenchNine', sans-serif;
        font-size: 200%;
        word-spacing: 50px;
        transition: all 1s;
    }
    .linkkipalkki_mobi {
        display: none;
    }
    .linkit {
        float: right;
        padding-right: 100px;
    }
    .banneriteksti {
        z-index: 1000;
        position: absolute;
        top: 220px;
        right: 100px;
        text-align: right;     
        font-family: 'BenchNine', sans-serif;
        font-size: 150%;
    }
    .otsikko {
        color: #ff9a00;
        padding-bottom: 30px;
    }
    .otsikko1 {
        padding-bottom: 30px;
        text-align: center;
        font-size: 200%;
    }
    .otsikko2 {
        color: #ff9a00;
        text-align: center;
        padding-bottom: 30px;
        font-size: 200%;
    }
    .b_teksti {
        color: #000;
        font-size: 150%;
        line-height: 150%;
    }
    .musta1 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen1 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 250px;
        background-image: url("kuvat/kaivuri.webp");
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-size: 300px;
    }
    .musta2 {
        background-color: #000;
        overflow: auto;
        color: #fff;
        min-height: 250px;
    }
    .valkoinen2 {
        background-color: #fff;
        overflow: auto;
        color: #000;
        min-height: 300px;
        background-image: url("kuvat/kuormaauto.webp"), url("kuvat/jalki.webp");
        background-repeat: no-repeat;
        background-position: left 50%, right 50%;
        background-size: 300px;
        margin-bottom: 200px;
    }
    .keltainen {
        background-color: #ffbb00;
        overflow: auto;
        color: #000;
        min-height: 300px;
        margin-bottom: 200px;
    }
    .tekstialue {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .tekstialue2 {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
    .vasen {
        float: left;
        width: 60%;
    }
    .oikea {
        float: right;
        width: 40%;
        padding-top: 20px;
        font-size: 80%;
    }
    .oikea img {
        
    }
    .oikearengas {
        z-index: 1000;
        position: absolute;
        top: 530px;
        right: 0;
    }
    .vasenrengas {
        z-index: 1000;
        position: absolute;
        top: 1030px;
        left: 0;
    }
    .knp {
        z-index: 1000;
        position: absolute;
        bottom: 20px;
        left: 150px;
        font-size: 80%;
    }


}

body {
    margin: 0px;
    font-family: 'BenchNine', sans-serif;
    font-style: normal;
    color: #000;
    font-size: 150%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}
a:link, a:visited, a:active  {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
img {
	max-width:100% !important;
	height:auto;
}
.banneri img {
    display:block;
    margin:auto;
}
h1, h2 {
    margin: 0;
    line-height: 100%;
}
.topMenu {
    position: fixed;
    bottom: 0;
    width: 20%;
    max-width: 100px;
    z-index: 2000;
    transition: all 1s;
    padding-bottom: 30px;
}
.hide {
    opacity:0;
    right:-100%;
}
.show {
    opacity:1;
    right:0;
}