/* LESS */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("animations.css");
@import url("featherlight.min.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* MIXINS */
/* Pääväri */
/* Toinen pääväri */
/* Tekstin väri */
/* Negatekstin väri */
/* Taustan väri */
/* Leipäfontti */
/* Otsikkofontti */
/* Sivuilla oleva yleinen väli */
/* Ylhäällä ja alhaalla oleva yleinen väli */
/* Ylhäällä ja alhaalla oleva isompi väli */
/* Ylhäällä ja alhaalla oleva isoin väli */
/* Animaatioita */
/* LESS Document */
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float2 {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.col {
  width: 100%;
  clear: both;
  margin-left: 0;
  float: left;
  display: block;
}
.varjo {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sharp {
  image-rendering: optimizeSpeed;
  /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: pixelated;
  /* Chrome 						  */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                           */
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ======================================================== */
/* BODY */
/* ======================================================== */
body {
  font-size: 14pt;
  font-family: 'Overpass', sans-serif;
  color: #333333;
  background-color: #eeeeee;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  text-align: center;
}
@-ms-viewport {
  width: device-width;
}
/* ======================================================== */
/* OTSIKOT */
/* ======================================================== */
h1,
h2,
h3,
h4 {
  font-family: 'Quicksand', sans-serif;
}
h1 {
  margin: 0 25px 0.5em 25px;
  font-size: 3em;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2px;
  text-align: center;
}
h2 {
  margin: 1em 25px 30px 25px;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 95%;
  text-align: center;
}
h3 {
  font-family: 'Overpass', sans-serif;
  margin: 1em 25px 1em 25px;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0em;
  color: #444;
  text-align: center;
}
h4 {
  color: #09c;
  margin: 1.5em 25px 1em 25px;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 150%;
}
.nimiotsikko {
  margin-bottom: -0.75em;
}
.key_number,
.category_key_number {
  background: #09c;
  color: #fff;
  margin-right: 12.5px;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
  display: inline-block;
  padding: 0.25em 0.75em 0.17em 0.75em;
}
.category_key_number {
  position: absolute !important;
  top: 25px;
  left: 37.5px;
  z-index: 1;
  font-weight: 700;
  padding: 6.25px 12.5px;
  text-align: right;
}
.tuotekuva {
  position: relative;
  display: block;
  height: 180px;
  overflow: hidden;
}
.startlink,
.startlink:visited {
  font-size: 2em;
  text-align: center;
  display: block;
  background-color: #042546;
  color: #fff;
  padding: 1em;
  margin: 1em 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  vertical-align: middle;
}
.startlink:hover {
  background-color: #074480;
  color: #fff;
}
/* ======================================================== */
/* LEIPÄTEKSTI */
/* ======================================================== */
p {
  margin: 1em 25px 1.5em 25px;
  font-weight: 400;
  line-height: 190%;
  text-align: center;
}
ul li {
  line-height: 190%;
}
.center {
  text-align: center;
}
.right {
  float: right;
}
.nega,
a.nega {
  color: #fff;
}
.kehoitustext {
  font-family: 'Overpass', sans-serif;
  margin: 1em 25px 1em 25px;
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #444;
  text-transform: none;
  text-align: center;
}
.alaotsikko {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
  font-family: 'Overpass', sans-serif;
  font-size: 1em;
  font-weight: 700;
  display: block;
  line-height: 120%;
}
.palveluteksti {
  display: block;
  float: right;
  width: 75%;
}
.footertext {
  margin: 0 25px 0 25px;
  text-align: center;
  line-height: 125%;
  color: #ccc;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
/* ======================================================== */
/* LAINAUKSET */
/* ======================================================== */
.lainausmerkki {
  float: left;
  margin: 0.5em 1em 0 0;
}
blockquote {
  margin: 1em 1em 2em 1em;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote p {
  margin-left: 0;
}
cite {
  color: #999999;
  width: 100%;
  clear: both;
  display: block;
  margin: 1em 0;
  font-style: italic;
}
/* ======================================================== */
/* LINKIT */
/* ======================================================== */
a,
a:visited {
  text-decoration: none;
  color: #073e76;
  cursor: pointer;
}
a:hover,
a:active {
  color: #0b65bf;
  cursor: pointer;
}
a:hover img,
a img:hover {
  opacity: 0.8;
}
.nega a,
.nega a:visited {
  color: #0b65bf;
}
.nega a:hover,
.nega a:active {
  color: #073e76;
}
/* ======================================================== */
/* LOMAKE */
/* ======================================================== */
label {
  margin-top: 1em;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: -0.5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 190%;
  cursor: pointer;
}
input:disabled ~ label {
  color: #ccc;
  cursor: not-allowed;
}
input:checked ~ label {
  color: green;
}
.checked {
  background-color: rgba(0, 250, 0, 0.2);
}
label:hover {
  cursor: pointer;
}
input,
textarea {
  background: #fff;
  border: 4px solid #777;
  color: #333333;
  display: block;
  font-family: 'Overpass', sans-serif;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 0;
  margin-left: 0;
  padding: 0.5em;
  width: 100%;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
input:focus,
textarea:focus {
  outline-color: #09c;
}
input[type=radio],
input[type=checkbox] {
  width: auto;
  display: inline-block;
  margin-top: 0;
}
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.clabel {
  display: block;
  position: relative;
  padding-left: 3.75em;
  padding-top: 0.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0.2em;
  left: 25px;
  height: 1.7em;
  width: 1.7em;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.clabel:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.clabel input:checked ~ .checkmark {
  background-color: #09c;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.clabel input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.clabel .checkmark:after {
  left: 10px;
  top: 4px;
  width: 7.5px;
  height: 15px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#herkkukulho {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}
.button,
.button:visited {
  background-color: #09c;
  box-sizing: border-box;
  border: 0;
  padding: 11.36363636px 12.5px 8.33333333px 12.5px;
  margin: 1em 25px 1em 25px;
  color: #fff !important;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  width: auto;
  min-width: 10em;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.button:hover,
.button:active {
  background-color: #00ace6;
}
.button:active {
  position: relative;
  top: 1px;
}
/* ======================================================== */
/* KUVAT */
/* ======================================================== */
img,
object {
  display: block;
  max-width: 100%;
  height: auto;
}
.normaali {
  padding: 0.5em 25px 1em 25px;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.pikkulogo {
  margin: 25px auto 0 auto;
  max-width: 200px;
}
.pikkukuva {
  width: 25%;
  float: left;
}
.symboli {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 2em 0 1em 0;
  padding-left: 25px;
  max-width: 150px;
  width: 25%;
  display: block;
  float: left;
}
.ikoni {
  display: inline-block;
  margin: 0 25px 0 25px;
  min-height: 1em;
  height: 2em;
  vertical-align: middle;
  margin: 0px;
}
#ikoni-sahkoposti {
  background-image: url(../img/ikoni-sahkoposti.png);
}
#ikoni-puhelin {
  background-image: url(../img/ikoni-puhelin.png);
}
#ikoni-facebook {
  background-image: url(../img/ikoni-facebook.png);
}
#ikoni-googleplus {
  background-image: url(../img/ikoni-googleplus.png);
}
#ikoni-instagram {
  background-image: url(../img/ikoni-instagram.png);
}
#ikoni-youtube {
  background-image: url(../img/ikoni-youtube.png);
}
.tiimikuva {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em 25px 0 12.5px;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  transition: 0.3s;
}
.tiimikuva:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.ref-logo {
  display: block;
  width: auto;
  margin: 0 auto;
}
.ref-vaaka {
  margin: 15px auto;
}
img.full,
object.full {
  padding: 0;
}
.footerlogo {
  margin: 25px auto 25px auto;
  max-height: 2em;
  display: block;
}
.easyzoom {
  margin: 1em 25px 0 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.kuvateksti {
  margin-top: 0;
  background-color: #333333;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 0.5em 12.5px 0.5em 12.5px;
  line-height: 130%;
  font-size: 90%;
}
.logo {
  max-height: 6em;
  max-width: 330px;
  margin: 0 auto;
}
/* ======================================================== */
/* TIEDOSTON LINKKI */
/* ======================================================== */
a.tiedosto,
a.tiedosto:visited {
  margin: 1em 25px 1.5em 25px;
  font-size: 90%;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: block;
}
a.tiedosto:hover {
  color: #333333;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tiedosto h4 {
  color: #333333;
}
img.tiedosto,
.tiedosto p,
.tiedosto h4 {
  margin-bottom: 0;
}
img.tiedosto {
  max-height: 128px;
  margin: 25px auto 0 auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tiedosto .kolmasosa {
  width: 33.333%;
  clear: none;
}
.tiedosto .kaksikolmasosaa {
  width: 66.666%;
  clear: none;
}
/* ======================================================== */
/* SLIDER */
/* ======================================================== */
.sliderContainer {
  height: 150px;
  margin-bottom: 0 !important;
  padding: 0 37.5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slider {
  margin-top: 30px !important;
  position: relative;
  overflow: hidden;
  height: 150px;
}
.slider ul {
  list-style: none;
  height: 150px;
  margin: 0 !important;
  padding: 0 !important;
}
.slider ul li {
  float: left;
  height: 150px;
  margin: 0 !important;
}
/* ======================================================== */
/* VALIKKO */
/* ======================================================== */
#topmenu {
  background-color: #333;
  padding: 0;
}
#topmenu label {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(33, 33, 33, 0.5);
  padding: 15px 50px 15px 50px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#topmenu input[type=checkbox] {
  display: none;
}
#topmenu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 12.5px;
}
#topmenu ul li {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 100%;
}
#topmenu ul li a,
#topmenu ul li a:visited,
#topmenu ul li a:active {
  width: 100%;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(33, 33, 33, 0.5);
  padding: 15px 12.5px 7.5px 12.5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#topmenu ul li a .smallmenu,
#topmenu ul li a:visited .smallmenu,
#topmenu ul li a:active .smallmenu {
  display: block;
  font-size: 0.4em;
  line-height: 100%;
}
#topmenu ul li:hover {
  background-color: #444;
}
[id^=showmenu]:checked + ul {
  display: block !important;
}
/* ======================================================== */
/* TAULUKKO */
/* ======================================================== */
table {
  border-collapse: collapse;
  width: calc(100% - (2 * 25px));
  box-sizing: border-box;
  margin: auto;
  border: 6px solid #f5f5f5;
}
tbody {
  box-sizing: border-box;
}
tr:nth-child(odd) {
  background-color: #f5f5f5;
}
td,
th {
  padding: 12.5px 25px;
  vertical-align: top;
}
/* ======================================================== */
/* RAKENNE */
/* ======================================================== */
.full {
  width: 100%;
  float: left;
  display: block;
  padding: 60px 0;
  overflow-x: hidden;
}
.wrapper {
  width: 94%;
  display: block;
  margin: 0 3%;
  background-color: #fff;
  padding: 60px 30px;
  box-sizing: border-box;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.kuvitus {
  background-image: url(../img/back.jpg);
  background-position: center center;
  background-size: cover;
  height: 150px;
}
.kehoitus,
.tiedostot,
#leikkaus-tyot,
#kasikirjoitus-tyot,
#leikkaus-swot,
#kasikirjoitus-swot,
#leikkaus,
#kasikirjoitus {
  background-color: #f5f5f5;
}
.alku {
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../img/back.jpg);
  background-position: center left;
  background-size: cover;
}
#head {
  padding-bottom: 10px;
  padding-top: 30px;
}
#kuvitus1 {
  background-image: url(../img/kuvitus_pieni.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 20em;
}
#kommentit {
  background-color: #444;
  color: #fff;
}
footer {
  background-color: #333;
}
.kokonainen {
  width: 100%;
  clear: both;
  margin-left: 0;
  float: left;
  display: block;
}
.puolikas {
  width: 100%;
  clear: both;
  margin-left: 0;
  float: left;
  display: block;
}
.kaksikolmasosaa {
  width: 100%;
  clear: both;
  margin-left: 0;
  float: left;
  display: block;
}
.kolmasosa,
.kolmasosa-puolikas {
  width: 100%;
  clear: both;
  margin-left: 0;
  float: left;
  display: block;
}
.neljasosa {
  width: 100%;
  clear: both;
  margin-left: 0;
  float: left;
  display: block;
}
.hide-mobile {
  display: none;
}
.hide-tablet {
  display: none;
}
.tablet-only {
  display: none;
}
@media only screen and (min-width: 681px) {
  /* ======================================================== */
  /* TABLETTI */
  /* ======================================================== */
  body {
    text-align: left;
  }
  h1 {
    font-size: 3em;
  }
  h2,
  h3 {
    text-align: left;
  }
  p {
    text-align: left;
  }
  .logo {
    margin-left: 25px;
  }
  .pikkulogo {
    margin: 0;
    padding: 0 25px 0 25px;
    float: right;
  }
  img.tiedosto {
    margin: 0 0 0 25px;
  }
  .alaotsikko {
    text-align: right;
  }
  .wrapper {
    width: 80%;
    margin: 0 10%;
  }
  .kuvitus {
    height: 200px;
  }
  #topmenu ul li {
    font-size: 1.3em;
  }
  #topmenu ul li a,
  #topmenu ul li a:visited,
  #topmenu ul li a:active {
    width: 100%;
  }
  .puolikas {
    width: 50%;
    clear: none;
    margin-bottom: 1em;
    padding: 25px 0;
  }
  .neljasosa {
    width: 50%;
    clear: none;
    margin-bottom: 1em;
    padding: 25px 0;
  }
  .neljasosa:nth-child(2n+1) {
    clear: left;
  }
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
  .tablet-only {
    display: block;
  }
}
@media only screen and (min-width: 899px) {
  /* ======================================================== */
  /* DESKTOP, ISOT NÄYTÖT */
  /* ======================================================== */
  h1 {
    font-size: 4em;
  }
  .wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
  .kuvitus {
    height: 250px;
  }
  .alaotsikko {
    font-size: 1.2em;
    margin-top: 12.5px;
  }
  #topmenu label {
    display: none;
  }
  #topmenu ul {
    display: block;
  }
  #topmenu ul li {
    display: inline-block;
    text-align: center;
    width: inherit;
    /* oli 19.5%*/
  }
  #kuvitus1 {
    height: 30em;
  }
  .kolmasosa {
    width: 33.333%;
    clear: none;
    margin-bottom: 1em;
    padding: 25px 0;
  }
  .puolikas,
  .kolmasosa-puolikas {
    width: 50%;
    clear: none;
    margin-bottom: 1em;
    padding: 25px 0;
  }
  .kaksikolmasosaa {
    width: 66.666%;
    clear: none;
    margin-bottom: 1em;
    padding: 25px 0;
  }
  .neljasosa {
    width: 25%;
    clear: none;
  }
  .neljasosa:nth-child(2n+1) {
    clear: none;
  }
  .symboli {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    float: none;
  }
  .palveluteksti {
    width: 100%;
    text-align: center;
  }
  .tiedosto h3 {
    margin-top: 0.5em;
  }
  .desktop-right {
    float: right;
  }
  .hide-tablet {
    display: block;
  }
  .tablet-only {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  /* ======================================================== */
  /* ISOT NÄYTÖT */
  /* ======================================================== */
  .kuvitus {
    height: 250px;
  }
  .symboli {
    width: 33.333%;
    float: left;
    padding-left: 25px;
  }
  .palveluteksti {
    width: 66.666%;
    text-align: left;
  }
  .kolmasosa-puolikas {
    width: 33.333%;
    clear: none;
  }
  a.tiedosto {
    min-height: 100px;
  }
  .tiedosto h3 {
    margin-top: 0;
  }
}
@media print {
  /* All your print styles go here */
  body {
    font-size: 80%;
  }
  iframe,
  #topmenu,
  .video,
  footer,
  .button {
    display: none !important;
  }
  h1 {
    padding-top: 25px;
  }
  .kolmasosa {
    width: 33.333%;
    clear: none;
  }
  .puolikas,
  .kolmasosa-puolikas {
    width: 50%;
    clear: none;
  }
  .kaksikolmasosaa {
    width: 66.666%;
    clear: none;
  }
  .pikkukuva {
    width: 50%;
  }
  .wrapper,
  .full {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  img.tiedosto {
    margin-right: 50px !important;
    max-width: 100px !important;
  }
  .nimiotsikko {
    margin-top: 0 !important;
  }
}
