@charset "UTF-8";
/*
Theme Name: Ren-Gas Oy 2026
Author: Luova Työmaa Oy / Mikko Hopia Oy
Author URI: https://tyomaa.com
Description: ACF-pohjainen joustaviin sisältölohkoihin perustuva sivupohja.
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Hopia adds
   ========================================================================== */
div {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #3A3A3A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

body.sticky-header {
  padding-top: 183px;
}

iframe {
  width: 100%;
}

.col-1 iframe {
  height: 30vw;
}

.clear {
  clear: both;
  height: 0;
}

@media only screen and (max-width: 1450px) {
  .col-1 iframe {
    height: 40vw;
  }
}
@media only screen and (max-width: 900px) {
  body.sticky-header {
    padding-top: 170px;
  }
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 630px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
  body.sticky-header {
    padding-top: 50px;
  }
  body.navi-open main,
  body.navi-open footer {
    display: none;
  }
  .col-1 iframe {
    height: 50vw;
  }
}
header#top {
  height: 183px;
}
header#top.sticky {
  animation: sticky-header 0.3s normal forwards ease-in-out;
  animation-iteration-count: 1;
  background-color: #fff;
  height: 80px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
header#top.sticky p.site-title a {
  height: 60px;
  top: 10px;
}
header#top.sticky-hide {
  animation: sticky-header-hide 0.3s normal forwards ease-in-out;
  animation-iteration-count: 1;
  background-color: #fff;
  height: 80px;
  left: 0;
  position: fixed;
  top: -80px;
  width: 100%;
  z-index: 9;
}

@keyframes sticky-header {
  from {
    top: -80px;
  }
  to {
    top: 0;
  }
}
@keyframes sticky-header-hide {
  from {
    top: 0;
  }
  to {
    top: -80px;
  }
}
p.site-title {
  margin: 0;
  padding: 0;
}

p.site-title a {
  background: url("img/ren-gas-logo-2026.svg") left center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  height: 135px;
  left: 62px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  transition-duration: 0s;
  top: 24px;
  white-space: nowrap;
  width: 121px;
}

a.join-team {
  background-color: #0000ff;
  background-image: url(img/arrow-right-white.svg);
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  letter-spacing: 1.714px;
  padding: 9px 10px 9px 44px;
  position: absolute;
  right: 70px;
  text-transform: uppercase;
  top: 40px;
}
a.join-team:hover {
  background-color: #3939FF;
  color: #fff;
}

body.sticky-header a.join-team {
  display: none;
}

@media only screen and (max-width: 1040px) {
  p.site-title a {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  /* header#top {
    height: 170px;
  }

  p.site-title a {
    height: 100px;
    width: 89px;
  } */
  a.join-team {
    display: none;
  }
  header#top {
    height: 90px;
  }
  header#top.sticky {
    height: 50px;
    max-width: 100%;
  }
  header#top.sticky p.site-title a {
    height: 35px;
    left: 30px;
    top: 7px;
    width: 35px;
  }
  p.site-title a {
    height: 60px;
    top: 14px;
    width: 54px;
  }
  body.navi-open p.site-title a {
    background: url(img/rengas-logo-white.png) left center no-repeat;
    background-size: contain;
    height: 90px;
    left: calc(50% - 40px);
    top: calc(100vh - 150px);
    width: 80px;
    z-index: 10;
  }
  body.navi-open header#top .wrap {
    max-width: 100%;
  }
  body.navi-open a.join-team {
    background-color: #fff;
    color: #0000ff !important;
    display: inline-block;
    right: auto;
    top: auto;
  }
}
@media only screen and (max-width: 630px) {
  body.navi-open p.site-title a {
    top: calc(100vh - 100px);
  }
  body.navi-open p.site-title a {
    background-position: center bottom;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(100vh - 70px);
    width: 50px;
  }
}
button.hamburger {
  display: none;
}

nav.main-navi {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.7px;
}
nav.main-navi a {
  color: #3A3A3A;
}
nav.main-navi ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 120px;
  text-transform: uppercase;
  top: 108px;
}
nav.main-navi ul.menu li {
  display: inline-block;
  margin-left: -5px;
}
nav.main-navi ul.menu li > a {
  display: block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}
nav.main-navi ul.menu li > a:hover {
  color: #0000ff;
}
nav.main-navi ul.menu li.current-menu-item > a,
nav.main-navi ul.menu li.current-menu-parent > a,
nav.main-navi ul.menu li.current-menu-ancestor > a {
  color: #0000ff;
}
nav.main-navi ul.menu li.current-menu-item > a:after,
nav.main-navi ul.menu li.current-menu-parent > a:after,
nav.main-navi ul.menu li.current-menu-ancestor > a:after {
  border: 3px solid #0000ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: calc(50% - 5px);
  position: absolute;
  top: -14px;
  width: 4px;
}
nav.main-navi ul.menu ul {
  display: none;
}
nav.main-navi ul.lang-navi {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 70px;
  text-transform: uppercase;
  top: 99px;
}
nav.main-navi ul.lang-navi li {
  display: inline-block;
}
nav.main-navi ul.lang-navi li.current-lang {
  display: none;
}
nav.main-navi ul.lang-navi li > a {
  border: 2px solid #0000ff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #0000ff;
  display: block;
  height: 30px;
  letter-spacing: normal;
  line-height: 26px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
nav.main-navi ul.lang-navi li > a:hover {
  background-color: #0000ff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.main-navi ul.lang-navi li.current-menu-item > a,
nav.main-navi ul.lang-navi li.current-menu-parent > a,
nav.main-navi ul.lang-navi li.current-menu-ancestor > a {
  color: #0000ff;
}

body.single-post.ajankohtaista ul.menu li#menu-item-16 a {
  color: #0000ff;
}
body.single-post.ajankohtaista ul.menu li#menu-item-16 a:after {
  border: 3px solid #0000ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: calc(50% - 5px);
  position: absolute;
  top: -14px;
  width: 4px;
}

body.single-post.news ul.menu li.menu-item-news a {
  color: #0000ff;
}
body.single-post.news ul.menu li.menu-item-news a:after {
  border: 3px solid #0000ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: calc(50% - 5px);
  position: absolute;
  top: -14px;
  width: 4px;
}

body.single-post.avoimet-tyopaikat ul.menu li.menu-item-ura a {
  color: #0000ff;
}
body.single-post.avoimet-tyopaikat ul.menu li.menu-item-ura a:after {
  border: 3px solid #0000ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: calc(50% - 5px);
  position: absolute;
  top: -14px;
  width: 4px;
}

body.single-projekti ul.menu li.menu-item-projektit a,
body.single-projekti ul.menu li.menu-item-projects a {
  color: #0000ff;
}
body.single-projekti ul.menu li.menu-item-projektit a:after,
body.single-projekti ul.menu li.menu-item-projects a:after {
  border: 3px solid #0000ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: calc(50% - 5px);
  position: absolute;
  top: -14px;
  width: 4px;
}

header.sticky nav.main-navi ul.menu {
  top: 34px;
}
header.sticky nav.main-navi ul.lang-navi {
  top: 24px;
}

@media only screen and (max-width: 1040px) {
  nav.main-navi ul.lang-navi,
  a.join-team {
    right: 0;
  }
  nav.main-navi ul.menu {
    right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  nav.main-navi {
    font-size: 14px;
    font-size: 0.875rem;
  }
  nav.main-navi > ul.menu > li > a {
    padding: 0 8px;
  }
  nav.main-navi {
    display: none;
  }
  body.navi-open header#top {
    position: relative;
    z-index: 9;
  }
  body.navi-open nav.main-navi {
    background: #0000ff;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -30px;
    min-height: 100vh;
    padding-top: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: calc(100% + 60px);
  }
  body.navi-open nav.main-navi ul.menu {
    position: relative;
    right: auto;
    top: auto;
  }
  body.navi-open nav.main-navi ul.menu li {
    display: block;
    margin-bottom: 40px;
    margin-left: 0;
  }
  body.navi-open nav.main-navi ul.menu li.current-lang {
    display: none;
  }
  body.navi-open nav.main-navi ul.menu li.lang-item > a {
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 42px;
    letter-spacing: normal;
    line-height: 35px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 42px;
  }
  body.navi-open nav.main-navi ul.menu li.current-menu-item > a:after, body.navi-open nav.main-navi ul.menu li.current-menu-parent > a:after, body.navi-open nav.main-navi ul.menu li.current-menu-ancestor > a:after {
    border-color: #fff;
    height: 10px;
    left: calc(50% - 9px);
    top: -20px;
    width: 10px;
  }
  body.navi-open nav.main-navi ul.menu li a {
    color: #fff;
    padding: 0;
  }
  button.hamburger {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 13px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 38px;
    width: 19px;
    z-index: 10;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 19px;
    background: #0000ff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 100%;
  }
  body.navi-open button.hamburger {
    right: 30px;
  }
  body.navi-open #nav-icon span {
    background: #fff;
  }
  #nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon span:nth-child(3) {
    display: none;
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    width: 25px;
  }
  #nav-icon.open span:nth-child(3) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 0;
    width: 25px;
  }
  header.sticky button.hamburger {
    top: 20px;
  }
  body.single-post ul.menu li#menu-item-16 a {
    color: #fff;
  }
  body.single-post ul.menu li#menu-item-16 a:after {
    border-color: #fff;
  }
  body.single-projekti ul.menu li.menu-item-projektit a {
    color: #fff;
  }
  body.single-projekti ul.menu li.menu-item-projektit a:after {
    border-color: #fff;
  }
  body.navi-open nav.main-navi ul.menu li > a.join-team {
    background-image: url(img/arrow-right-blue.svg);
    display: inline-block;
    padding: 10px 15px 10px 44px;
  }
  body.navi-open nav.main-navi ul.menu li.join-team-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 630px) {
  body.navi-open button.hamburger {
    right: 10px;
  }
}
footer {
  background-color: #0000ff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .wrap {
  max-width: 1300px;
}
footer .col-wrap:first-child {
  margin: 0 auto;
  padding: 52px 0 100px 0;
}
footer .col-wrap:nth-child(2) {
  padding: 0;
}
footer .col-wrap:nth-child(2) img {
  width: 142px;
}
footer .col-5:not(:first-child) {
  padding-top: 90px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a.btn {
  border: 2px solid #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 7px 20px;
}
footer a.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0000ff;
  text-decoration: none;
}
footer a.btn::after {
  display: none;
}

body.single-projekti footer {
  margin-top: 0;
}

@media only screen and (max-width: 1400px) {
  footer .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1100px) {
  footer .col-wrap:first-child {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  footer .col-wrap:first-child .col-5 {
    width: 100%;
  }
  footer .col-wrap:first-child .col-5:last-child p {
    text-align: left !important;
  }
  footer .col-5:nth-child(4),
  footer .col-5:nth-child(5) {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  footer .col-wrap:first-child {
    padding-top: 75px;
  }
  footer .col-wrap:last-child p {
    text-align: center !important;
  }
  footer .col-wrap:first-child {
    gap: 0;
    grid-template-columns: 1fr;
  }
  footer .col-wrap:first-child .col-5:last-child p {
    text-align: center !important;
  }
  footer .col-5:not(:first-child) {
    padding-top: 40px;
  }
  footer .col-5:nth-child(3) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 630px) {
  footer .wrap {
    max-width: calc(100% - 40px);
  }
  footer {
    margin-top: 0;
  }
  footer .col-3 {
    margin: 0 auto;
    max-width: 200px;
    padding-bottom: 20px;
  }
  footer .col-wrap:first-child {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  footer .col-wrap:nth-child(2) img {
    width: 108px;
  }
  footer .col-wrap:last-child {
    padding-bottom: 50px;
  }
  footer .col-5:first-child img {
    width: 70px;
  }
}
main {
  box-sizing: border-box;
  position: relative;
}

section.kaksi-palstaa.wrap {
  max-width: 1080px;
}
section.kaksi-palstaa .col-wrap {
  align-items: center;
}
section.kaksi-palstaa.a-top .col-wrap {
  align-items: flex-start;
}
section.kaksi-palstaa.w-40-60 .col-wrap .col-2:first-child {
  width: calc(50% - 100px);
}
section.kaksi-palstaa.w-40-60 .col-wrap .col-2:last-child {
  width: 50%;
}
section.kolme-palstaa {
  max-width: 1316px;
}
section.kolme-palstaa.bg-blue .col-wrap {
  align-items: center;
  background-color: #0000ff;
  border-radius: 100px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 27px 103px;
}

.wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}

.col-wrap {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;
  position: relative;
  width: 100%;
}

/*.col-wrap:after,
.wrap:after {
  @include clearFloat();
}*/
.no-bot-pad {
  padding-bottom: 0;
}

.no-top-pad {
  padding-top: 0;
}

.col-1 {
  padding: 0 140px;
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-5 {
  width: 20%;
}

section.yksi-palsta.w-narrow {
  max-width: 950px;
}
section.yksi-palsta.w-narrow .col-1 {
  padding: 0;
}
section.yksi-palsta.w-full {
  max-width: 1300px;
}
section.yksi-palsta.w-full .col-1 {
  padding: 0;
}
section.yksi-palsta.w-100 {
  max-width: 100%;
}
section.yksi-palsta.w-100 .col-wrap {
  padding-bottom: 0;
}
section.yksi-palsta.w-100 .col-1 {
  padding: 0;
}
section.yksi-palsta.w-100 .col-1 img {
  display: block;
  width: 100%;
}

div.bg-white + div.bg-white .col-wrap {
  padding-top: 0;
}

div.bg-gray {
  background-color: rgba(0, 0, 0, 0.03);
}
div.bg-gray .col-wrap {
  padding-top: 80px;
}
div.bg-gray + div.bg-gray .col-wrap {
  padding-top: 0;
}

div.bg-blue {
  background-color: #0000ff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.bg-blue .col-wrap {
  padding-top: 80px;
}
div.bg-blue h1,
div.bg-blue h2,
div.bg-blue h3,
div.bg-blue h4,
div.bg-blue h5 {
  color: #fff;
}
div.bg-blue h1.ring,
div.bg-blue h2.ring,
div.bg-blue h3.ring,
div.bg-blue h4.ring,
div.bg-blue h5.ring {
  background-image: url(img/ring-invert.svg);
}
div.bg-blue + div.bg-blue .col-wrap {
  padding-top: 0;
}

div.bg-blue-gradient {
  position: relative;
}
div.bg-blue-gradient::after {
  background: linear-gradient(180deg, rgba(0, 0, 255, 0) 0%, #00F 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

section.kaksi-palstaa .col-wrap {
  justify-content: space-between;
}
section.kaksi-palstaa .col-wrap .col-2 {
  width: calc(50% - 50px);
}

/*.col-2 {
  float: left;
  position: relative;
  width: 50%;
}

.flex .col-2 {
  float: none;
}

.col-2-right .col-2:first-child {
  margin-left: auto;
  order: 2;
}

.col-2-right {
  color: #fff;
  @include fontSmooth();
}

.flex .col-2:last-child {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.col-2:first-child {
  padding-right: 20px;
}

.col-2:last-child {
  padding-left: 20px;
}

.col-2:nth-child(2n+1) {
  clear: both;
}

.col-2-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.col-2-img img {
  display: none;
}

.col-3 {
  float: left;
  padding: 0;
  position: relative;
  width: 33.33%;
}

.col-3:first-child {
  padding-right: 40px;
}

.col-3:nth-child(2) {
  padding: 0 40px;
}

.col-3:last-child {
  padding-left: 40px;
}

.col-3-2 {
  float: left;
  width: 66.66%;
}

.col-3-1 {
  float: left;
  width: 33.33%;
}

.col-2-2 {
  float: left;
  width: 60%;
}

.col-2-1 {
  float: left;
  width: 40%;
}

.col-2-2:first-child,
.col-2-1:first-child {
  padding-right: 20px;
}

.col-2-1:last-child,
.col-2-2:last-child {
  padding-left: 20px;
}

.col-4 {
  float: left;
  padding: 0;
  position: relative;
  width: 25%;
}

.col-5 {
  float: left;
  padding: 0;
  position: relative;
  width: 20%;
}

.flex {
  align-items: center;
  display: flex;
}*/
@media only screen and (max-width: 1640px) {
  .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1450px) {
  .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1516px) {
  section.kolme-palstaa {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1500px) {
  section.yksi-palsta.w-full {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1280px) {
  section.kaksi-palstaa.wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1050px) {
  section.yksi-palsta.w-narrow {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 900px) {
  .wrap,
  section.kolme-palstaa {
    max-width: calc(100% - 100px);
  }
  .col-1 {
    padding: 0;
  }
  section.kolme-palstaa.bg-blue .col-wrap {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 630px) {
  .wrap {
    max-width: 100%;
  }
  section.yksi-palsta.w-narrow,
  section.yksi-palsta.w-full,
  section.kaksi-palstaa.wrap,
  section.kolme-palstaa {
    max-width: calc(100% - 40px);
  }
  section.wrap,
  header,
  footer .wrap {
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  section.wrap.hero,
  header.hero,
  footer .wrap.hero {
    max-width: 100%;
  }
  section.kolme-palstaa + section.kolme-palstaa .col-wrap {
    padding-top: 0;
  }
  .col-wrap {
    display: block;
    padding: 40px 0;
  }
  .col-3 {
    width: 100%;
  }
  .col-3:first-child, .col-3:nth-child(2) {
    padding-bottom: 30px;
  }
  section.kaksi-palstaa.w-40-60 .col-wrap .col-2:first-child,
  section.kaksi-palstaa.w-40-60 .col-wrap .col-2:last-child {
    width: 100%;
  }
  section.kaksi-palstaa.w-40-60 .col-wrap .col-2:first-child {
    padding-bottom: 20px;
  }
  div.bg-gray .col-wrap,
  div.bg-blue .col-wrap {
    padding-top: 40px;
  }
  section.yksi-palsta.w-100 .col-wrap {
    padding-top: 0;
  }
  section.kaksi-palstaa .col-wrap .col-2 {
    width: 100%;
  }
  section.kaksi-palstaa .col-wrap .col-2:first-child {
    padding-bottom: 20px;
  }
  section.kolme-palstaa.bg-blue .col-wrap {
    border-radius: 40px;
    padding: 30px 40px;
  }
}
.col-wrap img {
  height: auto;
  max-width: 100%;
}

.wp-caption {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto 40px auto;
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

@media only screen and (max-width: 630px) {
  .wp-caption {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
div.gform_wrapper {
  max-width: 800px;
  position: relative;
}
div.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  position: relative;
}
div.gform_wrapper ul li {
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
div.gform_wrapper ul li input, div.gform_wrapper ul li select, div.gform_wrapper ul li textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
}
div.gform_wrapper ul li ul.gfield_checkbox li,
div.gform_wrapper ul li ul.gfield_radio li {
  margin-bottom: 0;
}
div.gform_wrapper ul li ul.gfield_checkbox label,
div.gform_wrapper ul li ul.gfield_radio label {
  font-weight: normal;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
div.gform_wrapper ul li input[type=checkbox],
div.gform_wrapper ul li input[type=radio] {
  padding: 0;
  width: auto;
}
div.gform_wrapper ul li input[type=file] {
  padding: 7px 10px;
}
div.gform_wrapper ul li textarea {
  height: 117px;
}
div.gform_wrapper ul li.gform_validation_container {
  display: none;
}
div.gform_wrapper ul li.show-label label {
  display: block;
}
div.gform_wrapper label {
  font-weight: 600;
}
div.gform_wrapper input[type=submit] {
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: auto;
}
div.gform_wrapper input[type=submit]:hover {
  color: #000;
}
div.gform_wrapper div.gform_footer {
  padding-top: 20px;
}

ul.gfield_radio li {
  margin-bottom: 0;
}

div.ginput_container_radio {
  margin-bottom: 11px;
}

li.gfield_html {
  margin-bottom: 20px;
}

li.gform_validation_container {
  display: none;
}

img.gform_ajax_spinner {
  display: block;
  height: auto !important;
  margin-top: 20px;
  margin-top: 10px;
  width: 30px !important;
}

div.validation_error {
  margin-bottom: 11px;
}

li.gfield_error input[type=text],
li.gfield_error textarea {
  border: 1px solid red;
}

div.gform_confirmation_message {
  padding: 20px;
}

.gform_ajax_spinner {
  animation: spinner 1.1s infinite linear;
  background: none;
  border: 2px solid rgba(0, 135, 197, 0.1);
  border-left: 2px solid #fff;
  border-radius: 50%;
  bottom: -45px;
  height: 20px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table {
  border-collapse: collapse;
  line-height: 1.45;
  margin-bottom: 30px;
  width: 100%;
}

table th {
  text-align: left;
}

table td {
  padding: 2px 0;
  vertical-align: top;
}

a {
  color: #0000ff;
  text-decoration: none;
  transition-duration: 0.5s;
}
a.btn, a.back {
  border: 2px solid #0000ff;
  border-radius: 40px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 11px 40px 11px 15px;
  position: relative;
}
a.btn::after, a.back::after {
  background-image: url(img/arrow-right-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 17px;
  top: calc(50% - 4.5px);
  transition-duration: 0.3s;
  width: 15px;
}
a.btn:hover, a.back:hover {
  background-color: #0000ff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.btn:hover::after, a.back:hover::after {
  background-image: url(img/arrow-right-white.svg);
}
a.back {
  padding: 11px 15px 11px 40px;
}
a.back::after {
  left: 17px;
  transform: rotate(180deg);
  right: auto;
}

a:hover {
  color: #3A3A3A;
}

/* p.more {
  a {
    @include fontSize(14px);
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;

    &:before {
      border: 3px solid $blue;
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: 4px;
      margin-right: 10px;
      width: 4px;
    }

    &:hover {
      &:before {
        border-color: $black;
      }
    }
  }
} */
p,
.col-wrap ul,
.col-wrap ol,
blockquote {
  line-height: 1.33;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
p li,
.col-wrap ul li,
.col-wrap ol li,
blockquote li {
  margin-bottom: 10px;
}

ul.ring {
  list-style: none;
  padding-left: 27px !important;
}
ul.ring li {
  align-items: center;
  display: flex;
  font-weight: 700;
  margin-bottom: 36px;
  min-height: 50px;
  padding-left: 75px;
  position: relative;
}
ul.ring li::before {
  background-image: url(img/ring-invert.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.bg-white ul.ring li::before {
  background-image: url(img/ring.svg);
}

p.ingressi {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33;
}

blockquote {
  margin-bottom: 20px;
  padding: 20px;
}

.col-wrap ul,
.col-wrap ol {
  padding-left: 20px;
}

.col-wrap p:last-child,
.col-wrap ul:last-child,
.col-wrap ol:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  /* a {
    color: $main_text_color;

    &:hover {
      color: $blue;
    }
  } */
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}

h1 {
  color: #0000ff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 30px;
}
h1.ring {
  background-image: url(img/ring.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-top: 50px;
}

h2 {
  color: #0000ff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 20px;
}
h2.ring {
  background-image: url(img/ring.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 35px;
  margin-bottom: 30px;
  padding-top: 50px;
}
h2.ring:last-child {
  margin-bottom: 0;
}

h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 20px;
}

h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 5px;
}

h5 {
  color: #0000ff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.col-wrap p + h2:not(.ring),
.col-wrap p + h3:not(.ring),
.col-wrap p + h4:not(.ring) {
  padding-top: 30px;
}

.col-wrap p + h2.ring,
.col-wrap p + h3.ring,
.col-wrap p + h4.ring {
  margin-top: 100px;
}

.col-wrap p.ingressi + p {
  padding-top: 20px;
}

.center {
  text-align: center;
}

span.tavuviiva {
  display: none;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 1140px) {
  h5 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  p.ingressi {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  p.more a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 630px) {
  p.ingressi {
    font-size: 14px;
    font-size: 0.875rem;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  p, .col-wrap ul,
  .col-wrap ol,
  blockquote {
    letter-spacing: 0.6px;
  }
  .col-wrap p + h2.ring,
  .col-wrap p + h3.ring,
  .col-wrap p + h4.ring {
    margin-top: 50px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 20px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

section.hero {
  margin-bottom: 50px;
  /* h1 {
  	display: none;
  } */
}
section.hero img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 630px) {
  section.hero {
    margin-bottom: 0;
  }
  section.hero img {
    height: 210px;
    object-fit: cover;
    object-position: center center;
  }
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap {
  padding: 100px 0 15px 0;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap:first-child .col-1 {
  padding: 0;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap:first-child .col-1 h2 {
  position: relative;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap:first-child .col-1 h2:after {
  background-image: url(img/ring.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: -45px;
  width: 35px;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows {
  margin: 0 auto;
  max-width: 1020px;
  padding-bottom: 100px;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row {
  align-items: center;
  display: flex;
  margin-bottom: 140px;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:nth-child(even) .col-2:first-child {
  order: 2;
  padding: 0 0 0 70px;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:nth-child(even) .col-2:last-child {
  order: 1;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:last-child {
  margin-bottom: 0;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .col-2:nth-child(odd) {
  padding-right: 70px;
  width: 47%;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .col-2:nth-child(even) {
  width: 53%;
}
section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .col-2:nth-child(even) img {
  display: block;
}

@media only screen and (max-width: 900px) {
  section.kaksi-palstaa-toistuvat-rivit .col-wrap {
    padding-top: 80px;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows {
    padding-top: 60px;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .col-2:nth-child(odd) {
    padding-right: 40px;
    width: 50%;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .col-2:nth-child(even) {
    width: 50%;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:nth-child(even) .col-2:first-child {
    padding-left: 40px;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 630px) {
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row {
    flex-direction: column;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .col-2 {
    padding: 0 !important;
    width: 100% !important;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap:first-child .col-1 h2:after {
    height: 20px;
    top: -25px;
    width: 20px;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap {
    padding-bottom: 10px;
    padding-top: 35px;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row {
    margin-bottom: 30px;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:nth-child(odd) .col-2:first-child {
    order: 2;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:nth-child(odd) .col-2:last-child {
    order: 1;
    padding-bottom: 30px !important;
  }
  section.kaksi-palstaa-toistuvat-rivit .col-wrap.rows .row:nth-child(even) .col-2:last-child {
    padding-bottom: 30px !important;
  }
}
section.ajankohtaista.wrap {
  max-width: 1316px;
}
section.ajankohtaista .col-wrap.title .col-1 {
  padding: 0;
}
section.ajankohtaista .col-wrap.rows .row {
  align-items: center;
  display: flex;
  margin-bottom: 140px;
  position: relative;
}
section.ajankohtaista .col-wrap.rows .row:nth-child(odd) .col-2:first-child {
  order: 2;
  padding: 0 0 0 70px;
}
section.ajankohtaista .col-wrap.rows .row:nth-child(odd) .col-2:last-child {
  order: 1;
}
section.ajankohtaista .col-wrap.rows .row:nth-child(even) .col-2:nth-child(odd) p.more {
  right: calc(60% + 70px);
}
section.ajankohtaista .col-wrap.rows .row:last-child {
  margin-bottom: 0;
}
section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) {
  padding-right: 70px;
  width: 40%;
}
section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) div.content {
  display: flex;
  flex-direction: column;
}
section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) p.more {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
section.ajankohtaista .col-wrap.rows .col-2:nth-child(even) {
  width: 60%;
}
section.ajankohtaista .col-wrap.rows .col-2:nth-child(even) img {
  display: block;
  width: 100%;
}
section.ajankohtaista.arkisto ul.archive {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
section.ajankohtaista.arkisto ul.archive li {
  display: flex;
  margin-bottom: 40px;
  padding-right: 40px;
  position: relative;
}
section.ajankohtaista.arkisto ul.archive li time {
  font-weight: 600;
  padding-right: 70px;
  text-align: right;
  width: 135px;
}
section.ajankohtaista.arkisto ul.archive li p {
  width: calc(100% - 135px);
}
section.ajankohtaista.arkisto ul.archive li:after {
  color: #0000ff;
  content: "→";
  position: absolute;
  right: 0;
  top: 0;
}

body.single-post article {
  margin: 0 auto;
  max-width: 1316px;
}
body.single-post .col-1 {
  padding: 0;
  /* a.back {
  	@include fontSize(14px);
  	letter-spacing: 4px;
  	text-transform: uppercase;
  } */
}
body.single-post .col-1 h1 {
  color: #0000ff;
  margin-bottom: 60px;
}
body.single-post .col-1 .content {
  padding: 0 258px;
}

body.home section.ajankohtaista.wrap {
  max-width: 1300px;
}
body.home section.ajankohtaista .col-wrap.title {
  padding: 80px 0 60px 0;
}
body.home section.ajankohtaista .col-wrap.title .col-1 h2 {
  display: inline-block;
  margin-right: 40px;
}
body.home section.ajankohtaista .col-wrap.title .col-1 a.btn {
  transform: translateY(-6px);
}
body.home section.ajankohtaista .col-wrap.rows {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 80px 0;
}
body.home section.ajankohtaista .col-wrap.rows .row {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2 {
  padding: 0 !important;
  width: 100%;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2:first-child {
  order: 2;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2:first-child h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2:first-child h3 a {
  color: #0000ff;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2:first-child p.description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2:last-child {
  margin-bottom: 37px;
  order: 1;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2:last-child img {
  aspect-ratio: 400/250;
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
body.home section.ajankohtaista .col-wrap.rows .row .col-2 p.more {
  bottom: auto;
  position: relative;
  right: auto !important;
  text-align: left;
}
body.home section.ajankohtaista h2 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media only screen and (max-width: 1550px) {
  body.single-post a.back {
    margin-left: 62px;
  }
}
@media only screen and (max-width: 1516px) {
  section.ajankohtaista.wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1400px) {
  body.home section.ajankohtaista.wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1100px) {
  body.single-post .col-1 .content {
    padding: 0 80px;
  }
  body.single-post a.back {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd),
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(even) {
    width: 50%;
  }
  section.ajankohtaista .col-wrap.rows .row:nth-child(odd) .col-2:first-child {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  section.ajankohtaista .col-wrap.title {
    padding-top: 50px;
  }
  section.ajankohtaista .col-wrap {
    padding-top: 30px;
  }
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(even) {
    width: 50%;
  }
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) {
    padding-right: 40px;
    width: 50%;
  }
  section.ajankohtaista .col-wrap.rows .row:nth-child(odd) .col-2:first-child {
    padding-left: 40px;
  }
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) p.more {
    bottom: auto;
    position: relative;
    right: auto;
  }
  section.ajankohtaista .col-wrap.rows .row:nth-child(even) .col-2:nth-child(odd) p.more {
    right: auto;
  }
  section.ajankohtaista .col-wrap.rows .row {
    margin-bottom: 50px;
  }
  body.single-post .col-1 h1 {
    font-size: 44px;
    font-size: 2.75rem;
    margin-bottom: 50px;
  }
  body.single-post .col-1 .content {
    padding: 0 70px;
  }
  body.home section.ajankohtaista .col-wrap.rows {
    gap: 20px;
  }
  section.ajankohtaista.wrap {
    max-width: calc(100% - 100px);
  }
  body.single-post .col-1 .content {
    padding: 0;
  }
}
@media only screen and (max-width: 630px) {
  section.ajankohtaista.wrap {
    max-width: calc(100% - 40px);
  }
  section.ajankohtaista .col-wrap.title {
    padding-top: 50px;
  }
  section.ajankohtaista .col-wrap {
    padding-top: 0;
  }
  section.ajankohtaista .col-wrap.rows .row {
    flex-direction: column;
    margin-bottom: 50px;
  }
  section.ajankohtaista .col-wrap.rows .row .col-2 {
    padding: 0 !important;
    width: 100% !important;
  }
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) div.content {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  section.ajankohtaista .col-wrap.rows .col-2:first-child {
    order: 2;
  }
  section.ajankohtaista .col-wrap.rows .col-2:last-child {
    order: 1;
  }
  body.single-post .col-1 {
    padding: 0 30px;
  }
  body.single-post .col-1 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  body.single-post .col-1 .content {
    padding: 0;
  }
  body.single-post .col-1 a.back {
    font-size: 12px;
    font-size: 0.75rem;
  }
  section.ajankohtaista.arkisto ul.archive li time {
    display: block;
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }
  section.ajankohtaista.arkisto ul.archive li p {
    width: 100%;
  }
  section.ajankohtaista.arkisto ul.archive li {
    display: block;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  section.ajankohtaista.arkisto ul.archive li:after {
    top: 16px;
  }
  body.home section.ajankohtaista .col-wrap.rows {
    grid-template-columns: 1fr;
  }
  body.home section.ajankohtaista.wrap {
    max-width: calc(100% - 40px);
  }
  body.home section.ajankohtaista .col-wrap.title {
    padding: 25px 0;
  }
  body.home section.ajankohtaista h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 0;
  }
  body.home section.ajankohtaista .col-wrap.rows .row .col-2:last-child {
    margin-bottom: 20px;
  }
  section.ajankohtaista .col-wrap.rows .col-2:nth-child(odd) div.content {
    padding: 0;
  }
  body.home section.ajankohtaista .col-wrap.rows .row:not(:last-child) {
    margin-bottom: 50px;
  }
  body.home section.ajankohtaista .col-wrap.rows {
    padding-bottom: 25px;
  }
  section.ajankohtaista .col-wrap.rows .row:nth-child(odd) .col-2:last-child,
  section.ajankohtaista .col-wrap.rows .col-2:last-child {
    margin-bottom: 20px;
  }
}
section.tiimi .col-wrap {
  padding: 100px 0 15px 0;
}
section.tiimi .col-wrap.title {
  padding-top: 200px;
}
section.tiimi .col-wrap.title .col-1 {
  padding: 0;
}
section.tiimi .col-wrap.title .col-1 h2 {
  position: relative;
}
section.tiimi .col-wrap.title .col-1 h2:after {
  background-image: url(img/ring.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: -45px;
  width: 35px;
}
section.tiimi .col-wrap.rows {
  display: grid;
  grid-gap: 140px 70px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 50px;
}
section.tiimi .col-wrap.rows div.person img {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
}
section.tiimi .col-wrap.rows div.person h3 {
  margin-bottom: 40px;
}

section.tiimi-v2 .col-wrap.title {
  padding-top: 75px;
  text-align: center;
}
section.tiimi-v2 .col-wrap.rows {
  display: grid;
  gap: 75px 150px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 20px;
}
section.tiimi-v2 .col-wrap.rows div.person {
  text-align: center;
}
section.tiimi-v2 .col-wrap.rows div.person > img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  height: auto;
  margin: 0 auto 20px auto;
  object-fit: cover;
  object-position: center center;
  width: 200px;
}
section.tiimi-v2 .col-wrap.rows div.person h5 {
  color: #3A3A3A;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
  text-transform: none;
}

@media only screen and (max-width: 1100px) {
  section.tiimi-v2 .col-wrap.rows {
    gap: 50px 100px;
  }
}
@media only screen and (max-width: 900px) {
  section.tiimi .col-wrap.title {
    padding-top: 100px;
  }
  section.tiimi .col-wrap {
    padding-top: 40px;
  }
  section.tiimi .col-wrap.rows {
    grid-gap: 70px 70px;
    grid-template-columns: 1fr 1fr;
  }
  section.tiimi .col-wrap.rows div.person h3 {
    margin-bottom: 20px;
  }
  section.tiimi-v2 .col-wrap.rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 630px) {
  section.tiimi .col-wrap.title {
    padding-top: 50px;
  }
  section.tiimi .col-wrap.rows {
    display: block;
    padding-bottom: 20px;
    padding-top: 0;
  }
  section.tiimi .col-wrap.rows div.person img {
    margin-bottom: 20px;
  }
  section.tiimi div.person {
    padding-bottom: 30px;
  }
  section.tiimi-v2 .col-wrap.title {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  section.tiimi-v2 .col-wrap.rows {
    grid-template-columns: 1fr;
  }
}
div#cookie-notice a.btn {
  background-color: #fff;
  color: #0000ff;
  padding: 2px 5px;
}
div#cookie-notice a#cn-refuse-cookie {
  background-color: rgba(255, 255, 255, 0.6);
}
div#cookie-notice a#cn-more-info {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

section.kaavio {
  background-color: #0000ff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 100px 0;
}
section.kaavio h1,
section.kaavio h2,
section.kaavio h3,
section.kaavio h4 {
  color: #fff;
}
section.kaavio .col-wrap .col-1 {
  padding: 0;
}
section.kaavio .col-wrap:first-child {
  padding-bottom: 0;
}
section.kaavio .col-wrap:first-child h2 {
  margin-bottom: 0;
  position: relative;
}
section.kaavio .col-wrap:first-child h2:after {
  background-image: url(img/ring-white-2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: -45px;
  width: 35px;
}
section.kaavio .col-wrap:nth-child(2) {
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 130px;
  padding-right: 130px;
}
section.kaavio .col-wrap:nth-child(2) .col-2 {
  width: calc(50% - 40px);
}
section.kaavio .col-wrap:nth-child(3) img {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.32);
}

@media only screen and (max-width: 900px) {
  section.kaavio .col-wrap:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 630px) {
  section.kaavio {
    margin-bottom: 25px;
    padding: 50px 0 25px 0;
  }
  section.kaavio .wrap {
    margin: 0 auto;
    max-width: calc(100% - 60px);
  }
  section.kaavio .col-wrap:nth-child(2) .col-2 {
    padding-bottom: 25px;
    width: 100%;
  }
  section.kaavio .col-wrap:first-child h2:after {
    height: 20px;
    top: -25px;
    width: 20px;
  }
}
section.projektit.wrap {
  max-width: 1316px;
}
section.projektit .col-wrap:first-child .col-1 {
  padding: 0;
}
section.projektit .col-wrap:last-child {
  display: grid;
  grid-gap: 100px 100px;
  grid-template-columns: 1fr 1fr;
}
section.projektit .col-wrap:last-child h4 {
  background-color: #0000ff;
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 30px 10px 20px;
}
section.projektit .col-wrap:last-child h4:before {
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 17px;
  transform: translateY(-2px);
  width: 7px;
}
section.projektit .col-wrap:last-child img {
  aspect-ratio: 600/338;
  display: block;
  height: auto;
  margin-bottom: 23px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
section.projektit .col-wrap:last-child div.progress {
  margin-bottom: 23px;
  padding-left: 5px;
}
section.projektit .col-wrap:last-child div.progress span {
  background-color: #BCBCBC;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 0;
  position: relative;
  width: 46px;
}
section.projektit .col-wrap:last-child div.progress span:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
}
section.projektit .col-wrap:last-child div.progress span.active {
  background-color: #0000ff;
}
section.projektit .col-wrap:last-child div.progress span:first-child {
  z-index: 5;
}
section.projektit .col-wrap:last-child div.progress span:first-child:before {
  background-color: #0000ff;
  border: 5px solid #fff;
  box-sizing: border-box;
}
section.projektit .col-wrap:last-child div.progress span:nth-child(2) {
  margin-left: -2px;
  z-index: 4;
}
section.projektit .col-wrap:last-child div.progress span:nth-child(3) {
  margin-left: -2px;
  z-index: 3;
}
section.projektit .col-wrap:last-child div.progress span:nth-child(4) {
  margin-left: -2px;
  z-index: 2;
}
section.projektit .col-wrap:last-child div.progress span:nth-child(5) {
  margin-left: -2px;
  z-index: 1;
}
section.projektit .col-wrap:last-child h3 {
  margin-bottom: 20px;
}
section.projektit .col-wrap:last-child h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
}
section.projektit .col-wrap:last-child h2 a {
  color: #0000ff;
}
section.projektit .col-wrap:last-child p.more {
  text-align: right;
}

body.single-projekti main .wrap {
  max-width: 1316px;
}
body.single-projekti .col-1 {
  padding: 0;
}
body.single-projekti h1 {
  color: #0000ff;
  font-size: 54px;
  font-size: 3.375rem;
  margin-bottom: 40px;
  padding-top: 20px;
}
body.single-projekti img.big-photo {
  display: block;
}
body.single-projekti div.project-info {
  background-color: #fff;
  margin: -60px auto 50px auto;
  max-width: calc(100% - 50px);
  padding: 50px 30px;
  position: relative;
  z-index: 2;
}
body.single-projekti div.project-info img.logo {
  display: block;
  margin: 0 auto 40px auto;
}
body.single-projekti div.project-info ul {
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  padding: 0;
}
body.single-projekti div.project-info ul li {
  border-bottom: 1px solid #BCBCBC;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  width: calc(50% - 25px);
}
body.single-projekti div.project-info ul li:nth-child(2n+1) {
  margin-right: 50px;
}
body.single-projekti div.project-info ul li:last-child, body.single-projekti div.project-info ul li:nth-last-child(2) {
  border-bottom: none;
}
body.single-projekti div.project-info ul li:after {
  clear: both;
  content: "";
  display: table;
}
body.single-projekti div.project-info ul li strong {
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 10px;
  width: 40%;
}
body.single-projekti div.project-info ul li span {
  display: block;
  float: left;
  width: 60%;
}
body.single-projekti div.progress {
  margin-bottom: 15px;
  padding-left: 5px;
  text-align: center;
}
body.single-projekti div.progress span {
  background-color: #BCBCBC;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  display: inline-block;
  height: 80px;
  margin-right: -10px;
  position: relative;
  width: 187px;
}
body.single-projekti div.progress span:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: -40px;
  position: absolute;
  top: 0;
  width: 80px;
}
body.single-projekti div.progress span.active {
  background-color: #0000ff;
}
body.single-projekti div.progress span:first-child {
  z-index: 5;
}
body.single-projekti div.progress span:first-child:before {
  background-color: #0000ff;
  border: 22px solid #fff;
  box-sizing: border-box;
}
body.single-projekti div.progress span:nth-child(2) {
  margin-left: -2px;
  z-index: 4;
}
body.single-projekti div.progress span:nth-child(3) {
  margin-left: -2px;
  z-index: 3;
}
body.single-projekti div.progress span:nth-child(4) {
  margin-left: -2px;
  z-index: 2;
}
body.single-projekti div.progress span:nth-child(5) {
  margin-left: -2px;
  z-index: 1;
}
body.single-projekti div.progress-text-wrap {
  color: #0000ff;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  text-align: center;
}
body.single-projekti div.progress-text-wrap div.progress-text {
  padding: 0;
  width: 187px;
}
body.single-projekti div.progress-text-wrap div.progress-text p {
  letter-spacing: normal;
  line-height: 1.2;
}
body.single-projekti div.content {
  margin-bottom: 100px;
  padding: 0 210px;
}
body.single-projekti div.content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
body.single-projekti div.articles {
  padding: 0 210px;
}
body.single-projekti div.articles ul.archive {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
body.single-projekti div.articles ul.archive li {
  display: flex;
  margin-bottom: 40px;
  padding-right: 40px;
  position: relative;
}
body.single-projekti div.articles ul.archive li time {
  font-weight: 600;
  padding-right: 70px;
  text-align: right;
  width: 135px;
}
body.single-projekti div.articles ul.archive li p {
  width: calc(100% - 135px);
}
body.single-projekti div.articles ul.archive li:after {
  color: #0000ff;
  content: "→";
  position: absolute;
  right: 0;
  top: 0;
}

div.more-information {
  background-color: #F8F8F8;
}
div.more-information div.more-information-content {
  margin: 0 auto;
  max-width: 860px;
  padding: 95px 0;
}
div.more-information div.more-information-content div.more-information-text-wrap {
  display: flex;
  margin-bottom: 20px;
}
div.more-information div.more-information-content div.more-information-text-wrap div.more-information-text {
  padding-left: 60px;
}
div.more-information p:last-child {
  margin-bottom: 0;
}
div.more-information .col-2 {
  font-style: italic;
}
div.more-information .col-2:first-child {
  padding-right: 30px;
}
div.more-information .col-2:last-child {
  padding-left: 30px;
}

@media only screen and (max-width: 1516px) {
  section.projektit.wrap,
  body.single-projekti main .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1500px) {
  body.single-projekti div.content {
    padding: 0 140px;
  }
  body.single-projekti div.progress {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1000px) {
  section.projektit .col-wrap:last-child {
    grid-gap: 60px 20px;
  }
  section.projektit .col-wrap:last-child h4 {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 20px;
  }
  section.projektit .col-wrap:last-child h4:before {
    margin-right: 10px;
    transform: translateY(1px);
  }
  body.single-projekti h1 {
    font-size: 44px;
    font-size: 2.75rem;
    margin-bottom: 40px;
  }
  body.single-projekti div.project-info ul li {
    display: block;
    width: 100%;
  }
  body.single-projekti div.project-info ul li:nth-child(2n+1) {
    margin-right: 0;
  }
  body.single-projekti div.project-info ul li:nth-last-child(2) {
    border-bottom: 1px solid #BCBCBC;
  }
  body.single-projekti div.progress span {
    height: 60px;
    margin-right: -5px;
    width: 100px;
  }
  body.single-projekti div.progress span:before {
    width: 60px;
  }
  body.single-projekti div.progress span:first-child:before {
    border-width: 18px;
  }
  body.single-projekti div.progress-text-wrap div.progress-text {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100px;
  }
  body.single-projekti div.content,
  body.single-projekti div.articles {
    padding: 0;
  }
  div.more-information div.more-information-content {
    padding: 50px;
  }
  div.more-information div.more-information-text-wrap > img {
    height: 100px;
    width: 100px;
  }
  div.more-information div.more-information-content div.more-information-text-wrap div.more-information-text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  section.projektit.wrap,
  body.single-projekti main .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 630px) {
  section.projektit.wrap,
  body.single-projekti main .wrap {
    max-width: calc(100% - 40px);
  }
  section.projektit .col-wrap:last-child {
    grid-template-columns: 1fr;
  }
  section.projektit .col-wrap:last-child h4 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  section.projektit .col-wrap:last-child h4:before {
    transform: translateY(1px);
  }
  /* body.single-projekti .col-1 {
  	padding: 0 30px;
  } */
  body.single-projekti h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  body.single-projekti div.project-info {
    margin: 0 0 40px 0;
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  body.single-projekti div.project-info img.logo {
    margin-bottom: 20px;
    max-width: 80%;
  }
  body.single-projekti div.project-info ul li {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0;
  }
  body.single-projekti div.project-info ul li strong {
    font-size: 12px;
    font-size: 0.75rem;
  }
  body.single-projekti div.progress span {
    height: 20px;
    margin-right: 0;
    width: 56px;
  }
  body.single-projekti div.progress span:before {
    left: -10px;
    width: 20px;
  }
  body.single-projekti div.progress span:first-child:before {
    border-width: 5px;
  }
  body.single-projekti div.progress-text-wrap div.progress-text {
    font-size: 8px;
    font-size: 0.5rem;
    width: 56px;
  }
  body.single-projekti div.progress-text-wrap {
    margin-bottom: 30px;
  }
  body.single-projekti div.content h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  body.single-projekti div.content {
    margin-bottom: 50px;
  }
  body.single-projekti div.articles ul.archive li {
    display: block;
  }
  body.single-projekti div.articles ul.archive li time,
  body.single-projekti div.articles ul.archive li p {
    text-align: left;
    width: 100%;
  }
  div.more-information div.more-information-content {
    padding: 30px;
  }
  div.more-information div.more-information-text-wrap > img {
    height: 30px;
    width: 30px;
  }
  div.more-information div.more-information-content div.more-information-text-wrap div.more-information-text {
    padding-left: 20px;
  }
  div.more-information .col-2:first-child {
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
  div.more-information .col-2:last-child {
    padding-left: 0;
    width: 100%;
  }
  section.projektit .col-wrap:last-child h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 330px) {
  body.single-projekti div.progress span {
    width: 50px;
  }
  body.single-projekti div.progress-text-wrap div.progress-text {
    font-size: 6px;
    font-size: 0.375rem;
    width: 50px;
  }
}
section.hero-etusivu {
  margin-bottom: 0;
}
section.hero-etusivu div.hero-wrap {
  position: relative;
}
section.hero-etusivu div.hero-wrap > img {
  display: block;
  height: 1000px;
  object-fit: cover;
  object-position: center center;
}
section.hero-etusivu div.hero-wrap div.hero-text {
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
}
section.hero-etusivu div.hero-wrap div.hero-text div.wrap {
  padding: 0 142px 126px 142px;
}
section.hero-etusivu div.hero-wrap div.hero-text h1 {
  color: #fff;
  margin-bottom: 10px;
}
section.hero-etusivu div.hero-wrap div.hero-text p {
  line-height: 1.33;
  max-width: 700px;
}
section.hero-etusivu div.hero-wrap div.hero-text p:last-child {
  margin-bottom: 0;
}
section.hero-etusivu div.hero-wrap div.hero-text p.hero-title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

section.featured-article {
  position: relative;
  transform: translateY(-50%);
  z-index: 2;
}
section.featured-article div.wrap {
  max-width: 1300px;
}
section.featured-article a {
  background-color: #0000ff;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.16;
  padding: 27px 130px 27px 116px;
  position: relative;
}
section.featured-article a:hover {
  background-color: #3939FF;
}
section.featured-article a:hover:after {
  right: 44px;
}
section.featured-article a::before {
  background-image: url(img/ellipse-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  left: 29px;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}
section.featured-article a::after {
  background-image: url(img/arrow-right-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 49px;
  top: calc(50% - 9px);
  transition-duration: 0.3s;
  width: 30px;
}

@media only screen and (max-width: 2000px) {
  section.hero-etusivu div.hero-wrap > img {
    height: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  section.featured-article div.wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1050px) {
  section.hero-etusivu div.hero-wrap div.hero-text div.wrap {
    padding: 0 100px 126px 100px;
  }
  section.featured-article div.wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 900px) {
  section.hero-etusivu div.hero-wrap div.hero-text div.wrap {
    padding-left: 0;
    padding-right: 0;
  }
  section.hero-etusivu div.hero-wrap > img {
    aspect-ratio: 435/300;
    height: auto;
  }
  section.featured-article {
    transform: none;
  }
  section.featured-article a {
    border-radius: 0;
  }
  section.featured-article div.wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 630px) {
  section.hero-etusivu div.hero-wrap div.hero-text div.wrap {
    padding: 0 20px 40px 20px;
  }
  section.hero-etusivu div.hero-wrap div.hero-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  section.hero-etusivu div.hero-wrap div.hero-text p.hero-title {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  section.featured-article a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 40px 20px 70px;
  }
  section.featured-article a::before {
    height: 30px;
    left: 20px;
    top: calc(50% - 15px);
    width: 30px;
  }
  section.featured-article a::after {
    height: 10px;
    right: 15px;
    width: 17px;
  }
}
section.ratkaisupolku {
  text-align: center;
}
section.ratkaisupolku.wrap {
  max-width: 1300px;
}
section.ratkaisupolku.wrap .col-wrap {
  padding-bottom: 89px;
}
section.ratkaisupolku.wrap .col-1 {
  padding: 0;
}
section.ratkaisupolku div.solutions-wrap {
  --card-w: 300px;
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(auto-fit, minmax(var(--card-w), var(--card-w)));
  justify-content: center;
  margin-bottom: 44px;
}
section.ratkaisupolku div.solutions-wrap div.step {
  background-color: rgba(0, 0, 0, 0.03);
  border-top-left-radius: 47%;
  border-top-right-radius: 47%;
  padding: 61px 25px 45px 25px;
  position: relative;
}
section.ratkaisupolku div.solutions-wrap div.step > img {
  display: block;
  margin: 0 auto 20px auto;
}
section.ratkaisupolku div.solutions-wrap div.step p {
  font-size: 14px;
  font-size: 0.875rem;
}
section.ratkaisupolku div.solutions-wrap div.step::after {
  background-image: url(img/arrow-right-long-gray.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -70px;
  top: 126px;
  width: 100px;
}
section.ratkaisupolku div.solutions-wrap div.step:last-child::after {
  display: none;
}

@media only screen and (max-width: 1500px) {
  section.ratkaisupolku.wrap {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1350px) {
  section.ratkaisupolku div.solutions-wrap {
    --card-w: 250px;
  }
  section.ratkaisupolku div.solutions-wrap div.step {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
@media only screen and (max-width: 1140px) {
  section.ratkaisupolku div.solutions-wrap {
    --card-w: 200px;
  }
  section.ratkaisupolku div.solutions-wrap div.step {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
@media only screen and (max-width: 1140px) {
  section.ratkaisupolku div.solutions-wrap {
    --card-w: 210px;
    gap: 20px;
    justify-items: center;
  }
  section.ratkaisupolku div.solutions-wrap div.step {
    max-width: 210px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  section.ratkaisupolku div.solutions-wrap div.step > img {
    margin-bottom: 10px;
    width: 82px;
  }
  section.ratkaisupolku div.solutions-wrap div.step p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  section.ratkaisupolku div.solutions-wrap div.step::after {
    background-position: left center;
    right: -50px;
    top: 60px;
    width: 80px;
  }
  /* section.ratkaisupolku div.solutions-wrap div.step::after {
    background-position: left center;
    bottom: 5px;
    right: 55px;
    top: auto;
    transform: rotate(90deg);
    transform-origin: left center;
    width: 50px;
  } */
}
@media only screen and (max-width: 950px) {
  section.ratkaisupolku div.solutions-wrap {
    grid-template-columns: 1fr;
  }
  section.ratkaisupolku div.solutions-wrap div.step::after {
    background-position: left center;
    bottom: 5px;
    right: 55px;
    top: auto;
    transform: rotate(90deg);
    transform-origin: left center;
    width: 50px;
  }
}
@media only screen and (max-width: 900px) {
  section.ratkaisupolku.wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 630px) {
  section.ratkaisupolku.wrap {
    max-width: calc(100% - 40px);
  }
  section.ratkaisupolku.wrap .col-wrap {
    padding-bottom: 25px;
  }
}
section.miksi-ratkaisu-toimii {
  background-color: #0000ff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
section.miksi-ratkaisu-toimii .wrap {
  position: relative;
  z-index: 3;
}
section.miksi-ratkaisu-toimii::before {
  background-image: var(--before-bg, url(img/bg-forest.jpg));
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 700px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.miksi-ratkaisu-toimii::after {
  background: linear-gradient(180deg, #00F 0%, rgba(0, 0, 255, 0) 100%);
  background: linear-gradient(180deg, #00F 0%, #00f 20%, rgba(0, 0, 255, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 700px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
section.miksi-ratkaisu-toimii h1,
section.miksi-ratkaisu-toimii h2,
section.miksi-ratkaisu-toimii h3,
section.miksi-ratkaisu-toimii h4,
section.miksi-ratkaisu-toimii h5,
section.miksi-ratkaisu-toimii a {
  color: #fff;
}
section.miksi-ratkaisu-toimii a.btn {
  border-color: #fff;
}
section.miksi-ratkaisu-toimii a.btn::after {
  background-image: url(img/arrow-right-white.svg);
}
section.miksi-ratkaisu-toimii a.btn:hover {
  background-color: #fff;
  color: #0000ff;
}
section.miksi-ratkaisu-toimii a.btn:hover::after {
  background-image: url(img/arrow-right-blue.svg);
}
section.miksi-ratkaisu-toimii .col-wrap:first-child {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 92px;
  text-align: center;
}
section.miksi-ratkaisu-toimii .col-wrap:first-child .col-1 {
  padding: 0;
}
section.miksi-ratkaisu-toimii .col-wrap:first-child .col-1 h2.ring {
  background-image: url(img/ring-invert.svg);
}
section.miksi-ratkaisu-toimii .col-wrap:nth-child(2), section.miksi-ratkaisu-toimii .col-wrap.palsta-3-4, section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6 {
  justify-content: space-between;
  padding-left: 210px;
  padding-right: 210px;
}
section.miksi-ratkaisu-toimii .col-wrap:nth-child(2) .col-2, section.miksi-ratkaisu-toimii .col-wrap.palsta-3-4 .col-2, section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6 .col-2 {
  width: calc(50% - 66px);
}
section.miksi-ratkaisu-toimii .col-wrap.palsta-3-4, section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6 {
  padding-bottom: 78px;
}
section.miksi-ratkaisu-toimii .col-wrap.valinappi {
  text-align: center;
}

@media only screen and (max-width: 1700px) {
  section.miksi-ratkaisu-toimii .wrap {
    max-width: 1020px;
  }
  section.miksi-ratkaisu-toimii .wrap .col-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  /* section.miksi-ratkaisu-toimii::after {
    bottom: 290px;
  } */
}
@media only screen and (max-width: 1100px) {
  /* section.miksi-ratkaisu-toimii::after {
    bottom: 13vw;
  } */
}
@media only screen and (max-width: 1220px) {
  section.miksi-ratkaisu-toimii .wrap {
    max-width: calc(100% - 100px);
  }
  section.miksi-ratkaisu-toimii::after {
    background: linear-gradient(180deg, #00F 0%, #00f 45%, rgba(0, 0, 255, 0) 100%);
  }
}
@media only screen and (max-width: 1000px) {
  section.miksi-ratkaisu-toimii::after {
    background: linear-gradient(180deg, #00F 0%, #00f 25%, rgba(0, 0, 255, 0) 100%);
  }
}
@media only screen and (max-width: 900px) {
  /* section.miksi-ratkaisu-toimii::after {
    bottom: 2vw;
  } */
  section.miksi-ratkaisu-toimii .col-wrap:nth-child(2) .col-2,
  section.miksi-ratkaisu-toimii .col-wrap.palsta-3-4 .col-2,
  section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6 .col-2 {
    width: calc(50% - 25px);
  }
  section.miksi-ratkaisu-toimii::after {
    background: linear-gradient(180deg, #00F 0%, #00f 70%, rgba(0, 0, 255, 0) 100%);
  }
}
@media only screen and (max-width: 630px) {
  section.miksi-ratkaisu-toimii {
    padding-bottom: 40px;
  }
  section.miksi-ratkaisu-toimii .wrap {
    max-width: calc(100% - 40px);
  }
  section.miksi-ratkaisu-toimii .col-wrap:first-child {
    padding-top: 40px;
  }
  section.miksi-ratkaisu-toimii .col-wrap:first-child + .col-wrap {
    padding-top: 0;
  }
  section.miksi-ratkaisu-toimii .col-wrap:first-child + .col-wrap + .col-wrap {
    padding-top: 0;
  }
  section.miksi-ratkaisu-toimii .col-wrap:first-child + .col-wrap + .col-wrap + .col-wrap {
    padding-top: 0;
  }
  section.miksi-ratkaisu-toimii .col-wrap:nth-child(2) .col-2,
  section.miksi-ratkaisu-toimii .col-wrap.palsta-3-4 .col-2,
  section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6 .col-2 {
    width: 100%;
  }
  section.miksi-ratkaisu-toimii .col-wrap .col-2:last-child {
    padding-top: 20px;
  }
  section.miksi-ratkaisu-toimii .col-wrap.palsta-3-4,
  section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6 {
    padding-bottom: 0;
  }
  section.miksi-ratkaisu-toimii .col-wrap.palsta-5-6:last-child {
    padding-bottom: 40px;
  }
  section.miksi-ratkaisu-toimii::before {
    height: 100vw;
  }
  section.miksi-ratkaisu-toimii::after {
    background: linear-gradient(180deg, #00F 0%, #00f 60%, rgba(0, 0, 255, 0) 100%);
    height: 100vw;
  }
}
section.nostoteksti {
  color: #0000ff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
}
section.nostoteksti .wrap {
  max-width: 1020px;
}
section.nostoteksti p {
  letter-spacing: 1.8px;
  line-height: 1.27;
}
section.nostoteksti strong {
  font-style: italic;
  font-weight: 700;
}
section.nostoteksti .col-wrap {
  padding: 130px 0;
}
section.nostoteksti .col-1 {
  padding: 0;
}

@media only screen and (max-width: 1120px) {
  section.nostoteksti .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 900px) {
  section.nostoteksti {
    font-size: 20px;
    font-size: 1.25rem;
  }
  section.nostoteksti .col-wrap {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 630px) {
  section.nostoteksti .wrap {
    max-width: calc(100% - 40px);
  }
  section.nostoteksti {
    font-size: 18px;
    font-size: 1.125rem;
  }
  section.nostoteksti .col-wrap {
    padding: 25px 0;
  }
}
section.projektinostot {
  background-color: #F8F8F8;
  text-align: center;
}
section.projektinostot .col-wrap {
  padding-bottom: 78px;
  padding-top: 92px;
}
section.projektinostot .col-1 {
  padding: 0;
}
section.projektinostot div.ylateksti {
  margin: 0 auto 60px auto;
  max-width: 900px;
}
section.projektinostot div.ylateksti h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
section.projektinostot div.projects-wrap {
  --card-w: 350px;
  display: grid;
  gap: 125px;
  grid-template-columns: repeat(auto-fit, minmax(var(--card-w), var(--card-w)));
  justify-content: center;
}
section.projektinostot div.projects-wrap div.project {
  display: flex;
  flex-direction: column;
}
section.projektinostot div.projects-wrap div.project > img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  margin-bottom: 30px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
section.projektinostot div.projects-wrap div.project h3 {
  color: #0000ff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
section.projektinostot div.projects-wrap div.project p.description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42;
  margin-bottom: 40px;
}
section.projektinostot div.projects-wrap div.project p:last-child {
  margin-top: auto;
}

@media only screen and (max-width: 1500px) {
  section.projektinostot div.projects-wrap {
    gap: 100px;
  }
}
@media only screen and (max-width: 1350px) {
  section.projektinostot div.projects-wrap {
    gap: 50px;
  }
}
@media only screen and (max-width: 1250px) {
  section.projektinostot div.projects-wrap {
    --card-w: 300px;
    gap: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  section.projektinostot div.projects-wrap {
    --card-w: 250px;
  }
}
@media only screen and (max-width: 630px) {
  section.projektinostot .col-wrap {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  section.projektinostot div.ylateksti {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.projektinostot div.projects-wrap div.project > img {
    margin-bottom: 20px;
  }
  section.projektinostot div.projects-wrap div.project h3 {
    margin-bottom: 20px;
  }
  section.projektinostot div.projects-wrap div.project p.description {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
