/*
Theme Name: Rooma-opas
Author: Hurry Oy / Mikko Hopia Oy
Author URI: https://www.hurry.fi
Description: Rooma-opas sivupohja
Version: 2.0
*/
@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-weight: 400;
  src: url("fonts/Archivo/Archivo-Regular.ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Archivo/Archivo-Italic.ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-weight: 700;
  src: url("fonts/Archivo/Archivo-Bold.ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Encode Sans';
  font-weight: 400;
  src: url("fonts/EncodeSans/EncodeSans-Regular.ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Encode Sans';
  font-weight: 700;
  src: url("fonts/EncodeSans/EncodeSans-Bold.ttf"); }

/*! 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: #000;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

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

iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: 0 auto 20px auto;
  max-width: 100%; }

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

body.navi-open main,
body.navi-open footer {
  display: none; }

header#top {
  background-color: #fff;
  height: 120px;
  position: relative;
  z-index: 2; }
  header#top .wrap {
    max-width: 1920px;
    position: relative;
    z-index: 2; }

body.sticky-header header#top {
  animation: sticky-header 0.3s normal forwards ease-in-out;
  animation-iteration-count: 1;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  height: 80px;
  left: 0;
  position: fixed;
  top: -120px;
  width: 100%;
  z-index: 9; }

body.sticky-header p.site-title a {
  background-size: 70px;
  height: 80px;
  top: 0;
  width: 80px; }

@keyframes sticky-header {
  from {
    top: -120px; }
  to {
    top: 0; } }

p.site-title {
  margin: 0;
  padding: 0; }

p.site-title a {
  background: #fff url("img/opas-roomaan-logo.png") center center no-repeat;
  background-size: 180px;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  height: 220px;
  left: 75px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  text-indent: 200%;
  transition-duration: 0s;
  top: 22px;
  white-space: nowrap;
  width: 220px;
  z-index: 2; }

form.search {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 40px;
  position: absolute;
  text-align: center;
  top: 120px;
  z-index: 1;
  width: 100%; }
  form.search input[type=text] {
    border: 1px solid #525252;
    font-size: 16px;
    font-size: 1rem;
    max-width: 600px;
    padding: 18px 15px 18px 15px;
    width: 100%; }
  form.search input[type=submit] {
    background-color: #525252;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 0px;
    padding: 20px 35px;
    text-transform: uppercase;
    transition-duration: 0.2s; }
    form.search input[type=submit]:hover {
      background-color: #fff; }
  form.search a.close {
    color: #525252;
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    right: 50px;
    text-decoration: none;
    top: 20px; }

@media only screen and (max-width: 1960px) {
  header#top .wrap {
    max-width: calc(100% - 100px); } }

@media only screen and (max-width: 1500px) {
  p.site-title a {
    left: 0; } }

@media only screen and (max-width: 900px) {
  p.site-title a {
    background-size: 120px;
    height: 150px;
    padding: 10px;
    top: 12px;
    width: 150px; }
  form.search {
    top: 400px;
    z-index: 10; }
  form.search input[type=text] {
    width: 50%; }
  form.search a.close {
    top: 0; } }

@media only screen and (max-width: 600px) {
  header#top .wrap {
    max-width: calc(100% - 40px); }
  header#top {
    height: 80px; }
  p.site-title a {
    background-size: 90px;
    height: 100px;
    padding: 15px;
    top: 10px;
    width: 100px; }
  form.search input[type=text] {
    box-sizing: border-box;
    width: 100%; }
  form.search input[type=submit] {
    display: block;
    width: 100%; } }

button.hamburger {
  display: none; }

nav.main-navi {
  font-family: "Encode Sans", sans-serif;
  position: relative;
  z-index: 2; }
  nav.main-navi > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    nav.main-navi > ul > li {
      display: inline-block;
      line-height: 120px;
      margin-left: -5px;
      position: relative;
      text-transform: uppercase;
      vertical-align: top; }
      nav.main-navi > ul > li > a {
        display: block;
        line-height: 120px;
        padding: 0 52px;
        position: relative;
        text-decoration: none;
        transition-duration: 0.2s; }
        nav.main-navi > ul > li > a:hover {
          background-color: #f4f4f4; }
      nav.main-navi > ul > li.current-menu-item > a,
      nav.main-navi > ul > li.current-menu-parent > a,
      nav.main-navi > ul > li.current-menu-ancestor > a {
        background-color: #f4f4f4; }
      nav.main-navi > ul > li.menu-item-has-children > a:after {
        content: '\203A';
        display: block;
        position: absolute;
        right: 30px;
        top: 0;
        transform: rotate(90deg);
        transition-duration: 0.3s; }
      nav.main-navi > ul > li.menu-item-has-children > a:hover:after {
        top: 2px; }
      nav.main-navi > ul > li.search a {
        background-image: url(img/Haku.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px;
        outline: none;
        overflow: hidden;
        text-indent: -9999px;
        white-space: nowrap; }
      nav.main-navi > ul > li:hover ul {
        display: block; }
    nav.main-navi > ul ul {
      background-color: #fff;
      display: none;
      left: 0;
      list-style: none;
      padding: 20px 52px 40px 52px;
      position: absolute;
      text-transform: none;
      z-index: 2; }
      nav.main-navi > ul ul li {
        line-height: 1; }
        nav.main-navi > ul ul li a {
          border-bottom: 1px solid #bfbfbf;
          display: block;
          padding: 15px 0;
          white-space: nowrap; }
          nav.main-navi > ul ul li a:hover {
            color: #bfbfbf; }
        nav.main-navi > ul ul li.current-menu-item > a,
        nav.main-navi > ul ul li.current-menu-parent > a,
        nav.main-navi > ul ul li.current-menu-ancestor > a {
          color: #bfbfbf; }

body.sticky-header nav.main-navi > ul > li,
body.sticky-header nav.main-navi > ul > li > a {
  line-height: 80px; }

body.sticky-header nav.main-navi > ul ul {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05), -2px 2px 3px rgba(0, 0, 0, 0.05); }

@media only screen and (max-width: 900px) {
  nav.main-navi {
    display: none; }
    nav.main-navi > ul {
      box-sizing: border-box;
      min-height: calc(100vh - 110px);
      right: -20px;
      padding: 20px 40px 20px 40px;
      top: 150px;
      width: calc(100% + 40px); }
      nav.main-navi > ul > li {
        display: block;
        line-height: 1;
        margin-left: 0; }
        nav.main-navi > ul > li > a {
          line-height: 1;
          padding: 10px 5px; }
          nav.main-navi > ul > li > a:hover {
            background-color: transparent; }
        nav.main-navi > ul > li:hover ul {
          display: none; }
        nav.main-navi > ul > li.menu-item-has-children > a:after {
          right: 10px;
          top: 9px; }
        nav.main-navi > ul > li.menu-item-has-children > a:hover:after {
          top: 9px; }
        nav.main-navi > ul > li.current-menu-parent ul {
          display: block; }
      nav.main-navi > ul ul {
        left: auto;
        margin-bottom: 20px;
        padding: 0 0 0 5px;
        position: relative; }
  button.hamburger {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    width: 25px;
    z-index: 5; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 25px;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%; }
  #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) {
    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(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    top: 0;
    left: 0;
    width: 25px; }
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 14px;
    left: 0;
    width: 25px; }
  body.sticky-header button.hamburger {
    top: 30px; }
  nav.main-navi > ul > li.search a {
    background-position: center left 10px; } }

@media only screen and (max-width: 600px) {
  button.hamburger {
    top: 30px; }
  nav.main-navi > ul {
    top: 120px; } }

footer {
  background-color: #f6f6f6;
  min-height: 100px;
  padding: 50px 0; }

@media only screen and (max-width: 600px) {
  footer {
    padding: 20px 0 50px 0; } }

main {
  box-sizing: border-box;
  position: relative; }

section.yksi-palsta .col-wrap {
  display: block; }

section.kaksi-palstaa-levea-kapea .col-2:first-child {
  width: calc(70% - 40px); }

section.kaksi-palstaa-levea-kapea .col-2:last-child {
  width: calc(30% - 40px); }

section.archive {
  padding-top: 150px; }

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

.col-wrap {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 50px 0;
  position: relative;
  width: 100%; }
  .col-wrap.read-articles {
    background-color: #fff; }
    .col-wrap.read-articles .col-1 {
      display: block; }

.no-bot-pad {
  padding-bottom: 0; }

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

.col-2 {
  width: calc(50% - 20px); }

.col-3 {
  width: calc(33.33% - 26px); }

.col-4 {
  width: calc(25% - 30px); }

body.single-post main {
  background-color: #f6f6f6; }

body.single-post .col-wrap.content .col-1:first-child {
  font-size: 23px;
  font-size: 1.4375rem; }
  body.single-post .col-wrap.content .col-1:first-child div.top-content {
    background-color: #fff;
    margin-top: -50px;
    padding: 120px; }

body.single-post .col-wrap.content .col-1:nth-child(2) {
  border-bottom: 1px solid #707070;
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 50px 0 20px 0; }
  body.single-post .col-wrap.content .col-1:nth-child(2) strong {
    font-family: "Encode Sans", sans-serif; }

body.single-post .col-wrap.content .col-1:nth-child(3) {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 50px 0;
  text-align: center; }
  body.single-post .col-wrap.content .col-1:nth-child(3) strong {
    font-family: "Encode Sans", sans-serif; }

body.single-post .col-wrap.read-articles {
  display: block;
  padding-top: 50px; }

body.search main,
body.error404 main {
  padding-top: 200px; }
  body.search main article,
  body.error404 main article {
    margin-bottom: 50px; }
    body.search main article a,
    body.error404 main article a {
      text-decoration: underline; }

body.single div.read-articles article > img {
  aspect-ratio: 3 / 2;
  display: block;
  height: 300px;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  width: auto; }

@media only screen and (max-width: 1665px) {
  .wrap {
    max-width: calc(100% - 100px); } }

@media only screen and (max-width: 1500px) {
  body.single-post .col-wrap.content .col-1:first-child {
    font-size: 18px;
    font-size: 1.125rem; }
  body.single-post .col-wrap.content .col-1:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem; }
  body.single-post .col-wrap.content .col-1:nth-child(3) {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 900px) {
  .col-4 {
    width: calc(50% - 20px); }
    .col-4:first-child, .col-4:nth-child(2) {
      padding-bottom: 40px; }
  section.kaksi-palstaa-levea-kapea .col-2:first-child {
    width: calc(70% - 20px); }
  section.kaksi-palstaa-levea-kapea .col-2:last-child {
    width: calc(30% - 20px); }
  body.single-post .col-wrap.content .col-1:first-child div.top-content {
    padding: 100px; }
  body.search main,
  body.error404 main {
    padding-top: 100px; } }

@media only screen and (max-width: 600px) {
  .wrap {
    max-width: calc(100% - 40px); }
  .col-wrap {
    display: block;
    padding: 0 0 20px 0; }
  .col-2,
  .col-3,
  .col-4 {
    width: 100%; }
  .col-2:first-child {
    padding-bottom: 40px; }
  .col-3:first-child, .col-3:nth-child(2) {
    padding-bottom: 40px; }
  .col-4:first-child, .col-4:nth-child(2), .col-4:nth-child(3) {
    padding-bottom: 40px; }
  section.kaksi-palstaa-levea-kapea .col-2:first-child {
    width: 100%; }
  section.kaksi-palstaa-levea-kapea .col-2:last-child {
    width: 100%; }
  body.single-post .col-wrap.content .col-1:first-child div.top-content {
    margin-top: -20px;
    padding: 20px; }
  body.single-post .col-wrap.content .wrap {
    max-width: 100%; }
  body.single-post .col-wrap.content .col-1:first-child {
    font-size: 16px;
    font-size: 1rem; }
  body.single-post .col-wrap.content .col-1:nth-child(2) {
    margin: 0 auto;
    max-width: calc(100% - 40px);
    font-size: 16px;
    font-size: 1rem; }
  body.single-post .col-wrap.content .col-1:nth-child(3) {
    margin: 0 auto;
    max-width: calc(100% - 40px);
    font-size: 16px;
    font-size: 1rem; }
  body.search main,
  body.error404 main {
    padding-top: 50px; }
  body.single div.read-articles article > img {
    height: 200px; } }

.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; }

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

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

.rounded {
  border-radius: 50%; }

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: #000;
  text-decoration: none;
  transition-duration: 0.5s; }

a.btn {
  border: 1px solid #707070;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 15px 35px; }
  a.btn.btn-more {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    text-decoration: none !important; }

a.btn:hover {
  color: #707070; }

p,
.col-wrap ul,
.col-wrap ol,
blockquote {
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
  padding: 0; }

p.ingressi {
  font-size: 22px;
  font-size: 1.375rem; }

p.more {
  text-align: center; }

body.single-post p.ingressi {
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem; }

blockquote {
  border-left: 1px solid #525252;
  color: #525252;
  font-style: italic;
  margin-bottom: 20px;
  padding: 10px 20px 10px 50px; }

.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,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Encode Sans", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.1;
  margin-bottom: 30px; }

h2 {
  font-family: "Encode Sans", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.1;
  margin-bottom: 20px; }
  h2.smaller {
    color: #525252;
    font-size: 20px;
    font-size: 1.25rem; }

h3 {
  font-family: "Encode Sans", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 20px; }

h4 {
  font-family: "Encode Sans", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.1;
  margin-bottom: 20px; }

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

.center {
  text-align: center; }

span.tavuviiva {
  display: none; }

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

body.single-post div.content .col-1:first-child a {
  text-decoration: underline; }

body.single-post div.content .col-1:nth-child(2) a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 34px;
    font-size: 2.125rem; }
  h2 {
    font-size: 23px;
    font-size: 1.4375rem; }
    h2.smaller {
      font-size: 20px;
      font-size: 1.25rem; }
  h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  p.ingressi {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem; }
  h2 {
    font-size: 20px;
    font-size: 1.25rem; }
    h2.smaller {
      font-size: 20px;
      font-size: 1.25rem; }
  h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  h4 {
    font-size: 16px;
    font-size: 1rem; }
  p.ingressi,
  body.single-post p.ingressi {
    font-size: 18px;
    font-size: 1.125rem; }
  blockquote {
    padding: 10px 0 10px 20px; }
  a.btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px; } }

.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; }

.wrap-carousel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 1; }

.carousel-items {
  display: none; }

.current-item,
.next-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.current-item {
  display: block;
  position: absolute;
  z-index: 2; }

.next-item {
  position: absolute;
  display: none;
  z-index: 1; }

.item-text {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%; }

.item-text > div {
  text-align: center;
  width: 100%; }
  .item-text > div p:last-child {
    margin-bottom: 0; }

.carousel-navi {
  bottom: 20px;
  display: none;
  left: 20px;
  position: absolute;
  text-align: center;
  z-index: 4; }

.carousel-navi a {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px; }

.carousel-navi a:hover,
.carousel-navi a.current {
  background: #000; }

.next-item-link,
.prev-item-link {
  display: none;
  font-size: 40px;
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 50%;
  z-index: 4; }

.prev-item-link {
  left: 20px;
  right: auto; }

.next-item-link:hover,
.prev-item-link:hover {
  opacity: 0.8; }

section.hero {
  box-sizing: border-box;
  margin-bottom: 90px;
  position: relative;
  z-index: 1; }
  section.hero > img {
    display: block;
    height: 25vw;
    object-fit: cover;
    object-position: center center;
    width: 100%; }
  section.hero div.text-wrap {
    align-items: center;
    color: #fff;
    display: flex;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2; }
    section.hero div.text-wrap p:last-child {
      margin-bottom: 0; }
    section.hero div.text-wrap h1 {
      font-size: 60px;
      font-size: 3.75rem;
      text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.29);
      text-transform: uppercase; }

body.home section.hero > img {
  height: 35vw; }

body.single-post section.hero {
  margin-bottom: 0; }

@media only screen and (max-width: 1500px) {
  body.home section.hero > img {
    height: 40vw; }
  section.hero > img {
    height: 35vw; } }

@media only screen and (max-width: 900px) {
  body.home section.hero > img {
    height: 50vw; }
  section.hero > img {
    height: 45vw; }
  section.hero div.text-wrap h1 {
    font-size: 50px;
    font-size: 3.125rem; } }

@media only screen and (max-width: 600px) {
  body.home section.hero > img {
    height: 70vw; }
  section.hero {
    margin-bottom: 20px; }
    section.hero > img {
      height: 60vw; }
  section.hero div.text-wrap {
    padding: 20px; }
  section.hero div.text-wrap h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0; } }

section.avautuva-sisalto div.col-wrap {
  display: block; }

section.avautuva-sisalto a.accordion-title {
  color: #000;
  display: block;
  padding: 25px 0 25px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  section.avautuva-sisalto a.accordion-title:before {
    border-bottom: 13px solid transparent;
    border-left: 20px solid #333;
    border-top: 13px solid transparent;
    content: '';
    display: block;
    height: 0;
    right: 40px;
    position: absolute;
    top: calc(50% - 13px);
    transition-duration: 0.3s;
    width: 0; }
  section.avautuva-sisalto a.accordion-title:hover:before {
    right: 30px; }
  section.avautuva-sisalto a.accordion-title.open:before {
    right: 30px;
    transform: rotate(90deg); }

section.avautuva-sisalto div.accordion-content-wrap {
  display: none;
  padding: 20px 0; }

section.kaksi-palstaa-teksti-kuva .col-wrap {
  align-items: center; }
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2 {
    width: calc(50% - 5px); }
    section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
      padding-right: 40px; }
    section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:last-child img {
      width: 100%; }

section.kaksi-palstaa-teksti-kuva.col-img-text .col-2:first-child {
  order: 2;
  padding-left: 40px;
  padding-right: 0; }

section.kaksi-palstaa-teksti-kuva.col-img-text .col-2:last-child {
  order: 1; }

section.kaksi-palstaa-teksti-kuva.kuvalla-valkoinen-tausta .col-2:last-child {
  background-color: #fff;
  padding: 150px 200px; }

@media only screen and (max-width: 1500px) {
  section.kaksi-palstaa-teksti-kuva.kuvalla-valkoinen-tausta .col-2:last-child {
    padding: 100px; } }

@media only screen and (max-width: 900px) {
  section.kaksi-palstaa-teksti-kuva .col-wrap {
    display: block; }
    section.kaksi-palstaa-teksti-kuva .col-wrap .col-2 {
      width: 100%; }
      section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
        padding: 0 0 20px 0; } }

@media only screen and (max-width: 600px) {
  section.kaksi-palstaa-teksti-kuva.kuvalla-valkoinen-tausta .col-2:last-child {
    padding: 50px; } }

section.kuvalinkit-kaksi-vierekkain .col-1 > h2 {
  margin-bottom: 40px;
  padding-top: 20px; }

section.kuvalinkit-kaksi-vierekkain div.link-wrap {
  display: grid;
  grid-gap: 13px 13px;
  grid-template-columns: 1fr 1fr; }
  section.kuvalinkit-kaksi-vierekkain div.link-wrap > div {
    position: relative; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div img {
      aspect-ratio: 3 / 2;
      display: block;
      object-fit: cover;
      object-position: center center;
      width: 100%; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div.img-big-top img:first-child {
      grid-column: 1 / 3; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div.img-big-bot img:nth-child(3) {
      grid-column: 1 / 3; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div.img-big-one div.img-wrap {
      grid-gap: 0;
      grid-template-columns: 1fr;
      height: 100%; }
      section.kuvalinkit-kaksi-vierekkain div.link-wrap > div.img-big-one div.img-wrap img {
        display: block;
        height: 100%; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.img-wrap {
      display: grid;
      grid-gap: 13px 13px;
      grid-template-columns: 1fr 1fr; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.text {
      background-color: #fff;
      left: calc(50% - 217px);
      max-width: 435px;
      padding: 70px;
      position: absolute;
      text-align: center;
      top: 140px;
      width: 80%; }

@media only screen and (max-width: 1400px) {
  section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.text {
    padding: 40px; } }

@media only screen and (max-width: 900px) {
  section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.text {
    font-size: 12px;
    font-size: 0.75rem;
    left: 10%;
    padding: 20px;
    top: 30px;
    width: 80%; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.text a.btn {
      font-size: 12px;
      font-size: 0.75rem; }
    section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.text p {
      margin-bottom: 10px; } }

@media only screen and (max-width: 600px) {
  section.kuvalinkit-kaksi-vierekkain div.link-wrap {
    grid-gap: 40px 0;
    grid-template-columns: 1fr; }
  section.kuvalinkit-kaksi-vierekkain .col-1 > h2 {
    margin-bottom: 20px; }
  section.kuvalinkit-kaksi-vierekkain div.link-wrap > div div.text {
    background-color: rgba(255, 255, 255, 0.9); }
  section.kuvalinkit-kaksi-vierekkain div.link-wrap > div.img-big-one div.img-wrap {
    height: 100vw; } }

section.artikkelinostot-kaksi-vierekkain div.posts-wrap {
  display: grid;
  grid-gap: 60px 60px;
  grid-template-columns: 1fr 1fr; }
  section.artikkelinostot-kaksi-vierekkain div.posts-wrap article {
    border: 1px solid #707070; }
    section.artikkelinostot-kaksi-vierekkain div.posts-wrap article > a > img {
      aspect-ratio: 4 / 2;
      display: block;
      object-fit: cover;
      object-position: center center;
      width: 100%; }
    section.artikkelinostot-kaksi-vierekkain div.posts-wrap article div.text {
      padding: 40px 60px; }

section.artikkelinostot-kolme-vierekkain div.posts-wrap,
div.read-articles div.posts-wrap,
section.artikkelit-kaikki div.posts-wrap {
  display: grid;
  grid-gap: 60px 60px;
  grid-template-columns: 1fr 1fr 1fr; }
  section.artikkelinostot-kolme-vierekkain div.posts-wrap article > a > img,
  div.read-articles div.posts-wrap article > a > img,
  section.artikkelit-kaikki div.posts-wrap article > a > img {
    aspect-ratio: 3.5 / 2;
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 100%; }
  section.artikkelinostot-kolme-vierekkain div.posts-wrap article div.text,
  div.read-articles div.posts-wrap article div.text,
  section.artikkelit-kaikki div.posts-wrap article div.text {
    padding: 20px 0 0 0; }

section.artikkelit-kaikki div.posts-wrap {
  grid-template-columns: repeat(6, 1fr); }
  section.artikkelit-kaikki div.posts-wrap article {
    grid-column: span 2; }
    section.artikkelit-kaikki div.posts-wrap article:first-child {
      border: 1px solid #707070;
      grid-column: 1 / 4; }
      section.artikkelit-kaikki div.posts-wrap article:first-child div.text {
        padding: 40px 60px; }
    section.artikkelit-kaikki div.posts-wrap article:nth-child(2) {
      border: 1px solid #707070;
      grid-column: 4 / 7; }
      section.artikkelit-kaikki div.posts-wrap article:nth-child(2) div.text {
        padding: 40px 60px; }

@media only screen and (max-width: 900px) {
  section.artikkelinostot-kaksi-vierekkain div.posts-wrap article div.text,
  section.artikkelit-kaikki div.posts-wrap article:first-child div.text,
  section.artikkelit-kaikki div.posts-wrap article:nth-child(2) div.text {
    padding: 20px 30px; }
  section.artikkelinostot-kaksi-vierekkain div.posts-wrap {
    grid-gap: 40px 20px; }
  section.artikkelinostot-kolme-vierekkain div.posts-wrap,
  div.read-articles div.posts-wrap,
  section.artikkelit-kaikki div.posts-wrap {
    grid-gap: 40px 20px;
    grid-template-columns: 1fr 1fr; }
  section.artikkelit-kaikki div.posts-wrap article:first-child {
    grid-column: 1 / 2; }
  section.artikkelit-kaikki div.posts-wrap article:nth-child(2) {
    grid-column: 2 / 3; }
  section.artikkelit-kaikki div.posts-wrap article {
    grid-column: span 1; } }

@media only screen and (max-width: 600px) {
  section.artikkelinostot-kaksi-vierekkain div.posts-wrap {
    grid-gap: 20px;
    grid-template-columns: 1fr; }
  section.artikkelinostot-kaksi-vierekkain div.posts-wrap article div.text,
  section.artikkelit-kaikki div.posts-wrap article:first-child div.text,
  section.artikkelit-kaikki div.posts-wrap article:nth-child(2) div.text {
    padding: 20px; }
  section.artikkelinostot-kolme-vierekkain div.posts-wrap,
  div.read-articles div.posts-wrap,
  section.artikkelit-kaikki div.posts-wrap {
    grid-gap: 40px;
    grid-template-columns: 1fr; }
  section.artikkelit-kaikki div.posts-wrap article:first-child {
    grid-column: span 1; }
  section.artikkelit-kaikki div.posts-wrap article:nth-child(2) {
    grid-column: span 1; } }

section.kuvia-vierekkain-ei-tekstia {
  padding: 50px 0 0 0; }
  section.kuvia-vierekkain-ei-tekstia .col-1 {
    display: grid;
    grid-gap: 22px;
    grid-template-columns: 1fr 1fr; }

section.teksti-vasemmalla-kuva-oikealla .col-wrap {
  display: block;
  padding-bottom: 220px; }
  section.teksti-vasemmalla-kuva-oikealla .col-wrap:after {
    clear: both;
    content: "";
    display: table; }

section.teksti-vasemmalla-kuva-oikealla .col-2:first-child {
  background-color: #fff;
  float: left;
  padding: 60px;
  transform: translate(120px, 220px);
  width: 40%; }

section.teksti-vasemmalla-kuva-oikealla .col-2:last-child {
  float: right;
  width: 60%; }

section.kuva-vasemmalla-teksti-oikealla .col-wrap {
  display: block;
  padding-top: 120px; }
  section.kuva-vasemmalla-teksti-oikealla .col-wrap:after {
    clear: both;
    content: "";
    display: table; }

section.kuva-vasemmalla-teksti-oikealla .col-2:last-child {
  background-color: #fff;
  float: right;
  padding: 60px;
  transform: translate(-120px, 90px);
  width: 40%; }

section.kuva-vasemmalla-teksti-oikealla .col-2:first-child {
  float: left;
  text-align: right;
  width: 60%; }

@media only screen and (max-width: 1450px) {
  section.kuva-vasemmalla-teksti-oikealla .col-2:last-child {
    transform: translate(-120px, 190px); } }

section.kuvat-ryhmassa-teksti-keskella .col-1 div.img-wrap {
  display: grid;
  grid-gap: 12px; }
  section.kuvat-ryhmassa-teksti-keskella .col-1 div.img-wrap > img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-2 div.img-wrap {
  grid-template-columns: 1fr 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-2 div.img-wrap > img {
    min-height: 800px; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-3 div.img-wrap {
  grid-template-columns: 1fr 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-3 div.img-wrap > img {
    max-height: 600px; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-3 div.img-wrap > img:nth-child(3) {
      grid-column: 1 / 3; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-4 div.img-wrap {
  grid-template-columns: 1fr 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-4 div.img-wrap > img {
    max-height: 500px; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-5 div.img-wrap {
  grid-template-columns: 1fr 1fr 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-5 div.img-wrap > img {
    max-height: 450px; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-5 div.img-wrap > img:nth-child(5) {
      grid-column: 3 / 4; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-5 div.text {
  top: 300px; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-6 div.img-wrap {
  grid-template-columns: 1fr 1fr 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-6 div.img-wrap > img {
    max-height: 450px; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-6 div.img-wrap > img:nth-child(4) {
      grid-column: 1 / 2; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-6 div.img-wrap > img:nth-child(5) {
      grid-column: 3 / 4; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-6 div.img-wrap > img:nth-child(6) {
      grid-column: 1 / 4; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-6 div.text {
  top: 300px; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap {
  grid-template-columns: 1fr 1fr 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img {
    max-height: 420px; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img:nth-child(4) {
      grid-column: 1 / 2; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img:nth-child(5) {
      grid-column: 3 / 4; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img:nth-child(6) {
      grid-column: 1 / 2; }
    section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img:nth-child(7) {
      grid-column: 2 / 4; }

section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.text {
  top: 300px; }

section.kuvat-ryhmassa-teksti-keskella .col-1 div.text {
  background-color: #fff;
  left: calc(50% - 355px);
  max-width: 710px;
  padding: 70px 70px;
  position: absolute;
  top: 140px;
  width: 80%; }

@media only screen and (max-width: 1500px) {
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img {
    max-height: 320px; } }

@media only screen and (max-width: 900px) {
  section.teksti-vasemmalla-kuva-oikealla .col-2:first-child {
    padding: 30px;
    transform: translate(0, 50px);
    width: 50%; }
  section.teksti-vasemmalla-kuva-oikealla .col-2:last-child {
    width: 50%; }
  section.teksti-vasemmalla-kuva-oikealla .col-wrap {
    padding-bottom: 80px; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img {
    max-height: 220px; }
  section.kuvat-ryhmassa-teksti-keskella .col-1.count-7 div.img-wrap > img:nth-child(4) {
    grid-column: 1 / 3; }
  section.kuvat-ryhmassa-teksti-keskella .col-1 div.text {
    grid-column: 3 span;
    left: auto;
    padding: 30px;
    position: relative;
    top: auto !important;
    width: 100%; }
  section.kuva-vasemmalla-teksti-oikealla .col-2:first-child {
    width: 50%; }
  section.kuva-vasemmalla-teksti-oikealla .col-2:last-child {
    padding: 30px;
    transform: translate(0, 0);
    width: 50%; }
  section.kuva-vasemmalla-teksti-oikealla .col-wrap {
    padding-top: 50px; } }

@media only screen and (max-width: 600px) {
  section.kuvia-vierekkain-ei-tekstia,
  section.kuva-vasemmalla-teksti-oikealla .col-wrap {
    padding-top: 0; }
  section.kuvia-vierekkain-ei-tekstia .col-1 {
    grid-gap: 10px 0;
    grid-template-columns: 1fr; }
  section.teksti-vasemmalla-kuva-oikealla .col-2:first-child,
  section.teksti-vasemmalla-kuva-oikealla .col-2:last-child,
  section.kuva-vasemmalla-teksti-oikealla .col-2:first-child,
  section.kuva-vasemmalla-teksti-oikealla .col-2:last-child {
    float: none;
    padding: 20px;
    transform: translate(0, 0);
    width: 100%; }
  section.teksti-vasemmalla-kuva-oikealla .col-2:last-child,
  section.kuva-vasemmalla-teksti-oikealla .col-2:first-child {
    padding: 0; }
  section.teksti-vasemmalla-kuva-oikealla .col-wrap {
    padding-bottom: 20px; }
  section.kuvat-ryhmassa-teksti-keskella .col-1 div.img-wrap {
    grid-gap: 10px 0;
    grid-template-columns: 1fr; }
  section.kuvat-ryhmassa-teksti-keskella .col-1 div.img-wrap > img {
    grid-column: 3 span !important;
    max-height: 100vh !important; } }

section.kartta .col-wrap {
  display: block; }

section.kartta div.kohteet-google-map {
  height: calc(100vh - 80px); }

section.kartta img.marker-img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%; }

section.kartta div.gm-style-iw-d {
  font-family: "Archivo", sans-serif;
  max-width: 300px; }
  section.kartta div.gm-style-iw-d strong {
    font-family: "Encode Sans", sans-serif;
    font-weight: bold; }
  section.kartta div.gm-style-iw-d p {
    margin-bottom: 10px; }
  section.kartta div.gm-style-iw-d div.marker-text {
    height: 130px;
    margin-bottom: 10px;
    overflow: hidden; }
  section.kartta div.gm-style-iw-d a {
    text-decoration: underline; }

p.jaa {
  margin-bottom: 0; }

div.ssba {
  text-align: center; }
  div.ssba > div {
    text-align: center !important; }
  div.ssba span.ssba-share-text {
    display: none; }

/*# sourceMappingURL=style.css.map */
