.SisaltoLohko {
    min-height: 20vh;
    width: 100%;
    padding: 170px 10vw;
}
.SisaltoLohko.Oranssi {
    background: var(--TeemaVari);
    color: white;
}
.SisaltoLohko .Video {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    overflow: hidden;
    padding-bottom: calc(49.5% / 16 * 9);
    position: relative;
}
.SisaltoLohko .Video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.SisaltoLohko .TekstiLohko {
    white-space: initial;
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    font-size: 1.5em;
    padding-right: 150px;
}

.SisaltoLohko.Flip .TekstiLohko {
    padding-right: 0px;
    padding-left: 150px;
}
.SisaltoLohko .TekstiLohko h2 {
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'classico-urw';
}
.SisaltoLohko .TekstiLohko p {
    font-weight: 300;
    line-height: 1.5em;
}
.SisaltoLohko > .Kuva {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    overflow: hidden;
}
.SisaltoLohko > .Kuva img {
    width: 100%;
}
.SisaltoLohko .TekstiLohko .lue-lisaa-painike {
    margin-top: 30px;
    background: white;
    color: var(--TeemaVari);
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    float: right;
}
.SisaltoLohko .TekstiLohko .lue-lisaa-painike i{
    margin-left: 10px;
}
#Mainoslohko {
    background: #eff1f5;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#Mainoslohko h2 {
    font-weight: 400;
    width: 100%;
    font-size: 2em;
    margin-bottom: 40px;
}
#Mainoslohko a {
    background: var(--TeemaVari);
    color: white;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#Mainoslohko a i {
    margin-left: 10px;
}

#OhjelmanOsiot {
    white-space: initial;
}
#OhjelmanOsiot h2 {
    font-weight: 900;
    width: 100%;
    padding: 0px 20%;
    display: block;
    font-size: 2em;
    text-align: center;
    margin-bottom: 100px;
}
.OsioLohko {
    width: calc(80vw / 3 - 5px - 150px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 75px;
    margin-right: 75px;
    margin-bottom: 120px;
}
.OsioLohko .Kuva {
    width: 100%;
    position: relative;
    height: calc(80vw / 3 - 5px - 150px);
}
.OsioLohko .Kuva .Pallo {
    width: 100%;
    height: 100%;
    background: #22b3f4;
    opacity: 0.08;
    position: relative;
    border-radius: 100%;
    z-index: 1;
}
.OsioLohko .Kuva img {
    width: 100%;
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: 2;
    height: calc(calc(80vw / 3 - 5px - 150px) * 0.5625);
    margin-top: calc((100% - calc(calc(80vw / 3 - 5px - 150px) * 0.5625)) / 2);
    object-fit: cover;
    box-shadow: 0px 3px 10px #0000003c;
}
.OsioLohko .TekstiLaatikko {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 1.4em;
}
.OsioLohko .TekstiLaatikko .Otsikko {
    font-weight: 900;
    width: 100%;
    display: block;
    font-size: 1.2em;
    text-align: center;
}
.OsioLohko .TekstiLaatikko .Teksti {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
}
.OsioLohko:nth-of-type(even) .Kuva .Pallo {
    background: #f48622;
}
#YhteistyoLohko {
    padding: 0px;
}
#Yhteystyossa {
    color: #333333;
    font-size: 1.1em;
    margin-top: 50px;
    padding-bottom: 30px;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
}
#Yhteystyossa > .Otsikko {
    font-weight: bold;
    color: #888;
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;
    font-family: classico-urw, sans-serif;
}
#Yhteystyossa .Wrapper {
    width: 100%;
    margin-top: 40px;
    letter-spacing: 0.5px;
    /*white-space: nowrap;*/
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#Yhteystyossa .Wrapper > * {
    letter-spacing: -10px;
}
#Yhteystyossa .Item {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 4%;
    position: relative;
    font-family: gitan-latin, sans-serif;
    line-height: 1.2em;
    font-size: 0.9em;
    color: #333;
    letter-spacing: 0px;
}
#Yhteystyossa .Item img {
    height: 100%;
}

@media screen and (max-width: 800px) {
    .SisaltoLohko .TekstiLohko {
        white-space: initial;
        display: block;
        width: 100%;
        font-size: 1.4em;
        padding-right: 0px;
        text-align: center;
    }
    .SisaltoLohko .Video {
        display: block;
        width: 100%;
        padding-bottom: calc(100% / 16 * 9);
        margin-top: 50px;
    }
    .SisaltoLohko > .Kuva {
        display: block;
        width: 100%;
    }
    .SisaltoLohko.Flip .TekstiLohko {
        padding-right: 0px;
        padding-left: 0px;
    }
    .SisaltoLohko {
        padding: 70px 10vw;
    }
    .OsioLohko {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 90px;
    }
    .OsioLohko .Kuva {
        width: 60vw;
        position: relative;
        height: 60vw;
        margin-left: 10vw;
    }
    .OsioLohko .Kuva img {
        width: 60vw;
        height: calc(60vw * 0.5625);
        margin-top: calc((100% - 60vw * 0.5625) / 2);
    }
    #Yhteystyossa .Item,
    #Yhteystyossa .Otsikko {
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        margin-bottom: 70px;
        width: auto;
    }
    #Yhteystyossa .Item {
        margin-bottom: 50px;
    }
    #Yhteystyossa .Item,
    #Yhteystyossa .Otsikko {
        text-align: center;
    }
}
