/*!
Theme Name: Suomen työsuhdepyörä Theme
Theme URI: https://tyosyhdepyora.fi/
Author: Kuuki Marketing Lab Oy
Author URI: https://kuuki.fi
Description: Suomen työsuhdepyörä teema.
Version: 1.0.0

tyosuhdepyora is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

:root {
	--black: #0D0D0D;
	--white: #ffffff;
	--darkgreen: #1e4040;
	--lightgreen: #206E6E;
	--lightgrey: #f1f1f1;
	--orange: #ea7749;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #586464;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
    line-height: 1.5;
}


@media (max-width: 767px) {
  /* !important is needed sometimes */
 ::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

/* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #ea7749 !important; 
}

::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
}

}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--darkgreen);
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 20px;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p, 
.white-text ul {
	color: var(--white);
}

.white-text a {
	color: var(--orange);
}

h1, .block-hero h2 {
	font-size: 48px;
	letter-spacing: -1.5px;
	margin-top: 0;
}

h1.page-title {
	font-size: 20px;
	color: var(--lightgreen);
	text-transform: uppercase;
	letter-spacing: 0;
}

h2 {
	font-size: 26px;
}

h2.small-title, .small-title h2, h3 {
	font-size: 20px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: var(--font-weight-paragraphs);
	text-rendering: geometricPrecision;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

tr.heading td {
	background: var(--darkgreen);
	color: #fff;
}

table.laskuri td {
	padding: 5px;
}

table.laskuri tr:nth-child(even) {
	background: var(--white);
}

table.laskuri tr:nth-child(odd) {
	background: var(--lightgrey);
}

.laskuri-info {
	background: var(--lightgrey);
	padding: 10px 30px;
}

.main-info {
	padding-top: 40px
}

.laskuri-info {
	background: var(--lightgrey);
	padding: 20px;
	border-radius: 4px;
}

.laskuri-info table {
    margin-bottom: 0px;
}

.laskuri-info tr {
	padding-bottom: 0px;
}

.laskuri-info td {
    padding: 10px;
}

.laskuri-info span.info.small {
    padding: 5px 10px 5px;
    display: inline-block;
    font-size: 13px;
	font-style: italic;
    font-weight: bold;
}

.hinnoittelumalli input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.hinnoittelumalli label {
	display: inline-block;
	background-color: #fff;
	padding: 10px 20px;
	border: 2px dotted #1e4040;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
}

.hinnoittelumalli input[type="radio"]:checked+label {
	background-color: #1e4040;
	border-color: #206e6e;
	color: #fff;
}

.hinnoittelumalli input[type="radio"]:focus+label {
	border: 2px dashed #444;
}

.hinnoittelumalli label:hover {
	background-color: #206e6e;
	color: #fff;
}

section.block.block-calculator {
	margin-top: 30px;
}

form.laskur {
	padding: 0px 15px;
	background-color: var(--lightgrey);
}

.block-calculator .results {
	margin: 20px 0px;
}

.site-main .container,
.site-footer .container {
	clear: both;
	overflow: visible;
}

.site-footer {
	clear: both;
	overflow: hidden;
	padding-bottom: 64px;
	padding-top: 64px;
}

.site-footer p {
	font-size: 15px;
}

.site-footer a {
	color: #d9d9d9; 
}

.site-footer a:hover {
	color: var(--white);
}

.site-footer h3 {
	margin-top: 0;
	font-size: 20px;
}

/* Links
--------------------------------------------- */
a {
	color: var(--darkgreen);
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: var(--lightreen);
}

.site-main a:hover,
.site-main a:focus,
.site-main a:active {
	color: var(--lightreen);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px!important;
    position: relative;
}

.site-main .splide a:hover,
.site-main .splide a:focus,
.site-main .splide a:active {
	color: var(--lightreen);
    text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a.global-link {
	width: 100%;
    height: 100%;
    position: absolute;
    background: 0 0;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 8px;
    box-shadow: #46464673 0px 2px 1px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button.button-green:hover,
.site-main .button-green:hover {
	background-color: var(--lightgreen);
    border: 2px solid var(--lightgreen);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	box-shadow: #422800 0px 1px 0 0;
    transform: translate(0px, 1px);
}

button a {
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 5px 10px;
	width: 100%;
	box-shadow: #46464673 0px 2px 1px 0px;
    background-color: #fff;
}

.laskur input {
	margin-top: 5px;
}

input.readonly {
	border: none;
	background: transparent;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	color: var(--darkgreen);
	box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	padding: 5px 30px 5px 15px;
	border-radius: 8px;
	background-image: url(svg/select.svg);
	background-repeat: no-repeat;
	background-position: 115% center;
	transition: none;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	box-shadow: #46464673 0px 2px 1px 0px;
}

textarea {
	width: 100%;
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before {
	align-self: center;
	background-color: var(--white);
	background-position: center;
	background-repeat: no-repeat;
	border-color: var(--darkgreen);
	border-style: solid;
	border-width: 2px;
	content: '';
	display: inline-flex;
	flex-shrink: 0;
	height: 20px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	transition: transform .2s, border .2s;
	width: 20px;
}

input[type="radio"],
input[type="checkbox"] {
	height: 20px;
	margin: 0;
	margin-top: 5px;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 20px;
}

.wpcf7 input[type="radio"], 
.wpcf7 input[type="checkbox"] {
	opacity: 1;
	position: relative;
	margin: 0;
    padding: 0;
    left: -10px;
}

input[type="radio"]+label::before {
	border-radius: 50%;
}

input[type="radio"]:checked+label::before,
input[type="checkbox"]:checked+label::before {
	background-color: var(--lightgreen);
	border-color: var(--darkgreen);
	box-shadow: none;
	transition: transform .2s;
}

.laskur input[type="radio"]:checked+label::before,
.laskur input[type="checkbox"]:checked+label::before {
	background-color: var(--lightgreen);
	border-color: var(--white);
	box-shadow: none;
	transition: transform .2s;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.main-navigation ul li.button,
.site-main .button,
.site-main input[type="reset"],
.site-main input[type="submit"],
.site-main input[type="button"],
.laskur span.button,
.ext-login {
	background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 8px;
    box-shadow: #422800 0px 2px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.main-navigation ul li.button {
	padding: 2px 9px 4px;
	margin-left: 5px;
}

.site-main .white-text button,
.site-main .white-text .button,
.site-main .white-text input[type="reset"],
.site-main .white-text input[type="submit"],
.site-main .white-text input[type="button"] {
	background-color: var(--darkgreen);
	border: 2px solid var(--white);
	color: var(--white);
}

.main-navigation ul li.button:hover,
.site-main .button.focus,
.site-main .button:hover,
.site-main .button:focus,
.site-main input[type="reset"].focus,
.site-main input[type="reset"]:hover,
.site-main input[type="reset"]:focus,
.site-main input[type="submit"].focus,
.site-main input[type="submit"]:hover,
.site-main input[type="submit"]:focus,
.site-main input[type="button"].focus,
.site-main input[type="button"]:hover,
.site-main input[type="button"]:focus,
.ext-login:focus,
.ext-login:hover {
	background-color: var(--lightgreen);
	border: 2px solid var(--lightgreen);
	color: #fff;
    text-decoration: none;
}

.main-navigation ul li.button:active,
.site-main .button:active,
.site-main .button:active,
.site-main input[type="reset"]:active,
.site-main input[type="submit"]:active,
.site-main input[type="button"]:active,
.ext-login:active,
.ext-login:active {
	box-shadow: #422800 0px 1px 0 0;
    transform: translate(0px, 1px);
}

.site-main button.is-external-link::after,
.site-main .button.is-external-link::after,
.site-main input[type="reset"].is-external-link::after,
.site-main input[type="submit"].is-external-link::after,
.site-main input[type="button"].is-external-link::after {
	display: none;
}


.ext-login {
	font-size: 14px;
	padding: 10px 15px;
}

.mobile-only {
	border-bottom: 0px !important;
}

.mobile-only a {
	color: var(--white) !important;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

button.button-green,
.site-main .button-green {
	background-color: var(--darkgreen);
	border: 2px solid var(--darkgreen);
	color: var(--white);
}

.site-main button.button-ghost,
.site-main .button.button-ghost,
.site-main input[type="reset"].button-ghost,
.site-main input[type="submit"].button-ghost,
.site-main input[type="button"].button-ghost {
	background-color: transparent;
	border: 2px solid var(--darkgreen);
	color: var(--darkgreen);
	border-radius: 40px;
	transition: all 0.18s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-main button.button-ghost.focus,
.site-main button.button-ghost:focus,
.site-main button.button-ghost:hover,
.site-main .button.button-ghost.focus,
.site-main .button.button-ghost:focus,
.site-main .button.button-ghost:hover,
.site-main input[type="reset"].button-ghost.focus,
.site-main input[type="reset"].button-ghost:focus,
.site-main input[type="reset"].button-ghost:hover,
.site-main input[type="submit"].button-ghost.focus,
.site-main input[type="submit"].button-ghost:focus,
.site-main input[type="submit"].button-ghost:hover,
.site-main input[type="button"].button-ghost.focus,
.site-main input[type="button"].button-ghost:focus,
.site-main input[type="button"].button-ghost:hover {
	background-color: var(--lightgreen);
	border: 2px solid var(--lightgreen);
	color: var(--white);
}


/* Navigation
--------------------------------------------- */

.nav-container {
	position: relative;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 18px;
    padding-bottom: 18px;
}

.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

p.site-title {
	margin: 0;
}

.toggled-on .main-navigation {
	left: 0;
	position: fixed;
	z-index: 5;
	background-color: #eee;
	display: block;
	height: 100vh;
	margin: 0;
	opacity: 0;
	top: 0;
	overflow: auto;
	pointer-events: none;
	transition: all 0.5s ease-in-out;
	visibility: visible;
	width: 100vw;
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.main-navigation .menu {
	padding: 30px 20px 20px;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul li {
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}

.main-navigation ul li.current-menu-item a {
	color: var(--lightgreen);
}

.main-navigation ul .current-menu-item ul.sub-menu a {
	color: var(--darkgreen);
}

.main-navigation ul .current-menu-item ul.sub-menu a:hover {
	color: var(--lightgreen);
}

.main-navigation ul a {
	color: var(--darkgreen);
	text-decoration: none;
}

.main-navigation ul ul {
	display: none;
	margin-top: 0px;
	margin-left: 25px;
}

.main-navigation ul ul ul {
	display: none;
	margin-left: 25px;
}

.no-js .site-header-menu,
.site-header-menu.toggled-on {
	display: block;
}

.site-header-menu.toggled-on {
	margin-top: 10px;
}

.no-js .main-navigation ul,
.main-navigation ul .sub-menu.toggled-on {
	display: block;
}

button.dropdown-toggle,
button.menu-button {
	display: inline;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	content: "";
	z-index: 99;
	position: relative;
	padding: 0px 5px;
    box-shadow: none;
    transform: none;
}

button.dropdown-toggle {
	position: absolute;
	right: 10px;
	padding: 0 0 0 2px;
	line-height: inherit;
	box-shadow: none;
	top: -1px;
}

.menu-button:before,
.menu-button.toggled-on:before {
	margin-right: 5px;
	padding-top: -10px;
}

.no-js .menu-button {
	display: none;
}

/* Plus symbol to expand sub-menu on mobile */
.dropdown-toggle:after {
	content: "\002B";
	border: none;
	color: var(--darkgreen);
	vertical-align: middle;
	margin-left: 3px;
}

/* Minus symbol to collapse sub-menu on mobile */
.dropdown-toggle.toggled-on:after {
	content: "\2212";
}

/*! Mobile menu */

@media (max-width: 991px) {

.site-header-menu .main-navigation {
	opacity: 0;
	visibility: hidden;
	position: fixed;
    pointer-events: none;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
	left: 0;
    background-color: var(--lightgrey);
	width: 100vw;
	height: 100vh;
    margin: 0;
	top: 75px;
	overflow: auto;
	padding-bottom: 60px;
	-webkit-overflow-scrolling: touch;
	z-index: 9;
}

.site-header-menu.toggled-on .main-navigation {
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-navigation .menu-items {
	padding: 80px 20px 20px 20px;
}
	
.main-navigation ul ul {
	margin-top: 10px;	
}

.main-navigation ul {
	font-size: 20px;
	font-family: var(--headingfont);
}
	
.main-navigation ul li {
	position: relative;
}

.main-navigation ul.sub-menu li a,
.main-navigation ul li a,
a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: var(--coal);	
}
	
.main-navigation ul.sub-menu li {
	border-bottom: none;
	padding: 0;
}
	
.main-navigation li.current_page_item > a,
.main-navigation ul.sub-menu li.current_page_item > a {
	color: var(--darkpurple);	
}
			
ul.sub-menu.toggled-on {
	display: block;
}
	
}

/*! Hamburgers */

.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: var(--lightgreen);
}

.hamburger-box {
	width: 2.5rem;
	height: 1.6rem;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -0.1rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 2.5rem;
	height: 0.2rem;
	background-color: var(--darkgreen);
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -0.5rem;
}

.hamburger-inner::after {
	bottom: -1rem;
}

.hamburger--collapse .hamburger-inner,
.hamburger .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after,
.hamburger .hamburger-inner::after {
	top: -1rem;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before,
.hamburger .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.toggled-on .hamburger-inner,
.toggled-on.hamburger .hamburger-inner {
	transform: translate3d(0, -0.7rem, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.toggled-on .hamburger-inner::after,
.toggled-on.hamburger .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.toggled-on .hamburger-inner::before,
.toggled-on.hamburger .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Screen readers */
.screen-readers {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-break: normal !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

/* Desktop media query */
@media only screen and (min-width: 992px) {
	button.menu-button {
		display: none;
	}

	.menu-container {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	.site-header-menu {
		display: block;
	}

	.main-navigation .menu {
		padding: 0;
	}

	.menu {
		align-items: center;
		background-color: transparent;
		display: flex;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.menu .menu-item>a {
		color: var(--darkgreen);
		font-size: 15px;
		line-height: 1.2;
		font-weight: 500;
	}

	.menu .button.menu-item>a {
		color: var(--white);
	}

	.menu .button.menu-item>a:hover {
		color: var(--white);
	}

	.menu .menu-item>a:hover {
		color: var(--lightgreen);
	}

	.main-navigation ul li {
		position: relative;
		margin: 0 2px;
		padding: 5px 7px;
		border-bottom: none;
		line-height: 1;
		display: inline-flex;
   	 	align-items: center;
	}

	.no-js .main-navigation ul ul,
	.main-navigation ul ul {
		position: absolute;
		display: none;
		top: 100%;
		border-radius: 5px;
		left: 5%;
		margin-left: 0;
		background-color: #fff;
		box-shadow: 0 0px 15px 5px rgb(5 4 25 / 5%);
		z-index: 999;
		padding: 20px 10px;
	}

	.menu-item .has-sub-menu::before {
		border-color: transparent transparent #c0c0c0;
		border-style: solid;
		border-width: 0 5px 5px;
		top: -5px;
		content: '';
		display: block;
		height: 0;
		left: 15px;
		position: absolute;
		transform: scale(1);
		transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
		width: 0;
	}

	.no-js .main-navigation ul ul li,
	.main-navigation ul ul li {
		float: none;
		width: 220px;
		padding: 8px 10px;
		display: flex;
	}

	.main-navigation ul .has-sub-menu>li {
		padding-right: 40px;
		display: flex;
	}

	.no-js .main-navigation ul ul ul,
	.main-navigation ul ul ul {
		top: 0px;
		left: 100%;
		margin-left: 0;
		margin-top: 0px;
		padding: 0;
	}

	ul.sub-menu .dropdown-toggle {
		position: absolute;
		right: 10px;
		top: 4px;
	}

	/* Arrow down */
	.main-navigation ul .dropdown-toggle:after {
		content: url(svg/mobile-nav-arrow-down.svg);
	}

	/* Arrow right */
	.main-navigation ul ul .dropdown-toggle:after {
		content: url(svg/chevron-right.svg);
	}

	/* Arrow up */
	.main-navigation ul .dropdown-toggle.toggled-on:after {
		content: url(svg/chevron-up.svg);
	}

	/* Arrow left */
	.main-navigation ul ul .dropdown-toggle.toggled-on:after {
		content: url(svg/chevron-left.svg);
	}

	.main-navigation ul .dropdown-toggle:after,
	.main-navigation ul ul .dropdown-toggle:after,
	.main-navigation ul .dropdown-toggle.toggled-on:after,
	.main-navigation ul ul .dropdown-toggle.toggled-on:after {
		font-weight: bold;
		border: none;
	}

	button.dropdown-toggle {
		position: inherit;
		right: auto;
		box-shadow: none;
	}

	.main-navigation ul li:hover>ul {
		display: block;
	}
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.small-gallery-img .gallery img {
	max-width: 70px;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.screen-reader-text.skip-link {
	margin: 5px;
}

.screen-reader-text.skip-link:focus {
	color: var(--color-black);
}


[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
	outline: none;
}

[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus,
[data-whatinput="keyboard"] div[tabindex]:focus {
	opacity: 1;
}

[data-whatinput="keyboard"] a.global-link:focus {
	outline-color: #4169e1;
	outline-offset: -1px;
	outline-style: solid;
	outline-width: 4px;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Theme specific styles starts here */

.block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

.block.no-padding-top {
	padding-top: 0px;
}

.block.no-padding-bottom {
	padding-bottom: 0px;
}

.block.no-padding-bottom-banner .banner {
	padding-bottom: 0px;
}

.block-error-404 h1 {
	font-size: calc(42px + 158 * ((100vw - 320px) / 1600));
	margin: 0;
}

.block-icons .icon {
	margin-bottom: 20px;
	max-width: 70px;
}

.block-icons h3 {
	min-height: 50px;
}

.banner {
	border-radius: 5px;
	padding: 50px 70px;
}

.banner p:last-child {
    margin-bottom: 0;
}

.site {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.text-center {
	text-align: center;
}

.search-filter-results-list.row {
	flex-wrap: wrap;
}

.search-filter-results-list.row .search-filter-result-item,
.search-filter-results-list.row .padded-element {
	height: 100%;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.searchandfilter {
	margin-bottom: 5px;
	padding: 15px 0;
}

.searchandfilter ul {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.searchandfilter ul li {
	margin: 0 15px;
}

.searchandfilter select.sf-input-select,
.searchandfilter label {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 14px;
	border: none;
	background-position: 105% center;
}

.searchandfilter select.sf-input-select {

}

span.huolto,
span.myynti {
	background: var(--lightgreen);
	padding: 8px 14px;
	border-radius: 40px;
	margin-right: 5px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: var(--white);
	margin-bottom: 10px;
}

span.myynti:after {
	content: '';
	background-image: url(svg/bike.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	margin-right: 0px;
	position: relative;
	right: 0;
	 filter: invert(100%);
}


span.huolto:after {
	content: '';
	background-image: url(svg/service.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	margin-right: 0px;
	position: relative;
	right: 0;
	 filter: invert(100%);
}

.padded-element {
	padding: 40px;
}

.site-main .ukk button {
	border: none;
	max-width: inherit;
	cursor: pointer;
	box-shadow: none;
}

.accordion {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--darkgreen);
	;
}

button.accordion__btn,
button.accordion__btn:hover {
	background: transparent;
	text-align: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.accordion h3 {
	position: relative;
	margin-bottom: 0;
	width: 100%;
}

button.accordion__btn:hover h3 {
	color: var(--lightgreen);
}

.accordion h3:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
}

.accordion .is-expanded h3:after {
	content: "–";
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.gutenberg-content {
	max-width: 100%;
	padding-bottom: 44px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 44px;
}

.gutenberg-content>* {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gutenberg-content .alignwide {
	max-width: 1200px;
	width: 100%;
}

.gutenberg-content .alignfull {
	margin-bottom: 44px;
	margin-top: 44px;
	max-width: 100%;
	width: 100%;
}

.nf-form-content {
	margin-top: 25px;
}

.calc {
	overflow-x: auto;
}

.grey-bg {
	background-color: var(--lightgrey);
}

.white-bg {
	background-color: var(--white);
}

.darkgreen-bg {
	background-color: var(--darkgreen);
}

.lightgreen-bg {
	background-color: var(--lightgreen);
}

.block.align-items-center .row {
	align-items: center!important;
}

.block.block-page-lift .lift-image {
	max-width: 120px;
	margin: auto;
	aspect-ratio: 1/1;
}

.page-lift {
	transition: all 0.3s ease-in-out;
}

.page-lift.grey-bg:hover,
.page-lift.darkgreen-bg:hover {
	transition: all 0.3s ease-in-out;
	background: var(--lightgreen);
}

.page-lift.grey-bg:hover h3,
.page-lift.grey-bg:hover p {
	color: #fff;
}

.page-lift .readmore {
    position: absolute;
    bottom: 30px;
}

.horizontal-scrollable img {
	mix-blend-mode: multiply;
}

.has-shadows {
    box-shadow: 5px 5px 0 0 rgb(226 226 226);
    transition: all 0.3s ease-in-out;
}

.border-radius {
	border-radius: 8px;
}

.filter.negative-margin {
	margin-top: -50px;
}

.extra-nav select {
	font-size: 13px;
    padding: 7px 9px;
	background: none;
	text-transform: uppercase;
    font-weight: 600;
}

.extra-nav button {
	font-size: 12px;
    padding: 6px;
}

.lift-image {
    aspect-ratio: 1200/628;
    background-size: cover;
}

.border-radius .lift-image {
	border-radius: 8px 8px 0 0;
}

.page-lift {
    transition: all 0.3s ease-in-out;
}

.block-page-slider .page-lift {
    transition: all 0.3s ease-in-out;
	margin-bottom: 60px;
}

.page-lift:hover {
    transition: all 0.3s ease-in-out;
}

.block-page-slider .lift-image {
	aspect-ratio: unset; 
	max-width: 200px;
	margin: auto;
	display: flex;
    justify-content: center;
}

.block-page-sliderbutton:disabled,
.block-page-slider button[disabled]{
	opacity: 0.4;
}

.block-page-sliderbutton:disabled:hover, 
.block-page-slider button[disabled]:hover {
    background-color: var(--orange);
	border: 2px solid var(--orange);
	cursor: inherit
}

.wpcf7 p {
	margin-bottom: 0;
}

.wpcf7 label {
	margin-top: 8px;
    margin-bottom: 2px;
}

.block-hero .one-col img {

}

@media (min-width: 992px) {
	.mobile-only {display: none!important}
}

@media (max-width: 1199px) {
	.menu .menu-item>a {font-size: 12px;}
	.site-header.container {max-width: inherit!important}
	.padded-element {padding: 30px;}
}

@media (max-width: 991px) {
	.site-header {}
	.menu .button.menu-item > a {color: var(--white)}
	.block-hero-50-50 .hero-image .mask {top: 20%;}
	.block-hero-50-50 .hero-image .deco-blobs {bottom: 0%;left: 0;}
	.menu .menu-item > a {font-size: 20px;}
	.ext-login {display: none;}
	h1 {font-size: 30px;}
	.desktop-only {display:none!important}
	.mobile-only {display: block!important}
	.mobile-only.d-flex {display:flex!important}
	.toimipiste-info {display: flex; justify-content: center;}
	.extra-nav {margin-left: 15px;}
}

@media (max-width: 767px) {
	.mobile-center {text-align: center;}
	.block-hero-50-50 .hero-image .mask {position: relative;right: 0;width: 100%;top: 0;bottom: 0;padding-left: 15px;}
	.block-hero-50-50 .hero-image .deco-blobs {bottom: 5%;}
	.searchandfilter ul {flex-direction: column; align-items: flex-start; flex-direction: column;}
	.block-hero-small .big-blob {display: none;}
	.row.horizontal-scrollable {overflow-x: scroll; flex-wrap: nowrap; scroll-snap-type: x mandatory;}
	.block-icons h3 {min-height: inherit;}
	.banner {padding:30px}
	.mobile-margin-bottom {margin-bottom: 20px;}
	.mobile-center {text-align: center;}
	.block-calculator tbody, 
	.block-calculator td, 
	.block-calculator tfoot, 
	.block-calculator th, 
	.block-calculator thead, 
	.block-calculator tr {}
	form.laskur {overflow-x: scroll}
	.laskuri-info {padding: 2px 0;}
	.laskuri-info td, tr.mobile-100 {display: block; width: 100%;}
	.block-calculator .results, input.readonly {text-align: center;}
}

@media (max-width: 600px) {
	.block-hero-50-50 .hero-image .deco-blobs {bottom: -5%;left: -5%;}
	.mobile-only {display: block;}
}


.splide__arrows {
    position: absolute;
    right: 15px;
    top: -10px;
}

.splide__arrows svg {
	width:15px;
}

button.splide__arrow.splide__arrow--prev {
    transform: scaleX(-1);
	margin-right:10px;
}

input#totalsum, 
input.wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
    border: none;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    clear: both;
    color: var(--darkgreen);
    line-height: 1.25;
    font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input#totalsum::-webkit-outer-spin-button,
input#totalsum::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#totalsum[type=number] {
  -moz-appearance: textfield;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}