#EtusivunKuva {
    position: relative;
    width: 100%;
    height: 90vh;
    z-index: 0;
    background: #21242b;
    overflow: hidden;
}
#EtusivunKuva::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Paaohjelma/Kuvat/AdobeStock_112562035.jpeg');
    background-size: 120%;
    background-position: 0px -10vw;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.2;
}
#centerBar {
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}
#AlkunakymaLohko {
    width: 40%;
    margin-left: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#AlkunakymaLohko h2 {
    color: white;
    font-size: 3.2em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-family: classico-urw, sans-serif;
}

#EtusivuLogo {
    text-align: center;
    font-weight: 400;
    animation: 1.2s ease-out 0s 1 scale;
    width: 80px;
    position: relative;
    height: 97px;
    display: inline-block;
    vertical-align: middle;
}
#EtusivuLogo img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#EtusivuLogo .Logo2D {
    margin-top: 5px;
    width: calc(100% - 4px);
    margin-left: 2px;
    animation: 2s ease-out 0s 1 Hide;
    opacity: 0;
}

#EtusivuLogo .Logo3D {
    opacity: 1;
    animation: 2s ease-out 0s 1 Show;
}
@keyframes scale {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes Hide {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes Show {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#EtusivuMainos {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.6em;
    font-weight: 200;
    position: relative;
    margin-top: 10px;
    line-height: 1.4em;
    width: 80%;
    margin-left: 10%;
}
#EtusivuMainos span:last-of-type {
    font-size: 1em;
    display: block;
    font-weight: normal;
    margin-top: 20px;
    font-family: 'Caveat', cursive;
}

#UudistaLiiketoimintasi {
    width: 100%;
    min-height: 30vh;
    background: #fff !important;
    padding-bottom: 120px;
}

#UudistaLiiketoimintasi > .Otsikko {
    font-weight: bold;
    font-size: 2.7em;
    width: 100%;
    text-align: center;
    font-family: classico-urw, sans-serif;
}

/* NPS MITTARI */

#NPSMittari {
    position: relative;
    color: #333333;
    width: 300px;
    height: 150px;
    margin-left: calc(50% - 150px);
}
#NPSOtsikko1 {
    font-size: 0.9em;
    position: absolute;
    left: 50px;
    bottom: 10px;
    font-weight: 500;
}
#NPSOtsikko2 {
    font-size: 0.9em;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    font-weight: 500;
}
#NPSOtsikko3 {
    font-size: 0.9em;
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-weight: 500;
}
#NPSLuku {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}
#NPSLuku .Otsikko {
    display: block;
    font-size: 0.5em;
    font-weight: 400;
}

#KayttajaArvioita {
    margin-top: 70px;
}

#KayttajaArvioita .Item {
    width: 28%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    vertical-align: top;
    color: #333333;
    text-align: center;
    font-size: 1.1em;
    margin-top: 30px;
}
#KayttajaArvioita .Item.Keski {
    margin-top: 0;
}
#KayttajaArvioita .Item .Numero {
    font-size: 1.7em;
    margin-bottom: 10px;
    font-weight: bold;
}
#KayttajaArvioita .Item > .Otsikko {
    font-size: 0.8em;
    line-height: 1.3em;
}

#MikaSeOn {
    background: #f2f2f2;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
}
#MikaSeOn > .Otsikko {
    font-weight: bold;
    font-size: 2.7em;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;
    font-family: classico-urw, sans-serif;
}
#MikaSeOn > .Teksti {
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    width: 46%;
    margin-left: 27%;
    margin-bottom: 30px;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 50px;
}
#LaiteKuvaWrapper {
    width: 62%;
    margin-left: 19%;
}
#LaiteKuva {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#LaiteKuva img {
    width: 100%;
}
#Mainospykalat {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10%;
    font-size: 0.9em;
    position: relative;
}
#Mainospykalat .Item {
    margin-bottom: 15px;
    line-height: 1.5em;
    position: relative;
}
#Mainospykalat .Item:after {
    position: absolute;
    left: -22px;
    top: 0px;
    width: 7px;
    height: 7px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    color: #f48622;
    content: '\f00c';
}
#Mainospykalat #Kehote {
    background: #f48622;
    color: white;
    border-radius: 5px;
    height: 35px;
    display: inline-block;
    padding: 0px 25px;
    position: relative;
    margin-top: 30px;
    line-height: 35px;
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
    font-family: Nexa;
    text-decoration: none;
    box-shadow: 0px 5px 20px #f4862259;
}
#Mainospykalat #Kehote i {
    margin-left: 10px;
}
#Mainospykalat #kkIlmaiseksi {
    font-size: 1.1em;
    margin-left: 30px;
    color: #333333b8;
}

#EtusivuVisio {
    height: 150px;
    width: 100%;
    margin-bottom: 7em;
    text-align: center;
    margin-top: 60px;
}
#EtusivuVisio #VisioIkoni {
    width: 110px;
    height: 110px;
    margin-left: calc(50% - 55px);
    position: relative;
    display: block;
    vertical-align: middle;
    opacity: 0.8;
}
#EtusivuVisio #VisioIkoni img {
    height: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.missio {
    width: 100%;
    margin-top: 150px;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 50px;
}
.missio .missioOtsikko {
    font-weight: 500;
    margin-bottom: 17px;
    font-size: 1em;
    font-family: classico-urw, sans-serif;
}
.missio .missioTeksti {
    font-size: 1.5em;
    font-weight: 200;
    line-height: 1.5em;
}
#EtusivuVisio #VisioIkoni #VisioIkoniTeksti {
    font-family: classico-urw, sans-serif;
    position: absolute;
    width: 110px;
    text-align: center;
    color: #333;
    font-size: 1.5em;
    top: 0;
    margin-top: 22px;
}
#VisioIkoniTeksti span {
    display: block;
}
#VisioIkoniTeksti span:first-of-type {
    font-size: 0.5em;
}
#VisioIkoniTeksti span:last-of-type {
    font-weight: bold;
    margin-top: -7px;
}
#EtusivuVisio #VisioTeksti {
    display: block;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    width: 40%;
    margin-left: 30%;
    margin-top: 10px;
}

#AsiakkaaidenSuusta {
    color: #333333;
    font-size: 1.1em;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 60%;
    margin-left: 20%;
    position: relative;
    padding-top: 30px;
}

#AsiakkaaidenSuusta .Wrapper {
    width: 100%;
    margin-top: 40px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}
#AsiakkaaidenSuusta .Wrapper::-webkit-scrollbar {
    width: 0px;
}

#AsiakkaaidenSuusta .Wrapper > * {
    letter-spacing: -10px;
}
#AsiakkaaidenSuusta .Item {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    position: relative;
    line-height: 1.2em;
    font-size: 0.9em;
    color: #333;
    letter-spacing: 0px;
    white-space: initial;
}
#AsiakkaaidenSuusta .Item:after {
    content: '"';
    font-size: 2.4em;
    font-weight: 950;
    position: absolute;
    top: 0;
    left: -27px;
    font-style: italic;
    font-family: classico-urw, sans-serif;
}
#AsiakkaaidenSuusta .Item .Nimi {
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-size: 0.8em;
}
#AsiakkaaidenSuusta #ScrollRight {
    top: calc(50% - 20px);
    right: -50px;
    width: 40px;
    height: 40px;
    background: #33333327;
    border: none;
    outline: none;
    border-radius: 100px;
    font-size: 1.1em;
    position: absolute;
    cursor: pointer;
    line-height: 40px;
}
#AsiakkaaidenSuusta #ScrollLeft {
    top: calc(50% - 20px);
    left: -50px;
    width: 40px;
    height: 40px;
    background: #33333327;
    border: none;
    outline: none;
    border-radius: 100px;
    font-size: 1.1em;
    position: absolute;
    cursor: pointer;
    display: none;
    line-height: 40px;
}
#AsiakkaaidenSuusta #ScrollLeft i,
#AsiakkaaidenSuusta #ScrollRight i {
    vertical-align: middle;
}
#Tilastoja {
    background: #21242b;
    padding-top: 90px;
    padding-bottom: 90px;
}

#EtusivuKartta {
    height: 500px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#EtusivuKartta img {
    height: 100%;
    transform: translate(0px, 10px);
}
#EtusivuKartta span {
    color: white;
    font-size: 1em;
    margin-top: 20px;
    display: block;
    margin-left: 43px;
}
#EtusivuKartta .Point {
    position: absolute;
    left: 0;
    top: 0;
    animation: 0.3s ease-out 0s 1 scale;
}
#EtusivuKartta .Point .Circle {
    content: ' ';
    position: absolute;
    background: #f48622;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    opacity: 0.25;
    transform: translate(-15px, -15px);
}
#EtusivuKartta .Point:after {
    content: ' ';
    position: absolute;
    background: #f48622;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    transform: translate(-3px, -3px);
}

#YksikointiLukuja {
    display: inline-block;
    width: 69%;
    vertical-align: top;
}
.TilastoLuku {
    color: white;
    display: inline-block;
    width: 25%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 60px;
    vertical-align: top;
    opacity: 0;
    transition: 300ms;
    transform: scale(0.5) rotate(180deg);
}
.TilastoLuku .Otsikko {
    font-size: 1em;
    display: block;
    width: 100%;
    text-align: center;
    transform: rotate(180deg);
    font-weight: 200;
}
.TilastoLuku .Numero {
    font-size: 2em;
    display: block;
    width: 100%;
    text-align: center;
    transform: rotate(180deg);
    white-space: nowrap;
    font-weight: 500;
}
.TilastoLuku.Nayta {
    opacity: 1;
    transition: 300ms;
    transform: scale(1) rotate(180deg);
}

#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;
    line-height: 1.2em;
    font-size: 0.9em;
    color: #333;
    letter-spacing: 0px;
}
#Yhteystyossa .Item img {
    height: 100%;
}

.gradient {
    width: 100vw;
    padding: 50px 18%;
    position: relative;
    padding-bottom: 25vh;
    background: #21242b;
}
/*.gradient:before{
	content: " ";
	position: absolute;
	left: -90px;
	top:0;
	width: calc(100% + 90px + 85px);
	height: 100%;
	background: linear-gradient(to right, rgb(247,162,117),rgb(227,165,56));
	z-index: 0;
}*/
.gradient > * {
    position: relative;
    z-index: 1;
}
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    top: -15vh;
    left: 0;
}
.wave {
    fill: url(#MyGradient);
}
/* Animation */
.parallax > use,
.gradient:before {
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 35s;
}
.parallax > use:nth-child(2) {
    animation-delay: -5s;
    animation-duration: 45s;
}
.parallax > use:nth-child(3) {
    animation-delay: -10s;
    animation-duration: 53s;
}
.parallax > use:nth-child(4),
.gradient:before {
    animation-delay: -17s;
    animation-duration: 60s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    #EtusivuLogo {
        margin-left: 10%;
        display: inline-block;
        vertical-align: middle;
    }
    #EtusivuMainos {
        margin-left: 5%;
        width: calc(100% - 20% - 5% - 170px - 20px);
        display: inline-block;
        vertical-align: middle;
        margin-top: 10%;
    }
}

@media screen and (max-width: 1450px) {
    #AsiakkaaidenSuusta {
        width: 70%;
        margin-left: 15%;
    }
}
@media screen and (max-width: 1200px) {
    #MikaSeOn > .Teksti,
    #LaiteKuvaWrapper {
        width: 70%;
        margin-left: 15%;
    }
    #EtusivuVisio #VisioTeksti {
        width: 60%;
        margin-left: 20%;
    }
    #Linkit ul li {
        padding: 0;
    }
}
@media screen and (max-width: 1050px) {
    #EtusivunKuva::before {
        background-size: cover;
        background-position: 0;
    }
}
@media screen and (max-width: 800px) {
    #EtusivuLogo {
        width: 140px;
        padding-top: 70px;
        margin-bottom: 20px;
        height: 160px;
    }
    #centerBar {
        display: none;
    }
    #AlkunakymaLohko {
        width: 100%;
        margin-left: 0px;
        padding-top: 120px;
    }
    #AlkunakymaLohko h2 {
        font-size: 2.5em;
        margin-left: 0px;
    }
    #EtusivuIlmoitus {
        width: calc(100% - 60px);
    }
    #EtusivuMainos {
        font-size: 1.6em;
        padding-right: 0;
    }
    #EtusivuMainos span:first-of-type {
        top: 19%;
    }
    #EtusivuMainos span:last-of-type {
        top: 22%;
    }
    #KayttajaArvioita .Item {
        min-width: 300px;
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 80px;
        text-align: center;
    }

    #LaiteKuva {
        display: block;
        width: 90%;
        margin-left: 5%;
    }
    #Mainospykalat {
        width: 90%;
        margin-left: 5%;
        margin-top: 54px;
    }
    #Mainospykalat #Kehote {
        margin-top: 20px;
    }
    #MikaSeOn > .Teksti {
        font-size: 1.1em;
        width: 90%;
        margin-left: 5%;
    }
    #EtusivuVisio {
        height: auto;
        margin-bottom: 50px;
        margin-left: 0;
        margin-top: 80px;
    }
    #EtusivuVisio #VisioTeksti {
        max-width: 100%;
        display: block;
        padding-left: 0;
        text-align: center;
        width: 80%;
        font-size: 1.2em;
        margin-left: 10%;
    }
    #EtusivuVisio #VisioIkoni {
        margin-left: calc(50% - 60px);
        margin-bottom: 40px;
    }
    #AsiakkaaidenSuusta,
    #Yhteystyossa {
        padding-bottom: 50px;
    }
    #AsiakkaaidenSuusta .Item,
    #AsiakkaaidenSuusta .Otsikko,
    #Yhteystyossa .Item,
    #Yhteystyossa .Otsikko {
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        margin-bottom: 70px;
        width: auto;
    }
    #AsiakkaaidenSuusta .Item,
    #Yhteystyossa .Item {
        margin-bottom: 50px;
    }
    #Yhteystyossa .Item,
    #Yhteystyossa .Otsikko {
        text-align: center;
    }
    #EtusivuKartta {
        width: 100%;
        margin-top: 20%;
        text-align: center;
        transform: translate(43px, -10px);
    }
    #EtusivuKartta span {
        transform: translate(-43px, 10px);
    }
    #EtusivunKuva {
        height: 100vh;
    }
    #AlaPalkki table {
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #YksikointiLukuja {
        width: 100%;
    }
    .TilastoLuku {
        width: 43%;
    }
    .TilastoLuku:last-of-type {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #EtusivuGradient {
        padding-bottom: 25vh;
    }

    #EtusivunKuva {
        height: 100vh;
    }
    #Mainospykalat #kkIlmaiseksi {
        margin-left: 5px;
        margin-top: 16px;
        display: block;
    }
    #MikaSeOn {
        width: 100%;
        margin-left: 0px;
    }
    #AsiakkaaidenSuusta #ScrollRight,
    #AsiakkaaidenSuusta #ScrollLeft {
        display: none;
    }
}
