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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

*, *:after, *:before {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%;
  padding-top: 1px;
  margin-top: -1px;
  background: #fff; }

h1 {
  margin: 15px 0 30px; }

h2 {
  margin: 10px 0 20px; }

h3 {
  margin: 5px 0 15px; }

.bl-section:after, .bl-section:before,
.bl-container:after,
.bl-container:before,
.bl-columns:after,
.bl-columns:before {
  content: " ";
  display: table; }

.bl-section:after,
.bl-container:after,
.bl-columns:after {
  clear: both; }

.bl-container {
  margin: 0 auto;
  max-width: 1100px; }

.bl-image {
  max-width: 100%;
  height: auto; }

.bl-linkbox {
  display: block; }

.grid-fluid {
  display: block; }
  .grid-fluid .grid {
    padding: 0; }

[class*='col-'] {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  min-height: 1px; }

.grid--nopadding > [class*='col-'] {
  padding: 0; }

.grid--inverse > [class*='col-'] {
  float: right; }

.bebob-align-left {
  float: left;
  margin: 0 10px 10px 0; }

.bebob-align-right {
  float: right;
  margin: 0 0 10px 10px; }

.form-submit-button .fa {
  margin-right: 5px; }

.bl-inline {
  display: inline; }

.bl-map-markers {
  display: none !important; }

/**
 * Variables file
 * Contains all the variables for the app.
 */
/**
 * Colors
 */
/**
 * Dark blue: #02182B
 */
/*
 * Typography
 */
/*
 * Grid
 */
/*
 * Responsive
 */
/**
 * Layout editor
 */
/**
 * Strip unit
 */
/*
 * Responsive
 */
/*
 * Grid helpers
 */
.grid-fluid:after, .gallery-masonry:after {
  content: "";
  display: table;
  clear: both; }

.form-input-file-upload {
  display: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  overflow: hidden; }

.form-input-file-upload-bar {
  display: block;
  background: #7AC930;
  height: 10px;
  width: 0%; }

.form-item {
  padding-bottom: 15px; }

.form-item-label {
  display: block;
  line-height: 200%; }

.form-text-input {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  padding: 5px; }

.form-input-label {
  display: block;
  padding-bottom: 5px; }

.form-input-label-text {
  margin-left: 5px; }

.form-submit-button {
  display: inline-block;
  border: none;
  background: #333;
  padding: 3px 15px;
  line-height: 30px;
  color: #fff; }

.form-item-error-message {
  color: #fff;
  padding: 5px 10px;
  background: #B80000;
  font-size: 14px; }

.menu-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.menu-item {
  display: inline-block;
  position: relative; }
  .menu-item:hover .menu-list {
    display: block; }
  .menu-item .menu-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px; }
    .menu-item .menu-list .menu-item {
      display: block; }

.menu-item-link {
  display: inline-block;
  padding: 10px;
  text-decoration: none; }

.menu--mobile .menu-item-mobile {
  display: none;
  text-align: center;
  text-decoration: none; }

.menu--mobile .menu-item-mobile-children {
  display: none;
  text-decoration: none; }
  .menu--mobile .menu-item-mobile-children:hover {
    background: #fff;
    color: #000; }

@media only screen and (max-width: 667px) {
  .menu--mobile .menu-list {
    transition: .2s all ease-in-out;
    max-height: 0;
    overflow: hidden; }
    .menu--mobile .menu-list .menu-item {
      display: block; }
      .menu--mobile .menu-list .menu-item a {
        display: block; }
      .menu--mobile .menu-list .menu-item .menu-list {
        display: block;
        position: static;
        width: 100%; }
  .menu--mobile.menu-mobile-open > .menu-list,
  .menu--mobile .menu-item.menu-mobile-open > .menu-list {
    max-height: 1000px; }
  .menu--mobile .menu-item-mobile {
    display: block; }
  .menu--mobile .menu-item-mobile-children {
    display: block; } }

.menu--mobile .menu-item-mobile-icon-default {
  display: inline; }

.menu--mobile .menu-item-mobile-icon-close {
  display: none; }

.menu--mobile.menu-mobile-open .menu-item-mobile-icon-default {
  display: none; }

.menu--mobile.menu-mobile-open .menu-item-mobile-icon-close {
  display: inline; }

.menu--mobile .menu-item-mobile-children-icon-default {
  display: inline; }

.menu--mobile .menu-item-mobile-children-icon-close {
  display: none; }

.menu--mobile .menu-mobile-open > .menu-item-mobile-children .menu-item-mobile-children-icon-default {
  display: none; }

.menu--mobile .menu-mobile-open > .menu-item-mobile-children .menu-item-mobile-children-icon-close {
  display: inline; }

.button {
  display: inline-block;
  text-decoration: none;
  background: #333;
  border-radius: 3px;
  margin: 0;
  border: none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 12px; }
  .button:focus {
    outline: none; }
  .button .button-icon-right {
    margin-left: 5px; }
  .button .button-icon-left {
    margin-right: 5px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  display: block;
  position: relative; }

.slider-content {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider-content-item {
  display: none;
  position: relative; }
  .slider-content-item:focus {
    outline: none; }

.slider-content-item--active {
  display: block; }

.slider-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff; }
  .slider-arrow:hover {
    background: rgba(0, 0, 0, 0.6); }
  .slider-arrow .fa {
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto; }

.slider-arrow--prev {
  left: 0; }

.slider-arrow--next {
  right: 0; }

.slider-dots {
  display: block;
  top: 100%;
  width: 100%;
  text-align: center; }

.slider-dot-wrapper {
  display: inline-block;
  width: 20px;
  height: 20px; }

.slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  margin: 5px;
  border-radius: 50%; }

.slider-dot--active {
  background: rgba(0, 0, 0, 0.9); }

.slider--editor .slider-content-track {
  width: 100%;
  margin-left: 0; }

.slider--editor .slider-content-item {
  display: none;
  float: none;
  width: 100%; }

.slider--editor .slider-content-item--prev,
.slider--editor .slider-content-item--next {
  display: none; }

.slider--editor .slider-content-item--active {
  display: block;
  left: 0%; }

.tabs {
  display: block; }

.tabs-nav {
  display: block; }

.tabs-nav-item {
  display: inline-block;
  color: #363636;
  text-decoration: none;
  height: 30px;
  line-height: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px; }
  .tabs-nav-item:hover {
    background: rgba(0, 0, 0, 0.1); }

.tabs-nav-item--active {
  background: rgba(0, 0, 0, 0.1); }

.tabs-content-item {
  display: none; }

.tabs-content-item--active {
  display: block; }

.accordion {
  display: block; }

.accordion-item-title {
  display: block;
  padding: 10px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  background: #333; }
  .accordion-item-title:hover {
    background: #000; }

.accordion-item-content {
  display: none;
  overflow: hidden; }

.accordion-item-content--active {
  display: block; }

.lang-menu {
  display: inline-block;
  position: relative; }

.lang-menu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; }

.lang-menu-open .lang-menu-list {
  display: block; }

.lang-menu-item {
  display: block; }

.gallery {
  display: block; }

.gallery-masonry {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gallery-masonry .gallery-item {
    float: left;
    width: 300px; }
    .gallery-masonry .gallery-item img {
      max-width: 100%;
      height: auto;
      display: block; }

.pager {
  display: block;
  clear: both; }

.pager-links {
  display: flex;
  justify-content: space-between; }

.pager-links-list {
  text-align: center;
  flex: grow; }

.pager-link {
  display: inline-block;
  line-height: 30px;
  padding: 0px 10px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.hanke,
.hanke--sivulla {
  flex-direction: row-reverse; }

.header-languages a.lang-menu-link-active {
  color: #D3DDDB;
  background: #060A1C; }




.col-1 {width: 8.333333333333334%;} .col-2 {width: 16.666666666666668%;} .col-3 {width: 25%;} .col-4 {width: 33.333333333333336%;} .col-5 {width: 41.66666666666667%;} .col-6 {width: 50%;} .col-7 {width: 58.333333333333336%;} .col-8 {width: 66.66666666666667%;} .col-9 {width: 75%;} .col-10 {width: 83.33333333333334%;} .col-11 {width: 91.66666666666667%;} .col-12 {width: 100%;} .tiedote-viiva {color: #CFD8D7;margin-left: 10px;margin-right: 10px;} .ratkaisut-box {min-height: 276px;} .tiedote-paiva {color: #CFD8D7;display: inline-block;margin-bottom: 10px;} .yritys-1 {padding-left: 10px;padding-right: 10px;padding-top: 80px;padding-bottom: 80px;background-color: #CFD8D7;} .yritys-1 p {max-width: 445px;} .yritys-2 {padding-top: 80px;padding-bottom: 80px;padding-right: 10px;padding-left: 10px;} .yritys-2 p {margin-bottom: 30px;} .hankkeet-1 {padding-bottom: 80px;padding-right: 10px;padding-left: 10px;padding-top: 80px;background-color: #CED8D6;} .tiedote-lista-linkki {text-decoration: none;} .front-content-3-button {text-align: center;} .hanke-content-inner {max-width: 480px;} .hankkeet-2 {padding-top: 80px;padding-bottom: 80px;padding-left: 10px;padding-right: 10px;} .hankkeet-2 p {margin-top: 0px;} .hero-content {padding-top: 240px;padding-bottom: 80px;} .ratkaisut-1 {padding-top: 80px;padding-right: 10px;padding-bottom: 120px;padding-left: 10px;background-color: #CFD9D7;} .ratkaisut-1 h3 {letter-spacing: -1px;font-weight: 500;margin-top: 0px;} .ratkaisut-2 img {display: block;} .tiedote-lista-otsikko {font-weight: 500;color: #9BA5A2;} .ratkaisut-3 {padding-top: 80px;padding-right: 10px;padding-bottom: 120px;padding-left: 10px;} .ratkaisut-3 h3 {letter-spacing: -1px;font-weight: 500;} .front-hero-content {padding-top: 400px;padding-bottom: 80px;} .front-hero-content p {margin-bottom: 20px;color: #9BA5A2;font-weight: 500;} .front-hero-content h1 {margin-bottom: 10px;} .header-logo {display: inline-block;margin-top: 40px;} .header-logo img {display: block;} .hanke-info {font-size: 12px;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;margin-top: 0px;} .tiedote-sivu-kuva {display: block;margin-top: 0px;padding-top: 0px;padding-bottom: 40px;} .status-message {margin-bottom: 30px;margin-top: 35px;} .header {position: absolute;top: 0px;left: 0px;width: 100%;height: 120px;z-index: 10;padding-left: 10px;padding-right: 10px;} .hanke {margin-top: 50px;margin-bottom: 50px;display: flex;border: 1px solid #D2DBDA;} .page-not-found-wrapper {margin-bottom: 80px;margin-top: 50px;} .hanke-content--sivulla {width: 100%;padding-left: 0px;padding-right: 80px;padding-top: 0px;padding-bottom: 70px;} .hanke-content--sivulla p {color: #9BA5A2;} .button {color: #CFD9D7;padding-top: 10px;height: auto;font-weight: 700;border: -1px solid #000000;font-size: 16px;margin-left: 0px;background-color: #060A1C;line-height: 20px;padding-bottom: 10px;border-radius: 0px;} .button:hover {opacity: 0.8;} .hanke-kuva {width: 100%;max-width: 420px;background-color: #6E7976;background-image: url(https://d3sdr36o18yw4x.cloudfront.net/file/0aacfdf2-7d49-4b91-94d7-3492cd98090e/HyTdHTjJX_front_hero.jpg);background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;background-attachment: scroll;} .button-ghost {border: 1px solid #CFD8D7;} .heading-h1 {font-size: 52px;line-height: 62px;letter-spacing: -1px;font-family: 'acuminpro';min-width: 100px;min-height: 0px;margin-bottom: 10px;color: #060A1C;} .button-tiedotteet {margin-left: 14px;border: 1px solid #060A1C;background-color: rgba(6, 10, 28, 0);color: #060A1C;line-height: 16px;border-radius: 0px;padding-top: 11px;padding-bottom: 11px;} .column-box {max-width: 85%;} .heading-h2 {font-size: 33px;line-height: 40px;font-weight: 400;letter-spacing: -1.5px;} .page-wrapper {margin-left: auto;margin-right: auto;max-width: 1292px;position: relative;padding-top: 120px;} .heading-h3 {margin-top: 0px;} .tiedote-sivu {padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;} .front-image {display: block;} .ratkaisut-henkiloteksti {color: #6E7976;max-width: 322px;} .front-content-1-box {max-width: 490px;text-align: center;margin-left: auto;margin-right: auto;color: #060A1C;} .front-content-1-box p {color: #6E7976;font-weight: 500;max-width: 370px;margin-left: auto;margin-right: auto;} .hanke-tiedot p {margin-bottom: 0px;font-weight: 600;margin-top: 0px;} body {font-family: 'PostGrotesk';color: #060A1C;line-height: 26.6px;} body h1 {font-size: 52px;line-height: 62px;font-family: 'acuminpro';letter-spacing: -1px;margin-bottom: 20px;font-weight: 500;} body h2 {font-family: 'acuminpro';font-size: 33px;line-height: 40px;letter-spacing: -0.5px;margin-top: 0px;font-weight: 500;} body h3 {font-size: 24px;line-height: 30px;letter-spacing: -0.4px;margin-top: 0px;margin-bottom: 20px;font-family: 'acuminpro';font-weight: 500;} body a {color: #060A1C;text-decoration: underline;} body a:hover {opacity: 0.8;} .front-content-2-box {min-height: 270px;} .hanke-kuva--sivulla {width: 100%;max-width: 420px;background-color: #6E7976;background-image: url(https://d3sdr36o18yw4x.cloudfront.net/file/0aacfdf2-7d49-4b91-94d7-3492cd98090e/HyTdHTjJX_front_hero.jpg);background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;background-attachment: scroll;max-height: 420px;} .front-content-1 {background-color: #CFD8D7;padding-top: 120px;padding-bottom: 120px;} .front-content-3-box {text-align: center;max-width: 760px;margin-left: auto;margin-right: auto;margin-bottom: 80px;padding-left: 20px;padding-right: 15px;} .front-content-2 {color: #CFD9D7;background-color: #060A1C;padding-top: 120px;padding-bottom: 120px;padding-left: 20px;padding-right: 20px;} .front-content-2 img {display: block;} .front-content-2 h3 {color: #FFFFFF;margin-top: 30px;margin-bottom: 20px;} .hero {padding-top: 20px;background-image: url(https://d3sdr36o18yw4x.cloudfront.net/file/0aacfdf2-7d49-4b91-94d7-3492cd98090e/B1afEWn1X_front_hero.jpg);background-position: 50% 0%;background-size: cover;background-repeat: no-repeat;background-attachment: scroll;margin-top: -120px;padding-left: 10px;padding-right: 10px;} .header-languages {display: block;float: right;margin-top: 50px;} .header-languages .lang-menu-link {display: inline-block;color: #060A1C;width: 48px;height: 48px;font-weight: 500;font-size: 13px;background-color: #D3DDDB;text-align: center;line-height: 48px;text-decoration: none;} .header-languages .lang-menu-link:hover {background-color: #060A1C;color: #D3DDDB;} .header-languages .lang-menu-item-active {background-color: #060A1C;color: #D3DDDB;} .front-content-3 {padding-top: 120px;padding-bottom: 120px;} .footer {padding-left: 20px;padding-right: 20px;padding-top: 80px;padding-bottom: 80px;background-color: #CED8D7;font-size: 12px;line-height: 18px;} .footer p {margin-bottom: 20px;} .hanke-content {width: 100%;padding-left: 80px;padding-right: 80px;padding-top: 70px;padding-bottom: 70px;} .hanke-content p {color: #9BA5A2;} .round-image {display: block;border-radius: 50%;} .footer-logo {display: block;margin-bottom: 20px;} .front-tiedotteet {text-align: center;padding-top: 100px;} .hanke--sivulla {margin-top: 50px;margin-bottom: 50px;display: flex;} .ratkaisut-2-push {margin-top: 80px;} .ratkaisut-2-push p {max-width: 460px;} .hankkeet-valiotsikko {text-align: center;margin-left: auto;margin-right: auto;max-width: 610px;margin-bottom: 80px;padding-left: 10px;padding-right: 10px;} .yhteys-1 {padding-top: 80px;padding-right: 10px;padding-bottom: 80px;padding-left: 10px;background-color: #CFD8D7;} .header-menu {margin-top: 50px;} .header-menu .menu-item-link {font-size: 18px;color: #060A1C;letter-spacing: -0.3px;font-weight: 500;padding-left: 20px;padding-right: 20px;} .header-menu .menu-item-link:hover {color: #6E7976;} .header-menu .menu-item-active-link {color: #6E7976;} .yhteys-2 img {display: block;margin-bottom: 120px;}  @media (max-width:1024px) { .col-tablet-1 {width: 8.333333333333334%;} .grid-collapse-tablet > .col-1 {width: 100%;} .col-tablet-2 {width: 16.666666666666668%;} .grid-collapse-tablet > .col-2 {width: 100%;} .col-tablet-3 {width: 25%;} .grid-collapse-tablet > .col-3 {width: 100%;} .col-tablet-4 {width: 33.333333333333336%;} .grid-collapse-tablet > .col-4 {width: 100%;} .col-tablet-5 {width: 41.66666666666667%;} .grid-collapse-tablet > .col-5 {width: 100%;} .col-tablet-6 {width: 50%;} .grid-collapse-tablet > .col-6 {width: 100%;} .col-tablet-7 {width: 58.333333333333336%;} .grid-collapse-tablet > .col-7 {width: 100%;} .col-tablet-8 {width: 66.66666666666667%;} .grid-collapse-tablet > .col-8 {width: 100%;} .col-tablet-9 {width: 75%;} .grid-collapse-tablet > .col-9 {width: 100%;} .col-tablet-10 {width: 83.33333333333334%;} .grid-collapse-tablet > .col-10 {width: 100%;} .col-tablet-11 {width: 91.66666666666667%;} .grid-collapse-tablet > .col-11 {width: 100%;} .col-tablet-12 {width: 100%;} .grid-collapse-tablet > .col-12 {width: 100%;} .front-hero-content {padding-top: 380px;} .hanke {border-right: 0px solid #000000;border-left: 0px solid #000000;} .hanke-content--sivulla {padding-left: 40px;padding-right: 40px;} .button {float: none;} .button-tiedotteet {float: none;} .hanke-content {padding-left: 40px;padding-right: 40px;} .hanke--sivulla {border-right: 0px solid #000000;border-left: 0px solid #000000;}  } @media (max-width:667px) { .col-mobilePortrait-1 {width: 8.333333333333334%;} .grid-collapse-mobilePortrait > .col-1 {width: 100%;} .col-mobilePortrait-2 {width: 16.666666666666668%;} .grid-collapse-mobilePortrait > .col-2 {width: 100%;} .col-mobilePortrait-3 {width: 25%;} .grid-collapse-mobilePortrait > .col-3 {width: 100%;} .col-mobilePortrait-4 {width: 33.333333333333336%;} .grid-collapse-mobilePortrait > .col-4 {width: 100%;} .col-mobilePortrait-5 {width: 41.66666666666667%;} .grid-collapse-mobilePortrait > .col-5 {width: 100%;} .col-mobilePortrait-6 {width: 50%;} .grid-collapse-mobilePortrait > .col-6 {width: 100%;} .col-mobilePortrait-7 {width: 58.333333333333336%;} .grid-collapse-mobilePortrait > .col-7 {width: 100%;} .col-mobilePortrait-8 {width: 66.66666666666667%;} .grid-collapse-mobilePortrait > .col-8 {width: 100%;} .col-mobilePortrait-9 {width: 75%;} .grid-collapse-mobilePortrait > .col-9 {width: 100%;} .col-mobilePortrait-10 {width: 83.33333333333334%;} .grid-collapse-mobilePortrait > .col-10 {width: 100%;} .col-mobilePortrait-11 {width: 91.66666666666667%;} .grid-collapse-mobilePortrait > .col-11 {width: 100%;} .col-mobilePortrait-12 {width: 100%;} .grid-collapse-mobilePortrait > .col-12 {width: 100%;} .front-hero-content-2-grid {max-width: 380px;margin-left: auto;margin-right: auto;} .front-hero-content {padding-top: 120px;padding-left: 10px;padding-right: 10px;padding-bottom: 60px;} .front-hero-content h1 {font-size: 42px;line-height: 52px;} .header-logo {margin-top: 20px;} .hanke {display: block;} .hanke-content--sivulla {padding-top: 30px;padding-right: 30px;padding-bottom: 30px;padding-left: 30px;} .hanke-kuva {max-width: 100%;height: 300px;} .heading-h1 {font-size: 42px;line-height: 52px;letter-spacing: -1px;font-family: 'acuminpro';} .column-box {max-width: 100%;} .front-content-2-box {max-width: 360px;} .hanke-kuva--sivulla {max-width: 100%;height: 300px;} .front-content-1 {padding-top: 80px;padding-bottom: 80px;} .front-content-2-left {margin-bottom: 40px;} .front-content-2 {padding-top: 40px;padding-bottom: 40px;} .header-languages {display: block;position: absolute;top: 29px;right: 78px;margin-top: 0px;} .footer {padding-top: 40px;padding-bottom: 40px;} .hanke-content {padding-top: 30px;padding-right: 30px;padding-bottom: 30px;padding-left: 30px;} .footer-logo {margin-bottom: 40px;} .hanke--sivulla {display: block;} .yhteys-1 {padding-top: 40px;padding-bottom: 40px;} .header-menu {margin-top: 0px;} .header-menu .menu-item-mobile {display: block;color: #060A1C;width: 48px;height: 48px;position: absolute;font-size: 18px;top: 29px;text-align: center;line-height: 48px;right: 20px;} .header-menu .menu-list {display: block;background-color: #FFFFFF;position: absolute;top: 78px;left: 0px;width: 100%;}  } @media (max-width:414px) { .col-mobile-1 {width: 8.333333333333334%;} .grid-collapse-mobile > .col-1 {width: 100%;} .col-mobile-2 {width: 16.666666666666668%;} .grid-collapse-mobile > .col-2 {width: 100%;} .col-mobile-3 {width: 25%;} .grid-collapse-mobile > .col-3 {width: 100%;} .col-mobile-4 {width: 33.333333333333336%;} .grid-collapse-mobile > .col-4 {width: 100%;} .col-mobile-5 {width: 41.66666666666667%;} .grid-collapse-mobile > .col-5 {width: 100%;} .col-mobile-6 {width: 50%;} .grid-collapse-mobile > .col-6 {width: 100%;} .col-mobile-7 {width: 58.333333333333336%;} .grid-collapse-mobile > .col-7 {width: 100%;} .col-mobile-8 {width: 66.66666666666667%;} .grid-collapse-mobile > .col-8 {width: 100%;} .col-mobile-9 {width: 75%;} .grid-collapse-mobile > .col-9 {width: 100%;} .col-mobile-10 {width: 83.33333333333334%;} .grid-collapse-mobile > .col-10 {width: 100%;} .col-mobile-11 {width: 91.66666666666667%;} .grid-collapse-mobile > .col-11 {width: 100%;} .col-mobile-12 {width: 100%;} .grid-collapse-mobile > .col-12 {width: 100%;} .front-hero-content {padding-top: 70px;} .front-hero-content h1 {font-size: 28px;line-height: 38px;} .button {float: left;} .heading-h1 {font-size: 28px;line-height: 38px;letter-spacing: -1px;font-family: 'acuminpro';} .button-tiedotteet {margin-top: 15px;margin-left: 0px;float: left;clear: left;} .header-languages {top: 35px;right: 70px;} .header-languages .lang-menu-link {width: 36px;height: 36px;line-height: 36px;}  }