html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-size: 1em;
}

body {
    background: #d09b2b;
}

body.korissa {
    padding-top: 44px;
}

#ylatausta {
    background: #fff;
}

.keskitetty {
    text-align: center;
}

.oikealla {
    text-align: right;
}

#ylapalkki {
    width: 100%;
    background: rgb(206,151,39);
    background: -moz-linear-gradient(180deg, rgba(206,151,39,1) 0%, rgba(235,210,107,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(206,151,39,1) 0%, rgba(235,210,107,1) 100%);
    background: linear-gradient(180deg, rgba(206,151,39,1) 0%, rgba(235,210,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce9727",endColorstr="#ebd26b",GradientType=1);
    color: #000;
    margin-bottom: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.9em;
}

.wrappi {
    width: 1280px;
    max-width: 80%;
    margin: 0 auto;
}

.w33 {
    width: 33.3333%;
    float: left;
}

.clear {
    clear: both;
}

#banneri {
    background: url("/ulkoasut/lukkovar2021/kuvat/banneri2.jpg");
    background-size: cover;
    background-position: 50% 50%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

#logo {
    margin-top: -26px;
    margin-left: -66px;
}

#navigaatio {
    float: left;
    width: 20%;
    position: relative;
}

#navigaatio #val {
    display: none;
}

#navigaatio ul, #navigaatio li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

#navigaatio li a {
    padding: 9px 10px 9px 12px;
    font-size: 0.9em;
    background: rgb(207,154,45);
    background: -moz-linear-gradient(180deg, rgba(207,154,45,1) 0%, rgba(235,210,106,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(207,154,45,1) 0%, rgba(235,210,106,1) 100%);
    background: linear-gradient(180deg, rgba(207,154,45,1) 0%, rgba(235,210,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9a2d",endColorstr="#ebd26a",GradientType=1);
    color: #000;
    text-decoration: none;
    margin-bottom: 4px;
    box-sizing: border-box;
    display: block;
}

#navigaatio li a:hover {
    background: rgb(224,170,57);
    background: -moz-linear-gradient(180deg, rgba(224,170,57,1) 0%, rgba(244,221,126,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(224,170,57,1) 0%, rgba(244,221,126,1) 100%);
    background: linear-gradient(180deg, rgba(224,170,57,1) 0%, rgba(244,221,126,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0aa39",endColorstr="#f4dd7e",GradientType=1);
}

#navigaatio li a.active,
#navigaatio li a.valittu,
#navigaatio li a.activelink {
    background: #e4c55c;
}

#navigaatio ul ul li a {
    background: rgb(245, 206, 134);
    background: -moz-linear-gradient(180deg, rgba(245, 206, 134,1) 0%, rgb(253, 225, 135) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245, 206, 134,1) 0%, rgba(253, 225, 135,1) 100%);
    background: linear-gradient(180deg, rgba(245, 206, 134,1) 0%, rgba(253, 225, 135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9a2d",endColorstr="#ebd26a",GradientType=1);
    padding-left: 25px;
}

.tuoteotsikko {
    background: rgb(245, 206, 134);
    background: -moz-linear-gradient(180deg, rgba(245, 206, 134,1) 0%, rgb(253, 225, 135) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245, 206, 134,1) 0%, rgba(253, 225, 135,1) 100%);
    background: linear-gradient(180deg, rgba(245, 206, 134,1) 0%, rgba(253, 225, 135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9a2d",endColorstr="#ebd26a",GradientType=1);
    padding: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 144px;
    height: 18px;
}

#sisalto-osa {
    float: left;
    width: calc(80% - 5px);
    position: relative;
    margin-left: 5px;
}

#sisalto-fade {
    width: 100%;
    height: 300px;
    background: rgb(232,232,232);
    background: -moz-linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
}

#mobile-alavalikot {
    display: none;
}

.siirry-ostoskoriin {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
}

#teksti-osa {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 16px 20px 20px 20px;
    color: #3a3a3a;
}

h1, h2, h3, h4, h5 {
    color: #d8a30d;
    margin-top: 0;
}

h1, h2, h3 {
    font-weight: normal;
}

a:link, a:visited {
    color: #d8a30d;
}

#alareuna {
    width: 100%;
    background: url('/ulkoasut/lukkovar2021/kuvat/alareuna.png') no-repeat;
    background-position: 100% 100%;
    height: 84px;
    margin-top: -74px;
}

#footeri {
    width: 100%;
    background: rgb(228,196,91);
    background: -moz-linear-gradient(180deg, rgba(228,196,91,1) 0%, rgba(208,155,43,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,196,91,1) 0%, rgba(208,155,43,1) 100%);
    background: linear-gradient(180deg, rgba(228,196,91,1) 0%, rgba(208,155,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4c45b",endColorstr="#d09b2b",GradientType=1);
}

#footeri a {
    color: #fff;
}

#footeri h1, #footeri h2, #footeri h3, #footeri h4 {
    color: #000;
}

.footer-wrap {
    position: relative;
}

#footer-teksti {
    width: 20%;
    float: left;
    position: relative;
    padding: 20px 0 20px 0;
}

#footer-maksutavat {
    width: 80%;
    float: left;
    text-align: right;
}

#footer-maksutavat img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tuotelaatikko {
    float: left;
    margin: 0 0 10px 10px;
    position: relative;
    left: -10px;
    border: 1px solid #e5b94e;
    padding: 5px 5px 10px 5px;
    text-align: center;
    border-radius: 3px;
}

img {
    max-width: 100%;
}

@media (max-width: 1300px) {
    .wrappi {
        width: 100%;
        max-width: 100%;
    }
    body {
        padding: 5px;
        box-sizing: border-box;
        background: #fff;
    }
    #footer-teksti {
        padding-left: 20px;
    }
    #footer-maksutavat img {
        right: 20px;
    }
    #logo {
        margin-left: -26px;
    }
    .yla-wrap {
        max-width: calc(100% - 30px);
    }
    #footeri {
        margin-bottom: 5px;
    }
}

@media (max-width: 1030px) {
    #footer-teksti {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    #footer-maksutavat {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
        padding-top: 30px;
    }
    #footer-maksutavat img {
        position: relative;
        top: auto;
        right: auto;
        max-width: calc( 100% - 40px );
    }
}

@media (max-width: 880px) {
    #navigaatio {
        width: 100%;
        float: none;
    }
    #sisalto-osa {
        width: 100%;
        float: none;
    }
    #navigaatio li {
        display: none;
    }
    #navigaatio li#val {
        display: block;
        text-align: center;
    }
    #navigaatio li#val a {
        padding: 14px;
        font-size: 1em;
    }
    #navigaatio li.showing {
        display: block;
    }
    #navigaatio.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        max-height: 100%;
        overflow: auto;
    }
    body.stickynavi {
        padding-top: 40px;
    }
    .siirry-ostoskoriin {
        position: relative;
    }
    #mobile-alavalikot, #mobile-alavalikot li {
        list-style: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    #mobile-alavalikot {
        margin-bottom: 20px;
    }
    #mobile-alavalikot li a {
        padding: 7px;
        border-radius: 5px;
        background: #e4c55c;
        color: #000;
        text-decoration: none;
        margin: 4px;
        display: inline-block;
    }
    #sisalto-osa {
        margin-left: 0;
    }
    #teksti-osa {
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .tuotelaatikko {
        padding: 1px;
        margin: 0 0 10px 5px;
    }
}

@media (max-width: 800px) {
    #alareuna {
        margin-top: -40px;
    }
    .yla-wrap .w33 {
        display: none;
    }
    .yla-wrap .w33.puhelin {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 640px) {
    #alareuna {
        margin-top: -20px;
    }
}

@media (max-width: 550px) {
    #banneri {
        height: auto;
        text-align: center;
    }
    #logo {
        margin-bottom: -26px;
    }
}